"gender":
"name":
"practitionerRole":
"photo":
"address":
"birthDate":
"telecom":
"qualification":
"communication":
"active":
"identifier":
{
"resourceType" : "Practitioner",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // A identifier for the person as this agent
"active" : <boolean>, // Whether this practitioner's record is in active use
"name" : { HumanName }, // A name associated with the person
"telecom" : [{ ContactPoint }], // A contact detail for the practitioner
"address" : [{ Address }], // Where practitioner can be found/visited
"gender" : "<code>", // male | female | other | unknown
"birthDate" : "<date>", // The date on which the practitioner was born
"photo" : [{ Attachment }], // Image of the person
"practitionerRole" : [{ // Roles/organizations the practitioner is associated with
"managingOrganization" : { Reference(Organization) }, // Organization where the roles are performed
"role" : { CodeableConcept }, // Roles which this practitioner may perform
"specialty" : [{ CodeableConcept }], // Specific specialty of the practitioner
"period" : { Period }, // The period during which the practitioner is authorized to perform in these role(s)
"location" : [{ Reference(Location) }], // The location(s) at which this practitioner provides care
"healthcareService" : [{ Reference(HealthcareService) }] // The list of healthcare services that this worker provides for this role's Organization/Location(s)
}],
"qualification" : [{ // Qualifications obtained by training and certification
"identifier" : [{ Identifier }], // An identifier for this qualification for the practitioner
"code" : { CodeableConcept }, // R! Coded representation of the qualification
"period" : { Period }, // Period during which the qualification is valid
"issuer" : { Reference(Organization) } // Organization that regulates and issues the qualification
}],
"communication" : [{ CodeableConcept }] // A language the practitioner is able to use in patient communication
}
The following search parameters can be used to query Practitioner resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/Practitioner?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
address | text | address |
address-city | text | address.city |
address-country | text | address.country |
address-postalcode | text | address.postalCode |
address-state | text | address.state |
address-use | text | address.use |
communication | text | communication |
email | text | telecom |
family | text | name.family |
gender | text | gender |
given | text | name.given |
identifier | text | identifier |
location | reference | practitionerRole.location |
name | text | name |
organization | reference | practitionerRole.managingOrganization |
phone | text | telecom |
phonetic | text | name |
role | text | practitionerRole.role |
specialty | text | practitionerRole.specialty |
telecom | text | telecom |