Da Vinci Prior Authorization Support (PAS) FHIR IG
2.1.0-preview - STU 2 United States of America flag

Da Vinci Prior Authorization Support (PAS) FHIR IG, published by HL7 International / Financial Management. 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-pas/ and changes regularly. See the Directory of published versions

: PAS Subscription Notification example - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PASSubscriptionNotification"] ; # 
  fhir:type [ fhir:v "history"] ; # 
  fhir:timestamp [ fhir:v "2020-05-29T11:44:33.188-05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/Parameters/SubscriptionNotificationParameters"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Parameters/SubscriptionNotificationParameters> ) ;
fhir:request [
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "https://example.org/Subscription/PAS/$status"^^xsd:anyURI ]     ] ;
fhir:response [
fhir:status [ fhir:v "200" ]     ]
  ] ) . # 

<http://example.org/Parameters/SubscriptionNotificationParameters> a fhir:Parameters ;
  fhir:id [ fhir:v "SubscriptionNotificationParameters"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "subscription" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Subscription/PASSubscription" ]     ]
  ] [
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:identifier [
fhir:system [ fhir:v "http://example.org/PATIENT_EVENT_TRACE_NUMBER"^^xsd:anyURI ] ;
fhir:value [ fhir:v "111099" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "http://example.org/USER_ASSIGNED"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9012345678" ]             ]           ]         ]       ]     ] )
  ] ) . #