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

: Intent of treatment - XML Representation

Draft as of 2024-06-24

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="an-regimen-iot-vs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><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/373846009">373846009</a></td><td>Curative Adjuvant</td></tr><tr><td><a href="http://snomed.info/id/373847000">373847000</a></td><td>Neo-adjuvant</td></tr><tr><td><a href="http://snomed.info/id/373808002">373808002</a></td><td>Curative</td></tr><tr><td><a href="http://snomed.info/id/363676003">363676003</a></td><td>Palliative</td></tr><tr><td><a href="http://snomed.info/id/399707004">399707004</a></td><td>Supportive</td></tr></table></li></ul></div>
  </text>
  <url value="http://canshare.co.nz/fhir/ValueSet/an-regimen-iot-vs"/>
  <version value="0.4.0"/>
  <name value="RegimenIOT"/>
  <title value="Intent of treatment"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-06-24T06:46:32+00:00"/>
  <publisher value="Te aho o te kahu - Cancer Control Agency"/>
  <contact>
    <name value="Te aho o te kahu - Cancer Control Agency"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:david.hay25@gmail.com"/>
    </telecom>
  </contact>
  <description value="What was the purpose of this treatment"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="NZ"/>
      <display value="New Zealand"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <concept>
        <code value="373846009"/>
        <display value="Curative Adjuvant"/>
      </concept>
      <concept>
        <code value="373847000"/>
        <display value="Neo-adjuvant"/>
      </concept>
      <concept>
        <code value="373808002"/>
        <display value="Curative"/>
      </concept>
      <concept>
        <code value="363676003"/>
        <display value="Palliative"/>
      </concept>
      <concept>
        <code value="399707004"/>
        <display value="Supportive"/>
      </concept>
    </include>
  </compose>
</ValueSet>