FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypeCodeSystem
IdCodeSystem-medicationdispense-repeat-status-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/common-components/CodeSystem-medicationdispense-repeat-status-cs.html
URLhttp://digitalhealth.gov.au/fhir/cc/CodeSystem/medicationdispense-repeat-status-cs
Version26.0.0
Statusdraft
Date2026-07-14T04:17:55+00:00
NameMedicationDispenseRepeatStatusCS
TitleMedicationDispense Repeat Status
Realmau
DescriptionStatus codes indicating whether a medication dispense represents an active repeat (more repeats to be dispensed) or a completed repeat (last repeat has been dispensed).
CopyrightThis 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/)
Contentcomplete

Resources that use this resource

ValueSet
au.gov.digitalhealth.cc#currentmedicationdispense-repeat-status-vsMedicationDispense Repeat Status

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem medicationdispense-repeat-status-cs

This case-sensitive code system http://digitalhealth.gov.au/fhir/cc/CodeSystem/medicationdispense-repeat-status-cs defines the following codes:

CodeDisplayDefinition
repeat-active Repeat ActiveThere are more repeats to be dispensed for this prescription.
repeat-completed Repeat CompletedThe last repeat has been dispensed for this prescription.

Source1

{
  "resourceType": "CodeSystem",
  "id": "medicationdispense-repeat-status-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://digitalhealth.gov.au/fhir/cc/CodeSystem/medicationdispense-repeat-status-cs",
  "version": "26.0.0",
  "name": "MedicationDispenseRepeatStatusCS",
  "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": "Status codes indicating whether a medication dispense represents an active repeat (more repeats to be dispensed) or a completed repeat (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/)",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "repeat-active",
      "display": "Repeat Active",
      "definition": "There are more repeats to be dispensed for this prescription."
    },
    {
      "code": "repeat-completed",
      "display": "Repeat Completed",
      "definition": "The last repeat has been dispensed for this prescription."
    }
  ]
}