GET api/FHIRLatest/ValueSet/_search?_id={_id}&name={name}&_format={_format}&_summary={_summary}
Searches value sets within Trifolia and returns them as ValueSet resources within a Bundle.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _id |
The id of the value set to search for. If specified and found, only a single ValueSet resource is returned in the Bundle. |
integer |
None. |
| name |
The name of the value set to search for |
string |
None. |
| _format |
Optional. The format to respond with (ex: "application/fhir+xml" or "application/fhir+json") |
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<Hl7.Fhir.Model.ValueSet>
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |