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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeMedicationRequest
IdMedicationRequest-10-prescription-cefuroxime-singleline.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "10-prescription-cefuroxime-singleline",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationOrder"
    ],
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/common-tags",
        "code": "actionable"
      }
    ]
  },
  "identifier": [
    {
      "value": "10-123EP"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/01A-Cefuroxime1500GenericExplicit"
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "authoredOn": "2024-12-06",
  "requester": {
    "reference": "PractitionerRole/doctor1"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "10625071000119104",
          "display": "Bronchopneumonia caused by bacteria (disorder)"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 3,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 1,
          "period": 8,
          "periodUnit": "h"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "78421000",
            "display": "Intramuscular route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1500,
            "unit": "milligram(s)",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    },
    {
      "sequence": 2,
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 4,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 1,
          "period": 8,
          "periodUnit": "h"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "78421000",
            "display": "Intramuscular route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseRange": {
            "low": {
              "value": 750,
              "unit": "milligram(s)",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "high": {
              "value": 1500,
              "unit": "milligram(s)",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            }
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "extension": [
      {
        "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity",
        "valueQuantity": {
          "value": 21,
          "unit": "Vial",
          "system": "http://standardterms.edqm.eu",
          "code": "15060000"
        }
      }
    ],
    "validityPeriod": {
      "start": "2024-12-06",
      "end": "2024-12-13"
    }
  },
  "substitution": {
    "allowedBoolean": true
  }
}