HealthcareService
open class HealthcareService: DomainResource
The details of a healthcare service available at a location.
-
The details of a healthcare service available at a location.
Declaration
Swift
override open class var resourceType: String
-
Whether this healthcareservice is in active use.
Declaration
Swift
public var active: FHIRBool?
-
If an appointment is required for access to this service.
Declaration
Swift
public var appointmentRequired: FHIRBool?
-
Description of availability exceptions.
Declaration
Swift
public var availabilityExceptions: FHIRString?
-
Times the Service Site is available.
Declaration
Swift
public var availableTime: [HealthcareServiceAvailableTime]?
-
Broad category of service being performed or delivered.
Declaration
Swift
public var category: CodeableConcept?
-
Collection of characteristics (attributes).
Declaration
Swift
public var characteristic: [CodeableConcept]?
-
Additional description and/or any specific issues not covered elsewhere.
Declaration
Swift
public var comment: FHIRString?
-
Location(s) service is inteded for/available to.
Declaration
Swift
public var coverageArea: [Reference]?
-
Specific eligibility requirements required to use the service.
Declaration
Swift
public var eligibility: CodeableConcept?
-
Describes the eligibility conditions for the service.
Declaration
Swift
public var eligibilityNote: FHIRString?
-
Technical endpoints providing access to services operated for the location.
Declaration
Swift
public var endpoint: [Reference]?
-
Extra details about the service that can’t be placed in the other fields.
Declaration
Swift
public var extraDetails: FHIRString?
-
External identifiers for this item.
Declaration
Swift
public var identifier: [Identifier]?
-
Location(s) where service may be provided.
Declaration
Swift
public var location: [Reference]?
-
Description of service as presented to a consumer while searching.
Declaration
Swift
public var name: FHIRString?
-
Not available during this time due to provided reason.
Declaration
Swift
public var notAvailable: [HealthcareServiceNotAvailable]?
-
Facilitates quick identification of the service.
Declaration
Swift
public var photo: Attachment?
-
Program Names that categorize the service.
Declaration
Swift
public var programName: [FHIRString]?
-
Organization that provides this service.
Declaration
Swift
public var providedBy: Reference?
-
Ways that the service accepts referrals.
Declaration
Swift
public var referralMethod: [CodeableConcept]?
-
Conditions under which service is available/offered.
Declaration
Swift
public var serviceProvisionCode: [CodeableConcept]?
-
Specialties handled by the HealthcareService.
Declaration
Swift
public var specialty: [CodeableConcept]?
-
Contacts related to the healthcare service.
Declaration
Swift
public var telecom: [ContactPoint]?
-
Type of service that may be delivered or performed.
Declaration
Swift
public var type: [CodeableConcept]?
-
Type of service that may be delivered or performed.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class HealthcareService: DomainResource