Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm
2.0.0 - STU2 United States of America flag

Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm, published by HL7 International / Human and Social Services. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/eLTSS/ and changes regularly. See the Directory of published versions

: claim1 - XML Representation

Page standards status: Informative

Raw xml | Download



<Claim xmlns="http://hl7.org/fhir">
  <id value="claim1"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-09-03T10:16:03.512-04:00"/>
    <source value="#KZ0jzPjXDrhCiMif"/>
    <profile
             value="http://hl7.org/fhir/us/eltss/StructureDefinition/Claim-eltss"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Claim</b><a name="claim1"> </a><a name="hcclaim1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">ResourceClaim &quot;claim1&quot; Version &quot;1&quot; Updated &quot;2020-09-03 10:16:03-0400&quot; </p><p style="margin-bottom: 0px">Information Source: #KZ0jzPjXDrhCiMif!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Claim-eltss.html">Claim_eltss</a></p></div><p><b>status</b>: active</p><p><b>type</b>: Professional <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-claim-type.html">Claim Type Codes</a>#professional)</span></p><p><b>use</b>: claim</p><p><b>patient</b>: <a href="Patient-patientBSJ1.html">Patient/patientBSJ1</a> &quot; SMITH-JOHNSON&quot;</p><p><b>created</b>: 2020-05-01</p><p><b>provider</b>: <a href="Organization-funding1.html">Organization/funding1</a> &quot;Texas Department of Community Health&quot;</p><p><b>priority</b>: Normal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-processpriority.html">Process Priority Codes</a>#normal)</span></p><h3>Insurances</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>true</td><td><a href="Coverage-coverage1.html">Coverage/coverage1</a></td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>productOrService</b>: T2003 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-hcpcs-Level-II.html">Healthcare Common Procedure Coding System (HCPCS) level II alphanumeric codes</a>#T2003)</span></p><h3>UnitPrices</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>60</td><td>USD</td></tr></table><h3>Nets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>600</td><td>USD</td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
      <code value="professional"/>
    </coding>
  </type>
  <use value="claim"/>
  <patient>🔗 
    <reference value="Patient/patientBSJ1"/>
  </patient>
  <created value="2020-05-01"/>
  <provider>🔗 
    <reference value="Organization/funding1"/>
  </provider>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/processpriority"/>
      <code value="normal"/>
    </coding>
  </priority>
  <insurance>
    <sequence value="1"/>
    <focal value="true"/>
    <coverage>🔗 
      <reference value="Coverage/coverage1"/>
    </coverage>
  </insurance>
  <item>
    <sequence value="1"/>
    <productOrService>
      <coding>
        <system
                value="http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets"/>
        <code value="T2003"/>
      </coding>
    </productOrService>
    <unitPrice>
      <value value="60"/>
      <currency value="USD"/>
    </unitPrice>
    <net>
      <value value="600"/>
      <currency value="USD"/>
    </net>
  </item>
</Claim>