SDOH Clinical Care
0.1.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: SDOHCC Consent Example - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="consent-to-share-example"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2020-12-02T14:59:07.592+00:00"/>
    <source value="#9hW0soujG06Ayuo8"/>
    <profile
             value="http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Consent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>scope</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}">Privacy Consent</span></p><p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}">information disclosure</span></p><p><b>patient</b>: <a href="Patient-pat-53234.html">Colin Abbas. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></p><p><b>dateTime</b>: 2020-11-18</p><p><b>policyRule</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}">HIPAA Authorization</span></p><blockquote><p><b>provision</b></p><h3>Actors</h3><table class="grid"><tr><td>-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleClass PAT}">patient</span></td><td><a href="Patient-pat-53234.html">Colin Abbas. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></td></tr></table><p><b>action</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/consentaction disclose}">Disclose</span></p></blockquote></div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="IDSCL"/>
    </coding>
  </category>
  <patient>
    <reference value="Patient/pat-53234"/>
    <display value="Colin Abbas"/>
  </patient>
  <dateTime value="2020-11-18"/>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
      <code value="hipaa-auth"/>
    </coding>
  </policyRule>
  <provision>
    <actor>
      <role>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-RoleClass"/>
          <code value="PAT"/>
        </coding>
      </role>
      <reference>
        <reference value="Patient/pat-53234"/>
        <display value="Colin Abbas"/>
      </reference>
    </actor>
    <action>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/consentaction"/>
        <code value="disclose"/>
      </coding>
    </action>
  </provision>
</Consent>