Implementation Guide CH VACD
5.0.0-ballot - ballot
This page is part of the CH VACD (R4) (v5.0.0-ballot: STU 5 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "TCD01-IMMUN1",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"TCD01-IMMUN1\"> </a><a name=\"hcTCD01-IMMUN1\"> </a></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\">ResourceImmunization "TCD01-IMMUN1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-vacd-immunization.html\">CH VACD Immunization</a></p></div><p><b>Author of the content</b>: <a href=\"PractitionerRole-TC-HCP1-ORG1-ROLE-author.html\">PractitionerRole/TC-HCP1-ORG1-ROLE-author</a></p><p><b>CH VACD Extension Immunization Medication Reference</b>: <a href=\"Medication-TC-IMMUN-MEDIC-FSMEIMMCC.html\">Medication/TC-IMMUN-MEDIC-FSMEIMMCC</a></p><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.402.1.3.1.1.1</code>/urn:uuid:4386ca26-6866-4322-a203-b488b84ab499</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: FSME-Immun CC <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.ch/ig/ch-term/3.0.0/CodeSystem-ch-vacd-swissmedic-cs.html\">CH VACD Swissmedic Authorized Vaccines</a>#450)</span></p><p><b>patient</b>: <a href=\"Patient-TC-patient.html\">Patient/TC-patient</a> " WEGMUELLER"</p><p><b>occurrence</b>: 2021-06-22</p><p><b>recorded</b>: 2021-06-22 11:00:00+0200</p><p><b>lotNumber</b>: 12-34244</p><p><b>route</b>: Intramuscular use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20035000)</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-TC-HCP1-ORG1-ROLE-performer.html\">PractitionerRole/TC-HCP1-ORG1-ROLE-performer</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Tickborne encephalitis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#712986001)</span></td><td>1</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author",
"valueReference" : {
🔗 "reference" : "PractitionerRole/TC-HCP1-ORG1-ROLE-author"
}
},
{
"url" : "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-immunization-medication-reference",
"valueReference" : {
🔗 "reference" : "Medication/TC-IMMUN-MEDIC-FSMEIMMCC"
}
}
],
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.30.1.402.1.3.1.1.1",
"value" : "urn:uuid:4386ca26-6866-4322-a203-b488b84ab499"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
"code" : "450",
"display" : "FSME-Immun CC"
}
]
},
"patient" : {
🔗 "reference" : "Patient/TC-patient"
},
"occurrenceDateTime" : "2021-06-22",
"recorded" : "2021-06-22T11:00:00.390+02:00",
"lotNumber" : "12-34244",
"route" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20035000",
"display" : "Intramuscular use"
}
]
},
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/TC-HCP1-ORG1-ROLE-performer"
}
}
],
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "712986001",
"display" : "Tickborne encephalitis"
}
]
}
],
"doseNumberPositiveInt" : 1
}
]
}