FHIR IG analytics| Package | au.gov.digitalhealth.fhir.cc |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-cda-extensions-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest medicationrequest-cda-extensions-example
Source CDA Document Identifier: CDA Instance Identifier/urn:oid:2.25.119743254367089612530986407591263451023
status: Active
intent: Order
medication: Lipitor 20 mg tablet, 30
subject: Example Patient
authoredOn: 2026-05-15
| NumberOfRepeatsAllowed | Quantity |
| 5 | 30 tablet |
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-cda-extensions-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"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.119743254367089612530986407591263451023",
"assigner": {
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.2.36.1.2001.1007.10.8003640002000050"
},
"display": "PCEHR Assigned Identifier - Repository"
}
}
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"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"
},
"subject": {
"display": "Example Patient"
},
"authoredOn": "2026-05-15",
"dispenseRequest": {
"numberOfRepeatsAllowed": 5,
"quantity": {
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/medicationdispense-quantity-description",
"valueString": "30 tablets (1 commercial pack)"
}
],
"value": 30,
"unit": "tablet"
}
}
}