Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: WHO Score - JSON Representation

Draft as of 2025-10-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "who-score",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet who-score</b></p><a name=\"who-score\"> </a><a name=\"hcwho-score\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where concept  is-a 373802001 (WHO performance status finding)</li></ul></div>"
  },
  "url" : "http://fhir.tiro.health/ValueSet/who-score",
  "version" : "0.1.0",
  "name" : "WHOScore",
  "title" : "WHO Score",
  "status" : "draft",
  "date" : "2025-10-16T12:24:15+00:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "description" : "SNOMED-CT bevindingen functioneringsniveau volgens Wereldgezondheidsorganisatie",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "373802001"
          }
        ]
      }
    ]
  }
}