- Created by Kishore Bashyam, last modified by Crystal Kallem on Jul 20, 2022
Connectathon Slides | Member Attribution Scenario and Tooling Overview: CMS Connectathon Member Attribution Overview_07222021.pptx Member Attribution Testing Reference Implementation and Multicare: CMSConnectathon_AnnaTaylor MCC ATR Implementation_July2022.pptx |
Short Description | Test STU2 (latest on the build site) updates of the Member Attribution IG combining with DEQM track where the Member List (patient list) will be used to test Data Exchange for Quality Measures (DEQM IG) gaps in care reporting use cases using FHIR-based eCQMs. |
Long Description | The Connectathon will exercise the latest Member Attribution List FHIR IG and validate:
|
Type | Test an Implementation Guide |
Track Lead(s) | Nagesh Bashyam |
Track Lead Email(s) | Nagesh Bashyam (nagesh.bashyam@drajer.com) |
Specification Information |
|
Call for participants | Participants list for the current track is still developing and we will update as the list is finalized.
|
Zulip stream | |
Track Implementers Connection Call | Meeting Recording here: https://hl7-org.zoom.us/rec/share/AaZeyCSMYEZ2NOR6i5UksLhkM7ORA06ACy4vgTlbR9lG0wyfrY9rm5G5FjlZGGDz.l0sp145q_5WbQl1f Wednesday, 6/15/22 3-4 EST Join Zoom Meeting https://hl7-org.zoom.us/j/94940304335?pwd=WktVM3NnbWdtRVZiNXVYcE1kamVSdz09 Meeting ID: 949 4030 4335 Passcode: 997197 One tap mobile +13017158592,,94940304335# US (Washington DC) 16465588656,,94940304335# +US (New York) Dial by your location +1 301 715 8592 US (Washington DC) +1 646 558 8656 US (New York) +1 312 626 6799 US (Chicago) +1 346 248 7799 US (Houston) +1 669 900 9128 US (San Jose) +1 253 215 8782 US (Tacoma) Meeting ID: 949 4030 4335 Find your local number: https://hl7-org.zoom.us/u/acyiPjI1NM |
Testing Scenario: | Producer Role (Server)
Consumer Role (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 Member Attribution List from the Producer (Payer Organization)
Ability for a Provider organization to request the full Member Attribution 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 GET or POST <Server Base URL>/Group/[Group id]/$export?_type=Patient,Practitioner,PractitionerRole,Organization,Location,Coverage,RelatedPerson 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
|