Get the active pathway for a member location
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Latitude (WGS84). Combine with longitude to resolve the active pathway by location. Both coordinates are required together; the postcode path is mutually exclusive.
Longitude (WGS84). See latitude.
Full postcode for the location. Server-normalised (spaces stripped, uppercased). Used when coordinates are not provided.
Client’s cached pathway versionId. When supplied and matching the server version, the response is 304 Not Modified with no body. Use this for efficient caching.
Response
Monotonically-increasing version number of the resolved pathway.
The FHIR R4 PlanDefinition resource as published, with the decision-tree extension flattened to the request locale.
Latitude of the boundary centroid the request resolved to (WGS84).
Longitude of the boundary centroid the request resolved to (WGS84).