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
: Observation: Radiotherapy Total Dose - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ObservationRadTotalDose-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationRadTotalDose-1</b></p><a name=\"ObservationRadTotalDose-1\"> </a><a name=\"hcObservationRadTotalDose-1\"> </a><a name=\"ObservationRadTotalDose-1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}\">Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 445565002}\">Total boost radiation dose delivered</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>value</b>: 5 Gy<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeGy = 'Gy')</span></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:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "procedure" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:445565002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "445565002" ] ;
fhir:display [ fhir:v "Total boost radiation dose delivered" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientMainzZeisig" ]
] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Gy" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Gy" ]
] ; #
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" ] ] )
] . #