FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4b |
| Resource Type | ClaimResponse |
| Id | ClaimResponse-ErrorResponseExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ClaimResponse ErrorResponseExample
Profile: PAS Claim Response
identifier: http://example.org/PATIENT_EVENT_TRACE_NUMBER/111099
status: Active
type: Professional
use: Preauthorization
patient: JOE SMITH Male, DoB Unknown ( Member Number)
created: 2005-05-02 11:02:00+0500
insurer: Organization MARYLAND CAPITAL INSURANCE COMPANY
requestor: Organization DR. JOE SMITH CORPORATION
outcome: Error
error
code: 04
error
ErrorElement: 2010A-NM103
ErrorPath: Bundle.entry[1].Organization.name
ErrorFollowupAction: C
code: T4
{
"resourceType": "ClaimResponse",
"id": "ErrorResponseExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-claimresponse"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/PATIENT_EVENT_TRACE_NUMBER",
"value": "111099",
"assigner": {
"identifier": {
"system": "http://example.org/USER_ASSIGNED",
"value": "9012345678"
}
}
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "professional"
}
]
},
"use": "preauthorization",
"patient": {
"reference": "Patient/SubscriberExample"
},
"created": "2005-05-02T11:02:00+05:00",
"insurer": {
"reference": "Organization/InsurerExample"
},
"requestor": {
"reference": "Organization/UMOExample"
},
"request": {
"reference": "Claim/ReferralAuthorizationExample"
},
"outcome": "error",
"error": [
{
"code": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/901",
"code": "04"
}
]
}
},
{
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-errorElement",
"valueString": "2010A-NM103"
},
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-errorPath",
"valueString": "Bundle.entry[1].Organization.name"
},
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-errorFollowupAction",
"valueCodeableConcept": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/889",
"code": "C"
}
]
}
}
],
"code": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/901",
"code": "T4"
}
]
}
}
]
}