public enum ServicePlace extends Enum<ServicePlace>
| Enum Constant and Description |
|---|
_01
A facility or location where drugs and other medically related items and services are sold, dispensed, or otherwise provided directly to patients.
|
_03
A facility whose primary purpose is education.
|
_04
A facility or location whose primary purpose is to provide temporary housing to homeless individuals (e.g., emergency shelters, individual or family shelters).
|
_05
A facility or location, owned and operated by the Indian Health Service, which provides diagnostic, therapeutic (surgical and nonsurgical), and rehabilitation services to American Indians and Alaska Natives who do not require hospitalization.
|
_06
A facility or location, owned and operated by the Indian Health Service, which provides diagnostic, therapeutic (surgical and nonsurgical), and rehabilitation services rendered by, or under the supervision of, physicians to American Indians and Alaska Natives admitted as inpatients or outpatients.
|
_07
A facility or location owned and operated by a federally recognized American Indian or Alaska Native tribe or tribal organization under a 638 agreement, which provides diagnostic, therapeutic (surgical and nonsurgical), and rehabilitation services to tribal members who do not require hospitalization.
|
_08
A facility or location owned and operated by a federally recognized American Indian or Alaska Native tribe or tribal organization under a 638 agreement, which provides diagnostic, therapeutic (surgical and nonsurgical), and rehabilitation services to tribal members admitted as inpatients or outpatients.
|
_09
A prison, jail, reformatory, work farm, detention center, or any other similar facility maintained by either Federal, State or local authorities for the purpose of confinement or rehabilitation of adult or juvenile criminal offenders.
|
_11
Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis.
|
_12
Location, other than a hospital or other facility, where the patient receives care in a private residence.
|
_13
Congregate residential facility with self-contained living units providing assessment of each resident's needs and on-site support 24 hours a day, 7 days a week, with the capacity to deliver or arrange for services including some health care and other services.
|
_14
A residence, with shared living areas, where clients receive supervision and other services such as social and/or behavioral services, custodial service, and minimal services (e.g., medication administration).
|
_15
A facility/unit that moves from place-to-place equipped to provide preventive, screening, diagnostic, and/or treatment services.
|
_19
portion of an off-campus hospital provider-based department which provides diagnostic, therapeutic (both surgical and nonsurgical), and rehabilitation services to sick or injured persons who do not require hospitalization or institutionalization.
|
_20
Location, distinct from a hospital emergency room, an office, or a clinic, whose purpose is to diagnose and treat illness or injury for unscheduled, ambulatory patients seeking immediate medical attention.
|
_21
A facility, other than psychiatric, which primarily provides diagnostic, therapeutic (both surgical and nonsurgical), and rehabilitation services by, or under, the supervision of physicians to patients admitted for a variety of medical conditions.
|
_41
A land vehicle specifically designed, equipped and staffed for lifesaving and transporting the sick or injured.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ServicePlace |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ServicePlace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServicePlace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicePlace _01
public static final ServicePlace _03
public static final ServicePlace _04
public static final ServicePlace _05
public static final ServicePlace _06
public static final ServicePlace _07
public static final ServicePlace _08
public static final ServicePlace _09
public static final ServicePlace _11
public static final ServicePlace _12
public static final ServicePlace _13
public static final ServicePlace _14
public static final ServicePlace _15
public static final ServicePlace _19
public static final ServicePlace _20
public static final ServicePlace _21
public static final ServicePlace _41
public static final ServicePlace NULL
public static ServicePlace[] values()
for (ServicePlace c : ServicePlace.values()) System.out.println(c);
public static ServicePlace valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ServicePlace fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.