commonMain.com.iprd.report.FhirPath.kt Maven / Gradle / Ivy
The newest version!
/* IPRD Group 2022 */
package com.iprd.report
data class FhirPath(val operator: String? = null, val operand: List)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy