/
case_get_health_profile ()
case_get_health_profile ()
Function prototype | case_get_health_profile (session, case , [profile_code_list]) |
---|---|
API Version | 2.7.13 and higher |
Returns all the information about the Health Profile of a patient The information is obtained from FORMS referenced by any of the HEALTH PROFILE CODES. | |
Input parameters: |
|
Output parameters: |
|
Request sample: | case_get_health_profile( “LCAAAAAAAAAAA”, “1234”, "ALLERGIES,DIETARY_RESTRICTIONS"); |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <result> <health_profile> <profile> <code>ALLERGIES</code> <description>Allergies</description> <forms> <form> <ref>20018</ref> <name>ALLERGIES</name> <code>ALLERGIES</code> <date>2015-01-28 00:00:00</date> <status>OPEN</status> <task> <ref>4546</ref> </task> <admission> <ref>21844</ref> </admission> <subscription> <ref>9876</ref> </subscription> <program> <ref></ref> <description></description> </program> </form> </forms> </profile> </health_profile> </result> <ErrorMsg></ErrorMsg> <ErrorCode></ErrorCode> |
Return Error codes
ERROR CODE | |
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to request the list of favorite items of the CASE |
CASE.NOT_FOUND | The CASE reference provided does not correspond to an existing CASE |
, multiple selections available,
Related content
† case_get_profile (session, case)
† case_get_profile (session, case)
More like this
case_get ()
case_get ()
More like this
HEALTH PROFILE CODES
HEALTH PROFILE CODES
More like this
† data_case_get_values ()
† data_case_get_values ()
More like this
case_get_program_list ()
case_get_program_list ()
More like this
record_get ()
record_get ()
More like this