Preparing search index...
The search index is not available
IGUHealth
IGUHealth
@iguhealth/operation-execution
OpCTX
Interface OpCTX
interface
OpCTX
{
fhirVersion
:
"4.0"
|
"4.3"
;
level
:
"system"
|
"type"
|
"instance"
;
resolveCanonical
:
(
<
FHIRVersion
,
Type
>
(
fhirVersion
:
FHIRVersion
,
type
:
Type
,
url
:
canonical
)
=>
Promise
<
undefined
|
Resource
<
FHIRVersion
,
Type
>
>
)
;
validateCode
?
(
system
:
string
,
code
:
string
)
:
Promise
<
boolean
>
;
}
Hierarchy (
view full
)
ValidationCTX
OpCTX
Index
Properties
fhir
Version
level
resolve
Canonical
Methods
validate
Code?
Properties
fhir
Version
fhir
Version
:
"4.0"
|
"4.3"
level
level
:
"system"
|
"type"
|
"instance"
resolve
Canonical
resolve
Canonical
:
(
<
FHIRVersion
,
Type
>
(
fhirVersion
:
FHIRVersion
,
type
:
Type
,
url
:
canonical
)
=>
Promise
<
undefined
|
Resource
<
FHIRVersion
,
Type
>
>
)
Methods
Optional
validate
Code
validate
Code
(
system
,
code
)
:
Promise
<
boolean
>
Parameters
system
:
string
code
:
string
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fhir
Version
level
resolve
Canonical
Methods
validate
Code
IGUHealth
Loading...