description: A logical model describing the listing of payers currently supported by the DTR app. package_name: hl7.fhir.us.davinci-dtr derivation: specialization name: DTRSupportedPayers type: http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/DTRSupportedPayers elements: payer: type: BackboneElement short: Supported Payer array: true index: 0 elements: name: {type: string, short: Name of the payer, index: 1} identifier: type: Identifier short: Identifier of the payer index: 2 elements: system: {short: Identifier namespace for this payer, index: 3} value: {short: Specific identifier value for this payer, index: 4} required: [system, value] required: [identifier, name] package_version: 2.2.0-ballot class: logical kind: logical url: http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/DTRSupportedPayers base: http://hl7.org/fhir/StructureDefinition/Base version: 2.2.0-ballot