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" : "Immunization",
"id" : "ImmDSImmunizationExample",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/immds/StructureDefinition/immds-immunization"
]
},
"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>vaccineCode</b>: <span title=\"Codes: {http://hl7.org/fhir/sid/cvx 08}\">Hep B, adolescent or pediatric</span></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>occurrence</b>: 2020-04-28</p><p><b>primarySource</b>: true</p></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "08",
"display" : "Hep B, adolescent or pediatric"
}
]
},
"patient" : {
"reference" : "Patient/ImmDSPatientExample"
},
"occurrenceDateTime" : "2020-04-28",
"primarySource" : true
}