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-preview 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
: CDex Task Update - 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:SubscriptionTopic ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cdex-task-update"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td colspan=\"4\"><b>Resource Triggers</b></td></tr><tr><th><b>Resource</b></th><th><b>Interactions</b></th><th><b>FHIR Path</b></th><th><b>Description</b></th></tr><tr><td><a href=\"StructureDefinition-cdex-task-data-request.html\">CDex Task Data Request Profile</a></td><td>update</td><td>%current.status != %previous.status</td><td><div><p>A CDex Task Data Request Profile is updated</p>\n</div></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "claims" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "2"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-cdex/SubscriptionTopic/cdex-task-update"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.21.44.1" ]
] ) ; #
fhir:version [ fhir:v "2.1.0-preview"] ; #
fhir:name [ fhir:v "CDexTaskUpdate"] ; #
fhir:title [ fhir:v "CDex Task Update"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-05-17T05:17:36+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pie@lists.hl7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "The CDex Task Update Subscription Topic describes the topic for notifications when a submitted CDex Task Data Request Profile `Task.status` element is updated. For examples the status changed from “in-progress” to \"completed\". The canonical URL for this topic is\n\n`http://hl7.org/fhir/us/davinci-cdex/SubscriptionTopic/cdex-task-update`\n\nNote that:\n\n- this topic only covers the changes in status of the submitted CDex Task Data Request Profile.\n- the trigger for this topic **SHALL** be the resourceTrigger\n- the resourceTrigger.resource element **SHALL** be the CDex Task Data Request Profile"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International all rights reserved Creative Commons License"] ; #
fhir:resourceTrigger ( [
fhir:description [ fhir:v "A CDex Task Data Request Profile is updated" ] ;
fhir:resource [ fhir:v "http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"^^xsd:anyURI ] ;
( fhir:supportedInteraction [ fhir:v "update" ] ) ;
fhir:fhirPathCriteria [ fhir:v "%current.status != %previous.status" ]
] ) . #