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
| Page standards status: Informative |
{
"resourceType" : "MedicationStatement",
"id" : "example-MedicationStatement-metoclopramide-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement example-MedicationStatement-metoclopramide-01</b></p><a name=\"example-MedicationStatement-metoclopramide-01\"> </a><a name=\"hcexample-MedicationStatement-metoclopramide-01\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-example-MedicationRequest-metoclopramide-01.html\">MedicationRequest: status = active; intent = order; medication[x] = metoclopramide 10 MG Oral Tablet; authoredOn = 2025-07-02</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 311666}, {http://hl7.org/fhir/sid/ndc 00093220301}\">metoclopramide 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-examplePatient.html\">Example Patient</a></p><p><b>dateAsserted</b>: 2025-07-02 13:00:00-0800</p><p><b>informationSource</b>: <a href=\"Practitioner-examplePractitioner.html\">Practitioner Jane Smith (official)</a></p></div>"
},
"basedOn" : [
{
🔗 "reference" : "MedicationRequest/example-MedicationRequest-metoclopramide-01"
}
],
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "311666",
"display" : "metoclopramide 10 MG Oral Tablet"
},
{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "00093220301"
}
]
},
"subject" : {
🔗 "reference" : "Patient/examplePatient",
"display" : "Example Patient"
},
"dateAsserted" : "2025-07-02T13:00:00-08:00",
"informationSource" : {
🔗 "reference" : "Practitioner/examplePractitioner"
}
}