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

FHIR IG analytics

Packagezm-core
Resource TypeMedicationRequest
IdMedicationRequest-ExampleZMCoreMedicationRequest.json
FHIR VersionR5

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 ExampleZMCoreMedicationRequest

status: Active

intent: Order

Medications

-Reference
*Medication Betamethasone 0.1% w/w cream /ointment tube

subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)

encounter: Encounter: status = completed; class = ambulatory; type = ; actualPeriod = 2025-11-15 09:00:00+0200 --> 2025-11-15 10:30:00+0200

authoredOn: 2025-11-15 09:45:00+0200

requester: Practitioner Mary Chipo Phiri (official)

dosageInstruction

text: Take 500mg twice daily for 5 days

timing: 2 per 1 day

DoseAndRates

-Dose[x]
*500 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "ExampleZMCoreMedicationRequest",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-medication-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medication": {
    "reference": {
      "reference": "Medication/ExampleZMCoreMedication"
    }
  },
  "subject": {
    "reference": "Patient/ExampleZMCorePatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleZMCoreEncounter"
  },
  "authoredOn": "2025-11-15T09:45:00+02:00",
  "requester": {
    "reference": "Practitioner/ExampleZMCorePractitioner"
  },
  "dosageInstruction": [
    {
      "text": "Take 500mg twice daily for 5 days",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}