You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In content/millennium/r4/financial/general/charge-item.md documentation content, the pattern POST /ChargeItem/:id/$create
incorrectly includes :id in the URL.
In content/millennium/r4/financial/general/charge-item.md documentation content, the pattern
POST /ChargeItem/:id/$createincorrectly includes
:idin the URL.The Example Request
POST https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem/$create
correctly omits
:idin the URL.