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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/OutpatientCommunicationCarePlanExample> a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "OutpatientCommunicationCarePlanExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationCarePlan" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationCarePlan>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://hub.services.digital.health.nz/ns/correlation-id" ] ;
fhir:Coding.code [ fhir:value "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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: </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/dho-health-speciality-cs S45B}\">Fracture Clinic</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 (use: official, ))</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>"
] ;
fhir:CarePlan.status [ fhir:value "active"] ;
fhir:CarePlan.intent [ fhir:value "plan"] ;
fhir:CarePlan.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/dho-health-speciality-cs" ] ;
fhir:Coding.code [ fhir:value "S45B" ] ;
fhir:Coding.display [ fhir:value "Fracture Clinic" ]
]
] ;
fhir:CarePlan.subject [
fhir:Reference.type [ fhir:value "Patient" ] ;
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
fhir:Identifier.value [ fhir:value "ZAC7823" ]
] ;
fhir:Reference.display [ fhir:value "John Smith" ]
] ;
fhir:CarePlan.author [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "https://example.com/user-id" ] ;
fhir:Identifier.value [ fhir:value "1234567890" ]
]
] ;
fhir:CarePlan.activity [
fhir:index 0 ;
fhir:CarePlan.activity.outcomeReference [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Communication/EmailCommunicationExample> ;
fhir:Reference.reference [ fhir:value "Communication/EmailCommunicationExample" ]
] ;
fhir:CarePlan.activity.reference [
fhir:link <http://hl7.org/fhir/CommunicationRequest/OutpatientCommunicationRequestEmailExample> ;
fhir:Reference.reference [ fhir:value "CommunicationRequest/OutpatientCommunicationRequestEmailExample" ]
]
], [
fhir:index 1 ;
fhir:CarePlan.activity.reference [
fhir:link <http://hl7.org/fhir/Task/OutpatientCommunicationTaskExample> ;
fhir:Reference.reference [ fhir:value "Task/OutpatientCommunicationTaskExample" ]
]
] .
<http://hl7.org/fhir/Communication/EmailCommunicationExample> a fhir:Communication .
<http://hl7.org/fhir/CommunicationRequest/OutpatientCommunicationRequestEmailExample> a fhir:CommunicationRequest .
<http://hl7.org/fhir/Task/OutpatientCommunicationTaskExample> a fhir:Task .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/OutpatientCommunicationCarePlanExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CarePlan/OutpatientCommunicationCarePlanExample.ttl> .
IG © 2022+ Te Whatu Ora. Package tewhatuora.sharedcare#0.4.5 based on FHIR 4.0.1. Generated 2026-07-20
Links: Table of Contents |
QA Report