@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://terminology.hl7.org/v2plusvocab/ValueSet/hl7VScoordinationOfBenefits> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hl7VScoordinationOfBenefits"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hl7VScoordinationOfBenefits</b></p><a name=\"hl7VScoordinationOfBenefits\"> </a><a name=\"hchl7VScoordinationOfBenefits\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-coordinationOfBenefits.html\"><code>http://terminology.hl7.org/v2plusvocab/CodeSystem/coordinationOfBenefits</code></a><span title=\"Version is explicitly stated to be 1.0.0\"> version ?1.0.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://terminology.hl7.org/v2plusvocab/ValueSet/hl7VScoordinationOfBenefits"^^xsd:anyURI ;
     fhir:l <http://terminology.hl7.org/v2plusvocab/ValueSet/hl7VScoordinationOfBenefits>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.21.101" ]
  ] [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "http://terminology.hl7.org/v2plusvocab/ValueSet/v2-0173" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "Hl7VScoordinationOfBenefits"] ; # 
  fhir:title [ fhir:v "Coordination of Benefits (2.8.2 - 1.0.0)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-13T11:11:43+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7/FO"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7/FO" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value Set of codes that specify whether this insurance works in conjunction with other insurance plans or if it provides independent coverage and payment of benefits regardless of other insurance that might be available to the patient."] ; # 
  fhir:copyright [ fhir:v "HL7 Inc., 2026"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/coordinationOfBenefits"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/coordinationOfBenefits>
       ] ;
       fhir:version [ fhir:v "1.0.0" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

