This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: object | |
description: Internal error code. | |
properties: | |
coding: | |
type: array | |
items: | |
type: object | |
readOnly: true | |
properties: | |
system: | |
type: string | |
description: URI of the coding system specification. | |
example: https://fhir.nhs.uk/R4/CodeSystem/Spine-ErrorOrWarningCode | |
version: | |
type: string | |
description: Version of the coding system in use. | |
example: '1' | |
code: | |
type: string | |
description: Symbol in syntax defined by the system. | |
example: INVALID_VALUE | |
display: | |
type: string | |
description: Representation defined by the system. | |
example: Provided value is invalid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment