FHIR IG analytics| Package | SHIFT-Task-Force.sls-ri |
| Resource Type | ValueSet |
| Id | ValueSet-mental-health-conditions.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/SHIFT-Task-Force/sls-ri-ig/ValueSet-mental-health-conditions.html |
| URL | http://example.org/fhir/ValueSet/mental-health-conditions |
| Version | 0.1.0 |
| Status | active |
| Date | 2024-01-01T00:00:00Z |
| Name | MentalHealthConditions |
| Title | Mental Health Conditions |
| Realm | uv |
| Description | ValueSet for mental health conditions used in the SLS RI. This ValueSet includes codes for mental health conditions that are relevant to the SLS use cases. |
No resources found
| CodeSystem | |
| sct | SNOMED codes used in this IG |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet mental-health-conditions
Profile: SLS ValueSet Profile
This value set expansion contains 3 concepts.
| System | Code | Display |
http://snomed.info/sct | 35489007 | Depressive disorder |
http://snomed.info/sct | 197480006 | Anxiety disorder |
http://snomed.info/sct | 58214004 | Schizophrenia |
{
"resourceType": "ValueSet",
"id": "mental-health-conditions",
"meta": {
"profile": [
"http://SHIFT-Task-Force.github.io/sls-ri/StructureDefinition/SlsValueSet"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/fhir/ValueSet/mental-health-conditions",
"version": "0.1.0",
"name": "MentalHealthConditions",
"title": "Mental Health Conditions",
"status": "active",
"experimental": false,
"date": "2024-01-01T00:00:00Z",
"publisher": "SHIFT-Task-Force",
"contact": [
{
"name": "SHIFT-Task-Force",
"telecom": [
{
"system": "url",
"value": "http://shift-project.org"
}
]
}
],
"description": "ValueSet for mental health conditions used in the SLS RI. This ValueSet includes codes for mental health conditions that are relevant to the SLS use cases.",
"useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "focus"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PSY"
}
]
}
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"expansion": {
"timestamp": "2024-01-01T00:00:00Z",
"contains": [
{
"system": "http://snomed.info/sct",
"code": "35489007",
"display": "Depressive disorder"
},
{
"system": "http://snomed.info/sct",
"code": "197480006",
"display": "Anxiety disorder"
},
{
"system": "http://snomed.info/sct",
"code": "58214004",
"display": "Schizophrenia"
}
]
}
}