Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Right Eye Body Structure - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:BodyStructure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bodystructure-right-eye"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/eyecare/StructureDefinition/body-structure-eye"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/eyecare/StructureDefinition/body-structure-eye>     ] )
  ] ; # 
  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: BodyStructure bodystructure-right-eye</b></p><a name=\"bodystructure-right-eye\"> </a><a name=\"hcbodystructure-right-eye\"> </a><a name=\"bodystructure-right-eye-en-US\"> </a><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 244486005}\">Entire eye</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}\">Right</span></p><p><b>patient</b>: <a href=\"Patient-ophthal-patient-example-0.html\">Eve Bill Female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</a></p></div>"
  ] ; # 
  fhir:location [
    ( fhir:coding [
a sct:244486005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "244486005" ] ;
fhir:display [ fhir:v "Entire eye" ]     ] )
  ] ; # 
  fhir:locationQualifier ( [
    ( fhir:coding [
a sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ;
fhir:display [ fhir:v "Right" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ophthal-patient-example-0" ]
  ] . #