"status": "active"
"requestOrganization": {
"reference": "Organization/1"
}
"identifier": [
{
"system": "http://www.BenefitsInc.com/fhir/processresponse",
"value": "881234"
}
]
"form":
"created": "2014-08-16"
"requestProvider":
"request": {
"reference": "http://happyvalley.com/fhir/claim/12345"
}
"communicationRequest":
"disposition": "Adjudication processing completed, ClaimResponse and EOB ready for retrieval."
"error":
"organization": {
"reference": "Organization/2"
}
"outcome": {
"coding": [
{
"code": "complete",
"system": "http://hl7.org/fhir/processoutcomecodes"
}
]
}
"processNote":
{
"status": "active",
"requestOrganization": {
"reference": "Organization/1"
},
"outcome": {
"coding": [
{
"code": "complete",
"system": "http://hl7.org/fhir/processoutcomecodes"
}
]
},
"created": "2014-08-16",
"resourceType": "ProcessResponse",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ProcessResponse</div>"
},
"request": {
"reference": "http://happyvalley.com/fhir/claim/12345"
},
"disposition": "Adjudication processing completed, ClaimResponse and EOB ready for retrieval.",
"organization": {
"reference": "Organization/2"
},
"identifier": [
{
"system": "http://www.BenefitsInc.com/fhir/processresponse",
"value": "881234"
}
],
"id": "SR2500"
}
{
"resourceType" : "ProcessResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"status" : "<code>", // active | cancelled | draft | entered-in-error
"created" : "<dateTime>", // Creation date
"organization" : { Reference(Organization) }, // Authoring Organization
"request" : { Reference(Any) }, // Request reference
"outcome" : { CodeableConcept }, // Processing outcome
"disposition" : "<string>", // Disposition Message
"requestProvider" : { Reference(Practitioner) }, // Responsible Practitioner
"requestOrganization" : { Reference(Organization) }, // Responsible organization
"form" : { CodeableConcept }, // Printed Form Identifier
"processNote" : [{ // Processing comments or additional requirements
"type" : { CodeableConcept }, // display | print | printoper
"text" : "<string>" // Comment on the processing
}],
"error" : [{ CodeableConcept }], // Error code
"communicationRequest" : [{ Reference(CommunicationRequest) }] // Request for additional information
}
The following search parameters can be used to query ProcessResponse resources. Just submit them like so:
https://api.1up.health/fhir/stu3/ProcessResponse?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
identifier | text | identifier |
organization | reference | organization |
request | reference | request |
request-organization | reference | requestOrganization |
request-provider | reference | requestProvider |