GMRA (ADVERSE REACTION TRACKING)

Event Drivers

SELECT DISTINCT ?name ?description ?app ?msg ?evt ?ver ?cAck ?aAck ?respProc ?code WHERE { ?p a <http://www.caregraf.info/vista/hl7e/VistAPackage> ; hl7e:prefix ?prefix . FILTER(?prefix="GMRA") . ?e hl7e:package ?p ; a <http://www.caregraf.info/vista/hl7e/Eventdriver> ; hl7e:name ?name . OPTIONAL { ?e hl7e:eventName ?evt ; hl7e:messageName ?msg . OPTIONAL {?e hl7e:versionId ?ver} } . OPTIONAL {?e hl7e:sendingApplication ?a . ?a hl7e:name ?app } . OPTIONAL {?e hl7e:ldescription ?description} . OPTIONAL {?e hl7e:responseProcessingRoutine ?respProc ; hl7e:routineReferenced ?code} . OPTIONAL {?e hl7e:acceptAckCode ?cAck ; hl7e:applicationAckType ?aAck} . OPTIONAL {?e hl7e:deprecated ?deprecated} . FILTER(!bound(?deprecated))} ORDER BY ?name
name description app msg evt ver cAck aAck respProc code
3 entries
GMRA VDEF ORU R01 ADV ASSESS VS VistA VDEF Adverse Reaction Assessment HL7 message HDRADAS ORU R01 2.4 AL NE
GMRA VDEF ORU R01 ADV REACT VS VistA VDEF Adverse Reaction Report HL7 message HDRADRA ORU R01 2.4 AL NE
GMRA VDEF ORU R01 ALLERGY VS VistA VDEF Allergy Update/Insert HL7 message HDRALGY ORU R01 2.4 AL NE

Subscribers

SELECT DISTINCT ?name ?description ?processingRoutine ?code ?application ?eventDriver ?inVista WHERE { ?s a <http://www.caregraf.info/vista/hl7e/Subscriber> ; hl7e:name ?name . OPTIONAL {?s hl7e:isRouter ?rl } . FILTER (!bound(?rl)) . ?s hl7e:package ?p . ?p hl7e:prefix ?prefix . FILTER(?prefix="GMRA") . OPTIONAL {?s hl7e:processingRoutine ?processingRoutine ; hl7e:routineReferenced ?code} . OPTIONAL {?s hl7e:receivingApplication ?a . ?a hl7e:name ?application } . OPTIONAL {?s hl7e:description ?description} . OPTIONAL {?s hl7e:inVistA ?inVista} . OPTIONAL {?s hl7e:forAustin ?forAustin} . OPTIONAL {?e hl7e:subscriber ?s ; hl7e:name ?eventDriver} . OPTIONAL {?s hl7e:deprecated ?obs} . FILTER(!bound(?obs))} ORDER BY ?name
name description processingRoutine code application eventDriver inVista
3 entries
GMRA VDEF ORU R01 ADV ASSESS HR GMRA VDEF IE SIDE GMRA VDEF ORU R01 ADV ASSESS VS
GMRA VDEF ORU R01 ADV REACT HR GMRA VDEF IE SIDE GMRA VDEF ORU R01 ADV REACT VS
GMRA VDEF ORU R01 ALLERGY HR GMRA VDEF IE SIDE GMRA VDEF ORU R01 ALLERGY VS