PdsTraceQuery - tabular view

No Current Link To VocabularyCoded With ExtensionsCoded No Extensions
QUPA_RM000001UK01
Query
Parent class containing the query parameters.
Used by:
[0..1] person.address (Person.address)

Identifies either the Postcode or the PAF (Postal Address File) Key of the person to optionally aid in identifying the patient. The Postcode or PAF Key will be used to search all address types.

[1..1] [M] person.administrativeGenderCode (Person.administrativeGenderCode)

Identifies the administrative gender of the person being searched for.

[1..1] [M] person.birthTime (Person.birthTime)

The birthdate of the person being searched for, expressed as a single point in time.

[0..1] person.deceasedTime (Person.deceasedTime)

The date of death of the person being searched for, expressed as a single point in time.

[1..1] [M] person.name (Person.name)

Details of the surname and (optionally) forename(s) of the person to search for. The name details will be compared to all name types (i.e. usual, previous, preferred, alias).

Person.address
Used by: Query
[1..1] [M] semanticsText (ST) { Fixed="Person.address" }

A literal text string identifying the parameter item.

[1..1] [M] value (AD)

The value of the parameter item in this case contains part of the address of the person being searched for, containing the following components:

  • The postalCode element is used to carry a postcode
  • The addressKey element is used to carry a PAF (Postal Address File) Key

Either one of these elements must be present, but not both.

Person.deceasedTime
Used by: Query
[1..1] [M] semanticsText (ST) { Fixed="Person.deceasedTime" }

A literal text string identifying the parameter item.

[1..1] [M] value (TS)

The value of the parameter item in this case contains the date of death of the person that is to be searched for.

The Date Only datatype flavour is used to carry this information as follows:

  • The value attribute will contain the date value in the format: YYYYMMDD
Person.birthTime
Used by: Query
[1..1] [M] semanticsText (ST) { Fixed="Person.birthTime" }

A literal text string identifying the parameter item.

[1..1] [M] value (TS)

The value of the parameter item in this case contains the date of birth of the person that is to be searched for.

The Date Only datatype flavour is used to carry this information as follows:

  • The value attribute will contain the date value in the format: YYYYMMDD
Person.administrativeGenderCode
Used by: Query
[1..1] [M] semanticsText (ST) { Fixed="Person.administrativeGenderCode" }

A literal text string identifying the parameter item.

[1..1] [M] value (CS {CNE:Sex } )

The value of the parameter item in this case contains the administrative gender code of the person that is to be searched for.

The Coded Only datatype flavour is used to carry this information as follows:

  • The code attribute will contain a value from the list of codes in the Sex vocabulary.
Person.name
Used by: Query
[1..1] [M] semanticsText (ST) { Fixed="Person.name" }

A literal text string identifying the parameter item.

[1..1] [M] value (PN)

The value of the parameter item in this case is a structured name, containing the following components:

  • A single mandatory instance of the family element is used to carry the family name (or surname)
  • Between zero and two instances of the given element are used to carry given names (or forenames) or initials, with the order in which they are carried in the message being significant, i.e. the first occurrence of the given element is used to carry the first given name, and the second occurrence of the given element is used to carry the second given name.

NB: The PDS will ignore any prefix or suffix elements.