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

Active as of 2022-11-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.