Get a pathway by identifier
Returns the full pathway row including the FHIR PlanDefinition resource and embedded decision tree (server-flattened to the request locale). Operator-only. Use this endpoint when authoring pathway content or inspecting a specific version. For member runtime, use the active-pathway endpoint.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Stable identifier of the pathway.
Response
The pathway row.
id
Stable identifier of the pathway.
jurisdictionId
Stable identifier of the jurisdiction the pathway is scoped to.
organizationId
Stable identifier of the operating organisation that owns the pathway.
url
Canonical URL for the pathway.
version
Semantic version assigned by the pathway authors.
name
Machine-readable name.
title
Human-readable title.
status
Lifecycle status.
versionId
Monotonically-increasing version number for optimistic locking on draft updates.
lastUpdated
ISO 8601 timestamp of the most recent update.
resource
The FHIR R4 PlanDefinition resource as published, including the decision-tree extension nodes flattened to the request locale. Treat as a standard FHIR PlanDefinition; see the FHIR R4 specification for the field-level structure.