Groups the observations by code. Returns a map that will look like:
const map = client.byCodes(observations, "code");// map = {// "55284-4": [ observation1, observation2 ],// "6082-2": [ observation3 ]// } Copy
const map = client.byCodes(observations, "code");// map = {// "55284-4": [ observation1, observation2 ],// "6082-2": [ observation3 ]// }
Array of observations
The name of a CodeableConcept property to group by
Groups the observations by code. Returns a map that will look like: