HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

Consent-UKCore-Consent-Example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Consent",
  "id" : "UKCore-Consent-Example",
  "meta" : {
    "profile" : [
      "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-Consent-Example</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/consentscope code 'patient-privacy' = 'Privacy Consent', given as 'Privacy Consent'})</span></p><p><b>category</b>: information access <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ActCode code 'INFA' = 'information access', given as 'information access'})</span></p><p><b>patient</b>: <a href=\"Consent-UKCore-Consent-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>dateTime</b>: 10 Dec 2019, 11:15:00</p><p><b>performer</b>: <a href=\"Consent-UKCore-Consent-Example.html\">Generated Summary: id: UKCore-Practitioner-Example; G12345678; Paul Rastall ; ph: 0113 6323200(WORK); gender: male</a></p><p><b>organization</b>: <a href=\"Consent-UKCore-Consent-Example.html\">Generated Summary: id: UKCore-Organisation-Example; RR8 (OFFICIAL); name: LEEDS TEACHING HOSPITALS NHS TRUST; ph: 0113 243 3144</a></p><h3>Policies</h3><table class=\"grid\"><tr><td>-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td><a href=\"https://www.exampleauthority.nhs.uk\">https://www.exampleauthority.nhs.uk</a></td><td><a href=\"https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0\">https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0</a></td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td>-</td><td><b>Purpose</b></td></tr><tr><td>*</td><td>government (Details: http://terminology.hl7.org/CodeSystem/v3-ActReason code GOV = 'government', stated as 'government')</td></tr></table></div>"
  },
  "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-Example"
  },
  "dateTime" : "2019-12-10T11:15:00+00:00",
  "performer" : [
    {
      "reference" : "Practitioner/UKCore-Practitioner-Example"
    }
  ],
  "organization" : [
    {
      "reference" : "Organization/UKCore-Organisation-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"
      }
    ]
  }
}