Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admitting_source_concept_id when admitted from home #684

Closed
solmazeradat opened this issue Apr 24, 2024 · 2 comments
Closed

Admitting_source_concept_id when admitted from home #684

solmazeradat opened this issue Apr 24, 2024 · 2 comments
Assignees

Comments

@solmazeradat
Copy link
Collaborator

solmazeradat commented Apr 24, 2024

Admitting_source_concept_id when admitted from home

CDM or THEMIS convention?

CDM

Table or Field level?

Field

Is this a general convention?

No

Summary of issues

  • According to visit_occurrence table definition, the field admitted_source_concept_id is used to determine where the patient was admitted from.
  • It is a required field and should be filed by a standard concept in the Visit domain.
  • Although there is a concept for admission from Ambulance, from Outpatient clinics, and more, I can’t find a concept for visits which were admitted by self-referral (or no referral). This is the common case for ER visits.
  • Which concept is the most appropriate for admitting_source_concept_id?

Summary of answer

Author 1:
concept_id=0, because a visit concept by definition describes the interaction between a patient and the healthcare system. If there was no such interaction there is no visit concept.

Documentation for the field ADMITTING_SOURCE_CONCEPT_ID in the VISIT_OCCURRENCE and VISIT_DETAIL tables need to be updated to include setting the field to zero when the person is admitted from home.

Related links

Other comments/notes

  • This updated in the CDM has already been done
@cgreich
Copy link
Contributor

cgreich commented Apr 25, 2024

Are we sure this is the right recommendation? Usually, concept_id=0 means there was something, we just don't know. But as @solmazeradat pointed out there might have been no healthcare setting from which the patient was admitted, and we know that for a fact. Sounds to me we should go to @clairblacketer and make this field nullable.

@MelaniePhilofsky
Copy link
Collaborator

It is a nullable field, @cgreich. However, there is CDM guidance to set to concept_id = 0 when patient was admitted from home. Will assign to @clairblacketer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants