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
{
"resourceType" : "MedicationDispense",
"id" : "medicationdispense-repeat-progression-example-4",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense medicationdispense-repeat-progression-example-4</b></p><a name=\"medicationdispense-repeat-progression-example-4\"> </a><a name=\"hcmedicationdispense-repeat-progression-example-4\"> </a><p><b>Medication Dispense Unique Prescription Number String</b>: PBS-LIP-20260112-001</p><p><b>Medication Dispense Repeat Status Code</b>: repeat-active</p><p><b>Medication Dispense Maximum Number Of Repeats</b>: 5</p><p><b>Source CDA Document Identifier</b>: CDA Instance Identifier/urn:oid:2.25.302836700598455765556474351659180321004</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"#hcmedicationdispense-repeat-progression-example-4/medicationdispense-seq-med-inline-4\">Medication Atorvastatin 20 mg tablet, 30</a></p><p><b>subject</b>: Example Patient</p><p><b>quantity</b>: 30 tablet</p><p><b>whenHandedOver</b>: 2026-04-06 10:30:00+1000</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #medicationdispense-seq-med-inline-4</b></p><a name=\"medicationdispense-repeat-progression-example-4/medicationdispense-seq-med-inline-4\"> </a><a name=\"hcmedicationdispense-repeat-progression-example-4/medicationdispense-seq-med-inline-4\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 27437011000036101}, {http://pbs.gov.au/code/item 8214H}\">Lipitor 20 mg tablet, 30</span></p><p><b>form</b>: <span title=\"Codes:\">Tablet</span></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "medicationdispense-seq-med-inline-4",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "27437011000036101",
"display" : "Atorvastatin 20 mg tablet, 30"
},
{
"system" : "http://pbs.gov.au/code/item",
"code" : "8214H",
"display" : "LIPITOR atorvastatin 20 mg tablet, 30"
}
],
"text" : "Lipitor 20 mg tablet, 30"
},
"form" : {
"text" : "Tablet"
}
}
],
"extension" : [
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medicationdispense-unique-prescription-number-string",
"valueString" : "PBS-LIP-20260112-001"
},
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medicationdispense-repeat-status-code",
"valueCode" : "repeat-active"
},
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medicationdispense-maximum-number-of-repeats",
"valueUnsignedInt" : 5
},
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/source-cda-document-identifier",
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "http://digitalhealth.gov.au/fhir/cc/CodeSystem/identifier-type-cs",
"code" : "CDII",
"display" : "CDA Instance Identifier"
}
]
},
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.25.302836700598455765556474351659180321004",
"assigner" : {
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.2.36.1.2001.1007.10.8003640002000050"
},
"display" : "PCEHR Assigned Identifier - Repository"
}
}
}
],
"status" : "completed",
"medicationReference" : {
"reference" : "#medicationdispense-seq-med-inline-4"
},
"subject" : {
"display" : "Example Patient"
},
"quantity" : {
"extension" : [
{
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medicationdispense-quantity-description",
"valueString" : "30 tablets (1 commercial pack)"
}
],
"value" : 30,
"unit" : "tablet"
},
"whenHandedOver" : "2026-04-06T10:30:00+10:00"
}