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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeConsent
IdUKCore-Consent-ForInformationAccess-Example.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

An example to illustrate consent given for information access

Source1

{
  "resourceType": "Consent",
  "id": "UKCore-Consent-ForInformationAccess-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "INFA",
          "display": "information access"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "dateTime": "2019-12-10T11:15:00+00:00",
  "performer": [
    {
      "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
    }
  ],
  "organization": [
    {
      "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
    }
  ],
  "policy": [
    {
      "authority": "https://www.exampleauthority.nhs.uk",
      "uri": "https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0"
    }
  ],
  "provision": {
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "GOV",
        "display": "government"
      }
    ]
  }
}