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/CommunicationRequest/OutpatientCommunicationRequestEmailExample> a fhir:CommunicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "OutpatientCommunicationRequestEmailExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/CMSCommunicationRequest" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/CMSCommunicationRequest>
] ;
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: CommunicationRequest OutpatientCommunicationRequestEmailExample</b></p><a name=\"OutpatientCommunicationRequestEmailExample\"> </a><a name=\"hcOutpatientCommunicationRequestEmailExample\"> </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-CMSCommunicationRequest.html\">CMS Communication Request</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=\"mailto:totest@gmail.com\">totest@gmail.com</a></li><li>fromContactPoint: <a href=\"mailto:fromtest@gmail.com\">fromtest@gmail.com</a></li></ul></blockquote><p><b>basedOn</b>: <a href=\"CarePlan-OutpatientCommunicationCarePlanExample.html\">CarePlan: status = active; intent = plan; category = Fracture Clinic</a></p><p><b>status</b>: Unknown</p><p><b>medium</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-participation-mode-codes EMAILWRIT}\">email</span></p><blockquote><p><b>payload</b></p><p><b>CMS Payload Type Extension</b>: body</p><p><b>content</b>: text/plain: IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4=</p></blockquote><blockquote><p><b>payload</b></p><p><b>CMS Payload Type Extension</b>: attachment</p><p><b>content</b>: application/pdf: IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4=</p></blockquote><blockquote><p><b>payload</b></p><p><b>CMS Payload Type Extension</b>: attachment</p><p><b>content</b>: application/pdf: IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4=</p></blockquote><p><b>occurrence</b>: 2024-08-20 14:30:00+0000</p><p><b>authoredOn</b>: 2024-08-20 14:30:00+0000</p><p><b>sender</b>: BSA (Identifier: <code>https://hub.services.digital.health.nz/ns/hip-application-id</code>/56789 (use: official, ))</p></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 "email" ] ;
fhir:ContactPoint.value [ fhir:value "totest@gmail.com" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "fromContactPoint" ] ;
fhir:Extension.valueContactPoint [
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "fromtest@gmail.com" ]
]
] ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/hnz-contact-point-extension" ]
] ;
fhir:CommunicationRequest.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/CarePlan/OutpatientCommunicationCarePlanExample> ;
fhir:Reference.reference [ fhir:value "CarePlan/OutpatientCommunicationCarePlanExample" ]
] ;
fhir:CommunicationRequest.status [ fhir:value "unknown"] ;
fhir:CommunicationRequest.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 "EMAILWRIT" ]
]
] ;
fhir:CommunicationRequest.payload [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/cms-payload-type-extension" ] ;
fhir:Extension.valueCode [ fhir:value "body" ]
] ;
fhir:CommunicationRequest.payload.contentAttachment [
fhir:Attachment.contentType [ fhir:value "text/plain" ] ;
fhir:Attachment.language [ fhir:value "en-nz" ] ;
fhir:Attachment.data [ fhir:value "IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4="^^xsd:base64Binary ] ;
fhir:Attachment.title [ fhir:value "Appointment Reminder" ] ;
fhir:Attachment.creation [ fhir:value "2023-08-01T09:35:00+00:00"^^xsd:dateTime ]
]
], [
fhir:index 1 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/cms-payload-type-extension" ] ;
fhir:Extension.valueCode [ fhir:value "attachment" ]
] ;
fhir:CommunicationRequest.payload.contentAttachment [
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.data [ fhir:value "IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4="^^xsd:base64Binary ] ;
fhir:Attachment.title [ fhir:value "File1.pdf" ] ;
fhir:Attachment.creation [ fhir:value "2023-08-01T09:35:00+00:00"^^xsd:dateTime ]
]
], [
fhir:index 2 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/cms-payload-type-extension" ] ;
fhir:Extension.valueCode [ fhir:value "attachment" ]
] ;
fhir:CommunicationRequest.payload.contentAttachment [
fhir:Element.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "attachmentDisposition" ] ;
fhir:Extension.valueString [ fhir:value "attachment" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "attachmentContentId" ] ;
fhir:Extension.valueString [ fhir:value "logo" ]
] ;
fhir:Extension.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/hnz-attachment-extension" ]
] ;
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.data [ fhir:value "IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4="^^xsd:base64Binary ] ;
fhir:Attachment.title [ fhir:value "File2.pdf" ] ;
fhir:Attachment.creation [ fhir:value "2023-08-01T09:35:00+00:00"^^xsd:dateTime ]
]
] ;
fhir:CommunicationRequest.occurrenceDateTime [ fhir:value "2024-08-20T14:30:00Z"^^xsd:dateTime] ;
fhir:CommunicationRequest.authoredOn [ fhir:value "2024-08-20T14:30:00Z"^^xsd:dateTime] ;
fhir:CommunicationRequest.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 "56789" ]
] ;
fhir:Reference.display [ fhir:value "BSA" ]
] .
<http://hl7.org/fhir/CarePlan/OutpatientCommunicationCarePlanExample> a fhir:CarePlan .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CommunicationRequest/OutpatientCommunicationRequestEmailExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CommunicationRequest/OutpatientCommunicationRequestEmailExample.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