HL7Aligner

class HL7Aligner(force_download: bool | None = None)[source]

Bases: Aligner

Aligner for HL7 External Code Systems.

Instantiate the aligner.

Attributes Summary

alt_key_match

Set this if there's another part of the data besides the ID that should be matched

curation_header

Header to put on the curation table, corresponding to get_curation_row()

key

The key for the external registry

Methods Summary

getter()

Get HL7 OIDs.

Attributes Documentation

alt_key_match: ClassVar[str | None] = 'preferred_prefix'

Set this if there’s another part of the data besides the ID that should be matched

curation_header: ClassVar[Sequence[str]] = ('status', 'preferred_prefix', 'name', 'homepage', 'description')

Header to put on the curation table, corresponding to get_curation_row()

key: ClassVar[str] = 'hl7'

The key for the external registry

Methods Documentation

getter() Mapping[str, Mapping[str, str]]

Get HL7 OIDs.