Eric Haas
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- title: Argo Patient List Summary Slides tags: argo-pl description: View the slide with "Slide Mode". --- # Argo Patient List Summary Slides ![](https://i.imgur.com/YhRyK05.png) <!-- Put the link to this slide here so people can follow --> slide: https://hackmd.io/DRTZx4jlRIWqpean8sLVEQ --- ## Who Participated? #### Servers ( in addition to the open HAPI test server ) - Epic - Cerner - Meditech - Microsoft --- ## Who Participated #### Clients - Apple - Epic - PeraHealth? - MIcrosoft : ([Demo App](https://aka.ms/patient-lists-demo) , [CodeLab](https://aka.ms/patient-lists-codelab)) - Health eData Inc: [Argo Patient List Demo Client](http://www.healthedata1.co/) --- ### Usage flow ```sequence Note left of Client: Discovery:\n Fetch Summary of\n Patients Lists Client->EHR FHIR Server:GET Group?... Note right of EHR FHIR Server: Based on User\n return Bundle of \nUser Facing Lists EHR FHIR Server->Client: Bundle Note left of Client: End User\nselects Patient List\n they want Client->EHR FHIR Server:GET Group/[id] Note right of EHR FHIR Server: Returns full Group\n resource EHR FHIR Server->Client: Group Note left of Client: Client Application\n MAY fetch more data for \neach member using a \nseries of FHIR API\n queries Note right of EHR FHIR Server: Returns search results Client->EHR FHIR Server:Query 1 EHR FHIR Server->Client: Client->EHR FHIR Server:Query 2 EHR FHIR Server->Client: Client->EHR FHIR Server:etc EHR FHIR Server->Client: Note left of Client: Client Application\n processes/displays/etc\n Group Members\nto End User ``` --- 1. Discovery 1. All lists 1. By ManagingEntity 2. By Characteristics 3. Fetch User Facing List 4. Fetch Additional Patient Data 1. By Simple Search 2. By _include 3. By Questionnaire as Form Definition and QuestionnaireResponse as Data Container. --- ### Accomplishments - **Able to demonstrate basic proof of concept for above workflow** - Clients *and* Servers - Fixes to Demo Application to handle the various scenarios - Update and correct errors to Sample data ( Group resources) - Servers to added more capabilities for discovery by characteristics - Clients able to demonstrate getting additional data using Q and QR lookups --- Some Screenshots... --- Getting User Facing List filtered on Characteristic: ![](https://i.imgur.com/6vREWSb.png) --- Fetching User Facing List and Getting Additional Data: ![](https://i.imgur.com/YSuz5or.png) --- Fetching additional patient data via Questionnaire/QuestionnaireResponse Data attached to the Group: Epic ![](https://i.imgur.com/ZLQX1Pv.png) --- ### Issues - Need more complete set of test data - Example patient list for different use cases - Patients, Practitioners, Organizations, Locations, CareTeams, Groups, Questionnaires, QuestionnaireResponses + more - Next Steps EH,CA to create more test data: - larger lists for next time to test scalability - EH - added more data 20-30 patients range with Q + QR extensions - More Robust Servers to test against - _summary search..Ref est servers not set up to handle summary + characteristics for _summary search.. --- Next Steps: - CA stand up public server - Transaction bundles to load onto existing test servers. (Saved Sept 2020 data as Transaction Bundle so can load to any server.) --- ### Issues - How to fetch Encounters for each members? - Search vs "custom" extensions vs Q/Qr (see below for Q/QR issues) - e.g. custom extension on member ( see similar request [FHIR-23863](https://jira.hl7.org/browse/FHIR-23863) which was voted down by FHIR-I) for mock up each option - see below... --- ### Issues What is the next step beyond display. What does the end do with t list-user e.g. pract scheduling list - patinet + appt + preseenting complaint or discharge list : ![](https://i.imgur.com/IBiM9WW.png) - Is Encounter a special case or does this extend to other resources as well - active vs inactive - can client modify group? (not in scope) --- ### Issues - Issues when number of members is large - fetching additional data etc - i.e. multiple queries vs one large query. - becomes asynch at some point - Test at next Connectathon - Quantity element in Group Summary for dynamic Groups - how is known without creating Group? - handy for client to have in Summary view but may not be easy to compute for server. --- ### Issues - RE Q/QR - keeping structure flat vs allowing deep nesting - structure of QR == Q and rendering arbitrarily nesting is hard for clients - this constraint would make is more accessible IMO - what about multiple Forms available for the same list? aka different views for different audiences? --- ### Issues - Q/QR "just for Display" ? (IMO this would be too heavy a solution for just display) - what kind of data - uses for the data beyond display - Q has ability to define item and provide reference for more data. - can be inspected:e.g... --- ### Issues ```YAML resourceType: Questionnaire url: 'http://registry.fhir.org/argonaut/Questionniare/argo-pl-q1' name: ArgoPLListTestQuestionnaire1 title: Argo PL List Test Questionnaire 1 subjectType: - Patient date: '2020-09-24T22:17:44.629Z' publisher: The Argonaut Project description: >- *Argo PL List Test Questionnaire 1* is an example Questionnaire to test out the use case for providing additional data for a patient list. useContext: - code: code: workflow valueCodeableConcept: text: 'My use case, for example, ICU Rounds List' purpose: >- This Form is designed for displaying additional patient list data in the "XYZ" Setting for "ABC" use case. item: ``` --- ### Issues see [Demo](http://www.healthedata1.co/) for how it can be used --- ### Issues ![](https://i.imgur.com/rDtYbxo.png) --- ### Issues -vs Supporting Info extension on `Group.member` --- ~~~YAML resourceType: Group active: true type: person actual: true name: 'Argo Patient List #102: "all" Use Case' managingEntity: reference: Organization/a9f20dc1-5147-3789-bcef-bbecb41c5983 display: HOLY FAMILY HOSPITAL member: # ===========EXTENSION HERE ================= - extension: - url: http://registry.fhir.org/argonaut/StructureDefinition/current-encounter valueReference: reference: Encounter/5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82 display: Argo PL List Encounter Reference # =========================================== entity: reference: Patient/06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b display: Mr. Elden718 Halvorson124 period: start: '2020-09-29' inactive: false ~~~ --- ### Issues - What Do servers and Clients prefer? - Other options if just for display: - json file in reference.display element - contained csv as Binary or DocReference resource - reference to FHIR Parameters. --- ### Issues - Group Resource - Restrict references to references (not only identifiers) ![](https://i.imgur.com/WtwqdcZ.png) --- ### Issues - what do multiple Characteristic means? - based on comment "All the identified characteristics must be true for an entity to a member of the group." is an intersection - how to do a union like location1 + location2? or location1 + practiitioner1? --- ### Issues ![](https://i.imgur.com/xIUYC87.png) from [FHIR-24849](https://jira.hl7.org/browse/FHIR-24849) *Within the existing structure, the 'or' capability can be achieved by defining sub-groups that are members of the parent group (they can be 'contained' if it would be inappropriate to reference them independently).* --- ### Issues - Etensions should be on `group.member` instead of `group.member.entity` element? - I think so - in general is better on the "root" element - member.entity not intuitive element name: how about "reference" - changing elements names is painful- is 'juice worth the squeeze' --- ### Next Steps - Add more test data to Servers - Servers that can handle the fetching additional data using the Q/QR - Add more info to developer panel in CodeLab - Servers to add more capabilities for fetching additional data - e/g support _include and batch processing - Simplify codes for characteristics - Define formal definition for extensions, codesystem - Ultimately IG --- ### Wrap up --- ### Thank you! ---

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully