edmcouncil / idmp

This repository stores the OWL ontology built on the basis of the ISO standards for identification of medicinal products.
https://spec.edmcouncil.org/idmp/
MIT License
32 stars 10 forks source link

IDMP-745 - Augment the medicinal products ontology to flesh out the medicinal product name #620

Closed ElisaKendall closed 3 months ago

ElisaKendall commented 4 months ago

Description:

  1. Added details for the new SPOR PMS service, including a PMS ID
  2. Augmented the ISO 21090 ontology to include XP and ENXP types, required for representing medicinal product name parts
  3. Added medicinal product full name, invented name, scientific name and strength name parts
  4. Added pharmaceutical dose form, formulation, intended use, and target population name parts
  5. Added container or pack part, device part, and trademark or company name part
  6. Added remaining time or period, flavor, and delimiter parts

Note that the resolution to this issue only includes the string-valued properties for these name components, NOT a class for each, which will be covered under a separate issue.

mereolog commented 3 months ago

A minor point might be that all these subproperties of hasTextualName with the same domain, i.e., MedicinalProductName, may be given an umbrella property, e.g., hasMedicinalProductName, where the domain is declared only once.

ElisaKendall commented 3 months ago

A minor point might be that all these subproperties of hasTextualName with the same domain, i.e., MedicinalProductName, may be given an umbrella property, e.g., hasMedicinalProductName, where the domain is declared only once.

We will also add an approach that uses classes as name qualifiers, so I am a little concerned about overloading / creating confusion about having a data property called hasMedicinalProductName...