Page Status: updated 2025-03-31

ValueSetValidateCode

Page index

Definition

Invocations

GET ../ValueSet/[id]/$validate-code?code=[string]{&version=[string]}{&date=[string]}{&display=[string]}

This operation does NOT change content.
This operation checks if a code exists in the current version of a specific value set unless a date or version is specified. It can also be used to check the display text.
This is a standard operation in FHIR, see $validate-code for more information.

Parameters (In)

Parameter Description Comment
code Code to search for
..?code=43067004
version Version of the value set
..&version=1.0.3
date Version of the value set at a date
..&date=le2021-03-01
le and eq are supported. No prefix is by default the same as eq.
display A display text to compare with
..&display=h%E5rbotten

Parameters (Out)

Parameter Description Comment
result True if the concept details supplied are valid
true
message Information about the outcome
Koden "14175009" existerar.
display A valid display for the concept if the system wishes to display this to a user
reumatisk ledsjukdom

Examples

See Examples - $validate-code.