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

PrescriptionLine9

active
MedicationRequest-PrescriptionLine9.json

Resource Details

Resource Type
MedicationRequest
Resource ID
PrescriptionLine9
Identifier
http://example.org/prescriptionlines|line9

Example Metadata

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

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