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

: Attribution 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 "attribution-code-system"];
  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/attribution-code-system</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\">adv-imputed-pcp<a name=\"attribution-code-system-adv-imputed-pcp\"> </a></td><td>Advantage Imputed PCP</td><td>Primary care physician imputed by the Advantage pipeline</td></tr><tr><td style=\"white-space:nowrap\">client-emr-pcp<a name=\"attribution-code-system-client-emr-pcp\"> </a></td><td>Client EMR PCP</td><td>Primary care physician recorded in a client's PMS or EMR system</td></tr><tr><td style=\"white-space:nowrap\">eng-attr-pcp<a name=\"attribution-code-system-eng-attr-pcp\"> </a></td><td>Engagement Attributed PCP</td><td>Primary care physician attributed by the patient engagement pipeline</td></tr><tr><td style=\"white-space:nowrap\">eng-attr-specialist<a name=\"attribution-code-system-eng-attr-specialist\"> </a></td><td>Engagement Attributed Specialist</td><td>Specialist physician attributed by the patient engagement pipeline</td></tr><tr><td style=\"white-space:nowrap\">enrollment<a name=\"attribution-code-system-enrollment\"> </a></td><td>Enrollment</td><td>Practitioner provided on the eligibility record</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-code-system"];
  fhir:CodeSystem.version [ fhir:value "8.0.0"];
  fhir:CodeSystem.name [ fhir:value "AttributionCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Attribution 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 "Types of attribution used to associate a patient to a provider"];
  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 "adv-imputed-pcp" ];
     fhir:CodeSystem.concept.display [ fhir:value "Advantage Imputed PCP" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Primary care physician imputed by the Advantage pipeline" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "client-emr-pcp" ];
     fhir:CodeSystem.concept.display [ fhir:value "Client EMR PCP" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Primary care physician recorded in a client's PMS or EMR system" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "eng-attr-pcp" ];
     fhir:CodeSystem.concept.display [ fhir:value "Engagement Attributed PCP" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Primary care physician attributed by the patient engagement pipeline" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "eng-attr-specialist" ];
     fhir:CodeSystem.concept.display [ fhir:value "Engagement Attributed Specialist" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Specialist physician attributed by the patient engagement pipeline" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "enrollment" ];
     fhir:CodeSystem.concept.display [ fhir:value "Enrollment" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Practitioner provided on the eligibility record" ]
  ].

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

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