FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SubscriptionStatus/23633d50-ba72-435c-ae51-378d70cfc692 (Turtle)

Responsible Owner: FHIR Infrastructure Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Notification Bundle for Parameters 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/23633d50-ba72-435c-ae51-378d70cfc692> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "23633d50-ba72-435c-ae51-378d70cfc692"] ; # 
  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:9bb01542-f6f5-48a2-a08d-af2e42658db9"^^xsd:anyURI ;
       fhir:l <urn:uuid:9bb01542-f6f5-48a2-a08d-af2e42658db9>
     ] ;
     fhir:resource ( <urn:uuid:9bb01542-f6f5-48a2-a08d-af2e42658db9> )
  ] [
     fhir:fullUrl [
       fhir:v "http://example.org/FHIR/Parameters/AD-6729"^^xsd:anyURI ;
       fhir:l <http://example.org/FHIR/Parameters/AD-6729>
     ] ;
     fhir:resource ( <http://example.org/FHIR/Parameters/AD-6729> )
  ] ) . # 

<urn:uuid:9bb01542-f6f5-48a2-a08d-af2e42658db9> a fhir:SubscriptionStatus ;
  fhir:id [ fhir:v "9bb01542-f6f5-48a2-a08d-af2e42658db9"] ; # 
  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 9bb01542-f6f5-48a2-a08d-af2e42658db9</b></p><a name=\"9bb01542-f6f5-48a2-a08d-af2e42658db9\"> </a><a name=\"hc9bb01542-f6f5-48a2-a08d-af2e42658db9\"> </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/Parameters/AD-6729</a></td></tr></table><p><b>subscription</b>: <a href=\"broken-link.html\">http://example.org/FHIR/Subscription/PARAMETERS-123</a></p><p><b>topic</b>: <a href=\"subscriptiontopic-example-admission-parameters.html\">SubscriptionTopic admission-parameters</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/Parameters/AD-6729> ;
       fhir:reference [ fhir:v "http://example.org/FHIR/Parameters/AD-6729" ]
     ]
  ] ) ; # 
  fhir:subscription [
     fhir:l <http://example.org/FHIR/Subscription/PARAMETERS-123> ;
     fhir:reference [ fhir:v "http://example.org/FHIR/Subscription/PARAMETERS-123" ]
  ] ; # 
  fhir:topic [
     fhir:v "http://example.org/FHIR/SubscriptionTopic/admission-parameters"^^xsd:anyURI ;
     fhir:l <http://example.org/FHIR/SubscriptionTopic/admission-parameters>
  ] . # 

<http://example.org/FHIR/Parameters/AD-6729> a fhir:Parameters ;
  fhir:id [ fhir:v "AD-6729"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2019-08-07T10:49:22Z"^^xsd:dateTime ]
  ] ; # 
  fhir:parameter ( [
     fhir:name [ fhir:v "status" ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "in-progress"
     ]
  ] [
     fhir:name [ fhir:v "patient" ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://hl7.org/fhir/Patient/ABC> ;
       fhir:reference [ fhir:v "Patient/ABC" ]
     ]
  ] [
     fhir:name [ fhir:v "patient-group" ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://hl7.org/fhir/Group/XYZ> ;
       fhir:reference [ fhir:v "Group/XYZ" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/Patient/ABC> a fhir:Patient .

<http://hl7.org/fhir/Group/XYZ> a fhir:Group .

# -------------------------------------------------------------------------------------


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.