FHIR Chat · R5 Code · hapi

Stream: hapi

Topic: R5 Code


view this post on Zulip Grahame Grieve (Oct 17 2019 at 20:54):

I'm about to commit regenerated R5 code in hapi/fhir-core

view this post on Zulip James Agnew (Oct 28 2019 at 01:06):

FYI to any HAPI FHIR users, I'm in the process of setting HAPI 4.1.0-SNAPSHOT to use the new structures. This should be merged to master and pushed to central tomorrrow.

Note to anyone doing R5 subscriptions in HAPI: As of now, the only way to define subscriptions ini R5 is using a contained Topic resource inside the Subscription resource. This is not the plan long term of course, but we need to catch up to the latest definitions. (Nothing has changed for R4 and below, so hopefully this doesn't affect many people).

view this post on Zulip Rik Smithies (Nov 10 2019 at 20:32):

How would I install a server version of this please? Does the hapi-fhir-jpaserver-starter master branch include these updates? Do I need to follow the "Using Snapshot Builds" section from https://hapifhir.io/download.html#Using_Snapshot_Builds?

view this post on Zulip Rik Smithies (Nov 11 2019 at 23:42):

@James Agnew

view this post on Zulip James Agnew (Nov 12 2019 at 00:04):

Hi Rick, what you want is this branch of the starter project: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/tree/rel_4_1_0

Note that we'll be releasing on Wednesday so it'll be master shortly.

view this post on Zulip Rik Smithies (Nov 12 2019 at 12:22):

thanks James, that sounds like just what I need.

When I try to run I get a POM error. Looks like something simple, some name needs updating maybe?

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for ca.uhn.hapi.fhir:hapi-fhir-jpaserver-starter:4.1.0-SNAPSHOT: Could not find artifact ca.uhn.hapi.fhir:hapi-fhir:pom:4.1.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 11, column 13

view this post on Zulip James Agnew (Nov 12 2019 at 13:34):

Ah yeah, you also need to build hapi fhir locally first. Or wait about 12 hours :)

view this post on Zulip Rik Smithies (Nov 12 2019 at 15:43):

ok thanks, waiting seems like a good use of my time. build while you sleep ;-)

view this post on Zulip Grahame Grieve (Dec 21 2019 at 07:01):

For the R5 FHIR Core code, I'm thinking of moving all the castToX methods out of Base into some Class called TypeConvertor or something. thoughts?

view this post on Zulip Grahame Grieve (Dec 21 2019 at 07:03):

that is the code in org.hl7.fhir.r5.model


Last updated: Apr 12 2022 at 19:14 UTC