This page is part of the Immunization Decision Support Forecast FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "ImmunizationEvaluation",
"id" : "immunization-evaluation-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/immds/StructureDefinition/immds-immunizationevaluation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-ImmDSPatientExample.html\">Generated Summary: Medical record number: 1234; Gene Wellington ; gender: male; birthDate: 2020-04-28</a></p><p><b>date</b>: 2020-05-26</p><p><b>targetDisease</b>: <span title=\"Codes: {http://snomed.info/sct 66071002}\">Hepatitis B</span></p><p><b>immunizationEvent</b>: <a href=\"Immunization-ImmDSImmunizationExample.html\">Generated Summary: status: completed; <span title=\"Codes: {http://hl7.org/fhir/sid/cvx 08}\">Hep B, adolescent or pediatric</span>; occurrence: 2020-04-28; primarySource</a></p><p><b>doseStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status valid}\">Valid</span></p><p><b>series</b>: ACIP 3-dose HepB series</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p></div>"
},
"status" : "completed",
"patient" : {
"reference" : "Patient/ImmDSPatientExample"
},
"date" : "2020-05-26",
"targetDisease" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "66071002",
"display" : "Hepatitis B"
}
]
},
"immunizationEvent" : {
"reference" : "Immunization/ImmDSImmunizationExample"
},
"doseStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status",
"code" : "valid",
"display" : "Valid"
}
]
},
"series" : "ACIP 3-dose HepB series",
"doseNumberPositiveInt" : 1,
"seriesDosesPositiveInt" : 3
}