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 'with correction' Code System - TTL Representation

Active 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "moyae-is-cc-cs"] ; # 
  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: CodeSystem moyae-is-cc-cs</b></p><a name=\"moyae-is-cc-cs\"> </a><a name=\"hcmoyae-is-cc-cs\"> </a><p>This case-sensitive code system <code>https://moyae.com/is-cc</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">cc<a name=\"moyae-is-cc-cs-cc\"> </a></td><td>with correction</td><td>The observation was made while the patient was wearing their habitual correction (glasses or contact lenses).</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://moyae.com/is-cc"^^xsd:anyURI ;
fhir:l <https://moyae.com/is-cc>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MoyaeIsCcCS"] ; # 
  fhir:title [ fhir:v "Moyae 'with correction' Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  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 "Moyae-defined CodeSystem carrying the single concept `cc` (\"with correction\"). Used on `Observation.component.code` in MoyaeVisualAcuity and MoyaeRefraction to indicate whether the patient was wearing their habitual correction (glasses or contacts) when the measurement was taken.\n\nSNOMED CT's `419775003` (Best Corrected Visual Acuity) was considered but is more specific than what Moyae needs — `cc=true` should also apply when a non-best correction was worn."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "cc" ] ;
fhir:display [ fhir:v "with correction" ] ;
fhir:definition [ fhir:v "The observation was made while the patient was wearing their habitual correction (glasses or contact lenses)." ]
  ] ) . #