Starter FHIR Implementation Guide
1.0.1 - draft International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Consent - Patient Does Not Consent to Sharing HIV Information Outside of Facility A Except With Facility C - Read Only Access - 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 "HIVStatusConsentDenied2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://jembi.org/fhir/StructureDefinition/hiv-status-consent"^^xsd:anyURI ;
fhir:link <http://jembi.org/fhir/StructureDefinition/hiv-status-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 HIVStatusConsentDenied2</b></p><a name=\"HIVStatusConsentDenied2\"> </a><a name=\"hcHIVStatusConsentDenied2\"> </a><a name=\"HIVStatusConsentDenied2-en-US\"> </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://terminology.hl7.org/CodeSystem/v3-ActCode INFAO}\">access only</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample1.html\">John Doe  (no stated gender), DoB Unknown ( http://jembi.org/fhir/hiv/identifier/MRN#MRN-12345-12-1)</a></p><p><b>dateTime</b>: 2024-01-25</p><p><b>organization</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p><p><b>source</b>: <a href=\"DocumentReference-ExampleConsentForm.html\">DocumentReference: status = current; docStatus = final; type = Privacy policy acknowledgment Document</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTOUT}\">op-out</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><blockquote><p><b>actor</b></p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CST}\">custodian</span></p><p><b>reference</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p></blockquote><blockquote><p><b>actor</b></p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRCP}\">primary information recipient</span></p><p><b>reference</b>: <a href=\"Organization-CurrentServiceProviderExample3.html\">Organization Facility C</a></p></blockquote><p><b>action</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}\">Access</span></p><h3>Data</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Dependents</td><td><a href=\"StructureDefinition-vl-service-request.html\">StructureDefinition Service Request - PCR HIV Test</a></td></tr></table></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:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "INFAO" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample1" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2024-01-25"^^xsd:date] ; # 
  fhir:organization ( [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample1" ]
  ] ) ; # 
  fhir:source [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/ExampleConsentForm" ]
  ] ; # 
  fhir:policyRule [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OPTOUT" ]     ] )
  ] ; # 
  fhir:provision [
fhir:type [ fhir:v "permit" ] ;
    ( fhir:actor [
fhir:role [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CST" ]         ] )       ] ;
fhir:reference [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample1" ]       ]     ] [
fhir:role [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRCP" ]         ] )       ] ;
fhir:reference [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample3" ]       ]     ] ) ;
    ( fhir:action [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "access" ]       ] )     ] ) ;
    ( fhir:data [
fhir:meaning [ fhir:v "dependents" ] ;
fhir:reference [
fhir:reference [ fhir:v "StructureDefinition/vl-service-request" ]       ]     ] )
  ] . #