FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example-MedicationStatement-metoclopramide-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement example-MedicationStatement-metoclopramide-01
status: Active
medication: metoclopramide 10 MG Oral Tablet
subject: Example Patient
dateAsserted: 2025-07-02 13:00:00-0800
informationSource: Practitioner Jane Smith (official)
{
"resourceType": "MedicationStatement",
"id": "example-MedicationStatement-metoclopramide-01",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}