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 VisionPrescription, status=active (signed Rx) - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:VisionPrescription ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-MoyaeVisionPrescription-Active"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.moyae.com/StructureDefinition/moyae-vision-prescription"^^xsd:anyURI ;
fhir:l <https://fhir.moyae.com/StructureDefinition/moyae-vision-prescription>     ] )
  ] ; # 
  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: VisionPrescription Example-MoyaeVisionPrescription-Active</b></p><a name=\"Example-MoyaeVisionPrescription-Active\"> </a><a name=\"hcExample-MoyaeVisionPrescription-Active\"> </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-vision-prescription.html\">Moyae Vision Prescription (current shape)</a></p></div><p><b>identifier</b>: <code>https://moyae.com/vision-prescription-status</code>/active</p><p><b>status</b>: Active</p><p><b>created</b>: 2026-05-31 14:30:00-0500</p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Pat Example  Unknown, DoB Unknown</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>dateWritten</b>: 2026-05-31 14:45:00-0500</p><p><b>prescriber</b>: <a href=\"Practitioner-example-doctor.html\">Dr. Example</a></p><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct lens}\">Lens</span></p><p><b>eye</b>: Right Eye</p><p><b>sphere</b>: -2.25</p><p><b>cylinder</b>: -0.5</p><p><b>axis</b>: 90</p><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: Up</p></blockquote><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: In</p></blockquote><p><b>add</b>: 1.5</p></blockquote><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct lens}\">Lens</span></p><p><b>eye</b>: Left Eye</p><p><b>sphere</b>: -2.5</p><p><b>cylinder</b>: -0.75</p><p><b>axis</b>: 85</p><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: Up</p></blockquote><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: In</p></blockquote><p><b>add</b>: 1.5</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://moyae.com/vision-prescription-status"^^xsd:anyURI ;
fhir:l <https://moyae.com/vision-prescription-status>     ] ;
fhir:value [ fhir:v "active" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:created [ fhir:v "2026-05-31T14:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:patient [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/example-encounter ;
fhir:reference [ fhir:v "Encounter/example-encounter" ]
  ] ; # 
  fhir:dateWritten [ fhir:v "2026-05-31T14:45:00-05:00"^^xsd:dateTime] ; # 
  fhir:prescriber [
fhir:l fhir:Practitioner/example-doctor ;
fhir:reference [ fhir:v "Practitioner/example-doctor" ] ;
fhir:display [ fhir:v "Dr. Example" ]
  ] ; # 
  fhir:lensSpecification ( [
fhir:product [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct>         ] ;
fhir:code [ fhir:v "lens" ]       ] )     ] ;
fhir:eye [ fhir:v "right" ] ;
fhir:sphere [ fhir:v -2.25 ] ;
fhir:cylinder [ fhir:v -0.5 ] ;
fhir:axis [ fhir:v 90 ] ;
    ( fhir:prism [
fhir:amount [ fhir:v "0"^^xsd:decimal ] ;
fhir:base [ fhir:v "up" ]     ] [
fhir:amount [ fhir:v "0"^^xsd:decimal ] ;
fhir:base [ fhir:v "in" ]     ] ) ;
fhir:add [ fhir:v 1.5 ]
  ] [
fhir:product [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct>         ] ;
fhir:code [ fhir:v "lens" ]       ] )     ] ;
fhir:eye [ fhir:v "left" ] ;
fhir:sphere [ fhir:v -2.5 ] ;
fhir:cylinder [ fhir:v -0.75 ] ;
fhir:axis [ fhir:v 85 ] ;
    ( fhir:prism [
fhir:amount [ fhir:v "0"^^xsd:decimal ] ;
fhir:base [ fhir:v "up" ]     ] [
fhir:amount [ fhir:v "0"^^xsd:decimal ] ;
fhir:base [ fhir:v "in" ]     ] ) ;
fhir:add [ fhir:v 1.5 ]
  ] ) . #