{ "resourceType": "MedicationStatement", "id": "example003", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: example003

status: active

medication: Little Pink Pill for water retention (Details )

patient: Donald Duck

effective: Feb 1, 2014

informationSource: Donald Duck

dateAsserted: Feb 22, 2014

notTaken: false

note: Patient can not remember the name of the tablet, but takes it every day in the morning for water retention

Dosages

-TextAsNeeded[x]RouteDose[x]MaxDosePerPeriod
*1 tablet per dayfalseOral (Details : {SNOMED CT code '260548002' = 'Oral (qualifier value)', given as 'Oral'})1 tab (Details: http://hl7.org/fhir/v3/orderableDrugForm code tab = '??')1/1 d (Details: http://unitsofmeasure.org code d = 'd')
" }, "status": "active", "medicationCodeableConcept": { "text": "Little Pink Pill for water retention" }, "patient": { "reference": "Patient/pat1", "display": "Donald Duck" }, "effectiveDateTime": "2014-02-01", "informationSource": { "reference": "Patient/pat1", "display": "Donald Duck" }, "dateAsserted": "2014-02-22", "notTaken": false, "note": [ { "text": "Patient can not remember the name of the tablet, but takes it every day in the morning for water retention" } ], "dosage": [ { "text": "1 tablet per day", "asNeededBoolean": false, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "260548002", "display": "Oral" } ] }, "doseQuantity": { "value": 1, "unit": "tab", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "tab" }, "maxDosePerPeriod": { "numerator": { "value": 1 }, "denominator": { "value": 1, "system": "http://unitsofmeasure.org", "code": "d" } } } ] }