action patientview_get_patient_management_lookup_types { label: "getPatientManagementLookupTypes" description: "getPatientManagementLookupTypes" provider: patientview method: GET path: "/patientmanagement/lookuptypes" encoding: json output: { type: "array" items: { type: "object" properties: { created: { type: "string" format: "date-time" } description: { type: "string" } id: { type: "integer" format: "int64" } lastUpdate: { type: "string" format: "date-time" } type: { type: "string" enum: ["GROUP", "MENU", "ROLE", "CODE_STANDARD", "CODE_TYPE", "FEATURE_TYPE", "RELATIONSHIP_TYPE", "IDENTIFIER", "CONTACT_POINT_TYPE", "STATISTIC_TYPE", "NEWS_TYPE", "GENDER", "IBD_CROHNSLOCATION", "IBD_CROHNSPROXIMALTERMINALILEUM", "IBD_CROHNSPERIANAL", "IBD_CROHNSBEHAVIOUR", "IBD_UCEXTENT", "IBD_EGIMCOMPLICATION", "IBD_SURGERYMAINPROCEDURE", "IBD_SMOKINGSTATUS", "IBD_FAMILYHISTORY", "LINK_TYPE"] } } } } }