FHIR IG analytics| Package | hl7.fhir.uv.admin-incubator |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-apply-operation-response-example.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Error applying ChargeItemDefinition: Billing Code SHALL NOT be charged for in-patient encounters
{
"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"
}
}
]
}