$expand populated selection

Example of connecting FHIR's /ValueSet/$expand with filter parameter to Typeahead (ui.bootstrap.typeahead) from http://angular-ui.github.com/bootstrap/

In this example the ValueSet is the members of the Laterality Reference Set (32570611000036103). This ValueSet is implicitly defined and has the URI http://snomed.info/sct?fhir_vs=refset/32570611000036103.

Because the ValueSet is small, it is better suited to a different type of UI element.

{{'Selection:'}} {{result | json}}
A simple drop-down

This style is good for relatively short lists of items.

A selection list

Or, for very short lists, direct selection.