LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Claim Subtype Codes - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="claim-subtype"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-subtype</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">emergency<a name="claim-subtype-emergency"> </a></td><td>Emergency</td><td>An indicator that this claim was an emergency</td></tr><tr><td style="white-space:nowrap">inpatient<a name="claim-subtype-inpatient"> </a></td><td>Inpatient</td><td>Claims for inpatient institutional admissions</td></tr><tr><td style="white-space:nowrap">outpatient<a name="claim-subtype-outpatient"> </a></td><td>Outpatient</td><td>Claims for outpatient institutional admissions</td></tr></table></div>
</text>
<url value="http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-subtype"/>
<version value="8.0.0"/>
<name value="ClaimSubtypeCodeSystem"/>
<title value="Claim Subtype Codes"/>
<status value="active"/>
<date value="2022-11-10T16:00:46+00:00"/>
<publisher value="LinuxForHealth Team"/>
<description
value="Standard codes for the claim subtypes used to further define the claim type"/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="3"/>
<concept>
<code value="emergency"/>
<display value="Emergency"/>
<definition value="An indicator that this claim was an emergency"/>
</concept>
<concept>
<code value="inpatient"/>
<display value="Inpatient"/>
<definition value="Claims for inpatient institutional admissions"/>
</concept>
<concept>
<code value="outpatient"/>
<display value="Outpatient"/>
<definition value="Claims for outpatient institutional admissions"/>
</concept>
</CodeSystem>