NZ Shared Digital Health Record API
0.6.0 - ballot
NZ Shared Digital Health Record API - Local Development build (v0.6.0) 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------
a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ConsentExampleRecordsWithheld"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/SDHRConsent"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/SDHRConsent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent ConsentExampleRecordsWithheld</b></p><a name=\"ConsentExampleRecordsWithheld\"> </a><a name=\"hcConsentExampleRecordsWithheld\"> </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-SDHRConsent.html\">SDHRConsent</a></p></div><p><b>identifier</b>: 93f28be6-4787-40f1-ae39-64233eb2cf7c (use: secondary, )</p><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 887031000000108}\">Consent for information sharing</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284\">Sage Westbrook</a></p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=https://www.privacy.org.nz\">https://www.privacy.org.nz</a></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=https://www.privacy.org.nz/privacy-act-2020\">https://www.privacy.org.nz/privacy-act-2020</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><p><b>period</b>: 2023-10-04 --> (ongoing)</p><p><b>action</b>: <span title=\"Codes:\">access</span></p><blockquote><p><b>provision</b></p><p><b>nz/sdhr/StructureDefinition/facility-participation-extension</b>: <span title=\"Codes:\">Facility opt in</span></p><p><b>type</b>: Opt Out</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">PROV</span></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A\">https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A</a></td></tr></table><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Condition/local-pms-id\">Condition/local-pms-id</a></p></blockquote><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Condition/another-local-pms-id\">Condition/another-local-pms-id</a></p></blockquote></blockquote></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "secondary" ] ;
fhir:value [ fhir:v "93f28be6-4787-40f1-ae39-64233eb2cf7c" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
a sct:887031000000108 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "887031000000108" ] ;
fhir:display [ fhir:v "Consent for information sharing" ] ] )
] ) ; #
fhir:patient [
fhir:link <https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284> ;
fhir:reference [ fhir:v "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Sage Westbrook" ]
] ; #
fhir:policy ( [
fhir:authority [ fhir:v "https://www.privacy.org.nz"^^xsd:anyURI ] ;
fhir:uri [ fhir:v "https://www.privacy.org.nz/privacy-act-2020"^^xsd:anyURI ]
] ) ; #
fhir:provision [
fhir:type [ fhir:v "permit" ] ;
fhir:period [
fhir:start [ fhir:v "2023-10-04"^^xsd:date ] ] ;
( fhir:action [
( fhir:coding [
fhir:code [ fhir:v "access" ] ] ) ] ) ;
( fhir:provision [
( fhir:extension [
fhir:url [ fhir:v "http://fhir-ig.digital.health.nz/sdhr/StructureDefinition/facility-participation-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:code [ fhir:v "sdhr-facility-opt-in" ] ;
fhir:display [ fhir:v "Facility opt in" ] ] ) ] ] ) ;
fhir:type [ fhir:v "deny" ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:code [ fhir:v "PROV" ] ] ) ] ;
fhir:reference [
fhir:link <https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A> ;
fhir:reference [ fhir:v "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A" ] ] ] ) ;
( fhir:data [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Condition/local-pms-id" ] ] ] [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Condition/another-local-pms-id" ] ] ] ) ] )
] . #
IG © 2025+ Health New Zealand. Package tewhatuora.fhir.nz-shared-digital-health-record#0.6.0 based on FHIR 4.0.1. Generated 2025-08-07
Links: Table of Contents |
QA Report