Resource interface
Resource is the ancestor of DomainResource from which most resources are derived. Bundle, Parameters, and Binary extend Resource directly. Based on [FHIR Resource](https://www.hl7.org/fhir/r4/resource.html
- Extends
-
Record<string, unknown>
Properties
id | Resource Id |
implicit |
A set of rules under which this content was created |
language | Language of the resource content |
meta | Metadata about the resource |
resource |
The type of resource |
Property Details
id
Resource Id
id?: string
Property Value
string
implicitRules
A set of rules under which this content was created
implicitRules?: string
Property Value
string
language
Language of the resource content
language?: string
Property Value
string
meta
resourceType
The type of resource
resourceType: string
Property Value
string