OpenEHR Base package
0.1.0-snapshot - First Draft International flag

This page is part of the Base openEHR specification (v0.1.0-snapshot: Release - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

CodeSystem: PROPORTION_KIND

Official URL: https://specifications.openehr.org/fhir/codesystem-proportion_kind Version: 0.1.0-snapshot
Standards status: Informative Maturity Level: 3 Computable Name: PROPORTION_KIND

Class of enumeration constants defining types of proportion for the DV_PROPORTION class.

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-proportion_kind defines the following codes:

CodeDefinition
pk_ratio Ratio type. Numerator and denominator may be any value.
pk_unitary Denominator must be 1.
pk_percent Denominator is 100, numerator is understood as a percentage value.
pk_fraction Numerator and denominator are integral, and the presentation method uses a slash, e.g. 1/2 .
pk_integer_fraction Numerator and denominator are integral, and the presentation method uses a slash, e.g. 1/2 ; if the numerator is greater than the denominator, e.g. n=3, d=2, the presentation is 1 1/2 .