This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
A concept descriptor represents any kind of concept usually by giving a code defined in a code system. A concept descriptor can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A concept descriptor can also contain qualifiers to describe, e.g., the concept of a "left foot" as a postcoordinated term built from the primary code "FOOT" and the qualifier "LEFT". In cases of an exceptional value, the concept descriptor need not contain a code but only the original text describing that concept.
This defines a FHIR profile of the HL7 V3 CD data type for CDA itself (the HL7 V3 RIM-based standard). Uses to be evaluated. This is not intended to be part of C-CDA on FHIR but is currently published here until we find a good home for it.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CD | 1..* | Element | ||
nullFlavor | 0..1 | code | Binding: v3 Code System NullFlavor (required) | |
code | 0..1 | string | ||
codeSystem | 0..1 | string | ||
codeSystemName | 0..1 | string | ||
codeSystemVersion | 0..1 | string | ||
displayName | 0..1 | string | ||
originalText | 0..1 | ED | ||
translation | 0..* | CD | ||
qualifier | 0..* | CR | ||
valueSetVersion | 0..1 | string, string | ||
Documentation for this format |
UML Diagram
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CD | 1..* | Element | ||
nullFlavor | 0..1 | code | Binding: v3 Code System NullFlavor (required) | |
code | 0..1 | string | ||
codeSystem | 0..1 | string | ||
codeSystemName | 0..1 | string | ||
codeSystemVersion | 0..1 | string | ||
displayName | 0..1 | string | ||
originalText | 0..1 | ED | ||
translation | 0..* | CD | ||
qualifier | 0..* | CR | ||
valueSetVersion | 0..1 | string, string | ||
Documentation for this format |