FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeConsent
IdConsent-NgConsent-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.

Provisions

-TypePeriod
*Opt In2025-10-21 --> 2026-10-20

Source1

{
  "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"
    }
  }
}