Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
: Event Source - TTL Representation
Raw ttl | Download
@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:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EventSource"] ; #
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: ActorDefinition EventSource</b></p><a name=\"EventSource\"> </a><a name=\"hcEventSource\"> </a><a name=\"EventSource-en-GB\"> </a><table class=\"grid\"><tr><td><b>Actor: EventSource </b></td><td>Event Source</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>Links to more detailed elaboration on the actors can be found in:</p>\n<ul>\n<li><a href=\"https://profiles.ihe.net/ITI/DSUBm/volume-1.html#1541-dsubm-actors-transactions-and-content-modules\">IHE Document Subscription for Mobile (DSUBm)</a></li>\n<li><a href=\"https://profiles.ihe.net/ITI/TF/Volume1/ch-14.html#14.3\">IHE Patient Administration Management (PAM)</a></li>\n</ul>\n<p>In order to simplify this guide, the actors have been generalised. The maps to IHE event actors is shown below:</p>\n<table class=\"grid\">\n<thead>\n<tr>\n<th>Actor</th>\n<th>IHE Actors</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Event Consumer</td>\n<td>Resource Notification Recipient and Patient Encounter Consumer</td>\n</tr>\n<tr>\n<td>Event Message Broker</td>\n<td>n/a</td>\n</tr>\n<tr>\n<td>Event Notification Broker</td>\n<td>Resource Notification Broker</td>\n</tr>\n<tr>\n<td>Event Source</td>\n<td>Resource Notification Publisher and Patient Encounter Supplier</td>\n</tr>\n</tbody>\n</table>\n</div></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhir.virtually.healthcare/ActorDefinition/EventSource"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-current"] ; #
fhir:name [ fhir:v "EventSource"] ; #
fhir:title [ fhir:v "Event Source"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-11-06T08:30:37+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Virtually Healthcare"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Virtually Healthcare" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://virtually.healthcare" ] ] )
] ) ; #
fhir:description [ fhir:v "The Event Source Actor produces events based event triggers which occur during clinical activity (e.g. patient discharged)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:type [ fhir:v "system"] ; #
fhir:documentation [ fhir:v "Links to more detailed elaboration on the actors can be found in:\n\n- [IHE Document Subscription for Mobile (DSUBm)](https://profiles.ihe.net/ITI/DSUBm/volume-1.html#1541-dsubm-actors-transactions-and-content-modules)\n- [IHE Patient Administration Management (PAM)](https://profiles.ihe.net/ITI/TF/Volume1/ch-14.html#14.3)\n\nIn order to simplify this guide, the actors have been generalised. The maps to IHE event actors is shown below:\n\n| Actor | IHE Actors |\n|-------|-----------------|\n| Event Consumer | Resource Notification Recipient and Patient Encounter Consumer |\n| Event Message Broker | n/a |\n| Event Notification Broker | Resource Notification Broker |\n| Event Source | Resource Notification Publisher and Patient Encounter Supplier |\n"] . #