@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 -------------------------------------------------------------------

<https://fhir.moyae.com/ValueSet/moyae-refraction-method-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "moyae-refraction-method-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-refraction-method-vs</b></p><a name=\"moyae-refraction-method-vs\"> </a><a name=\"hcmoyae-refraction-method-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/397277005\">397277005</a></td><td>Subjective / Manifest refraction (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/397250001\">397250001</a></td><td>Autorefractor</td></tr><tr><td><a href=\"http://snomed.info/id/397278000\">397278000</a></td><td>Cycloplegic refraction (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/419759001\">419759001</a></td><td>Overrefraction (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/419775003\">419775003</a></td><td>Best Corrected Visual Acuity</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.moyae.com/ValueSet/moyae-refraction-method-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.moyae.com/ValueSet/moyae-refraction-method-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MoyaeRefractionMethodVS"] ; # 
  fhir:title [ fhir:v "Moyae Refraction Method Boolean Flags"] ; # 
  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 codes used as `Observation.component.code` for refraction method boolean flags (valueBoolean true means the technique was used). `with correction` is NOT in this value set because Moyae emits it under a non-SNOMED Moyae-defined URI (https://moyae.com/is-cc) which is flagged in the narrative."] ; # 
  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 "397277005" ] ;
         fhir:display [ fhir:v "Subjective / Manifest refraction (procedure)" ]
       ] [
         fhir:code [ fhir:v "397250001" ] ;
         fhir:display [ fhir:v "Autorefractor" ]
       ] [
         fhir:code [ fhir:v "397278000" ] ;
         fhir:display [ fhir:v "Cycloplegic refraction (procedure)" ]
       ] [
         fhir:code [ fhir:v "419759001" ] ;
         fhir:display [ fhir:v "Overrefraction (procedure)" ]
       ] [
         fhir:code [ fhir:v "419775003" ] ;
         fhir:display [ fhir:v "Best Corrected Visual Acuity" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

