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

: Moyae Eye Codes (component scope) - TTL Representation

Draft as of 2026-06-02

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "moyae-eye-code-vs"] ; # 
  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: ValueSet moyae-eye-code-vs</b></p><a name=\"moyae-eye-code-vs\"> </a><a name=\"hcmoyae-eye-code-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/8966001\">8966001</a></td><td>Left Eye</td></tr><tr><td><a href=\"http://snomed.info/id/18944008\">18944008</a></td><td>Right Eye</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.moyae.com/ValueSet/moyae-eye-code-vs"^^xsd:anyURI ;
fhir:l <https://fhir.moyae.com/ValueSet/moyae-eye-code-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MoyaeEyeCodeVS"] ; # 
  fhir:title [ fhir:v "Moyae Eye Codes (component scope)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-06-02T00:07:33+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Moyae, Inc."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Moyae, Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://moyae.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "partnerships@moyae.com" ]     ] )
  ] [
fhir:name [ fhir:v "Moyae, Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://moyae.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "partnerships@moyae.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SNOMED eye codes used on Observation.component when redundantly carrying laterality alongside the extension. Emitted against the canonical $SCT URI as of Moyae commit c4bf7d5f3."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "8966001" ] ;
fhir:display [ fhir:v "Left Eye" ]       ] [
fhir:code [ fhir:v "18944008" ] ;
fhir:display [ fhir:v "Right Eye" ]       ] )     ] )
  ] . #