This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Insurance Status Code System - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="InsuranceStatusCS"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/us/ndh/CodeSystem/InsuranceStatusCS</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">insured<a name="InsuranceStatusCS-insured"> </a></td><td>The person is currently insured.</td></tr><tr><td style="white-space:nowrap">uninsured<a name="InsuranceStatusCS-uninsured"> </a></td><td>The person is currently uninsured.</td></tr><tr><td style="white-space:nowrap">underinsured<a name="InsuranceStatusCS-underinsured"> </a></td><td>The person is currently underinsured.</td></tr></table></div>
</text>
<url value="http://hl7.org/fhir/us/ndh/CodeSystem/InsuranceStatusCS"/>
<version value="1.0.0-ballot"/>
<name value="InsuranceStatusCS"/>
<title value="Insurance Status Code System"/>
<status value="active"/>
<experimental value="false"/>
<date value="2023-07-30T14:53:07+00:00"/>
<publisher value="HL7 International - Patient Administration Work Group"/>
<contact>
<name value="HL7 International - Patient Administration Work Group"/>
<telecom>
<system value="url"/>
<value value="http://hl7.org/Special/committees/pafm"/>
</telecom>
<telecom>
<system value="email"/>
<value value="pafm@lists.hl7.org"/>
</telecom>
</contact>
<description
value="This code system includes codes for indicating the status of a person's insurance coverage."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
<display value="United States of America"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="3"/>
<concept>
<code value="insured"/>
<display value="insured"/>
<definition value="The person is currently insured."/>
</concept>
<concept>
<code value="uninsured"/>
<display value="uninsured"/>
<definition value="The person is currently uninsured."/>
</concept>
<concept>
<code value="underinsured"/>
<display value="underinsured"/>
<definition value="The person is currently underinsured."/>
</concept>
</CodeSystem>