Get a procedure by ID
get
/Procedure/{id}
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves an individual procedure by the associated ID.
Request
Path Parameters
-
id(required): string
The logical resource ID.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful retrieve response.
Root Schema : Procedure
Type:
Show Source
object-
basedOn: array
basedOn
(USCDI) A request for this procedure.
-
code(required):
code
(USCDI) The identification of the procedure.
-
id(required): string
-
performedDateTime: string
(date-time)
(USCDI) When the procedure was performed.
-
resourceType(required): string
Allowed Values:
[ "Procedure" ] -
status(required): string
(USCDI) The following values are supported:
preparationin-progressnot-doneon-holdstoppedcompletedentered-in-errorunknown
-
subject(required):
subject
(USCDI) Who the procedure was performed on.
Nested Schema : code
(USCDI) The identification of the procedure.
Match All
(USCDI) The identification of the procedure.
Show Source
Nested Schema : subject
(USCDI) Who the procedure was performed on.
Match All
(USCDI) Who the procedure was performed on.
Show Source
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]