ACT-NOW Implementation Guide
0.5.0 - ci-build New Zealand flag

ACT-NOW Implementation Guide, published by Te aho o te kahu - Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/davidhay25/actnow/ and changes regularly. See the Directory of published versions

: ECOG status - JSON Representation

Draft as of 2025-03-18

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "an-ecog-status-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet an-ecog-status-vs</b></p><a name=\"an-ecog-status-vs\"> </a><a name=\"hcan-ecog-status-vs\"> </a><a name=\"an-ecog-status-vs-en-NZ\"> </a><ul><li>Include these codes as defined in <code>http://snomed.info/sct/21000210109</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>425389002</td><td>ECOG grade 0</td></tr><tr><td>422512005</td><td>ECOG grade 1</td></tr><tr><td>422894000</td><td>ECOG grade 2</td></tr><tr><td>423053003</td><td>ECOG grade 3</td></tr><tr><td>423237006</td><td>ECOG grade 4</td></tr></table></li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/canshare-sact-ecog-status",
  "version" : "0.5.0",
  "name" : "EcogStatus",
  "title" : "ECOG status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-18T21:52:16+00:00",
  "publisher" : "Te aho o te kahu - Cancer Control Agency",
  "contact" : [
    {
      "name" : "Te aho o te kahu - Cancer Control Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:david.hay25@gmail.com"
        }
      ]
    }
  ],
  "description" : "The performance status of a patient as defined by the Eastern Cooperative Oncology Group (ECOG) minus ECOG 5 (A performance status used when a patient is 'Dead').",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct/21000210109",
        "concept" : [
          {
            "code" : "425389002",
            "display" : "ECOG grade 0"
          },
          {
            "code" : "422512005",
            "display" : "ECOG grade 1"
          },
          {
            "code" : "422894000",
            "display" : "ECOG grade 2"
          },
          {
            "code" : "423053003",
            "display" : "ECOG grade 3"
          },
          {
            "code" : "423237006",
            "display" : "ECOG grade 4"
          }
        ]
      }
    ]
  }
}