Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "65da648ba7a1d796c72e5a2af8747945",
"meta" : {
"profile" : [
🔗 "https://fhir.medtechglobal.com/StructureDefinition/medtech-immunization-ips"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization 65da648ba7a1d796c72e5a2af8747945</b></p><a name=\"65da648ba7a1d796c72e5a2af8747945\"> </a><a name=\"hc65da648ba7a1d796c72e5a2af8747945\"> </a><a name=\"65da648ba7a1d796c72e5a2af8747945-en-US\"> </a><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason PATOBJ}\">patient objection</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{https://standards.digital.health.nz/ns/immunisation-code 99006}\">Influenza</span></p><p><b>patient</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><p><b>occurrence</b>: 2016-06-16 17:05:46+1200</p><p><b>recorded</b>: 2021-04-21 17:05:46+1200</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 OP}\">Ordering Provider</span></td><td><a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></td></tr></table><p><b>note</b>: add note to test</p></div>"
},
"status" : "not-done",
"statusReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "PATOBJ",
"display" : "patient objection"
}
]
},
"vaccineCode" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/immunisation-code",
"code" : "99006",
"display" : "Flu Diabetes"
}
],
"text" : "Influenza"
},
"patient" : {
"reference" : "https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b"
},
"occurrenceDateTime" : "2016-06-16T17:05:46.000+12:00",
"recorded" : "2021-04-21T17:05:46.000+12:00",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "OP",
"display" : "Ordering Provider"
}
]
},
"actor" : {
"reference" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91"
}
}
],
"note" : [
{
"text" : "add note to test"
}
]
}