PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.0.2
    http://hl7.org/fhir/StructureDefinition/Annotation
description: Base StructureDefinition for Annotation Type
package_name: hl7.fhir.r2.examples
name: Annotation
type: null
elements:
  author:
    short: Individual responsible for the annotation
    isSummary: true
    choices: [authorReference, authorReference, authorReference, authorString]
    index: 1
  authorReference: {short: Individual responsible for the annotation, type: Reference, choiceOf: author, isSummary: true, index: 2}
  authorString: {short: Individual responsible for the annotation, type: string, choiceOf: author, isSummary: true, index: 5}
  time: {type: dateTime, short: When the annotation was made, isSummary: true, index: 6}
  text: {type: string, short: The annotation  - text content, isSummary: true, index: 7}
package_version: 1.0.2
class: datatype
kind: datatype
url: http://hl7.org/fhir/StructureDefinition/Annotation
version: null
required: [text]