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/Task/OutreachTaskExample> a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "OutreachTaskExample"] ;
fhir:Resource.meta [
fhir:Meta.source [ fhir:value "whaihua" ] ;
fhir:Meta.profile [
fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutreachTask" ;
fhir:index 0 ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutreachTask>
] ;
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 "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task OutreachTaskExample</b></p><a name=\"OutreachTaskExample\"> </a><a name=\"hcOutreachTaskExample\"> </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\">Information Source: whaihua</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OutreachTask.html\">OutreachTask</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-OutreachServiceRequestExample.html\">ServiceRequest Immunization Outreach</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: plan</p><p><b>for</b>: Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZXP7823 (use: official, )</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/resource-types ImmunizationRecommendation}\">ImmunizationRecommendation</span></td><td>Identifier: <code>https://air-fhir-server.com</code>/987654</td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/resource-types Immunization}\">Immunization</span></td><td><a href=\"https://air-fhir-server.com/Immunization/123\">https://air-fhir-server.com/Immunization/123</a></td></tr></table></div>"
] ;
fhir:Task.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/OutreachServiceRequestExample> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/OutreachServiceRequestExample" ]
] ;
fhir:Task.status [ fhir:value "completed"] ;
fhir:Task.intent [ fhir:value "plan"] ;
fhir:Task.for [
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:Task.input [
fhir:index 0 ;
fhir:Task.input.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/resource-types" ] ;
fhir:Coding.code [ fhir:value "ImmunizationRecommendation" ]
]
] ;
fhir:Task.input.valueReference [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "https://air-fhir-server.com" ] ;
fhir:Identifier.value [ fhir:value "987654" ]
]
]
] ;
fhir:Task.output [
fhir:index 0 ;
fhir:Task.output.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/resource-types" ] ;
fhir:Coding.code [ fhir:value "Immunization" ]
]
] ;
fhir:Task.output.valueReference [
fhir:link <https://air-fhir-server.com/Immunization/123> ;
fhir:Reference.reference [ fhir:value "https://air-fhir-server.com/Immunization/123" ]
]
] .
<http://hl7.org/fhir/ServiceRequest/OutreachServiceRequestExample> a fhir:ServiceRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Task/OutreachTaskExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Task/OutreachTaskExample.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