PackagesCanonicalsLogsProblems
    Packages
    at.unofficial.au.base@2.2.0-ballot2
    http://hl7.org.au/fhir/StructureDefinition/dispense-number
description: This extension applies to the MedicationDispense resource and is used to represent the dispense number or sequence number that has been reached for a therapeutic good prescribed with repeats. It has the value 1 when there are no repeats. The value increments by one each time a dispense act is successfully completed.
package_name: at.unofficial.au.base
derivation: constraint
name: DispenseNumber
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/dispense-number'}
    index: 0
  value:
    short: Dispense number
    choices: [valueInteger]
    index: 2
  valueInteger: {type: integer, short: Dispense number, choiceOf: value, index: 3}
package_version: 2.2.0-ballot2
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/dispense-number
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0
required: [value, valueInteger]