minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "cancer-related-medication-request-cisplatin",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-medication-request"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest cancer-related-medication-request-cisplatin</b></p><a name=\"cancer-related-medication-request-cisplatin\"> </a><a name=\"hccancer-related-medication-request-cisplatin\"> </a><a name=\"cancer-related-medication-request-cisplatin-en-US\"> </a><p><b>Procedure Intent Extension</b>: <span title=\"Codes:{http://snomed.info/sct 373808002}\">Curative - procedure intent</span></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 309311}\">cisplatin 1 MG/ML Injectable Solution</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-john-anyperson.html\">John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>authoredOn</b>: 2019-04-01</p><p><b>requester</b>: <a href=\"Practitioner-us-core-practitioner-kyle-anydoc.html\">Practitioner Kyle Anydoc </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 254637007}\">Non-small cell lung cancer (disorder)</span></p><p><b>note</b>: Day 1 of NSCLC regimen: Cisplatin 75 mg/m2 day 1; docetaxel 75 mg/m2 day 1 every 21 days for 4 cycles.</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: calculate absolute dose on day of administration.</p><p><b>timing</b>: Events: 2019-06-15 , Count 1 times, Once</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous use</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>75 mg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/m2 = 'mg/m2')</span></td></tr></table></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "373808002",
"display" : "Curative - procedure intent"
}
]
}
}
],
"status" : "completed",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "309311",
"display" : "cisplatin 1 MG/ML Injectable Solution"
}
]
},
"subject" : {
🔗 "reference" : "Patient/cancer-patient-john-anyperson"
},
"authoredOn" : "2019-04-01",
"requester" : {
🔗 "reference" : "Practitioner/us-core-practitioner-kyle-anydoc"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "254637007",
"display" : "Non-small cell lung cancer (disorder)"
}
]
}
],
"note" : [
{
"text" : "Day 1 of NSCLC regimen: Cisplatin 75 mg/m2 day 1; docetaxel 75 mg/m2 day 1 every 21 days for 4 cycles."
}
],
"dosageInstruction" : [
{
"text" : "calculate absolute dose on day of administration.",
"timing" : {
"event" : [
"2019-06-15"
],
"repeat" : {
"count" : 1
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous use"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 75,
"unit" : "mg/m2",
"system" : "http://unitsofmeasure.org",
"code" : "mg/m2"
}
}
]
}
]
}