FHIR Chat · IdType sets urn:* for IDs · committers

Stream: committers

Topic: IdType sets urn:* for IDs


view this post on Zulip Patrick Werner (Mar 21 2019 at 18:27):

IdType.setValue(String value) processes the passed value before setting the actual ID. It extracts version,history etc parts, removes the baseUrl before setting the ID.
If you pass a urn there is no pre-processing, it is set as it is and therefore not a valid id.

view this post on Zulip Patrick Werner (Mar 21 2019 at 18:30):

I created a fixing PR: https://github.com/hapifhir/org.hl7.fhir.core/pull/12 for DSTU3, if you agree i will apply the same fix to DSTU2 & R4.
@James Agnew this breaks many tests in hapi, i can help to fix them again.
@Grahame Grieve do i open an Issue in fhir.core, or a GF Tracker item?

view this post on Zulip Grahame Grieve (Mar 21 2019 at 20:48):

fhir core issue

view this post on Zulip Grahame Grieve (Mar 21 2019 at 20:49):

@James Agnew I'll leave this for you

view this post on Zulip James Agnew (Mar 25 2019 at 14:46):

FYI- I'm going to comment in the PR


Last updated: Apr 12 2022 at 19:14 UTC