PatientIdResponse

data class PatientIdResponse(val type: String, val value: String)

A patient identifier and associated type.

Constructors

Link copied to clipboard
fun PatientIdResponse(type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID type. For example, MRN or NHS.

Link copied to clipboard

The patient's unique identifier.