Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.1 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: RPMCardiacRehabCarePlanExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan RPMCardiacRehabCarePlanExample</b></p><a name=\"RPMCardiacRehabCarePlanExample\"> </a><a name=\"hcRPMCardiacRehabCarePlanExample\"> </a><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-RPMCardiacRehabCarePlanTemplate.html\">Template for Remote Monitoring Cardiac Rehab Care Plan</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: Plan</p><p><b>subject</b>: Identifier: NHI/ZZZ1234 (use: official, )</p><p><b>encounter</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Encounter/0eacc1fa-5669-4b77-98e7-d1b9f2d87c01\">Encounter/0eacc1fa-5669-4b77-98e7-d1b9f2d87c01</a></p><p><b>created</b>: 2025-08-20</p><p><b>author</b>: Identifier: HPIProvider/ZZZ6789 (use: official, )</p><p><b>goal</b>: <a href=\"#hcRPMCardiacRehabCarePlanExample/goal0\">Goal: lifecycleStatus = proposed; category = ; priority = Medium Priority; description = ; start[x] = ; statusDate = 2022-12-14</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Goal #goal0</b></p><a name=\"RPMCardiacRehabCarePlanExample/goal0\"> </a><a name=\"hcRPMCardiacRehabCarePlanExample/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: NHI/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: NHI/ZXP7823 (use: official, )</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Goal ;
fhir:id [ fhir:v "goal0" ] ;
fhir:lifecycleStatus [ fhir:v "proposed" ] ;
    ( fhir:category [
fhir:text [ fhir:v "Full Recovery" ]     ] ) ;
fhir:priority [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medium-priority" ] ;
fhir:display [ fhir:v "Medium Priority" ]       ] ) ;
fhir:text [ fhir:v "Medium Priority" ]     ] ;
fhir:description [
fhir:text [ fhir:v "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:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZXP7823" ]       ]     ] ;
fhir:start [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Exposure to coronavirus infection (event)" ]     ] ;
    ( fhir:target [
fhir:measure [
        ( fhir:coding [
a loinc:20564-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20564-1" ] ;
fhir:display [ fhir:v "Oxygen saturation in Blood" ]         ] ) ;
fhir:text [ fhir:v "Oxygen Saturation" ]       ] ;
fhir:detail [
a fhir:Quantity ;
fhir:value [ fhir:v "99"^^xsd:decimal ] ;
fhir:unit [ fhir:v "percent" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]       ] ;
fhir:due [
a fhir:Duration ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]       ]     ] ) ;
fhir:statusDate [ fhir:v "2022-12-14"^^xsd:date ] ;
fhir:expressedBy [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZXP7823" ]       ]     ]
  ] ) ; # 
  fhir:instantiatesCanonical ( [
fhir:v "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/PlanDefinition/RPMCardiacRehabCarePlanTemplate"^^xsd:anyURI ;
fhir:link <https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/PlanDefinition/RPMCardiacRehabCarePlanTemplate>
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZZZ1234" ]     ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/0eacc1fa-5669-4b77-98e7-d1b9f2d87c01" ]
  ] ; # 
  fhir:created [ fhir:v "2025-08-20"^^xsd:date] ; # 
  fhir:author [
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-person-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZZZ6789" ]     ]
  ] ; # 
  fhir:goal ( [
fhir:reference [ fhir:v "#goal0" ]
  ] ) . #