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-overriding.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-overriding

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: 2024-08-15

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

PolicyBases

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

decision: Permit

provision

id

fooBar

Source1

{
  "resourceType": "Consent",
  "id": "ex-consent-overriding",
  "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": "2024-08-15",
  "grantor": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "policyBasis": {
    "reference": {
      "reference": "Permission/ex-overriding-rbac-by-role"
    }
  },
  "decision": "permit",
  "provision": [
    {
      "id": "fooBar"
    }
  ]
}