SHIFT SLS Reference Implementation Guide
0.1.0 - ci-build International flag

SHIFT SLS Reference Implementation Guide, published by SHIFT-Task-Force. 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/SHIFT-Task-Force/sls-ri-ig/ and changes regularly. See the Directory of published versions

: Mental Health Conditions ValueSet - JSON Representation

Active as of 2024-01-01

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "mental-health-conditions",
  "meta" : {
    "profile" : [
      🔗 "http://SHIFT-Task-Force.github.io/sls-ri/StructureDefinition/SlsValueSet"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mental-health-conditions</b></p><a name=\"mental-health-conditions\"> </a><a name=\"hcmental-health-conditions\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SlsValueSet.html\">SLS ValueSet Profile</a></p></div><p>This value set expansion contains 3 concepts.</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a name=\"mental-health-conditions-http://snomed.info/sct-35489007\"> </a><code>http://snomed.info/sct</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://snomed.info/id/35489007\">35489007</a></td><td>Depressive disorder</td></tr><tr><td><a name=\"mental-health-conditions-http://snomed.info/sct-197480006\"> </a><code>http://snomed.info/sct</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://snomed.info/id/197480006\">197480006</a></td><td>Anxiety disorder</td></tr><tr><td><a name=\"mental-health-conditions-http://snomed.info/sct-58214004\"> </a><code>http://snomed.info/sct</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://snomed.info/id/58214004\">58214004</a></td><td>Schizophrenia</td></tr></table></div>"
  },
  "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"
      }
    ]
  }
}