Hello!
We previously used Home (concept_id = 8536) for the discharged_to_concept_id field in the visit_occurrence table. However, this concept is no longer a valid standard option and now maps to Home Visit (concept_id = 581476), and there is no standard “Home” concept in the Visit domain that can be used for discharged_to_concept_id.
According to the OMOP documentation:
“discharged_to_concept_id: This concept is part of the visit domain and can indicate if a patient was transferred to another hospital or sent to a long-term care facility, for example. It is assumed that a person is discharged to home therefore there is not a standard concept id for ‘home’. Use concept id = 0 when a person is discharged to home.”
https://ohdsi.github.io/CommonDataModel/cdm54.html#visit_occurrence
Because we have a large volume of records without discharge information, we would like to differentiate between “Home” and “No information”, rather than treating both as concept_id = 0.
Could you please advise on the recommended approach?
@clairblacketer @cukarthik
Thank you!