Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Review and corrections for ChargeItem #976

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Conversation

RicardoCrespo-ora
Copy link
Contributor

@RicardoCrespo-ora RicardoCrespo-ora commented Sep 5, 2023

Description

In preparation for migrating to Oracle docs, we are reviewing and correcting any inconsistencies, typos, broken links, etc. This PR aims to correct any of the above that needs to be addressed within ChargeItem and any other information directly referenced by it.

Within Chargeitem.extension[x].extension[x].valueCodeableConcept for procedure-codes anchor link is broken, it should be https://fhir.cerner.com/millennium/r4/financial/general/charge-item/#extension

Before:
image
After:
image

When clicking Bill Code types for Chargeitem.extension[x].extension[x].valueCodeableConcept for procedure-codes, its corresponding bill type code PROCCODE is missing from the list of possible bill type codes.

Before:
image
After:
image

Chargeitem.extension[x].valueCodeableConcept for revenue-code should have the same depth as modifier code and procedure code extensions: extension[x].extension[x].valueCodeableConcept, as that is how it appears on live json responses.

Before:
image
After:
image

Chargeitem.extension[x].extension[x].valueCodeableConcept for national-drug-product has a Broken url in Details for National Drug Product: https://hl7.org/fhir/sid/ndc will redirect to https://hl7.org/fhir/http://terminology.hl7.org/5.1.0/CodeSystem-v3-ndc.html which returns a Server Error, should be https://terminology.hl7.org/5.1.0/CodeSystem-v3-ndc.html

Before:
image
image

After:
image
image

For Operations charge-item-credit, charge-item-modify, charge-item-create, their top of section anchor links don’t work properly, this is because in the table they are defined with the prefix operation-charge-item but the metadata endpoint (https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/metadata) has them defined as #credit, #modify and #create respectively, and the anchor url is automatically defined from that. This change aims to make them match with the response from metadata so that the proper anchor url is generated.

Before
image

After
image

Create URL includes an :id, but this endpoint shouldn't have an id parameter, the example correctly omits it

Before
image

After
image

PR Checklist

  • Screenshot(s) of changes attached before changes merged.
  • Screenshot(s) of changes attached after changes merged and published.

@amcginn
Copy link
Member

amcginn commented Sep 6, 2023

ChargeItem Create "before" image is incorrect

content/millennium/r4/proprietary-codes-and-systems.md Outdated Show resolved Hide resolved
lib/resources/r4/charge_item.yaml Outdated Show resolved Hide resolved
@RicardoCrespo-ora
Copy link
Contributor Author

ChargeItem Create "before" image is incorrect

Updated with correct image. Thanks

Copy link
Contributor

@kckeim kckeim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looked appropriate to me - you did a great job with getting supporting screenshots and such

Copy link

@krycunn krycunn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Love the before and after screenshots 🔥

@gmodrogan gmodrogan merged commit 5479892 into main Sep 13, 2023
1 check passed
@gmodrogan gmodrogan deleted the ChargeItem_migration_validate branch September 13, 2023 06:52
Surya-Rnsit pushed a commit that referenced this pull request Sep 28, 2023
 
* Review and corrections for ChargeItem (#976)
* typo fix for CapabilityStatement (#977)
* fixing URLs for scope and purpose in consent (#979)
* Updated DSTU2 care-plan (#980)
* Updated R4 CarePlan Resource (#981)
* Updated R4 CareTeam Resource (#982)
* Updated R4 CareTeam Resource (#983)
* Updated DSTU2 Binary Resource (#984)
* Review and Corrections for Device (#985)
* Consent updated examples (#986)
* Updated AllergyIntolerance R4 resource (#987)
* Custom encounter search (#989)
* Updated AllergyIntolerance DSTU2 resource (#990)
@JagatNayak
Copy link
Contributor

After Publish
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants