Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: CodeSystem-medicine-item-change

Formats: XML, JSON, Turtle

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="medicine-item-change"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<h2>Medicine Item Change&quot;</h2>
			<p/>
		</div>
  </text>
  <url value="http://hl7.org.au/fhir/CodeSystem/medicine-item-change"/>
  <version value="1.0.2"/>
  <name value="MedicineItemChange"/>
  <title value="Medicine Item Change"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2018-12-17"/>
  <publisher value="Health Level Seven Australia (Medications)"/>
  <contact>
    <name value="hl7.org.au"/>
  </contact>
  <description
               value="The Medicine Item Change code system define concepts that identify a change that has been made, or is recommended to be made to a medicine item."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org.au/fhir/ValueSet/medicine-item-change"/>
  <compositional value="false"/>
  <versionNeeded value="true"/>
  <content value="complete"/>
  <concept>
    <code value="nochange"/>
    <display value="Unchanged"/>
    <definition value="No change has been made to this medicine."/>
  </concept>
  <concept>
    <code value="changed"/>
    <display value="Change occurred"/>
    <definition
                value="A change has been made to this medicine; for example, new medicine prescribed or dosage change."/>
    <concept>
      <code value="new"/>
      <display value="New"/>
      <definition value="A new medicine item is introduced."/>
      <concept>
        <code value="prescribed"/>
        <display value="New prescription"/>
        <definition value="A new medicine item has been prescribed."/>
      </concept>
    </concept>
    <concept>
      <code value="ceased"/>
      <display value="Ceased"/>
      <definition
                  value="A medicine that was previously taken by the individual may actually be ceased as it required immediate attention. This cessation is anticipated to be permanent. Example uses: the medicine in question is considered ineffective or has caused serious adverse effects."/>
    </concept>
    <concept>
      <code value="suspended"/>
      <display value="Suspended"/>
      <definition
                  value="A medicine that was previously taken by the individual may be temporarily stopped. Example uses: medication in question may reach toxicity blood level, or suspected to have caused some undesirable effects; or needs to be suspended before a surgical/diagnostic procedure."/>
    </concept>
    <concept>
      <code value="cancelled"/>
      <display value="Cancelled"/>
      <definition
                  value="The prescription for this medicine item was cancelled. The patient may be advised to complete the course of the prescribed medicine. This advice is a clinical decision made based on assessment of the patients clinical condition."/>
    </concept>
    <concept>
      <code value="amended"/>
      <display value="Amended"/>
      <definition
                  value="The current medicine item has been changed in some way, e.g. dose, form, route, frequency change."/>
    </concept>
  </concept>
  <concept>
    <code value="recommended"/>
    <display value="Change was recommended"/>
    <definition
                value="A change has been recommended to this medicine but may not have occurred yet, e.g. medicine recommended to be stopped."/>
    <concept>
      <code value="new-recommended"/>
      <display value="New recommended medicine"/>
      <definition value="A new medicine item is recommended."/>
      <concept>
        <code value="prescription-recommended"/>
        <display value="Prescription recommended"/>
        <definition
                    value="It may be recommended that the usual GP prescribe a new medicine to be taken by the individual. The addition may not be urgent or there may be an arrangement that all medicine changes are to be enacted by the GP as the coordinator of the individual‘s overall care."/>
      </concept>
    </concept>
    <concept>
      <code value="review-recommended"/>
      <display value="Review recommended"/>
      <definition
                  value="It may be recommended to the usual GP that a medicine that was previously taken by the individual be reviewed. The outcome of the review may be that the medicine is amended or stopped."/>
    </concept>
    <concept>
      <code value="cessation-recommended"/>
      <display value="Cessation recommended"/>
      <definition
                  value="It may be recommended to the usual GP that a medicine that was previously taken by the individual be ceased."/>
    </concept>
    <concept>
      <code value="suspension-recommended"/>
      <display value="Suspension recommended"/>
      <definition
                  value="It may be recommended to the usual GP that a medicine item that was previously taken by the individual be temporarily stopped. Example uses: medication in question may reach toxicity blood level, or suspected to have caused some undesirable effects; or needs to be suspended before a surgical/diagnostic procedure."/>
    </concept>
    <concept>
      <code value="cancellation-recommended"/>
      <display value="Cancellation recommended"/>
      <definition
                  value="The prescription for this medicine item is recommended to be cancelled. The patient may be advised to complete the course of the prescribed medicine. This advice is a clinical decision made based on assessment of the patients clinical condition."/>
    </concept>
  </concept>
</CodeSystem>