twamarc / ScheMed

Healthcare Schema Vocabulary
12 stars 8 forks source link

Improvement : PhysicalExam concept #25

Closed twamarc closed 8 years ago

twamarc commented 8 years ago

Current version

:PhysicalExam :subClassOf :MedicalEnumeration

Suggested

:PhysicalExam :subClassOf :MedicalProcedure

Rationale: 'PhysicalExam' is here defined as a procedure. So is fitting well in medical procedure hierarchy and not in enumeration.

Suggested also to extend its definition Current version

    <div typeof="rdfs:Class" resource="http://schema.org/PhysicalExam">
      <span class="h" property="rdfs:label">PhysicalExam</span>
      <span property="rdfs:comment">A type of physical examination of a patient performed by a physician. Enumerated type.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalEnumeration">MedicalEnumeration</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc">WikiDoc</a></span>
    </div>

Suggested

<div typeof="rdfs:Class" resource="http://schema.org/PhysicalExam">
  <span class="h" property="rdfs:label"> health:PhysicalExam</span>
  <span property="rdfs:comment">A physical examination procedure of a patient performed by a healthcare provider: physician, nurse, etc. </span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalProcedure"> health:MedicalProcedure</a></span>
  <link property="http://schema.org/isPartOf" href="http://health.schema.org" />
</div>
twamarc commented 8 years ago

Closed following discussion in WG meeting. Can be re-opened if any objection is submitted. See: http://www.w3.org/2015/11/06-schemed-minutes.html Tracked in: schemaorg/schemaorg#492