The Practitioner resource represents the healthcare professional directly or indirectly involved in the provision of healthcare related services.
View Practitioner Resource Changes for a delta of changes made to the standard FHIR DSTU2 Practitioner resource for use within the GP Connect APIs.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
Practitioner | Practitioner | This Practitioner Resource is constrained for GP Connect requirements | |
identifier | A identifier for the person as this agent Slice: Ordering: Unordered, Discriminator: system, Rules: Open at End | ||
identifier (SDS User ID) | 0..1 | Identifier | The SDS identifier that uniquely identifies the person as this agent |
system | 1..1 | Uri | The namespace for the identifier Fixed Value http://fhir.nhs.net/Id/sds-user-id |
value | 1..1 | String | The value that is unique Example Value 1234567 |
identifier (SDS Role Profile ID) | 0..* | Identifier | The SDS identifier that uniquely identifies the role profile of the person as this agent |
system | 1..1 | Uri | The namespace for the identifier Fixed Value http://fhir.nhs.net/Id/sds-role-profile-id |
value | 1..1 | String | The value that is unique Example Value PT1234 |
active | 0..1 | Boolean | Whether this practitioner's record is in active use Default Value true |
name | 1..1 | HumanName | A name associated with the person/practitioner |
use | 0..1 | Code | usual | official | temp | nickname | anonymous | old | maiden Binding The use of a human name (http://hl7.org/fhir/ValueSet/name-use) Binding Strength Required |
family | 0..1 | String | Family name for the practitioner (often called 'Surname') Example Value Wood |
given | 0..* | String | Given name for the practitioner (not always 'first'). Includes middle names Example Value Tom |
prefix | 0..* | String | Parts that come before the name, for example title Example Value Dr. |
suffix | 0..* | String | Parts that come after the name |
period | 0..1 | Period | Time period when name was/is in use |
start | 0..1 | DateTime | Starting time with inclusive boundary |
end | 0..1 | DateTime | End time with inclusive boundary, if not ongoing |
telecom | 0..* | ContactPoint | A contact detail for the practitioner |
system | 0..1 | Code | phone | fax | email | url Binding Telecommunications form for contact point (http://hl7.org/fhir/ValueSet/contact-point-system) Binding Strength Required Example Value phone |
value | 0..1 | String | The actual contact point details Example Value 0113-333-1231 |
use | 0..1 | Code | home | work | temp | old | mobile - purpose of this contact point Binding Use of contact point (http://hl7.org/fhir/ValueSet/contact-point-use) Binding Strength Required Example Value work |
period | 0..1 | Period | Time period when the contact point was/is in use |
start | 0..1 | DateTime | Starting time with inclusive boundary |
end | 0..1 | DateTime | End time with inclusive boundary, if not ongoing |
address | 0..* | Address | Where the practitioner can be found/visited |
use | 0..1 | Code | home | work | temp | old - purpose of this address Binding The use of an address (http://hl7.org/fhir/ValueSet/address-use) Binding Strength Required Example Value work |
type | 0..1 | Code | postal | physical | both Binding The type of an address (physical / postal) (http://hl7.org/fhir/ValueSet/address-type) Binding Strength Required Example Value both |
line | 0..* | String | Street name, number etc Example Value 13, Amber Street |
city | 0..1 | String | Name of city, town etc where the GP resides. Example Value Leeds |
district | 0..1 | String | District name (aka county) Example Value West Yorkshire |
postalCode | 0..1 | String | Postal code for area Example Value LS20 1TV |
country | 0..1 | String | Country (can be ISO 3166 3 letter code) Example Value GBR |
period | 0..1 | Period | Time period when address was/is in use |
start | 0..1 | DateTime | Starting time with inclusive boundary |
end | 0..1 | DateTime | End time with inclusive boundary, if not ongoing |
gender | 0..1 | Code | male | female | other | unknown Binding The gender of a person used for administrative purposes (http://fhir.nhs.net/ValueSet/administrative-gender-1) Binding Strength Required Example Value male |
practitionerRole | 0..* | BackboneElement | The list of Roles/Organizations that the Practitioner is associated with |
managingOrganization | 0..1 | Reference (gpconnect-organization-1) | The Organization where the Practitioner performs the roles associated |
reference | 1..1 | String | Relative URL reference to the Organization resource Example Value Organization/79600119-ebaf-4362-bb89-d473a33b1675 |
display | 0..1 | String | Narrative text for the resource Example Value Wood Town GP Practice |
role | 0..1 | CodeableConcept | Roles which this practitioner may perform Binding The job role for an employee at an organization (http://fhir.nhs.net/ValueSet/sds-job-role-name-1) Binding Strength Required |
coding | 0..1 | Coding | A code from the RBAC list of codes |
system | 1..1 | Uri | Identity of the terminology system Fixed Value http://fhir.nhs.net/ValueSet/sds-job-role-name-1 |
code | 1..1 | Code | Symbol in syntax defined by the terminology system Example Value R0050 |
display | 1..1 | String | Representation defined by the terminology system Example Value General Medical Practitioner |
communication | 0..* | CodeableConcept | A language the practitioner is able to use in patient communication Binding A human language (http://fhir.nhs.net/ValueSet/human-language-1) Binding Strength Required |
coding | 0..1 | Coding | A code taken from the human language list of codes |
system | 1..1 | Uri | Identity of the terminology system Fixed Value http://fhir.nhs.net/ValueSet/human-language-1 |
code | 1..1 | Code | Symbol in syntax defined by the terminology system Example Value en |
display | 1..1 | String | Representation defined by the terminology system Example Value English |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
Practitioner.name.use | use | Required | http://hl7.org/fhir/ValueSet/name-use |
Practitioner.telecom.system | system | Required | http://hl7.org/fhir/ValueSet/contact-point-system |
Practitioner.telecom.use | use | Required | http://hl7.org/fhir/ValueSet/contact-point-use |
Practitioner.address.use | use | Required | http://hl7.org/fhir/ValueSet/address-use |
Practitioner.address.type | type | Required | http://hl7.org/fhir/ValueSet/address-type |
Practitioner.gender | gender | Required | http://fhir.nhs.net/ValueSet/administrative-gender-1 |
Practitioner.practitionerRole.role | role | Required | http://fhir.nhs.net/ValueSet/sds-job-role-name-1 |
Practitioner.qualification.code | code | Example | http://hl7.org/fhir/ValueSet/anzsco-occupations |
Practitioner.communication | communication | Required | http://fhir.nhs.net/ValueSet/human-language-1 |