GET api/Encounter/VisitSummary/{patientid}/{encounterid}/{accountid}

VisitSummary

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientid

globally unique identifier

Required

encounterid

globally unique identifier

Required

accountid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

visit

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}