{
  "resourceType": "StructureDefinition",
  "id": "7ba7dc20-9251-417f-bc02-0a08c2986710",
  "meta": {
    "lastUpdated": "2020-11-17T17:47:28.023+00:00"
  },
  "language": "pt-BR",
  "url": "http://esus.recife.pe.gov.br/StructureDefinition/Patient",
  "version": "0.1",
  "name": "Patient",
  "title": "Patient",
  "status": "active",
  "date": "2020-11-17T17:47:26.7807218+00:00",
  "publisher": "GOInterop Tecnologia LTDA",
  "description": "Indíviduo, sujeito da assistência à saúde.",
  "purpose": "O indivíudo é o sujeito central para os processos informativos de dados em saúde. Não deve ser utilizado quando na condição de profissional.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "Indivíduo",
        "definition": "Dados demográficos sobre um indivíduo enquanto sujeito de ações e serviços de saúde.",
        "alias": [
          "Paciente",
          "Cidadão",
          "Pessoa",
          "Usuário"
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:raceEthnicity",
        "path": "Patient.extension",
        "sliceName": "raceEthnicity",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRacaCorEtnia-1.0"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:motherName",
        "path": "Patient.extension",
        "sliceName": "motherName",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/NomeMae"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRDocumentoIndividuo-1.0"
            ]
          }
        ]
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "short": "Registro em Uso",
        "definition": "Indica se o registro desse indivíduo ainda está em uso.\r\nA codição de inativo pode indicar que tanto uma informação errada quanto um indivíduo falecido, e indivíduos falecidos podem permanecer ativos por algum tempo após o falecimento para fins de registro da informação.\r\nLogo, esta não deve ser opção para identificar um indivíduo falecido, sendo mais adequado o elemento deceased.",
        "comment": "Valor padrão é true.",
        "requirements": "Identificar registros que não estão mais em uso.",
        "min": 1,
        "mustSupport": true,
        "isModifierReason": "Indica que o registro não deve mais se tratado como válido."
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRNomeIndividuo-1.0"
            ]
          }
        ]
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRMeioContato-1.0"
            ]
          }
        ]
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "Sexo",
        "definition": "male: masculino.\r\nfemale: feminino.\r\nunknown: ignorado.",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Sexo",
          "valueSet": "http://www.saude.gov.br/fhir/r4/ValueSet/BRSexo-1.0"
        }
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "Data de Nascimento",
        "definition": "Data de nascimento do indivíduo",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "short": "Óbito",
        "definition": "Indica se o indivíduo foi a óbito. O óbito pode ser interpretado pelo booleano = true ou pela existência de uma data/hora.",
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "definition": "Dados do(s) endereço(s) onde o indivíduo pode ser localizado.",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BREndereco-1.0"
            ]
          }
        ]
      },
      {
        "id": "Patient.address.use",
        "path": "Patient.address.use",
        "min": 1
      },
      {
        "id": "Patient.address.type",
        "path": "Patient.address.type",
        "min": 1
      },
      {
        "id": "Patient.address.line:streetType",
        "path": "Patient.address.line",
        "sliceName": "streetType",
        "min": 1
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "short": "Estado Civil",
        "definition": "Complexo das qualidades do indivíudo referentes à ordem pública, à ordem privada e à ordem física do ser humano. Refere-se, assim, à cidadania, à família, e à capacidade civil.\r\nMIRABETE, Julio Fabbrini. Código de processo penal interpretado.11. ed. 6. tir. São Paulo: Atlas, 2003.",
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Patient.maritalStatus.coding",
        "path": "Patient.maritalStatus.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.maritalStatus.coding.system",
        "path": "Patient.maritalStatus.coding.system",
        "min": 1
      },
      {
        "id": "Patient.maritalStatus.coding.code",
        "path": "Patient.maritalStatus.coding.code",
        "min": 1
      },
      {
        "id": "Patient.maritalStatus.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Patient.maritalStatus.coding.display",
        "max": "0"
      },
      {
        "id": "Patient.maritalStatus.coding.userSelected",
        "path": "Patient.maritalStatus.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Patient.maritalStatus.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Patient.maritalStatus.text",
        "max": "0"
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "short": "Indivíduo Nasceu em Parto Gemelar",
        "definition": "Indica se o indivíduo é parte de um parto múltiplo (gemelar) de forma booleana (true = sim) ou pela ordem de nascimento (inteiro).",
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.contact",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Contact"
          }
        ],
        "path": "Patient.contact",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "0"
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "max": "0"
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "max": "0"
      }
    ]
  }
}