DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care
0.4.0 - release New Zealand flag

DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/cinc-fhir-ig/ and changes regularly. See the Directory of published versions

: ConsentByQuestionnaireExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:meta [
    ( fhir:profile [
fhir:v "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/StructureDefinition/nz-sharedcare-consent"^^xsd:anyURI ;
fhir:link <https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/StructureDefinition/nz-sharedcare-consent>     ] )
  ] ; # 
  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 ConsentByQuestionnaireExample</b></p><a name=\"ConsentByQuestionnaireExample\"> </a><a name=\"hcConsentByQuestionnaireExample\"> </a><a name=\"hcConsentByQuestionnaireExample-en-NZ\"> </a><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://loinc.org 57016-8}\">Privacy policy acknowledgement Document</span></p><p><b>patient</b>: <a href=\"Patient-CareyCarrington.html\">Carey Carrington</a></p><p><b>dateTime</b>: 2022-09-20 02:30:35+0000</p><p><b>source</b>: <a href=\"QuestionnaireResponse-ConsentQuestionnaireResponseExample.html\">Response to Questionnaire '-&gt;Question Template for COVID-19 Privacy Statement Question' about '-&gt;display: string (PrimitiveType/QuestionnaireResponse.subject.display): element = string -&gt; display=string[Carey Carrington]'</a></p><blockquote><p><b>policy</b></p><p><b>authority</b>: <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></p><p><b>uri</b>: <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></p></blockquote><blockquote><p><b>policy</b></p><p><b>authority</b>: <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></p><p><b>uri</b>: <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/codes-of-practice/hipc2020/\">https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/</a></p></blockquote><h3>Verifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Verified</b></td><td><b>VerifiedWith</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td>Carey Carrington (Identifier: NHI/ZXP7823 (use: official, ))</td></tr></table><blockquote><p><b>provision</b></p><p><b>period</b>: 2023-01-20 --&gt; 2023-09-20</p><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"Condition-ConditionExample.html\">Condition COVID-19</a></p></blockquote><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href=\"Encounter-EncounterExample.html\">Encounter: status = in-progress; class = virtual (ActCode#VR); serviceType = General Practice; priority = timing critical; period = 2022-09-20 --&gt; 2022-09-27; reasonCode = patient-initiated encounter</a></p></blockquote></blockquote></div>"
  ] ; # 
  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:display [ fhir:v "Privacy Consent" ]     ] ) ;
fhir:text [ fhir:v "Privacy Consent" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:57016-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57016-8" ] ;
fhir:display [ fhir:v "Privacy policy acknowledgment Document" ]     ] ) ;
fhir:text [ fhir:v "Privacy policy acknowledgement Document" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/CareyCarrington" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Carey Carrington" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2022-09-20T02:30:35.982Z"^^xsd:dateTime] ; # 
  fhir:source [
a fhir:Reference ;
fhir:reference [ fhir:v "QuestionnaireResponse/ConsentQuestionnaireResponseExample" ]
  ] ; # 
  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:authority [ fhir:v "https://www.privacy.org.nz"^^xsd:anyURI ] ;
fhir:uri [ fhir:v "https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/"^^xsd:anyURI ]
  ] ) ; # 
  fhir:verification ( [
fhir:verified [ fhir:v "true"^^xsd:boolean ] ;
fhir:verifiedWith [
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 "ZXP7823" ]       ] ;
fhir:display [ fhir:v "Carey Carrington" ]     ]
  ] ) ; # 
  fhir:provision [
fhir:period [
fhir:start [ fhir:v "2023-01-20"^^xsd:date ] ;
fhir:end [ fhir:v "2023-09-20"^^xsd:date ]     ] ;
    ( fhir:data [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Condition/ConditionExample" ]       ]     ] [
fhir:meaning [ fhir:v "instance" ] ;
fhir:reference [
fhir:reference [ fhir:v "Encounter/EncounterExample" ]       ]     ] )
  ] . #