-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Informational field for filtering terms #115
Comments
This is similar as the implementations actually do behind... but I oppose. {
"id": "LOINC:3141-9",
"label": "Weight",
"type": "alphanumeric",
"scopes": ["individual"],
"query": "{'measures': {'$elemMatch': {'assayCode.id': '$$id', 'measurementValue.value': {$$operator: $$value}}}}}"
} |
@redmitry This is a purely informational field, more for human readability. As an implementer, you just indicate this for a logical understanding where in the Beacon default model this would map. As a user you just use |
Hm... understand. |
Note: The |
Updated argument: From recent discussions it has become apparent that this informational field would provide a powerful option to align between beacons, more than the filtering terms itself since
Footnotes
|
IMO the best (and non-breaking) improvement for filtering terms would be to add a
modelPath
(naming suggestions welcome) informational field which indicates against which field in the beacon default model a term is being applied logically (even if your local storage/implementation looks different):This would help to make implementers understand the usage of the term in a resource, and could also be used e.g. as information in autocompletes etc.
The text was updated successfully, but these errors were encountered: