Integrated Reporting Applications
0.1.1 - ci-build International flag

Integrated Reporting Applications, published by IHE Radiology Technical Committee. This is not an authorized publication; it is the continuous build for version 0.1.1). This version is based on the current content of https://github.com/IHE/RAD.RTC-IMR/ and changes regularly. See the Directory of published versions

: Observation Content example - 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 "example-ObservationContent"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IRA/StructureDefinition/ira-observation"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IRA/StructureDefinition/ira-observation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-ObservationContent\"> </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 Observation &quot;example-ObservationContent&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ira-observation.html\">Observation Content</a></p></div><p><b>status</b>: preliminary</p><p><b>category</b>: Imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#imaging)</span></p><p><b>code</b>: Bilateral hilar lymph node sarcoidosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#233767005)</span></p><p><b>subject</b>: <a href=\"Patient-example-PatientContext.html\">Patient/example-PatientContext</a> &quot; SMITH&quot;</p><p><b>effective</b>: 2020-12-31 23:50:50-0500</p><p><b>bodySite</b>: right paratracheal station <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24028007 &quot;Right&quot;)</span></p><p><b>derivedFrom</b>: <a href=\"ImagingStudy-example-ImagingStudyContext.html\">ImagingStudy/example-ImagingStudyContext</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Length <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#410668003)</span></p><p><b>value</b>: &lt;=1.2 cm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Width <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103355008)</span></p><p><b>value</b>: &lt;=0.8 cm</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:233767005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "233767005" ] ;
fhir:display [ fhir:v "Bilateral hilar lymph node sarcoidosis" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-PatientContext" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-12-31T23:50:50-05:00"^^xsd:dateTime] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ;
fhir:display [ fhir:v "Right" ]     ] ) ;
fhir:text [ fhir:v "right paratracheal station" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "ImagingStudy/example-ImagingStudyContext" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:410668003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410668003" ] ;
fhir:display [ fhir:v "Length" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1.2"^^xsd:decimal ] ;
fhir:comparator [ fhir:v "<=" ] ;
fhir:unit [ fhir:v "cm" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:103355008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103355008" ] ;
fhir:display [ fhir:v "Width" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.8"^^xsd:decimal ] ;
fhir:comparator [ fhir:v "<=" ] ;
fhir:unit [ fhir:v "cm" ]     ]
  ] ) . #