1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "ImmunizationSeExample",
"meta" : {
"profile" : [
🔗 "https://fhir.cambio.se/StructureDefinition/ImmunizationSe|1.2.0"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ImmunizationSeExample</b></p><a name=\"ImmunizationSeExample\"> </a><a name=\"hcImmunizationSeExample\"> </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\">Profile: <a href=\"StructureDefinition-ImmunizationSe.html\">ImmunizationSeversion: null1.2.0)</a></p></div><p><b>SiteQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}\">24028007</span></p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.whocc.no/atc J07BG01}\">J07BG01</span></p><p><b>patient</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/191212121212</p><p><b>occurrence</b>: 2025-01-07 13:30:17+0200</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 40983000}\">40983000</span></p></div>"
},
"extension" : [
{
"url" : "https://fhir.cambio.se/StructureDefinition/SiteQualifier",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24028007"
}
]
}
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "J07BG01"
}
]
},
"patient" : {
"identifier" : {
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "191212121212"
}
},
"occurrenceDateTime" : "2025-01-07T13:30:17.239+02:00",
"site" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "40983000"
}
]
}
}