Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot 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 2.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-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: mCODE Radiotherapy Course Summary - Example - TTL Representation

Page standards status: Informative

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: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:l <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>Profile: </b> <a href=\"https://hl7.org/fhir/us/mcode/StructureDefinition-mcode-radiotherapy-course-summary.html\">mCODE Radiotherapy Course Summary</a></p><p><b>Procedure:</b> Radiotherapy Course Summary</p>\n  <p><b>Status:</b> Completed</p>\n  <p><b>Intent:</b> Curative (SNOMEDCT: 373808002)</p>\n  <p><b>Modality:</b> External beam radiation therapy using photons (SNOMEDCT: 1156506007)</p>\n  <p><b>Performed:</b> 2024-01-31 to 2024-03-31</p>\n  <p><b>Subject:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n  <p><b>Reason:</b> Infiltrating duct carcinoma of breast </p>\n</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:373808002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
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:l <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality>       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:1156506007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>           ] ;
fhir:code [ fhir:v "1156506007" ] ;
fhir:display [ fhir:v "External beam radiation therapy using photons (procedure)" ]         ] )       ]     ] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique>       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:1156530009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>           ] ;
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:l <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique>     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:1217123003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "1217123003" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2024-01-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-03-31"^^xsd:date ]
  ] ; # 
  fhir:reasonReference ( [
fhir:l fhir:Condition/primary-cancer-condition-breast ;
fhir:reference [ fhir:v "Condition/primary-cancer-condition-breast" ]
  ] ) . #