@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "NotificationBundleExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://carequality.org/IG/push-notifications/StructureDefinition/CEQNotificationBundle"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:type [ fhir:v "history"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Parameters/CEQSubscriptionStatusExample"^^xsd:anyURI ] ; fhir:resource ( ) ; fhir:request [ fhir:method [ fhir:v "GET" ] ; fhir:url [ fhir:v "https://example.org/fhir/r4/Subscription/admission/$status"^^xsd:anyURI ] ] ; fhir:response [ fhir:status [ fhir:v "200" ] ; fhir:lastModified [ fhir:v "2020-08-09T00:04:00Z"^^xsd:dateTime ] ] ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Encounter/CEQ-Encounter"^^xsd:anyURI ] ; fhir:resource ( ) ; fhir:request [ fhir:method [ fhir:v "GET" ] ; fhir:url [ fhir:v "https://example.org/fhir/r4/Encounter/CEQ-Encounter"^^xsd:anyURI ] ] ; fhir:response [ fhir:status [ fhir:v "200" ] ] ] ) . # a fhir:Parameters ; fhir:id [ fhir:v "CEQSubscriptionStatusExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://carequality.org/IG/push-notifications/StructureDefinition/CEQ-subscription-status"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:parameter ( [ fhir:name [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:name [ fhir:v "Events-Since-Subscription-Created" ] ; fhir:value [ fhir:v "8"^^xsd:nonNegativeInteger ] ] [ fhir:name [ fhir:v "subscription-name" ] ; fhir:value [ fhir:v "Sub84849-26" ] ] [ fhir:name [ fhir:v "subscription-event-code" ] ; fhir:value [ fhir:v "http://www.carequality.org/CEQTopic/admit"^^xsd:anyURI ; fhir:link ] ] ) . # a fhir:Encounter ; fhir:id [ fhir:v "CEQ-Encounter"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Encounter CEQ-Encounter

status: Finished

class: ActCode AMB: ambulatory

type: Office or other outpatient visit for the evaluation and management of an established patient that may not require the presence of a physician or other qualified health care professional

subject: Eve Anyperson

Participants

-Individual
*Dr. David Anydoc

period: 2020-10-01 17:00:14-0500 --> 2020-10-01 18:00:14-0500

Diagnoses

-Condition
*Cardiac Arrest

Locations

-Location
*Location North Wing of Verteranairan's Hospital
" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:code [ fhir:v "99211" ] ] ) ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/EveAnyperson" ] ; fhir:display [ fhir:v "Eve Anyperson" ] ] ; # fhir:participant ( [ fhir:individual [ fhir:link ; fhir:reference [ fhir:v "Practitioner/DrDavidAnydoc" ] ; fhir:display [ fhir:v "Dr. David Anydoc" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2020-10-01T17:00:14-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2020-10-01T18:00:14-05:00"^^xsd:dateTime ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:link ; fhir:reference [ fhir:v "Condition/CEQ-Condition" ] ; fhir:display [ fhir:v "Cardiac Arrest" ] ] ] ) ; # fhir:location ( [ fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/Enc-location" ] ] ] ) . # # -------------------------------------------------------------------------------------