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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document
Resource TypeConsent
IdConsent-consent1.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 consent1

Last updated: 2024-05-07 11:28:17+0000; Language: en

status: Active

scope: Privacy Consent

category: Consent Document

patient: Eve Everiewoman

policyRule: opt-in


Source1

{
  "resourceType": "Consent",
  "id": "consent1",
  "meta": {
    "lastUpdated": "2024-05-07T11:28:17.000+00:00"
  },
  "language": "en",
  "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": "59284-0"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/patient-example",
    "display": "Eve Everiewoman"
  },
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTIN"
      }
    ]
  }
}