Da Vinci Prior Authorization Support (PAS) FHIR IG 2.1.0 - STU 2.1
This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v2.1.0: STU 2) 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Parameters ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SubscriptionNotificationParameters"] ; # fhir:parameter ( [ fhir:name [ fhir:v "subscription" ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "StructureDefinition/profile-subscription" ] ] ] [ fhir:name [ fhir:v "topic" ] ; fhir:value [ fhir:v "http://hl7.org/fhir/us/davinci-pas/SubscriptionTopic/PASSubscriptionTopic|2.1.0"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/davinci-pas/SubscriptionTopic/PASSubscriptionTopic|2.1.0> ] ] [ fhir:name [ fhir:v "type" ] ; fhir:value [ fhir:v "event-notification" ] ] [ fhir:name [ fhir:v "notification-event" ] ; ( fhir:part [ fhir:name [ fhir:v "event-number" ] ; fhir:value [ fhir:v "2" ] ] [ fhir:name [ fhir:v "timestamp" ] ; fhir:value [ fhir:v "2020-05-29T11:44:33.188-05:00"^^xsd:dateTime ] ] [ fhir:name [ fhir:v "focus" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/Bundle/ReferralAuthorizationResponseBundleExample> ; fhir:reference [ fhir:v "http://example.org/Bundle/ReferralAuthorizationResponseBundleExample" ] ] ] ) ] ) . #