FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Consent |
| Id | Consent-NgConsent-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent NgConsent-001
Profile: NG Consent
status: Active
scope: Privacy Consent
category: Emergency Only Disclosure
patient: Eko Okon Female, DoB: 1992-06-18 ( mobile)
dateTime: 2025-10-21 10:00:00+0100
source: application/pdf @ https://example.org/consents/PR-2025-10-21.pdf
policyRule: NIS ISO/TR 17975:2019 (Consent); aligned with NDPR.
| Type | Period |
| Opt In | 2025-10-21 --> 2026-10-20 |
{
"resourceType": "Consent",
"id": "NgConsent-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-consent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
}