DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Operation-conceptmap-batch

This is the narrative for the resource. See also the XML or JSON format.

Batch Mode Translation

OPERATION: Batch Mode Translation

Translate a set of concepts from one value set to another, based on the existing value set and concept maps resources, and/or other additional knowledge available to the server

URL: [base]/ConceptMap/$Batch Mode Translation

Parameters

UseNameCardinalityTypeDocumentation
INitem0..*

An item to be translated

concept1..1CodeableConcept

A codeable concept to be translated. If the source is a coding, or a code/system pair, wrap it in a CodeableConcept

target1..*uri

Identifies the value set in which a translation is sought. May be a logical id, or an absolute or relative location. If more than one is provided, multiple translations are requested for the concept

map0..1Reference(ConceptMap)

A specific concept map to use for the translation. If none is provided, the server chooses which concept map to use

OUTitem0..*

The outcome of validating an item. There must be an entry for every item in the same order

result1..1boolean

True if the concept could be translated

message0..1string

Error details, if result = false. If this is provided when result = true, the message carries hints and wanrings

equivalence0..1code

A code indicating the equivalence of the translation, using values from [ConceptMapEquivalence]{concept-equivalence.html}. TODO: what about multiple translations?

outcome0..1CodeableConcept

The translation outcome - a CodeableConcept to allow for multiple translations

 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.