Class Location
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Location : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Mode
Extension container element for Mode
Declaration
public Element _Mode { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Name
Extension container element for Name
Declaration
public Element _Name { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
Address
If locations can be visited, we need to keep track of their address.
Declaration
public Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
Description
Humans need additional information to verify a correct location has been identified.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identifier
Organization label locations in registries, need to keep track of those.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ManagingOrganization
Need to know who manages the location.
Declaration
public Reference ManagingOrganization { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Mode
When using a Location resource for scheduling or orders, we need to be able to refer to a class of Locations instead of a specific Location.
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Name of the location as used by humans. Does not need to be unique.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
PartOf
For purposes of location, display and identification, knowing which locations are located within other locations is important.
Declaration
public Reference PartOf { get; set; }
Property Value
Type | Description |
---|---|
Reference |
PhysicalType
For purposes of showing relevant locations in queries, we need to categorize locations.
Declaration
public CodeableConcept PhysicalType { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Position
For mobile applications and automated route-finding knowing the exact location of the Location is required.
Declaration
public LocationPosition Position { get; set; }
Property Value
Type | Description |
---|---|
Location |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceStatus
active | suspended | inactive.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Telecom
The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites.
Declaration
public List<ContactPoint> Telecom { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Type
Indicates the type of function performed at the location.
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 |