HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-immunizationrecommendation-sample - JSON Representation

Raw json | Download

{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "example-immunizationrecommendation-sample",
  "meta" : {
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/ImmunizationRecommendation-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation example-immunizationrecommendation-sample</b></p><a name=\"example-immunizationrecommendation-sample\"> </a><a name=\"hcexample-immunizationrecommendation-sample\"> </a><a name=\"example-immunizationrecommendation-sample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImmunizationRecommendation-my-core.html\">ImmunizationRecommendation (MY Core)</a></p></div><p><b>patient</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Patient_patient-sample\">Bundle: type = transaction</a></p><p><b>date</b>: 2022-01-01 10:30:00+0800</p><p><b>authority</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core J07BX03000P3001}\">COVID-19 Vaccine AstraZeneca Inj</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 186747009}\">Coronavirus infection</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status complete}\">Complete</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2022-02-09 10:00:00+0800</td></tr></table><p><b>description</b>: Protocol details example, According to CPG vaccine guideline, example- immunizationrecommendatio-s09-02</p><p><b>series</b>: Name of vaccination series example,example- immunizationrecommendatio-s09-02</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p><p><b>supportingImmunization</b>: <a href=\"Immunization/immunization-sample\">Immunization/immunization-sample</a></p></blockquote></div>"
  },
  "patient" : {
    "reference" : "Patient/patient-sample"
  },
  "date" : "2022-01-01T10:30:00+08:00",
  "authority" : {
    "reference" : "Organization/11-05060009"
  },
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core",
              "code" : "J07BX03000P3001",
              "display" : "COVID-19 Vaccine AstraZeneca Inj"
            }
          ]
        }
      ],
      "targetDisease" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "186747009",
            "display" : "Coronavirus infection"
          }
        ]
      },
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "complete",
            "display" : "Complete"
          }
        ]
      },
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "30980-7",
                "display" : "Date vaccine due"
              }
            ]
          },
          "value" : "2022-02-09T10:00:00+08:00"
        }
      ],
      "description" : "Protocol details example, According to CPG vaccine guideline, example- immunizationrecommendatio-s09-02",
      "series" : "Name of vaccination series example,example- immunizationrecommendatio-s09-02",
      "doseNumberPositiveInt" : 1,
      "seriesDosesPositiveInt" : 3,
      "supportingImmunization" : [
        {
          "reference" : "Immunization/immunization-sample"
        }
      ]
    }
  ]
}