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" : "CarePlan",
"meta" : {
"profile" : [
🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationCarePlan"
],
"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: CarePlan OutpatientCommunicationCarePlanExample</b></p><a name=\"OutpatientCommunicationCarePlanExample\"> </a><a name=\"hcOutpatientCommunicationCarePlanExample\"> </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-OutpatientCommunicationCarePlan.html\">Outpatient Communication CarePlan</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>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/outpatient-categories-cs M10}\">Cardiology</span></p><p><b>subject</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>author</b>: Identifier: <code>https://example.com/user-id</code>/1234567890</p><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a href=\"Communication-EmailCommunicationExample.html\">Communication: extension = ,2024-08-20 14:35:00+0000; status = completed; statusReason = Sent; medium = email; sent = 2024-08-20 14:30:00+0000; received = 2024-08-20 14:35:00+0000</a></p><p><b>reference</b>: <a href=\"CommunicationRequest-OutpatientCommunicationRequestEmailExample.html\">CommunicationRequest: extension = ; status = unknown; medium = email; occurrence[x] = 2024-08-20 14:30:00+0000; authoredOn = 2024-08-20 14:30:00+0000</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"Task-OutpatientCommunicationTaskExample.html\">Task Complete Questionnaire</a></p></blockquote></div>"
},
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/outpatient-categories-cs",
"code" : "M10"
}
]
}
],
"subject" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZAC7823"
},
"display" : "John Smith"
},
"author" : {
"identifier" : {
"system" : "https://example.com/user-id",
"value" : "1234567890"
}
},
"activity" : [
{
"outcomeReference" : [
{
🔗 "reference" : "Communication/EmailCommunicationExample"
}
],
"reference" : {
🔗 "reference" : "CommunicationRequest/OutpatientCommunicationRequestEmailExample"
}
},
{
"reference" : {
🔗 "reference" : "Task/OutpatientCommunicationTaskExample"
}
}
]
}