mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git
synced 2025-07-04 03:42:54 +00:00
chore: update to latest data model version
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mv64e-mtb-dto"
|
name = "mv64e-mtb-dto"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Paul-Christian Volkmer <code@pcvolkmer.de>"]
|
authors = ["Paul-Christian Volkmer <code@pcvolkmer.de>"]
|
||||||
|
|
||||||
|
@ -72,16 +72,16 @@ impl Mtb {
|
|||||||
age: None,
|
age: None,
|
||||||
birth_date: String::new(),
|
birth_date: String::new(),
|
||||||
date_of_death: None,
|
date_of_death: None,
|
||||||
gender: CodingGender {
|
gender: GenderCoding {
|
||||||
code: GenderCode::Female,
|
code: GenderCodingCode::Female,
|
||||||
display: None,
|
display: None,
|
||||||
system: None,
|
system: None,
|
||||||
version: None,
|
version: None,
|
||||||
},
|
},
|
||||||
id: patient_id.to_string(),
|
id: patient_id.to_string(),
|
||||||
health_insurance: HealthInsurance {
|
health_insurance: HealthInsurance {
|
||||||
health_insurance_type: CodingHealthInsurance {
|
health_insurance_type: HealthInsuranceCoding {
|
||||||
code: CodingHealthInsuranceCode::Bei,
|
code: HealthInsuranceCodingCode::Bei,
|
||||||
display: None,
|
display: None,
|
||||||
system: None,
|
system: None,
|
||||||
version: None,
|
version: None,
|
||||||
@ -97,6 +97,7 @@ impl Mtb {
|
|||||||
follow_ups: None,
|
follow_ups: None,
|
||||||
prior_diagnostic_reports: None,
|
prior_diagnostic_reports: None,
|
||||||
systemic_therapies: None,
|
systemic_therapies: None,
|
||||||
|
metadata: None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
686
src/mtb.rs
686
src/mtb.rs
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user