Using the FHIR $translate operation

Example demonstrating FHIR's ConceptMap/$translate.

Select a Map from the drop-down, then search for a Source code to translate.

{{selected.description}}

From: {{selected.sourceUri}}
To:   {{selected.targetUri}}
{{loading && 'Searching...' || ''}} {{result | json}}

[base]/ConceptMap/$translate?url={{selected.url}}&target={{selected.targetUri}}&system={{result.system}}&code={{result.code}}

{{result && translation | json}}
{{translation.result}}
{{item.code}}{{item.diagnostics}}