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

: Example Observation - pupil-diameter-right-eye-2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "pupil-diameter-right-eye-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://larfuma.github.io/fhir-eyecare-ig/StructureDefinition/pupil-diameter"^^xsd:anyURI ;
fhir:link <https://larfuma.github.io/fhir-eyecare-ig/StructureDefinition/pupil-diameter>     ] )
  ] ; # 
  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 pupil-diameter-right-eye-2</b></p><a name=\"pupil-diameter-right-eye-2\"> </a><a name=\"hcpupil-diameter-right-eye-2\"> </a><a name=\"pupil-diameter-right-eye-2-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LP73214-6}\">Pupil diameter</span></p><p><b>subject</b>: <a href=\"Patient/123\">Patient/123</a></p><p><b>effective</b>: 2023-11-17 10:05:00+0000</p><p><b>value</b>: 3 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'mm')</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 362502000}\">Entire right eye (body structure)</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org LP429645-7}\">Room brightness level during testing</span></td><td><span title=\"Codes:{http://loinc.org LA32683-7}\">Dim</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:LP73214-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP73214-6" ] ;
fhir:display [ fhir:v "Pupil diameter" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/123" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-11-17T10:05:00+00:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm" ]
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:362502000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "362502000" ] ;
fhir:display [ fhir:v "Entire right eye (body structure)" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:LP429645-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP429645-7" ] ;
fhir:display [ fhir:v "Room brightness level during testing" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:LA32683-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA32683-7" ] ;
fhir:display [ fhir:v "Dim" ]       ] )     ]
  ] ) . #