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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Communication/OutreachCommunicationExample> a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "OutreachCommunicationExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/CMSCommunication" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/CMSCommunication>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://hub.services.digital.health.nz/ns/correlation-id" ] ;
fhir:Coding.code [ fhir:value "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication OutreachCommunicationExample</b></p><a name=\"OutreachCommunicationExample\"> </a><a name=\"hcOutreachCommunicationExample\"> </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-CMSCommunication.html\">CMS Communication</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><blockquote><p><b>Send to and from communication to contact points</b></p><ul><li>toContactPoint: <a href=\"tel:+64221234567\">+64221234567</a></li></ul></blockquote><p><b>Status DateTime</b>: 2024-08-20 14:35:00+0000</p><p><b>basedOn</b>: <a href=\"ServiceRequest-OutreachServiceRequestExample.html\">ServiceRequest Immunization Outreach</a></p><p><b>status</b>: Completed</p><p><b>statusReason</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-communication-delivery-status-codes sent}\">Sent</span></p><p><b>medium</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-participation-mode-codes PHONE}\">telephone</span></p><p><b>sent</b>: 2024-08-20 14:30:00+0000</p><p><b>received</b>: 2024-08-20 14:35:00+0000</p><p><b>recipient</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>sender</b>: whaihua (Identifier: <code>https://hub.services.digital.health.nz/ns/hip-application-id</code>/12345 (use: official, ))</p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>summary of the communication</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "toContactPoint" ] ;
fhir:Extension.valueContactPoint [
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+64221234567" ]
]
] ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/hnz-contact-point-extension" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/hnz-status-date-time-extension" ] ;
fhir:Extension.valueDateTime [ fhir:value "2024-08-20T14:35:00Z"^^xsd:dateTime ]
] ;
fhir:Communication.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/OutreachServiceRequestExample> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/OutreachServiceRequestExample" ]
] ;
fhir:Communication.status [ fhir:value "completed"] ;
fhir:Communication.statusReason [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-communication-delivery-status-codes" ] ;
fhir:Coding.code [ fhir:value "sent" ]
]
] ;
fhir:Communication.medium [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-participation-mode-codes" ] ;
fhir:Coding.code [ fhir:value "PHONE" ]
]
] ;
fhir:Communication.sent [ fhir:value "2024-08-20T14:30:00Z"^^xsd:dateTime] ;
fhir:Communication.received [ fhir:value "2024-08-20T14:35:00Z"^^xsd:dateTime] ;
fhir:Communication.recipient [
fhir:index 0 ;
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:Communication.sender [
fhir:Reference.type [ fhir:value "Device" ] ;
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://hub.services.digital.health.nz/ns/hip-application-id" ] ;
fhir:Identifier.value [ fhir:value "12345" ]
] ;
fhir:Reference.display [ fhir:value "whaihua" ]
] ;
fhir:Communication.payload [
fhir:index 0 ;
fhir:Communication.payload.contentString [ fhir:value "summary of the communication" ]
] .
<http://hl7.org/fhir/ServiceRequest/OutreachServiceRequestExample> a fhir:ServiceRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Communication/OutreachCommunicationExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Communication/OutreachCommunicationExample.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