table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
strong {
font-weight: bold;
}
Medical Specialist – Ref No: REFS/019127
If you are interested in applying for the position of Medical Specialist, please fill out the Z83 application form.
Job Description
Date Posted: | {{datePosted}} |
---|---|
Description: | {{description}} |
Hiring Organization: | {{hiringOrganization}} |
Job Location: | {{jobLocation}} |
Title: | {{title}} |
Base Salary: | {{baseSalary}} |
Employment Type: | {{employmentType}} |
{
“@context”: “https://schema.org/”,
“@type”: “JobPosting”,
“datePosted”: “{{datePosted}}”,
“description”: “{{description}}”,
“hiringOrganization”: {
“@type”: “Organization”,
“name”: “{{hiringOrganization}}”
},
“jobLocation”: {
“@type”: “Place”,
“address”: “{{jobLocation}}”
},
“title”: “{{title}}”,
“baseSalary”: {
“@type”: “MonetaryAmount”,
“currency”: “ZAR”,
“value”: “{{baseSalary}}”
},
“employmentType”: “{{employmentType}}”
}