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

urn not supported in Url #129

Closed
delcroip opened this issue May 23, 2023 · 0 comments
Closed

urn not supported in Url #129

delcroip opened this issue May 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@delcroip
Copy link

delcroip commented May 23, 2023

  • fhir.resources version: 4
  • Python version: 3.10
  • Operating System: Ubunti

Description

When I tried to bundle the CPG resources I got errors because url like urn:hl7-org:elm-types:r1 are not supported

What I Did

I tried to do that

!Url.configure_constraints(regex=re.compile(r".+" ))

but I got

AttributeError: type object 'Url' has no attribute 'configure_constraints'
@nazrulworld nazrulworld added the bug Something isn't working label May 25, 2023
nazrulworld added a commit that referenced this issue May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants