Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Allergy ¶
type Allergy struct {
// contains filtered or unexported fields
}
func (*Allergy) GetFilteredCategory ¶
func (*Allergy) MarshalJSON ¶
func (*Allergy) UnmarshalJSON ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
func (*Bundle) MarshalJSON ¶
func (*Bundle) UnmarshalJSON ¶
type CarePlan ¶
type CarePlan struct {
// contains filtered or unexported fields
}
func (*CarePlan) GetFilteredCategory ¶
func (*CarePlan) MarshalJSON ¶
func (*CarePlan) UnmarshalJSON ¶
type Condition ¶
type Condition struct {
// contains filtered or unexported fields
}
func (*Condition) GetFilteredCategory ¶
func (*Condition) MarshalJSON ¶
func (*Condition) UnmarshalJSON ¶
type Device ¶
type Device struct {
// contains filtered or unexported fields
}
func (*Device) GetFilteredCategory ¶
func (*Device) MarshalJSON ¶
func (*Device) UnmarshalJSON ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func (*Document) GetFilteredCategory ¶
func (*Document) MarshalJSON ¶
func (*Document) UnmarshalJSON ¶
type Entry ¶
type Entry struct {
// contains filtered or unexported fields
}
func (*Entry) MarshalJSON ¶
func (*Entry) UnmarshalJSON ¶
type Immunization ¶
type Immunization struct {
// contains filtered or unexported fields
}
func (*Immunization) GetFilteredCategory ¶
func (v *Immunization) GetFilteredCategory(bytes []byte) []byte
func (*Immunization) MarshalJSON ¶
func (v *Immunization) MarshalJSON() ([]byte, error)
func (*Immunization) UnmarshalJSON ¶
func (v *Immunization) UnmarshalJSON(b []byte) error
type Issue ¶
type Issue struct {
// contains filtered or unexported fields
}
func (*Issue) MarshalJSON ¶
func (*Issue) UnmarshalJSON ¶
type Medication ¶
type Medication struct {
// contains filtered or unexported fields
}
func (*Medication) GetFilteredCategory ¶
func (v *Medication) GetFilteredCategory(bytes []byte) []byte
func (*Medication) MarshalJSON ¶
func (v *Medication) MarshalJSON() ([]byte, error)
func (*Medication) UnmarshalJSON ¶
func (v *Medication) UnmarshalJSON(b []byte) error
type Observation ¶
type Observation struct {
// contains filtered or unexported fields
}
func (*Observation) GetFilteredCategory ¶
func (v *Observation) GetFilteredCategory(bytes []byte) []byte
func (*Observation) MarshalJSON ¶
func (v *Observation) MarshalJSON() ([]byte, error)
func (*Observation) UnmarshalJSON ¶
func (v *Observation) UnmarshalJSON(b []byte) error
type OperationOutcome ¶
type OperationOutcome struct {
// contains filtered or unexported fields
}
func (*OperationOutcome) MarshalJSON ¶
func (v *OperationOutcome) MarshalJSON() ([]byte, error)
func (*OperationOutcome) UnmarshalJSON ¶
func (v *OperationOutcome) UnmarshalJSON(b []byte) error
type Patient ¶
type Patient struct {
// contains filtered or unexported fields
}
func (*Patient) MarshalJSON ¶
func (*Patient) UnmarshalJSON ¶
type Procedure ¶
type Procedure struct {
// contains filtered or unexported fields
}
func (*Procedure) GetFilteredCategory ¶
func (*Procedure) MarshalJSON ¶
func (*Procedure) UnmarshalJSON ¶
type Report ¶
type Report struct {
// contains filtered or unexported fields
}
func (*Report) GetFilteredCategory ¶
func (*Report) MarshalJSON ¶
func (*Report) UnmarshalJSON ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
type Root ¶
type Root struct {
// contains filtered or unexported fields
}
func (*Root) MarshalJSON ¶
func (*Root) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.