Stream: committers
Topic: IdType sets urn:* for IDs
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.
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?
Grahame Grieve (Mar 21 2019 at 20:48):
fhir core issue
Grahame Grieve (Mar 21 2019 at 20:49):
@James Agnew I'll leave this for you
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