@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/organization-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/organization-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">prov\n                  <a name=\"organization-type-prov\"> </a>\n                </td>\n                <td>Healthcare Provider</td>\n                <td>An organization that provides healthcare services.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dept\n                  <a name=\"organization-type-dept\"> </a>\n                </td>\n                <td>Hospital Department</td>\n                <td>A department or ward within a hospital (Generally is not applicable to top level organizations)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">team\n                  <a name=\"organization-type-team\"> </a>\n                </td>\n                <td>Organizational team</td>\n                <td>An organizational team is usually a grouping of practitioners that perform a specific function within an organization (which could be a top level organization, or a department).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">govt\n                  <a name=\"organization-type-govt\"> </a>\n                </td>\n                <td>Government</td>\n                <td>A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">ins\n                  <a name=\"organization-type-ins\"> </a>\n                </td>\n                <td>Insurance Company</td>\n                <td>A company that provides insurance to its subscribers that may include healthcare related policies.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">pay\n                  <a name=\"organization-type-pay\"> </a>\n                </td>\n                <td>Payer</td>\n                <td>A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">edu\n                  <a name=\"organization-type-edu\"> </a>\n                </td>\n                <td>Educational Institute</td>\n                <td>An educational institution that provides education or research facilities.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">reli\n                  <a name=\"organization-type-reli\"> </a>\n                </td>\n                <td>Religious Institution</td>\n                <td>An organization that is identified as a part of a religious institution.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">crs\n                  <a name=\"organization-type-crs\"> </a>\n                </td>\n                <td>Clinical Research Sponsor</td>\n                <td>An organization that is identified as a Pharmaceutical/Clinical Research Sponsor.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">cg\n                  <a name=\"organization-type-cg\"> </a>\n                </td>\n                <td>Community Group</td>\n                <td>An un-incorporated community group.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">bus\n                  <a name=\"organization-type-bus\"> </a>\n                </td>\n                <td>Non-Healthcare Business or Corporation</td>\n                <td>An organization that is a registered business or corporation but not identified by other types.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">other\n                  <a name=\"organization-type-other\"> </a>\n                </td>\n                <td>Other</td>\n                <td>Other type of organization not already specified.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r5"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "pa"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "OrganizationType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:46:03-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Administration"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Administration" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This example value set defines a set of codes that can be used to indicate a type of organization."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "prov" ] ;
     fhir:display [ fhir:v "Healthcare Provider" ] ;
     fhir:definition [ fhir:v "An organization that provides healthcare services." ]
  ] [
     fhir:code [ fhir:v "dept" ] ;
     fhir:display [ fhir:v "Hospital Department" ] ;
     fhir:definition [ fhir:v "A department or ward within a hospital (Generally is not applicable to top level organizations)" ]
  ] [
     fhir:code [ fhir:v "team" ] ;
     fhir:display [ fhir:v "Organizational team" ] ;
     fhir:definition [ fhir:v "An organizational team is usually a grouping of practitioners that perform a specific function within an organization (which could be a top level organization, or a department)." ]
  ] [
     fhir:code [ fhir:v "govt" ] ;
     fhir:display [ fhir:v "Government" ] ;
     fhir:definition [ fhir:v "A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government." ]
  ] [
     fhir:code [ fhir:v "ins" ] ;
     fhir:display [ fhir:v "Insurance Company" ] ;
     fhir:definition [ fhir:v "A company that provides insurance to its subscribers that may include healthcare related policies." ]
  ] [
     fhir:code [ fhir:v "pay" ] ;
     fhir:display [ fhir:v "Payer" ] ;
     fhir:definition [ fhir:v "A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients." ]
  ] [
     fhir:code [ fhir:v "edu" ] ;
     fhir:display [ fhir:v "Educational Institute" ] ;
     fhir:definition [ fhir:v "An educational institution that provides education or research facilities." ]
  ] [
     fhir:code [ fhir:v "reli" ] ;
     fhir:display [ fhir:v "Religious Institution" ] ;
     fhir:definition [ fhir:v "An organization that is identified as a part of a religious institution." ]
  ] [
     fhir:code [ fhir:v "crs" ] ;
     fhir:display [ fhir:v "Clinical Research Sponsor" ] ;
     fhir:definition [ fhir:v "An organization that is identified as a Pharmaceutical/Clinical Research Sponsor." ]
  ] [
     fhir:code [ fhir:v "cg" ] ;
     fhir:display [ fhir:v "Community Group" ] ;
     fhir:definition [ fhir:v "An un-incorporated community group." ]
  ] [
     fhir:code [ fhir:v "bus" ] ;
     fhir:display [ fhir:v "Non-Healthcare Business or Corporation" ] ;
     fhir:definition [ fhir:v "An organization that is a registered business or corporation but not identified by other types." ]
  ] [
     fhir:code [ fhir:v "other" ] ;
     fhir:display [ fhir:v "Other" ] ;
     fhir:definition [ fhir:v "Other type of organization not already specified." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

