Show / Hide Table of Contents

Class PractitionerPractitionerRole

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

Inheritance
System.Object
Element
BackboneElement
PractitionerPractitionerRole
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class PractitionerPractitionerRole : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

HealthcareService

The list of healthcare services that this worker provides for this role's Organization/Location(s).

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

Location

The location(s) at which this practitioner provides care.

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

ManagingOrganization

The organization where the Practitioner performs the roles associated.

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

Period

Even after the agencies is revoked, the fact that it existed must still be recorded.

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

Role

Need to know what authority the practitioner has - what can they do?

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

Specialty

Specific specialty of the practitioner.

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

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