FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-codesystem-hierarchy-meaning.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-codesystem-hierarchy-meaning.html |
| URL | http://hl7.org/fhir/codesystem-hierarchy-meaning |
| Version | 4.0.1 |
| Status | active |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | CodeSystemHierarchyMeaning |
| Title | CodeSystemHierarchyMeaning |
| Realm | uv |
| Authority | hl7 |
| Description | The meaning of the hierarchy of concepts in a code system. |
| Content | complete |
| ValueSet | |
| R4-codesystem-hierarchy-meaning-for-R4B | Cross-version VS for R4.CodeSystemHierarchyMeaning for use in FHIR R4B |
| R3-codesystem-hierarchy-meaning-for-R4B | Cross-version VS for R3.CodeSystemHierarchyMeaning for use in FHIR R4B |
| R4-codesystem-hierarchy-meaning-for-R5 | Cross-version VS for R4.CodeSystemHierarchyMeaning for use in FHIR R5 |
| R3-codesystem-hierarchy-meaning-for-R5 | Cross-version VS for R3.CodeSystemHierarchyMeaning for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem codesystem-hierarchy-meaning
This case-sensitive code system http://hl7.org/fhir/codesystem-hierarchy-meaning defines the following codes:
| Code | Display | Definition |
| grouped-by | Grouped By | 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). |
| is-a | Is-A | 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 or the subsumes extension. |
| part-of | Part Of | Child elements list the individual parts of a composite whole (e.g. body site). |
| classified-with | Classified With | 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.". |
{
"resourceType": "CodeSystem",
"id": "codesystem-hierarchy-meaning",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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-r4.r4b"
},
{
"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": "4.0.1",
"name": "CodeSystemHierarchyMeaning",
"title": "CodeSystemHierarchyMeaning",
"status": "active",
"experimental": false,
"date": "2019-11-01T08:29:23+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.3.0",
"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 or the [subsumes](https://hl7.org/fhir/extension-codesystem-subsumes.html) extension."
},
{
"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.\"."
}
]
}