-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIXm22 - Requirement assigning authority Name on Cross-reference Manager #71
Comments
for PIXm the assigning authority must be provided, otherwise the API will not work. do we need to make it more clear? |
From what you have written, it seems like the PIX Manager in ITI-104 would not add an assigning authority value if it gets a feed with an patient ID without assigning authority. OK... it is different than ITI-8. There is nothing in ITI-104 that specifies how the PIX Manager will respond if it receives a feed w/o an assigning authority on patient ID. Your comment above says that the API will not work. Does that mean that FHIR defines the response in this 'error' condition? |
E.3 FHIR Identifier Type and Z.9.1 Identifier Type both require that system and value are populated. system can be mapped by the PIX Manager to the assigning authority, since the format may be different (oid or url instead of string) the name can also be directly provided by the source or the cross-reference manager needs to handle it. For PIX V3 the following is added in Appendix E (E.2.1 Patient Identifier Cross-reference Manager requirements):
The Appendix E.3 FHIR Identifier Type is a bit less strict:
how about:
if a source would not provide system with the feed FHIR defines the error condition:
|
discussion at telco: need feedback from someone who has implemented pix v3 and pix, will schedule for "virtual f2f" |
rereading: the Patient Identity Source is not required to populate assigningAuthorityName in Patient Identity Feed FHIR [ITI-104] (required to provide system, and value) and currently we have not an explicit requirement that the Patient Identifier Cross-reference Manager would need to add it before doing the cross-referencing, does this cause a problem? |
if we cannot resolve it this meeting we will add it as an open issue and it could be added in the grouping behaviour for the 104 transaction or appendix e |
why is this still open? @oliveregger |
@JohnMoehrke we did not come up to a conclusion at the virtual meeting, we listed it as an open issue 22 in the pixm open issue documentation but are pointing from there to here. |
Section Number 2.3.104.4.1.3 https://profiles.ihe.net/ITI/PIXm/ITI-104.html#23104413-expected-actions
Issue ITI-8 PIXv2 feed has rqmts for the PIX Mgr if assigning authority is not provided by the Source. Do we need this in ITI-104?
Proposed Change
In ITI-8, even though assigning authority is required in the request semantics (as ITI-104 does in 2:3.104.4.1.2.1) there are still rqmts on the PIX Manager for when it receives a feed w/o assigning authority.
ITI-8 Expected Actions says the following; do we need a similar statement in ITI-104?
If the PID-3.4 (assigning authority) component is not included in the message (as described in Section 3.8.4.1.2.3) the Patient Identifier Cross-reference Manager shall fill PID-3.4 prior to storing the ID information and performing its cross-referencing activities. The information filled by the Patient Identifier Cross-reference Manager is based on the configuration associating each of the Patient Identity Source Actors with the subcomponents of the correct assigning authority (namespace ID, UID and UID type). (See Section 3.8.4.1.3.1 below for a list of required Patient Identifier Cross-reference Manager configuration parameters).
... and ...
3.8.4.1.3.1 Required Patient Identifier Cross-reference Manager Configuration
The following items are expected to be parameters that are configurable on the Patient Identifier Cross-reference Manager Actor. For each Patient Identification Domain included in the Identification Cross-reference Domain managed by a Patient Identifier Cross-reference Manager Actor, the following configuration information is needed:
Priority:
The text was updated successfully, but these errors were encountered: