FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.cc
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-cda-extensions-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

DispenseRequests

-NumberOfRepeatsAllowedQuantity
*530 tablet

Source1

{
  "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"
    }
  }
}