Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - 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 "observation-refraction-le-0"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/eyecare/StructureDefinition/observation-base"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/eyecare/StructureDefinition/observation-base>     ] )
  ] ; # 
  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: Observation observation-refraction-le-0</b></p><a name=\"observation-refraction-le-0\"> </a><a name=\"hcobservation-refraction-le-0\"> </a><a name=\"observation-refraction-le-0-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251794006}\">Refraction</span></p><p><b>subject</b>: <a href=\"Patient-ophthal-patient-example-0.html\">Eve Bill Female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</a></p><p><b>effective</b>: 2013-06-27 17:04:20+0400</p><p><b>bodySite</b>: <span title=\"Codes:\"></span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251795007}\">Power of sphere</span></p><p><b>value</b>: -2.5 diopter</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251799001}\">Axis of cylinder</span></p><p><b>value</b>: 75 degree</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251797004}\">Power of cylinder</span></p><p><b>value</b>: 0.5 diopter</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exam" ] ;
fhir:display [ fhir:v "Exam" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:251794006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251794006" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ophthal-patient-example-0" ]
  ] ; # 
  fhir:effective [ fhir:v "2013-06-27T17:04:20+04:00"^^xsd:dateTime] ; # 
  fhir:bodySite [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/bodySite"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/bodystructure-left-eye" ]       ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:251795007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251795007" ] ;
fhir:display [ fhir:v "Power of sphere" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "-2.5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "diopter" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251799001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251799001" ] ;
fhir:display [ fhir:v "Axis of cylinder" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "75"^^xsd:decimal ] ;
fhir:unit [ fhir:v "degree" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251797004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251797004" ] ;
fhir:display [ fhir:v "Power of cylinder" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "diopter" ]     ]
  ] ) . #