Hi everyone,
it’s me again
When placing patients in a prone position techniques differ between countries. Some hospitals tend to put the patients at a 135° angle (good lung down/up) whereas others put the patients flat on the belly (180° prone position).
From what I can see there are only two SNOMED concepts that cover this topic:
-
431182000 Placing subject in prone position
-
514971000000103 Placing subject in semiprone position (this is not part of the newest iteration of SNOMED CT as it seems - the concept cannot be found via the SNOMED CT browser)
I can see that the PROCEDURE_OCCURRENCE
table has a modifier_concept_id
. According to the documentation, this column is not primarily suited for such information but the alternative would be to store a separate OBSERVATION
with concepts containing the degrees (creating new ones if they do not exist, e.g. 135°).
As an interesting side note: You will find 134/180 values ranging between 1 and 180 in the OMOP CDM (as part of the Meas Value
domain and Qualifier Value
concept_class). Fortunately, typical values such as 90, 135, and 180 are found in there and could be subsequently used as modifier_concept_id
.
Any thoughts ?