PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions
: Procedure: Radiotherapy - 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 "ProcedureRadio-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp> ] )
] ; #
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: Procedure ProcedureRadio-1</b></p><a name=\"ProcedureRadio-1\"> </a><a name=\"hcProcedureRadio-1\"> </a><a name=\"ProcedureRadio-1-en-US\"> </a><p><b>Resource related information</b>: <a href=\"Observation-ObservationRadTotalDose-1.html\">Observation Total boost radiation dose delivered</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108290001}\">Radiotherapy</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 399315003}\">Radionuclide therapy</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Sarah Zeisig Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>performed</b>: 2017-03-06 00:00:00+0100 --> (ongoing)</p><p><b>location</b>: <a href=\"Location-Location-SCT1.html\">Location Universitätsklinikum Schleswig-Holstein - Campus Lübeck</a></p><p><b>reasonReference</b>: <a href=\"Condition-ConditionPrimCancerMainzZeisig.html\">Condition 081</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp 1.4}\">Brain: Occipital lobe</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/resource-relatedInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Observation/ObservationRadTotalDose-1" ] ]
] ) ; #
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 "Radiotherapy" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:399315003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "399315003" ] ;
fhir:display [ fhir:v "Radionuclide therapy" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientMainzZeisig" ]
] ; #
fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2017-03-06T00:00:00+01:00"^^xsd:dateTime ]
] ; #
fhir:location [
fhir:reference [ fhir:v "Location/Location-SCT1" ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/ConditionPrimCancerMainzZeisig" ]
] ) ; #
fhir:bodySite ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.4" ] ;
fhir:display [ fhir:v "Brain: Occipital lobe" ] ] )
] ) . #