FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-UC1-MedicationStatement-BelocZok.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement UC1-MedicationStatement-BelocZok
status: Active
medication: Medication BELOC ZOK Ret Tabl 50 mg 100 Stk
effective: 2016-01-01 --> (ongoing)
reasonReference: Condition High blood pressure
dosage
sequence: 1
timing: Morning, Once
route: zum Einnehmen
DoseAndRates
Dose[x] 1 Tablette (Details: SNOMED CT code732936001 = '732936001')
dosage
sequence: 2
timing: Evening, Once
DoseAndRates
Dose[x] 0.5 Halbe Tablette (Details: SNOMED CT code732936001 = '732936001')
{
"resourceType": "MedicationStatement",
"id": "UC1-MedicationStatement-BelocZok",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/UC1-Medication-BelocZok"
},
"subject": {
"reference": "Patient/UC1-Patient-MusterMax"
},
"effectivePeriod": {
"start": "2016-01-01"
},
"reasonReference": [
{
"reference": "Condition/UC1-Condition-Hypertonie"
}
],
"dosage": [
{
"sequence": 1,
"timing": {
"repeat": {
"when": [
"MORN"
]
}
},
"route": {
"coding": [
{
"system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code": "20053000"
}
],
"text": "zum Einnehmen"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Tablette",
"system": "http://snomed.info/sct|http://snomed.info/sct/2011000195101",
"code": "732936001"
}
}
]
},
{
"sequence": 2,
"timing": {
"repeat": {
"when": [
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 0.5,
"unit": "Halbe Tablette",
"system": "http://snomed.info/sct|http://snomed.info/sct/2011000195101",
"code": "732936001"
}
}
]
}
]
}