mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-go.git
synced 2025-09-13 10:42:52 +00:00
Merge pull request #10 from pcvolkmer/update_datamodel
This commit is contained in:
21
mtb.go
21
mtb.go
@@ -84,16 +84,16 @@ type HistologyReevaluationRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type MtbMedicationRecommendation struct {
|
type MtbMedicationRecommendation struct {
|
||||||
Category *MtbMedicationRecommendationCategoryCoding `json:"category,omitempty"`
|
Category []MtbMedicationRecommendationCategoryCoding `json:"category,omitempty"`
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
IssuedOn string `json:"issuedOn"`
|
IssuedOn string `json:"issuedOn"`
|
||||||
LevelOfEvidence *LevelOfEvidence `json:"levelOfEvidence,omitempty"`
|
LevelOfEvidence *LevelOfEvidence `json:"levelOfEvidence,omitempty"`
|
||||||
Medication []AtcUnregisteredMedicationCoding `json:"medication"`
|
Medication []AtcUnregisteredMedicationCoding `json:"medication"`
|
||||||
Patient Reference `json:"patient"`
|
Patient Reference `json:"patient"`
|
||||||
Priority RecommendationPriorityCoding `json:"priority"`
|
Priority RecommendationPriorityCoding `json:"priority"`
|
||||||
Reason *Reference `json:"reason,omitempty"`
|
Reason *Reference `json:"reason,omitempty"`
|
||||||
SupportingVariants []GeneAlterationReference `json:"supportingVariants,omitempty"`
|
SupportingVariants []GeneAlterationReference `json:"supportingVariants,omitempty"`
|
||||||
UseType *MtbMedicationRecommendationUseTypeCoding `json:"useType,omitempty"`
|
UseType *MtbMedicationRecommendationUseTypeCoding `json:"useType,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type MtbMedicationRecommendationCategoryCoding struct {
|
type MtbMedicationRecommendationCategoryCoding struct {
|
||||||
@@ -1287,6 +1287,7 @@ const (
|
|||||||
Chr9 Chromosome = "chr9"
|
Chr9 Chromosome = "chr9"
|
||||||
ChrX Chromosome = "chrX"
|
ChrX Chromosome = "chrX"
|
||||||
ChrY Chromosome = "chrY"
|
ChrY Chromosome = "chrY"
|
||||||
|
ChrMt Chromosome = "chrMT"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ExternalIDSystem string
|
type ExternalIDSystem string
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user