nazrulworld / fhir.resources

FHIR Resources https://www.hl7.org/fhir/resourcelist.html
https://pypi.org/project/fhir.resources/
Other
365 stars 104 forks source link

urn not supported in Url #129

Closed delcroip closed 1 year ago

delcroip commented 1 year ago

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'