PFLIP HL7 FHIR Implementation Guide
1.0.2 - release
PFLIP HL7 FHIR Implementation Guide - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "rf-29-antihypertensiva-medication",
"meta" : {
"profile" : [
🔗 "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/Medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication rf-29-antihypertensiva-medication</b></p><a name=\"rf-29-antihypertensiva-medication\"> </a><a name=\"hcrf-29-antihypertensiva-medication\"> </a><a name=\"rf-29-antihypertensiva-medication-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 00098765}\">PZN: 00098765; EAN: 4150007667136; Darreichung: Kapseln; Marke: Ramipril; Hersteller: Sanofi</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15012000}\">Capsule</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Substance-substanz-1-eisen.html\">Substance Substance</a></td><td>5 mg/1 Kapsel</td></tr></table></div>"
},
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/ifa/pzn",
"code" : "00098765",
"display" : "00098765/Sanofi/Ramipril/5mg"
}
],
"text" : "PZN: 00098765; EAN: 4150007667136; Darreichung: Kapseln; Marke: Ramipril; Hersteller: Sanofi"
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "15012000",
"display" : "Capsule"
}
]
},
"ingredient" : [
{
"itemReference" : {
🔗 "reference" : "Substance/substanz-1-eisen"
},
"strength" : {
"numerator" : {
"value" : 5,
"unit" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Kapsel"
}
}
}
]
}