Class HealthcareService
The details of a healthcare service available at a location.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class HealthcareService : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_AppointmentRequired
Extension container element for AppointmentRequired
Declaration
public Element _AppointmentRequired { get; set; }
Property Value
Type | Description |
---|---|
Element |
_AvailabilityExceptions
Extension container element for AvailabilityExceptions
Declaration
public Element _AvailabilityExceptions { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Comment
Extension container element for Comment
Declaration
public Element _Comment { get; set; }
Property Value
Type | Description |
---|---|
Element |
_EligibilityNote
Extension container element for EligibilityNote
Declaration
public Element _EligibilityNote { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ExtraDetails
Extension container element for ExtraDetails
Declaration
public Element _ExtraDetails { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ProgramName
Extension container element for ProgramName
Declaration
public List<Element> _ProgramName { get; set; }
Property Value
Type | Description |
---|---|
fhir |
_PublicKey
Extension container element for PublicKey
Declaration
public Element _PublicKey { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ServiceName
Extension container element for ServiceName
Declaration
public Element _ServiceName { get; set; }
Property Value
Type | Description |
---|---|
Element |
AppointmentRequired
Indicates whether or not a prospective consumer will require an appointment for a particular service at a site to be provided by the Organization. Indicates if an appointment is required for access to this service.
Declaration
public bool? AppointmentRequired { get; set; }
Property Value
Type | Description |
---|---|
System. |
AvailabilityExceptions
A description of site availability exceptions, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as details in the available Times and not available Times.
Declaration
public string AvailabilityExceptions { get; set; }
Property Value
Type | Description |
---|---|
System. |
AvailableTime
A collection of times that the Service Site is available.
Declaration
public List<HealthcareServiceAvailableTime> AvailableTime { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Characteristic
Collection of characteristics (attributes).
Declaration
public List<CodeableConcept> Characteristic { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Comment
Any additional description of the service and/or any specific issues not covered by the other attributes, which can be displayed as further detail under the serviceName.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System. |
CoverageArea
The location(s) that this service is available to (not where the service is provided).
Declaration
public List<Reference> CoverageArea { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Eligibility
Does this service have specific eligibility requirements that need to be met in order to use the service?
Declaration
public CodeableConcept Eligibility { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
EligibilityNote
Describes the eligibility conditions for the service.
Declaration
public string EligibilityNote { get; set; }
Property Value
Type | Description |
---|---|
System. |
ExtraDetails
Extra details about the service that can't be placed in the other fields.
Declaration
public string ExtraDetails { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identifier
External identifiers for this item.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Location
The location where this healthcare service may be provided.
Declaration
public Reference Location { get; set; }
Property Value
Type | Description |
---|---|
Reference |
NotAvailable
The HealthcareService is not available during this period of time due to the provided reason.
Declaration
public List<HealthcareServiceNotAvailable> NotAvailable { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Photo
If there is a photo/symbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list.
Declaration
public Attachment Photo { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
ProgramName
Program Names that can be used to categorize the service.
Declaration
public List<string> ProgramName { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ProvidedBy
The organization that provides this healthcare service.
Declaration
public Reference ProvidedBy { get; set; }
Property Value
Type | Description |
---|---|
Reference |
PublicKey
The public part of the 'keys' allocated to an Organization by an accredited body to support secure exchange of data over the internet. To be provided by the Organization, where available.
Declaration
public string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReferralMethod
Ways that the service accepts referrals, if this is not provided then it is implied that no referral is required.
Declaration
public List<CodeableConcept> ReferralMethod { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceServiceCategory
Identifies the broad category of service being performed or delivered.
Declaration
public CodeableConcept ServiceCategory { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
ServiceName
Further description of the service as it would be presented to a consumer while searching.
Declaration
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ServiceProvisionCode
The code(s) that detail the conditions under which the healthcare service is available/offered.
Declaration
public List<CodeableConcept> ServiceProvisionCode { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ServiceType
A specific type of service that may be delivered or performed.
Declaration
public List<HealthcareServiceServiceType> ServiceType { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Telecom
List of contacts related to this specific healthcare service.
Declaration
public List<ContactPoint> Telecom { 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 |