Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: BodyStructure: Left Breast - 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 "example-BodyStructure-Left-Breast"] ; # 
  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 example-BodyStructure-Left-Breast</b></p><a name=\"example-BodyStructure-Left-Breast\"> </a><a name=\"hcexample-BodyStructure-Left-Breast\"> </a><h3>IncludedStructures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Structure</b></td><td><b>Laterality</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 76752008}\">Breast structure (body structure)</span></td><td><span title=\"Codes:{http://snomed.info/sct 7771000}\">Left (qualifier value)</span></td></tr></table><p><b>patient</b>: <a href=\"Patient-example-Patient.html\">Jane Doe  Female, DoB Unknown ( Medical Record Number: 1234567)</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:includedStructure ( [
fhir:structure [
      ( fhir:coding [
a sct:76752008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "76752008" ] ;
fhir:display [ fhir:v "Breast structure (body structure)" ]       ] )     ] ;
fhir:laterality [
      ( fhir:coding [
a sct:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ] ;
fhir:display [ fhir:v "Left (qualifier value)" ]       ] )     ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-Patient" ]
  ] . #