FHIR IG analytics| Package | ch.fhir.ig.ch-ems |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedStatTriatec.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MedStatTriatec
status: Active
medication: Medication
subject: Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)
dateAsserted: 2016-11-29 11:00:00+0100
reasonCode: Bluthochdruck
dosage
timing: Morning, Once
DoseAndRates
Dose[x] 0.5 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')
Generated Narrative: Medication #Triatec
code: TRIATEC Tabl 2.5 mg
Ingredients
Item[x] Ramipril
{
"resourceType": "MedicationStatement",
"id": "MedStatTriatec",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "Triatec",
"code": {
"text": "TRIATEC Tabl 2.5 mg"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386872004",
"display": "Ramipril (substance)"
}
],
"text": "Ramipril"
}
}
]
}
],
"status": "active",
"medicationReference": {
"reference": "#Triatec"
},
"subject": {
"reference": "Patient/PatientExample"
},
"context": {
"reference": "Encounter/EncounterExample"
},
"dateAsserted": "2016-11-29T11:00:00+01:00",
"reasonCode": [
{
"text": "Bluthochdruck"
}
],
"dosage": [
{
"timing": {
"repeat": {
"when": [
"MORN"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 0.5,
"unit": "Tablet (unit of presentation)",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
]
}
]
}