Skip to content

Instantly share code, notes, and snippets.

@artronics
Created December 10, 2020 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artronics/dfd497d913d10184925169d562cd22f7 to your computer and use it in GitHub Desktop.
Save artronics/dfd497d913d10184925169d562cd22f7 to your computer and use it in GitHub Desktop.
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