http://hl7.org/fhir/StructureDefinition/Basic|4.0.1

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.
description: 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.
derivation: specialization
name: Basic
type: Basic
elements:
  identifier: {short: Business identifier, array: true, isSummary: true, index: 0}
  code:
    isModifier: true
    short: Kind of Resource
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/basic-resource-type'}
    isModifierReason: This element determines what kind of resource is being represented which drives the meaning of all of the other elements.
    isSummary: true
    index: 1
  subject: {short: Identifies the focus of this resource, isSummary: true, index: 2}
  created: {short: When created, isSummary: true, index: 3}
  author: {short: Who created, isSummary: true, index: 4}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Basic
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [code]