Skip to content
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

Do not invent a family name in ITI-65 request conversion #157

Open
qligier opened this issue Jul 4, 2024 · 1 comment
Open

Do not invent a family name in ITI-65 request conversion #157

qligier opened this issue Jul 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@qligier
Copy link
Collaborator

qligier commented Jul 4, 2024

// CARA PMP
// At least an authorPerson, authorTelecommunication, or authorInstitution sub-attribute must be present
// Either authorPerson, authorInstitution or authorTelecom shall be specified in the SubmissionSet [IHE ITI Technical Framework Volume 3 (4.2.3.1.4)].
person.setName(transform(new HumanName().setFamily("---")));

I would rather let the request fail rather than feed bogus data forward. If XDS on FHIR is used, then XDS cardinalities have to be respected.

@qligier qligier added the enhancement New feature or request label Jul 4, 2024
@qligier qligier self-assigned this Jul 4, 2024
@oliveregger
Copy link
Collaborator

need to check how to solve that on the client side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants