FHIR Flashcards
EHR
electronic health record - contains patient’s data digitized
HL7
small standards development organization (their community members made FHIR)
FHIR
Open-source EHR standard data model and RESTful API made for techies, not medical experts.
Only contains what’s needed for 80% of systems, nothing more to prevent bloat, remaining 20% of use cases can be developed by the individual. Almost nothing is mandatory, which makes it less interoperable.
FHIR stands for
Fast (to adopt without medical knowledge)
Healthcare
Interoperability
Resources (HTTP ones)
smile CDR
open source library for implementing FHIR in Java
kafka
open-source distributed event store and stream-processing platform
connectathon
type of event where health tech industry leaders gather to test standards as part of its development process
encounter
a doctor’s appointment or hospital stay
observation
a measurement on the patient (e.g. lab value)
DiagnosticReport
an entire health report (e.g. lab report, xray report)
MedicationPrescription
Rx for meds
Resource attributes
Metadata (ID, version, tag, profiles, etc)
Extensions (info that didn’t fit in the 80% of use cases)
Narrative (HTML presentation of resource, optional but good for interoperability)
Body (resource data)
FHIR encodings
JSON almost all the time
XML sometimes
researchers like RDF/Turtle
Identifier
datatype representing the identifier for anything, consisting of:
system (URI indicating type of identifier)
value (actual identifier)
FHIR IG
implementation guide - informal modification of FHIR spec for a specific use case