{
  "resourceType" : "CodeSystem",
  "id" : "medicationrequest-course-of-therapy",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">continuous\n                  <a name=\"medicationrequest-course-of-therapy-continuous\"> </a>\n                </td>\n                <td>Continuous long term therapy</td>\n                <td>A medication which is expected to be continued beyond the present order and which the patient should be assumed to be taking unless explicitly stopped.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">acute\n                  <a name=\"medicationrequest-course-of-therapy-acute\"> </a>\n                </td>\n                <td>Short course (acute) therapy</td>\n                <td>A medication which the patient is only expected to consume for the duration of the current order and which is not expected to be renewed.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">seasonal\n                  <a name=\"medicationrequest-course-of-therapy-seasonal\"> </a>\n                </td>\n                <td>Seasonal</td>\n                <td>A medication which is expected to be used on a part time basis at certain times of the year</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r3"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
  "version" : "4.3.0",
  "name" : "MedicationRequest Course of Therapy Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-20T13:55:37+11:00",
  "publisher" : "Pharmacy",
  "contact" : [{
    "name" : "Pharmacy",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/medication"
    }]
  }],
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy",
  "content" : "complete",
  "concept" : [{
    "code" : "continuous",
    "display" : "Continuous long term therapy",
    "definition" : "A medication which is expected to be continued beyond the present order and which the patient should be assumed to be taking unless explicitly stopped."
  },
  {
    "code" : "acute",
    "display" : "Short course (acute) therapy",
    "definition" : "A medication which the patient is only expected to consume for the duration of the current order and which is not expected to be renewed."
  },
  {
    "code" : "seasonal",
    "display" : "Seasonal",
    "definition" : "A medication which is expected to be used on a part time basis at certain times of the year"
  }]
}