Stream: implementers
Topic: FamilyMemberHistory-Genetic
Stephan Wedig (Feb 07 2020 at 09:22):
Hi everyone,
I write a tool that creates c++ classes from the profile files. In FamilyMemberHistory-Genetic the attribute born from FamilyMemberHistory is renamed to bornage. But the name does not adapt to the type as with born. They are still called bornPeriod, bornDate, bornString. Is this a mistake in the documentation or do the old names remain? Another question is: why are the attributes renamed depending on their type.
https://www.hl7.org/fhir/familymemberhistory-genetic.html
Richard Kavanagh (Feb 07 2020 at 09:43):
Hmm, interesting use of a sliceName on elements that are not sliced - haven't seen that before.
Kevin Power (Feb 13 2020 at 05:06):
That profile is owned by Clinical Genomics. Sorry that we all missed this message. But yea, that looks, well, odd. I know that @Patrick Werner likes to review odd things, maybe he can take a look? :slight_smile:
Patrick Werner (Feb 13 2020 at 08:47):
Will have a look later
Patrick Werner (Feb 13 2020 at 17:21):
Ok, thats really odd. In the current build the profile is not corrupted: http://build.fhir.org/familymemberhistory-genetic.profile.json
Patrick Werner (Feb 13 2020 at 17:23):
And looking at the git history there was no recent change on the profile, the spreadsheets looks ok too. @Grahame Grieve was this some sort of tooling issue of the fhir build?
Patrick Werner (Feb 13 2020 at 17:28):
If i valdidate the R4 Version:
- java validator: 0 errors, 3 warnings
- hapi 4.2.0-Spashot: sdf-19 error, 3 warnings
- grahames server: lots of errors!
- VONK: lots of errors
Patrick Werner (Feb 13 2020 at 17:29):
@Stephan Wedig for now i would recommend using the CI Version
Grahame Grieve (Feb 13 2020 at 22:44):
looks very much like some kind of tooling issue that has since been fixed
Last updated: Apr 12 2022 at 19:14 UTC