Breast Screening NZ FHIR Implementation Guide
1.1.0 - Release

Breast Screening NZ FHIR Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CAREPLAN-BUNDLE-11 - TTL Representation

Raw ttl | Download


@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/Bundle/CPB1> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CPB1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.nz/fhir/ig/bsa/StructureDefinition/BsaCarePlan" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.nz/fhir/ig/bsa/StructureDefinition/BsaCarePlan>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "searchset"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.resource [
       a fhir:CarePlan ;
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "extensions" ] ;
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan </b></p><p><b>Programme Status Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status not-enrolled}\">Not enrolled</span></p><p><b>Pathway State Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state exited}\">Exited</span></p><p><b>Pathway Substate Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate deceased}\">Deceased</span></p><p><b>Pathway State Date Last Modified Extension</b>: 2025-11-07 13:16:36+0000</p><p><b>status</b>: On Hold</p><p><b>intent</b>: Plan</p><p><b>subject</b>: Participant NHI Id (Identifier: ZXE24NV)</p><p><b>period</b>: 2005-05-16 00:00:00+0000 --&gt; 2017-08-13 12:00:00+0000</p><p><b>author</b>: Lead Provider HPI Org ID (Identifier: GZZ956-B)</p></div>"
       ] ;
       fhir:DomainResource.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/programme-status" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status" ] ;
             fhir:Coding.code [ fhir:value "not-enrolled" ]
           ]
         ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/pathway-state" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state" ] ;
             fhir:Coding.code [ fhir:value "exited" ]
           ]
         ]
       ], [
         fhir:index 2 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/pathway-substate" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate" ] ;
             fhir:Coding.code [ fhir:value "deceased" ] ;
             fhir:Coding.display [ fhir:value "Deceased" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "Deceased" ]
         ]
       ], [
         fhir:index 3 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/pathway-state-date-last-modified" ] ;
         fhir:Extension.valueDateTime [ fhir:value "2025-11-07T13:16:36+00:00"^^xsd:dateTime ]
       ] ;
       fhir:CarePlan.status [ fhir:value "on-hold" ] ;
       fhir:CarePlan.intent [ fhir:value "plan" ] ;
       fhir:CarePlan.subject [
         fhir:Reference.type [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
         fhir:Reference.identifier [
           fhir:Identifier.value [ fhir:value "ZXE24NV" ]
         ] ;
         fhir:Reference.display [ fhir:value "Participant NHI Id" ]
       ] ;
       fhir:CarePlan.period [
         fhir:Period.start [ fhir:value "2005-05-16T00:00:00+00:00"^^xsd:dateTime ] ;
         fhir:Period.end [ fhir:value "2017-08-13T12:00:00+00:00"^^xsd:dateTime ]
       ] ;
       fhir:CarePlan.author [
         fhir:Reference.type [ fhir:value "https://standards.digital.health.nz/ns/hpi-organisation-id" ] ;
         fhir:Reference.identifier [
           fhir:Identifier.value [ fhir:value "GZZ956-B" ]
         ] ;
         fhir:Reference.display [ fhir:value "Lead Provider HPI Org ID" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.resource [
       a fhir:CarePlan ;
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "extensions" ] ;
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan </b></p><p><b>Programme Status Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status enrolled}\">Enrolled</span></p><p><b>Pathway State Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state booked}\">booked</span></p><p><b>Pathway Substate Extension</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate confirmed}\">Confirmed</span></p><p><b>Pathway State Date Last Modified Extension</b>: 2025-11-07 13:16:36+0000</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: Participant NHI Id (Identifier: ZUA48EH)</p><p><b>period</b>: 2015-05-16 00:00:00+0000 --&gt; (ongoing)</p><p><b>author</b>: Lead Provider HPI Org ID (Identifier: GZZ956-B)</p></div>"
       ] ;
       fhir:DomainResource.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/programme-status" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status" ] ;
             fhir:Coding.code [ fhir:value "enrolled" ]
           ]
         ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/pathway-state" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state" ] ;
             fhir:Coding.code [ fhir:value "booked" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "booked" ]
         ]
       ], [
         fhir:index 2 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/pathway-substate" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-substate" ] ;
             fhir:Coding.code [ fhir:value "confirmed" ] ;
             fhir:Coding.display [ fhir:value "Confirmed" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "Confirmed" ]
         ]
       ], [
         fhir:index 3 ;
         fhir:Extension.url [ fhir:value "https://breastscreening.health.nz/ig/StructureDefinition/pathway-state-date-last-modified" ] ;
         fhir:Extension.valueDateTime [ fhir:value "2025-11-07T13:16:36+00:00"^^xsd:dateTime ]
       ] ;
       fhir:CarePlan.status [ fhir:value "active" ] ;
       fhir:CarePlan.intent [ fhir:value "plan" ] ;
       fhir:CarePlan.subject [
         fhir:Reference.type [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
         fhir:Reference.identifier [
           fhir:Identifier.value [ fhir:value "ZUA48EH" ]
         ] ;
         fhir:Reference.display [ fhir:value "Participant NHI Id" ]
       ] ;
       fhir:CarePlan.period [
         fhir:Period.start [ fhir:value "2015-05-16T00:00:00+00:00"^^xsd:dateTime ]
       ] ;
       fhir:CarePlan.author [
         fhir:Reference.type [ fhir:value "https://standards.digital.health.nz/ns/hpi-organisation-id" ] ;
         fhir:Reference.identifier [
           fhir:Identifier.value [ fhir:value "GZZ956-B" ]
         ] ;
         fhir:Reference.display [ fhir:value "Lead Provider HPI Org ID" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/CPB1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/CPB1.ttl> .