type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="explanationofbenefit-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fm"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="2"/>
</extension>
<url value="http://hl7.org/fhir/explanationofbenefit-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.619"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.611"/>
</identifier>
<version value="6.0.0"/>
<name value="ExplanationOfBenefitStatus"/>
<title value="Explanation Of Benefit Status"/>
<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>