/fhir/[resourceType]
returns data in FHIR Format:missing
:text
— case insensitive, partial match of text & data associated with search parameter.:exact
— no partial matches, case sensitive;:contains
— case insensitive, partial match at start or end.:not
— reverses the code matching: returns all resources that do not have a matching item.:i
— case insensitive, exact match of text associated with token or token itself.:in
— the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the coding is in the specified value set.eq
- equal (default)ne
- non-equallt
- less thanle
- less or equalgt
- greater thange
- greater or equal