description: Perfil para representar a quantidade de consultas do Pré-natal da parturiente\n na Declaração de Nascido Vivo (DNV) package_name: br.go.ses.core derivation: constraint name: QuantidadeConsultasPreNatal type: Observation elements: identifier: index: 0 elements: system: pattern: {type: Uri, value: 'http://www.saude.go.gov.br/fhir/r4/NamingSystem/dnv'} index: 1 value: {short: Número da Declaração de Nascido Vivo, index: 2} period: elements: start: {short: Data do preenchimento, index: 3} required: [start] required: [value, system] status: pattern: {type: Code, value: final} index: 4 code: elements: coding: elements: system: pattern: {type: Uri, value: 'http://loinc.org'} index: 5 code: pattern: {type: Code, value: 68493-6} index: 6 required: [system, code] subject: type: Reference short: Parturiente refers: ['https://fhir.saude.go.gov.br/r4/core/StructureDefinition/individuo'] index: 7 elements: identifier: constraint: CPFouCNS: {human: O sistema de identificação do indivíduo deve ser ou CPF ou CNS, source: 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/quantidade-consultas-pre-natal', severity: error, expression: 'system = ''https://fhir.saude.go.gov.br/sid/cpf'' or system = ''https://fhir.saude.go.gov.br/sid/cns'''} index: 8 elements: system: {index: 9} value: {index: 10} required: [value, system] required: [identifier] encounter: type: Reference short: Local de Atendimento do Parto refers: ['https://fhir.saude.go.gov.br/r4/core/StructureDefinition/atendimento-parto'] index: 11 value: choices: [] index: 13 slicing: rules: open ordered: false discriminator: - {path: $this, type: type} min: 1 slices: valueInteger: match: {} schema: short: Número de consultas de pré-natal choices: [valueInteger] _required: true index: 15 min: 1 max: 1 valueInteger: type: integer short: Número de consultas de pré-natal choiceOf: value index: 16 slicing: slices: valueInteger: match: {} schema: {type: integer, short: Número de consultas de pré-natal, choiceOf: value, _required: true, index: 16} min: 1 max: 1 package_version: 1.1.0 class: profile kind: resource url: https://fhir.saude.go.gov.br/r4/core/StructureDefinition/quantidade-consultas-pre-natal base: http://hl7.org/fhir/StructureDefinition/Observation version: 1.1.0 required: [encounter, value, identifier, subject, valueInteger]