Show / Hide Table of Contents

Class Practitioner

A person who is directly or indirectly involved in the provisioning of healthcare.

Inheritance
System.Object
Resource
DomainResource
Practitioner
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
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
| Improve this Doc View Source

_BirthDate

Extension container element for BirthDate

Declaration
public Element _BirthDate { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Gender

Extension container element for Gender

Declaration
public Element _Gender { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

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.Nullable<System.Boolean>
| Improve this Doc View Source

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
fhirCsR2.Models.List<Address>
| Improve this Doc View Source

BirthDate

Needed for identification.

Declaration
public string BirthDate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
fhirCsR2.Models.List<CodeableConcept>
| Improve this Doc View Source

Gender

Needed to address the person correctly.

Declaration
public string Gender { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Identifier

Often, specific identities are assigned for the agent.

Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Identifier>
| Improve this Doc View Source

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
HumanName
| Improve this Doc View Source

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
fhirCsR2.Models.List<Attachment>
| Improve this Doc View Source

PractitionerRole

The list of roles/organizations that the practitioner is associated with.

Declaration
public List<PractitionerPractitionerRole> PractitionerRole { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<PractitionerPractitionerRole>
| Improve this Doc View Source

Qualification

Qualifications obtained by training and certification.

Declaration
public List<PractitionerQualification> Qualification { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<PractitionerQualification>
| Improve this Doc View Source

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Telecom

Need to know how to reach a practitioner.

Declaration
public List<ContactPoint> Telecom { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<ContactPoint>

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX