PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-draft-final
    http://hl7.org/fhir/StructureDefinition/Basic
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.
package_name: hl7.fhir.r5.core
derivation: specialization
name: Basic
type: Basic
elements:
  identifier: {isModifier: false, short: Business identifier, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  code:
    isModifier: true
    short: Kind of Resource
    index: 1
    type: CodeableConcept
    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
  subject:
    isModifier: false
    short: Identifies the focus of this resource
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 2
  created: {isModifier: false, short: When created, type: dateTime, mustSupport: false, isSummary: true, index: 3}
  author:
    isModifier: false
    short: Who created
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 4
package_version: 5.0.0-draft-final
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Basic
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0-draft-final
required: [code]