PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "rf-36-antiarrhythmikum-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-36-antiarrhythmikum-medication</b></p><a name=\"rf-36-antiarrhythmikum-medication\"> </a><a name=\"hcrf-36-antiarrhythmikum-medication\"> </a><a name=\"rf-36-antiarrhythmikum-medication-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 00088891}\">PZN: 00088891; EAN: n.v.; Darreichung: Filmtabletten; Marke: Amiodaron; Hersteller: Hexal AG</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15054000}\">Tablet</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>200 mg/1 Tablette</td></tr></table></div>"
},
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/ifa/pzn",
"code" : "00088891",
"display" : "00088891/Hexal AG/Amiodaron/200mg"
}
],
"text" : "PZN: 00088891; EAN: n.v.; Darreichung: Filmtabletten; Marke: Amiodaron; Hersteller: Hexal AG"
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "15054000",
"display" : "Tablet"
}
]
},
"ingredient" : [
{
"itemReference" : {
🔗 "reference" : "Substance/substanz-1-eisen"
},
"strength" : {
"numerator" : {
"value" : 200,
"unit" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Tablette"
}
}
}
]
}