Disease

objekttype

Inspire revision 4711 Gyldig

-- Name -- Disease
Statistical information related to pathologies linked directly or indirectly to the quality of environment. -- Description -- Statistical information related to diseases, health-related conditions and external causes of disease and injury, as classified in the International Statistical Classification of Diseases and Related Health Problems, 10th Revision (ICD-10). For practical reasons, a short term ‘disease’ is used to label all conditions covered by this definition.
Egenskap Stereotype Beskrivelse Type Multiplisitet
ageRange -- Name -- Age range AgeRangeType (datatype) 1..1
- startAge -- Name -- start age Age (union) 1..1
- range -- Name -- range Age (union) 1..1
diseaseMeasure -- Name -- Disease measure DiseaseMeasure (datatype) 1..*
- diseaseMeasureType -- Name -- Disease measure type DiseaseMeasureTypeValue (kodeliste) 1..1
- value -- Name -- Value Real 1..1
gender -- Name -- Gender GenderValue (kodeliste) 1..1
referencePeriod -- Name -- Reference period ReferencePeriodType (datatype) 1..1
- startDate -- Name -- Start date Date 1..1
- endDate -- Name -- End date Date 1..1
pathology -- Name -- International classification of diseases . ICDValue (kodeliste) 0..1
COD -- Name -- Cause of death CODValue (kodeliste) 0..1
HealthStatisticalData
Navn Type Lengde Multiplisitet
AgeRangeType 1..1
DiseaseMeasure 1..*
GenderValue 1..1
ReferencePeriodType 1..1
ICDValue 0..1
CODValue 0..1
Name Type English Description
ageRange AgeRangeType Age interval of a specific subpopulation expressed as starting age and an interval, both alternatively expressed in years, months or weeks.
diseaseMeasure DiseaseMeasure Different ways how data on diseases and related health problems in a population can be reported.
gender GenderValue Gender of the population considered.
referencePeriod ReferencePeriodType The time period to which data refers.
pathology ICDValue Disease as defined in the ICD-10 update 2007 "ICD (International Classification of Diseases, 10<sup>th</sup> revision)". -- Description -- As values in the INSPIRE data, the code could be used (e.g A00, A01, A01.1, ...).
COD CODValue Data on causes of death (COD) that provide information on mortality patterns and form a major element of public health information.

Vis Disease i NVDB Datakatalog

Id Navn Type Multiplisitet
AgeRangeType 1 ..1
DiseaseMeasure 1 ..*
GenderValue 1 ..1
ReferencePeriodType 1 ..1
ICDValue 0 ..1
CODValue 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
arv subtype Disease supertype HealthStatisticalData
Navn Beskrivelse
CODusability /* The COD code list shall be used only if the diseaseMeasureType attribute of diseaseMeasure takes a value that represents mortality. */
pathologiOrCODnotempty /* At least one of pathology and COD attributes must not be empty. */ inv: self.COD-&gt;Empty implies self.pathology-&gt; notEmpty inv: self.pathology-&gt;Empty implies self.COD -&gt; notEmpty