0.1.0 - ci-build

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

: ECOG Performance Status - JSON Representation

Active as of 2025-06-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ecog-performance-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ecog-performance-status</b></p><a name=\"ecog-performance-status\"> </a><a name=\"hcecog-performance-status\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>http://example.org/fhir/CodeSystem/ecog-status</code></li><li>Include these codes as defined in <code>http://example.org/fhir/CodeSystem/ecog-status</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>Fully active</td></tr><tr><td>1</td><td>Restricted in strenuous activity</td></tr><tr><td>2</td><td>Ambulatory, self-care only</td></tr><tr><td>3</td><td>Limited self-care</td></tr><tr><td>4</td><td>Completely disabled</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.org/fhir/ValueSet/ecog-performance-status",
  "version" : "0.1.0",
  "name" : "EcogPerformanceStatusVS",
  "title" : "ECOG Performance Status",
  "status" : "active",
  "date" : "2025-06-24T09:16:08+00:00",
  "publisher" : "Medby_Tech",
  "contact" : [
    {
      "name" : "Medby_Tech",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Standard ECOG performance status codes used to assess patient functional status.",
  "compose" : {
    "include" : [
      {
        "system" : "http://example.org/fhir/CodeSystem/ecog-status"
      },
      {
        "system" : "http://example.org/fhir/CodeSystem/ecog-status",
        "concept" : [
          {
            "code" : "0",
            "display" : "Fully active"
          },
          {
            "code" : "1",
            "display" : "Restricted in strenuous activity"
          },
          {
            "code" : "2",
            "display" : "Ambulatory, self-care only"
          },
          {
            "code" : "3",
            "display" : "Limited self-care"
          },
          {
            "code" : "4",
            "display" : "Completely disabled"
          }
        ]
      }
    ]
  }
}