twamarc / ScheMed

Healthcare Schema Vocabulary
12 stars 8 forks source link

Expand the definition of medicalSpecialty #34

Closed twamarc closed 8 years ago

twamarc commented 8 years ago

Issue opened from @LeezaRodriguez comment on https://github.com/twamarc/ScheMed/issues/33.

_Q / _ Is it possible to clarify the definition of MedicalSpecialty so that is reflects the formal process of training, certification, and licensing?

Rationale : I'm afraid that webmasters may apply the term loosely, without knowledge that the designation of a 'MedicalSpecialty' is quite a formal thing. Any person or organization which is tied to a 'MedicalSpecialty' should have formal 'certification' and be 'licensed' in the Medical Specialty. The person or organization with a MedicalSpecialty must have attained training, certification, and licensing from an authority organization to practice medicine in that Medical Specialty.

When a physician asserts himself as a provider of care in a designated Medical Specialty, the consumer (and the AI engine) should be able to parse if that provider is trained/certified/boarded or not. HUGE difference. As the enumerated list of Medical Specialties grows, this really concerns me.

Current description: Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.

Proposed description: Any specific branch of medical science or practice that a person or organization has formal training, certification and licensing from an authority organization to practice medicine in that Medical Specialty. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.

/cc @LeezaRodriguez

westurner commented 8 years ago

Q / \ Is it possible to clarify the definition of MedicalSpecialty so that is reflects the formal process of training, certification, and licensing?

schema.org/Credential may or may not be added in the schema.org course extension.

.

LeezaRodriguez commented 8 years ago

@westurner The example use case is to designate this:

John Doe MD

In terms of degree, the Medical Specialty certification is conferred after completion of a Residency and completion of Oral and Written Boards. These providers have already completed Medical School years ago.

westurner commented 8 years ago

From "Re: Cost" https://lists.w3.org/Archives/Public/public-schema-course-extend/2016Feb/0024.html :

And then to clarify the real transaction, There is an :Offer for a :Service and/or a :Product (e.g. a :Credential > :OpenBadgesBadgeClass), which then, in addition to time and effort Project(:Mission, :Goals, :Objectives (%), {Tasks/Actions/...}), yields an instance of said Credential, per the terms of the Offer for Service and Product.

... As potentially listed in a https://schema.org/OfferCatalog [edit: link]

What else are we failing to model here (where is this schema lossy)?:

westurner commented 8 years ago

re: Credential

from the Schema.org Course Extension "schema document":

Thing > Intangible > Credential > OpenBadgesBadgeClass An OpenBadges BadgeClass.

Thing > Intangible > Credential > Badge > OpenBadgesBadge

twamarc commented 8 years ago

Closed! To be continued here: https://github.com/schemaorg/schemaorg/issues/1116