Skip to content

Commit 14e6265

Browse files
add header for data dictionary
1 parent 3453480 commit 14e6265

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/bfd-model-idr/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,13 @@ SYNTHETIC_CLM_ANSI_SGNTR.csv
131131

132132
These files represent the schema of the tables the information is sourced from, although for tables other than CLM_DT_SGNTR, the CLM_UNIQ_ID is propagated instead of the 5 part unique key from the IDR.
133133

134-
Data Dictionary Notes:
134+
### Data Dictionary
135+
135136
Generally, the data dictionary will source definitions from the IDR's table definitions. There are instances where this may not be the definition we wish to publish. To overwrite the definition from the IDR, or populate a definition not available from the IDR, populate the "definition" key for the relevant concept in the relevant StructureDefinition.
136137

137138
Sometimes a field may be condensed at the IDR level, and fanned into multiple discrete components at the BFD / FHIR layer. An example is BENE_MDCR_STUS_CD. This code can indicate several interesting characteristics, such as ESRD status and disability status. A field, nameOverride, is available to directly populate names in the BFD DD for these fields that do not surface through a StructureDefinition.
138139
To generate the data dictionary:
139140

140141
```sh
141-
python gen_dd.py
142+
uv run gen_dd.py
142143
```

0 commit comments

Comments
 (0)