API end point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir
.
classify
Classify a list of codes: returns all the value sets each of the codes belongs to
Applies to: ValueSet
Name | Cardinality | Type | Documentation |
---|---|---|---|
system | 1..1 | string | system of the codes to classify |
family | 0..1 | string | family (domain) of the codes to classify, required if the system does not corresponds to a single family |
code | 1..* | string | codes to classify |
version | 0..1 | string | consider only value sets with this version |
name | 0..1 | string | consider only value sets with this name |
Name | Cardinality | Type | Documentation |
---|---|---|---|
item | 1..* | one for each of the specifies codes that is contained in at least one value set, with a part 'code' specifying the code and 'name' and 'version' parts for each value set. The 'version' part is omitted when a value set version is specified in the input parameters The 'name' part is omitted when a value set name is specified in the input parameters. |