STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Detailed Descriptions for the elements in the Basic resource.

Basic
Definition

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.

Control1..1
Requirements

Need some way to safely (without breaking interoperability) allow implementers to exchange content not supported by the initial set of declared resources.

Alternate NamesZ-resource; Extension-resource; Custom-resource
Summarytrue
Basic.identifier
Definition

Identifier assigned to the resource for business purposes, outside the context of FHIR.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Summarytrue
Basic.code
Definition

Identifies the 'type' of resource - equivalent to the resource name for other resources.

Control1..1
Terminology BindingBasic Resource Types (Example)
TypeCodeableConcept
Is Modifiertrue
Requirements

Must be able to distinguish different types of "basic" resources.

Summarytrue
Comments

Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource. Refer to the resource notes section for information on appropriate terminologies for this code.

Basic.subject
Definition

Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.

Control0..1
TypeReference(Any)
Requirements

Needed for partitioning the resource by Patient.

Summarytrue
Comments

Optional as not all resources potential resources will have subjects. Resources associated with multiple subjects can handle this via extension.

Basic.created
Definition

Identifies when the resource was first created.

Control0..1
Typedate
Requirements

Allows ordering resource instances by time.

Summarytrue
Basic.author
Definition

Indicates who was responsible for creating the resource instance.

Control0..1
TypeReference(Practitioner | Patient | RelatedPerson)
Requirements

Needed for partitioning the resource.

Summarytrue