LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Claim Care Team Role Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="claim-care-team-role"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-care-team-role</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">admitting<a name="claim-care-team-role-admitting"> </a></td><td>Admitting provider</td><td/></tr><tr><td style="white-space:nowrap">attending<a name="claim-care-team-role-attending"> </a></td><td>Attending provider</td><td/></tr><tr><td style="white-space:nowrap">billing<a name="claim-care-team-role-billing"> </a></td><td>Billing provider</td><td/></tr><tr><td style="white-space:nowrap">ordering<a name="claim-care-team-role-ordering"> </a></td><td>Ordering provider</td><td>The provider who referred the patient, prescribed the drug, or ordered either the test or the procedure</td></tr><tr><td style="white-space:nowrap">servicing<a name="claim-care-team-role-servicing"> </a></td><td>Servicing provider</td><td>The provider who serviced the patient, prescribed the drug, or ordered the test or procedure</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-care-team-role"/>
  <version value="8.0.0"/>
  <name value="ClaimCareTeamRoleCodeSystem"/>
  <title value="Claim Care Team Role Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description
               value="Code system that defines the function of a team member within a care team"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="admitting"/>
    <display value="Admitting provider"/>
  </concept>
  <concept>
    <code value="attending"/>
    <display value="Attending provider"/>
  </concept>
  <concept>
    <code value="billing"/>
    <display value="Billing provider"/>
  </concept>
  <concept>
    <code value="ordering"/>
    <display value="Ordering provider"/>
    <definition
                value="The provider who referred the patient, prescribed the drug, or ordered either the test or the procedure"/>
  </concept>
  <concept>
    <code value="servicing"/>
    <display value="Servicing provider"/>
    <definition
                value="The provider who serviced the patient, prescribed the drug, or ordered the test or procedure"/>
  </concept>
</CodeSystem>