...
HL7 | e-Health | Result |
---|---|---|
Practitioner | [employees] | |
"identifier" : [{ Identifier }] | id | uuid | not null | Ok |
"active" : <boolean>, // Whether this practitioner's record is in active use | is_active | boolean | not null | Ok |
"name" : [{ HumanName }], // The name(s) associated with the practitioner | [parties].first_name + last_name | Ok |
"telecom" : [{ ContactPoint }], // A contact detail for the practitioner (that apply to all roles) | [parties].phones | Ok |
"gender" : "<code>", // male | female | other | unknown | [parties].gender | Ok |
"birthDate" : "<date>", // The date on which the practitioner was born | [parties].birth_date | Ok |
"photo" : [{ Attachment }], // Image of the person | ??? | Small problem |
"qualification" : [{ // Qualifications obtained by training and certification}] | [doctors].qualification | Ok |
→"identifier" : [{ Identifier }], // An identifier for this qualification for the practitioner | ||
→"code" : { CodeableConcept }, // R! Coded representation of the qualification | ??? [doctors].[qualification]. type | Problem |
→"period" : { Period }, // Period during which the qualification is valid | ??? | Small problem |
→"issuer" : { Reference(Organization) } // Organization that regulates and issues the qualification | [doctors].[qualification].institution_name | Ok |
"communication" : [{ CodeableConcept }] // A language the practitioner is able to use in patient communication | ??? | Small problem |
...