API end point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-providers.

System operation 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

In Parameters

Name Cardinality Type Documentation
uri 1..1 uri
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

Out Parameters

Name Cardinality Type Documentation
valid 1..1 boolean True if the specified coding system URI is a valid one, false if it is invalid or not writable
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.
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.