PackagesCanonicalsLogsProblems
    Packages
    healthhub.fhir@2.0.4
    https://healthhub.dk/fhir/StructureDefinition/sender-observation
description: null
package_name: healthhub.fhir
derivation: constraint
name: SenderObservation
type: Extension
elements:
  extension:
    array: true
    min: 3
    index: 0
    slicing:
      slices:
        SenderId:
          match: {}
          schema:
            short: A unique identification code used to identify the sender.
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: SenderId}
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
            required: [valueString, value]
        SenderCode:
          match: {}
          schema:
            short: It is an alphanumeric code that uniquely identifies the entity sending an EDIFACT message.
            index: 6
            elements:
              url:
                pattern: {type: Uri, value: SenderCode}
                index: 7
              value:
                choices: [valueString]
                index: 9
              valueString: {type: string, choiceOf: value, index: 10}
            required: [valueString, value]
        SenderCodeOrganization:
          match: {}
          schema:
            short: It is an alphanumeric code that identifies the organization sending an EDIFACT message.
            _required: true
            index: 11
            elements:
              url:
                pattern: {type: Uri, value: SenderCodeOrganization}
                index: 12
              value:
                choices: [valueString]
                index: 14
              valueString: {type: string, choiceOf: value, index: 15}
            required: [valueString, value]
        SenderOrganizationName:
          match: {}
          schema:
            short: The name of the sending organization (hospital or private laboratory) in text format.
            _required: true
            index: 16
            elements:
              url:
                pattern: {type: Uri, value: SenderOrganizationName}
                index: 17
              value:
                choices: [valueString]
                index: 19
              valueString: {type: string, choiceOf: value, index: 20}
            required: [valueString, value]
        SenderDepartmentName:
          match: {}
          schema:
            short: The name of the laboratory department if the sender is a hospital laboratory. For example, "Clinical Microbiology Department."
            index: 21
            elements:
              url:
                pattern: {type: Uri, value: SenderDepartmentName}
                index: 22
              value:
                choices: [valueString]
                index: 24
              valueString: {type: string, choiceOf: value, index: 25}
            required: [valueString, value]
  url:
    pattern: {type: Uri, value: 'https://healthhub.dk/fhir/StructureDefinition/sender-observation'}
    index: 26
  value:
    choices: []
    index: 28
package_version: 2.0.4
extensions:
  SenderId:
    url: null
    short: A unique identification code used to identify the sender.
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: SenderId}
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
    required: [valueString, value]
  SenderCode:
    url: null
    short: It is an alphanumeric code that uniquely identifies the entity sending an EDIFACT message.
    index: 6
    elements:
      url:
        pattern: {type: Uri, value: SenderCode}
        index: 7
      value:
        choices: [valueString]
        index: 9
      valueString: {type: string, choiceOf: value, index: 10}
    required: [valueString, value]
  SenderCodeOrganization:
    url: null
    short: It is an alphanumeric code that identifies the organization sending an EDIFACT message.
    _required: true
    index: 11
    elements:
      url:
        pattern: {type: Uri, value: SenderCodeOrganization}
        index: 12
      value:
        choices: [valueString]
        index: 14
      valueString: {type: string, choiceOf: value, index: 15}
    required: [valueString, value]
  SenderOrganizationName:
    url: null
    short: The name of the sending organization (hospital or private laboratory) in text format.
    _required: true
    index: 16
    elements:
      url:
        pattern: {type: Uri, value: SenderOrganizationName}
        index: 17
      value:
        choices: [valueString]
        index: 19
      valueString: {type: string, choiceOf: value, index: 20}
    required: [valueString, value]
  SenderDepartmentName:
    url: null
    short: The name of the laboratory department if the sender is a hospital laboratory. For example, "Clinical Microbiology Department."
    index: 21
    elements:
      url:
        pattern: {type: Uri, value: SenderDepartmentName}
        index: 22
      value:
        choices: [valueString]
        index: 24
      valueString: {type: string, choiceOf: value, index: 25}
    required: [valueString, value]
class: extension
kind: complex-type
url: https://healthhub.dk/fhir/StructureDefinition/sender-observation
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null