action patientview_get_patient_management_diagnoses { label: "getPatientManagementDiagnoses" description: "getPatientManagementDiagnoses" provider: patientview method: GET path: "/patientmanagement/diagnoses" encoding: json output: { type: "array" items: { type: "object" properties: { code: { type: "string" } codeCategories: { type: "array" items: { type: "object" properties: { category: { type: "object" properties: { friendlyDescription: { type: "string" } hidden: { type: "boolean" } icd10Description: { type: "string" } id: { type: "integer" format: "int64" } number: { type: "integer" format: "int32" } } } id: { type: "integer" format: "int64" } } } } codeType: { type: "object" properties: { created: { type: "string" format: "date-time" } description: { type: "string" } descriptionFriendly: { type: "string" } displayOrder: { type: "integer" format: "int64" } id: { type: "integer" format: "int64" } lastUpdate: { type: "string" format: "date-time" } lookupType: { 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"] } } } value: { type: "string" } } } created: { type: "string" format: "date-time" } description: { type: "string" } displayOrder: { type: "integer" format: "int32" } externalStandards: { type: "array" items: { type: "object" properties: { codeString: { type: "string" } externalStandard: { type: "object" properties: { description: { type: "string" } id: { type: "integer" format: "int64" } name: { type: "string" } } } id: { type: "integer" format: "int64" } } } } fullDescription: { type: "string" } hideFromPatients: { type: "boolean" } id: { type: "integer" format: "int64" } lastUpdate: { type: "string" format: "date-time" } links: { type: "array" items: { type: "object" properties: { created: { type: "string" format: "date-time" } displayOrder: { type: "integer" format: "int32" } id: { type: "integer" format: "int64" } lastUpdate: { type: "string" format: "date-time" } link: { type: "string" } linkType: { type: "object" additionalProperties: true } name: { type: "string" } } } } patientFriendlyName: { type: "string" } removedExternally: { type: "boolean" } sourceType: { type: "string" enum: ["PATIENTVIEW", "NHS_CHOICES"] } standardType: { type: "object" additionalProperties: true } } } } }