FHIR IG analytics| Package | hl7.fhir.uv.ips |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-eumfh-39-07-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement eumfh-39-07-1
Language: en
Profile: MedicationStatement (IPS)
status: Active
medication: simvastatin
subject: Alexander Heig (inject 39-07)
effective: 2014 --> (ongoing)
dosage
text: 40 mg/day
timing: Once per 1 day
DoseAndRates
Dose[x] 40 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationStatement",
"id": "eumfh-39-07-1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/eumfh-39-07-1",
"display": "simvastatin"
},
"subject": {
"reference": "Patient/eumfh-39-07",
"display": "Alexander Heig (inject 39-07)"
},
"effectivePeriod": {
"start": "2014"
},
"dosage": [
{
"text": "40 mg/day",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 40,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}