Show / Hide Table of Contents

Class ReferralRequest

Used to record and send details about a request for referral service or transfer of a patient to the care of another provider or provider organization.

Inheritance
System.Object
Resource
DomainResource
ReferralRequest
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 ReferralRequest : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Date

Extension container element for Date

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

_DateSent

Extension container element for DateSent

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

_Description

Extension container element for Description

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

_Status

Extension container element for Status

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

Date

Date/DateTime of creation for draft requests and date of activation for active requests.

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

DateSent

Date/DateTime the request for referral or transfer of care is sent by the author.

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

Description

The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.

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

Encounter

The encounter at which the request for referral or transfer of care is initiated.

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

FulfillmentTime

Use cases: (1) to indicate that the requested service is not to happen before a specified date, and saving the start date in Period.start; (2) to indicate that the requested service must happen before a specified date, and saving the end date in Period.end; (3) to indicate that the requested service must happen during the specified dates ("start" and "end" values).

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

Identifier

Business identifier that uniquely identifies the referral/care transfer request instance.

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

Patient

The patient who is the subject of a referral or transfer of care request.

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

Priority

An indication of the urgency of referral (or where applicable the type of transfer of care) request.

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

Reason

Description of clinical condition indicating why referral/transfer of care is requested. For example: Pathological Anomalies, Disabled (physical or mental), Behavioral Management.

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

Recipient

The healthcare provider(s) or provider organization(s) who/which is to receive the referral/transfer of care request.

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

Requester

The healthcare provider or provider organization who/which initiated the referral/transfer of care request. Can also be Patient (a self referral).

Declaration
public Reference Requester { get; set; }
Property Value
Type Description
Reference
| 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

ServiceRequested

The service(s) that is/are requested to be provided to the patient. For example: cardiac pacemaker insertion.

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

Specialty

Indication of the clinical domain or discipline to which the referral or transfer of care request is sent. For example: Cardiology Gastroenterology Diabetology.

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

Status

The workflow status of the referral or transfer of care request.

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

SupportingInformation

Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care. For example: Presenting problems/chief complaints Medical History Family History Alerts Allergy/Intolerance and Adverse Reactions Medications Observations/Assessments (may include cognitive and fundtional assessments) Diagnostic Reports Care Plan.

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

Type

An indication of the type of referral (or where applicable the type of transfer of care) request.

Declaration
public CodeableConcept Type { get; set; }
Property Value
Type Description
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