Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.2 - draft CL

This page is part of the Chile Core (v1.9.2: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Resource Profile: CL Prestador

Official URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl Version: 1.9.2
Active as of 2024-12-11 Computable Name: PrestadorCL

Copyright/Legal: Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.

Este Perfil fue creado para cubrir la descripción de un Prestador a nivel Nacional

Ejemplos de uso en Diferentes Escenarios

  • Búsqueda de Profesional de la Salud por RUN, RNPI, PASAPORTE u OTRO IDENTIFICADOR
  • Determinación de Certificados que acredita el Prestador
  • Determinación de especialidades que posee el prestador

Notas Adicionales

Consideraciones para la implementación:

  • La Identificación del Prestador individual puede ser Basada en el RUN, RNPI, Pasaporte u otro.
  • Para el elemento name se agrega la extensión externa de 2o apellido en donde la url de esta es https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido.
  • El elemento address considera la creación de un nuevo tipo de datos denominado ClAddress que contiene lo mismo que el tipo original más las extensiones para codificar comunas, provincias, regiones y países.
  • Se entiende por qualification como los certificados/títulos, especialidades y subespecialidades registradas por el prestador. Para diferenciar certificados de especialidades y subespecialidades se ha optado por desarrollar dos slice para este elemento.
    • El slice TituloProfesional se usa para la especificación de los Títulos o Certificados Profesionales que tiene el Prestador. Para desarrollar este slice se requiere que:
      • *qualification[TituloProfesional].identifier.value = "cert"
    • El slice Esp se usa para la especificación de la o las especialidades que posee el Prestador. Para desarrollar este slice se requiere que:
      • *qualification[EspecialidadMedica].identifier.value = "esp".
    • El slice SubEsp se usa para la especificación de la o las subespecialidades que posee el Prestador. Para desarrollar este slice se requiere que:
      • *qualification[Subespecialidad].identifier.value = "subesp".

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Practitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner Practitioner
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... IdentidadDeGenero S 0..1 CodeableConcept Identidad De Género
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero
Binding: Identidad de Genero (required)
.... SexoBiologico S 0..1 CodeableConcept Sexo Biologico del paciente
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico
Binding: AdministrativeGender (required)
... Slices for identifier S 0..* Identifier Identificación de los prestadores
Slice: Unordered, Open by value:type.coding.code
.... identifier:All Slices Content/Rules for all slices
..... type 0..1 CodeableConcept Description of identifier
Binding: Tipo Identificador (required)
.... identifier:run S 0..1 Identifier Identificador destinado a almacenar el número de RUN
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 01
..... system S 0..1 uri endPoint que valida el RUN
..... value S 0..1 string Número de RUN
.... identifier:rnpi S 0..1 Identifier Valor de RNPI
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 13
..... system S 0..1 uri endPoint para validar los códigos
..... value S 0..1 string Valor identificador
.... identifier:pasaporte S 0..1 Identifier Valor de PASAPORTE
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 05
..... system S 0..1 uri endPoint para validar los códigos
..... value S 0..1 string Valor identificador
.... identifier:otro S 0..1 Identifier Para otros identificadores que el notificador estime conveniente
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 14
..... system S 0..1 uri endPoint para validar los códigos
..... value S 0..1 string Valor identificador
... active S 0..1 boolean Whether this practitioner's record is in active use
.... use S 0..1 code Uso del nombre del prestador
Required Pattern: official
.... family S 0..1 string Primer Apellido
..... Slices for extension 0..* Extension Extensión para el segundo apellido
Slice: Unordered, Open by value:url
...... segundoApellido S 0..1 string Segundo Apellido
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido
.... given S 0..* string Given names (not always 'first'). Includes middle names
... telecom S 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
.... system S 0..1 code Debe utilizar "phone" o "email".
.... value S 0..1 string The actual contact point details
.... use S 0..1 code Uso del contacto descrito. Puede usar "home | work | temp | old | mobile"
... address S 0..* ClAddress Tipo de dato para agregar la dirección
... gender S 0..1 code Sexo Registral (male | female | other | unknown (requerido))
... birthDate S 0..1 date Fecha de nacimiento del Paciente. El formato debe ser YYYY-MM-DD
... Slices for qualification S 0..* BackboneElement Certificados, títulos y/o Especialidad(es) obtenidas por el Prestador
Slice: Unordered, Open by value:identifier.value
.... qualification:TituloProfesional S 0..* BackboneElement Especificación de los Títulos o Certificados Profesionales que tiene el Prestador
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... value S 1..1 string Valor del tipo de calificación, en este caso cert
Required Pattern: cert
..... code S 1..1 CodeableConcept Coded representation of the qualification
...... coding S 0..* Coding Code defined by a terminology system
....... system S 0..1 uri El sistema sobre el cual se verificarán los títulos o certificados de los Prestadores
....... code S 0..1 code Nombre del título o certificado agregado
....... display S 0..1 string Nombre del título o certificado agregado
...... text S 0..1 string Nombre del título entregado por la Super Intendencia de Salud
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... display S 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:EspecialidadMedica S 0..* BackboneElement Especificación de la o las especialidades que posea el prestador
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... value S 1..1 string Valor del tipo de calificación, en este caso esp
Required Pattern: esp
..... code S 1..1 CodeableConcept Coded representation of the qualification
...... coding S 0..* Coding Code defined by a terminology system
....... system S 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... code S 0..1 code Symbol in syntax defined by the system
....... display S 0..1 string Nombre de la especialidad
...... text S 0..1 string Texto libre de la especialidad del profesional
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... display S 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:Subespecialidad S 0..* BackboneElement Especificación de la o las subespecialidades que posea el prestador
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... value S 1..1 string Valor del tipo de calificación, en este caso subesp
Required Pattern: subesp
..... code S 1..1 CodeableConcept Coded representation of the qualification
...... coding S 0..* Coding Code defined by a terminology system
....... system S 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... code S 0..1 code Symbol in syntax defined by the system
....... display S 0..1 string Nombre de la subespecialidad
...... text S 0..1 string Texto libre de la subespecialidad del profesional
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... display S 0..1 string Nombre de la organización que entrega certificado o título

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Practitioner.identifier.typerequiredVSTipoIdentificador (a valid code from Tipo Identificador)
https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSTipoIdentificador
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... IdentidadDeGenero S 0..1 CodeableConcept Identidad De Género
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero
Binding: Identidad de Genero (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... SexoBiologico S 0..1 CodeableConcept Sexo Biologico del paciente
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico
Binding: AdministrativeGender (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... identifier:All Slices Content/Rules for all slices
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Tipo Identificador (required)
ele-1: All FHIR elements must have a @value or children
.... identifier:run SΣ 0..1 Identifier Identificador destinado a almacenar el número de RUN
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint que valida el RUN
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Número de RUN
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:rnpi SΣ 0..1 Identifier Valor de RNPI
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint para validar los códigos
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:pasaporte SΣ 0..1 Identifier Valor de PASAPORTE
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint para validar los códigos
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:otro SΣ 0..1 Identifier Para otros identificadores que el notificador estime conveniente
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint para validar los códigos
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
ele-1: All FHIR elements must have a @value or children
Example General: 123456
... active SΣ 0..1 boolean Whether this practitioner's record is in active use
ele-1: All FHIR elements must have a @value or children
... name SΣ 0..* HumanName The name(s) associated with the practitioner
ele-1: All FHIR elements must have a @value or children
.... use ?!SΣ 0..1 code Uso del nombre del prestador
Binding: NameUse (required): The use of a human name.


ele-1: All FHIR elements must have a @value or children
Required Pattern: official
.... family SΣ 0..1 string Primer Apellido
ele-1: All FHIR elements must have a @value or children
..... Slices for extension 0..* Extension Extensión para el segundo apellido
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... segundoApellido S 0..1 string Segundo Apellido
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
ele-1: All FHIR elements must have a @value or children
This repeating element order: Given Names appear in the correct order for presenting the name
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
ele-1: All FHIR elements must have a @value or children
.... system SΣC 0..1 code Debe utilizar "phone" o "email".
Binding: ContactPointSystem (required): Telecommunications form for contact point.


ele-1: All FHIR elements must have a @value or children
.... value SΣ 0..1 string The actual contact point details
ele-1: All FHIR elements must have a @value or children
.... use ?!SΣ 0..1 code Uso del contacto descrito. Puede usar "home | work | temp | old | mobile"
Binding: ContactPointUse (required): Use of contact point.


ele-1: All FHIR elements must have a @value or children
... address S 0..* ClAddress Tipo de dato para agregar la dirección
ele-1: All FHIR elements must have a @value or children
... gender SΣ 0..1 code Sexo Registral (male | female | other | unknown (requerido))
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.


ele-1: All FHIR elements must have a @value or children
... birthDate SΣ 0..1 date Fecha de nacimiento del Paciente. El formato debe ser YYYY-MM-DD
ele-1: All FHIR elements must have a @value or children
... Slices for qualification S 0..* BackboneElement Certificados, títulos y/o Especialidad(es) obtenidas por el Prestador
Slice: Unordered, Open by value:identifier.value
ele-1: All FHIR elements must have a @value or children
.... qualification:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
.... qualification:TituloProfesional S 0..* BackboneElement Especificación de los Títulos o Certificados Profesionales que tiene el Prestador
ele-1: All FHIR elements must have a @value or children
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
ele-1: All FHIR elements must have a @value or children
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso cert
ele-1: All FHIR elements must have a @value or children
Required Pattern: cert
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
...... coding SΣ 0..* Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán los títulos o certificados de los Prestadores
ele-1: All FHIR elements must have a @value or children
....... code SΣ 0..1 code Nombre del título o certificado agregado
ele-1: All FHIR elements must have a @value or children
....... display SΣ 0..1 string Nombre del título o certificado agregado
ele-1: All FHIR elements must have a @value or children
...... text SΣ 0..1 string Nombre del título entregado por la Super Intendencia de Salud
ele-1: All FHIR elements must have a @value or children
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
ele-1: All FHIR elements must have a @value or children
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
ele-1: All FHIR elements must have a @value or children
.... qualification:EspecialidadMedica S 0..* BackboneElement Especificación de la o las especialidades que posea el prestador
ele-1: All FHIR elements must have a @value or children
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
ele-1: All FHIR elements must have a @value or children
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso esp
ele-1: All FHIR elements must have a @value or children
Required Pattern: esp
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
...... coding SΣ 0..* Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
ele-1: All FHIR elements must have a @value or children
....... code SΣ 0..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
....... display SΣ 0..1 string Nombre de la especialidad
ele-1: All FHIR elements must have a @value or children
...... text SΣ 0..1 string Texto libre de la especialidad del profesional
ele-1: All FHIR elements must have a @value or children
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
ele-1: All FHIR elements must have a @value or children
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
ele-1: All FHIR elements must have a @value or children
.... qualification:Subespecialidad S 0..* BackboneElement Especificación de la o las subespecialidades que posea el prestador
ele-1: All FHIR elements must have a @value or children
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
ele-1: All FHIR elements must have a @value or children
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso subesp
ele-1: All FHIR elements must have a @value or children
Required Pattern: subesp
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
...... coding SΣ 0..* Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
ele-1: All FHIR elements must have a @value or children
....... code SΣ 0..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
....... display SΣ 0..1 string Nombre de la subespecialidad
ele-1: All FHIR elements must have a @value or children
...... text SΣ 0..1 string Texto libre de la subespecialidad del profesional
ele-1: All FHIR elements must have a @value or children
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
ele-1: All FHIR elements must have a @value or children
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typerequiredVSTipoIdentificador (a valid code from Tipo Identificador)
https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSTipoIdentificador
from this IG
Practitioner.identifier:run.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:rnpi.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:pasaporte.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:otro.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:TituloProfesional.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:TituloProfesional.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:Subespecialidad.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:Subespecialidad.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... IdentidadDeGenero S 0..1 CodeableConcept Identidad De Género
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero
Binding: Identidad de Genero (required)
.... SexoBiologico S 0..1 CodeableConcept Sexo Biologico del paciente
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico
Binding: AdministrativeGender (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 0..* Identifier Identificación de los prestadores
Slice: Unordered, Open by value:type.coding.code
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Tipo Identificador (required)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:run SΣ 0..1 Identifier Identificador destinado a almacenar el número de RUN
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 01
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint que valida el RUN
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Número de RUN
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:rnpi SΣ 0..1 Identifier Valor de RNPI
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 13
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint para validar los códigos
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:pasaporte SΣ 0..1 Identifier Valor de PASAPORTE
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 05
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint para validar los códigos
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:otro SΣ 0..1 Identifier Para otros identificadores que el notificador estime conveniente
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 14
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint para validar los códigos
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active SΣ 0..1 boolean Whether this practitioner's record is in active use
... name SΣ 0..* HumanName The name(s) associated with the practitioner
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code Uso del nombre del prestador
Binding: NameUse (required): The use of a human name.


Required Pattern: official
.... text Σ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Primer Apellido
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extensión para el segundo apellido
Slice: Unordered, Open by value:url
...... segundoApellido S 0..1 string Segundo Apellido
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido
..... value 0..1 string Primitive value for string
Max Length:1048576
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix Σ 0..* string Parts that come before the name
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period Σ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣC 0..1 code Debe utilizar "phone" o "email".
Binding: ContactPointSystem (required): Telecommunications form for contact point.

.... value SΣ 0..1 string The actual contact point details
.... use ?!SΣ 0..1 code Uso del contacto descrito. Puede usar "home | work | temp | old | mobile"
Binding: ContactPointUse (required): Use of contact point.

.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... address S 0..* ClAddress Tipo de dato para agregar la dirección
... gender SΣ 0..1 code Sexo Registral (male | female | other | unknown (requerido))
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

... birthDate SΣ 0..1 date Fecha de nacimiento del Paciente. El formato debe ser YYYY-MM-DD
... photo 0..* Attachment Image of the person
... Slices for qualification S 0..* BackboneElement Certificados, títulos y/o Especialidad(es) obtenidas por el Prestador
Slice: Unordered, Open by value:identifier.value
.... qualification:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier 0..* Identifier An identifier for this qualification for the practitioner
..... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

..... period 0..1 Period Period during which the qualification is valid
..... issuer 0..1 Reference(Organization) Organization that regulates and issues the qualification
.... qualification:TituloProfesional S 0..* BackboneElement Especificación de los Títulos o Certificados Profesionales que tiene el Prestador
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

...... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso cert
Required Pattern: cert
...... period Σ 0..1 Period Time period when id is/was valid for use
...... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding SΣ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán los títulos o certificados de los Prestadores
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 0..1 code Nombre del título o certificado agregado
....... display SΣ 0..1 string Nombre del título o certificado agregado
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text SΣ 0..1 string Nombre del título entregado por la Super Intendencia de Salud
..... period 0..1 Period Period during which the qualification is valid
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:EspecialidadMedica S 0..* BackboneElement Especificación de la o las especialidades que posea el prestador
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

...... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso esp
Required Pattern: esp
...... period Σ 0..1 Period Time period when id is/was valid for use
...... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding SΣ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 0..1 code Symbol in syntax defined by the system
....... display SΣ 0..1 string Nombre de la especialidad
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text SΣ 0..1 string Texto libre de la especialidad del profesional
..... period 0..1 Period Period during which the qualification is valid
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:Subespecialidad S 0..* BackboneElement Especificación de la o las subespecialidades que posea el prestador
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

...... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso subesp
Required Pattern: subesp
...... period Σ 0..1 Period Time period when id is/was valid for use
...... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding SΣ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 0..1 code Symbol in syntax defined by the system
....... display SΣ 0..1 string Nombre de la subespecialidad
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text SΣ 0..1 string Texto libre de la subespecialidad del profesional
..... period 0..1 Period Period during which the qualification is valid
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
... communication 0..* CodeableConcept A language the practitioner can use in patient communication
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Practitioner.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typerequiredVSTipoIdentificador (a valid code from Tipo Identificador)
https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSTipoIdentificador
from this IG
Practitioner.identifier:run.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:run.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.identifier:rnpi.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:rnpi.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.identifier:pasaporte.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:pasaporte.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.identifier:otro.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:otro.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:TituloProfesional.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:TituloProfesional.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.qualification:TituloProfesional.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:TituloProfesional.issuer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.issuer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Practitioner.qualification:Subespecialidad.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:Subespecialidad.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.qualification:Subespecialidad.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:Subespecialidad.issuer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Practitioner.communicationpreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding

This structure is derived from Practitioner

Summary

Mandatory: 0 element(7 nested mandatory elements)
Must-Support: 66 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Practitioner.identifier
  • The element 1 is sliced based on the value of Practitioner.qualification

Differential View

This structure is derived from Practitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner Practitioner
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... IdentidadDeGenero S 0..1 CodeableConcept Identidad De Género
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero
Binding: Identidad de Genero (required)
.... SexoBiologico S 0..1 CodeableConcept Sexo Biologico del paciente
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico
Binding: AdministrativeGender (required)
... Slices for identifier S 0..* Identifier Identificación de los prestadores
Slice: Unordered, Open by value:type.coding.code
.... identifier:All Slices Content/Rules for all slices
..... type 0..1 CodeableConcept Description of identifier
Binding: Tipo Identificador (required)
.... identifier:run S 0..1 Identifier Identificador destinado a almacenar el número de RUN
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 01
..... system S 0..1 uri endPoint que valida el RUN
..... value S 0..1 string Número de RUN
.... identifier:rnpi S 0..1 Identifier Valor de RNPI
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 13
..... system S 0..1 uri endPoint para validar los códigos
..... value S 0..1 string Valor identificador
.... identifier:pasaporte S 0..1 Identifier Valor de PASAPORTE
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 05
..... system S 0..1 uri endPoint para validar los códigos
..... value S 0..1 string Valor identificador
.... identifier:otro S 0..1 Identifier Para otros identificadores que el notificador estime conveniente
..... use S 0..1 code usual | official | temp | secondary | old (If known)
..... type
...... coding
....... code 1..1 code Symbol in syntax defined by the system
Required Pattern: 14
..... system S 0..1 uri endPoint para validar los códigos
..... value S 0..1 string Valor identificador
... active S 0..1 boolean Whether this practitioner's record is in active use
.... use S 0..1 code Uso del nombre del prestador
Required Pattern: official
.... family S 0..1 string Primer Apellido
..... Slices for extension 0..* Extension Extensión para el segundo apellido
Slice: Unordered, Open by value:url
...... segundoApellido S 0..1 string Segundo Apellido
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido
.... given S 0..* string Given names (not always 'first'). Includes middle names
... telecom S 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
.... system S 0..1 code Debe utilizar "phone" o "email".
.... value S 0..1 string The actual contact point details
.... use S 0..1 code Uso del contacto descrito. Puede usar "home | work | temp | old | mobile"
... address S 0..* ClAddress Tipo de dato para agregar la dirección
... gender S 0..1 code Sexo Registral (male | female | other | unknown (requerido))
... birthDate S 0..1 date Fecha de nacimiento del Paciente. El formato debe ser YYYY-MM-DD
... Slices for qualification S 0..* BackboneElement Certificados, títulos y/o Especialidad(es) obtenidas por el Prestador
Slice: Unordered, Open by value:identifier.value
.... qualification:TituloProfesional S 0..* BackboneElement Especificación de los Títulos o Certificados Profesionales que tiene el Prestador
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... value S 1..1 string Valor del tipo de calificación, en este caso cert
Required Pattern: cert
..... code S 1..1 CodeableConcept Coded representation of the qualification
...... coding S 0..* Coding Code defined by a terminology system
....... system S 0..1 uri El sistema sobre el cual se verificarán los títulos o certificados de los Prestadores
....... code S 0..1 code Nombre del título o certificado agregado
....... display S 0..1 string Nombre del título o certificado agregado
...... text S 0..1 string Nombre del título entregado por la Super Intendencia de Salud
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... display S 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:EspecialidadMedica S 0..* BackboneElement Especificación de la o las especialidades que posea el prestador
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... value S 1..1 string Valor del tipo de calificación, en este caso esp
Required Pattern: esp
..... code S 1..1 CodeableConcept Coded representation of the qualification
...... coding S 0..* Coding Code defined by a terminology system
....... system S 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... code S 0..1 code Symbol in syntax defined by the system
....... display S 0..1 string Nombre de la especialidad
...... text S 0..1 string Texto libre de la especialidad del profesional
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... display S 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:Subespecialidad S 0..* BackboneElement Especificación de la o las subespecialidades que posea el prestador
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... value S 1..1 string Valor del tipo de calificación, en este caso subesp
Required Pattern: subesp
..... code S 1..1 CodeableConcept Coded representation of the qualification
...... coding S 0..* Coding Code defined by a terminology system
....... system S 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... code S 0..1 code Symbol in syntax defined by the system
....... display S 0..1 string Nombre de la subespecialidad
...... text S 0..1 string Texto libre de la subespecialidad del profesional
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... display S 0..1 string Nombre de la organización que entrega certificado o título

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Practitioner.identifier.typerequiredVSTipoIdentificador (a valid code from Tipo Identificador)
https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSTipoIdentificador
from this IG

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... IdentidadDeGenero S 0..1 CodeableConcept Identidad De Género
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero
Binding: Identidad de Genero (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... SexoBiologico S 0..1 CodeableConcept Sexo Biologico del paciente
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico
Binding: AdministrativeGender (required)
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... identifier:All Slices Content/Rules for all slices
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Tipo Identificador (required)
ele-1: All FHIR elements must have a @value or children
.... identifier:run SΣ 0..1 Identifier Identificador destinado a almacenar el número de RUN
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint que valida el RUN
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Número de RUN
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:rnpi SΣ 0..1 Identifier Valor de RNPI
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint para validar los códigos
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:pasaporte SΣ 0..1 Identifier Valor de PASAPORTE
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint para validar los códigos
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:otro SΣ 0..1 Identifier Para otros identificadores que el notificador estime conveniente
ele-1: All FHIR elements must have a @value or children
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system SΣ 0..1 uri endPoint para validar los códigos
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
ele-1: All FHIR elements must have a @value or children
Example General: 123456
... active SΣ 0..1 boolean Whether this practitioner's record is in active use
ele-1: All FHIR elements must have a @value or children
... name SΣ 0..* HumanName The name(s) associated with the practitioner
ele-1: All FHIR elements must have a @value or children
.... use ?!SΣ 0..1 code Uso del nombre del prestador
Binding: NameUse (required): The use of a human name.


ele-1: All FHIR elements must have a @value or children
Required Pattern: official
.... family SΣ 0..1 string Primer Apellido
ele-1: All FHIR elements must have a @value or children
..... Slices for extension 0..* Extension Extensión para el segundo apellido
Slice: Unordered, Open by value:url
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... segundoApellido S 0..1 string Segundo Apellido
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
ele-1: All FHIR elements must have a @value or children
This repeating element order: Given Names appear in the correct order for presenting the name
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
ele-1: All FHIR elements must have a @value or children
.... system SΣC 0..1 code Debe utilizar "phone" o "email".
Binding: ContactPointSystem (required): Telecommunications form for contact point.


ele-1: All FHIR elements must have a @value or children
.... value SΣ 0..1 string The actual contact point details
ele-1: All FHIR elements must have a @value or children
.... use ?!SΣ 0..1 code Uso del contacto descrito. Puede usar "home | work | temp | old | mobile"
Binding: ContactPointUse (required): Use of contact point.


ele-1: All FHIR elements must have a @value or children
... address S 0..* ClAddress Tipo de dato para agregar la dirección
ele-1: All FHIR elements must have a @value or children
... gender SΣ 0..1 code Sexo Registral (male | female | other | unknown (requerido))
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.


ele-1: All FHIR elements must have a @value or children
... birthDate SΣ 0..1 date Fecha de nacimiento del Paciente. El formato debe ser YYYY-MM-DD
ele-1: All FHIR elements must have a @value or children
... Slices for qualification S 0..* BackboneElement Certificados, títulos y/o Especialidad(es) obtenidas por el Prestador
Slice: Unordered, Open by value:identifier.value
ele-1: All FHIR elements must have a @value or children
.... qualification:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
.... qualification:TituloProfesional S 0..* BackboneElement Especificación de los Títulos o Certificados Profesionales que tiene el Prestador
ele-1: All FHIR elements must have a @value or children
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
ele-1: All FHIR elements must have a @value or children
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso cert
ele-1: All FHIR elements must have a @value or children
Required Pattern: cert
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
...... coding SΣ 0..* Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán los títulos o certificados de los Prestadores
ele-1: All FHIR elements must have a @value or children
....... code SΣ 0..1 code Nombre del título o certificado agregado
ele-1: All FHIR elements must have a @value or children
....... display SΣ 0..1 string Nombre del título o certificado agregado
ele-1: All FHIR elements must have a @value or children
...... text SΣ 0..1 string Nombre del título entregado por la Super Intendencia de Salud
ele-1: All FHIR elements must have a @value or children
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
ele-1: All FHIR elements must have a @value or children
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
ele-1: All FHIR elements must have a @value or children
.... qualification:EspecialidadMedica S 0..* BackboneElement Especificación de la o las especialidades que posea el prestador
ele-1: All FHIR elements must have a @value or children
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
ele-1: All FHIR elements must have a @value or children
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso esp
ele-1: All FHIR elements must have a @value or children
Required Pattern: esp
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
...... coding SΣ 0..* Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
ele-1: All FHIR elements must have a @value or children
....... code SΣ 0..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
....... display SΣ 0..1 string Nombre de la especialidad
ele-1: All FHIR elements must have a @value or children
...... text SΣ 0..1 string Texto libre de la especialidad del profesional
ele-1: All FHIR elements must have a @value or children
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
ele-1: All FHIR elements must have a @value or children
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
ele-1: All FHIR elements must have a @value or children
.... qualification:Subespecialidad S 0..* BackboneElement Especificación de la o las subespecialidades que posea el prestador
ele-1: All FHIR elements must have a @value or children
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
ele-1: All FHIR elements must have a @value or children
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso subesp
ele-1: All FHIR elements must have a @value or children
Required Pattern: subesp
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.


ele-1: All FHIR elements must have a @value or children
...... coding SΣ 0..* Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
ele-1: All FHIR elements must have a @value or children
....... code SΣ 0..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
....... display SΣ 0..1 string Nombre de la subespecialidad
ele-1: All FHIR elements must have a @value or children
...... text SΣ 0..1 string Texto libre de la subespecialidad del profesional
ele-1: All FHIR elements must have a @value or children
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
ele-1: All FHIR elements must have a @value or children
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typerequiredVSTipoIdentificador (a valid code from Tipo Identificador)
https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSTipoIdentificador
from this IG
Practitioner.identifier:run.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:rnpi.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:pasaporte.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:otro.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:TituloProfesional.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:TituloProfesional.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:Subespecialidad.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:Subespecialidad.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..* Practitioner A person with a formal responsibility in the provisioning of healthcare or related services
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... IdentidadDeGenero S 0..1 CodeableConcept Identidad De Género
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero
Binding: Identidad de Genero (required)
.... SexoBiologico S 0..1 CodeableConcept Sexo Biologico del paciente
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico
Binding: AdministrativeGender (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 0..* Identifier Identificación de los prestadores
Slice: Unordered, Open by value:type.coding.code
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Tipo Identificador (required)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:run SΣ 0..1 Identifier Identificador destinado a almacenar el número de RUN
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 01
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint que valida el RUN
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Número de RUN
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:rnpi SΣ 0..1 Identifier Valor de RNPI
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 13
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint para validar los códigos
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:pasaporte SΣ 0..1 Identifier Valor de PASAPORTE
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 05
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint para validar los códigos
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:otro SΣ 0..1 Identifier Para otros identificadores que el notificador estime conveniente
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!SΣ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding Σ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri Identity of the terminology system
....... version Σ 0..1 string Version of the system - if relevant
....... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: 14
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system SΣ 0..1 uri endPoint para validar los códigos
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string Valor identificador
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active SΣ 0..1 boolean Whether this practitioner's record is in active use
... name SΣ 0..* HumanName The name(s) associated with the practitioner
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!SΣ 0..1 code Uso del nombre del prestador
Binding: NameUse (required): The use of a human name.


Required Pattern: official
.... text Σ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Primer Apellido
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extensión para el segundo apellido
Slice: Unordered, Open by value:url
...... segundoApellido S 0..1 string Segundo Apellido
URL: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido
..... value 0..1 string Primitive value for string
Max Length:1048576
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix Σ 0..* string Parts that come before the name
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period Σ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣC 0..1 code Debe utilizar "phone" o "email".
Binding: ContactPointSystem (required): Telecommunications form for contact point.

.... value SΣ 0..1 string The actual contact point details
.... use ?!SΣ 0..1 code Uso del contacto descrito. Puede usar "home | work | temp | old | mobile"
Binding: ContactPointUse (required): Use of contact point.

.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... address S 0..* ClAddress Tipo de dato para agregar la dirección
... gender SΣ 0..1 code Sexo Registral (male | female | other | unknown (requerido))
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

... birthDate SΣ 0..1 date Fecha de nacimiento del Paciente. El formato debe ser YYYY-MM-DD
... photo 0..* Attachment Image of the person
... Slices for qualification S 0..* BackboneElement Certificados, títulos y/o Especialidad(es) obtenidas por el Prestador
Slice: Unordered, Open by value:identifier.value
.... qualification:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier 0..* Identifier An identifier for this qualification for the practitioner
..... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

..... period 0..1 Period Period during which the qualification is valid
..... issuer 0..1 Reference(Organization) Organization that regulates and issues the qualification
.... qualification:TituloProfesional S 0..* BackboneElement Especificación de los Títulos o Certificados Profesionales que tiene el Prestador
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

...... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso cert
Required Pattern: cert
...... period Σ 0..1 Period Time period when id is/was valid for use
...... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding SΣ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán los títulos o certificados de los Prestadores
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 0..1 code Nombre del título o certificado agregado
....... display SΣ 0..1 string Nombre del título o certificado agregado
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text SΣ 0..1 string Nombre del título entregado por la Super Intendencia de Salud
..... period 0..1 Period Period during which the qualification is valid
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:EspecialidadMedica S 0..* BackboneElement Especificación de la o las especialidades que posea el prestador
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

...... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso esp
Required Pattern: esp
...... period Σ 0..1 Period Time period when id is/was valid for use
...... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding SΣ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 0..1 code Symbol in syntax defined by the system
....... display SΣ 0..1 string Nombre de la especialidad
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text SΣ 0..1 string Texto libre de la especialidad del profesional
..... period 0..1 Period Period during which the qualification is valid
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
.... qualification:Subespecialidad S 0..* BackboneElement Especificación de la o las subespecialidades que posea el prestador
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... identifier S 0..* Identifier An identifier for this qualification for the practitioner
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

...... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

...... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
...... value SΣ 1..1 string Valor del tipo de calificación, en este caso subesp
Required Pattern: subesp
...... period Σ 0..1 Period Time period when id is/was valid for use
...... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
..... code S 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... coding SΣ 0..* Coding Code defined by a terminology system
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system SΣ 0..1 uri El sistema sobre el cual se verificarán las especialidades de los Prestadores
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 0..1 code Symbol in syntax defined by the system
....... display SΣ 0..1 string Nombre de la subespecialidad
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text SΣ 0..1 string Texto libre de la subespecialidad del profesional
..... period 0..1 Period Period during which the qualification is valid
..... issuer S 0..1 Reference(Organization) Organización que entrega el certificado o título
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display SΣ 0..1 string Nombre de la organización que entrega certificado o título
... communication 0..* CodeableConcept A language the practitioner can use in patient communication
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Practitioner.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Practitioner.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier.typerequiredVSTipoIdentificador (a valid code from Tipo Identificador)
https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSTipoIdentificador
from this IG
Practitioner.identifier:run.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:run.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.identifier:rnpi.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:rnpi.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.identifier:pasaporte.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:pasaporte.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.identifier:otro.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.identifier:otro.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.name.userequiredPattern: official
http://hl7.org/fhir/ValueSet/name-use|4.0.1
from the FHIR Standard
Practitioner.telecom.systemrequiredContactPointSystem
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
from the FHIR Standard
Practitioner.telecom.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
from the FHIR Standard
Practitioner.genderrequiredAdministrativeGender
http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1
from the FHIR Standard
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:TituloProfesional.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:TituloProfesional.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.qualification:TituloProfesional.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:TituloProfesional.issuer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:EspecialidadMedica.issuer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Practitioner.qualification:Subespecialidad.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Practitioner.qualification:Subespecialidad.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Practitioner.qualification:Subespecialidad.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
http://terminology.hl7.org/ValueSet/v2-2.7-0360
from the FHIR Standard
Practitioner.qualification:Subespecialidad.issuer.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Practitioner.communicationpreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding

This structure is derived from Practitioner

Summary

Mandatory: 0 element(7 nested mandatory elements)
Must-Support: 66 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Practitioner.identifier
  • The element 1 is sliced based on the value of Practitioner.qualification

 

Other representations of profile: CSV, Excel, Schematron