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

FHIR IG analytics

Packageihe.iti.balp
Resource TypeConsent
IdConsent-ex-consent.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 ex-consent

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

status: Active

scope: Privacy Consent

category: Privacy policy acknowledgment Document

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

Policies

-Uri
*urn:uuid:a7ff9fa3-fbb6-4c5e-a1cc-6128069bbd4b

Source1

{
  "resourceType": "Consent",
  "id": "ex-consent",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "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://loinc.org",
          "code": "57016-8"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "policy": [
    {
      "uri": "urn:uuid:a7ff9fa3-fbb6-4c5e-a1cc-6128069bbd4b"
    }
  ]
}