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
: Media Example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Media ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "visual-field-re-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: Media visual-field-re-0</b></p><a name=\"visual-field-re-0\"> </a><a name=\"hcvisual-field-re-0\"> </a><a name=\"visual-field-re-0-en-US\"> </a><p><b>status</b>: Completed</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://localhost/media.pdf\">http://localhost/media.pdf</a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:content [
fhir:url [ fhir:v "http://localhost/media.pdf"^^xsd:anyURI ]
] . #