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.
Implements
Inherited Members
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 |
_DateSent
Extension container element for DateSent
Declaration
public Element _DateSent { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
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. |
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. |
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. |
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 |
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 |
Identifier
Business identifier that uniquely identifies the referral/care transfer request instance.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
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 |
---|---|
Codeable |
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 |
---|---|
Codeable |
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 |
---|---|
fhir |
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 |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceServiceRequested
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 |
---|---|
fhir |
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 |
---|---|
Codeable |
Status
The workflow status of the referral or transfer of care request.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
fhir |
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 |
---|---|
Codeable |
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 |