Stream: connectathon mgmt
Topic: Mini - Financial Track
Paul Knapp (Mar 21 2017 at 06:34):
Welcome to those participating in the financial track at the Mini Connectathon 14.1 - Value Based Care. If you have any questions or suggestion this is the place to post them.
My server at http://www.pknapp.com:8081/con14 is live.
*Remember* we are using FHIR version 1.80 (Dec 6 2016).
Paul Knapp (Apr 11 2017 at 21:43):
Sample Eligibility Resource
Paul Knapp (Apr 11 2017 at 21:43):
<?xml version="1.0" encoding="UTF-8"?>
<EligibilityRequest xmlns="http://hl7.org/fhir">
<contained>
<Organization>
<id value="organization-ins" />
<identifier>
<system value="urn:BINN" />
<value value="564378" />
</identifier>
</Organization>
</contained>
<contained>
<Practitioner>
<id value="provider-1" />
<identifier>
<system value="http://www.jurisdiction.com/oralhealthproviders" />
<value value="678543" />
</identifier>
</Practitioner>
</contained>
<contained>
<Organization>
<id value="organization-prv" />
<identifier>
<system value="http://www.jurisdiction.com/providerorganization" />
<value value="1535" />
</identifier>
</Organization>
</contained>
<contained>
<Patient>
<id value="patient-1" />
<identifier>
<value value="2" />
</identifier>
<name>
<use value="usual" />
<family value="Robinson" />
<given value="Judy" />
</name>
<gender value="female" />
<birthDate value="1993-06-24" />
<address>
<line value="1 Landingpad Lane" />
<city value="Loma Linda" />
<state value="California" />
<postalCode value="90310" />
</address>
</Patient>
</contained>
<contained>
<Coverage>
<id value="coverage-1" />
<identifier>
<system value="urn:BINN:564378" />
<value value="RF98765" />
</identifier>
<status value="active" />
<type>
<coding>
<system value="http://hl7.org/fhir/v3/vs/ActCoverageTypeCode" />
<code value="EHCPOL" />
</coding>
</type>
<subscriber>
<reference value="#patient-sub" />
</subscriber>
<beneficiary>
<reference value="#patient-1" />
</beneficiary>
<relationship>
<coding>
<system value="http://hl7.org/fhir/vs/relationship" />
<code value="3" />
</coding>
</relationship>
<payor>
<reference value="#organization-ins" />
</payor>
<group>
<plan value="GALACTIC" />
</group>
<dependent value="04" />
</Coverage>
</contained>
<contained>
<Patient>
<id value="patient-sub" />
<name>
<use value="usual" />
<family value="Robinson" />
<given value="Frank" />
</name>
<gender value="male" />
<birthDate value="1953-05-14" />
<address>
<line value="1 Landingpad Lane" />
<city value="Loma Linda" />
<state value="California" />
<postalCode value="90310" />
</address>
</Patient>
</contained>
<identifier>
<system value="http://happyvalley.org/eligibilityrequest" />
<value value="1501" />
</identifier>
<status value="active" />
<priority>
<coding>
<system value="http://hl7.org/fhir/vs/processpriority" />
<code value="normal" />
</coding>
</priority>
<patient>
<reference value="#patient-1" />
</patient>
<created value="2017-04-11" />
<organization>
<reference value="#organization-prv" />
</organization>
<insurer>
<reference value="#organization-ins" />
</insurer>
<coverage>
<reference value="#coverage-1" />
</coverage>
</EligibilityRequest>
Paul Knapp (Apr 11 2017 at 21:46):
Paul's Server: http://www.pknapp.com:8081/con14/EligibilityRequest
Paul Knapp (Apr 12 2017 at 14:06):
Almerys: http://www.demo.almerys.com/connectathon/client
Last updated: Apr 12 2022 at 19:14 UTC