Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions

: Example Alprazolam Medication Request - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "example-MedicationRequest-alprazolam-01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-MedicationRequest-alprazolam-01</b></p><a name=\"example-MedicationRequest-alprazolam-01\"> </a><a name=\"hcexample-MedicationRequest-alprazolam-01\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 308048}\">alprazolam 0.5 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-examplePatient.html\">John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)</a></p><p><b>authoredOn</b>: 2025-07-02</p><p><b>requester</b>: <a href=\"Practitioner-examplePractitioner.html\">Practitioner Jane Smith (official)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take as prescribed</td></tr></table></div>"
  },
  "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"
    }
  ]
}