Skip to content

Validation on text fields to strict - low priority #168

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

Open
DylanHainsworthNHSD opened this issue Jul 9, 2021 · 1 comment
Open

Validation on text fields to strict - low priority #168

DylanHainsworthNHSD opened this issue Jul 9, 2021 · 1 comment

Comments

@DylanHainsworthNHSD
Copy link

Some pretty strict validation on text fields like “code” below in discharge disposition. This is not major just want to understand why this has been set this way.

  • code=””

In one of our test examples, we inserted a Dx code with a "-" and space and the message was rejected.

@dawidskainos
Copy link
Contributor

Hi @DylanHainsworthNHSD

Adaptor validates incoming messages against POCD_MT000002UK01 schema (https://data.developer.nhs.uk/dms/IUC-3.0-RC1/AssociatedSpecifications/GenericCDA/Domains/messages.html)

In this particular case dischargeDispositionCode element validation fails due to invalid code attribute value - 'DispoCode - Dx06'

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

No branches or pull requests

2 participants