CodingOutput interface
A Coding is a representation of a defined concept using a symbol from a defined "code system". Based on FHIR Coding
- Extends
Properties
code | Symbol in syntax defined by the system |
display | Representation defined by the system |
system | Identity of the terminology system |
version | Version of the system - if relevant |
Inherited Properties
extension | Additional Content defined by implementations |
id | Unique id for inter-element referencing |
Property Details
code
Symbol in syntax defined by the system
code?: string
Property Value
string
display
Representation defined by the system
display?: string
Property Value
string
system
Identity of the terminology system
system?: string
Property Value
string
version
Version of the system - if relevant
version?: string
Property Value
string
Inherited Property Details
extension
Additional Content defined by implementations
extension?: ExtensionOutput[]
Property Value
Inherited From ElementOutput.extension
id
Unique id for inter-element referencing
id?: string
Property Value
string
Inherited From ElementOutput.id