Interface: ValidateCodeResult
The result of validateCode - models FHIR R4 $validate-code's result boolean. A found
concept is valid: true carrying its status (a deprecated or header code validates as present
but is flagged, never presented clean); an absent code is valid: false, never a guessed true.
Properties
code?
readonlyoptionalcode?:DiagnosticCode
For an invalid code, the stable diagnostic (TERM_CODE_UNKNOWN); absent when valid.
status?
readonlyoptionalstatus?:ConceptStatus
The concept's status flags, when the code was found and the release carried status.
valid
readonlyvalid:boolean
FHIR result: true if the code is a valid member of the code system.