This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This resource maintained by the Financial Management Work Group
This resource provides processing status, errors and notes from the processing of a resource.
The StatusResponse 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 StatusRequest and may be used as a application level response to PendedRequest, PaymentNotice and SupportingDocumentation resources.
Todo
This resource is referenced by [Reversal]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
StatusResponse | DomainResource | StatusResponse resource | ||
identifier | 0..* | Identifier | Business Identifier | |
request | 0..1 | Any | Request reference | |
outcome | 0..1 | Coding | Processing outcome ProcessingOutcome (Example) | |
disposition | 0..1 | string | Disposition Message | |
ruleset | 0..1 | Coding | Resource version Ruleset (Example) | |
originalRuleset | 0..1 | Coding | Original version Ruleset (Example) | |
created | 0..1 | dateTime | Creation date | |
organization | 0..1 | Organization | Insurer | |
requestProvider | 0..1 | Practitioner | Responsible practitioner | |
requestOrganization | 0..1 | Organization | Responsible organization | |
form | 0..1 | Coding | Printed Form Identifier Forms (Incomplete) | |
notes | 0..* | Element | Notes | |
type | 0..1 | Coding | display | print | printoper NoteType (Incomplete) | |
text | 0..1 | string | Notes text | |
error | 0..* | Coding | Error code AdjudicationError (Incomplete) |
UML Diagram
XML Template
<StatusResponse 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) Insurer --></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> </StatusResponse>
JSON Template
{ "resourceType" : "StatusResponse", // 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) }, // Insurer "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 |
---|---|---|---|---|
StatusResponse | DomainResource | StatusResponse resource | ||
identifier | 0..* | Identifier | Business Identifier | |
request | 0..1 | Any | Request reference | |
outcome | 0..1 | Coding | Processing outcome ProcessingOutcome (Example) | |
disposition | 0..1 | string | Disposition Message | |
ruleset | 0..1 | Coding | Resource version Ruleset (Example) | |
originalRuleset | 0..1 | Coding | Original version Ruleset (Example) | |
created | 0..1 | dateTime | Creation date | |
organization | 0..1 | Organization | Insurer | |
requestProvider | 0..1 | Practitioner | Responsible practitioner | |
requestOrganization | 0..1 | Organization | Responsible organization | |
form | 0..1 | Coding | Printed Form Identifier Forms (Incomplete) | |
notes | 0..* | Element | Notes | |
type | 0..1 | Coding | display | print | printoper NoteType (Incomplete) | |
text | 0..1 | string | Notes text | |
error | 0..* | Coding | Error code AdjudicationError (Incomplete) |
XML Template
<StatusResponse 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) Insurer --></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> </StatusResponse>
JSON Template
{ "resourceType" : "StatusResponse", // 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) }, // Insurer "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 |
---|---|---|---|
StatusResponse.outcome | Local status of outcome codes | Example | http://hl7.org/fhir/vs/process-outcome |
StatusResponse.ruleset StatusResponse.originalRuleset | The static and dynamic model to which contents conform, may be business version or standard and version. | Example | http://hl7.org/fhir/vs/ruleset |
StatusResponse.form | The forms codes | Incomplete | http://hl7.org/fhir/vs/forms |
StatusResponse.notes.type | The presentation types of notes | Fixed | http://hl7.org/fhir/NT-link |
StatusResponse.error | The error codes for adjudication processing | Incomplete | http://hl7.org/fhir/vs/adjudication-error |
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 | StatusResponse.identifier |