FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.admin-incubator
Resource TypeOperationOutcome
IdOperationOutcome-apply-operation-response-example.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Error applying ChargeItemDefinition: Billing Code SHALL NOT be charged for in-patient encounters


Source1

{
  "resourceType": "OperationOutcome",
  "id": "apply-operation-response-example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "business-rule",
      "details": {
        "text": "Billing Code SHALL NOT be charged for in-patient encounters"
      }
    }
  ]
}