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 - XML Representation

(back to description)

Raw xml

Source view


<Consent xmlns="http://hl7.org/fhir">
  <id value="UKCore-Consent-Example"/>
  <meta>
    <profile value="https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Consent"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
      <display value="Privacy Consent"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="INFA"/>
      <display value="information access"/>
    </coding>
  </category>
  <patient>
    <reference value="Patient/UKCore-Patient-Example"/>
  </patient>
  <dateTime value="2019-12-10T11:15:00+00:00"/>
  <performer>
    <reference value="Practitioner/UKCore-Practitioner-Example"/>
  </performer>
  <organization>
    <reference value="Organization/UKCore-Organisation-Example"/>
  </organization>
  <policy>
    <authority value="https://www.exampleauthority.nhs.uk"/>
    <uri
         value="https://www.exampleauthority.nhs.uk/policies/ukcore-policy-example-v1.0"/>
  </policy>
  <provision>
    <purpose>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="GOV"/>
      <display value="government"/>
    </purpose>
  </provision>
</Consent>