FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 3 | 
@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 -------------------------------------------------------------------
 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "concept-map-relationship"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/concept-map-relationship</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\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>1</td>\n                <td style=\"white-space:nowrap\">related-to\n                  <a name=\"concept-map-relationship-related-to\"> </a>\n                </td>\n                <td>Related To</td>\n                <td>The concepts are related to each other, but the exact relationship is not known.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  equivalent\n                  <a name=\"concept-map-relationship-equivalent\"> </a>\n                </td>\n                <td>Equivalent</td>\n                <td>The definitions of the concepts mean the same thing.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  source-is-narrower-than-target\n                  <a name=\"concept-map-relationship-source-is-narrower-than-target\"> </a>\n                </td>\n                <td>Source Is Narrower Than Target</td>\n                <td>The source concept is narrower in meaning than the target concept.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  source-is-broader-than-target\n                  <a name=\"concept-map-relationship-source-is-broader-than-target\"> </a>\n                </td>\n                <td>Source Is Broader Than Target</td>\n                <td>The source concept is broader in meaning than the target concept.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">not-related-to\n                  <a name=\"concept-map-relationship-not-related-to\"> </a>\n                </td>\n                <td>Not Related To</td>\n                <td>This is an explicit assertion that the target concept is not related to the source concept.</td>\n              </tr>\n            </table>\n          </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 "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 3     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
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 "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/concept-map-relationship"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ConceptMapRelationship"] ; # 
  fhir:title [ fhir:v "ConceptMapRelationship"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2023-03-26T14:21:02+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The relationship between concepts."] ; # 
  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/concept-map-relationship|5.0.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/concept-map-relationship|5.0.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "related-to" ] ;
fhir:display [ fhir:v "Related To" ] ;
fhir:definition [ fhir:v "The concepts are related to each other, but the exact relationship is not known." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "equivalent" ] ;
fhir:display [ fhir:v "Equivalent" ] ;
fhir:definition [ fhir:v "The definitions of the concepts mean the same thing." ]     ] [
fhir:code [ fhir:v "source-is-narrower-than-target" ] ;
fhir:display [ fhir:v "Source Is Narrower Than Target" ] ;
fhir:definition [ fhir:v "The source concept is narrower in meaning than the target concept." ]     ] [
fhir:code [ fhir:v "source-is-broader-than-target" ] ;
fhir:display [ fhir:v "Source Is Broader Than Target" ] ;
fhir:definition [ fhir:v "The source concept is broader in meaning than the target concept." ]     ] )
  ] [
fhir:code [ fhir:v "not-related-to" ] ;
fhir:display [ fhir:v "Not Related To" ] ;
fhir:definition [ fhir:v "This is an explicit assertion that the target concept is not related to the source concept." ]
  ] ) . # 
  
  
          IG © 2025+ FHIR Infrastructure.  Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
          
          
                      Links: Table of Contents |
                 QA Report
                 
                
                 | Version History |
                 
 |
                  
                 History
  
  
  
