FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement example
Language: en
Profile: QICore MedicationStatement
status: Active
medication: Medication alemtuzumab 10 MG/ML [Lemtrada]
effective: 2012-06-01 14:30:00+1400
dateAsserted: 2012-05-14 15:00:00+1400
informationSource: Practitioner Adam Careful
dosage
timing: 3 per 1 day
route: oral administration of treatment
DoseAndRates
Dose[x] 10 ml (Details: UCUM codeml = 'ml')
{
"resourceType": "MedicationStatement",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationstatement"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/example"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2012-06-01T14:30:00+14:00",
"dateAsserted": "2012-05-14T15:00:00+14:00",
"informationSource": {
"reference": "Practitioner/example"
},
"derivedFrom": [
{
"reference": "MedicationRequest/example"
}
],
"dosage": [
{
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394899003",
"display": "oral administration of treatment"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 10,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
]
}
]
}