New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: Medication status codes - XML Representation

Page standards status: Trial-use Maturity Level: 3

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="medication-statement-status"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2024-07-25T17:28:42.983+12:00"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="phx"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://hl7.org/fhir/CodeSystem/medication-statement-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1379"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="Medication_Status_Codes"/>
  <title value="Medication status codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-07-29T04:31:37+00:00"/>
  <publisher value="Health New Zealand | Te Whatu Ora"/>
  <contact>
    <name value="Health New Zealand | Te Whatu Ora"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.tewhatuora.govt.nz/"/>
    </telecom>
  </contact>
  <description value="Medication Status Codes"/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/medication-statement-status"/>
  <content value="complete"/>
  <count value="8"/>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The medication is still being taken."/>
  </concept>
  <concept>
    <code value="completed"/>
    <display value="Completed"/>
    <definition value="The medication is no longer being taken."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition
                value="Some of the actions that are implied by the medication statement may have occurred.  For example, the patient may have taken some of the medication.  Clinical decision support systems should take this status into account."/>
  </concept>
  <concept>
    <code value="intended"/>
    <display value="Intended"/>
    <definition
                value="The medication may be taken at some time in the future."/>
  </concept>
  <concept>
    <code value="stopped"/>
    <display value="Stopped"/>
    <definition
                value="Actions implied by the statement have been permanently halted, before all of them occurred. This should not be used if the statement was entered in error."/>
  </concept>
  <concept>
    <code value="on-hold"/>
    <display value="On Hold"/>
    <definition
                value="Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called 'suspended'."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition
                value="The state of the medication use is not currently known."/>
  </concept>
  <concept>
    <code value="not-taken"/>
    <display value="Not Taken"/>
    <definition value="The medication was not consumed by the patient"/>
  </concept>
</CodeSystem>