Page Status: updated 2025-03-31

ConceptMapTranslate

Page index

Definition

Invocations

GET ../ConceptMap/$translate?system=[system]&code=[code]&source=[source]&target=[target]
GET ../ConceptMap/[id]/$translate?system=[system]&code=[code]

This operation does not change content. The operation translates a code from one value set to another.

This is a standard operation in FHIR, see $translate for more information.

Parameters (In)

Parameter Description Comment
system The system of the code that is to be translated
..?system=http://electronichealth.se/fhir/CodeSystem/mpa-form
code The code that is to be translated
..&code=PSOIIN
source The value set the code comes from
..&source=http://electronichealth.se/fhir/ValueSet/nll-mpa-form
target The value set in which a translation is sought
..&target=http://electronichealth.se/fhir/ValueSet/nll-ucum-unit

Parameters (Out)

Parameter Description Comment
result True if the concept could be translated successfully
true
match A concept in the target value set with an equivalence
match.equivalence A code indicating the equivalence of the translation
equivalent
match.concept The translation outcome as a Coding, eg
"system": "http://snomed.info/sct", "code": "258994006"

Examples

See Examples - $translate.