Stream: implementers
Topic: Encounter.diagnosis.use
Vitaly Rodionov (Apr 12 2022 at 12:57):
We would like to expand types of diagnosis in Encounter.diagnosis.use attribute to include anatomical pathology diagnosis and some additional types of diagnosis for our project.
Encounter.diagnosis.use is currently binded to ValueSet https://www.hl7.org/fhir/valueset-diagnosis-role.html (preferred) with following concepts:
- Admission diagnosis
- Discharge diagnosis
- Chief complaint
- Comorbidity diagnosis
- pre-op diagnosis
- post-op diagnosis
- Billing
The types that we are lacking are:
1) Anatomical pathology diagnosis types such as
- biopsy diagnosis
- surgical resection diagnosis
- autopsy diagnosis
- forensic diagnosis
2) Some kind of "visit\episode\current" diagnosis:
- to encode diagnosis between admission and discharge
- to encode diagnosis for episode of treatment for example:
-- diagnosis at the time of a chemotherapy treatment cycle
-- diagnosis for an outpatient visit
Should we define local extended ValueSet for our project (preferred binding is allowing it) or rather should we suggest extending the current ValueSet for the next FHIR version (and how to formally propose and discuss the exact concepts (code\display values))?
probably related to the topic: https://confluence.hl7.org/pages/viewpage.action?pageId=51223352
Last updated: Apr 12 2022 at 19:14 UTC