GET api/Encounter/GetDoctorNote?patientid={patientid}

GetDoctorNote

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

patients

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

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