Example in Medication Prescription and Dispense (MPD)1.0.0-comment-2
MedicationRequest

PrescriptionLine1

active
MedicationRequest-PrescriptionLine1.json

Resource Details

Resource Type
MedicationRequest
Resource ID
PrescriptionLine1
Identifier
http://example.org/prescriptionlines|line1

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "MedicationRequest",
  "id": "PrescriptionLine1",
  "filename": "MedicationRequest-PrescriptionLine1.json",
  "identifier": {
    "system": "http://example.org/prescriptionlines",
    "value": "line1"
  },
  "status": "active",
  "medication": {
    "system": "http://id.who.int/icd/release/11/mms",
    "code": "XM63K0",
    "display": null
  }
}