CodeX Radiation Therapy
2.0.0-ballot - Ballot 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-ballot 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

: RadiotherapyVolume-02-PTV64 - 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:BodyStructure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadiotherapyVolume-02-PTV64"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "123" ] ;
fhir:lastUpdated [ fhir:v "2020-07-03T10:07:41.050+02:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-volume>     ] [
fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-volume"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-volume>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: BodyStructure</b><a name=\"RadiotherapyVolume-02-PTV64\"> </a><a name=\"hcRadiotherapyVolume-02-PTV64\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource BodyStructure &quot;RadiotherapyVolume-02-PTV64&quot; Version &quot;123&quot; Updated &quot;2020-07-03 10:07:41+0200&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-codexrt-radiotherapy-volume.html\">Radiotherapy Volume</a>, <a href=\"http://hl7.org/fhir/us/mcode/STU3/StructureDefinition-mcode-radiotherapy-volume.html\">Radiotherapy Volume Profile</a></p></div><p><b>identifier</b>: <code>http://varian.com/fhir/identifier/radiotherapyDoseReferenceId</code>/PTV64 (use: usual), <a href=\"http://terminology.hl7.org/3.1.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/\">DUI</a>/urn:oid:1.2.246.352.71.842418.2121.20150602151824 (use: official)</p><p><b>morphology</b>: Planning target volume (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#228793007)</span></p><p><b>patient</b>: <a href=\"Patient-Patient-6.html\">Patient/Patient-6</a> &quot; VENKMAN&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://varian.com/fhir/identifier/radiotherapyDoseReferenceId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PTV64" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.246.352.71.842418.2121.20150602151824" ]
  ] ) ; # 
  fhir:morphology [
    ( fhir:coding [
a sct:228793007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "228793007" ] ;
fhir:display [ fhir:v "Planning target volume (observable entity)" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/Patient-6" ]
  ] . #