FHIR Chat · Acronym · social

Stream: social

Topic: Acronym


view this post on Zulip Grahame Grieve (Apr 09 2018 at 03:06):

h/t to an implementer who can out himself here if he wants:

FHIR = Far Harder In Real-life

view this post on Zulip David Hay (Apr 09 2018 at 03:57):

Love it!

view this post on Zulip John Silva (Apr 09 2018 at 12:29):

Fix HL7 Immediately Ralph! (from what I used to hear as the acronym for FIAT - Fix It Again Tony ! :-) )

view this post on Zulip Jens Villadsen (Apr 09 2018 at 21:34):

FHIR Helps Innovation Rapidly

view this post on Zulip Brett Esler (Apr 10 2018 at 10:34):

From Here It's RESTful

view this post on Zulip Michael van der Zel (Apr 11 2018 at 10:56):

and From Here It's Resources

view this post on Zulip Mohamed (Apr 11 2018 at 11:07):

and From Here It's Resources

yeah that worked. this is what i did

        ```val ctx = FhirContext.forDstu3()
        val jsonParser = ctx.newJsonParser()
        jsonParser.setPrettyPrint(true)
        val resource = jsonParser.parseResource(fhirBundle) as Patient```

view this post on Zulip Michael van der Zel (Apr 11 2018 at 11:09):

and From Here It's Resources

... and with 'Resources' I mean chat, community, documentation, tooling, test-servers, fun, etc.!


Last updated: Apr 12 2022 at 19:14 UTC