Stream: PACIO Re-assessment Timepoints
Topic: stream events
Notification Bot (Jun 04 2021 at 15:21):
Stream created by Dave Hill.
Hari Kunamneni (Jul 05 2021 at 08:20):
Anyone here?
Tina Wilkins (Jul 06 2021 at 16:05):
Hi Hari - Information regarding our track is available here. image.png https://confluence.hl7.org/display/FHIR/CMS2021-07+PACIO+Re-assessment+Timepoints
Let us know how we can help. @Dave Hill
Hari Kunamneni (Jul 08 2021 at 14:05):
Are there any attempts to create either a server or client for this IG
Hari Kunamneni (Jul 09 2021 at 16:59):
Can an example of amputated diabetic patient care time points be added between skilled nursing care and other options in the IG?
Hari Kunamneni (Jul 12 2021 at 13:06):
Hi: I was looking through the CMS connectathon web page. Could you please provide me a sample dataset or the FHIR resources correspond to the following, Thank you:
MDS - Minimum Data Set (version 3.0)
NC - Nursing Home Comprehensive Item Set
ND - Nursing Home Discharge Item Set
OASIS - Outcome and Assessment Information Item Set (version D)
TP - Timepoint
Caleb Wan (Jul 12 2021 at 22:28):
Hari Kunamneni said:
Are there any attempts to create either a server or client for this IG
You can test your FHIR client with this server URL:
https://api.interop.community/PacioSandbox/open/
This FHIR server is already loaded with sample data for the CMS Connectathon.
For example, you can fetch all the Re-assessment Timepoint instances with this URL:
https://api.interop.community/PacioSandbox/open/Encounter?subject=patientBSJ1
Caleb Wan (Jul 12 2021 at 22:43):
Hari Kunamneni said:
Can an example of amputated diabetic patient care time points be added between skilled nursing care and other options in the IG?
We have already created a use case with specific sample data for a set of re-assessment timepoints to test data exchange with participants during the Connectathon. We don’t plan to create more timepoints at this time.
Feel free to create your own amputated diabetic patient care timepoints conforming to the IG profile https://paciowg.github.io/re-assessment-timepoints-ig/StructureDefinition-prat-encounter.html and use your FHIR client to write to the FHIR server we have for testing.
Caleb Wan (Jul 12 2021 at 23:19):
@Hari Kunamneni
We created sample data not for the whole MDS/OASIS item sets but only for some sections of the item sets. For example, we created sample data for MDS NC Section GG Self-Care and Mobility.
You can browse online the Observation data to see what we created for our use case here:
https://paciowg.github.io/re-assessment-timepoints-ig/artifacts.html#7
You can browse a particular Observation instance and download it as a JSON/XML file.
If you want to get the whole set of sample data in JSON format, download it from here:
https://github.com/paciowg/sample-data/tree/master/2021-07%20CMS%20July%20Connectation
Lynda Hoeksema (Jul 12 2021 at 23:54):
@Hari Kunamneni
The CMS OASIS -D assessment forms (Start of Care-SOC, Follow-up Observations, and Discharge Observations) that were used for the use case/sample data are available at https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/HomeHealthQualityInits/OASIS-Data-Sets
The CMS MDS 3.0 assessment forms v.1.17.1 assessment forms (Nursing Comprehensive, Interim Payment Assessment (IPA), and Nursing Discharge are available at https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/NursingHomeQualityInits/MDS30RAIManual
Hari Kunamneni (Jul 13 2021 at 09:17):
@Lynda Hoeksema @Caleb Wan : Thank you very much for the above information ...
Hari Kunamneni (Jul 13 2021 at 12:11):
@Caleb Wan I have tired to create a patient on your server using post. I got a response 201; However, when I retrieved the all patients by https://api.interop.community/PacioSandbox/open/Patient/, I do not see the name in the generated patient list; However total number in bundle did increase ...
Caleb Wan (Jul 13 2021 at 14:59):
@Hari Kunamneni You can fetch all the patient resources at once with this https://api.interop.community/PacioSandbox/open/Patient?_count=80 and then look for your patient resources.
Hari Kunamneni (Jul 14 2021 at 08:55):
@Caleb Wan @Lynda Hoeksema I was looking through the use of the track. I would like to implement the Patient facing web app of the use case. I am just wondering, if connectathon server has the data to implement patient facing app as described in SCENE 4 of the use case?
Lynda Hoeksema (Jul 14 2021 at 14:43):
@Hari Kunamneni @Caleb Wan @Dave Hill
Hari, I will defer to Dave and Caleb to get you the technical connection information to the health data manager Connectathon server being used (role MiHIN is playing in our scenario).
Caleb Wan (Jul 14 2021 at 21:23):
@Hari Kunamneni As I pointed out in my response above, we already loaded the sample data to the server https://api.interop.community/PacioSandbox/open/ and so the assessment data as represented by the Observation resources are there for clients to access.
Caleb Wan (Jul 16 2021 at 04:11):
@Hari Kunamneni As you requested, here is a Postman collection with example requests to the MiHIN server to fetch sample data. MiHIN-Open-FHIR-Server.postman_collection.json
Hari Kunamneni (Jul 16 2021 at 05:22):
@Caleb Wan Thank you very much for the postman collection.
Hari Kunamneni (Jul 19 2021 at 05:40):
I was thinking about patient movement between, an hospital, skilled nursing home and home care. I was thinking, it might be better to use IPS minimum document encounter report for each of this transfer. I believe, this will enable each of the EHR to update patient records. This will also enable to create an App, i.e. SCENE 4, horizontal view of the patient.
Lynda Hoeksema (Jul 19 2021 at 18:04):
@Hari Kunamneni Thank you for your question. Can you clarify the "IPS minimum document encounter report" you refer to (or provide a link)? Are you referring to http://hl7.org/fhir/uv/ips/toc.html (under Patient Care WG)? I have mentioned this to my colleague @Dave Hill and more investigation of how this overlaps with PACIO may need to occur.
Lynda Hoeksema (Jul 21 2021 at 14:00):
Today is the day! Looking forward to everyone connecting with us today in this track! Join us in Whova starting at 10:30 am.
Dave Hill (Jul 21 2021 at 14:21):
Hi everyone, we made some change to the sample data for the connectathon, so please make sure that you grab the latest version and try your software on the new data. Thanks! Sorry for the last minute changes.
Lynda Hoeksema (Jul 21 2021 at 22:53):
We want to thank everyone for a successful track and demo at today's Connectathon meetings. This could not have been accomplished without the hard work of everyone working together. Artifacts related to the track will be posted on the Connectathon Track page when they are available. https://confluence.hl7.org/display/FHIR/CMS2021-07+PACIO+Re-assessment+Timepoints
Last updated: Apr 12 2022 at 19:14 UTC