FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions
CodeSystem: FHIR Defined Concept Properties
A set of common concept properties for use on coded systems throughout the FHIR eco-system.
This Code system is referenced in the content logical definition of the following value sets:
- This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)
This case-sensitive code system http://hl7.org/fhir/concept-properties defines the following codes:
| Code | Display | Definition |
| inactive |
Inactive |
True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false |
| deprecated |
Deprecated |
The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged, and they should be expected to be made inactive in a future release. Property type is dateTime |
| notSelectable |
Not Selectable |
The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts. Note, though, that the interpretation of this is highly contextual; all concepts are selectable in some context. Property type is boolean |
| parent |
Parent |
The concept identified in this property is a parent of the concept on which it is a property. The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning attribute |
| child |
Child |
The concept identified in this property is a child of the concept on which it is a property. The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning attribute |