Class Practitioner
A person who is directly or indirectly involved in the provisioning of healthcare.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Practitioner : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Active
Extension container element for Active
Declaration
public Element _Active { get; set; }
Property Value
Type | Description |
---|---|
Element |
_BirthDate
Extension container element for BirthDate
Declaration
public Element _BirthDate { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Gender
Extension container element for Gender
Declaration
public Element _Gender { get; set; }
Property Value
Type | Description |
---|---|
Element |
Active
Need to be able to mark a practitioner record as not to be used because it was created in error.
Declaration
public bool? Active { get; set; }
Property Value
Type | Description |
---|---|
System. |
Address
Need to keep track where the practitioner can found during work or for directing mail.
Declaration
public List<Address> Address { get; set; }
Property Value
Type | Description |
---|---|
fhir |
BirthDate
Needed for identification.
Declaration
public string BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Communication
Knowing which language a practitioner speaks can help in facilitating communication with patients.
Declaration
public List<CodeableConcept> Communication { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Gender
Needed to address the person correctly.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identifier
Often, specific identities are assigned for the agent.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Name
Contact persons need to be identified by name, but it is uncommon to need details about multiple other names for that person.
Declaration
public HumanName Name { get; set; }
Property Value
Type | Description |
---|---|
Human |
Photo
Many EHR systems have the capability to capture an image of patients and personnel. Fits with newer social media usage too.
Declaration
public List<Attachment> Photo { get; set; }
Property Value
Type | Description |
---|---|
fhir |
PractitionerRole
The list of roles/organizations that the practitioner is associated with.
Declaration
public List<PractitionerPractitionerRole> PractitionerRole { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Qualification
Qualifications obtained by training and certification.
Declaration
public List<PractitionerQualification> Qualification { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceTelecom
Need to know how to reach a practitioner.
Declaration
public List<ContactPoint> Telecom { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |