PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-ballot
    http://hl7.org/fhir/concept-subsumption-outcome
{
  "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.",
  "_filename": "CodeSystem-concept-subsumption-outcome.json",
  "package_name": "hl7.fhir.r5.core",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2022-09-10T04:52:37.223+10:00"
  },
  "publisher": null,
  "content": "complete",
  "name": "ConceptSubsumptionOutcome",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Concept Subsumption Outcome code system",
  "package_version": "5.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "vocab"
  } ],
  "status": "draft",
  "id": "7c5c30b2-2215-4a8f-b1db-19ffb7bc0d37",
  "kind": null,
  "url": "http://hl7.org/fhir/concept-subsumption-outcome",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.4.1239",
    "system": "urn:ietf:rfc:3986"
  } ],
  "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"
  } ],
  "caseSensitive": true,
  "version": "5.0.0-ballot"
}