Vaccination CDS Implementation Guide
0.1.0 - ci-build
Vaccination CDS Implementation Guide, published by Euvabeco. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "example-immunization",
"meta" : {
"profile" : [
🔗 "https://euvabeco.net/vcds-ig/StructureDefinition/Immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-immunization</b></p><a name=\"example-immunization\"> </a><a name=\"hcexample-immunization\"> </a><a name=\"example-immunization-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://euvabeco.net/vcds-ig/CodeSystem/NUVA VAC007}\">GARDASIL</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Anonymous Patient Female, DoB: 1995-01-22 ( 123456)</a></p><p><b>occurrence</b>: 2012-03-17</p></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "https://euvabeco.net/vcds-ig/CodeSystem/NUVA",
"code" : "VAC007",
"display" : "GARDASIL"
}
]
},
"patient" : {
🔗 "reference" : "Patient/example-patient"
},
"occurrenceDateTime" : "2012-03-17"
}