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:
parent
5bff4ddba7
commit
c6fd3c59f7
@ -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")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user