patloc_for_pir_assignment: Check whether a patient location is an NHS Trust or not

View source: R/patloc_for_pir_assignment.R

patloc_for_pir_assignmentR Documentation

Check whether a patient location is an NHS Trust or not

Description

Not exported, called from assignment function.

Usage

patloc_for_pir_assignment(x)

Arguments

x

A string value giving the patient location

Value

"NHS Trust" or "CCG"

Examples

## Not run: 
patloc_for_pir_assignment("NHS Acute Trust")
patloc_for_pir_assignment("Non-acute NHS Provider")

## End(Not run)

PublicHealthEngland/hcaidcs documentation built on Jan. 19, 2024, 8:38 a.m.