Da Vinci Unsolicited Notifications, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 1.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-alerts/ and changes regularly. See the Directory of published versions
: ADT Notification Coverage - 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:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "adt-notification-coverage-01"] ; #
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: Coverage adt-notification-coverage-01</b></p><a name=\"adt-notification-coverage-01\"> </a><a name=\"hcadt-notification-coverage-01\"> </a><a name=\"adt-notification-coverage-01-en-US\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Blue Cross Blue Shield</span></p><p><b>subscriberId</b>: 12345</p><p><b>beneficiary</b>: <a href=\"Bundle-admit-notification-intermediate-translate-bundle.html#urn-uuid-06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b\">Bundle: type = message; timestamp = 2020-08-18 03:46:17+0000</a></p><p><b>payor</b>: <a href=\"Bundle-admit-notification-intermediate-transmit-bundle.html#urn-uuid-cc6ac93e-2bf4-11ea-a5f5-a4d18ccf5172\">Blue Cross Blue Shield</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
fhir:text [ fhir:v "Blue Cross Blue Shield" ]
] ; #
fhir:subscriberId [ fhir:v "12345"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "urn:uuid:06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "urn:uuid:cc6ac93e-2bf4-11ea-a5f5-a4d18ccf5172" ] ;
fhir:display [ fhir:v "Blue Cross Blue Shield" ]
] ) . #