Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDetails
messageIdstring($uuid)
sentAtUtcstring($date-time)

Server-supplied timestamp showing UTC time of Message delivery to recipient's inbox queue.

senderstring
maximum: 9999

minimum: 0

maxLength: 4

minLength: 4

example: 5678

4-digit ION of the sender

messageType

string

Enum:
Array [ 1 ]

...

  • Hubs are required to keep this contact information up to date.
  • It’s not only useless but forbidden to give a postbox (POB) in a LAB address since this address is used for the delivery of samples. For the same reason ZIP code, City, and Country are required in the address block.

In the Match-Connect system, the addresses will be embedded in the donor requests. See chapter Chapter Requests for details.

Consider to use address block structure according to HL7-FHIR standard with extensions (https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-structures-r4/org/hl7/fhir/r4/model/Address.html), e.g.

Suggested format

Suggested field

Description

Mapping to NEW_ADD

StringType

cityCity

The name of the city, town, suburb, village or other community or delivery center.

City CITY Req 40

StringType

country

Country - a nation as commonly understood or generally accepted.

Country COUNTRY Req 2

StringType

districtDistrict

The name of the administrative area (county).

Address Line 2 ADDR_2 Opt 40

List <StringType>

line

This component contains the house number, apartment number, street name, street direction, and P.O.

Address Line 3 ADDR_3 Opt 40

Period

period

Time The time period when the address was/is in use.

new - Opt

StringType

postalCode

A postal code designating a region defined by the postal service.

ZIP code ZIP Req 10

StringType

state

Sub-unit of a country with limited sovereignty in a federally organized country.

new - Opt

StringType

text

Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.

Address Line 1 to Address Line 3, City, Country, Zip code - Opt

Enumeration <Address.AddressType>

type

Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses. Most addresses are both.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value.

new - Req

Enumeration <Address.AddressUse>

use

The purpose of this address.

Institution Type INST_TYPE Req 3

StringTypecontactPerson

contact person

The name of the contact person.

Contact person PERSON Opt 40

StringType

phone

The value is a telephone number used for voice calls.

Phone Number PHONE Req 20

StringType

fax

The value is a fax machine.

Fax Number FAX Opt 20

StringType

email

The value is an email address.

Email address EMAIL Opt 60



Not needed anymore, as the full address will be sent embedded in every request.

INST_ID Req 10



Obsolete. Accreditation is provided by S&M provides accreditation on the match list.

Accreditation Opt 5

...

In EMDIS, the following messages are linked to the donor updates:

  • IDM_RES
  • TYP_RES
  • NO_RES
  • RSV_RES

These 4 four and newly 2 two more (SMP_ARR and SMP_INFO) will be replaced with the Match-Connect API endpoints that have the donor details embedded in the message. Respective endpoints of IDM_RES and TYP_RES will deliver new IDM and new typing details, and all the mentioned endpoints will also inform the patient registry of the new donor status.

...