Stream: genomics
Topic: variant profile data-types
Patrick Werner (Jun 06 2019 at 12:53):
currently we have the data-type Count on Allelic read depth and Genomic structural variant copy number this datatype is a profile on Quantity which can be simplified for both usages to unsigned integer. This would simplify the instances of variant as integer is a primitive data type
Patrick Werner (Jun 06 2019 at 12:55):
Count = 6 lines per FHIR Instance, unsignedInt = 1 line
Patrick Werner (Jul 09 2019 at 13:55):
just revisited, not possible due to restriction on value in Observation.value[x] core spec.
Jamie Jones (Jul 09 2019 at 16:38):
Could take it up with O&O to see if they would want to expand the allowed types
Kevin Power (Jul 09 2019 at 19:31):
This feels like something that can wait - I like thinking about "lines per instance" to make sure we are efficient, but I think right now this is a case of premature optimization.
Last updated: Apr 12 2022 at 19:14 UTC