HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Claim Care Team Role Codes - JSON Representation

Draft as of 2024-03-11 Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "claimcareteamrole",
  "meta" : {
    "lastUpdated" : "2022-04-27T12:21:00.000+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/claimcareteamrole</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\">primary<a name=\"claimcareteamrole-primary\"> </a></td><td>Primary provider</td><td>The primary care provider.</td></tr><tr><td style=\"white-space:nowrap\">assist<a name=\"claimcareteamrole-assist\"> </a></td><td>Assisting Provider</td><td>Assisting care provider.</td></tr><tr><td style=\"white-space:nowrap\">supervisor<a name=\"claimcareteamrole-supervisor\"> </a></td><td>Supervising Provider</td><td>Supervising care provider.</td></tr><tr><td style=\"white-space:nowrap\">attending<a name=\"claimcareteamrole-attending\"> </a></td><td>Attending</td><td>The attending physician.</td></tr><tr><td style=\"white-space:nowrap\">referring<a name=\"claimcareteamrole-referring\"> </a></td><td>Referring</td><td>The referring provider.</td></tr><tr><td style=\"white-space:nowrap\">operating<a name=\"claimcareteamrole-operating\"> </a></td><td>Operating</td><td>The operating physician.</td></tr><tr><td style=\"white-space:nowrap\">otheroperating<a name=\"claimcareteamrole-otheroperating\"> </a></td><td>Other Operating</td><td>The other operating physician.</td></tr><tr><td style=\"white-space:nowrap\">prescribing<a name=\"claimcareteamrole-prescribing\"> </a></td><td>Prescribing provider</td><td>The prescribing provider.</td></tr><tr><td style=\"white-space:nowrap\">purchasedservice<a name=\"claimcareteamrole-purchasedservice\"> </a></td><td>Purchased Service</td><td>The provider from which a service was purchased by another provider.</td></tr><tr><td style=\"white-space:nowrap\">rendering<a name=\"claimcareteamrole-rendering\"> </a></td><td>Rendering provider</td><td>The rendering/performing provider.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"claimcareteamrole-other\"> </a></td><td>Other</td><td>Other role on the care team.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/claimcareteamrole",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1165"
    }
  ],
  "version" : "1.0.0",
  "name" : "ClaimCareTeamRoleCodes",
  "title" : "Claim Care Team Role Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-11T16:14:51+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "Claim roles of the care team members providing products and services.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/claim-careteamrole",
  "content" : "complete",
  "concept" : [
    {
      "code" : "primary",
      "display" : "Primary provider",
      "definition" : "The primary care provider."
    },
    {
      "code" : "assist",
      "display" : "Assisting Provider",
      "definition" : "Assisting care provider."
    },
    {
      "code" : "supervisor",
      "display" : "Supervising Provider",
      "definition" : "Supervising care provider."
    },
    {
      "code" : "attending",
      "display" : "Attending",
      "definition" : "The attending physician."
    },
    {
      "code" : "referring",
      "display" : "Referring",
      "definition" : "The referring provider."
    },
    {
      "code" : "operating",
      "display" : "Operating",
      "definition" : "The operating physician."
    },
    {
      "code" : "otheroperating",
      "display" : "Other Operating",
      "definition" : "The other operating physician."
    },
    {
      "code" : "prescribing",
      "display" : "Prescribing provider",
      "definition" : "The prescribing provider."
    },
    {
      "code" : "purchasedservice",
      "display" : "Purchased Service",
      "definition" : "The provider from which a service was purchased by another provider."
    },
    {
      "code" : "rendering",
      "display" : "Rendering provider",
      "definition" : "The rendering/performing provider."
    },
    {
      "code" : "other",
      "display" : "Other",
      "definition" : "Other role on the care team."
    }
  ]
}