ACT-NOW Implementation Guide
0.4.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.4.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

: ER status - JSON Representation

Draft as of 2024-10-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pr-status-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pr-status-vs</b></p><a name=\"pr-status-vs\"> </a><a name=\"hcpr-status-vs\"> </a><a name=\"pr-status-vs-en-NZ\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/416561008\">416561008</a></td><td>Progesterone receptor positive tumor (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/441118006\">441118006</a></td><td>Progesterone receptor negative neoplasm (disorder)</td></tr></table></li></ul></div>"
  },
  "url" : "http://canshare.co.nz/fhir/ValueSet/an-pr-status-vs",
  "version" : "0.4.0",
  "name" : "PRStatus",
  "title" : "ER status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-10-24T03:11:49+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" : "Estrogen Receptor status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "416561008",
            "display" : "Progesterone receptor positive tumor (disorder)"
          },
          {
            "code" : "441118006",
            "display" : "Progesterone receptor negative neoplasm (disorder)"
          }
        ]
      }
    ]
  }
}