Terminology¶
Firely Server provides limited support for these Terminology operations:
- $validate-code
- $expand
- $lookup
- $compose
These operations are currently implemented on the Administration API and therefore only available through the administration endpoint on <firely-server-endpoint>/administration
.
Refer to Controlling the Conformance Resources on how to provide CodeSystem and ValueSet resources to the Administration API.
Note
This is a first attempt on supporting Terminology operations. We welcome feedback on how you would like to use them. Contact us at server@fire.ly.
Note
This implementation does not support complex terminologies like Snomed CT or LOINC. If you need that: Starting with Firely Server (Vonk) 3.5.0 we provide more elaborate terminology support by integrating with a full Terminology Server, see Terminology Integration docs.
ValueSet $validate-code¶
definition: | http://www.hl7.org/implement/standards/fhir/valueset-operations.html#validate-code |
---|---|
notes: |
|
ValueSet $expand¶
definition: | http://www.hl7.org/implement/standards/fhir/valueset-operations.html#expand |
---|---|
notes: |
|
CodeSystem $lookup¶
definition: | http://www.hl7.org/implement/standards/fhir/codesystem-operations.html#lookup |
---|---|
notes: |
|
CodeSystem $compose¶
definition: | http://www.hl7.org/implement/standards/fhir/codesystem-operations.html#compose |
---|---|
notes: |
|