Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release
Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Task",
"meta" : {
"profile" : [
🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationTask"
],
"tag" : [
{
"system" : "https://hub.services.digital.health.nz/ns/correlation-id",
"code" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task OutpatientCommunicationTaskExample</b></p><a name=\"OutpatientCommunicationTaskExample\"> </a><a name=\"hcOutpatientCommunicationTaskExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OutpatientCommunicationTask.html\">Outpatient Communication Task</a></p><p style=\"margin-bottom: 0px\">Tag: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Details: correlation-id code xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)</p></div><p><b>basedOn</b>: <a href=\"CarePlan-OutpatientCommunicationCarePlanExample.html\">CarePlan: status = active; intent = plan; category = Cardiology</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}\">Complete Questionnaire</span></p><p><b>description</b>: Complete this questionnaire before your appointment.</p><p><b>for</b>: John Smith (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZAC7823\u00a0(use:\u00a0official,\u00a0))</p><p><b>authoredOn</b>: 2024-01-15 10:00:00+0000</p><p><b>requester</b>: Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX\u00a0(use:\u00a0official,\u00a0))</p><p><b>owner</b>: Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX\u00a0(use:\u00a0official,\u00a0))</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire}\">Questionnaire</span></td><td><a href=\"Questionnaire-DHOSleepQuestionnaire.html\">Sleep Service Questionnaire</a></td></tr></table></div>"
},
"basedOn" : [
{
🔗 "reference" : "CarePlan/OutpatientCommunicationCarePlanExample"
}
],
"status" : "requested",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code" : "complete-questionnaire"
}
]
},
"description" : "Complete this questionnaire before your appointment.",
"for" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZAC7823"
},
"display" : "John Smith"
},
"authoredOn" : "2024-01-15T10:00:00Z",
"requester" : {
"type" : "Practitioner",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
"value" : "99ZZFX"
},
"display" : "Dr. Sarah Wilson"
},
"owner" : {
"type" : "Practitioner",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
"value" : "99ZZFX"
},
"display" : "Dr. Sarah Wilson"
},
"input" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code" : "questionnaire"
}
]
},
"valueCanonical" : "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/DHOSleepQuestionnaire"
}
]
}