Stream: implementers
Topic: Getting Started
Roberto Álvarez Sánchez (Jan 03 2017 at 08:44):
What would be in your opinion, the best choices/resources in order to reach a fast catch up on fhir implementation using HAPI: courses, books, tutorials...
Grahame Grieve (Jan 03 2017 at 19:53):
see this: http://wiki.hl7.org/index.php?title=FHIR_Teaching
Dave Russell (Dec 05 2018 at 11:17):
I've kind of happened across this chat group while browsing github and thought it could be useful.
FHIR is something that is of interest to my company - we develop niche Patient Management Systems for the NHS.
As an ISV, where is the best place to "Get Started" with any sort of FHIR integration?
Ewout Kramer (Dec 05 2018 at 12:03):
Hi Dave, welcome to the community! The FHIR specification website is the main source of information, maybe you can start here: http://hl7.org/fhir/overview-dev.html. Also, several parties (amongst them HL7 International - who maintain the FHIR standard) periodically give webinars about the standard.
Dave Russell (Dec 05 2018 at 12:30):
Thanks Ewout. Great start. That will be extremely useful.
What about infrastructure? For example, If I need my system to receive messages related to a patient's test results, or when certain events happen to a patient how would I go about achieving that? Is there some sort of trigger/webhook integration, or do I just have to poll a server in an "are they there yet?" mode ?
Ewout Kramer (Dec 05 2018 at 12:32):
FHIR not only supports a REST-based paradigm (though that's currently the favorite), but also supports pub/sub - which is probably what you are looking for: http://build.fhir.org/subscription.html
Dave Russell (Dec 05 2018 at 15:10):
Ah right. So a subscription is an entity in the same way as everything else. Makes perfect sense. Webhooks would be ideal.
On the surface, this seems to be fairly straightforward to implement using modern development tools. Are there any more hoops you have to go through? Our company has been IGSoC registered for a few years - need to look at DSaPT imminently.
Is NHS-related FHIR limited to the N3 / HSCN network? Or can calls be made to/from AWS "Official" secured hosting, for example?
Grahame Grieve (Dec 05 2018 at 20:04):
@Richard Kavanagh might have some idea about that. Or you could ask very uk specific questions like that on the uk stream
Steve (Jan 14 2019 at 10:05):
Hey!
What is the quickest way to get started and get something running?
Steve.
Lloyd McKenzie (Jan 14 2019 at 14:21):
That depends on what sort of thing you want to get running... What are you wanting to do?
Timothy (Mar 24 2019 at 19:12):
Please be kind. New to FHIR and trying to wrap my head around things. I'm working in Java with Netbeans and I'm struggling even getting started with a basic import. Can someone help point me to which files I need to import to be able to parse a Patient resource in Java?
Lloyd McKenzie (Mar 24 2019 at 19:29):
Best starting point is the Java reference implementation: http://build.fhir.org/downloads.html#refimpl
If you have issues getting that running, raise your questions on the #hapi stream which is where most of the FHIR Java folks hang out. (And welcome to the community :))
Last updated: Apr 12 2022 at 19:14 UTC