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

: MedicationRequest-Etoposide-Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 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>"^^rdf:XMLLiteral
  ] ; # 
  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 [
a fhir:code ;
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 [
a fhir:boolean ;
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" ]       ]     ] )
  ] ) . #