FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/organization-role (JSON)

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

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

Definition for Code SystemOrganizationAffiliationRole

{
  "resourceType" : "CodeSystem",
  "id" : "organization-role",
  "meta" : {
    "lastUpdated" : "2024-04-22T14:44:42.841+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://hl7.org/fhir/organization-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\">provider<a name=\"organization-role-provider\"> </a></td><td>Provider</td><td>An organization that delivers care services (e.g. hospitals, clinics, community and social services, etc.).</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>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  }],
  "url" : "http://hl7.org/fhir/organization-role",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.881"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "OrganizationAffiliationRole",
  "title" : "Organization Affiliation Role",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "This example value set defines a set of codes that can be used to indicate the role of one Organization in relation to its affiliation with another.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "provider",
    "display" : "Provider",
    "definition" : "An organization that delivers care services (e.g. hospitals, clinics, community and social services, etc.)."
  },
  {
    "code" : "agency",
    "display" : "Agency",
    "definition" : "An organization such as a public health agency, community/social services provider, etc."
  },
  {
    "code" : "research",
    "display" : "Research",
    "definition" : "An organization providing research-related services such as conducting research, recruiting research participants, analyzing data, etc."
  },
  {
    "code" : "payer",
    "display" : "Payer",
    "definition" : "An organization providing reimbursement, payment, or related services"
  },
  {
    "code" : "diagnostics",
    "display" : "Diagnostics",
    "definition" : "An organization providing diagnostic testing/laboratory services"
  },
  {
    "code" : "supplier",
    "display" : "Supplier",
    "definition" : "An organization that provides medical supplies (e.g. medical devices, equipment, pharmaceutical products, etc.)"
  },
  {
    "code" : "HIE/HIO",
    "display" : "HIE/HIO",
    "definition" : "An organization that facilitates electronic clinical data exchange between entities"
  },
  {
    "code" : "member",
    "display" : "Member",
    "definition" : "A type of non-ownership relationship between entities (encompasses partnerships, collaboration, joint ventures, etc.)"
  }]
}

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.