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

FHIR IG Statistics: StructureDefinition/PersonPTCore

Packagepackage.teste
Resource TypeStructureDefinition
IdPersonPTCore
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=package.teste@1.0.7-draft&canonical=https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PersonPTCore
URLhttps://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PersonPTCore
Version1.0.0
Statusdraft
Date2024-06-19T16:32:00.2848052+00:00
NamePersonPTCore
TitlePerson PT Core
TypePerson
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
MetaPTCoreMeta PT Core
IdentifierPTCoreIdentifier PT Core
OrganizationPTCoreOrganization PT Core

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "PersonPTCore",
  "url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PersonPTCore",
  "version": "1.0.0",
  "name": "PersonPTCore",
  "title": "Person PT Core",
  "status": "draft",
  "date": "2024-06-19T16:32:00.2848052+00:00",
  "publisher": "SPMS",
  "contact": [
    {
      "name": "Interoperabilidade Semântica",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.spms.min-saude.pt"
        }
      ]
    }
  ],
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.meta",
        "path": "Person.meta",
        "type": [
          {
            "code": "Meta",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/MetaPTCore"
            ]
          }
        ]
      },
      {
        "id": "Person.identifier",
        "path": "Person.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/IdentifierPTCore"
            ]
          }
        ]
      },
      {
        "id": "Person.identifier.type.coding.id",
        "path": "Person.identifier.type.coding.id",
        "comment": "."
      },
      {
        "id": "Person.name",
        "path": "Person.name",
        "definition": "Um nome associado à pessoa."
      },
      {
        "id": "Person.telecom",
        "path": "Person.telecom",
        "definition": "Um detalhe de contato da pessoa, por ex. um número de telefone ou um endereço de e-mail."
      },
      {
        "id": "Person.gender",
        "path": "Person.gender",
        "definition": "Género Administrativo."
      },
      {
        "id": "Person.birthDate",
        "path": "Person.birthDate",
        "definition": "A data de nascimento da pessoa."
      },
      {
        "id": "Person.address",
        "path": "Person.address",
        "definition": "Uma ou mais moradas da pessoa."
      },
      {
        "id": "Person.photo",
        "path": "Person.photo",
        "definition": "Uma imagem que pode ser exibida como uma miniatura da pessoa para melhorar a identificação do indivíduo."
      },
      {
        "id": "Person.managingOrganization",
        "path": "Person.managingOrganization",
        "definition": "A organização que é a guardiã do registo da pessoa.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTCore"
            ]
          }
        ]
      },
      {
        "id": "Person.active",
        "path": "Person.active",
        "definition": "Se o registo desta pessoa está em uso ativo."
      },
      {
        "id": "Person.link",
        "path": "Person.link",
        "definition": "Link para um recurso que diz respeito à mesma pessoa real."
      }
    ]
  }
}