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

: mental-health-progress-note-example - XML Representation

Raw xml | Download



  <!--  Add an author and date and .category.text to all clinical note examples -->
<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="mental-health-progress-example-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/bhp/StructureDefinition/mental-health-clinical-notes"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference mental-health-progress-example-1</b></p><a name="mental-health-progress-example-1"> </a><a name="hcmental-health-progress-example-1"> </a><a name="mental-health-progress-example-1-en-US"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title="Codes:{http://loinc.org 78306-8}">Mental Health Progress Note</span></p><p><b>category</b>: <span title="Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}">Clinical Note</span></p><p><b>subject</b>: <a href="Patient-bh-patient-example.html">James Wolff</a></p><p><b>date</b>: 2024-01-01</p><p><b>author</b>: <a href="Practitioner-mental-health-provider-example-1.html">Dr. Lazslo Cravensworth</a></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></div>
  </text>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="78306-8"/>
      <display value="Mental Health Progress Note"/>
    </coding>
    <text value="Mental Health Progress Note"/>
  </type>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"/>
      <code value="clinical-note"/>
      <display value="Clinical Note"/>
    </coding>
    <text value="Clinical Note"/>
  </category>
  <subject>🔗 
    <reference value="Patient/bh-patient-example"/>
    <display value="James Wolff"/>
  </subject>
  <date value="2024-01-01"/>
  <author>🔗 
    <reference value="Practitioner/mental-health-provider-example-1"/>
    <display value="Dr. Lazslo Cravensworth"/>
  </author>
  <content>
    <attachment>
      <contentType value="text/plain"/>
      <data
            value="Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="/>
    </attachment>
  </content>
</DocumentReference>