This document explains the JSON structure used in the Professional Profiles system. Each entry in the JSON array represents a healthcare professional's profile with detailed attributes.
Below is a detailed description of each field in the JSON structure for the Professional Profiles:
Field | Description | Type | Accepted Format | Example |
---|---|---|---|---|
name |
Full name of the professional. This is displayed on their profile page. | string | N/A | "David Oh" |
designation |
Full official job title at the organization. | string | N/A | "Chief medical officer at Hoxworth Blood Center" |
designationShort |
Abbreviated job title used in the bottom slider or where the full title is not necessary. | string | N/A | "Chief medical officer" |
profileImage |
Path to the profile image file. This smaller image is used to visually represent the professional on the bottom slider. | string | Relative path | "david-oh/profile.png" |
coverImage |
Path to the cover image file. This bigger image is displayed as a banner on the top slider. | string | Relative path | "david-oh/cover.png" |
story |
A brief narrative or description of personal insights related to their profession. Displayed under the "My Story" tab. | string | N/A | "Blood is considered to be a drug and we're..." |
careerPathImage |
Path to an image depicting the professional's career path or milestones. Displayed under the "My Career Path" tab. | string | Relative path | "david-oh/career-path.png" |
Each field should be carefully filled to ensure the profile is accurate and informative. The images should be placed in the corresponding paths, and the text should be reviewed for correctness and impact.