fhir.search.OperationDefinition.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fhir-server Show documentation
Show all versions of fhir-server Show documentation
A server that exposes Pathling functionality through a FHIR API.
{
"resourceType": "OperationDefinition",
"name": "search",
"title": "Pathling FHIRPath Search Parameter",
"status": "active",
"kind": "query",
"experimental": false,
"publisher": "Australian e-Health Research Centre, CSIRO",
"description": "This named search query allows for the filtering of resources based on a set of FHIRPath expressions",
"affectsState": false,
"code": "fhirPath",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "filter",
"use": "in",
"min": 1,
"max": "*",
"documentation": "A FHIRPath expression that can be evaluated against each resource in the data set to determine whether it is included within the result. The context is an individual resource of the type that the search is being invoked against. The expression must evaluate to a Boolean value.",
"type": "string"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy