FHIR Osiris Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 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://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/radiotherapy-volume"^^xsd:anyURI ;
fhir:link <https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/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=\"fhir-osiris-example-RadiotherapyVolume-4\"> </a><a name=\"hcfhir-osiris-example-RadiotherapyVolume-4\"> </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 "fhir-osiris-example-RadiotherapyVolume-4" </p><p style=\"margin-bottom: 0px\">Profile: <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>: Breast <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#76752008)</span></p><p><b>locationQualifier</b>: Right (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24028007; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#255503000)</span></p><p><b>description</b>: Right Breast</p><p><b>patient</b>: <a href=\"Patient-L304.html\">Patient/L304</a></p></div>"
] ; #
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" ]
] . #