PackagesCanonicalsLogsProblems
    Packages
    br.go.ses.core@1.1.0
    https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estado-anomalia-congenita-nascimento
description: Perfil para representar o estado da detecção de anomalias congênitas do recém-nascido.
package_name: br.go.ses.core
derivation: constraint
name: EstadoAnomaliaCongenitaNascimento
type: Observation
elements:
  value[x]:
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-resposta-sni'}
            index: 17
          code:
            short: Detectada?
            binding: {strength: required, valueSet: 'https://fhir.saude.go.gov.br/r4/core/ValueSet/tipo-resposta-sni'}
            index: 18
        required: [system, code]
  encounter:
    type: Reference
    refers: ['https://fhir.saude.go.gov.br/r4/core/StructureDefinition/dados-clinicos-recem-nascido']
    index: 6
  value:
    choices: []
    index: 13
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            choices: [valueCodeableConcept]
            index: 15
          min: 0
          max: 1
  effectiveDateTime:
    type: dateTime
    short: Data do nascimento + Hora do nascimento
    choiceOf: effective
    index: 11
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, short: Data do nascimento + Hora do nascimento, choiceOf: effective, _required: true, index: 11}
          min: 1
          max: 1
  status:
    pattern: {type: Code, value: final}
    index: 3
  effective:
    choices: []
    index: 8
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        effectiveDateTime:
          match: {}
          schema:
            short: Data do nascimento + Hora do nascimento
            choices: [effectiveDateTime]
            _required: true
            index: 10
          min: 1
          max: 1
  code:
    elements:
      text: {short: Detectada Anomalia Congênita, index: 4}
    required: [text]
  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}
    required: [value, system]
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 16
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, index: 16}
          min: 0
          max: 1
  subject:
    type: Reference
    refers: ['https://fhir.saude.go.gov.br/r4/core/StructureDefinition/identificacao-recem-nascido']
    index: 5
package_version: 1.1.0
class: profile
kind: resource
url: https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estado-anomalia-congenita-nascimento
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [effectiveDateTime, encounter, identifier, subject, effective]