Stream: social
Topic: Acronym
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
David Hay (Apr 09 2018 at 03:57):
Love it!
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 ! :-) )
Jens Villadsen (Apr 09 2018 at 21:34):
FHIR Helps Innovation Rapidly
Brett Esler (Apr 10 2018 at 10:34):
From Here It's RESTful
Michael van der Zel (Apr 11 2018 at 10:56):
and From Here It's Resources
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```
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