validate-coding-system
Checks if a coding system URI is valid according to the FHIR specifications and the server internal rules. For valid URIs returns the corresponding CareEvolution term namespace and term families.
Input Parameters
Name | Cardinality | Type | Description |
---|---|---|---|
target-term-family | 1..1 | string |
The term family to use for determining the system URI if the code system contains more than one term family |
uri | 1..1 | uri |
Output Parameters
Name | Cardinality | Type | Description |
---|---|---|---|
term-family | 0..* | string |
The CareEvolution term families corresponding to the specified system URI. The parameter is repeated for each of the families. Not present if the system URI is not valid. |
term-namespace-code | 0..1 | string |
The code of the CareEvolution term namespace corresponding to the specified system URI. Not present if the system URI is not valid. |
term-namespace-version | 0..1 | string |
The version of the CareEvolution term namespace corresponding to the specified system URI. Not present if the system URI is not valid or the namespace does not have a version. |
valid | 1..1 | boolean |
True if the specified coding system URI is a valid one, false if it is invalid or not writable |