Primary care data acquisition API
0.2.0 - ci-build

Primary care data acquisition API, published by Health New Zealand. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-primary-care-acquisition/ and changes regularly. See the Directory of published versions

: PrimaryCareConsentExample - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PrimaryCareConsentExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://standards.digital.health.nz/StructureDefinition/PrimaryCareConsent"^^xsd:anyURI ;
fhir:link <https://standards.digital.health.nz/StructureDefinition/PrimaryCareConsent>     ] )
  ] ; # 
  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 PrimaryCareConsentExample</b></p><a name=\"PrimaryCareConsentExample\"> </a><a name=\"hcPrimaryCareConsentExample\"> </a><a name=\"PrimaryCareConsentExample-en-US\"> </a><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://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>patient</b>: Identifier: NHI/ZZZ123 (use: official, )</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><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><p><b>period</b>: 2023-10-04 --&gt; 2028-11-22</p><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"Condition-conditionExample1.html\">Condition HT - Hypertension</a></p></blockquote><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"Encounter-EncounterExample1.html\">Encounter: identifier = https://standards.digital.health.nz/ns/health-record-key-id#f4121d2e-61aa-4222-83ae-b36d26bbbe62; status = finished; class = ss (ss); serviceType = 124; period = 2024-03-26 10:13:26+1300 --&gt; (ongoing)</a></p></blockquote></blockquote></div>"
  ] ; # 
  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 [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IDSCL" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZZZ123" ]     ]
  ] ; # 
  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:end [ fhir:v "2028-11-22"^^xsd:date ]     ] ;
    ( fhir:data [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Condition/conditionExample1" ]       ]     ] [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Encounter/EncounterExample1" ]       ]     ] )
  ] . #