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

: Outcome of a regimen - JSON Representation

Draft as of 2024-10-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "an-regimen-outcome-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem an-regimen-outcome-cs</b></p><a name=\"an-regimen-outcome-cs\"> </a><a name=\"hcan-regimen-outcome-cs\"> </a><a name=\"an-regimen-outcome-cs-en-NZ\"> </a><p>This case-sensitive code system <code>http://canshare.co.nz/fhir/CodeSystem/an-regimen-outcome-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\">better<a name=\"an-regimen-outcome-cs-better\"> </a></td><td>Better</td><td>The patient was improved</td></tr><tr><td style=\"white-space:nowrap\">worse<a name=\"an-regimen-outcome-cs-worse\"> </a></td><td>Worse</td><td>The patient was not improved</td></tr></table></div>"
  },
  "url" : "http://canshare.co.nz/fhir/CodeSystem/an-regimen-outcome-cs",
  "version" : "0.4.0",
  "name" : "RegimenOutcome",
  "title" : "Outcome of a regimen",
  "status" : "draft",
  "experimental" : true,
  "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" : "How did applying the regimen affect the patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "better",
      "display" : "Better",
      "definition" : "The patient was improved"
    },
    {
      "code" : "worse",
      "display" : "Worse",
      "definition" : "The patient was not improved"
    }
  ]
}