Definition for Code SystemConceptMapRelationship
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "concept-map-relationship"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "fhir" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.value [ fhir:value "trial-use" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "1" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/concept-map-relationship"];
fhir:CanonicalResource.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1986" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "ConceptMapRelationship"];
fhir:CanonicalResource.title [ fhir:value "ConceptMapRelationship"];
fhir:CanonicalResource.status [ fhir:value "draft"];
fhir:CanonicalResource.experimental [ fhir:value "true"];
fhir:CanonicalResource.date [ fhir:value "2022-09-10T04:52:37+10:00"];
fhir:CanonicalResource.description [ fhir:value "The relationship between concepts."];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/concept-map-relationship"];
fhir:CodeSystem.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1986" ]
];
fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
fhir:CodeSystem.name [ fhir:value "ConceptMapRelationship"];
fhir:CodeSystem.title [ fhir:value "ConceptMapRelationship"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "true"];
fhir:CodeSystem.date [ fhir:value "2022-09-10T04:52:37+10:00"];
fhir:CodeSystem.description [ fhir:value "The relationship between concepts."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/concept-map-relationship"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "related-to" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Related To" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "The concepts are related to each other, but the exact relationship is not known." ];
fhir:ConceptDefinitionComponent.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "equivalent" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Equivalent" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "The definitions of the concepts mean the same thing." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "source-is-narrower-than-target" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Source Is Narrower Than Target" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "The source concept is narrower in meaning than the target concept." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "source-is-broader-than-target" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Source Is Broader Than Target" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "The source concept is broader in meaning than the target concept." ]
]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "not-related-to" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Not Related To" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "This is an explicit assertion that the target concept is not related to the source concept." ]
] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.