Stream: implementers
Topic: Codes for parts of combined scores
Pieter Edelman (Jul 03 2019 at 15:15):
We've got several 'combined scores' that we're trying to model in FHIR; SNAQ, FLACC, MUST, STRONGkids, etc. All these assessments are based on multiple sub-assessments, which are combined into a final score.
We're trying to model this in the same way as the Apgar score, which is a standard example on the Observation resource. The different sub-assessments are here mapped onto Observation.component, and the final score on Observation.valueQuantity.
However, in order to do this, all the different .components need their own code from a code system. For Apgar there are loinc codes available for each of the parts, but this is not the case for all of these assessments. Does anybody know what's the best way to deal with this situation?
Lloyd McKenzie (Jul 03 2019 at 18:30):
Best practice would be to define codes for the components
Last updated: Apr 12 2022 at 19:14 UTC