Encounter

Options to work with FHIR R6 Encounter resources.

Primitive extension support

Encounter supports primitive companion elements in underscore form for selected fields:

_implicitRules, _language, _plannedEndDate, _plannedStartDate, _status.

For JSON usage patterns, see FHIR primitive extensions in JSON.

Successful HTTP Responses

Successful HTTP responses for this resource.

EndpointMethodSuccessful status code
/api/fhir/r6-ballot4/Encounter GET 200
/api/fhir/r6-ballot4/Encounter POST 201
/api/fhir/r6-ballot4/Encounter/$purgeDeleted POST 200
/api/fhir/r6-ballot4/Encounter/{rid} DELETE 204
/api/fhir/r6-ballot4/Encounter/{rid} GET 200
/api/fhir/r6-ballot4/Encounter/{rid} PUT 200
/api/fhir/r6-ballot4/Encounter/{rid}/$hardDelete POST 200
/api/fhir/r6-ballot4/Encounter/{rid}/_history/{vid} GET 200

For cross-resource interaction summaries, see FHIR status codes.

See also

For permanent deletion guidance, see Data deletion and purge operations.