Te Whatu Ora Shared Care FHIR API
0.3.9 - release
Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) 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",
"profile" : [
🔗 "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiServiceRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest </b><a name=\"ObservationsServiceRequestExample\"> </a><a name=\"hcObservationsServiceRequestExample\"> </a></p><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\">ResourceServiceRequest "ObservationsServiceRequestExample" Version"1" Updated"2022-12-08 20:58:28+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiServiceRequest.html\">ManaakiNgaTahiServiceRequest</a></p></div><p><b>instantiatesCanonical</b>: <a href=\"https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0\">https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0</a></p><p><b>basedOn</b>: <a href=\"CarePlan-CarePlanExample.html\">CarePlan/CarePlanExample</a></p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: urgent</p><p><b>doNotPerform</b>: false</p><p><b>code</b>: Measurement procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#122869004)</span></p><p><b>subject</b>: <span>NHI/ZXP7823\u00a0(use:\u00a0official)</span></p><p><b>occurrence</b>: Starting 2022-12-09 , 3-3 per1 days, Until 2023-01-08 </p><p><b>authoredOn</b>: 2022-12-08</p><p><b>requester</b>: <span>HPIProvider/99ZZFX\u00a0(use:\u00a0official)</span></p><p><b>performerType</b>: Practice nurse (occupation) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#159002008)</span></p></div>"
},
"instantiatesCanonical" : [
"https://fhir.api-dev.digital.health.nz/R4/ActivityDefinition/a284d0f3-c459-4527-8c0f-6b20dbaae4b0"
],
"basedOn" : [
{
🔗 "reference" : "CarePlan/CarePlanExample"
}
],
"status" : "active",
"intent" : "order",
"priority" : "urgent",
"doNotPerform" : false,
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "122869004",
"display" : "Measurement procedure (procedure)"
}
]
},
"subject" : {
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZXP7823"
}
},
"occurrenceTiming" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2022-12-09",
"end" : "2023-01-08"
},
"frequency" : 3,
"frequencyMax" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"authoredOn" : "2022-12-08",
"requester" : {
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/hpi-person-id",
"value" : "99ZZFX"
}
},
"performerType" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "159002008",
"display" : "Practice nurse (occupation)"
}
]
}
}