mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git
synced 2025-07-03 03:22:53 +00:00
Merge pull request #7 from pcvolkmer/update_datamodel
This commit is contained in:
@ -664,10 +664,11 @@ pub struct ClaimResponse {
|
|||||||
|
|
||||||
pub patient: Reference,
|
pub patient: Reference,
|
||||||
|
|
||||||
pub status: ClaimResponseStatusCoding,
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub status: Option<ClaimResponseStatusCoding>,
|
||||||
|
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub status_reason: Option<ClaimResponseStatusReasonCoding>,
|
pub status_reason: Option<Vec<ClaimResponseStatusReasonCoding>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
@ -1426,14 +1427,10 @@ pub struct TumorMorphology {
|
|||||||
#[serde(deny_unknown_fields)]
|
#[serde(deny_unknown_fields)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct IhcReport {
|
pub struct IhcReport {
|
||||||
pub block_ids: Vec<String>,
|
|
||||||
|
|
||||||
pub id: String,
|
pub id: String,
|
||||||
|
|
||||||
pub issued_on: String,
|
pub issued_on: String,
|
||||||
|
|
||||||
pub journal_id: String,
|
|
||||||
|
|
||||||
pub patient: Reference,
|
pub patient: Reference,
|
||||||
|
|
||||||
pub results: IhcReportResults,
|
pub results: IhcReportResults,
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user