@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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/vision-prescription-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vision-prescription-category"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2026-09-14T16:43:45.341+00:00"^^xsd:dateTime ]
  ] ; # 
  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 vision-prescription-category</b></p><a name=\"vision-prescription-category\"> </a><a name=\"hcvision-prescription-category\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/vision-prescription-category</code> defines the following codes:</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\">safety-wear<a name=\"vision-prescription-category-safety-wear\"> </a></td><td>Safety wear</td><td>Protective eyewear intended to reduce the risk of injury or exposure.</td></tr><tr><td style=\"white-space:nowrap\">cosmetic<a name=\"vision-prescription-category-cosmetic\"> </a></td><td>Cosmetic</td><td>Vision products prescribed primarily for cosmetic purposes rather than optical correction.</td></tr><tr><td style=\"white-space:nowrap\">orthocorrective<a name=\"vision-prescription-category-orthocorrective\"> </a></td><td>Orthocorrective</td><td>Vision products prescribed for orthocorrective purposes.</td></tr><tr><td style=\"white-space:nowrap\">orthokeratology<a name=\"vision-prescription-category-orthokeratology\"> </a></td><td>Orthokeratology</td><td>Vision products prescribed for orthokeratology, typically involving overnight lenses that temporarily reshape the cornea.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "oo"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "informative"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/vision-prescription-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/vision-prescription-category>
  ] ; # 
  fhir:version [ fhir:v "6.0.0-snapshot1"] ; # 
  fhir:name [ fhir:v "VisionPrescriptionCategory"] ; # 
  fhir:title [ fhir:v "Vision Prescription Category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:description [ fhir:v "Example categories for classifying a vision prescription."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/vision-prescription-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/vision-prescription-category>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "safety-wear" ] ;
     fhir:display [ fhir:v "Safety wear" ] ;
     fhir:definition [ fhir:v "Protective eyewear intended to reduce the risk of injury or exposure." ]
  ] [
     fhir:code [ fhir:v "cosmetic" ] ;
     fhir:display [ fhir:v "Cosmetic" ] ;
     fhir:definition [ fhir:v "Vision products prescribed primarily for cosmetic purposes rather than optical correction." ]
  ] [
     fhir:code [ fhir:v "orthocorrective" ] ;
     fhir:display [ fhir:v "Orthocorrective" ] ;
     fhir:definition [ fhir:v "Vision products prescribed for orthocorrective purposes." ]
  ] [
     fhir:code [ fhir:v "orthokeratology" ] ;
     fhir:display [ fhir:v "Orthokeratology" ] ;
     fhir:definition [ fhir:v "Vision products prescribed for orthokeratology, typically involving overnight lenses that temporarily reshape the cornea." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

