PatientId

A patient identifier and associated type.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
type string ID type. For example, MRN or NHS.
value string The patient's unique identifier.
View JSON Schema on GitHub

JSON Schema

PatientId.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PatientId",
  "description": "A patient identifier and associated type.",
  "properties": {
    "type": {
      "description": "ID type. For example, MRN or NHS.",
      "type": "string"
    },
    "value": {
      "description": "The patient's unique identifier.",
      "type": "string"
    }
  },
  "type": "object"
}