GET api/FHIR3/StructureDefinition/_search?_id={_id}&name={name}&_summary={_summary}
Searches for profiles within Trifolia and returns them as StructureDefinition resources within a Bundle.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_id |
The id of a template/profile to search for and return in the bundle |
integer |
None. |
name |
The name of a template/profile to search for. Only templates/profiles that contain this specified name will be returned. |
string |
None. |
_summary |
Optional. The type of summary to respond with. |
Trifolia.Shared.FHIR.SummaryType |
None. |
Body Parameters
None.
Response Information
Resource Description
Hl7.Fhir.Model.Bundle
System.Web.Http.IHttpActionResultNone.