Hello.
The pathology data (CAP) in our source system is stored in question-answer pair. In one case, we have:
Question - Antibody
Answer - 4B5
I can find them in the CAP vocabulary.
The “Antibody” has the concept id “1112134”, which is mapped to another (standard) SNOMED code with concept id “4288455”, under the Measurement domain. So for this record, I thought I would store the concept id “4288455” as the measurement_concept_id; and then, the concept id for “4B5” (concept id: “1112135”) would go to “value_as_concept_id”.
But then, when I look at concept id “1112135” for “4B5”, it is non-standard code, and does not map to any standard code.
Does it mean that the “value_as_concept_id” can have non-standard code? My root question is - how should I store “4B5” in this case?
Thank you!