Stream: hapi
Topic: Load draft Clinical Genomics IG profiles to HAPI
Mullai Murugan (Jul 17 2019 at 02:15):
Hello, new implementer here - any resources or advice on how to load draft profiles to HAPI FHIR? We need to load Clinical Genomics IG's draft profiles to HAPI but are not sure on how to proceed with this. TIA!
Kevin Power (Jul 22 2019 at 15:05):
I think @Patrick Werner may have done something like this.
Patrick Werner (Jul 22 2019 at 15:06):
unfortunately it is still on my todo list (maybe i find some time during the upcoming Connectathon)
Grahame Grieve (Jul 23 2019 at 10:51):
what would it mean?
Patrick Werner (Jul 23 2019 at 11:42):
extending the hapi cli to be able to upload FHIR packages to a (hapi) FHIR Server
Mullai Murugan (Jul 23 2019 at 13:51):
@Patrick Werner @Kevin Power @Grahame Grieve Until a package uploader is built, Patrick walked us through a process to load CG draft profiles to HAPI FHIR server - basically it requires you to post each profile to the HAPI FHIR server using a tool like PostMan.
James Agnew (Jul 24 2019 at 09:31):
One thing I'd really like to see too in HAPI's JPA server is a dedicated storage area for validation NPM packages, where the resources would be available for validation and terminology operations without being "exploded" into individual resources stored in the server.
This is a longer term thing, but something I'm planning on exploring once I'm done with the bulk operations.
Patrick Werner (Jul 24 2019 at 09:49):
nice @James Agnew ! I wish FHIR packing would be more standardized. Do you have an idea on how to identify examples and not using them for conformance testing?
(discussion here: https://chat.fhir.org/#narrow/stream/179166-implementers/topic/FHIR.20NPM.20packages/near/171442205 )
David Hay (Jul 27 2019 at 19:06):
I'm likely being slow here, but doesn't the filename give the clue?
Patrick Werner (Jul 29 2019 at 08:36):
It can be a clue, but it is not stated anywhere how to distinguish examples from conformance. So Simplifier puts "example" in the filename, the IG publisher doesn't change or enforce anything on the filename.
I would love to have this stated explicitly in the package.json. (This is a npm native property: https://docs.npmjs.com/files/package.json#directoriesexample)
Last updated: Apr 12 2022 at 19:14 UTC