IGUHealth
Preparing search index...
@iguhealth/server
fhir-terminology
TerminologyProvider
Class TerminologyProvider
Implements
TerminologyProvider
Index
Constructors
constructor
Methods
expand
lookup
validate
Constructors
constructor
new
TerminologyProvider
()
:
TerminologyProvider
Returns
TerminologyProvider
Methods
expand
expand
<
Version
extends
"4.0"
|
"4.3"
>
(
ctx
:
IGUHealthServerCTX
,
fhirVersion
:
Version
,
input
:
r4
.
ValueSetExpand
.
Input
,
)
:
Promise
<
ValueSet
>
Type Parameters
Version
extends
"4.0"
|
"4.3"
Parameters
ctx
:
IGUHealthServerCTX
fhirVersion
:
Version
input
:
r4
.
ValueSetExpand
.
Input
Returns
Promise
<
ValueSet
>
lookup
lookup
(
ctx
:
IGUHealthServerCTX
,
fhirVersion
:
"4.0"
|
"4.3"
,
input
:
r4
.
CodeSystemLookup
.
Input
,
)
:
Promise
<
r4
.
CodeSystemLookup
.
Output
>
Parameters
ctx
:
IGUHealthServerCTX
fhirVersion
:
"4.0"
|
"4.3"
input
:
r4
.
CodeSystemLookup
.
Input
Returns
Promise
<
r4
.
CodeSystemLookup
.
Output
>
validate
validate
(
ctx
:
IGUHealthServerCTX
,
fhirVersion
:
"4.0"
|
"4.3"
,
input
:
r4
.
ValueSetValidateCode
.
Input
,
)
:
Promise
<
r4
.
ValueSetValidateCode
.
Output
>
Parameters
ctx
:
IGUHealthServerCTX
fhirVersion
:
"4.0"
|
"4.3"
input
:
r4
.
ValueSetValidateCode
.
Input
Returns
Promise
<
r4
.
ValueSetValidateCode
.
Output
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
expand
lookup
validate
IGUHealth
Loading...