Get a list of charge items

get

/ChargeItem

Retrieves a list of charge items that meet supplied query parameters.

Request

Query Parameters
  • The status of the charge item.
    • Must be provided with context or account.
    • Must be set to billable.
  • The maximum number of results to return.
  • The logical resource ID associated with the charge item. Only a single charge item ID can be provided. This paramater is required if context or account is not used.
  • The account associated with the charge item. Only charge-group types are supported. This paramater is required if _id or context is not used.
  • The encounter associated with the charge item. Must reference an encounter. This paramater is required if _id or account is not used.
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

This operation supports the following authorization types: Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem?context=97953601&-status=billable
Example Response:
{
  "resourceType": "Bundle",
  "id": "0f2ae629-4e99-4843-a200-406dffce7091",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem?context=97953601&-status=billable"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem/292870306",
      "resource": {
        "resourceType": "ChargeItem",
        "id": "292870306",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2020-03-09T17:23:00Z"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Charge Item</b></p><p><b>Status</b>: Billable</p><p><b>Patient</b>: 12742419</p><p><b>Encounter</b>: 97953601</p><p><b>Code</b>: 64897</p><p><b>Occurrence</b>: Mar  6, 2020  6:22 P.M. UTC</p></div>"
        },
        "extension": [
          {
            "valueMoney": {
              "value": 100,
              "currency": "USD"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/unit-price"
          },
          {
            "valueMoney": {
              "value": 800,
              "currency": "USD"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/net-price"
          },
          {
            "extension": [
              {
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "system": "http://hl7.org/fhir/sid/ndc",
                      "code": "1111-1111-111"
                    }
                  ]
                },
                "url": "national-drug-product-code"
              },
              {
                "valueQuantity": {
                  "value": 2.0,
                  "unit": "milligram (mass)",
                  "system": "http://unitsofmeasure.org",
                  "code": "mg"
                },
                "url": "national-drug-product-quantity"
              },
              {
                "valueDecimal": 2,
                "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/quantity-conversion-factor"
              }
            ],
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/national-drug-product"
          },
          {
            "valueString": "Acetaminophen Level",
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/description"
          },
          {
            "extension": [
              {
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "extension": [
                        {
                          "valueCoding": {
                            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",
                            "code": "615214"
                          },
                          "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"
                        }
                      ],
                      "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-CPT",
                      "code": "10081"
                    }
                  ]
                },
                "url": "code"
              },
              {
                "valueUnsignedInt": 1,
                "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/priority"
              }
            ],
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/procedure-code"
          },
          {
            "extension": [
              {
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "extension": [
                        {
                          "valueCoding": {
                            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",
                            "code": "615215"
                          },
                          "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"
                        }
                      ],
                      "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-HCPCS",
                      "code": "A0130"
                    }
                  ]
                },
                "url": "code"
              },
              {
                "valueUnsignedInt": 1,
                "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/priority"
              }
            ],
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/procedure-code"
          },
          {
            "extension": [
              {
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "extension": [
                        {
                          "valueCoding": {
                            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",
                            "code": "3692"
                          },
                          "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"
                        }
                      ],
                      "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-MODIFIER",
                      "code": "66"
                    }
                  ]
                },
                "url": "code"
              },
              {
                "valueUnsignedInt": 1,
                "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/priority"
              }
            ],
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/modifier-code"
          },
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "extension": [
                    {
                      "valueCoding": {
                        "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",
                        "code": "615217"
                      },
                      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"
                    }
                  ],
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-REVENUE",
                  "code": "0024"
                }
              ]
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/revenue-code"
          }
        ],
        "status": "billable",
        "code": {
          "coding": [
            {
              "extension": [
                {
                  "valueCoding": {
                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",
                    "code": "667687"
                  },
                  "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"
                }
              ],
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-CDM_SCHED",
              "code": "64897"
            }
          ]
        },
        "subject": {
          "reference": "Patient/12742419"
        },
        "context": {
          "reference": "Encounter/97953601"
        },
        "occurrenceDateTime": "2020-03-06T18:22:16Z",
        "performer": [
          {
            "function": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0912",
                  "code": "OP",
                  "display": "Ordering Provider"
                }
              ],
              "text": "Ordering Provider"
            },
            "actor": {
              "reference": "Practitioner/11817978"
            }
          }
        ],
        "requestingOrganization": {
          "reference": "Organization/1054423"
        },
        "quantity": {
          "value": 8
        },
        "enterer": {
          "reference": "Practitioner/12742359"
        },
        "enteredDate": "2020-03-09T17:22:57Z",
        "account": [
          {
            "reference": "Account/F61853062"
          },
          {
            "reference": "Account/C98900463"
          }
        ]
      }
    }
  ]
}
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Back to Top