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 Clinical Notes Profile - JSON Representation

Draft as of 2024-09-16

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mental-health-clinical-note-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mental-health-clinical-note-types</b></p><a name=\"mental-health-clinical-note-types\"> </a><a name=\"hcmental-health-clinical-note-types\"> </a><a name=\"mental-health-clinical-note-types-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> version <code>2.77</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/34785-6/\">34785-6</a></td><td>Mental Health Consult Note</td></tr><tr><td><a href=\"https://loinc.org/78263-1/\">78263-1</a></td><td>Mental Health Discharge Summary Note</td></tr><tr><td><a href=\"https://loinc.org/78306-8/\">78306-8</a></td><td>Mental Health History and Physical Note</td></tr><tr><td><a href=\"https://loinc.org/78472-8/\">78472-8</a></td><td>Mental Health Procedure Note</td></tr><tr><td><a href=\"https://loinc.org/34904-3/\">34904-3</a></td><td>Mental Health Progress Note</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/bhp/ValueSet/mental-health-clinical-note-types",
  "version" : "0.1.0",
  "name" : "MentalHealthClinicalNoteTypes",
  "title" : "Mental Health Clinical Note Types",
  "status" : "draft",
  "date" : "2024-09-16T14:57:02+00:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone"
        }
      ]
    }
  ],
  "compose" : {
    "inactive" : false,
    "include" : [
      {
        "system" : "http://loinc.org",
        "version" : "2.77",
        "concept" : [
          {
            "code" : "34785-6",
            "display" : "Mental Health Consult Note"
          },
          {
            "code" : "78263-1",
            "display" : "Mental Health Discharge Summary Note"
          },
          {
            "code" : "78306-8",
            "display" : "Mental Health History and Physical Note"
          },
          {
            "code" : "78472-8",
            "display" : "Mental Health Procedure Note"
          },
          {
            "code" : "34904-3",
            "display" : "Mental Health Progress Note"
          }
        ]
      }
    ]
  }
}