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

Regex für E-Rezept Token #23

Open
florianschoffke opened this issue Mar 13, 2023 · 1 comment
Open

Regex für E-Rezept Token #23

florianschoffke opened this issue Mar 13, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request FHIR Issues concerning the FHIR Profile
Milestone

Comments

@florianschoffke
Copy link
Contributor

In EPrescriptionTokenIdentifer.fsh ist noch ein Regex zu implementieren, der einen Token entsprechend abprüft

Beispiel Token:
Task/160.000.000.000.123.76/$accept?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea

Bisheriger Regex:
$this.toString().matches('^Task/[0-9]{3}.[0-9]{3}.[0-9]{3}.[0-9]{3}.[0-9]{3}.[0-9]{2}/$accept?ac=[A-Za-z0-9]+$')
$this.toString().matches('^Task/[0-9]{3}.[0-9]{3}.[0-9]{3}.[0-9]{3}.[0-9]{3}.[0-9]{2}/$accept?ac=[A-Za-z0-9]+$

@florianschoffke
Copy link
Contributor Author

von @patrick-werner:
Ich teste das Problem heute nochmals durch, FSH macht manchmal escape Problem. (Es wird aber an einer einfacheren Lösung gearbeitet: https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/Proposed.20new.20syntax.20option.20for.20insert.20rules

@florianschoffke florianschoffke self-assigned this Mar 13, 2023
@florianschoffke florianschoffke added enhancement New feature or request FHIR Issues concerning the FHIR Profile labels Dec 1, 2023
@florianschoffke florianschoffke added this to the v1.1 milestone Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FHIR Issues concerning the FHIR Profile
Projects
None yet
Development

No branches or pull requests

1 participant