Moyae Ophthalmology FHIR Implementation Guide
0.1.0 - ci-build

Moyae Ophthalmology FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example: Moyae IOP, right eye - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-MoyaeIOP-RightEye"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.moyae.com/StructureDefinition/moyae-intraocular-pressure"^^xsd:anyURI ;
fhir:l <https://fhir.moyae.com/StructureDefinition/moyae-intraocular-pressure>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Example-MoyaeIOP-RightEye</b></p><a name=\"Example-MoyaeIOP-RightEye\"> </a><a name=\"hcExample-MoyaeIOP-RightEye\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-moyae-intraocular-pressure.html\">Moyae Intraocular Pressure Observation</a></p></div><p><b>identifier</b>: intraocular-pressure</p><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 41633001}\">Intraocular pressure (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Pat Example  Unknown, DoB Unknown</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter.html\">Encounter: status = finished; class = ambulatory (v3 Code System ActCode#AMB)</a></p><p><b>effective</b>: 2026-05-31 14:30:00-0500</p><p><b>value</b>: 14 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 1290030002}\">Right eye</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 391939000}\">Goldmann applanation tonometer</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "intraocular-pressure" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "exam" ] ;
fhir:display [ fhir:v "Exam" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:41633001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "41633001" ] ;
fhir:display [ fhir:v "Intraocular pressure (observable entity)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/example-encounter ;
fhir:reference [ fhir:v "Encounter/example-encounter" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-05-31T14:30:00-05:00"^^xsd:dateTime
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "14"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "mm[Hg]" ]
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:1290030002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "1290030002" ] ;
fhir:display [ fhir:v "Right eye" ]     ] )
  ] ; # 
  fhir:method [
    ( fhir:coding [
a sct:391939000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "391939000" ] ;
fhir:display [ fhir:v "Goldmann applanation tonometer" ]     ] )
  ] . #