{
"description": null,
"_filename": "codesystem-concept-subsumption-outcome.json",
"package_name": "hl7.fhir.r5.examples",
"date": null,
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2021-05-03T21:59:52.634+10:00"
},
"publisher": null,
"name": "ConceptSubsumptionOutcome",
"type": null,
"experimental": null,
"resourceType": "CodeSystem",
"title": null,
"package_version": "4.6.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "vocab"
} ],
"status": null,
"id": "026d69cb-e6e2-4945-81c1-e25e34fe8da9",
"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.6.0"
}