FHIR IG Statistics: ValueSet/mental-health-clinical-note-types
Resources that use this resource
Resources that this resource uses
CodeSystem |
loinc.org | LOINC Code System |
loinc.org | LOINC codes used in this IG |
loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://loinc.org
version 2.77
Code | Display |
34785-6 | Mental Health Consult Note |
78263-1 | Mental Health Discharge Summary Note |
78306-8 | Mental Health History and Physical Note |
78472-8 | Mental Health Procedure Note |
34904-3 | Mental 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"
}
]
}
]
}
}