- Created by Nagesh Bashyam, last modified by Holli Murphy on Apr 26, 2023
Short Description | Testing the use of Member Attribution STU2 candidate IG focusing on the davinci-data-export, member-add, member-remove operations and the atr-group and davinici-patient-list functionality. |
Long Description | The Connectathon will exercise the STU2 candidate Member Attribution FHIR IG and validate:
This advances the concept of Group creation, Group discovery, Group management and Group exports for different use cases. |
Type | Test an Implementation Guide |
Related Tracks? | DEQM, RiskAdjustment, Pdex. |
Call for participants | EHR vendors Payers ACOs |
Track Prerequisites | Bring either a client or a server (Consumer or a Producer). Clients can also use POSTMAN tool. |
Track Lead(s) | Nagesh Bashyam David Degandi |
Track Lead Email(s) | |
Specification Information |
|
Zulip stream | |
Track Kick off Call | 3pm ET on Wednesday, April 26, 2023 |
Testing Scenario: | Role 1: Producer Role (Server)
Role 2: Consumer Role (Client) Effort Required: Can use POSTMAN if there is no client. Will require a month if starting from scratch to develop a client. Scenarios Scenario 1: Consumer (Provider Organization) discovers the applicable Group Resource in Producers (Payer Organization) system
Ability for a Provider organization to discover the Group Resource representing the Member Attribution List that is applicable to their specific organization. For example, Multicare would like to know which Group Resource in Cambi'a System is applicable for their organization using the Contract Identifier or Settlement Entity Name Pre-condition:
API: GET <Server Base URL>/Group?identifier=http://example.org/groups|12345 Success Criteria:
Scenario 2: Consumer (Provider Organization) Requests the Patient List from the Producer (Payer Organization) Ability for a Provider organization to request the full Patient List that is applicable to their specific organization. Note: The request has to be accepted by the Payer and eventually a Member Attribution List would be made available. This is an asynchronous request following Bulk Data IG specifications. For example, Multicare would like to request the Member Attribution List from Cambia for a specific contract. Pre-condition:
API Group/[Group id]/$davinci-data-export with required parameters (sub-set of patients, subset of types, since parameter) Success Criteria:
Scenario 3: Consumer polls the Content Location for Request Completion and Member Attribution List data location.
Ability for a Provider organization to poll the Content Location received as part of Scenario 2 to determine completion status of the Member Attribution List Request issued in Scenario 2 and once completed identify the location of the files that represent the Member Attribution List. For example, Multicare would poll the content location received as part of the response in Scenario 2. Pre-condition:
API GET <Content Location from Scenario 2 response> Success Criteria:
Patient, Practitioner, PractitionerRole, Organization, Location, Coverage, RelatedPerson) Scenario 4: Consumer retrieves the files representing the Member Attribution List
Ability for a Provider organization to retrieve each of the files that represent the Member Attribution List. For example, Multicare retrieves each of the NDJSON files representing the Member Attribution List. Pre-condition:
API GET <File URL for each Resource identified in Scenario 3 completion response> Success Criteria:
Scenario 5: Consumer creates PATIENT, PRACTITIONER and ORGANIZATION resources
Ability for a Provider organization to create Patient, Practitioner and Organization resources to be used in the Group. For example, a Provider organization planning to use CMS DPC system would create these resources before creating the Group. Pre-condition:
API POST <BaseURL>/[Patient|Practitioner|Organization] Success Criteria:
Scenario 6: Consumer creates Group resource
Ability for a Provider organization to create Group resource. For example, a Provider organization planning to use CMS DPC system would create a Group resource. Pre-condition:
API POST <BaseURL>/[Group] Success Criteria:
Scenario 7: Consumer modifies Group resource
Ability for a Provider organization to add members to the Group resource. For example, a Provider organization planning to use CMS DPC system would create a Group resource and add members to the Group with whom they have a treatment relationship. Pre-condition:
API POST <BaseURL>/Group/[id]/$member-add Success Criteria:
Scenario 8: Consumer modifies Group resource
Ability for a Provider organization to remove members from the Group resource. For example, a Provider organization planning to use CMS DPC system would create a Group resource and add members to the Group with whom they have a treatment relationship, when the treatment relationship no longer exists the Provider Organization may remove the members from the Group. Pre-condition:
API POST <BaseURL>/Group/[id]/$member-remove Success Criteria:
TestScript(s)
TestScript(s)
Security and Privacy Considerations
|