Practitioner

References

Practitioner appears in PractitionerRole.practitioner references.

Snapshot

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ1..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uriFixed Value
versionΣ0..1string
codeS Σ1..1codeBindingFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
systemΣ0..1uri
valueS Σ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
activeΣ0..1boolean
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
textΣ0..1string
familyS Σ1..1string
givenS Σ1..1string
prefixΣ0..*string
suffixΣ0..*string
periodΣ0..1Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!1..1codeBindingFixed Value
rankΣ0..1positiveInt
periodΣ0..1Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!1..1codeBindingFixed Value
rankΣ0..1positiveInt
periodΣ0..1Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!1..1codeBinding
rankΣ0..1positiveInt
periodΣ0..1Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!1..1codeBinding
rankΣ0..1positiveInt
periodΣ0..1Period
id0..1string
extensionI0..*Extension
systemΣ I1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!1..1codeBinding
rankΣ0..1positiveInt
periodΣ0..1Period
addressΣ0..*Address
genderΣ0..1codeBinding
birthDateΣ0..1date
photo0..*Attachment
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
identifier0..*Identifier
code1..1CodeableConcept
period0..1Period
issuer0..1Reference(Organization)
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uriFixed Value
versionΣ0..1string
codeS Σ1..1codeBinding
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string

Click here for more information about the base FHIR Practitioner specification.

JSON structure

This is a template for the FHIR Practitioner. See table below for values description.

Command 'json' could not render: File not found for 'subject=Akinox-FHIR-Registry/practitioner-akinox-template/~json'

Description of the values

Property Description
{id} This is the logical identifier. It is a GUID.
{versionId} The version number of the practitioner. This version number is incremented by Akinox system outside of changes done trought this API.
{lastUpdatedDate} The last updated date of the practitioner
{identifierLicense} Identifier type for the Practitioner. Is a fixed value. (i.e. LN, License number)
{licenseNumber} The practitioner's license number.
{active} The current status. (active or inactive)
{familyName} The practitioner's last name.
{firstName} The first name of the practitioner. Only the first element of the given property is considered
{mainPhone} The practitioner's work phone.
{emailAddress} The practitioner's email address .
{gender} The practitioner's gender.
{language} Specifies the preferred language for communication with the practitioner. Click here for documentation about the valueset. Only the first element of the property is considered.

Notes on typical FHIR errors

  • The identifier.type.coding.code must always be LN. Otherwise, the FHIR validation will raise an error. (it is caps sensitive)
    • See here for further information regarding the types of identifier.
  • If you remove the meta.profile, there will be an error on the FHIR validation.

Business rules

  • Once created, you cannot modify any of those properties {emailAddress}, {licenseNumber} or the {professionCode}. See Http interactions / Practitioner for further information regarding the http error.

Search Parameters

Name Description
identifier Business identifier (License Number) of the practitioner. Matches one unique practitioner

See search examples.