Da Vinci Clinical Data Exchange (CDex)
2.1.0 - STU 2.1 United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

: Inline Subscription Task Scenario1 Subscription Active - 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:Subscription ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cdex-task-inline-scenario1-subscription-active"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:reason [ fhir:v "R4 Example Topic-Based Subscription for CD Task based Queries"] ; # 
  fhir:criteria [ fhir:v "http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task"] ; # 
  fhir:channel [
fhir:type [ fhir:v "rest-hook" ] ;
fhir:endpoint [ fhir:v "http://example.org/FHIR/Payer/cdex-task-watch"^^xsd:anyURI ] ;
fhir:payload [
fhir:v "application/fhir+json" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "id-only" ]       ] )     ]
  ] . #