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

Implement Heart Rate transformation. #8

Closed brandonpollett closed 7 years ago

msftclas commented 7 years ago

@brandonpollett, 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

HATIMS commented 7 years ago
    public static readonly Coding BodyWeight = new Coding()

are you missing the () for HeartRate coding?


Refers to: Microsoft.HealthVault.Fhir/Codes/HealthVault/HealthVaultVitalStatisticsCodes.cs:21 in a916e6e. [](commit_id = a916e6e8a9454479d7d28497f597e0729e3bbae2, deletion_comment = False)

HATIMS commented 7 years ago
    public static CodeableConcept BodyWeight = new CodeableConcept()

same as before


Refers to: Microsoft.HealthVault.Fhir/Constants/HealthVaultVocabularies.cs:35 in a916e6e. [](commit_id = a916e6e8a9454479d7d28497f597e0729e3bbae2, deletion_comment = False)

HATIMS commented 7 years ago

:shipit:

gcorvera commented 7 years ago

:shipit: