Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/common-components/ and changes regularly. See the Directory of published versions

: MedicationDispense Repeat Status - JSON Representation

Draft as of 2026-07-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "medicationdispense-repeat-status-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medicationdispense-repeat-status-vs</b></p><a name=\"medicationdispense-repeat-status-vs\"> </a><a name=\"hcmedicationdispense-repeat-status-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-medicationdispense-repeat-status-cs.html\"><code>http://digitalhealth.gov.au/fhir/cc/CodeSystem/medicationdispense-repeat-status-cs</code></a><span title=\"Version is explicitly stated to be 26.0.0\"> version &#x1F4CD;26.0.0</span></li></ul></div>"
  },
  "url" : "http://digitalhealth.gov.au/fhir/cc/ValueSet/medicationdispense-repeat-status-vs",
  "version" : "26.0.0",
  "name" : "MedicationDispenseRepeatStatusVS",
  "title" : "MedicationDispense Repeat Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-07-14T04:17:55+00:00",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.digitalhealth.gov.au/"
        },
        {
          "system" : "email",
          "value" : "help@digitalhealth.gov.au"
        }
      ]
    },
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Allowed values for the MedicationDispense repeat status extension: active if more repeats are to be dispensed, or completed if the last repeat has been dispensed.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU",
          "display" : "Australia"
        }
      ]
    }
  ],
  "copyright" : "This content is licensed under a Creative Commons Attribution 4.0 International License. See [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)",
  "compose" : {
    "include" : [
      {
        "system" : "http://digitalhealth.gov.au/fhir/cc/CodeSystem/medicationdispense-repeat-status-cs",
        "version" : "26.0.0"
      }
    ]
  }
}