CRUD
Last updated
Was this helpful?
Last updated
Was this helpful?
A resource is an object with a type, associated data, relationships to other resources, and a set of methods that operate on it (information about that can be found in FHIR ). In most cases, a resource is represented as a JSON/XML/YAML document.
Each resource has its resource type, which defines a set of data that can be stored with this resource and possible relationships with other resources.
Every resource type has the same set of interactions available. These interactions are described below.
Each interaction can fail with 403
Forbidden if client is not authorized to perform the interaction.