This page is part of the Adverse Event Clinical Research (v1.0.1: STU 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "medication-request-example-kadcyla1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"medication-request-example-kadcyla1\"> </a><a name=\"hcmedication-request-example-kadcyla1\"> </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 MedicationRequest "medication-request-example-kadcyla1" </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>KADCYLA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1371046)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient-example-kaitlyn-b1.html\">Patient/patient-example-kaitlyn-b1</a> " HAMMER"</p><p><b>authoredOn</b>: 2020-03-15</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-owen-oncologist.html\">Practitioner/practitioner-owen-oncologist</a> " ONCOLOGIST"</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Kadcyla IV at 3.6mg</p><p><b>timing</b>: Starting 2020-04-03, Once</p><p><b>route</b>: Intravenous route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#47625008)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote><p><b>maxDosePerAdministration</b>: 1</p></blockquote></div>"
},
"status" : "active",
"intent" : "order",
"medication" : {
"concept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "1371046",
"display" : "KADCYLA"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/patient-example-kaitlyn-b1"
},
"authoredOn" : "2020-03-15",
"requester" : {
🔗 "reference" : "Practitioner/practitioner-owen-oncologist"
},
"dosageInstruction" : [
{
"text" : "Kadcyla IV at 3.6mg",
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2020-04-03"
}
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route (qualifier value)"
}
]
},
"doseAndRate" : [
{
"rateQuantity" : {
"value" : 3.6,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
],
"maxDosePerAdministration" : {
"value" : 1
}
}
]
}