FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedicationEntresto.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MedicationEntresto
Profile: CH Core MedicationStatement
status: Active
medication: Medication Entresto (Filmtabl 200 mg) Blist
subject: Petra Meier Female, DoB: 1992-03-26 ( Medical record number)
dosage
timing: Morning, Noon, Evening, Once
route: Oral use
DoseAndRates
Dose[x] 1 Stk (Details: UCUM code{Piece} = '{Piece}')
Generated Narrative: Medication #MedEntresto
Profile: CH Core Medication
code: Entresto (Filmtabl 200 mg) Blist
form: Filmtablette
ingredient
item: Sacubitril
ingredient
item: Valsartan
{
"resourceType": "MedicationStatement",
"id": "MedicationEntresto",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "MedEntresto",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medication"
]
},
"code": {
"coding": [
{
"system": "urn:oid:2.51.1.1",
"code": "7680656730044",
"display": "Entresto (Filmtabl 200 mg) Blist"
},
{
"system": "http://www.whocc.no/atc",
"code": "C09DX04",
"display": "Valsartan und Sacubitril"
}
],
"text": "Entresto (Filmtabl 200 mg) Blist"
},
"form": {
"coding": [
{
"system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code": "10221000",
"display": "Filmtablette"
}
],
"text": "Filmtablette"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "716072000",
"display": "Sacubitril"
}
]
}
},
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386876001",
"display": "Valsartan"
}
]
}
}
]
}
],
"status": "active",
"medicationReference": {
"reference": "#MedEntresto"
},
"subject": {
"reference": "Patient/PetraMeier"
},
"dosage": [
{
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2025-12-19"
},
"when": [
"MORN",
"NOON",
"EVE"
]
}
},
"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}"
}
}
]
}
]
}