classify
Classify a list of codes: returns all the value sets each of the codes belongs to.
Input Parameters
| Name | Cardinality | Type | Description | 
|---|---|---|---|
| code | 1..* | string | 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 | 
| name | 0..1 | string | consider only value sets with this name | 
| system | 1..1 | string | system of the codes to classify | 
| version | 0..1 | string | consider only value sets with this version | 
Output Parameters
| Name | Cardinality | Type | Description | 
|---|---|---|---|
| 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. |