This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example SubscriptionStatus/54f808cf-d159-4c9b-accb-c33eb20f0ecc (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Handshake Bundle (establish channel)
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "54f808cf-d159-4c9b-accb-c33eb20f0ecc"] ; #
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:231e7f38-2dd1-45ac-9161-d7bd87c403bd"^^xsd:anyURI ] ;
fhir:resource ( <urn:uuid:231e7f38-2dd1-45ac-9161-d7bd87c403bd> )
] )] . #
<urn:uuid:231e7f38-2dd1-45ac-9161-d7bd87c403bd> a fhir:SubscriptionStatus ;
fhir:id [ fhir:v "231e7f38-2dd1-45ac-9161-d7bd87c403bd"] ; #
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: SubscriptionStatus 231e7f38-2dd1-45ac-9161-d7bd87c403bd</b></p><a name=\"231e7f38-2dd1-45ac-9161-d7bd87c403bd\"> </a><a name=\"hc231e7f38-2dd1-45ac-9161-d7bd87c403bd\"> </a><a name=\"231e7f38-2dd1-45ac-9161-d7bd87c403bd-en-US\"> </a><p><b>status</b>: requested</p><p><b>type</b>: handshake</p><p><b>eventsSinceSubscriptionStart</b>: 0</p><p><b>subscription</b>: <a href=\"broken-link.html\">??</a></p><p><b>topic</b>: <a href=\"broken-link.html\">http://example.org/FHIR/R5/SubscriptionTopic/admission</a></p></div>"
] ; #
fhir:status [ fhir:v "requested"] ; #
fhir:type [ fhir:v "handshake"] ; #
fhir:eventsSinceSubscriptionStart [ fhir:v "0"^^xsd:long] ; #
fhir:subscription [
fhir:link <http://example.org/FHIR/R5/Subscription/123> ;
fhir:reference [ fhir:v "http://example.org/FHIR/R5/Subscription/123" ]
] ; #
fhir:topic [
fhir:v "http://example.org/FHIR/R5/SubscriptionTopic/admission"^^xsd:anyURI ;
fhir:link <http://example.org/FHIR/R5/SubscriptionTopic/admission>
] . #
# -------------------------------------------------------------------------------------
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.