FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/HumanNamePTCore

Packageportuguese.core.guide
Resource TypeStructureDefinition
IdHumanNamePTCore
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=portuguese.core.guide@1.0.0&canonical=https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/HumanNamePTCore
URLhttps://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/HumanNamePTCore
Version1.0.0
Statusdraft
Date2024-02-02T11:26:35.2912244+00:00
NameHumanNamePTCore
TitleHumanName PT Core
TypeHumanName
Kindcomplex-type

Resources that use this resource

StructureDefinition
OrganizationPTCoreOrganization PT Core
PatientPTCorePatient PT Core
PractitionerPTCorePractitioner PT Core

Resources that this resource uses

StructureDefinition
PeriodPTCorePeriod PT Core

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HumanNamePTCore",
  "url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/HumanNamePTCore",
  "version": "1.0.0",
  "name": "HumanNamePTCore",
  "title": "HumanName PT Core",
  "status": "draft",
  "date": "2024-02-02T11:26:35.2912244+00:00",
  "publisher": "SPMS",
  "contact": [
    {
      "name": "Interoperabilidade Semântica",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.spms.min-saude.pt"
        }
      ]
    }
  ],
  "fhirVersion": "4.3.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName.use",
        "path": "HumanName.use",
        "definition": "Indica a finalidade do nome:\r\n\r\n“official”: Nome oficial.\r\n\r\n“usual”: Nome profissional.\r\n\r\n“old”: Nome antigo (após “merge” de utentes/profissionais).\r\n\r\n“anonymous”: Este HumanNameUse será utilizado quando se pretende proteger a identidade da pessoa pode ser atribuído o nome anónimo, sigla ou pseudónimo.\r\n\r\n“temp “: O Nome temporário será utilizado para esclarecer o período associado à utilização deste HumanNameUse. Este poderá ser utilizado para nomes temporários atribuídos no nascimento ou em situações de emergência.\r\n\r\n“maiden”: Nome utilizado antes da mudança de nome por causa do casamento.\r\n\r\n“nickname”: Nome informal atribuído à pessoa."
      },
      {
        "id": "HumanName.text",
        "path": "HumanName.text",
        "definition": "Nome completo"
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "definition": "Apelidos"
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "definition": "Nomes próprios"
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "definition": "Prefixo"
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "definition": "Sufixo"
      },
      {
        "id": "HumanName.period",
        "path": "HumanName.period",
        "definition": "Período de tempo em que o nome estava/está em uso",
        "type": [
          {
            "code": "Period",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PeriodPTCore"
            ]
          }
        ]
      }
    ]
  }
}