This page is part of the Da Vinci Unsolicited Notifications (v1.0.0: STU1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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:MessageHeader;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "discharge-notification-messageheader-01"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>event</b>: <span title=\"{http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event notification-discharge}\">Discharge Notification</span></p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>DaVinci-Notifications-Intermediary</td><td><a href=\"https://example.org/Endpoints/DaVinci-Notifications-Intermediary\">https://example.org/Endpoints/DaVinci-Notifications-Intermediary</a></td></tr></table><p><b>sender</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-a9f20dc1-5147-3789-bcef-bbecb41c5983\">HOLY FAMILY HOSPITAL. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p><p><b>author</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-0000016f-57cb-cdac-0000-00000000014a\">Dr. Janeth814 Jakubowski832. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"https://example.org/Endpoints/P456\">https://example.org/Endpoints/P456</a></td></tr></table><p><b>responsible</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-a9f20dc1-5147-3789-bcef-bbecb41c5983\">HOLY FAMILY HOSPITAL. Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p><p><b>focus</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82\">Discharge Notification(Examplotomy Encounter). Generated Summary: type: message; timestamp: Aug 18, 2020 3:46:17 AM</a></p></div>"
];
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event" ];
fhir:Coding.code [ fhir:value "notification-discharge" ];
fhir:Coding.display [ fhir:value "Discharge Notification" ]
];
fhir:MessageHeader.destination [
fhir:index 0;
fhir:MessageHeader.destination.name [ fhir:value "DaVinci-Notifications-Intermediary" ];
fhir:MessageHeader.destination.endpoint [ fhir:value "https://example.org/Endpoints/DaVinci-Notifications-Intermediary" ]
];
fhir:MessageHeader.sender [
fhir:Reference.reference [ fhir:value "urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983" ];
fhir:Reference.display [ fhir:value "HOLY FAMILY HOSPITAL" ]
];
fhir:MessageHeader.author [
fhir:Reference.reference [ fhir:value "urn:uuid:0000016f-57cb-cdac-0000-00000000014a" ];
fhir:Reference.display [ fhir:value "Dr. Janeth814 Jakubowski832" ]
];
fhir:MessageHeader.source [
fhir:MessageHeader.source.name [ fhir:value "Acme Central Patient Registry" ];
fhir:MessageHeader.source.software [ fhir:value "FooBar Patient Manager" ];
fhir:MessageHeader.source.version [ fhir:value "3.1.45.AABB" ];
fhir:MessageHeader.source.contact [
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1 (555) 123 4567" ] ];
fhir:MessageHeader.source.endpoint [ fhir:value "https://example.org/Endpoints/P456" ]
];
fhir:MessageHeader.responsible [
fhir:Reference.reference [ fhir:value "urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983" ];
fhir:Reference.display [ fhir:value "HOLY FAMILY HOSPITAL" ]
];
fhir:MessageHeader.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82" ];
fhir:Reference.display [ fhir:value "Discharge Notification(Examplotomy Encounter)" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.