Resources
Basic
Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don’t map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Business identifier |
code | Yes | CodeableConcept | Kind of Resource |
subject | No | Reference<Resource> | Identifies the focus of this resource |
created | No | date | When created |
author | No | Reference<Practitioner / PractitionerRole / Patient / RelatedPerson / Organization> | Who created |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
author | reference | Who created | Basic.author |
code | token | Kind of Resource | Basic.code |
created | date | When created | Basic.created |
identifier | token | Business identifier | Basic.identifier |
patient | reference | Identifies the focus of this resource | Basic.subject |
subject | reference | Identifies the focus of this resource | Basic.subject |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see Basic.