@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/uv/xver/CodeSystem/organization-role> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-role"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/organization-role</code> defines the following codes:\n            </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\">provider\n                  <a name=\"organization-role-provider\"> </a>\n                </td>\n                <td>Provider</td>\n                <td>An organization that delivers care services (e.g. hospitals, clinics, community and social services, etc.).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">agency\n                  <a name=\"organization-role-agency\"> </a>\n                </td>\n                <td>Agency</td>\n                <td>An organization such as a public health agency, community/social services provider, etc.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">research\n                  <a name=\"organization-role-research\"> </a>\n                </td>\n                <td>Research</td>\n                <td>An organization providing research-related services such as conducting research, recruiting research participants, analyzing data, etc.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">payer\n                  <a name=\"organization-role-payer\"> </a>\n                </td>\n                <td>Payer</td>\n                <td>An organization providing reimbursement, payment, or related services</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">diagnostics\n                  <a name=\"organization-role-diagnostics\"> </a>\n                </td>\n                <td>Diagnostics</td>\n                <td>An organization providing diagnostic testing/laboratory services</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">supplier\n                  <a name=\"organization-role-supplier\"> </a>\n                </td>\n                <td>Supplier</td>\n                <td>An organization that provides medical supplies (e.g. medical devices, equipment, pharmaceutical products, etc.)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">HIE/HIO\n                  <a name=\"organization-role-HIE.47HIO\"> </a>\n                </td>\n                <td>HIE/HIO</td>\n                <td>An organization that facilitates electronic clinical data exchange between entities</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">member\n                  <a name=\"organization-role-member\"> </a>\n                </td>\n                <td>Member</td>\n                <td>A type of non-ownership relationship between entities (encompasses partnerships, collaboration, joint ventures, etc.)</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "packageId"^^xsd:anyURI ;
         fhir:l fhir:packageId
       ] ;
       fhir:value [
         a fhir:Id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4"
       ]
     ] [
       fhir:url [
         fhir:v "version"^^xsd:anyURI ;
         fhir:l fhir:version
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "0.1.0"
       ]
     ] [
       fhir:url [
         fhir:v "uri"^^xsd:anyURI ;
         fhir:l fhir:uri
       ] ;
       fhir:value [
         a fhir:Uri ;
         fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4>
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "pa"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/organization-role"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/organization-role>
  ] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "OrganizationAffiliationRole"] ; # 
  fhir:title [ fhir:v "Organization Affiliation Role"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-20T15:40:41+11: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 the role of one Organization in relation to its affiliation with another."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       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 "provider" ] ;
     fhir:display [ fhir:v "Provider" ] ;
     fhir:definition [ fhir:v "An organization that delivers care services (e.g. hospitals, clinics, community and social services, etc.)." ]
  ] [
     fhir:code [ fhir:v "agency" ] ;
     fhir:display [ fhir:v "Agency" ] ;
     fhir:definition [ fhir:v "An organization such as a public health agency, community/social services provider, etc." ]
  ] [
     fhir:code [ fhir:v "research" ] ;
     fhir:display [ fhir:v "Research" ] ;
     fhir:definition [ fhir:v "An organization providing research-related services such as conducting research, recruiting research participants, analyzing data, etc." ]
  ] [
     fhir:code [ fhir:v "payer" ] ;
     fhir:display [ fhir:v "Payer" ] ;
     fhir:definition [ fhir:v "An organization providing reimbursement, payment, or related services" ]
  ] [
     fhir:code [ fhir:v "diagnostics" ] ;
     fhir:display [ fhir:v "Diagnostics" ] ;
     fhir:definition [ fhir:v "An organization providing diagnostic testing/laboratory services" ]
  ] [
     fhir:code [ fhir:v "supplier" ] ;
     fhir:display [ fhir:v "Supplier" ] ;
     fhir:definition [ fhir:v "An organization that provides medical supplies (e.g. medical devices, equipment, pharmaceutical products, etc.)" ]
  ] [
     fhir:code [ fhir:v "HIE/HIO" ] ;
     fhir:display [ fhir:v "HIE/HIO" ] ;
     fhir:definition [ fhir:v "An organization that facilitates electronic clinical data exchange between entities" ]
  ] [
     fhir:code [ fhir:v "member" ] ;
     fhir:display [ fhir:v "Member" ] ;
     fhir:definition [ fhir:v "A type of non-ownership relationship between entities (encompasses partnerships, collaboration, joint ventures, etc.)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

