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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeMedicationRequest
IdMedicationRequestCreateRequest.json
FHIR VersionR5

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",
  "identifier": {
    "system": "https://fhir.synapxe.sg/identifier/medication-request",
    "value": "MR-2025-001234"
  },
  "status": "active",
  "intent": "order",
  "category": {
    "coding": {
      "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
      "code": "outpatient",
      "display": "Outpatient"
    }
  },
  "medication": {
    "concept": {
      "coding": {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "161",
        "display": "Acetaminophen"
      }
    }
  },
  "subject": {
    "reference": "Patient/patient-12345"
  },
  "encounter": {
    "reference": "Encounter/encounter-67890"
  },
  "authoredOn": "2025-08-21T14:30:00+08:00",
  "requester": {
    "identifier": {
      "system": "https://fhir.synapxe.sg/identifier/practitioner",
      "value": "PRAC-001"
    }
  },
  "reason": {
    "concept": {
      "coding": {
        "system": "http://snomed.info/sct",
        "code": "25064002",
        "display": "Headache"
      }
    }
  },
  "note": [
    {
      "text": "Take with food to reduce stomach irritation"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Take 1 tablet by mouth every 6 hours as needed for pain",
      "additionalInstruction": [
        {
          "text": "Take with food"
        }
      ],
      "timing": {
        "repeat": {
          "boundsRange": {
            "low": {
              "value": 1,
              "unit": "day",
              "system": "http://unitsofmeasure.org",
              "code": "d"
            },
            "high": {
              "value": 7,
              "unit": "day",
              "system": "http://unitsofmeasure.org",
              "code": "d"
            }
          }
        }
      },
      "route": {
        "coding": {
          "system": "http://snomed.info/sct",
          "code": "26643006",
          "display": "Oral route"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 30,
      "unit": "tablets",
      "system": "http://unitsofmeasure.org",
      "code": "{tablet}"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}