This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2
Financial Management Work Group | Maturity Level: 0 | Compartments: Practitioner |
This resource provides processing status, errors and notes from the processing of a resource.
The ProcessResponse resource indicates the resource for which the processing status is requested and provides simple acknowledgement and status information of application level errors. It may also be used to convey additional processing requirements in a text form.
This is the formal response to a ProcessRequest and may be used as a application level response to PaymentNotice and SupportingDocumentation resources.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ProcessResponse | Σ | DomainResource | ProcessResponse resource | |
identifier | Σ | 0..* | Identifier | Business Identifier |
request | Σ | 0..1 | Reference(Any) | Request reference |
outcome | Σ | 0..1 | Coding | Processing outcome Process Outcome Codes (Example) |
disposition | Σ | 0..1 | string | Disposition Message |
ruleset | Σ | 0..1 | Coding | Resource version Ruleset Codes (Example) |
originalRuleset | Σ | 0..1 | Coding | Original version Ruleset Codes (Example) |
created | Σ | 0..1 | dateTime | Creation date |
organization | Σ | 0..1 | Reference(Organization) | Authoring Organization |
requestProvider | Σ | 0..1 | Reference(Practitioner) | Responsible Practitioner |
requestOrganization | Σ | 0..1 | Reference(Organization) | Responsible organization |
form | Σ | 0..1 | Coding | Printed Form Identifier Form Codes (Required) |
notes | Σ | 0..* | BackboneElement | Notes |
type | Σ | 0..1 | Coding | display | print | printoper NoteType (Required) |
text | Σ | 0..1 | string | Notes text |
error | Σ | 0..* | Coding | Error code Adjudication Error Codes (Required) |
Documentation for this format |
UML Diagram
XML Template
<ProcessResponse xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <request><!-- 0..1 Reference(Any) Request reference --></request> <outcome><!-- 0..1 Coding Processing outcome --></outcome> <disposition value="[string]"/><!-- 0..1 Disposition Message --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <organization><!-- 0..1 Reference(Organization) Authoring Organization --></organization> <requestProvider><!-- 0..1 Reference(Practitioner) Responsible Practitioner --></requestProvider> <requestOrganization><!-- 0..1 Reference(Organization) Responsible organization --></requestOrganization> <form><!-- 0..1 Coding Printed Form Identifier --></form> <notes> <!-- 0..* Notes --> <type><!-- 0..1 Coding display | print | printoper --></type> <text value="[string]"/><!-- 0..1 Notes text --> </notes> <error><!-- 0..* Coding Error code --></error> </ProcessResponse>
JSON Template
{ "resourceType" : "ProcessResponse", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business Identifier "request" : { Reference(Any) }, // Request reference "outcome" : { Coding }, // Processing outcome "disposition" : "<string>", // Disposition Message "ruleset" : { Coding }, // Resource version "originalRuleset" : { Coding }, // Original version "created" : "<dateTime>", // Creation date "organization" : { Reference(Organization) }, // Authoring Organization "requestProvider" : { Reference(Practitioner) }, // Responsible Practitioner "requestOrganization" : { Reference(Organization) }, // Responsible organization "form" : { Coding }, // Printed Form Identifier "notes" : [{ // Notes "type" : { Coding }, // display | print | printoper "text" : "<string>" // Notes text }], "error" : [{ Coding }] // Error code }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ProcessResponse | Σ | DomainResource | ProcessResponse resource | |
identifier | Σ | 0..* | Identifier | Business Identifier |
request | Σ | 0..1 | Reference(Any) | Request reference |
outcome | Σ | 0..1 | Coding | Processing outcome Process Outcome Codes (Example) |
disposition | Σ | 0..1 | string | Disposition Message |
ruleset | Σ | 0..1 | Coding | Resource version Ruleset Codes (Example) |
originalRuleset | Σ | 0..1 | Coding | Original version Ruleset Codes (Example) |
created | Σ | 0..1 | dateTime | Creation date |
organization | Σ | 0..1 | Reference(Organization) | Authoring Organization |
requestProvider | Σ | 0..1 | Reference(Practitioner) | Responsible Practitioner |
requestOrganization | Σ | 0..1 | Reference(Organization) | Responsible organization |
form | Σ | 0..1 | Coding | Printed Form Identifier Form Codes (Required) |
notes | Σ | 0..* | BackboneElement | Notes |
type | Σ | 0..1 | Coding | display | print | printoper NoteType (Required) |
text | Σ | 0..1 | string | Notes text |
error | Σ | 0..* | Coding | Error code Adjudication Error Codes (Required) |
Documentation for this format |
XML Template
<ProcessResponse xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <request><!-- 0..1 Reference(Any) Request reference --></request> <outcome><!-- 0..1 Coding Processing outcome --></outcome> <disposition value="[string]"/><!-- 0..1 Disposition Message --> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <organization><!-- 0..1 Reference(Organization) Authoring Organization --></organization> <requestProvider><!-- 0..1 Reference(Practitioner) Responsible Practitioner --></requestProvider> <requestOrganization><!-- 0..1 Reference(Organization) Responsible organization --></requestOrganization> <form><!-- 0..1 Coding Printed Form Identifier --></form> <notes> <!-- 0..* Notes --> <type><!-- 0..1 Coding display | print | printoper --></type> <text value="[string]"/><!-- 0..1 Notes text --> </notes> <error><!-- 0..* Coding Error code --></error> </ProcessResponse>
JSON Template
{ "resourceType" : "ProcessResponse", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business Identifier "request" : { Reference(Any) }, // Request reference "outcome" : { Coding }, // Processing outcome "disposition" : "<string>", // Disposition Message "ruleset" : { Coding }, // Resource version "originalRuleset" : { Coding }, // Original version "created" : "<dateTime>", // Creation date "organization" : { Reference(Organization) }, // Authoring Organization "requestProvider" : { Reference(Practitioner) }, // Responsible Practitioner "requestOrganization" : { Reference(Organization) }, // Responsible organization "form" : { Coding }, // Printed Form Identifier "notes" : [{ // Notes "type" : { Coding }, // display | print | printoper "text" : "<string>" // Notes text }], "error" : [{ Coding }] // Error code }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
ProcessResponse.outcome | Local status of outcome codes | Example | Process Outcome Codes |
ProcessResponse.ruleset ProcessResponse.originalRuleset | The static and dynamic model to which contents conform, which may be business version or standard/version. | Example | Ruleset Codes |
ProcessResponse.form | The forms codes. | Required | Form Codes |
ProcessResponse.notes.type | The presentation types of notes. | Required | NoteType |
ProcessResponse.error | The error codes for adjudication processing. | Required | Adjudication Error Codes |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
identifier | token | The business identifier of the Explanation of Benefit | ProcessResponse.identifier |
organization | reference | The organization who generated this resource | ProcessResponse.organization (Organization) |
request | reference | The reference to the claim | ProcessResponse.request (Any) |
requestorganization | reference | The Organization who is responsible the request transaction | ProcessResponse.requestOrganization (Organization) |
requestprovider | reference | The Provider who is responsible the request transaction | ProcessResponse.requestProvider (Practitioner) |