Russell Bateman
February 2024
last update:
02/08/2024 23:50:36
I finally got around to composing some beginning notes on HAPI FHIR data
structures and how to use them. I am also scraping together some tricks I use
to boilerplate their use, reduce complexity, save vertical space, etc.
Also, these notes go a very long way to connect HAPI FHIR (Java) coding
to what you're used to seeing in formalHL7FHIRstandard documentation.
Often at first, it puzzled me as whether to use a value,
a coding, the display or the text.
There is not a great number of good examples or sample code for HAPI FHIR.
I have tried to gather the antidote for that in my various HAPI FHIR notes
on this site.