0.1.1-current - ci-build International flag

JohnMoehrkeTestBinary, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testBinary/ and changes regularly. See the Directory of published versions

: A bundle with various Binary and DocumentReference examples - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hello-bundle"] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.724.4.8.10.200.10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ac7a747c-a2c9-493c-ba39-4ac6997eed1e" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2024-09-21T18:53:00.8116604+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhir.example.com/Composition/ad-composition-123"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.com/Composition/ad-composition-123> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.com/DocumentReference/advance-directive-123"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.com/DocumentReference/advance-directive-123> )
  ] ) . # 

<https://fhir.example.com/Composition/ad-composition-123> a fhir:Composition ;
  fhir:id [ fhir:v "ad-composition-123"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_ad-composition-123\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition ad-composition-123</b></p><a name=\"ad-composition-123\"> </a><a name=\"hcad-composition-123\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress note</span></p><p><b>date</b>: 2025-08-01 10:00:00+0000</p><p><b>author</b>: Dr. John Smith</p><p><b>title</b>: Advance Directive Document</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:11506-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11506-3" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2025-08-01T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:display [ fhir:v "Dr. John Smith" ]
  ] ) ; # 
  fhir:title [ fhir:v "Advance Directive Document"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Advance Directive" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the advance directive document for the patient.</div>"^^rdf:XMLLiteral     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "DocumentReference/advance-directive-123" ]     ] )
  ] ) . # 

<https://fhir.example.com/DocumentReference/advance-directive-123> a fhir:DocumentReference ;
  fhir:id [ fhir:v "advance-directive-123"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_advance-directive-123\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference advance-directive-123</b></p><a name=\"advance-directive-123\"> </a><a name=\"hcadvance-directive-123\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 75310-3}, {http://loinc.org 55188-7}\">Health concerns Document</span></p><p><b>date</b>: 2025-08-01 10:00:00+0000</p><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>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://server.example.com/blah.pdf\">https://server.example.com/blah.pdf</a></td><td>Advance Directive Document</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:75310-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75310-3" ] ;
fhir:display [ fhir:v "Health concerns Document" ]     ] [
a loinc:55188-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55188-7" ] ;
fhir:display [ fhir:v "Patient data Document" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2025-08-01T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "https://server.example.com/blah.pdf"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Advance Directive Document" ]     ]
  ] ) . #