Reputation: 3
At a medical device manufacturer company I work at, we are looking into consolidating our data model and APIs between products. Since I worked in the IEEE 11073 as well as HL7 Devices working group a while back, I suggested to look into HL7 FHIR for this.
We were able to map almost all concepts we are having to an existing resource or identify one where we could place an extension on.
Goals:
Problem:
There is no technical concept of application configuration / settings in FHIR. (e.g. key-value pairs for configuring dark mode of the UI or stuff like that)
(Note: given the nature and intention of HL7, that is per-design and not a complaint!)
Possible solutions:
Questions:
Upvotes: 0
Views: 84
Reputation: 6793
Basic is certainly an option. A couple of other possibilities:
If you need complex nesting or need values other than those supported by Observation, Basic is your best bet. It's intended for representing data that isn't really 'healthcare' data or where there's no standardization of what the data should be. Application configuration settings would tick both boxes.
Upvotes: 0