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
26 stars 14 forks source link

Record context is required for transformation #27

Open vsmahesh opened 7 years ago

vsmahesh commented 7 years ago

Most of the FHIR resources require reference to the patient; they have a cardinality of 1..1. It is relaxed for observation for a different reason. See the comments here. Since record (patient) information is not part of HealthVault items, we may have to introduce some mechanism to pass the record context to the transformation process so that it can populate this field as well.

Any suggestions?