Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.1 - release
Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2022-12-08T20:58:28.205Z",
"source" : "Whaihua",
"profile" : [
🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutreachServiceRequest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest OutreachServiceRequestExample</b></p><a name=\"OutreachServiceRequestExample\"> </a><a name=\"hcOutreachServiceRequestExample\"> </a><a name=\"OutreachServiceRequestExample-en-NZ\"> </a><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\">version: 1; Last updated: 2022-12-08 20:58:28+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Whaihua\">Whaihua</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OutreachServiceRequest.html\">OutreachServiceRequest</a></p></div><p><b>Request status reason</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-service-request-status-reason-codes ReferredToOutreach}\">Referred to Outreach</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-task-code-codes Immunization}\">Immunization Outreach</span></p><p><b>subject</b>: John Doe (Identifier: NHI/ZXP7823\u00a0(use:\u00a0official,\u00a0))</p><p><b>requester</b>: AIR/ISM (Identifier: <code>https://hub.services.digital.health.nz/ns/hip-application-id</code>/123456\u00a0(use:\u00a0official,\u00a0))</p><p><b>performer</b>: Whaihua (Identifier: <code>https://hub.services.digital.health.nz/ns/hip-application-id</code>/987654\u00a0(use:\u00a0official,\u00a0))</p><p><b>locationReference</b>: Identifier: HPIFacility/FZZ999-B\u00a0(use:\u00a0official,\u00a0)</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/request-statusReason",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-service-request-status-reason-codes",
"code" : "ReferredToOutreach"
}
]
}
}
],
"status" : "active",
"intent" : "plan",
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-task-code-codes",
"code" : "Immunization",
"display" : "Immunization Outreach"
}
]
},
"subject" : {
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZXP7823"
},
"display" : "John Doe"
},
"requester" : {
"identifier" : {
"use" : "official",
"system" : "https://hub.services.digital.health.nz/ns/hip-application-id",
"value" : "123456"
},
"display" : "AIR/ISM"
},
"performer" : [
{
"identifier" : {
"use" : "official",
"system" : "https://hub.services.digital.health.nz/ns/hip-application-id",
"value" : "987654"
},
"display" : "Whaihua"
}
],
"locationReference" : [
{
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/hpi-facility-id",
"value" : "FZZ999-B"
}
}
]
}