-
Notifications
You must be signed in to change notification settings - Fork 1
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
2021-09-23 Data Dictionary #191
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alex-dzeda
approved these changes
Mar 11, 2024
greg-pf
added a commit
that referenced
this pull request
Aug 9, 2024
## 🎫 Ticket https://jira.cms.gov/browse/BCDA-8126 ## 🛠 Changes 1. ### Uploaded a new version of the Partially Adjudicated Claims Data Dictionary with the following changes: a) Added the following rows to the Institutional-FISS tab FISS Business Name | Field Name | Field Description | Additional Information | CCLF File | CCLF FIeld | CMS Code List, if any | FHIR Resource (C= claim, CR = claim response) | FHIR R4 Element | FHIRPath | Hard-coded Values for Sandbox Data -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- National Drug Code (NDC) | NDC | This field identifies the NDC assigned to each medication. | | No direct equivalent | No direct equivalent | None | C | item[N].detail[N].productOrService.coding[N].code | item[%n].productOrService.extension.where(url='http://hl7.org/fhir/sid/ndc').valueCoding.code | National Drug Code (NDC) Quantity | NDC-QTY | This field identifies the quantity of the NDC medication administered. | | No direct equivalent | No direct equivalent | None | C | item[N].detail[N].quantity.value | item[%n].quantity.value | National Drug Code (NDC) Quantity Qualifier | NDC-QTY-QUAL | This field identifies the measurement qualifier for the quantity of the NDC medication administered | | No direct equivalent | No direct equivalent | None | C | item[N].detail[N].quantity.unit | item[%n].modifier.coding.where(system='http://unitsofmeasure.org').code | Admission Type Code | ADM-TYP-CD | Indicates the type and priority of inpatient services. | | CCLF1 | CLM_ADMSN_TYPE _CD | Claim Admission Type Code include: 0 = Blank 1 = Emergency 2 = Urgent 3 = Elective 4 = Newborn 5 = Trauma Center 6-8 = Reserved 9 = Unknown | C | supportingInfo[N].coding[N].code | supportingInfo.where(code.coding.where(system='https://www.nubc.org/CodeSystem/PriorityTypeOfAdmitOrVisit')).code.coding.code | b) Added the following rows to the Professional-MCS tab MCS Business Name | Field Name | Field Description | Additional Information | CCLF File | CCLF Field | CMS Code List, if any | FHIR Resource | FHIR R4 Element | FHIRPath | Hard-coded Values for Sandbox Data -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- Detail level NDC (National Drug Code) | DTL-NDC | This field holds the data from segment 2410-LIN03 of claims submitted in 5010A1 format. | | No direct equivalent | No direct equivalent | None | C | item[N].detail[N].productOrService.coding[N].code | item[%n].productOrService.extension.where(url='http://hl7.org/fhir/sid/ndc').valueCoding.code | Detail level NDC (National Drug Code) Units | NDC-UNIT-COUNT | This field holds the data from 5010A format 2410 CTP04 claims. | | No direct equivalent | No direct equivalent | None | C | item[N].detail[N].quantity.value | item[%n].quantity.value | c) Updated the Change Log tab d) Incremented the version # to 1.1.0 in the Overview tab 2. Reference new PAC data dictionary following the pattern established in #191 3. Remove the old PAC data dictionary ## ℹ️ Context This change updates the data dictionary for partially adjudicated claims to reflect new fields added to partially adjudicated claims in May 2024. ## 🧪 Validation Deployed to [staging](https://stage.bcda.cms.gov/partial.html#data-dictionary) and confirmed both file download links work as expected in the PAC Data Dictionary & PAC FAQ sections
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
https://jira.cms.gov/browse/BCDA-BCDA-7846
🛠 Changes
Updating Data Dictionary to be one file and adding one commit for each of the following so the history is accessible.
ℹ️ Context for reviewers
Modifying the data dictionary to be one file so the changes are tracked in single file history and updates won't require a deployment and static site update.
✅ Acceptance Validation
Manually verified file commits/changes, ran locally, verified in stage environment.
🔒 Security Implications
If any security implications apply, add Jason Ashbaugh (GitHub username: StewGoin) as a reviewer and do not merge this PR without his approval.