Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions
: ExampleMedication - JSON Representation
Raw json | Download
{
"resourceType" : "Medication",
"id" : "ExampleMedication",
"meta" : {
"profile" : [
"https://www.charite.de/fhir/medikationsplan/StructureDefinition/Medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"ExampleMedication\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Medication "ExampleMedication" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mp4p-medikation.html\">Medikation MP4+</a></p></div><p><b>code</b>: ASS 100 - 1a Pharma TAH Tabletten <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&canonical=http://fhir.de/CodeSystem/ifa/pzn\">Pzn</a>#06312077)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&canonical=http://standardterms.edqm.eu\">EDQMDoseForm</a>#10219000; KBV_CS_SFHIR_BMP_DARREICHUNGSFORM#TAB "Tabletten")</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td>Acetylsalicylsäure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&canonical=http://fhir.de/CodeSystem/ask\">Ask</a>#00002)</span></td><td>100 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: http://standardterms.edqm.eu code 10219000 = 'Tablet')</span></td></tr></table></div>"
},
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/ifa/pzn",
"code" : "06312077",
"display" : "ASS 100 - 1a Pharma TAH Tabletten"
}
]
},
"form" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "10219000",
"display" : "Tablet"
},
{
"system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DARREICHUNGSFORM",
"code" : "TAB",
"display" : "Tabletten"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/ask",
"code" : "00002",
"display" : "Acetylsalicylsäure"
}
]
},
"strength" : {
"numerator" : {
"value" : 100,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Tablet",
"system" : "http://standardterms.edqm.eu",
"code" : "10219000"
}
}
}
]
}