We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I tried to bundle the CPG resources I got errors because url like urn:hl7-org:elm-types:r1 are not supported
urn:hl7-org:elm-types:r1
I tried to do that
!Url.configure_constraints(regex=re.compile(r".+" ))
but I got
AttributeError: type object 'Url' has no attribute 'configure_constraints'
The text was updated successfully, but these errors were encountered:
✨ issue #129 added support for urn for Url FHIR types, added more val…
7008334
…idation (path) inside Url type.
No branches or pull requests
Description
When I tried to bundle the CPG resources I got errors because url like
urn:hl7-org:elm-types:r1
are not supportedWhat I Did
I tried to do that
but I got
The text was updated successfully, but these errors were encountered: