All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hl7.datatype.Ratio.yml Maven / Gradle / Ivy

#
# (C) Copyright IBM Corp. 2020
#
# SPDX-License-Identifier: Apache-2.0
#
---
numerator:
    valueOf: datatype/Quantity
    expressionType: resource
    vars: 
      value: $numerator
      unit: $numunit
      resolvedSystem: $unitSystem


denominator:
   valueOf: datatype/Quantity
   expressionType: resource
   vars: 
      value: $denominator
      unit: $denunit
      resolvedSystem: $unitSystem




© 2015 - 2024 Weber Informatics LLC | Privacy Policy