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-doxorubicin-jenny-m",
"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-doxorubicin-jenny-m</b></p><a name=\"cancer-related-medication-request-doxorubicin-jenny-m\"> </a><a name=\"hccancer-related-medication-request-doxorubicin-jenny-m\"> </a><a name=\"cancer-related-medication-request-doxorubicin-jenny-m-en-US\"> </a><p><b>Procedure Intent Extension</b>: <span title=\"Codes:{http://snomed.info/sct 373808002}\">Curative - procedure intent (qualifier value)</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 3639}\">DOXOrubicin</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-jenny-m.html\">Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>authoredOn</b>: 2018-04-12</p><p><b>requester</b>: <a href=\"Practitioner-us-core-practitioner-owen-oncologist.html\">Practitioner Owen Oncologist </a></p><p><b>reasonReference</b>: <a href=\"Condition-primary-cancer-condition-jenny-m.html\">Condition Primary malignant neoplasm of female left breast (disorder)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: doxorubicin (60 mg/m² IV)</p><p><b>timing</b>: Once</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous route (qualifier value)</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>60 mg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/m2 = 'mg/m2')</span></td></tr></table><p><b>maxDosePerPeriod</b>: 1/3 week<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></p></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 (qualifier value)"
}
]
}
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "outpatient"
}
]
}
],
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "3639",
"display" : "DOXOrubicin"
}
]
},
"subject" : {
🔗 "reference" : "Patient/cancer-patient-jenny-m"
},
"authoredOn" : "2018-04-12",
"requester" : {
🔗 "reference" : "Practitioner/us-core-practitioner-owen-oncologist"
},
"reasonReference" : [
{
🔗 "reference" : "Condition/primary-cancer-condition-jenny-m"
}
],
"dosageInstruction" : [
{
"text" : "doxorubicin (60 mg/m² IV)",
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2018-04-01"
}
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route (qualifier value)"
}
]
},
"doseAndRate" : [
{
"rateQuantity" : {
"value" : 60,
"unit" : "mg/m2",
"system" : "http://unitsofmeasure.org",
"code" : "mg/m2"
}
}
],
"maxDosePerPeriod" : {
"numerator" : {
"value" : 1
},
"denominator" : {
"value" : 3,
"unit" : "week",
"system" : "http://unitsofmeasure.org",
"code" : "wk"
}
}
}
]
}