XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

XpanDH Hospital Discharge Report, published by XpanDH Project. 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/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions

: Xpandh WHODAS Result Valueset - JSON Representation

Active as of 2024-09-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "whodas-result-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet whodas-result-vs</b></p><a name=\"whodas-result-vs\"> </a><a name=\"hcwhodas-result-vs\"> </a><a name=\"whodas-result-vs-en-US\"> </a><ul><li>Include these codes as defined in <code>https://id.who.int/whodas</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>0</td><td>None</td></tr><tr><td>1</td><td>Mild</td></tr><tr><td>2</td><td>Moderate</td></tr><tr><td>3</td><td>Severe</td></tr><tr><td>4</td><td>Extreme</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/whodas-result-vs",
  "version" : "0.1.0",
  "name" : "WhodasResultVS",
  "title" : "Xpandh WHODAS Result Valueset",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-02T15:31:33+00:00",
  "publisher" : "XpanDH Project",
  "contact" : [
    {
      "name" : "XpanDH Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://xpandh-project.iscte-iul.pt"
        }
      ]
    }
  ],
  "description" : "Used to specify WHODAS Disability Assessment Schedule 2.0 functional assessment result codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of the XpanDH project, all rights reserved Creative Commons License",
  "compose" : {
    "include" : [
      {
        "system" : "https://id.who.int/whodas",
        "concept" : [
          {
            "code" : "0",
            "display" : "None"
          },
          {
            "code" : "1",
            "display" : "Mild"
          },
          {
            "code" : "2",
            "display" : "Moderate"
          },
          {
            "code" : "3",
            "display" : "Severe"
          },
          {
            "code" : "4",
            "display" : "Extreme"
          }
        ]
      }
    ]
  }
}