Da Vinci Unsolicited Notifications
1.1.0-preview - STU1 United States of America flag

Da Vinci Unsolicited Notifications, published by HL7 International - Infrastructure and Messaging Work Group. This is not an authorized publication; it is the continuous build for version 1.1.0-preview). 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:meta [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ADT Notification Coverage" ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ADT Notification Coverage example" ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-coverage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/adt-notification-coverage>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"adt-notification-coverage-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Coverage &quot;adt-notification-coverage-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-adt-notification-coverage.html\">Da Vinci Admit/Discharge/Transfer Notification Coverage Profile</a></p></div><p><b>status</b>: active</p><p><b>type</b>: Blue Cross Blue Shield <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subscriberId</b>: 12345</p><p><b>beneficiary</b>: <a href=\"Bundle-discharge-notification-message-bundle-01.html#urn-uuid-06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b\">urn:uuid:06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b</a></p><p><b>payor</b>: <a href=\"Bundle-discharge-notification-message-bundle-01.html#urn-uuid-cc6ac93e-2bf4-11ea-a5f5-a4d18ccf5172\">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" ]
  ] ) . #