1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 11:46:50 +00:00

feat: add optional LkrCode property for ICD 10 codes

This commit is contained in:
Paul-Christian Volkmer 2024-10-31 00:25:25 +01:00
parent 5bff4ddba7
commit c6fd3c59f7

View File

@ -117,6 +117,8 @@ pub struct Version {
active: bool,
#[serde(rename = "Description")]
description: String,
#[serde(rename = "LkrCode")]
lkr_code: Option<String>,
#[serde(rename = "SID")]
sid: String,
#[serde(rename = "GUID")]