PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.examples@1.4.0
    http://hl7.org/fhir/StructureDefinition/Annotation
description: Base StructureDefinition for Annotation Type
package_name: hl7.fhir.r2b.examples
derivation: specialization
name: Annotation
type: null
elements:
  author:
    isModifier: false
    short: Individual responsible for the annotation
    mustSupport: false
    choices: [authorReference, authorReference, authorReference, authorString]
    maxLength: 0
    base: {max: '1', min: 0, path: 'Annotation.author[x]'}
    isSummary: true
    index: 1
  authorReference:
    isModifier: false
    short: Individual responsible for the annotation
    index: 2
    type: Reference
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: 'Annotation.author[x]'}
    choiceOf: author
    isSummary: true
  authorString:
    isModifier: false
    short: Individual responsible for the annotation
    index: 5
    type: string
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: 'Annotation.author[x]'}
    choiceOf: author
    isSummary: true
  time:
    isModifier: false
    short: When the annotation was made
    type: dateTime
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Annotation.time}
    isSummary: true
    index: 6
  text:
    isModifier: false
    short: The annotation  - text content
    index: 7
    type: string
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Annotation.text}
    isSummary: false
package_version: 1.4.0
class: datatype
kind: datatype
url: http://hl7.org/fhir/StructureDefinition/Annotation
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [text]