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/DocumentReference/DocumentReferenceExample> a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "DocumentReferenceExample"] ;
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/ManaakiNgaTahiDocumentReference" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiDocumentReference>
]
] ;
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: DocumentReference DocumentReferenceExample</b></p><a name=\"DocumentReferenceExample\"> </a><a name=\"hcDocumentReferenceExample\"> </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-ManaakiNgaTahiDocumentReference.html\">ManaakiNgaTahiDocumentReference</a></p></div><p><b>status</b>: Current</p><p><b>docStatus</b>: Preliminary</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 866144008}\">Encounter note</span></p><p><b>subject</b>: Carey Carrington (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZXP7823 (use: official, ))</p><p><b>date</b>: 2005-12-24 09:43:41+1100</p><p><b>author</b>: Dottie McStuffins (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiProvider.html\" title=\"HPI providers\">HPIProvider</a>/99ZZFX (use: official, ))</p><p><b>description</b>: A note generated during an Encounter</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Data</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/markdown</td><td>en-nz</td><td><code>IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4=</code></td><td>Telephone Encounter Notes</td><td>2023-08-01 09:35:00+1100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><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></td></tr></table></div>"
] ;
fhir:DocumentReference.status [ fhir:value "current"] ;
fhir:DocumentReference.docStatus [ fhir:value "preliminary"] ;
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:866144008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "866144008" ] ;
fhir:Coding.display [ fhir:value "Encounter note" ]
]
] ;
fhir:DocumentReference.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:Reference.display [ fhir:value "Carey Carrington" ]
] ;
fhir:DocumentReference.date [ fhir:value "2005-12-24T09:43:41+11:00"^^xsd:dateTime] ;
fhir:DocumentReference.author [
fhir:index 0 ;
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:DocumentReference.description [ fhir:value "A note generated during an Encounter"] ;
fhir:DocumentReference.content [
fhir:index 0 ;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "text/markdown" ] ;
fhir:Attachment.language [ fhir:value "en-nz" ] ;
fhir:Attachment.data [ fhir:value "IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4="^^xsd:base64Binary ] ;
fhir:Attachment.title [ fhir:value "Telephone Encounter Notes" ] ;
fhir:Attachment.creation [ fhir:value "2023-08-01T09:35:00+11:00"^^xsd:dateTime ]
]
] ;
fhir:DocumentReference.context [
fhir:DocumentReference.context.encounter [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Encounter/EncounterExample> ;
fhir:Reference.reference [ fhir:value "Encounter/EncounterExample" ]
]
] .
<http://hl7.org/fhir/Encounter/EncounterExample> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/DocumentReferenceExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DocumentReference/DocumentReferenceExample.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