CodeX Radiation Therapy
2.0.0 - STU2 United States of America flag

CodeX Radiation Therapy, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/codex-radiation-therapy/ and changes regularly. See the Directory of published versions

: Radiotherapy Treatment Session 2 - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadiotherapyTreatmentSession-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-treatment-session"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-treatment-session>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter RadiotherapyTreatmentSession-2</b></p><a name=\"RadiotherapyTreatmentSession-2\"> </a><a name=\"hcRadiotherapyTreatmentSession-2\"> </a><a name=\"RadiotherapyTreatmentSession-2-en-US\"> </a><p><b>Session Number</b>: 2</p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:1.2.246.352.71.842418.2121.20150602151846</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 308335008}\">Patient encounter procedure (procedure)</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 1287742003}\">Radiotherapy (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-Patient-6.html\">Peter Venkman</a></p><p><b>basedOn</b>: </p><ul><li><a href=\"ServiceRequest-RadiotherapyTreatmentPlan-04-Prostate-Phase1-Plan1.html\">Prostate-Phase1-Plan1</a></li><li><a href=\"ServiceRequest-RadiotherapyPlannedPhase-04-Prostate-Phase1.html\">Prostate-Phase1</a></li></ul><p><b>period</b>: 2020-10-27 13:10:17+0100 --&gt; 2020-10-28 13:25:17+0100</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-TreatmentLocation-1.html\">Location Joe's Radiotherapy Clinic</a></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-session-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.246.352.71.842418.2121.20150602151846" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:308335008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "308335008" ] ;
fhir:display [ fhir:v "Patient encounter procedure (procedure)" ]     ] )
  ] ) ; # 
  fhir:serviceType [
    ( fhir:coding [
a sct:1287742003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1287742003" ] ;
fhir:display [ fhir:v "Radiotherapy (procedure)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-6" ] ;
fhir:display [ fhir:v "Peter Venkman" ]
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/RadiotherapyTreatmentPlan-04-Prostate-Phase1-Plan1" ] ;
fhir:display [ fhir:v "Prostate-Phase1-Plan1" ]
  ] [
fhir:reference [ fhir:v "ServiceRequest/RadiotherapyPlannedPhase-04-Prostate-Phase1" ] ;
fhir:display [ fhir:v "Prostate-Phase1" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2020-10-27T13:10:17+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-10-28T13:25:17+01:00"^^xsd:dateTime ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/TreatmentLocation-1" ]     ]
  ] ) . #