MedRefMedRef
Reference Data

Place of Service Codes

Access the complete CMS Place of Service (POS) code set used on professional claims to indicate where services were rendered.

Get POS Code

GET/v1/pos/{code}
curl -X GET "https://api.medref.io/v1/pos/11" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "code": "11",
  "name": "Office",
  "description": "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.",
  "facility_indicator": false,
  "effective_date": "2003-01-01",
  "category": "Non-Facility",
  "medicare_payment_notes": "Non-facility rate applies"
}

List All POS Codes

GET/v1/pos
curl -X GET "https://api.medref.io/v1/pos?facility=false" \
  -H "Authorization: Bearer YOUR_API_KEY"

Query Parameters

ParameterTypeDescription
facilitybooleanFilter by facility/non-facility indicator
activebooleanOnly return currently active codes

Common POS Codes

CodeNameFacility
11OfficeNo
21Inpatient HospitalYes
22On Campus-Outpatient HospitalYes
23Emergency Room - HospitalYes
02Telehealth Provided Other than in Patient's HomeNo