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

FHIR IG analytics

Packagehl7.fhir.uv.dap
Resource TypeConsent
IdConsent-ex-consent-permission.json
FHIR VersionR6

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 ex-consent-permission

Language: en

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Active

category: Consent Document

subject: John Schmidt Other, DoB: 1923-07-25

date: 2022-06-13

grantor: John Schmidt Other, DoB: 1923-07-25

PolicyBases

-Reference
*Permission: status = active; date = 2023-12-22; combining = permit-overrides

decision: Permit

provisionReference: Permission: status = active; date = 2022-06-13; combining = deny-overrides


Source1

{
  "resourceType": "Consent",
  "id": "ex-consent-permission",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent Document"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "date": "2022-06-13",
  "grantor": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "policyBasis": {
    "reference": {
      "reference": "Permission/ex-overriding-abac-by-tag"
    }
  },
  "decision": "permit",
  "provisionReference": [
    {
      "reference": "Permission/ex-permission-intermediate-not-authoredby"
    }
  ]
}