Documentation ¶
Overview ¶
fhir package contains structs representing FHIR data. These data models are a lighter weight definition contain certain fields needed for BCDA
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct { Resource Links []struct { Relation string `json:"relation"` URL string `json:"url"` } `json:"link"` Entries []BundleEntry `json:"entry"` }
type BundleEntry ¶
type BundleEntry map[string]interface{}
Click to show internal directories.
Click to hide internal directories.