This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: fhir-osiris-example-RadiotherapyVolume-4 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "fhir-osiris-example-RadiotherapyVolume-4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/radiotherapy-volume"^^xsd:anyURI ;
fhir:link <https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/radiotherapy-volume> ] )
] ; #
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: BodyStructure fhir-osiris-example-RadiotherapyVolume-4</b></p><a name=\"fhir-osiris-example-RadiotherapyVolume-4\"> </a><a name=\"hcfhir-osiris-example-RadiotherapyVolume-4\"> </a><a name=\"fhir-osiris-example-RadiotherapyVolume-4-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-radiotherapy-volume.html\">Radiotherapy Volume Profile</a></p></div><p><b>identifier</b>: urn:oid:1.2.246.352.71.842418.2121.20150602151.105</p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 76752008}\">Breast</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}, {http://snomed.info/sct 255503000}\">Right (qualifier value)</span></p><p><b>description</b>: Right Breast</p><p><b>patient</b>: <a href=\"Patient-L304.html\">Patient Anonyme Male, Date de Naissance :1967-11-08</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "urn:oid:1.2.246.352.71.842418.2121.20150602151.105" ]
] ) ; #
fhir:location [
( fhir:coding [
a sct:76752008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "76752008" ] ] )
] ; #
fhir:locationQualifier ( [
( fhir:coding [
a sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ] [
a sct:255503000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "255503000" ] ] )
] ) ; #
fhir:description [ fhir:v "Right Breast"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/L304" ]
] . #