Healthcare Financial Services IG Edition 1
0.3.0 - STU-Ballot Saudi Arabia flag

Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: VisionPrescription #1 - 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 "3"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/vision-prescription|0.3.0"^^xsd:anyURI ;
fhir:link <http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/vision-prescription|0.3.0>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: VisionPrescription 3</b></p><a name=\"3\"> </a><a name=\"hc3\"> </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-vision-prescription.html\">Nphies VisionPrescriptionversion: null0.3.0)</a></p></div><p><b>identifier</b>: <code>http://saudivisioncare.com.sa/identifiers/visionprescription</code>/2193073</p><p><b>status</b>: Active</p><p><b>created</b>: 2023-12-02 14:56:49+0300</p><p><b>patient</b>: <a href=\"Patient-453.html\">Sara Abbas Female, DoB: 1989-03-13 ( Permanent Resident Card Number: 2000000003)</a></p><p><b>dateWritten</b>: 2023-12-02 14:56:49+0300</p><p><b>prescriber</b>: Identifier: Medical License number/N-P-00004</p><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/lens-type lens}\">Lens</span></p><p><b>eye</b>: Left Eye</p><p><b>sphere</b>: 1.5</p><p><b>cylinder</b>: 0.75</p><p><b>axis</b>: 110</p><h3>Prisms</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Amount</b></td><td><b>Base</b></td></tr><tr><td style=\"display: none\">*</td><td>2</td><td>Up</td></tr></table></blockquote><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/lens-type lens}\">Lens</span></p><p><b>eye</b>: Right Eye</p><p><b>sphere</b>: 2.25</p><p><b>cylinder</b>: 0.75</p><p><b>axis</b>: 80</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://saudivisioncare.com.sa/identifiers/visionprescription"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2193073" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:created [ fhir:v "2023-12-02T14:56:49.034+03:00"^^xsd:dateTime] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/453" ]
  ] ; # 
  fhir:dateWritten [ fhir:v "2023-12-02T14:56:49.034+03:00"^^xsd:dateTime] ; # 
  fhir:prescriber [
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ]         ] )       ] ;
fhir:system [ fhir:v "http://nphies.sa/licenses/practitioner"^^xsd:anyURI ] ;
fhir:value [ fhir:v "N-P-00004" ]     ]
  ] ; # 
  fhir:lensSpecification ( [
fhir:product [
      ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/lens-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "lens" ]       ] )     ] ;
fhir:eye [ fhir:v "left" ] ;
fhir:sphere [ fhir:v 1.5 ] ;
fhir:cylinder [ fhir:v 0.75 ] ;
fhir:axis [ fhir:v 110 ] ;
    ( fhir:prism [
fhir:amount [ fhir:v "2"^^xsd:decimal ] ;
fhir:base [ fhir:v "up" ]     ] )
  ] [
fhir:product [
      ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/lens-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "lens" ]       ] )     ] ;
fhir:eye [ fhir:v "right" ] ;
fhir:sphere [ fhir:v 2.25 ] ;
fhir:cylinder [ fhir:v 0.75 ] ;
fhir:axis [ fhir:v 80 ]
  ] ) . #