@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/ValueSet/mif-conceptRelationshipKind> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mif-conceptRelationshipKind"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mif-conceptRelationshipKind</b></p><a name=\"mif-conceptRelationshipKind\"> </a><a name=\"hcmif-conceptRelationshipKind\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-hl7TermMaintInfra.html\"><code>http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?3.0.0</span> where concept  is-a <a href=\"CodeSystem-hl7TermMaintInfra.html#hl7TermMaintInfra-MIF-ConceptRelationshipKind\">MIF-ConceptRelationshipKind</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"CodeSystem-hl7TermMaintInfra.html\"><code>http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-hl7TermMaintInfra.html#hl7TermMaintInfra-MIF-ConceptRelationshipKind\">MIF-ConceptRelationshipKind</a></td><td/><td>Grouper code for MIF SupportedConceptRelationship.relationshipKind codes</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://terminology.hl7.org/ValueSet/mif-conceptRelationshipKind"^^xsd:anyURI ;
     fhir:l <http://terminology.hl7.org/ValueSet/mif-conceptRelationshipKind>
  ] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "MIFConceptRelationshipKind"] ; # 
  fhir:title [ fhir:v "MIF Concept Relationship Kind"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-02-25T20:31:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "hq@HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for use in the ext-mif-relationship-relationshipKind to capture V3 Model Interchange Format (MIF) SupportedConceptRelationship.relationshipKind values"] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "MIF-ConceptRelationshipKind" ]
       ] )
     ] ) ;
     fhir:exclude ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "MIF-ConceptRelationshipKind" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

