CH Core (R4)
5.0.0-ci-build - ci-build
CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "CHCoreImmunizationExample",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization CHCoreImmunizationExample</b></p><a name=\"CHCoreImmunizationExample\"> </a><a name=\"hcCHCoreImmunizationExample\"> </a><a name=\"CHCoreImmunizationExample-en-US\"> </a><p><b>Author of the content</b>: <a href=\"PractitionerRole-ImmunizationPractitionerRoleExample.html\">PractitionerRole</a></p><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.147.1.3.1</code>/1829774</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs 637}\">Boostrix</span></p><p><b>patient</b>: <a href=\"Patient-ImmunizationPatientExample.html\">Monika Wegmueller Female, DoB: 1967-02-10 ( Medical record number)</a></p><p><b>occurrence</b>: 2017-09-15 09:12:56+0200</p><p><b>recorded</b>: 2017-09-15 09:12:56+0200</p><p><b>lotNumber</b>: 12-34244</p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20035000}\">Intramuscular use</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-ImmunizationPractitionerRoleExample.html\">PractitionerRole</a></td></tr></table><blockquote><p><b>protocolApplied</b></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 397430003}\">Diphtheria caused by Corynebacterium diphtheriae (disorder)</span>, <span title=\"Codes:{http://snomed.info/sct 76902006}\">Tetanus (disorder)</span>, <span title=\"Codes:{http://snomed.info/sct 27836007}\">Pertussis (disorder)</span></p><p><b>doseNumber</b>: 1</p></blockquote></div>"
},
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author",
"valueReference" : {
🔗 "reference" : "PractitionerRole/ImmunizationPractitionerRoleExample"
}
}
],
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.30.1.147.1.3.1",
"value" : "1829774"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
"code" : "637",
"display" : "Boostrix"
}
]
},
"patient" : {
🔗 "reference" : "Patient/ImmunizationPatientExample"
},
"occurrenceDateTime" : "2017-09-15T09:12:56+02:00",
"recorded" : "2017-09-15T09:12:56+02:00",
"lotNumber" : "12-34244",
"route" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20035000",
"display" : "Intramuscular use"
}
]
},
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/ImmunizationPractitionerRoleExample"
}
}
],
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "397430003",
"display" : "Diphtheria caused by Corynebacterium diphtheriae (disorder)"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "76902006",
"display" : "Tetanus (disorder)"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "27836007",
"display" : "Pertussis (disorder)"
}
]
}
],
"doseNumberPositiveInt" : 1
}
]
}