Resource overview
Almost all overview tabs of any resource can be rendered in your Implementation Guide. StructureDefinitions have their own tree statement for this, other resources use the render statement.
StructureDefinition
This is the StructureDefinition overview for the us-core-patient resource in the demo project. You can find the resource on https://simplifier.net/demo/us-core-patient-2. Notice that the path in the URL is exactly the same as the placeholder.
Differential
Hybrid
Snapshot (default)
Other resources
The render statement (without spaces between the brackets) enables you to render all other resources. See the below OperationDefinition (from https://simplifier.net/core-opdefs-stu3/ActivityDefinition-data-requirements) resource as an example.
Invocations
URL: [base]/ActivityDefinition/[id]/$data-requirements
Return Values (Out)
| Name | Cardinality | Type | Documentation |
|---|---|---|---|
| return | 1..1 | Library | The result of the requirements gathering represented as a module-definition Library that describes the aggregate parameters, data requirements, and dependencies of the activity definition |
The effect of invoking this operation is to determine the aggregate set of data requirements and dependencies for the activity definition. The result is a Library resource with a type of module-definition that contains all the parameter definitions and data requirements of the activity definition and any libraries referenced by it. Implementations SHOULD aggregate data requirements intelligently (i.e. by collapsing overlapping data requirements)