FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Code System Hierarchy Meaning - JSON Representation

Page standards status: Normative Maturity Level: 5

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-hierarchy-meaning",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/codesystem-hierarchy-meaning</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">grouped-by\n                  <a name=\"codesystem-hierarchy-meaning-grouped-by\"> </a>\n                </td>\n                <td>Grouped By</td>\n                <td>No particular relationship between the concepts can be assumed, except what can be determined by inspection of the definitions of the elements (possible reasons to use this: importing from a source where this is not defined, or where various parts of the hierarchy have different meanings).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">is-a\n                  <a name=\"codesystem-hierarchy-meaning-is-a\"> </a>\n                </td>\n                <td>Is-A</td>\n                <td>A hierarchy where the child concepts have an IS-A relationship with the parents - that is, all the properties of the parent are also true for its child concepts. Not that is-a is a property of the concepts, so additional subsumption relationships may be defined using properties.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">part-of\n                  <a name=\"codesystem-hierarchy-meaning-part-of\"> </a>\n                </td>\n                <td>Part Of</td>\n                <td>Child elements list the individual parts of a composite whole (e.g. body site).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">classified-with\n                  <a name=\"codesystem-hierarchy-meaning-classified-with\"> </a>\n                </td>\n                <td>Classified With</td>\n                <td>Child concepts in the hierarchy may have only one parent, and there is a presumption that the code system is a &quot;closed world&quot; meaning all things must be in the hierarchy. This results in concepts such as &quot;not otherwise classified.&quot;.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "normative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode" : "4.0.0"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 5
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "vocab"
    }
  ],
  "url" : "http://hl7.org/fhir/codesystem-hierarchy-meaning",
  "version" : "5.0.0",
  "name" : "CodeSystemHierarchyMeaning",
  "title" : "Code System Hierarchy Meaning",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "HL7 International / Terminology Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / Terminology Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/Vocab"
        }
      ]
    }
  ],
  "description" : "The meaning of the hierarchy of concepts in a code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "grouped-by",
      "display" : "Grouped By",
      "definition" : "No particular relationship between the concepts can be assumed, except what can be determined by inspection of the definitions of the elements (possible reasons to use this: importing from a source where this is not defined, or where various parts of the hierarchy have different meanings)."
    },
    {
      "code" : "is-a",
      "display" : "Is-A",
      "definition" : "A hierarchy where the child concepts have an IS-A relationship with the parents - that is, all the properties of the parent are also true for its child concepts. Not that is-a is a property of the concepts, so additional subsumption relationships may be defined using properties."
    },
    {
      "code" : "part-of",
      "display" : "Part Of",
      "definition" : "Child elements list the individual parts of a composite whole (e.g. body site)."
    },
    {
      "code" : "classified-with",
      "display" : "Classified With",
      "definition" : "Child concepts in the hierarchy may have only one parent, and there is a presumption that the code system is a \"closed world\" meaning all things must be in the hierarchy. This results in concepts such as \"not otherwise classified.\"."
    }
  ]
}