Skip to content

Commit

Permalink
docs: update latest specs
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Feb 13, 2024
1 parent 873d587 commit 8e08508
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ analyst-friendly format, QCS-OE employs the following architecture strategy:
cloud provider (e.g. AWS, Azure, ORACLE Cloud).
- Automatic upgrades of code using `semver` and GitHub tags.

## Specifications

NYeC's specifications are available in
[support/docs/specifications/ahc-hrsn-elt/screening](support/docs/specifications/ahc-hrsn-elt/screening):

- [ahc-hrsn-2024-02-12-valid-final.xlsx](support/docs/specifications/ahc-hrsn-elt/screening/ahc-hrsn-2024-02-12-valid-final.xlsx)
- [CSV_QA_DQ_Validation_2.2024.docx](support/docs/specifications/ahc-hrsn-elt/screening/CSV_QA_DQ_Validation_2.2024.docx)
- [DEMOGRAPHIC_DATA_2.2024.csv](support/docs/specifications/ahc-hrsn-elt/screening/DEMOGRAPHIC_DATA_2.2024.csv)
- [QE_ADMIN_DATA_2.2024.csv](support/docs/specifications/ahc-hrsn-elt/screening/QE_ADMIN_DATA_2.2024.csv)
- [SCREENING_2.2024.csv](support/docs/specifications/ahc-hrsn-elt/screening/SCREENING_2.2024.csv)

## Getting Started

The following instructions are for setting up the code on a
Expand Down
File renamed without changes.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MPI_ID,PAT_MRN_ID,FACILITY_ID,CONSENT ,FIRST_NAME,MIDDLE_NAME,LAST_NAME,ADMINISTRATIVE_SEX_CODE,ADMINISTRATIVE_SEX _CODE_DESCRIPTION,ADMINISTRATIVE_SEX _CODE_SYSTEM,SEX_AT_BIRTH_CODE,SEX_AT_BIRTH_CODE_DESCRIPTION,SEX_AT_BIRTH_CODE_SYSTEM,PAT_BIRTH_DATE,ADDRESS1,ADDRESS2,CITY,STATE,ZIP,GENDER_IDENTITY_CODE_SYSTEM_NAME,GENDER_IDENTITY_CODE,GENDER_IDENTITY_DESCRIPTION,SEXUAL_ORIENTATION_CODE_SYSTEM_NAME,SEXUAL_ORIENTATION_CODE,SEXUAL_ORIENTATION_DESCRIPTION,PREFERRED_LANGUAGE_CODE_SYSTEM_NAME,PREFERRED_LANGUAGE_CODE,PREFERRED_LANGUAGE_DESCRIPTION,RACE_CODE_SYSTEM_NAME,RACE_CODE,RACE_CODE_DESCRIPTION,ETHNICITY_CODE_SYSTEM_NAME,ETHNICITY_CODE,ETHNICITY_CODE_DESCRIPTION,MEDICAID_CIN
557764,11223344,CUMC,Yes,Jon,M,Doe,M,Male,http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender,M,Male,https://terminology.hl7.org/5.4.0/CodeSystem-v3-AdministrativeGender.html,1981-07-16,35 West 29th St,Apt4,New York,New York,10032,SNOMED-CT,446151000124109,Male,SNOMED-CT,20430005,Straight,ISO,Eng,English,CDC,2106-3,White,CDC,2186-5,Not Hispanic or Latino,AA12345C
78641,11335566,AMC,Yes,Jane,P,Smith,F,Female,http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender,M,Male,https://terminology.hl7.org/5.4.0/CodeSystem-v3-AdministrativeGender.html ,1992-10-01,78 Holland,,Albany,New York,12208,SNOMED-CT,407376001,Transgender Femle,SNOMED-CT," 20430005",Straight,ISO,Eng,English,CDC,2028-9,Asian,CDC,2186-6,Not Hispanic or Latino,BB13458C
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PAT_MRN_ID,FACILITY ID (Assigning authority),FACILITY_LONG_NAME,ORGANIZATION_TYPE,FACILITY ADDRESS1,FACILITY ADDRESS2,FACILITY CITY,FACILITY STATE,FACILITY ZIP,VISIT_PART_2_FLAG,VISIT_OMH_FLAG,VISIT_OPWDD_FLAG
11223344,CUMC,Columbia University Irving Medical Center,Hospital,630 W 168th St,,New York,New York,10032,No,No,No
11335566,AMC,Albany Medical Center,Hospital,43 New Scotland Ave,,Albany ,New York,12208,No,No,No
7 changes: 7 additions & 0 deletions support/docs/specifications/ahc-hrsn-elt/screening/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# NYeC Specifications

- [ahc-hrsn-2024-02-12-valid-final.xlsx](ahc-hrsn-2024-02-12-valid-final.xlsx)
- [CSV_QA_DQ_Validation_2.2024.docx](CSV_QA_DQ_Validation_2.2024.docx)
- [DEMOGRAPHIC_DATA_2.2024.csv](DEMOGRAPHIC_DATA_2.2024.csv)
- [QE_ADMIN_DATA_2.2024.csv](QE_ADMIN_DATA_2.2024.csv)
- [SCREENING_2.2024.csv](SCREENING_2.2024.csv)

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 8e08508

Please sign in to comment.