Release 4

Codesystem-organization-role.xml

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code System OrganizationAffiliationRole

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="organization-role"/> 
  <meta> 
    <lastUpdated value="2021-01-21T15:34:20.265+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2> Organization Affiliation Role</h2> 
      <div> 
        <p> This example value set defines a set of codes that can be used to indicate the role of
           one Organization in relation to another.</p> 

      </div> 
      <p> This code system http://hl7.org/fhir/organization-role 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">provider
            <a name="organization-role-provider"> </a> 
          </td> 
          <td> Provider</td> 
          <td/>  
        </tr> 
        <tr> 
          <td style="white-space:nowrap">agency
            <a name="organization-role-agency"> </a> 
          </td> 
          <td> Agency</td> 
          <td> An organization such as a public health agency, community/social services provider, etc.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">research
            <a name="organization-role-research"> </a> 
          </td> 
          <td> Research</td> 
          <td> An organization providing research-related services such as conducting research, recruiting
             research participants, analyzing data, etc.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">payer
            <a name="organization-role-payer"> </a> 
          </td> 
          <td> Payer</td> 
          <td> An organization providing reimbursement, payment, or related services</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">diagnostics
            <a name="organization-role-diagnostics"> </a> 
          </td> 
          <td> Diagnostics</td> 
          <td> An organization providing diagnostic testing/laboratory services</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">supplier
            <a name="organization-role-supplier"> </a> 
          </td> 
          <td> Supplier</td> 
          <td> An organization that provides medical supplies (e.g. medical devices, equipment, pharmaceutical
             products, etc.)</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">HIE/HIO
            <a name="organization-role-HIE.47HIO"> </a> 
          </td> 
          <td> HIE/HIO</td> 
          <td> An organization that facilitates electronic clinical data exchange between entities</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">member
            <a name="organization-role-member"> </a> 
          </td> 
          <td> Member</td> 
          <td> A type of non-ownership relationship between entities (encompasses partnerships, collaboration,
             joint ventures, etc.)</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/> 
  </extension> 
  <url value="http://hl7.org/fhir/organization-role"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.4.881"/> 
  </identifier> 
  <version value="4.0.1"/> 
  <name value="OrganizationAffiliationRole"/> 
  <title value="Organization Affiliation Role"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <publisher value="FHIR Project team"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="This example value set defines a set of codes that can be used to indicate the role of
   one Organization in relation to another."/> 
  <caseSensitive value="true"/> 
  <valueSet value="http://hl7.org/fhir/ValueSet/organization-role"/> 
  <content value="complete"/> 
  <concept> 
    <code value="provider"/> 
    <display value="Provider"/> 
  </concept> 
  <concept> 
    <code value="agency"/> 
    <display value="Agency"/> 
    <definition value="An organization such as a public health agency, community/social services provider, etc."/> 
  </concept> 
  <concept> 
    <code value="research"/> 
    <display value="Research"/> 
    <definition value="An organization providing research-related services such as conducting research, recruiting
     research participants, analyzing data, etc."/> 
  </concept> 
  <concept> 
    <code value="payer"/> 
    <display value="Payer"/> 
    <definition value="An organization providing reimbursement, payment, or related services"/> 
  </concept> 
  <concept> 
    <code value="diagnostics"/> 
    <display value="Diagnostics"/> 
    <definition value="An organization providing diagnostic testing/laboratory services"/> 
  </concept> 
  <concept> 
    <code value="supplier"/> 
    <display value="Supplier"/> 
    <definition value="An organization that provides medical supplies (e.g. medical devices, equipment, pharmaceutical
     products, etc.)"/> 
  </concept> 
  <concept> 
    <code value="HIE/HIO"/> 
    <display value="HIE/HIO"/> 
    <definition value="An organization that facilitates electronic clinical data exchange between entities"/> 
  </concept> 
  <concept> 
    <code value="member"/> 
    <display value="Member"/> 
    <definition value="A type of non-ownership relationship between entities (encompasses partnerships, collaboration,
     joint ventures, etc.)"/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.