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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Procedure/radiotherapy-example> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "radiotherapy-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:373808002 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "373808002" ] ;
         fhir:Coding.display [ fhir:value "Curative - procedure intent" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:1156506007 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "1156506007" ] ;
           fhir:Coding.display [ fhir:value "External beam radiation therapy using photons (procedure)" ]
         ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:1156530009 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "1156530009" ] ;
           fhir:Coding.display [ fhir:value "Volumetric Modulated Arc Therapy (procedure)" ]
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique" ]
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:1217123003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "1217123003" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Procedure.performedPeriod [
     fhir:Period.start [ fhir:value "2024-01-31"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2024-03-31"^^xsd:date ]
  ] ;
  fhir:Procedure.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/primary-cancer-condition-breast> ;
     fhir:Reference.reference [ fhir:value "Condition/primary-cancer-condition-breast" ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Condition/primary-cancer-condition-breast> a fhir:Condition .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/radiotherapy-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/radiotherapy-example.ttl> .