US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: consent-disclosure-example - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="SDOHCC-ConsentInformationDisclosure-example-1"/>
  <meta>
    <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 class="res-header-id">
                <b>Generated Narrative: Consent SDOHCC-ConsentInformationDisclosure-example-1</b>
            </p>
            <p><b>status</b>: Active</p>
            <p><b>scope</b>: Primary HIPAA Consent</p>
            <p><b>category</b>: Information Disclosure</p>
            <p><b>patient</b>: <a href="Patient-bh-patient-example.html">James Wolff</a></p>
            <p><b>date</b>: 2024-02-01</p>
            <p><b>organization</b>: Organization Florida Mental Health Provider Associates</p>
            
            <blockquote>
                <p>
                    <b>content</b>
                </p>
                <h3>Attachments</h3>
                <table class="grid">
                    <tr>
                        <td style="display: none">-</td>
                        <td>
                            <b>ContentType</b>
                        </td>
                        <td>
                            <b>Data</b>
                        </td>
                    </tr>
                    <tr>
                        <td style="display: none">*</td>
                        <td>text/plain</td>
                        <td>
                            <code>Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4=</code>
                        </td>
                    </tr>
                </table>
            </blockquote>
            <p><b>policyRule</b>: HIPAA Authorization</p>
        </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="IDSCL"/>
      <display value="information disclosure"/>
    </coding>
  </category>
  <patient>🔗 
    <reference value="Patient/bh-patient-example"/>
    <display value="James Wolff"/>
  </patient>
  <dateTime value="2024-02-01"/>
  <organization>🔗 
    <reference value="Organization/mh-provider-example-1"/>
  </organization>
  <sourceAttachment>
    <contentType value="text/plain"/>
    <data
          value="Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="/>
  </sourceAttachment>
  <policyRule>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
      <code value="hipaa-auth"/>
      <display value="HIPAA Authorization"/>
    </coding>
  </policyRule>
</Consent>