German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: exa-medication-administration - JSON Representation
Raw json | Download
{
"resourceType" : "MedicationAdministration",
"id" : "exa-medication-administration",
"meta" : {
"profile" : [
🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/medication-administration"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"exa-medication-administration\"> </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 MedicationAdministration "exa-medication-administration" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-administration.html\">Profile MedicationAdministration</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: Doxorubicin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.de/CodeSystem/bfarm/atc\">Atc</a>#L01DB01)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Patient/example\">Patient/example</a></p><p><b>effective</b>: 2020-01-06 10:20:00+0000 --> 2020-01-06 11:20:00+0000</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Intravenous use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20045000)</span></td><td>85 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span></td><td>250 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span>/1 hour<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code h = 'h')</span></td></tr></table></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/bfarm/atc",
"code" : "L01DB01",
"display" : "Doxorubicin"
}
]
},
"subject" : {
"reference" : "Patient/example"
},
"effectivePeriod" : {
"start" : "2020-01-06T10:20:00.000+00:00",
"end" : "2020-01-06T11:20:00.000+00:00"
},
"dosage" : {
"route" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20045000",
"display" : "Intravenous use"
}
]
},
"dose" : {
"value" : 85,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"rateRatio" : {
"numerator" : {
"value" : 250,
"unit" : "milliliter",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"denominator" : {
"value" : 1,
"unit" : "hour",
"system" : "http://unitsofmeasure.org",
"code" : "h"
}
}
}
}