Search Location

Search or list FHIR R6 Location resources.

Endpoint

GET /api/fhir/r6-ballot4/Location

Base URL: https://<ddfs-instance-id>.ddfs.<region>.oci.oraclecloud.com/api/fhir/r6-ballot4

Parameters

ParameterInRequiredTypeDescription
_count query false special Page size. Use a positive number to request the page size.
_total query false special Requests search total handling. Use a FHIR total mode value when total handling is needed.
_id query false token Logical resource id. Use a resource logical id. Definition: http://hl7.org/fhir/SearchParameter/Resource-id.
_lastUpdated query false date DDFS supports _lastUpdated as a date search parameter for the listed resource types. Date comparators eq, ne, gt, lt, ge, le, sa, eb, and ap are supported. Use a FHIR date, instant, or supported date prefix. Comparators: eq, ne, gt, lt, ge, le, sa, eb, ap Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-last-updated-date.json.
_profile query false uri Profile URI filter. Use a profile URI. Definition: http://hl7.org/fhir/SearchParameter/Resource-profile.
_tag query false token Resource tag token filter. Use a token in system|code form when a system is available. Definition: http://hl7.org/fhir/SearchParameter/Resource-tag.
identifier query false token DDFS supports unmodified identifier token matching for Location using system and value semantics. Token modifiers are not supported or advertised. Use a token value, such as system|code when a system applies. Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-identifier-token.json.
status query false token DDFS supports unmodified status token matching for Location using code semantics and the implicit Location status system. Token modifiers are not supported or advertised. Use a token value, such as system|code when a system applies. Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-status-token.json.
partof query false reference DDFS supports exact immediate-parent Location matching for partof. The :identifier modifier is supported; recursive :above and :below modifiers and chained search parameters are not advertised. Use a FHIR reference such as Location/{id}. Use supported reference modifiers or chains only when advertised. Modifiers: :identifier Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-partof-reference-identifier-modifier.json.
form query false token DDFS supports unmodified form token matching for Location using Coding and CodeableConcept token semantics. Token modifiers are not supported or advertised. Use a token value, such as system|code when a system applies. Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-form-token.json.
name query false string DDFS supports name as a string search parameter for the listed resource types. Only the :exact modifier is supported. Use a string value. Supported string modifiers are listed when advertised. Modifiers: :exact Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-name-string.json.
address query false string DDFS supports address as a string search parameter for the listed resource types. Only the :exact modifier is supported. Use a string value. Supported string modifiers are listed when advertised. Modifiers: :exact Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-address-string.json.
address-city query false string DDFS supports address-city as a string search parameter for the listed resource types. Only the :exact modifier is supported. Use a string value. Supported string modifiers are listed when advertised. Modifiers: :exact Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-address-city-string.json.
address-state query false string DDFS supports address-state as a string search parameter for the listed resource types. Only the :exact modifier is supported. Use a string value. Supported string modifiers are listed when advertised. Modifiers: :exact Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-address-state-string.json.
address-postalcode query false string DDFS supports address-postalcode as a string search parameter for the listed resource types. Only the :exact modifier is supported. Use a string value. Supported string modifiers are listed when advertised. Modifiers: :exact Definition: https://docs.oracle.com/iaas/device-data-fhir/SearchParameter/ddfs-r6-address-postalcode-string.json.
_revinclude query false special Includes Provenance resources whose target references a matching resource. Use only reverse-include values advertised for this resource. Supported values: Provenance:target.

Authorization

The supported authorization model uses OAuth 2.0 scopes issued by OCI Identity Domains. Send the access token as a bearer token. Resource-server definitions and issued access-token claims use canonical system/... scopes. Client grants and token requests use the corresponding ddfssystem/... form. For examples, see Reference: Authentication and Scopes.

Context Scope form
Resource-server definition system/Location.s
Client grant/token request ddfssystem/Location.s
Issued token's scope claim system/Location.s

Behavior

Uses the advertised type-level Location search interaction.

FHIR Definition

Canonical: https://hl7.org/fhir/6.0.0-ballot4/location.html

Related Operations