Da Vinci Clinical Data Exchange (CDex) 2.1.0 - STU 2.1
This page is part of the Da Vinci Clinical Documentation Exchange (v2.1.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cdex-task-inline-scenario1-subscription-notification"] ; # fhir:type [ fhir:v "history"] ; # fhir:timestamp [ fhir:v "2024-01-18T01:19:38.9929956+00:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:206a4372-a348-41d1-a82e-fc9ebe8825af"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:206a4372-a348-41d1-a82e-fc9ebe8825af> ) ; fhir:request [ fhir:method [ fhir:v "GET" ] ; fhir:url [ fhir:v "https://example.org/fhir/Subscription/admission/$status"^^xsd:anyURI ] ] ; fhir:response [ fhir:status [ fhir:v "200" ] ] ] ) . # <urn:uuid:206a4372-a348-41d1-a82e-fc9ebe8825af> a fhir:Parameters ; fhir:id [ fhir:v "206a4372-a348-41d1-a82e-fc9ebe8825af"] ; # fhir:parameter ( [ fhir:name [ fhir:v "subscription" ] ; fhir:value [ a fhir:Reference ; fhir:link <https://example.org/fhir/Subscription/cdex-task-inline-scenario1-subscription-active> ; fhir:reference [ fhir:v "https://example.org/fhir/Subscription/cdex-task-inline-scenario1-subscription-active" ] ] ] [ fhir:name [ fhir:v "topic" ] ; fhir:value [ a fhir:canonical ; fhir:v "http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task> ] ] [ fhir:name [ fhir:v "status" ] ; fhir:value [ a fhir:code ; fhir:v "active" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:value [ a fhir:code ; fhir:v "event-notification" ] ] [ fhir:name [ fhir:v "events-since-subscription-start" ] ; fhir:value [ a fhir:string ; fhir:v "17" ] ] [ fhir:name [ fhir:v "notification-event" ] ; ( fhir:part [ fhir:name [ fhir:v "event-number" ] ; fhir:value [ a fhir:string ; fhir:v "17" ] ] [ fhir:name [ fhir:v "timestamp" ] ; fhir:value [ a fhir:instant ; fhir:v "2024-01-18T01:19:38.837885+00:00"^^xsd:dateTime ] ] [ fhir:name [ fhir:v "focus" ] ; fhir:value [ a fhir:Reference ; fhir:link <https://cdex.ri.argo.run/fhir/provider/Task/cdex-task-example2> ; fhir:reference [ fhir:v "https://cdex.ri.argo.run/fhir/provider/Task/cdex-task-example2" ] ] ] ) ] ) . #