FHIR R6 API Incubator, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/api-incubator-ig/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/OperationDefinition/Resource-graph | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 1 | Computable Name: Graph | ||
Return an entire graph of resources based on a GraphDefinition. The operation is invoked on a specific instance of a resource, and the graph definition tells the server what other resources to return in the same packaage
Last updated: 2021-01-05 10:01:24+1100
URL: [base]/Resource/[id]/$graph
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | graph | 1..1 | uri | Servers MAY choose to allow any graph definition to be specified, but MAY require that the client choose a graph definition from a specific list of known supported definitions. The server is not required to support a formal definition of the graph on the end point | ||
| OUT | result | 1..1 | Bundle | The set of resources that were in the graph based on the provided definition |