Stream: hapi
Topic: R4 models
Sean McIlvenna (Oct 23 2018 at 20:26):
How can I find which version of models is being used in HAPI for R4?
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?
Grahame Grieve (Oct 23 2018 at 22:29):
you mean which candidate publication? it should be in the version e.g. 3.5.0
Grahame Grieve (Oct 23 2018 at 22:29):
which matches the version on hl7.org/fhir/directory.html
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
Adesh Atole (Sep 30 2021 at 20:06):
What are the hash values defined in getProperty() for r4 models?
Grahame Grieve (Sep 30 2021 at 23:16):
String hash of the name.
Last updated: Apr 12 2022 at 19:14 UTC