DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build
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
{
"resourceType" : "Consent",
"id" : "NgConsent-001",
"meta" : {
"profile" : [
🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-consent"
]
},
"text" : {
"status" : "generated",
"div" : "<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 --> 2026-10-20</td></tr></table></div>"
},
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code" : "emrgonly",
"display" : "Emergency Only Disclosure"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/NgPatient-Consent-001"
},
"dateTime" : "2025-10-21T10:00:00+01:00",
"sourceAttachment" : {
"contentType" : "application/pdf",
"url" : "https://example.org/consents/PR-2025-10-21.pdf",
"title" : "Signed consent form (scanned PDF)"
},
"policyRule" : {
"text" : "NIS ISO/TR 17975:2019 (Consent); aligned with NDPR."
},
"provision" : {
"type" : "permit",
"period" : {
"start" : "2025-10-21",
"end" : "2026-10-20"
}
}
}