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 - JSON Representation

Active as of 2022-11-10

Raw json | Download


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