EntityTypeEnum

(0) Real: real entity in the linearization / foundation
(1) UnderShoreLineLogicallyDefined: Entity in the foundation that can be represented as a post-coordination combination in the linearization
(2) PostCoordinationCombination: does not exist in the foundation but can be represented as post-coordination combination

HealthGlobal HealthDisease SurveillanceImmunizationHealth StatisticsICDWHOUnited NationsOpen Data
View JSON Schema on GitHub

JSON Schema

entitytypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://id.who.int/schemas/EntityTypeEnum",
  "title": "EntityTypeEnum",
  "enum": [
    0,
    1,
    2
  ],
  "type": "integer",
  "description": "(0) Real: real entity in the linearization / foundation <br />\r\n(1) UnderShoreLineLogicallyDefined: Entity in the foundation that can be represented as a post-coordination combination in the linearization <br />\r\n(2) PostCoordinationCombination: does not exist in the foundation but can be represented as post-coordination combination",
  "format": "int32"
}