Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Clinical Document - 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "doc-001"] ; #
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: DocumentReference doc-001</b></p><a name=\"doc-001\"> </a><a name=\"hcdoc-001\"> </a><p><b>status</b>: Current</p><p><b>description</b>: </p><div><p>Referral letter from AZ Monica</p>\n</div><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>text/html</td><td>Referral letter from AZ Monica</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:description [ fhir:v "Referral letter from AZ Monica"] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/html" ] ;
fhir:title [ fhir:v "Referral letter from AZ Monica" ] ]
] ) . #