PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.rdsuwearme@1.0.0
    https://rdsuwearme.org/fhir/r4/StructureDefinition/PersonPatient
description: UWearMe Patiente
package_name: hl7.fhir.rdsuwearme
derivation: constraint
name: PersonPatient
type: Patient
elements:
  extension:
    index: 0
    slicing:
      rules: openAtEnd
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        Category:
          match: {url: null}
          schema: {isModifier: false, short: Categoria do Paciente, type: Extension, url: 'https://rdsuwearme.org/fhir/r4/StructureDefinition/PatientCategory', index: 1}
          min: 1
          max: 1
  identifier:
    short: Identificação do indivíduo
    index: 2
    elements:
      system: {index: 3}
      value: {index: 4}
    required: [value, system]
  name:
    short: Nome associado ao indivíduo
    index: 5
    elements:
      use: {index: 6}
      family: {index: 7}
      given: {index: 8}
    required: [given, family, use]
  telecom:
    short: Informações do(s) meio(s) de contato com o paciente
    index: 9
    elements:
      system: {index: 10}
      value: {index: 11}
      use: {index: 12}
  gender: {short: Sexo do indivíduo, index: 13}
  birthDate: {short: Data de nascimento do indivíduo, index: 14}
  address:
    short: Endereço do indivíduo
    index: 15
    elements:
      use: {index: 16}
      type: {index: 17}
      line: {short: Logradouro do endereço, index: 18}
      city: {short: Município do endereço., index: 19}
      state: {index: 20}
      postalCode: {index: 21}
      country: {index: 22}
    required: [city, postalCode, line, type, state, use]
package_version: 1.0.0
extensions:
  Category: {url: 'https://rdsuwearme.org/fhir/r4/StructureDefinition/PatientCategory', min: 1, max: 1, isModifier: false, short: Categoria do Paciente, type: Extension, index: 1}
class: profile
kind: resource
url: https://rdsuwearme.org/fhir/r4/StructureDefinition/PersonPatient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: '1.0'
required: [gender, name, extension, identifier, birthDate]