Microsoft Health Thing Type

Genetic SNP Result

Stores a collection of results of a SNP genetic test.

Type Name: Genetic SNP Result
Type Id: 9d006053-116c-43cc-9554-e0cda43558cb
Effective Date Element: when
Type Root Element: urn:com.microsoft.wc.thing.genetic-snp-result:genetic-snp-results

Uses Other Data Section of Thing: False

Remarks

The SNP data is stored in the other-data section of the object, and must be fetched by specifying HealthItemRecordSections.OtherData.
The format of the other-data section is the HealthVault comma-separated format.
Within the comma-separated data, each SNP is encoded as follows:
[refSNP id],[strand orientation],[result],[assay id],[start position],[end position]
Where: refSNP id: identifier from NCBI dbSNP database. strand orientation: "+" encodes top, "-" encodes bottom. result: the result of the test. assay id: Platform-dependent id. start position: Start position on the chromosome. end position: End position on the chromosome.
Example: rs1891906,-,GT,SNP_C-315533,940106,940107