GET api/FHIR3/ImplementationGuide/{implementationGuideId}?_format={_format}&_summary={_summary}
Get the specified implementation guide in FHIR DSTU2 format
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
implementationGuideId |
The id of the implementation guide |
integer |
Required |
_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. |
Hl7.Fhir_0_93_4_0.Rest.SummaryType |
None. |
Body Parameters
None.
Response Information
Resource Description
Hl7.Fhir.Model.ImplementationGuide
System.Net.Http.HttpResponseMessageName | 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. |