DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build Nigeria flag

DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Consent for Care and Billing (Patient-Privacy) - 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 "NgConsent-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-consent"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-consent>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent NgConsent-001</b></p><a name=\"NgConsent-001\"> </a><a name=\"hcNgConsent-001\"> </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-ng-consent.html\">NG Consent</a></p></div><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/consentcategorycodes emrgonly}\">Emergency Only Disclosure</span></p><p><b>patient</b>: <a href=\"Patient-NgPatient-Consent-001.html\">Eko Okon  Female, DoB: 1992-06-18 ( mobile)</a></p><p><b>dateTime</b>: 2025-10-21 10:00:00+0100</p><p><b>source</b>: application/pdf @ https://example.org/consents/PR-2025-10-21.pdf</p><p><b>policyRule</b>: <span title=\"Codes:\">NIS ISO/TR 17975:2019 (Consent); aligned with NDPR.</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt In</td><td>2025-10-21 --&gt; 2026-10-20</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentscope>       ] ;
fhir:code [ fhir:v "patient-privacy" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentcategorycodes>       ] ;
fhir:code [ fhir:v "emrgonly" ] ;
fhir:display [ fhir:v "Emergency Only Disclosure" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:l fhir:Patient/NgPatient-Consent-001 ;
fhir:reference [ fhir:v "Patient/NgPatient-Consent-001" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2025-10-21T10:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:source [
a fhir:Attachment ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [
fhir:v "https://example.org/consents/PR-2025-10-21.pdf"^^xsd:anyURI ;
fhir:l <https://example.org/consents/PR-2025-10-21.pdf>     ] ;
fhir:title [ fhir:v "Signed consent form (scanned PDF)" ]
  ] ; # 
  fhir:policyRule [
fhir:text [ fhir:v "NIS ISO/TR 17975:2019 (Consent); aligned with NDPR." ]
  ] ; # 
  fhir:provision [
fhir:type [ fhir:v "permit" ] ;
fhir:period [
fhir:start [ fhir:v "2025-10-21"^^xsd:date ] ;
fhir:end [ fhir:v "2026-10-20"^^xsd:date ]     ]
  ] . #