FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

PackageSHIFT-Task-Force.sls-ri
Resource TypeValueSet
IdValueSet-mental-health-conditions.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/SHIFT-Task-Force/sls-ri-ig/ValueSet-mental-health-conditions.html
URLhttp://example.org/fhir/ValueSet/mental-health-conditions
Version0.1.0
Statusactive
Date2024-01-01T00:00:00Z
NameMentalHealthConditions
TitleMental Health Conditions
Realmuv
DescriptionValueSet 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.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet mental-health-conditions

This value set expansion contains 3 concepts.

SystemCodeDisplay
http://snomed.info/sct  35489007Depressive disorder
http://snomed.info/sct  197480006Anxiety disorder
http://snomed.info/sct  58214004Schizophrenia

Source1

{
  "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"
      }
    ]
  }
}