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

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypeMedicationRequest
IdMedicationRequest-example-MedicationRequest-alprazolam-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest example-MedicationRequest-alprazolam-01

status: Active

intent: Order

medication: alprazolam 0.5 MG Oral Tablet

subject: John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)

authoredOn: 2025-07-02

requester: Practitioner Jane Smith (official)

DosageInstructions

-Text
*Take as prescribed

Source1

{
  "resourceType": "MedicationRequest",
  "id": "example-MedicationRequest-alprazolam-01",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "308048",
        "display": "alprazolam 0.5 MG Oral Tablet"
      }
    ],
    "text": "alprazolam 0.5 MG Oral Tablet"
  },
  "subject": {
    "reference": "Patient/examplePatient"
  },
  "authoredOn": "2025-07-02",
  "requester": {
    "reference": "Practitioner/examplePractitioner"
  },
  "dosageInstruction": [
    {
      "text": "Take as prescribed"
    }
  ]
}