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

: The reason why a regimen was discontinued - JSON Representation

Draft as of 2024-06-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "an-regimen-discontinued-reason-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://canshare.co.nz/fhir/CodeSystem/an-regimen-discontinued-reason-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">died<a name=\"an-regimen-discontinued-reason-cs-died\"> </a></td><td>Died</td><td>The patient died</td></tr><tr><td style=\"white-space:nowrap\">pf<a name=\"an-regimen-discontinued-reason-cs-pf\"> </a></td><td>PF</td><td>Patient factors such as intolerance</td></tr><tr><td style=\"white-space:nowrap\">tox<a name=\"an-regimen-discontinued-reason-cs-tox\"> </a></td><td>TOX</td><td>Toxicity</td></tr></table></div>"
  },
  "url" : "http://canshare.co.nz/fhir/CodeSystem/an-regimen-discontinued-reason-cs",
  "version" : "0.4.0",
  "name" : "RegimenDiscontinuedReason",
  "title" : "The reason why a regimen was discontinued",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-06-24T06:46:32+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 reason why a regimen was discontinued",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "died",
      "display" : "Died",
      "definition" : "The patient died"
    },
    {
      "code" : "pf",
      "display" : "PF",
      "definition" : "Patient factors such as intolerance"
    },
    {
      "code" : "tox",
      "display" : "TOX",
      "definition" : "Toxicity"
    }
  ]
}