StructureDefinition REST Endpoints
Description
This topic describes information for the StructureDefinition resource.
Overview
The StructureDefinition resource describes a FHIR structure including data elements and their usage. Our current implementation uses this resource to define custom extensions.
This resource only exposes the custom operations that the server defines. Operations that are defined as part of another implementation guide are referenced directly instead of being duplicated in this server. While the HL7 FHIR specification also supports describing named queries with this resource, Oracle Cerner does not currently support any custom named queries.
Fields
List of StructureDefinitions
Table - List of StructureDefinitions
ID | Description |
---|---|
A display string that is suitable for patient viewing. |
|
A reference to the location of an appointment being scheduled. |
|
The category of an order. |
|
The length of time in minutes that it took to infuse a medication. |
|
The guarantors of an encounter. Contains a reference to a patient, person, or organization and a period when the guarantor is effective. |
- Get a structure definition by ID
- Method: getPath:
/StructureDefinition/{ID}