{
  "resourceType": "StructureDefinition",
  "url": "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPractitioner",
  "name": "UNICASPractitioner",
  "title": "Practitioner Profesional Sanitario ÚNICAS",
  "status": "draft",
  "description": "Este profile define las restricciones del recurso Practitioner para representar el profesional sanitario en el contexto del caso de uso de ÚNICAS.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "short": "Identificadores del profesional sanitario (DNI como dato mínimo. Adicionalmente, se puede informar el número colegiado del profesional)",
        "definition": "An identifier for the person as this agent. An identifier that applies to this person in this role.",
        "min": 1
      },
      {
        "id": "Practitioner.identifier.type",
        "path": "Practitioner.identifier.type",
        "short": "Tipos de documentos de identificación para persona ÚNICAS",
        "definition": "Description of identifier. A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Practitioner.identifier.type.coding.system",
        "path": "Practitioner.identifier.type.coding.system",
        "short": "URL del refset Tipos de documento para identificación personal de SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el tipo de documentos de identificación y su descripción correspondiente:\r\n\r\n- SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104"
      },
      {
        "id": "Practitioner.identifier.type.coding.code",
        "path": "Practitioner.identifier.type.coding.code",
        "short": "Código del identificador"
      },
      {
        "id": "Practitioner.identifier.type.coding.display",
        "path": "Practitioner.identifier.type.coding.display",
        "short": "Decripción del identificador",
        "definition": "Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system."
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "short": "OID registro según el tipo de documento de identificación (documento nacional de identidad y/o número de colegiado)",
        "definition": "Posibles OIDs para el documento de identificación y su descripción correspondiente:\n\r\n- Documento Nacional de Identidad (DNI): urn:oid:1.3.6.1.4.1.19126.3\r\n- Número de colegiado (Colegio de Médicos): urn:oid:2.16.840.1.113883.2.19.10.8\n- Número de colegiado (Colegio de Enfermeros): urn:oid:2.16.724.4.304\n- Número de colegiado en Colegio de Podólogos: urn:oid:2.16.724.4.306\n- Número de colegiado en Colegio de Odontólogos: urn:oid:2.16.724.4.307\n- Número de colegiado en Colegio de Fisioterapeutas: urn:oid:2.16.724.4.308",
        "min": 1
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "short": "Código según el tipo de documento de identificación (documento nacional de identidad y/o número de colegiado)",
        "definition": "The value that is unique. The portion of the identifier typically relevant to the user and which is unique within the context of the system.",
        "min": 1
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1
      },
      {
        "id": "Practitioner.name.text",
        "path": "Practitioner.name.text",
        "short": "Nombre completo del profesional sanitario",
        "definition": "Text representation of the full name. Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts."
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "short": "Apellidos del profesional sanitario",
        "definition": "Family name (often called 'Surname'). The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.",
        "min": 1
      },
      {
        "id": "Practitioner.name.family.extension",
        "path": "Practitioner.name.family.extension",
        "min": 1
      },
      {
        "id": "Practitioner.name.family.extension:primerApellido",
        "path": "Practitioner.name.family.extension",
        "sliceName": "primerApellido",
        "short": "Primer apellido del profesional sanitario",
        "definition": "Portion of family name derived from father. The portion of the family name that is derived from the person's father.",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Practitioner.name.family.extension:segundoApellido",
        "path": "Practitioner.name.family.extension",
        "sliceName": "segundoApellido",
        "short": "Segundo apellido del profesional sanitario",
        "definition": "Portion of family name derived from mother. The portion of the family name that is derived from the person's mother.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "short": "Nombre del profesional sanitario",
        "definition": "Given names (not always 'first'). Includes middle names",
        "min": 1
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "short": "Teléfono",
        "definition": "A contact detail for the practitioner (that apply to all roles). A contact detail for the practitioner, e.g. a telephone number or an email address."
      },
      {
        "id": "Practitioner.telecom.value",
        "path": "Practitioner.telecom.value",
        "short": "Número de teléfono"
      }
    ]
  }
}