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

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: {isModifier: false, short: Business identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  code:
    isModifier: true
    short: Kind of Resource
    mustSupport: false
    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: {isModifier: false, short: Identifies the focus of this resource, mustSupport: false, isSummary: true, index: 2}
  created: {isModifier: false, short: When created, mustSupport: false, isSummary: true, index: 3}
  author: {isModifier: false, short: Who created, mustSupport: false, isSummary: true, index: 4}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Basic
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [code]