CIBMTR Reporting Implementation Guide
0.1.6 - Trial Use 1

This page is part of the CIBMTR Reporting Implementation Guide (v0.1.6: Release Draft) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MedicationRequest-Etoposide-Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedicationRequest-Etoposide-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-medication-request"^^xsd:anyURI ;
fhir:link <http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-medication-request>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.cibmtr.org/codesystem/transplant-center"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rc_99999" ] ;
fhir:display [ fhir:v "99999 My Transplant Center" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"MedicationRequest-Etoposide-Example\"> </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 &quot;MedicationRequest-Etoposide-Example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cibmtr-medication-request.html\">CIBMTR Medication Request (mcode)</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.cibmtr.org/codesystem/transplant-center http://terminology.cibmtr.org/codesystem/transplant-center}\">http://terminology.cibmtr.org/codesystem/transplant-center</span></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"Medication-Medication-Etoposide-Example.html\">Medication/Medication-Etoposide-Example: etoposide (VEPESID) chemo IVPB</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample6.html\">Patient/PatientExample6</a> &quot;&quot;</p><p><b>authoredOn</b>: 2020-07-21 14:17:00+0000</p><p><b>requester</b>: <span>: unknown</span></p><p><b>reasonCode</b>: Cancer (CMS/HCC) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#363346000 &quot;Malignant neoplastic disease (disorder)&quot;; <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#C80.1 &quot;Malignant (primary) neoplasm, unspecified&quot;)</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: Every 24 hours, Starting 2020-07-22 16:58:05+0000, Count 5 times, Duration 60hours, Once per 24 hours, Until 2020-07-22 16:58:05+0000</p><p><b>asNeeded</b>: false</p><p><b>route</b>: Intravenous central route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#418114005)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Medication-Etoposide-Example" ] ;
fhir:display [ fhir:v "etoposide (VEPESID) chemo IVPB" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample6" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-07-21T14:17:00Z"^^xsd:dateTime] ; # 
  fhir:requester [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ]     ] ) ;
fhir:display [ fhir:v "unknown" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:363346000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363346000" ] ;
fhir:display [ fhir:v "Malignant neoplastic disease (disorder)" ]     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C80.1" ] ;
fhir:display [ fhir:v "Malignant (primary) neoplasm, unspecified" ]     ] ) ;
fhir:text [ fhir:v "Cancer (CMS/HCC)" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "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." ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2020-07-22T16:58:05Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-07-22T16:58:05Z"^^xsd:dateTime ]         ] ;
fhir:count [ fhir:v "5"^^xsd:positiveInteger ] ;
fhir:duration [ fhir:v "60"^^xsd:decimal ] ;
fhir:durationUnit [ fhir:v "min" ] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "24"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "h" ]       ] ;
fhir:code [
fhir:text [ fhir:v "Every 24 hours" ]       ]     ] ;
fhir:asNeeded [ fhir:v "false"^^xsd:boolean ] ;
fhir:route [
      ( fhir:coding [
a sct:418114005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418114005" ] ;
fhir:display [ fhir:v "Intravenous central route (qualifier value)" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:type [
fhir:text [ fhir:v "admin-amount" ]       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "68"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] [
fhir:type [
fhir:text [ fhir:v "ordered" ]       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram per square meter" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/m2" ]       ]     ] )
  ] ) . #