CIBMTR Reporting Implementation Guide
0.1.8 - Trial Use 1
This page is part of the CIBMTR Reporting Implementation Guide (v0.1.8: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "MedicationRequest-Etoposide-Example",
"meta" : {
"profile" : [
🔗 "http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-medication-request"
],
"security" : [
{
"system" : "http://terminology.cibmtr.org/codesystem/transplant-center",
"code" : "rc_99999",
"display" : "99999 My Transplant Center"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest MedicationRequest-Etoposide-Example</b></p><a name=\"MedicationRequest-Etoposide-Example\"> </a><a name=\"hcMedicationRequest-Etoposide-Example\"> </a><a name=\"MedicationRequest-Etoposide-Example-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-Medication-Etoposide-Example.html\">etoposide (VEPESID) chemo IVPB</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample6.html\"> Female, DoB Unknown ( http://terminology.cibmtr.org/identifier/CRID#123456)</a></p><p><b>authoredOn</b>: 2020-07-21 14:17:00+0000</p><p><b>requester</b>: unknown</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 363346000}, {http://hl7.org/fhir/sid/icd-10-cm C80.1}\">Cancer (CMS/HCC)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 68 mg (100 mg/m2 x 0.68 m2 Treatment plan actual BSA), Intravenous, for 60 Minutes, Every 24 hours, First dose on Tue 11/19/13 at 0000, For 5 doses\nGive after CISplatin and mannitol.</p><p><b>timing</b>: Code , Count 5 times, Duration 60hours , Once per 24 hours</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 418114005}\">Intravenous central route (qualifier value)</span></p><blockquote><p><b>doseAndRate</b></p><p><b>type</b>: <span title=\"Codes:\">admin-amount</span></p><p><b>dose</b>: 68 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p></blockquote><blockquote><p><b>doseAndRate</b></p><p><b>type</b>: <span title=\"Codes:\">ordered</span></p><p><b>dose</b>: 100 milligram per square meter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/m2 = 'mg/m2')</span></p></blockquote></blockquote></div>"
},
"status" : "active",
"intent" : "order",
"medicationReference" : {
🔗 "reference" : "Medication/Medication-Etoposide-Example",
"display" : "etoposide (VEPESID) chemo IVPB"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample6"
},
"authoredOn" : "2020-07-21T14:17:00Z",
"requester" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unknown"
}
],
"display" : "unknown"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "363346000",
"display" : "Malignant neoplastic disease (disorder)"
},
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"code" : "C80.1",
"display" : "Malignant (primary) neoplasm, unspecified"
}
],
"text" : "Cancer (CMS/HCC)"
}
],
"dosageInstruction" : [
{
"text" : "68 mg (100 mg/m2 x 0.68 m2 Treatment plan actual BSA), Intravenous, for 60 Minutes, Every 24 hours, First dose on Tue 11/19/13 at 0000, For 5 doses\nGive after CISplatin and mannitol.",
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2020-07-22T16:58:05Z",
"end" : "2020-07-22T16:58:05Z"
},
"count" : 5,
"duration" : 60,
"durationUnit" : "min",
"frequency" : 1,
"period" : 24,
"periodUnit" : "h"
},
"code" : {
"text" : "Every 24 hours"
}
},
"asNeededBoolean" : false,
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "418114005",
"display" : "Intravenous central route (qualifier value)"
}
]
},
"doseAndRate" : [
{
"type" : {
"text" : "admin-amount"
},
"doseQuantity" : {
"value" : 68,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
},
{
"type" : {
"text" : "ordered"
},
"doseQuantity" : {
"value" : 100,
"unit" : "milligram per square meter",
"system" : "http://unitsofmeasure.org",
"code" : "mg/m2"
}
}
]
}
]
}