Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "610266",
"meta" : {
"profile" : [
🔗 "https://fhir.virtually.healthcare/StructureDefinition/Immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization 610266</b></p><a name=\"610266\"> </a><a name=\"hc610266\"> </a><a name=\"610266-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/610266, <code>https://emis.com/Id/Event/GUID</code>/4eb4ace6-c5fd-4b91-beef-672342115bc0</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://read.info/readv2 8I3Q.}, {http://snomed.info/sct 401086001}\">Pneumococcal vaccination declined</span></p><p><b>patient</b>: <a href=\"Patient-610.html\">William Dyer Male, DoB: 1919-05-27 ( Medical record number)</a></p><p><b>occurrence</b>: 2000-11-25 00:00:00+0000</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=\"Practitioner-243.html\">Dr Emis Test</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://emis.com/Id/Event/DBID",
"value" : "610266",
"assigner" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "F83004"
}
}
},
{
"system" : "https://emis.com/Id/Event/GUID",
"value" : "4eb4ace6-c5fd-4b91-beef-672342115bc0",
"assigner" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "F83004"
}
}
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://read.info/readv2",
"code" : "8I3Q.",
"display" : "Pneumococcal vaccination declined"
},
{
"system" : "http://snomed.info/sct",
"code" : "401086001",
"display" : "Pneumococcal vaccination declined"
}
],
"text" : "Pneumococcal vaccination declined"
},
"patient" : {
🔗 "reference" : "Patient/610"
},
"occurrenceDateTime" : "2000-11-25T00:00:00+00:00",
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/243",
"identifier" : {
"system" : "https://fhir.hl7.org.uk/Id/gmp-number",
"value" : "G2435868"
},
"display" : "Dr Emis Test"
}
}
]
}