microsoft / healthvault-fhir-library

The HealthVault FHIR Library is a community project started by Microsoft and Get Real Health seeking to produce an open source library for apps that utilize the HL7's FHIR Standard so they can interoperate with the data types used by HealthVault and Get Real Health’s CHBase.
MIT License
25 stars 14 forks source link

Defining solution and project structure #2

Closed gcorvera closed 7 years ago

gcorvera commented 7 years ago

Defines the initial structure for the FHIR to HealthVault Transformer…s and HealthVault to FHIR Transformers. This is an initial pass to try some concepts and find gaps.

msftclas commented 7 years ago

@gcorvera, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot #Closed

aviade commented 7 years ago

:clock1:

suryaren commented 7 years ago

:clock1:

vsmahesh commented 7 years ago

Weight weight = observation.ToWeight(); is straight forward and simple usecase; but what if I am getting a bundle of observations which contains both weight, height and blood glucose. How will I be able to call observation.ToX() without knowing what is X! I strongly think we should leverage XSLT for the transformation as it is done for clinical documents