...
URI | Content |
---|---|
/ws/rest/patient/uuid.json | default representation (not including audit info, including the patient's preferred name but not aliases, etc) |
/ws/rest/patient/uuid.json?v=full | representation including all audit info, all names, all historic addresses, etc. |
/ws/rest/patient/uuid.json?v=fullwithencounters | full representation plus summaries of all the patient's encounters (this can get very big) |
/ws/rest/patient/uuid.json?v=ref | minimal representation, just containing a displayable string, the uri of the default rep, and the uuid |
...
default | full |
---|---|
{ | { |
...