Class PractitionerPractitionerRole
The list of roles/organizations that the practitioner is associated with.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class PractitionerPractitionerRole : BackboneElement, IFhirJsonSerializable
Properties
| Improve this Doc View SourceHealthcareService
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 |
---|---|
fhir |
Location
The location(s) at which this practitioner provides care.
Declaration
public List<Reference> Location { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ManagingOrganization
The organization where the Practitioner performs the roles associated.
Declaration
public Reference ManagingOrganization { get; set; }
Property Value
Type | Description |
---|---|
Reference |
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 |
Role
Need to know what authority the practitioner has - what can they do?
Declaration
public CodeableConcept Role { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Specialty
Specific specialty of the practitioner.
Declaration
public List<CodeableConcept> Specialty { 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 |