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

: MedicationRequest CDA Extensions Example - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest-cda-extensions-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medicationrequest-cda-extensions-example</b></p><a name=\"medicationrequest-cda-extensions-example\"> </a><a name=\"hcmedicationrequest-cda-extensions-example\"> </a><p><b>Source CDA Document Identifier</b>: CDA Instance Identifier/urn:oid:2.25.119743254367089612530986407591263451023</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</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>subject</b>: Example Patient</p><p><b>authoredOn</b>: 2026-05-15</p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>30 tablet</td></tr></table></div>"
  },
  "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"
    }
  }
}