Releases: skylight-hq/FHIR-Converter
Releases · skylight-hq/FHIR-Converter
v7.0-skylight-13
Get all procedure codes
v7.0-skylight-12
Add mapping of pager as use code to system for eCR
v7.0-skylight-11
More work to get dotnet publish
to work
v7.0-skylight-10
Enable standalone binary publishing
v7.0-skylight-9
Return all emergency contacts in the eCR conversion
v7.0-skylight-8
Always use inner text for conversion of note/comment type fields
v7.0-skylight-7
- Allow social history entries that have a value which is coded with nullFlavor = UNK to still be converted as long as they have original text in their value field
- Make sure that all converted social history observations are referenced in the social history section (and not more than did get converted)
- Abstract out the logic of whether to convert a social history observation to the Util/IsSocialHistoryObservation template.
- This template contains boolean logic to figure out if we should convert it or not then renders the result at the end. We can then capture this result when including the template in another template and use its value to simplify/dry out the code there
- Use case/when to dry out a lot of repeated template ID-ing (and also add the check to look at the first as sometimes this had more than one thing and then the old logic just wasn't hitting 😬 )
- Remove the extra special casing for SOCIALOBS in the social history _entry.liquid and just make it a normal special case as it wasn't needed and was causing weird merged objects because we were also converting it in the regular way.
- Create a utility template for handling value[x] fhir mappings and use it in a lot of places
v7.0-skylight-6
What's Changed
Full Changelog: v7.0-skylight-5...v7.0-skylight-6
v7.0-skylight-5
Add fax to contact points in eCR
v7.0-skylight-4
Handle more problem list formats