description: Extensão para identificar quantidades. package_name: BRCore derivation: constraint name: BRQuantidade type: Extension elements: url: pattern: {type: Uri, value: 'http://www.saude.gov.br/fhir/r4/StructureDefinition/BRQuantidade-1.0'} index: 0 value: choices: [valueDecimal, valueInteger, valuePositiveInt, valueUnsignedInt] index: 2 valueDecimal: {type: decimal, choiceOf: value, index: 3} valueInteger: {type: integer, choiceOf: value, index: 4} valuePositiveInt: {type: positiveInt, choiceOf: value, index: 5} valueUnsignedInt: {type: unsignedInt, choiceOf: value, index: 6} package_version: 01.00.00-1.0.0 class: extension kind: complex-type url: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRQuantidade-1.0 base: http://hl7.org/fhir/StructureDefinition/Extension version: '1.0' required: [valuePositiveInt, valueDecimal, value, valueUnsignedInt, valueInteger]