NZ Shared Digital Health Record API
0.5.0 - ballot

NZ Shared Digital Health Record API - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SDHRConsentExample - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SDHRConsentExample"] ; # 
  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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent SDHRConsentExample</b></p><a name=\"SDHRConsentExample\"> </a><a name=\"hcSDHRConsentExample\"> </a><a name=\"SDHRConsentExample-en-US\"> </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>patient</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;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&amp;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&amp;canonical=https://www.privacy.org.nz/privacy-act-2020\">https://www.privacy.org.nz/privacy-act-2020</a></td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Action</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt Out</td><td>2023-10-04 --&gt; (ongoing)</td><td><span title=\"Codes:\">access</span></td></tr></table></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: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 "deny" ] ;
fhir:period [
fhir:start [ fhir:v "2023-10-04"^^xsd:date ]     ] ;
    ( fhir:action [
      ( fhir:coding [
fhir:code [ fhir:v "access" ]       ] )     ] )
  ] . #