Central Cancer Registry Reporting Content IG
1.0.0 - STU 1 United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: mCODE Radiotherapy Course Summary - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "radiotherapy-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p><b>Radiotherapy Number of Sessions</b>: 31</p><p><b>Treatment Intent</b>: <span title=\"Codes: {http://snomed.info/sct 373808002}\">Curative - procedure intent</span></p><p><b>Radiotherapy Modality</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C3539769}\">Photon Beam Radiation Therapy</span></p><p><b>Radiotherapy Modality</b>: <span title=\"Codes: {http://snomed.info/sct 45643008}\">Teleradiotherapy using electrons (procedure)</span></p><p><b>Radiotherapy Technique</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C3489631}\">Volumetric Modulated Arc Therapy</span></p><p><b>Radiotherapy Technique</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/radiotherapy 3D}\">Three Dimensional</span></p><blockquote><p><b>Radiotherapy Dose Delivered To Body Volume</b></p><p><b>total dose delivered value</b>: 6000 cGy</p><p><b>fractions delivered value</b>: 30</p></blockquote><blockquote><p><b>Radiotherapy Dose Delivered To Body Volume</b></p><p><b>total dose delivered value</b>: 5000 cGy</p><p><b>fractions delivered value</b>: 25</p></blockquote><p><b>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 108290001}\">Radiation oncology AND/OR radiotherapy (procedure)</span></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/mcode/CodeSystem/mcode-resource-identifier-cs mcode-radiotherapy-course-summary}\">Radiotherapy Course Summary Resource</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>performed</b>: 2018-05-01 --&gt; 2018-06-29</p><p><b>asserter</b>: <a href=\"Practitioner-1.html\">Joseph Nichols</a></p><p><b>reasonCode</b>: <span title=\"Codes: {http://hl7.org/fhir/sid/icd-10-cm C50.811}\">Malignant neoplasm of overlapping sites of right female breast</span></p><p><b>bodySite</b>: <span title=\"Codes: {http://snomed.info/sct 78904004}\">Chest Wall Structure (body structure)</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-sessions"^^xsd:anyURI ] ;
fhir:value [ fhir:v "31"^^xsd:nonNegativeInteger ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:373808002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373808002" ] ;
fhir:display [ fhir:v "Curative - procedure intent" ]       ] )     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNC" ] ;
fhir:display [ fhir:v "un-encoded" ]         ] [
a sct:169317000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "169317000" ] ;
fhir:display [ fhir:v "Neutron capture therapy (procedure)" ]         ] ) ;
fhir:text [ fhir:v "Boron neutron capture therapy (procedure)" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:1156530009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1156530009" ] ;
fhir:display [ fhir:v "Volumetric Modulated Arc Therapy (procedure)" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:45643008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45643008" ] ;
fhir:display [ fhir:v "Teleradiotherapy using electrons" ]         ] )       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNC" ] ;
fhir:display [ fhir:v "un-encoded" ]         ] ) ;
fhir:text [ fhir:v "Three dimensional external beam radiation therapy (procedure) - my version" ]       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "volume"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/jenny-m-chest-wall-treatment-volume" ]       ]     ] [
fhir:url [ fhir:v "totalDoseDelivered"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "6000"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cGy" ]       ]     ] [
fhir:url [ fhir:v "fractionsDelivered"^^xsd:anyURI ] ;
fhir:value [ fhir:v "30"^^xsd:nonNegativeInteger ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-dose-delivered-to-volume"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "volume"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/jenny-m-chest-wall-lymph-nodes-treatment-volume" ]       ]     ] [
fhir:url [ fhir:v "totalDoseDelivered"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5000"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cGy" ]       ]     ] [
fhir:url [ fhir:v "fractionsDelivered"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25"^^xsd:nonNegativeInteger ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-dose-delivered-to-volume"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:108290001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108290001" ] ;
fhir:display [ fhir:v "Radiation oncology AND/OR radiotherapy (procedure)" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:1217123003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1217123003" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2018-05-01"^^xsd:date ] ;
fhir:end [ fhir:v "2018-06-29"^^xsd:date ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/1" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C50.811" ] ;
fhir:display [ fhir:v "Malignant neoplasm of overlapping sites of right female breast" ]     ] )
  ] ) ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:78904004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78904004" ] ;
fhir:display [ fhir:v "Chest Wall Structure (body structure)" ]     ] )
  ] ) . #