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 json

{
  "resourceType" : "CodeSystem",
  "id" : "medicine-item-change",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h2>Medicine Item Change&quot;</h2>\n\t\t\t<p/>\n\t\t</div>"
  },
  "url" : "http://hl7.org.au/fhir/CodeSystem/medicine-item-change",
  "version" : "1.0.2",
  "name" : "MedicineItemChange",
  "title" : "Medicine Item Change",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-12-17",
  "publisher" : "Health Level Seven Australia (Medications)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "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" : true,
  "valueSet" : "http://hl7.org.au/fhir/ValueSet/medicine-item-change",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "nochange",
      "display" : "Unchanged",
      "definition" : "No change has been made to this medicine."
    },
    {
      "code" : "changed",
      "display" : "Change occurred",
      "definition" : "A change has been made to this medicine; for example, new medicine prescribed or dosage change.",
      "concept" : [
        {
          "code" : "new",
          "display" : "New",
          "definition" : "A new medicine item is introduced.",
          "concept" : [
            {
              "code" : "prescribed",
              "display" : "New prescription",
              "definition" : "A new medicine item has been prescribed."
            }
          ]
        },
        {
          "code" : "ceased",
          "display" : "Ceased",
          "definition" : "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."
        },
        {
          "code" : "suspended",
          "display" : "Suspended",
          "definition" : "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."
        },
        {
          "code" : "cancelled",
          "display" : "Cancelled",
          "definition" : "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."
        },
        {
          "code" : "amended",
          "display" : "Amended",
          "definition" : "The current medicine item has been changed in some way, e.g. dose, form, route, frequency change."
        }
      ]
    },
    {
      "code" : "recommended",
      "display" : "Change was recommended",
      "definition" : "A change has been recommended to this medicine but may not have occurred yet, e.g. medicine recommended to be stopped.",
      "concept" : [
        {
          "code" : "new-recommended",
          "display" : "New recommended medicine",
          "definition" : "A new medicine item is recommended.",
          "concept" : [
            {
              "code" : "prescription-recommended",
              "display" : "Prescription recommended",
              "definition" : "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."
            }
          ]
        },
        {
          "code" : "review-recommended",
          "display" : "Review recommended",
          "definition" : "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."
        },
        {
          "code" : "cessation-recommended",
          "display" : "Cessation recommended",
          "definition" : "It may be recommended to the usual GP that a medicine that was previously taken by the individual be ceased."
        },
        {
          "code" : "suspension-recommended",
          "display" : "Suspension recommended",
          "definition" : "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."
        },
        {
          "code" : "cancellation-recommended",
          "display" : "Cancellation recommended",
          "definition" : "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."
        }
      ]
    }
  ]
}