DV_IDENTIFIER

Type for representing identifiers of real-world entities. Typical identifiers include drivers licence number, social security number, veterans affairs number, prescription id, order id, and so on.

DV_IDENTIFIER is used to represent any identifier of a real thing, issued by some authority or agency.

  • id
    Type: string
    required
  • assigner
    Type: string
  • issuer
    Type: string
  • type
    Type: string
Examples
{
  "id": "16b74749-e6aa-4945-b760-b42bdc07098a",
  "type": "Patient"
}