FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedicationStatement.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MedicationStatement
Profile: Medication Statement (CZ core)
identifier: http://example.org/exampleSystem/medstat-1
status: Active
medication: simvastatin
subject: Mračena Mraková
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": "MedicationStatement",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/medicationStatement-cz-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/exampleSystem",
"value": "medstat-1"
}
],
"status": "active",
"medicationReference": {
"reference": "Medication/med-1",
"display": "simvastatin"
},
"subject": {
"reference": "Patient/Mracena",
"display": "Mračena Mraková"
},
"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"
}
}
]
}
]
}