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

Healthvault thing should be transformed to DomainResource #13

Closed jeffy-grh closed 7 years ago

jeffy-grh commented 7 years ago

Currently Healthvault things are transformed to an Observation. This won't be the case when we start with non-observation based resources like Medication. We should be transforming to DomainResource(or its base Resource)

jeffy-grh commented 7 years ago

Closed by #17