Skip to content

Instantly share code, notes, and snippets.

@artronics
Created December 10, 2020 17:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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