FHIR Chat · R4 models · hapi

Stream: hapi

Topic: R4 models


view this post on Zulip Sean McIlvenna (Oct 23 2018 at 20:26):

How can I find which version of models is being used in HAPI for R4?

view this post on Zulip Sean McIlvenna (Oct 23 2018 at 20:26):

Is there somewhere in the GitHub project that I can download the definitions for R4 that HAPI is using?

view this post on Zulip Grahame Grieve (Oct 23 2018 at 22:29):

you mean which candidate publication? it should be in the version e.g. 3.5.0

view this post on Zulip Grahame Grieve (Oct 23 2018 at 22:29):

which matches the version on hl7.org/fhir/directory.html

view this post on Zulip Joel Schneider (Oct 25 2018 at 23:52):

The code here looks relevant:
https://github.com/jamesagnew/hapi-fhir/tree/master/hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/model

view this post on Zulip Adesh Atole (Sep 30 2021 at 20:06):

What are the hash values defined in getProperty() for r4 models?

view this post on Zulip Grahame Grieve (Sep 30 2021 at 23:16):

String hash of the name.


Last updated: Apr 12 2022 at 19:14 UTC