$validate-code

Code System based Validation

activeFHIR Core package4.3.0operation10 inputs3 outputs

Validate that a coded value is in the code system. If the operation is not called at the instance level, one of the parameters "url" or "codeSystem" must be provided. The operation returns a result (true / false), an error message, and the recommended display for the code.

When invoking this operation, a client SHALL provide one (and only one) of the parameters (code+system, coding, or codeableConcept). Other parameters (including version and display) are optional

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/OperationDefinition/CodeSystem-validate-code
Code
$validate-code
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
Type LevelInstance Level
Target Resources:
CodeSystem
Affects State:No

Input Parameters (10)

NameTypeCard.Description
urluri0..1CodeSystem URL. The server must know the code system (e.g. it is defined explicitly in the server'scode systems, or it is known implicitly by the server
codeSystemCodeSystem0..1The codeSystem is provided directly as part of the request. Servers may choose not to accept code systems in this fashion. This parameter is used when the client wants the server to check against a code system that is not stored on the server
codecode0..1The code that is to be validated
versionstring0..1The version of the code system, if one was provided in the source data
displaystring0..1The display associated with the code, if provided. If a display is provided a code must be provided. If no display is provided, the server cannot validate the display value, but may choose to return a recommended display name in an extension in the outcome. Whether displays are case sensitive is code system dependent
codingCoding0..1A coding to validate. The system must match the specified code system
codeableConceptCodeableConcept0..1A full codeableConcept to validate. The server returns true if one of the coding values is in the code system, and may also validate that the codings are not in conflict with each other if more than one is present
datedateTime0..1The date for which the validation should be checked. Normally, this is the current conditions (which is the default values) but under some circumstances, systems need to validate that a correct code was used at some point in the past. A typical example of this would be where code selection is constrained to the set of codes that were available when the patient was treated, not when the record is being edited. Note that which date is appropriate is a matter for implementation policy.
abstractboolean0..1If this parameter has a value of true, the client is stating that the validation is being performed in a context where a concept designated as 'abstract' is appropriate/allowed to be used, and the server should regard abstract codes as valid. If this parameter is false, abstract codes are not considered to be valid. Note that. 'abstract' is a property defined by many HL7 code systems that indicates that the concept is a logical grouping concept that is not intended to be used asa 'concrete' concept to in an actual patient/care/process record. This language is borrowed from Object Orienated theory where 'asbtract' objects are never instantiated. However in the general record and terminology eco-system, there are many contexts where it is appropraite to use these codes e.g. as decision making criterion, or when editing value sets themselves. This parameter allows a client to indicate to the server that it is working in such a context.
displayLanguagecode0..1Specifies the language to be used for description when validating the display property

Output Parameters (3)

NameTypeCard.Description
resultboolean1..1True if the concept details supplied are valid
messagestring0..1Error details, if result = false. If this is provided when result = true, the message carries hints and warnings
displaystring0..1A valid display for the concept if the system wishes to display this to a user

Additional Information

Version
4.3.0
Date
2022-05-28T12:47:40+10:00