ValueSet Code Validation
Overview
Value set code validation provides the ability to validate that a coded value is in the set of codes allowed by a value set. For more details, see the official documentation FHIR Terminology Value Set based Validation.
API
Example: for validation that female
code allowed by a default AdministrativeGender ValueSet.
Parameters
Parameter
Type
Status
Example
url
supported
context
not supported
valueSet
supported
code
supported
system
supported
version
supported
display
supported
coding
supported
codeableConcept
supported
date
not supported
abstract
not supported
displayLanguage
not supported
url code system version display
One of the concept property
Or
valueSet
The value set is provided directly as a part of the request.
coding
A coding to validate
url
parameter is required for $validate-code
codeableConcept
A full codeableConcept to validate.
Last updated
Was this helpful?