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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/EncounterExample> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EncounterExample"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2022-09-20T02:23:35.662Z"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiEncounter" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiEncounter>
]
] ;
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: Encounter EncounterExample</b></p><a name=\"EncounterExample\"> </a><a name=\"hcEncounterExample\"> </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\">version: 1; Last updated: 2022-09-20 02:23:35+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiEncounter.html\">ManaakiNgaTahiEncounter</a></p></div><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-VR\">ActCode: VR</a> (virtual)</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}\">General Practice</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority T}\">Timing Critical</span></p><p><b>subject</b>: <a href=\"Patient-CareyCarrington.html\">Carey Carrington</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CON}\">Consultant</span></td><td>2022-09-20 01:23:34+0000 --> 2022-09-20 02:23:34+0000</td><td>Dottie McStuffins (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiProvider.html\" title=\"HPI providers\">HPIProvider</a>/99ZZFX (use: official, ))</td></tr></table><p><b>period</b>: 2022-09-20 --> 2022-09-27</p><h3>Lengths</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>7</td><td>days</td><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 270427003}\">Patient Initiated Encounter</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ConditionExample.html\">Condition COVID-19</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CC}\">Chief Complaint</span></td><td>1</td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>PhysicalType</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>GP Clinic (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiFacility.html\" title=\"HPI facilities\">HPIFacility</a>/FZZ999-B (use: official, ))</td><td>Completed</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></td><td>2022-09-20 --> 2022-09-20</td></tr></table><p><b>serviceProvider</b>: Well Health Trust PHO (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiOrganization.html\" title=\"HPI organizations\">HPIOrganization</a>/GZZ994-K (use: official, ))</p></div>"
] ;
fhir:Encounter.status [ fhir:value "in-progress"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "VR" ] ;
fhir:Coding.display [ fhir:value "virtual" ]
] ;
fhir:Encounter.serviceType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-type" ] ;
fhir:Coding.code [ fhir:value "124" ] ;
fhir:Coding.display [ fhir:value "General Practice" ]
] ;
fhir:CodeableConcept.text [ fhir:value "General Practice" ]
] ;
fhir:Encounter.priority [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActPriority" ] ;
fhir:Coding.code [ fhir:value "T" ] ;
fhir:Coding.display [ fhir:value "timing critical" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Timing Critical" ]
] ;
fhir:Encounter.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:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:Coding.code [ fhir:value "CON" ] ;
fhir:Coding.display [ fhir:value "consultant" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Consultant" ]
] ;
fhir:Encounter.participant.period [
fhir:Period.start [ fhir:value "2022-09-20T01:23:34.459Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2022-09-20T02:23:34.459Z"^^xsd:dateTime ]
] ;
fhir:Encounter.participant.individual [
fhir:Reference.type [ fhir:value "Practitioner" ] ;
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:Reference.display [ fhir:value "Dottie McStuffins" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2022-09-20"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2022-09-27"^^xsd:date ]
] ;
fhir:Encounter.length [
fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "days" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:Encounter.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:270427003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "270427003" ] ;
fhir:Coding.display [ fhir:value "patient-initiated encounter" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Patient Initiated Encounter" ]
] ;
fhir:Encounter.diagnosis [
fhir:index 0 ;
fhir:Encounter.diagnosis.condition [
fhir:link <http://hl7.org/fhir/Condition/ConditionExample> ;
fhir:Reference.reference [ fhir:value "Condition/ConditionExample" ]
] ;
fhir:Encounter.diagnosis.use [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ;
fhir:Coding.code [ fhir:value "CC" ] ;
fhir:Coding.display [ fhir:value "Chief complaint" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Chief Complaint" ]
] ;
fhir:Encounter.diagnosis.rank [ fhir:value "1"^^xsd:positiveInteger ]
] ;
fhir:Encounter.location [
fhir:index 0 ;
fhir:Encounter.location.location [
fhir:Reference.type [ fhir:value "Location" ] ;
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-facility-id" ] ;
fhir:Identifier.value [ fhir:value "FZZ999-B" ]
] ;
fhir:Reference.display [ fhir:value "GP Clinic" ]
] ;
fhir:Encounter.location.status [ fhir:value "completed" ] ;
fhir:Encounter.location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "bu" ] ;
fhir:Coding.display [ fhir:value "Building" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Building" ]
] ;
fhir:Encounter.location.period [
fhir:Period.start [ fhir:value "2022-09-20"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2022-09-20"^^xsd:date ]
]
] ;
fhir:Encounter.serviceProvider [
fhir:Reference.type [ fhir:value "Organization" ] ;
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-organisation-id" ] ;
fhir:Identifier.value [ fhir:value "GZZ994-K" ]
] ;
fhir:Reference.display [ fhir:value "Well Health Trust PHO" ]
] .
<http://hl7.org/fhir/Patient/CareyCarrington> a fhir:Patient .
<http://hl7.org/fhir/Condition/ConditionExample> a fhir:Condition .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/EncounterExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/EncounterExample.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