PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.sdc.r4@0.2601.0
    http://health-samurai.io/fhir/sdc/StructureDefinition/SDCDocument
description: Questionnaire document resource. Stores captured form responses with status tracking, patient and encounter references.
package_name: io.health-samurai.sdc.r4
derivation: specialization
name: SDCDocument
type: SDCDocument
elements:
  patient:
    type: BackboneElement
    short: The patient who is the subject of the document
    index: 22
    elements:
      id: {type: string, index: 23}
      resourceType: {type: string, index: 24}
      display: {type: string, index: 25}
  encounter:
    type: BackboneElement
    short: Reference to the associated encounter
    index: 11
    elements:
      id: {type: string, index: 12}
      resourceType: {type: string, index: 13}
      display: {type: string, index: 14}
  type: {type: string, short: Name and version of the form used to capture the document, index: 21}
  source:
    type: BackboneElement
    short: The person who answered the questions
    index: 17
    elements:
      id: {type: string, index: 18}
      resourceType: {type: string, index: 19}
      display: {type: string, index: 20}
  author:
    type: BackboneElement
    short: Reference to the user who created the document
    index: 4
    elements:
      id: {type: string, index: 5}
      resourceType: {type: string, index: 6}
      display: {type: string, index: 7}
  status:
    type: string
    short: Status of the document
    constraint:
      enum-9: {human: 'Status must be one of: draft, in-progress, canceled, completed, in-amendment, amended', severity: error, expression: '%context.subsetOf(''draft'' | ''in-progress'' | ''canceled'' | ''completed'' | ''in-amendment'' | ''amended'')'}
    index: 16
  form:
    type: BackboneElement
    index: 8
    elements:
      form: {type: string, short: Full name of the form used to capture the document, index: 9}
      version: {type: decimal, short: Form version used to capture the document, index: 10}
  unit-system: {type: string, short: Unit system used in this document at launch, index: 15}
  based-on:
    type: BackboneElement
    short: Request that led to creation of this document
    index: 0
    elements:
      id: {type: string, index: 1}
      resourceType: {type: string, index: 2}
      display: {type: string, index: 3}
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/sdc/StructureDefinition/SDCDocument
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0
required: [form]