PackagesCanonicalsLogsProblems
    Packages
    br.go.ses.saude@mulher-0.0.4
    https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/gravidez-planejada
description: Refere-se a gravidez planejada de forma autônoma, consciente.
package_name: br.go.ses.saude
derivation: constraint
name: GravidezPlanejada
type: Observation
elements:
  code:
    elements:
      coding:
        index: 0
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 1
          code:
            pattern: {type: Code, value: 64722-2}
            index: 2
        required: [system, code]
    required: [coding]
  subject:
    type: Reference
    short: Identificador nacional da cidadã/gestante.
    refers: ['https://fhir.saude.go.gov.br/r4/core/StructureDefinition/individuo']
    index: 3
    elements:
      identifier:
        index: 4
        elements:
          system:
            pattern: {type: Uri, value: 'https://fhir.saude.go.gov.br/sid/cpf'}
            index: 5
          value: {index: 6}
        required: [value, system]
    required: [identifier]
  encounter:
    type: Reference
    refers: ['https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/consulta-acompanhamento-gestante']
    index: 7
  value:
    choices: []
    index: 9
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueBoolean:
          match: {}
          schema:
            short: Gravidez planejada
            choices: [valueBoolean]
            _required: true
            index: 11
          min: 1
          max: 1
  valueBoolean:
    short: Gravidez planejada
    type: boolean
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema: {short: Gravidez planejada, type: boolean, _required: true, choiceOf: value, index: 12}
          min: 1
          max: 1
package_version: mulher-0.0.4
class: profile
kind: resource
url: https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/gravidez-planejada
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.0.4
required: [encounter, value, valueBoolean, subject]