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
: Left 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-left-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-left-eye</b></p><a name=\"bodystructure-left-eye\"> </a><a name=\"hcbodystructure-left-eye\"> </a><a name=\"bodystructure-left-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 7771000}\">Left</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:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ] ;
fhir:display [ fhir:v "Left" ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ophthal-patient-example-0" ]
] . #