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 the request and response details for the request for which all actions are to be reversed or terminated.
The Reversal resource indicates the resource which is to be reversed and provides both supporting information for the reversal and whether the receiving system is permitted to retain a copy of the reversed resource.
The reversal is the formal request to cease processing an incomplete prior request or to reverse and/or nullify a complete prior request or information submission. When nullify=true then all copies of the original submission are to be purged, although audit logs may be retained. When Nullify=false a copy of the original request may be retained.
Todo
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reversal | DomainResource | Reversal request | ||
identifier | 0..* | Identifier | Business Identifier | |
ruleset | 0..1 | Coding | Resource version Ruleset (Example) | |
originalRuleset | 0..1 | Coding | Original version Ruleset (Example) | |
created | 0..1 | dateTime | Creation date | |
target | 0..1 | Organization | Insurer | |
provider | 0..1 | Practitioner | Responsible practitioner | |
organization | 0..1 | Organization | Responsible organization | |
request | 0..1 | OralHealthClaim | PharmacyClaim | VisionClaim | ProfessionalClaim | InstitutionalClaim | SupportingDocumentation | Request reference | |
response | 0..1 | ClaimResponse | StatusResponse | Response reference | |
payee | 0..1 | Element | Payee | |
type | 0..1 | Coding | Payee Type PayeeType (Example) | |
provider | 0..1 | Practitioner | Provider who is the payee | |
organization | 0..1 | Organization | Organization who is the payee | |
person | 0..1 | Patient | Other person who is the payee | |
coverage | 1..1 | Element | Insurance or medical plan | |
sequence | 1..1 | integer | Service instance | |
focal | 1..1 | boolean | Is the focal Coverage | |
coverage | 1..1 | Coverage | Insurance information | |
businessArrangement | 0..1 | string | Business agreement | |
relationship | 1..1 | Coding | Patient relationship to subscriber Relationship (Example) | |
nullify | 1..1 | boolean | Nullify |
UML Diagram
XML Template
<Reversal 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> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <target><!-- 0..1 Reference(Organization) Insurer --></target> <provider><!-- 0..1 Reference(Practitioner) Responsible practitioner --></provider> <organization><!-- 0..1 Reference(Organization) Responsible organization --></organization> <request><!-- 0..1 Reference(OralHealthClaim|PharmacyClaim|VisionClaim| ProfessionalClaim|InstitutionalClaim|SupportingDocumentation) Request reference --></request> <response><!-- 0..1 Reference(ClaimResponse|StatusResponse) Response reference --></response> <payee> <!-- 0..1 Payee --> <type><!-- 0..1 Coding Payee Type --></type> <provider><!-- 0..1 Reference(Practitioner) Provider who is the payee --></provider> <organization><!-- 0..1 Reference(Organization) Organization who is the payee --></organization> <person><!-- 0..1 Reference(Patient) Other person who is the payee --></person> </payee> <coverage> <!-- 1..1 Insurance or medical plan --> <sequence value="[integer]"/><!-- 1..1 Service instance --> <focal value="[boolean]"/><!-- 1..1 Is the focal Coverage --> <coverage><!-- 1..1 Reference(Coverage) Insurance information --></coverage> <businessArrangement value="[string]"/><!-- 0..1 Business agreement --> <relationship><!-- 1..1 Coding Patient relationship to subscriber --></relationship> </coverage> <nullify value="[boolean]"/><!-- 1..1 Nullify --> </Reversal>
JSON Template
{ "resourceType" : "Reversal", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business Identifier "ruleset" : { Coding }, // Resource version "originalRuleset" : { Coding }, // Original version "created" : "<dateTime>", // Creation date "target" : { Reference(Organization) }, // Insurer "provider" : { Reference(Practitioner) }, // Responsible practitioner "organization" : { Reference(Organization) }, // Responsible organization "request" : { Reference(OralHealthClaim|PharmacyClaim|VisionClaim| ProfessionalClaim|InstitutionalClaim|SupportingDocumentation) }, // Request reference "response" : { Reference(ClaimResponse|StatusResponse) }, // Response reference "payee" : { // Payee "type" : { Coding }, // Payee Type "provider" : { Reference(Practitioner) }, // Provider who is the payee "organization" : { Reference(Organization) }, // Organization who is the payee "person" : { Reference(Patient) } // Other person who is the payee }, "coverage" : { // R! Insurance or medical plan "sequence" : <integer>, // R! Service instance "focal" : <boolean>, // R! Is the focal Coverage "coverage" : { Reference(Coverage) }, // R! Insurance information "businessArrangement" : "<string>", // Business agreement "relationship" : { Coding } // R! Patient relationship to subscriber }, "nullify" : <boolean> // R! Nullify }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reversal | DomainResource | Reversal request | ||
identifier | 0..* | Identifier | Business Identifier | |
ruleset | 0..1 | Coding | Resource version Ruleset (Example) | |
originalRuleset | 0..1 | Coding | Original version Ruleset (Example) | |
created | 0..1 | dateTime | Creation date | |
target | 0..1 | Organization | Insurer | |
provider | 0..1 | Practitioner | Responsible practitioner | |
organization | 0..1 | Organization | Responsible organization | |
request | 0..1 | OralHealthClaim | PharmacyClaim | VisionClaim | ProfessionalClaim | InstitutionalClaim | SupportingDocumentation | Request reference | |
response | 0..1 | ClaimResponse | StatusResponse | Response reference | |
payee | 0..1 | Element | Payee | |
type | 0..1 | Coding | Payee Type PayeeType (Example) | |
provider | 0..1 | Practitioner | Provider who is the payee | |
organization | 0..1 | Organization | Organization who is the payee | |
person | 0..1 | Patient | Other person who is the payee | |
coverage | 1..1 | Element | Insurance or medical plan | |
sequence | 1..1 | integer | Service instance | |
focal | 1..1 | boolean | Is the focal Coverage | |
coverage | 1..1 | Coverage | Insurance information | |
businessArrangement | 0..1 | string | Business agreement | |
relationship | 1..1 | Coding | Patient relationship to subscriber Relationship (Example) | |
nullify | 1..1 | boolean | Nullify |
XML Template
<Reversal 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> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <target><!-- 0..1 Reference(Organization) Insurer --></target> <provider><!-- 0..1 Reference(Practitioner) Responsible practitioner --></provider> <organization><!-- 0..1 Reference(Organization) Responsible organization --></organization> <request><!-- 0..1 Reference(OralHealthClaim|PharmacyClaim|VisionClaim| ProfessionalClaim|InstitutionalClaim|SupportingDocumentation) Request reference --></request> <response><!-- 0..1 Reference(ClaimResponse|StatusResponse) Response reference --></response> <payee> <!-- 0..1 Payee --> <type><!-- 0..1 Coding Payee Type --></type> <provider><!-- 0..1 Reference(Practitioner) Provider who is the payee --></provider> <organization><!-- 0..1 Reference(Organization) Organization who is the payee --></organization> <person><!-- 0..1 Reference(Patient) Other person who is the payee --></person> </payee> <coverage> <!-- 1..1 Insurance or medical plan --> <sequence value="[integer]"/><!-- 1..1 Service instance --> <focal value="[boolean]"/><!-- 1..1 Is the focal Coverage --> <coverage><!-- 1..1 Reference(Coverage) Insurance information --></coverage> <businessArrangement value="[string]"/><!-- 0..1 Business agreement --> <relationship><!-- 1..1 Coding Patient relationship to subscriber --></relationship> </coverage> <nullify value="[boolean]"/><!-- 1..1 Nullify --> </Reversal>
JSON Template
{ "resourceType" : "Reversal", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business Identifier "ruleset" : { Coding }, // Resource version "originalRuleset" : { Coding }, // Original version "created" : "<dateTime>", // Creation date "target" : { Reference(Organization) }, // Insurer "provider" : { Reference(Practitioner) }, // Responsible practitioner "organization" : { Reference(Organization) }, // Responsible organization "request" : { Reference(OralHealthClaim|PharmacyClaim|VisionClaim| ProfessionalClaim|InstitutionalClaim|SupportingDocumentation) }, // Request reference "response" : { Reference(ClaimResponse|StatusResponse) }, // Response reference "payee" : { // Payee "type" : { Coding }, // Payee Type "provider" : { Reference(Practitioner) }, // Provider who is the payee "organization" : { Reference(Organization) }, // Organization who is the payee "person" : { Reference(Patient) } // Other person who is the payee }, "coverage" : { // R! Insurance or medical plan "sequence" : <integer>, // R! Service instance "focal" : <boolean>, // R! Is the focal Coverage "coverage" : { Reference(Coverage) }, // R! Insurance information "businessArrangement" : "<string>", // Business agreement "relationship" : { Coding } // R! Patient relationship to subscriber }, "nullify" : <boolean> // R! Nullify }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
Reversal.ruleset Reversal.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 |
Reversal.payee.type | A code for the party to be reimbursed. | Example | http://hl7.org/fhir/vs/payeetype |
Reversal.coverage.relationship | The code for the relationship of the patient to the subscriber | Example | http://hl7.org/fhir/vs/relationship |
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 Eligibility | Reversal.identifier |