OpenEHR Base package
0.1.0 - First Draft International flag

OpenEHR Base package, published by openEHR + HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/openehr-base-ig/ and changes regularly. See the Directory of published versions

CodeSystem: PROPORTION_KIND

Official URL: https://specifications.openehr.org/fhir/codesystem-proportion_kind Version: 0.1.0
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 .