twamarc / ScheMed

Healthcare Schema Vocabulary
12 stars 8 forks source link

Extending the :diagnosis definition #31

Closed twamarc closed 8 years ago

twamarc commented 8 years ago

Current version

    <div typeof="rdf:Property" resource="http://schema.org/diagnosis">
      <span class="h" property="rdfs:label">diagnosis</span>
      <span property="rdfs:comment">One or more alternative conditions considered in the differential diagnosis process.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DDxElement">DDxElement</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MedicalCondition">MedicalCondition</a></span>
    </div>

Suggested

<div typeof="rdf:Property" resource="http://schema.org/diagnosis">
  <span class="h" property="rdfs:label"> health:diagnosis</span>
  <span property="rdfs:comment">One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DDxElement">health:DDxElement</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Patient"> health:Patient</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MedicalCondition"> health:MedicalCondition</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