-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extract data type mapping #4
Comments
notes in discussion with @gasperr: Gašper Andrejc How: I would like it to be a computable artefact. Like a json file with a schema or something (maybe FHIR concept map or similar could work too?) Why is a good question. It’s currently an underbelly feeling that this is useful. Which is what I’m trying to validate with you. Some thoughts are:
-it competes less with other standards like FHIR mapping language
One area I expect there might be problems in is the complicated data types. Eg dv text which has term mappings in openehr or human name and address in FHIR. It might need more logic than a simple json file allows. My assumption is that it's straightforward and little work (hours -days) to extract it. If this is wrong it might not be worth the effort. On the openEHR part the delineation is quite clear: data types are all (and only afaik...) here: https://specifications.openehr.org/releases/RM/development/data_types.html#_data_types_information_model (mapping of primitive types e.g. string, integer, boolean etc.) I'm ok with mapping implicitly, assuming FHIR and openEHR implementations both assume common programming languages with shared (or close enough) definitions on those. right? |
I like the explicit data type mapping. I know there's currently multiple implementations of this mapping in other projects. e.g. veratech's and aucdi. So I think it would be helpful to extract this mapping, review it, and have it available for more projects. A good candidate for collaboration between fhir and hl7.
The text was updated successfully, but these errors were encountered: