Adverse Event Clinical Research R4 Backport, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ae-research-backport-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "medicationrequest0301-discontinue",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"medicationrequest0301-discontinue\"> </a><a name=\"hcmedicationrequest0301-discontinue\"> </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 "medicationrequest0301-discontinue" </p></div><p><b>identifier</b>: <code>http://www.bmc.nl/portal/medstatements</code>/med0301-studyDrug\u00a0(use:\u00a0official)</p><p><b>status</b>: stopped</p><p><b>intent</b>: order</p><p><b>medication</b>: <a name=\"hcmed0301\"> </a></p><blockquote><p/><p><a name=\"med0301\"> </a></p><p><a name=\"hcmed0301\"> </a></p><p><b>code</b>: Vancomycin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ndc.html\">National drug codes</a>#0069-2587-10)</span></p></blockquote><p><b>subject</b>: <a href=\"Patient-ClinicalTrialSubject5.html\">Patient/ClinicalTrialSubject5</a> " CLINICAL TRIAL"</p><p><b>authoredOn</b>: 1905-08-23</p><p><b>requester</b>: <span>: Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD</span></p><p><b>reasonCode</b>: Psoriasis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#9014002)</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>500mg IV q6h x 3 days</td><td>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></td><td>IV Push <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Medication #med0301</b><a name=\"med0301\"> </a><a name=\"hcmed0301\"> </a></p><p><b>code</b>: Vancomycin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ndc.html\">National drug codes</a>#0069-2587-10)</span></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "med0301",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "0069-2587-10"
}
],
"text" : "Vancomycin"
}
}
],
"identifier" : [
{
"use" : "official",
"system" : "http://www.bmc.nl/portal/medstatements",
"value" : "med0301-studyDrug"
}
],
"status" : "stopped",
"intent" : "order",
"medicationReference" : {
"reference" : "#med0301",
"display" : "study medication"
},
"subject" : {
🔗 "reference" : "Patient/ClinicalTrialSubject5"
},
"authoredOn" : "1905-08-23",
"requester" : {
"display" : "Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "9014002",
"display" : "Psoriasis"
}
]
}
],
"dosageInstruction" : [
{
"text" : "500mg IV q6h x 3 days",
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route (qualifier value)"
}
]
},
"method" : {
"text" : "IV Push"
}
}
]
}