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

Commit

Permalink
Fixed typos and missing info for ChargeItem
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoCrespo-ora committed Sep 1, 2023
1 parent 39fb654 commit 8360647
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions content/millennium/r4/financial/general/charge-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ List an individual ChargeItem by its id:

The common [errors] and [OperationOutcomes] may be returned.

## Operation: charge-item-credit
## Credit


Creates an offsetting ChargeItem for an existing debit ChargeItem.
Expand Down Expand Up @@ -209,7 +209,7 @@ The `ETag` response header indicates the current `If-Match` version to use on su

The common [errors] and [OperationOutcomes] may be returned.

## Operation: charge-item-modify
## Modify


Modifies an existing ChargeItem resulting in a newly created ChargeItem.
Expand Down Expand Up @@ -263,12 +263,12 @@ The `ETag` response header indicates the current `If-Match` version to use on su

The common [errors] and [OperationOutcomes] may be returned.

## Operation: charge-item-create
## Create


Creates a charge event which can result in the creation of one or more ChargeItems.

POST /ChargeItem/:id/$create
POST /ChargeItem/$create

_Implementation Notes_

Expand Down
2 changes: 1 addition & 1 deletion content/millennium/r4/proprietary-codes-and-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ This system is the account number of a financial account.

##### Bill Codes Types

This system is the bill code type for a charge item. `Bill code type` can be either `CDM_SCHED`, `CPT`, `HCPCS`, `ICD`, `MODIFIER`, or `REVENUE`.
This system is the bill code type for a charge item. `Bill code type` can be either `CDM_SCHED`, `CPT`, `HCPCS`, `ICD`, `PROCCODE` , `MODIFIER`, or `REVENUE`.

{
"system": "https://fhir.<region>.cerner.com/<EHR source id>/CodeSystem/BillCodes-<Bill code type>",
Expand Down
8 changes: 4 additions & 4 deletions lib/resources/r4/charge_item.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fields:
required: 'No'
type: Extension
description: A code providing information about the procedure performed on the patient associated to the resource.
url: https://fhir.cerner.com/millennium/r4/financial/charge-item/#extensions
url: https://fhir.cerner.com/millennium/r4/financial/general/charge-item/#extensions
binding:
description: A code providing information about the procedure performed on the patient associated to the resource. This binding is used in <code>procedure-code</code> extensions. <code>Bill code type</code> can be either <code>CPT</code>, <code>HCPCS</code>, or <code>PROCCODE</code>.
terminology:
Expand All @@ -55,7 +55,7 @@ fields:
info_link: https://fhir.cerner.com/millennium/r4/proprietary-codes-and-systems/#bill-codes-types

- name: Revenue Code Extension
terminology_name: extension[x].valueCodeableConcept
terminology_name: extension[x].extension[x].valueCodeableConcept
required: 'No'
type: Extension
description: The type of revenue or cost center providing the product and/or service.
Expand Down Expand Up @@ -129,8 +129,8 @@ fields:
description: The national drug code for pharmacy charges. This binding is used in <code>national-drug-product</code> extensions.
terminology:
- display: National Drug Product
system: https://hl7.org/fhir/sid/ndc
info_link: https://hl7.org/fhir/sid/ndc
system: https://terminology.hl7.org/5.1.0/CodeSystem-v3-ndc.html
info_link: https://terminology.hl7.org/5.1.0/CodeSystem-v3-ndc.html

- name: National Drug Product Quantity
terminology_name: extension[x].extension[x].valueQuantity
Expand Down

0 comments on commit 8360647

Please sign in to comment.