This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemConceptSubsumptionOutcome
{ "resourceType" : "CodeSystem", "id" : "concept-subsumption-outcome", "meta" : { "lastUpdated" : "2022-09-07T10:58:29.429+10:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"] }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "vocab" }], "url" : "http://hl7.org/fhir/concept-subsumption-outcome", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.4.1239" }], "version" : "5.0.0-ballot", "name" : "ConceptSubsumptionOutcome", "title" : "Concept Subsumption Outcome code system", "status" : "draft", "experimental" : false, "description" : "Codes indicating the results of a subsumption check between codes. In the context of this CodeSystem, subsumption is defined in the FHIR specification under Resource Types - CodeSystem.", "caseSensitive" : true, "content" : "complete", "concept" : [{ "code" : "equivalent", "display" : "Equivalent", "definition" : "A equivalent to B if A subsumes B and B subsumes A" }, { "code" : "subsumes", "display" : "Subsumes", "definition" : "A subsumes B if there is a subsumption relationship between A and B" }, { "code" : "subsumed-by", "display" : "Subsumed-By", "definition" : "A subsumed by B if B subsumes A" }, { "code" : "not-subsumed", "display" : "Not-Subsumed", "definition" : "Neither A subsumes B nor B subsumes A" }] }
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.