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 manifest (subjective) refraction - 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-MoyaeRefraction-Manifest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.moyae.com/StructureDefinition/moyae-refraction"^^xsd:anyURI ;
fhir:l <https://fhir.moyae.com/StructureDefinition/moyae-refraction>     ] )
  ] ; # 
  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-MoyaeRefraction-Manifest</b></p><a name=\"Example-MoyaeRefraction-Manifest\"> </a><a name=\"hcExample-MoyaeRefraction-Manifest\"> </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-refraction.html\">Moyae Refraction Observation (current shape)</a></p></div><p><b>identifier</b>: visual_acuity</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 251794006}\">Refraction</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Pat Example  Unknown, DoB Unknown</a></p><p><b>focus</b>: <a href=\"VisionPrescription-Example-MoyaeVisionPrescription-Draft.html\">VisionPrescription: identifier = https://moyae.com/vision-prescription-status#active; status = draft; created = 2026-05-31 14:30:00-0500; dateWritten = 2026-05-31 14:30:00-0500</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><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://moyae.com/is-cc cc}\">with correction</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 397277005}\">Subjective / Manifest refraction (procedure)</span></p><p><b>value</b>: true</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "visual_acuity" ]
  ] ) ; # 
  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:251794006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "251794006" ] ;
fhir:display [ fhir:v "Refraction" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:focus ( [
fhir:l fhir:VisionPrescription/Example-MoyaeVisionPrescription-Draft ;
fhir:reference [ fhir:v "VisionPrescription/Example-MoyaeVisionPrescription-Draft" ]
  ] ) ; # 
  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:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "https://moyae.com/is-cc"^^xsd:anyURI ;
fhir:l <https://moyae.com/is-cc>         ] ;
fhir:code [ fhir:v "cc" ]       ] )     ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:397277005 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "397277005" ] ;
fhir:display [ fhir:v "Subjective / Manifest refraction (procedure)" ]       ] )     ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true     ]
  ] ) . #