Skip to content

Commit

Permalink
renamed covid_symptom__define_dx_icd10
Browse files Browse the repository at this point in the history
towards better support of PCR tests and results in different coding systems and EHR support.

#8
#13
  • Loading branch information
comorbidity committed Jun 21, 2023
1 parent 051fff3 commit 440bf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus_library_covid/covid_symptom/define_dx_icd10.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
create or replace view covid_symptom__define_dx as select * from (values
create or replace view covid_symptom__define_dx_icd10 as select * from (values
('http://hl7.org/fhir/sid/icd-10-cm', 'U07.1', 'COVID-19')
) AS t (system, code, display) ;

0 comments on commit 440bf05

Please sign in to comment.