Stream: implementers
Topic: FHIR build bug?: Java reference classes
Patrick Werner (Oct 03 2018 at 14:30):
i just saw:
@ResourceDef(name="Observation", profile="http://hl7.org/fhir/Profile/Observation")
at: https://github.com/HL7/fhir/blob/5e5a1332846a4007ae6336e333fed80cf5afedfc/implementations/java/org.hl7.fhir.r4/src/org/hl7/fhir/r4/model/Observation.java#L48
It is the same for all stu3 and R4 java model classes.
Shouldn't this be profile="http://hl7.org/fhir/StructureDefinition/Observation
?
@Grahame Grieve
Patrick Werner (Oct 03 2018 at 18:09):
discussed the issue with @James Agnew seems like a bug in the FHIR build
Stefan Lang (Oct 03 2018 at 19:35):
Did the build server make a booboo or is this permanent?
Should be a tracker in the latter case? @Grahame Grieve
Grahame Grieve (Oct 03 2018 at 20:11):
please make a tracker
Patrick Werner (Oct 03 2018 at 20:29):
done:
GF19293
Last updated: Apr 12 2022 at 19:14 UTC