FHIR IG analytics| Package | fhir.hrsa.uds-plus |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-de-identified-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "de-identified-example",
"meta": {
"profile": [
"http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-medicationstatement"
]
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "476872",
"display": "Nizatidine 15 MG/ML Oral Solution"
}
]
},
"subject": {
"reference": "Patient/de-identified-example"
},
"effectiveDateTime": "2008",
"dateAsserted": "2008",
"dosage": [
{
"text": "10 mL bid",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2008-04-05"
},
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 10,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}
]
}