{ "description": "Codes indicating the results of a subsumption check between codes", "_filename": "CodeSystem-concept-subsumption-outcome.json", "package_name": "hl7.fhir.r4b.examples", "date": null, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ], "lastUpdated": "2022-05-28T12:47:40.239+10:00" }, "publisher": null, "content": "complete", "name": "ConceptSubsumptionOutcome", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": "Concept Subsumption Outcome code system", "package_version": "4.3.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "vocab" } ], "status": "active", "id": "47cfb30a-82bc-46c5-a388-8367eb917536", "kind": null, "url": "http://hl7.org/fhir/concept-subsumption-outcome", "identifier": [ { "value": "urn:oid:2.16.840.1.113883.4.642.1.1239", "system": "urn:ietf:rfc:3986" } ], "concept": [ { "code": "equivalent", "display": "Equivalent", "definition": "The two concepts are equivalent (have the same properties)." }, { "code": "subsumes", "display": "Subsumes", "definition": "Coding/code \"A\" subsumes Coding/code \"B\" (e.g. B has all the properties A has, and some of it's own)." }, { "code": "subsumed-by", "display": "Subsumed-By", "definition": "Coding/code \"A\" is subsumed by Coding/code \"B\" (e.g. A has all the properties B has, and some of it's own)." }, { "code": "not-subsumed", "display": "Not-Subsumed", "definition": "Coding/code \"A\" and Coding/code \"B\" are disjoint (e.g. each has propeties that the other doesn't have)." } ], "caseSensitive": true, "version": "4.3.0" }