FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedicationAspirin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MedicationAspirin
Profile: CH Core MedicationStatement
status: Active
medication: Medication Acetylsalicylic acid
subject: Petra Meier Female, DoB: 1992-03-26 ( Medical record number)
dosage
timing: Morning, Once
route: Oral use
DoseAndRates
Dose[x] 1 Stk (Details: UCUM code{Piece} = '{Piece}')
{
"resourceType": "MedicationStatement",
"id": "MedicationAspirin",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/MedAspirin"
},
"subject": {
"reference": "Patient/PetraMeier"
},
"dosage": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2026-01-20"
},
"when": [
"MORN"
]
}
},
"route": {
"coding": [
{
"system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code": "20053000",
"display": "Oral use"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stk",
"system": "http://unitsofmeasure.org",
"code": "{Piece}"
}
}
]
}
]
}