description: Represents the specific fill number for the prescription dispensed, with 0 representing the initial fill, 1 representing the first refill, etc. Each fill number represents one dispensation, even if that dispensation is not for the full quantity. Partial fills are not represented by decimal quantities. For example, an initial fill of 100 tablets would have rx-fill-number = 0. A subsequent refill, per patient request, 40 tablets (full quantity is 100 tablets) would have rx-fill-number = 1 (not 0.4). The next subsequent refill, for any quantity, would have rx-fill-number = 2. package_name: hl7.fhir.us.pdmp.r4b derivation: constraint name: PrescriptionFillNumberExtension type: Extension elements: extension: {index: 0} url: pattern: {type: Uri, value: 'http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-extension-rx-fill-number'} index: 1 value: short: Fill Number choices: [valuePositiveInt] index: 3 valuePositiveInt: {type: positiveInt, short: Fill Number, choiceOf: value, index: 4} package_version: 1.0.0 extensions: {} class: extension kind: complex-type url: http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-extension-rx-fill-number base: http://hl7.org/fhir/StructureDefinition/Extension version: 1.0.0 required: [valuePositiveInt, value]