hl7 - FHIR: Identity of patient records -
As an HISP, we will obtain patient records from different organizations, but the patient records by our system's user-aid Would like the key. We will also highlight the records for third-party app developers through the API. App developers can query for medical records by our user-side. By the tip, the identifier property is used for cross referencing in various systems and can not be used for this purpose. I'm thinking of using ID assets with the value of 'id': 'FFEBED08-29EF-E211-BECC-888C662DF58B', 'Type': 'User', 'Instance': '56D95BB2-1CE0-4BAB-A946 - 19 FD 60C 48D76 '}, where' id 'is the user ID and' InstanceID 'is the unique identifier of the record. Is it acceptable? Or should we use modifiability to store our user-id?
Here are the cases of use:
- For user A in our system, we can get patient records from Hospital X. Primary care provider Y
- User can query for A Medical Records, we need to merge records from both the providers and the user has it.
- Each user has a unique ID in our User ID
- Patient record providers are sent by X & amp; After authenticating the user to use AOTH flow,
- Our system now knows that this record is for User A and links it using our system's User ID. It helps in User A to get a consolidated view of the medical records.
What is the proper asset to store the user ID of our system?
Comments
Post a Comment