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 loinc: <http://loinc.org/rdf#> .
@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/CarePlanExample> a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "CarePlanExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiCarePlan" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiCarePlan>
]
] ;
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 CarePlanExample</b></p><a name=\"CarePlanExample\"> </a><a name=\"hcCarePlanExample\"> </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-ManaakiNgaTahiCarePlan.html\">ManaakiNgaTahiCarePlan</a></p></div><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-COVIDMVPCarePlanTemplate.html\">Template for COVID-19 Care in the Community CCCM MVP Careplans</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: Plan</p><p><b>title</b>: COVID-19 Omicron Response - Carey Carrington</p><p><b>subject</b>: <a href=\"Patient-CareyCarrington.html\">Carey Carrington</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample.html\">Encounter: status = in-progress; class = virtual (ActCode#VR); serviceType = General Practice; priority = timing critical; period = 2022-09-20 --> 2022-09-27; reasonCode = patient-initiated encounter</a></p><p><b>created</b>: 2022-12-14</p><p><b>author</b>: Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiProvider.html\" title=\"HPI providers\">HPIProvider</a>/99ZZFX (use: official, )</p><p><b>goal</b>: <a href=\"#hcCarePlanExample/goal0\">Goal: lifecycleStatus = proposed; category = ; priority = Medium Priority; description = ; start[x] = ; statusDate = 2022-12-14</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>InstantiatesCanonical</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Questionnaire-COVIDRegularHealthCheckQuestionnaire.html\">Question Template for COVID-19 Regular Health Check</a></td><td>Not Started</td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Goal #goal0</b></p><a name=\"CarePlanExample/goal0\"> </a><a name=\"hcCarePlanExample/goal0\"> </a><p><b>lifecycleStatus</b>: Proposed</p><p><b>category</b>: <span title=\"Codes:\">Full Recovery</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-priority medium-priority}\">Medium Priority</span></p><p><b>description</b>: <span title=\"Codes:\">Activities in the Self Serve COVID-19 Care Plan are intended to monitor progress of a patient who self isolates and self serves as they recover from a COVID-19 infection, to ensure they receive the appropriate level of care throughout (physical, financial, mental, social, family, spiritual).</span></p><p><b>subject</b>: Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZXP7823 (use: official, )</p><p><b>start</b>: <span title=\"Codes:\">Exposure to coronavirus infection (event)</span></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 20564-1}\">Oxygen Saturation</span></td><td>99 percent<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td><td>No display for Duration (value: 5; unit: days; system: http://unitsofmeasure.org; code: d)</td></tr></table><p><b>statusDate</b>: 2022-12-14</p><p><b>expressedBy</b>: Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZXP7823 (use: official, )</p></blockquote></div>"
] ;
fhir:DomainResource.contained [
a fhir:Goal ;
fhir:index 0 ;
fhir:Resource.id [ fhir:value "goal0" ] ;
fhir:Goal.lifecycleStatus [ fhir:value "proposed" ] ;
fhir:Goal.category [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Full Recovery" ]
] ;
fhir:Goal.priority [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-priority" ] ;
fhir:Coding.code [ fhir:value "medium-priority" ] ;
fhir:Coding.display [ fhir:value "Medium Priority" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Medium Priority" ]
] ;
fhir:Goal.description [
fhir:CodeableConcept.text [ fhir:value "Activities in the Self Serve COVID-19 Care Plan are intended to monitor progress of a patient who self isolates and self serves as they recover from a COVID-19 infection, to ensure they receive the appropriate level of care throughout (physical, financial, mental, social, family, spiritual)." ]
] ;
fhir:Goal.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 "ZXP7823" ]
]
] ;
fhir:Goal.startCodeableConcept [
fhir:CodeableConcept.text [ fhir:value "Exposure to coronavirus infection (event)" ]
] ;
fhir:Goal.target [
fhir:index 0 ;
fhir:Goal.target.measure [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:20564-1 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "20564-1" ] ;
fhir:Coding.display [ fhir:value "Oxygen saturation in Blood" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Oxygen Saturation" ]
] ;
fhir:Goal.target.detailQuantity [
fhir:Quantity.value [ fhir:value "99"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "percent" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "%" ]
] ;
fhir:Goal.target.dueDuration [
fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "days" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
]
] ;
fhir:Goal.statusDate [ fhir:value "2022-12-14"^^xsd:date ] ;
fhir:Goal.expressedBy [
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 "ZXP7823" ]
]
]
] ;
fhir:CarePlan.instantiatesCanonical [
fhir:value "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/PlanDefinition/COVIDMVPCarePlanTemplate" ;
fhir:index 0 ;
fhir:link <https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/PlanDefinition/COVIDMVPCarePlanTemplate>
] ;
fhir:CarePlan.status [ fhir:value "draft"] ;
fhir:CarePlan.intent [ fhir:value "plan"] ;
fhir:CarePlan.title [ fhir:value "COVID-19 Omicron Response - Carey Carrington"] ;
fhir:CarePlan.subject [
fhir:link <http://hl7.org/fhir/Patient/CareyCarrington> ;
fhir:Reference.reference [ fhir:value "Patient/CareyCarrington" ] ;
fhir:Reference.type [ fhir:value "Patient" ] ;
fhir:Reference.display [ fhir:value "Carey Carrington" ]
] ;
fhir:CarePlan.encounter [
fhir:link <http://hl7.org/fhir/Encounter/EncounterExample> ;
fhir:Reference.reference [ fhir:value "Encounter/EncounterExample" ]
] ;
fhir:CarePlan.created [ fhir:value "2022-12-14"^^xsd:date] ;
fhir:CarePlan.author [
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-person-id" ] ;
fhir:Identifier.value [ fhir:value "99ZZFX" ]
]
] ;
fhir:CarePlan.goal [
fhir:index 0 ;
fhir:Reference.reference [ fhir:value "#goal0" ]
] ;
fhir:CarePlan.activity [
fhir:index 0 ;
fhir:CarePlan.activity.detail [
fhir:CarePlan.activity.detail.instantiatesCanonical [
fhir:value "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/COVIDRegularHealthCheckQuestionnaire" ;
fhir:index 0 ;
fhir:link <https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/COVIDRegularHealthCheckQuestionnaire>
] ;
fhir:CarePlan.activity.detail.status [ fhir:value "not-started" ]
]
] .
<http://hl7.org/fhir/Patient/CareyCarrington> a fhir:Patient .
<http://hl7.org/fhir/Encounter/EncounterExample> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CarePlan/CarePlanExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CarePlan/CarePlanExample.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