POST api/v1/{EMRSystem}/Fhir/{Resource}

Create FHIR.

Status: Beta

URI Parameters

None.

Header Parameters

None.

Response Information

UdmFhirCreateResponse
NameDescriptionTypeAdditional 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"
}

'

POST api/v1/{EMRSystem}/Fhir/{Resource}

Create FHIR.

Status: Beta

URI Parameters


None.

Header Parameters


Request: {{ method }} {{ url }}

  • Http Request Headers
  • {{header.name}} : {{header.value}} ******
  • Http Request Body
  • {{httpRequestBody}}
  • Http Response Headers
  • {{header.name}} : {{header.value}} ******
  • Http Response Data
  • {{httpResponseData}}


API Runner under construction for POST, PUT, and PATCH requests. Please use Swagger UI