This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Resource Practitioner - Content 5.3

Demographics and qualification information for an individual who is directly or indirectly involved in the provisioning of healthcare.

The resource name as it appears in a RESTful URL is [root]/practitioner/

Practitioner covers all individuals who are engaged in the healthcare process and healthcare-related services as part of their formal responsibilities and this Resource is used for attribution of activities and responsibilities to these individuals. Practitioners include (but are not limited to):

The Resource must not be used for persons involved without a formal responsibility like individuals taking care for friends, relatives or neighbours. These can be registered as a Patient's Contact.

Practitioner performs different roles within the same or even different organizations. Depending on jurisdiction and custom, it may be necessary to maintain a specific Practitioner Resource for each such role or have a single Practitioner with multiple roles. The role can be limited to a specific period, after which authorization for this role ends. Note that the represented organization need not necessarily be the (direct) employer of a Practitioner.

Resource Content 5.3.1

Practitioner (Resource)An identifier that applies to this person in this roleidentifier : Identifier 0..*A name associated with the personname : HumanName 0..1A contact detail for the practitioner, e.g. a telephone number or an email addresstelecom : Contact 0..*One or more addresses where the practitioner can be found or visitedaddress : Address 0..1Administrative Gender - the gender that the person is considered to have for administration and record keeping purposesgender : CodeableConcept 0..1 <<The gender of a person used for administrative purposesAdministrativeGender>>The date and time of birth for the practitionerbirthDate : dateTime 0..1Image of the personphoto : Attachment 0..*The organization that the practitioner representsorganization : Resource(Organization) 0..1The way in which the person represents the organization - what role do they have?role : CodeableConcept 0..* <<The role a person plays representing an organizationPractitionerRole>>Specific specialty of the practitionerspecialty : CodeableConcept 0..* <<Specific specialty associated with the agencyPractitionerSpecialty>>The period during which the person is authorized to perform the serviceperiod : Period 0..1A language the practitioner is able to use in patient communicationcommunication : CodeableConcept 0..* <<A human languageLanguage>>QualificationCoded representation of the qualificationcode : CodeableConcept 1..1 <<Specific qualification the practitioner has to provide a serviceQualification>>Period during which the qualification is validperiod : Period 0..1Organization that regulates and issues the qualificationissuer : Resource(Organization) 0..1Qualifications relevant to the provided servicequalification0..*
<Practitioner xmlns="http://hl7.org/fhir">
 <!-- from Resource: extension, narrative, and contained -->
 <identifier><!-- 0..* Identifier A identifier for the person as this agent § --></identifier>
 <name><!-- 0..1 HumanName A name associated with the person § --></name>
 <telecom><!-- 0..* Contact A contact detail for the practitioner § --></telecom>
 <address><!-- 0..1 Address One or more addresses for the practitioner § --></address>
 <gender><!-- 0..1 CodeableConcept Gender for administrative purposes § --></gender>
 <birthDate value="[dateTime]"/><!-- 0..1 The date and time of birth for the practitioner § -->
 <photo><!-- 0..* Attachment Image of the person --></photo>
 <organization><!-- 0..1 Resource(Organization) The represented organization § --></organization>
 <role><!-- 0..* CodeableConcept A role the practitioner has § --></role>
 <specialty><!-- 0..* CodeableConcept Specific specialty of the practitioner § --></specialty>
 <period><!-- 0..1 Period The period during which the person is authorized to perform the service § --></period>
 <qualification>  <!-- 0..* Qualifications relevant to the provided service -->
  <code><!-- 1..1 CodeableConcept Qualification --></code>
  <period><!-- 0..1 Period Period during which the qualification is valid --></period>
  <issuer><!-- 0..1 Resource(Organization) Organization that regulates and issues the qualification --></issuer>
 </qualification>
 <communication><!-- 0..* CodeableConcept A language the practitioner is able to use in patient communication --></communication>
</Practitioner>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 5.3.1.1

PathDefinitionTypeReference
Practitioner.gender The gender of a person used for administrative purposesIncompletehttp://hl7.org/fhir/vs/administrative-gender
Practitioner.role The role a person plays representing an organizationExamplehttp://hl7.org/fhir/vs/practitioner-role
Practitioner.specialty Specific specialty associated with the agencyExamplehttp://hl7.org/fhir/vs/practitioner-specialty
Practitioner.qualification.code Specific qualification the practitioner has to provide a serviceExamplehttp://hl7.org/fhir/vs/anzsco-occupations
Practitioner.communication A human languageIncompleteIETF language tag

Notes: 5.3.2

Search Parameters 5.3.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

Name / TypeDescriptionPaths
_id : tokenThe logical resource id associated with the resource (must be supported by all servers)
address : stringan address in any kind of address/partPractitioner.address
family : stringa portion of the family namePractitioner.name
gender : tokengender of the practitionerPractitioner.gender
given : stringa portion of the given namePractitioner.name
identifier : tokenA practitioner's IdentifierPractitioner.identifier
name : stringa portion of either family or given namePractitioner.name
organization : referenceThe identity of the organization the practitioner represents / acts on behalf ofPractitioner.organization
phonetic : stringa portion of either family or given name using some kind of phonetic matching algorithmPractitioner.name
telecom : stringthe value in any kind of contactPractitioner.telecom