POST api/v1/{EMRSystem}/Fhir/{Resource}
Create FHIR.
Status: Beta
URI Parameters
None.
Header Parameters
None.
Response Information
UdmFhirCreateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the FHIR Id. |
string |
None. |
Response Codes
Http Status Code 201 - Indicates that the requested record was successfully created.
Http Status Code 400 - Indicates that the request did not contain all the required fields or had an invalid value.
Http Status Code 401 - Indicates that authentication to the underlying EMR server using the provided LoginId and Password failed.
Http Status Code 403 - Indicates that there is an issue with the request UserId.
Http Status Code 408 - Indicates that the request to the underlying EMR server timed out.
Http Status Code 500 - Indicates that an internal server error occurred during processing of the request.
Http Status Code 502 - Indicates that a request made to the underlying EMR server could not be completed.
Response Formats
application/json
{
"Id": "sample string 1"
}