@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.0/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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem organization-role</b></p><a name=\"organization-role\"> </a><a name=\"hcorganization-role\"> </a><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/></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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "draft"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 1
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4.r4b"
       ]
     ] [
       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://hl7.org/fhir/organization-role"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "OrganizationAffiliationRole"] ; # 
  fhir:title [ fhir:v "Organization Affiliation Role"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:11:23-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 the role of one Organization in relation to another."] ; # 
  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:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/organization-role|4.3.0"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/organization-role|4.3.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "provider" ] ;
     fhir:display [ fhir:v "Provider" ]
  ] [
     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.)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

