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

Raw json | Download


//  Add an author and date and .category.text to all clinical note examples
{
  "resourceType" : "DocumentReference",
  "id" : "mental-health-progress-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/bhp/StructureDefinition/mental-health-clinical-notes"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "78306-8",
        "display" : "Mental Health Progress Note"
      }
    ],
    "text" : "Mental Health Progress Note"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code" : "clinical-note",
          "display" : "Clinical Note"
        }
      ],
      "text" : "Clinical Note"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/bh-patient-example",
    "display" : "James Wolff"
  },
  "date" : "2024-01-01",
  "author" : [
    {
      🔗 "reference" : "Practitioner/mental-health-provider-example-1",
      "display" : "Dr. Lazslo Cravensworth"
    }
  ],
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/plain",
        "data" : "Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="
      }
    }
  ]
}