{
"resourceType": "MedicationStatement",
"contained": [
{
"resourceType": "Medication",
"id": "123",
"code": {
"text": "FHIR Test Medication"
}
}
],
"patient": {
"reference": "Patient/1316024"
},
"status": "active",
"medicationReference": {
"reference": "#123"
},
"dosage": [
{
"timing": {
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/vs/GTSAbbreviation",
"code": "BID"
}
],
"text": "BID"
}
},
"quantityQuantity": {
"value": 60.0,
"units": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}