FHIR Osiris Implementation Guide
2.1.0 - ci-build

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-3 - 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-3"] ; # 
  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-3\"> </a><a name=\"hcfhir-osiris-example-RadiotherapyVolume-3\"> </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;fhir-osiris-example-RadiotherapyVolume-3&quot; </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.104</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>: Left (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7771000; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#68171009)</span></p><p><b>description</b>: Left Axillary Nodes</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.104" ]
  ] ) ; # 
  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:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ]     ] [
a sct:68171009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68171009" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Left Axillary Nodes"] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/L304" ]
  ] . #