{
  "resourceType": "MedicationRequest",
  "id": "400C-prescription-cefuroxime-singleline",
  "meta": {
    "tag": [
      {
        "code": "actionable",
        "system": "http://terminology.hl7.org/CodeSystem/common-tags"
      }
    ],
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/medicationRequest-eu-core"
    ]
  },
  "identifier": [
    {
      "value": "10-123EP"
    }
  ],
  "requester": {
    "display": "The Best Doctor"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "10625071000119104",
          "system": "http://snomed.info/sct",
          "display": "Bronchopneumonia caused by bacteria (disorder)"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1500,
            "code": "mg",
            "system": "http://unitsofmeasure.org",
            "unit": "milligram(s)"
          }
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 8,
          "periodUnit": "h",
          "boundsDuration": {
            "value": 3,
            "code": "d",
            "system": "http://unitsofmeasure.org",
            "unit": "day"
          }
        }
      },
      "sequence": 1,
      "route": {
        "coding": [
          {
            "code": "78421000",
            "system": "http://snomed.info/sct",
            "display": "Intramuscular route"
          }
        ]
      }
    },
    {
      "doseAndRate": [
        {
          "doseRange": {
            "low": {
              "value": 750,
              "code": "mg",
              "system": "http://unitsofmeasure.org",
              "unit": "milligram(s)"
            },
            "high": {
              "value": 1500,
              "code": "mg",
              "system": "http://unitsofmeasure.org",
              "unit": "milligram(s)"
            }
          }
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 8,
          "periodUnit": "h",
          "boundsDuration": {
            "value": 4,
            "code": "d",
            "system": "http://unitsofmeasure.org",
            "unit": "day"
          }
        }
      },
      "sequence": 2,
      "route": {
        "coding": [
          {
            "code": "78421000",
            "system": "http://snomed.info/sct",
            "display": "Intramuscular route"
          }
        ]
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "authoredOn": "2024-12-06",
  "medicationReference": {
    "reference": "Medication/01A-Cefuroxime1500GenericExplicit"
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example"
  }
}
