This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example SubscriptionStatus/97a86523-f61a-423c-93f5-ca1efc896b49 (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Notification Bundle for Binary resource
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/97a86523-f61a-423c-93f5-ca1efc896b49> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "97a86523-f61a-423c-93f5-ca1efc896b49"] ; #
fhir:type [ fhir:v "subscription-notification"] ; #
fhir:timestamp [ fhir:v "2020-04-17T10:24:13.1882432-05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:7472c5f7-bdff-4229-a977-a0a60d5e7cfc"^^xsd:anyURI ;
fhir:l <urn:uuid:7472c5f7-bdff-4229-a977-a0a60d5e7cfc>
] ;
fhir:resource ( <urn:uuid:7472c5f7-bdff-4229-a977-a0a60d5e7cfc> )
] [
fhir:fullUrl [
fhir:v "http://example.org/FHIR/Binary/AD-337"^^xsd:anyURI ;
fhir:l <http://example.org/FHIR/Binary/AD-337>
] ;
fhir:resource ( <http://example.org/FHIR/Binary/AD-337> )
] ) . #
<urn:uuid:7472c5f7-bdff-4229-a977-a0a60d5e7cfc> a fhir:SubscriptionStatus ;
fhir:id [ fhir:v "7472c5f7-bdff-4229-a977-a0a60d5e7cfc"] ; #
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: SubscriptionStatus 7472c5f7-bdff-4229-a977-a0a60d5e7cfc</b></p><a name=\"7472c5f7-bdff-4229-a977-a0a60d5e7cfc\"> </a><a name=\"hc7472c5f7-bdff-4229-a977-a0a60d5e7cfc\"> </a><p><b>status</b>: Active</p><p><b>type</b>: Event Notification</p><p><b>eventsSinceSubscriptionStart</b>: 20</p><h3>NotificationEvents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>EventNumber</b></td><td><b>Focus</b></td></tr><tr><td style=\"display: none\">*</td><td>20</td><td><a href=\"broken-link.html\">http://example.org/FHIR/Binary/AD-337</a></td></tr></table><p><b>subscription</b>: <a href=\"broken-link.html\">http://example.org/FHIR/Subscription/BINARY-123</a></p><p><b>topic</b>: <a href=\"subscriptiontopic-example-admission-binary.html\">SubscriptionTopic admission-binary</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [ fhir:v "event-notification"] ; #
fhir:eventsSinceSubscriptionStart [ fhir:v "20"^^xsd:long] ; #
fhir:notificationEvent ( [
fhir:eventNumber [ fhir:v "20"^^xsd:long ] ;
fhir:focus [
fhir:l <http://example.org/FHIR/Binary/AD-337> ;
fhir:reference [ fhir:v "http://example.org/FHIR/Binary/AD-337" ]
]
] ) ; #
fhir:subscription [
fhir:l <http://example.org/FHIR/Subscription/BINARY-123> ;
fhir:reference [ fhir:v "http://example.org/FHIR/Subscription/BINARY-123" ]
] ; #
fhir:topic [
fhir:v "http://example.org/FHIR/SubscriptionTopic/admission-binary"^^xsd:anyURI ;
fhir:l <http://example.org/FHIR/SubscriptionTopic/admission-binary>
] . #
<http://example.org/FHIR/Binary/AD-337> a fhir:Binary ;
fhir:id [ fhir:v "AD-337"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2019-08-07T10:49:22Z"^^xsd:dateTime ]
] ; #
fhir:contentType [ fhir:v "application/pdf"] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.