--- type: "codesystem" title: "Explanation Of Benefit Status" codesystem: "explanationofbenefit-status" --- # Explanation Of Benefit Status - **Official URL**: http://hl7.org/fhir/explanationofbenefit-status - **Version**: 6.0.0 - **Status**: active - **Name**: ExplanationOfBenefitStatus - **Title**: Explanation Of Benefit Status - **Publisher**: HL7 (FHIR Project) - **Description**: A code specifying the state of the resource instance. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | active | Active | The resource instance is currently in-force. | | cancelled | Cancelled | The resource instance is withdrawn, rescinded or reversed. | | draft | Draft | A new resource instance the contents of which is not complete. | | entered-in-error | Entered In Error | The resource instance was entered in error. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="A code specifying the state of the resource instance."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/explanationofbenefit-status"/> <content value="complete"/> <concept> <code value="active"/> <display value="Active"/> <definition value="The resource instance is currently in-force."/> </concept> <concept> <code value="cancelled"/> <display value="Cancelled"/> <definition value="The resource instance is withdrawn, rescinded or reversed."/> </concept> <concept> <code value="draft"/> <display value="Draft"/> <definition value="A new resource instance the contents of which is not complete."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered In Error"/> <definition value="The resource instance was entered in error."/> </concept> </CodeSystem> ```