This page is part of the Logica COVID-19 FHIR Profile Library IG (v1.0.0: Informative - Informative) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "COVID19ImmunizationExample",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"COVID19ImmunizationExample\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid-19-immunization.html\">COVID-19 Immunization</a></p></div><p><b>Procedure Code</b>: Administration of vaccine to produce active immunity (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#33879002)</span></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: 208 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#208)</span></p><p><b>patient</b>: <a href=\"Patient-patient-anyperson-mary.html\">Patient/patient-anyperson-mary</a> \" ANYPERSON\"</p><p><b>occurrence</b>: 2021-09-21</p><p><b>primarySource</b>: true</p><p><b>manufacturer</b>: <a href=\"Organization-COVID19ManufacturerExample.html\">Organization/COVID19ManufacturerExample</a> \"Pfizer, Inc\"</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/covid19library/StructureDefinition/procedure-code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "33879002",
"display" : "Administration of vaccine to produce active immunity (procedure)"
}
]
}
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"code" : "208"
}
]
},
"patient" : {
"reference" : "Patient/patient-anyperson-mary"
},
"occurrenceDateTime" : "2021-09-21",
"primarySource" : true,
"manufacturer" : {
"reference" : "Organization/COVID19ManufacturerExample"
}
}