FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/mental-health-clinical-note-types

Packagefhir.astp.bhp
TypeValueSet
Idmental-health-clinical-note-types
FHIR VersionR4
Sourcehttp://fhir.org/guides/astp/bhp/https://build.fhir.org/ig/HL7/us-behavioral-health-profiles/ValueSet-mental-health-clinical-note-types.html
URLhttp://fhir.org/guides/astp/bhp/ValueSet/mental-health-clinical-note-types
Version0.1.0
Statusdraft
Date2025-07-22T19:44:39+00:00
NameMentalHealthClinicalNoteTypes
TitleMental Health Clinical Note Types
Realmus
Authorityhl7
DescriptionThis ValueSet defines the LOINC codes for Mental Health Clinical Note types.

Resources that use this resource

StructureDefinition
mental-health-clinical-notesMental Health Clinical Notes

Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
loinc.orgLOINC codes used in this IG
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet mental-health-clinical-note-types

  • Include these codes as defined in http://loinc.org version 2.77
    CodeDisplay
    34785-6Mental Health Consult Note
    78263-1Mental Health Discharge Summary Note
    78306-8Mental Health History and Physical Note
    78472-8Mental Health Procedure Note
    34904-3Mental Health Progress Note

Source

{
  "resourceType": "ValueSet",
  "id": "mental-health-clinical-note-types",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/astp/bhp/ValueSet/mental-health-clinical-note-types",
  "version": "0.1.0",
  "name": "MentalHealthClinicalNoteTypes",
  "title": "Mental Health Clinical Note Types",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-22T19:44:39+00:00",
  "publisher": "ASTP / BHIT",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "This ValueSet defines the LOINC codes for Mental Health Clinical Note types.",
  "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"
          }
        ]
      }
    ]
  }
}