From 0c9bb3c6fad153abe7c112cf139b82281adaa01f Mon Sep 17 00:00:00 2001 From: "Markus D. Herrmann" Date: Mon, 30 Dec 2019 10:57:29 -0500 Subject: [PATCH] Start Implementation of structured reporting (#824) * Implement basic structures and dicts for structured reporting * Tests for *codes* and *codedict* modules --- pydicom/__init__.py | 1 + pydicom/_cid_dict.py | 24974 ++++++++++ pydicom/_concepts_dict.py | 40247 ++++++++++++++++ pydicom/_snomed_dict.py | 15079 ++++++ pydicom/codedict.py | 247 + pydicom/coding.py | 57 + pydicom/filereader.py | 8 + pydicom/media_storage.py | 21 + pydicom/multival.py | 3 + pydicom/tests/test_codedict.py | 190 + pydicom/tests/test_coding.py | 76 + .../generate_cids/generate_concept_dicts.py | 444 + 12 files changed, 81347 insertions(+) create mode 100644 pydicom/_cid_dict.py create mode 100644 pydicom/_concepts_dict.py create mode 100644 pydicom/_snomed_dict.py create mode 100644 pydicom/codedict.py create mode 100644 pydicom/coding.py create mode 100644 pydicom/media_storage.py create mode 100644 pydicom/tests/test_codedict.py create mode 100644 pydicom/tests/test_coding.py create mode 100644 source/generate_cids/generate_concept_dicts.py diff --git a/pydicom/__init__.py b/pydicom/__init__.py index e00e000d78..461062a505 100644 --- a/pydicom/__init__.py +++ b/pydicom/__init__.py @@ -34,6 +34,7 @@ from pydicom.filereader import dcmread, read_file from pydicom.filewriter import dcmwrite, write_file from pydicom.sequence import Sequence +from pydicom.codedict import codes from ._version import __version__, __version_info__ diff --git a/pydicom/_cid_dict.py b/pydicom/_cid_dict.py new file mode 100644 index 0000000000..8e20e66462 --- /dev/null +++ b/pydicom/_cid_dict.py @@ -0,0 +1,24974 @@ +# Auto-generated by generate_concept_dicts.py. +# -*- coding: utf-8 -*- + +# Dict with cid number as keys; value format is: +# {scheme designator: +# scheme_designator: ...} + +name_for_cid = {} +cid_concepts = {} + +name_for_cid[12105] = 'IntracranialCerebralVessels' +cid_concepts[12105] = \ +{'SCT': ['InternalCarotidArtery', + 'MiddleCerebralArteryM2Segment', + 'MiddleCerebralArtery', + 'PosteriorCerebralArteryP2Segment', + 'CarotidSiphon', + 'OphthalmicArtery', + 'PosteriorCerebralArtery', + 'PosteriorCommunicatingArtery', + 'AnteriorCerebralArtery', + 'AnteriorPosteriorCerebralArteryBifurcation', + 'MiddleCerebralArteryM1Segment', + 'CentralRetinalVein', + 'InternalCarotidArteryC5Segment', + 'AnteriorCommunicatingArtery', + 'AnteriorMiddleCerebralArteryBifurcation', + 'PosteriorCerebralArteryP1Segment', + 'InternalCarotidArteryC6Segment', + 'CentralRetinalArtery', + 'TerminalInternalCarotidArtery']} + +name_for_cid[4051] = 'GeneralDevices' +cid_concepts[4051] = \ +{'DCM': ['Phantom', + 'ACRAccreditationPhantomCT', + 'ACRAccreditationPhantomMR', + 'ACRAccreditationPhantomMammography', + 'ACRAccreditationPhantomStereotacticBreastBiopsy', + 'ACRAccreditationPhantomECT', + 'ACRAccreditationPhantomPET', + 'ACRAccreditationPhantomECTPET', + 'ACRAccreditationPhantomPETFaceplate', + 'IECHeadDosimetryPhantom', + 'IECBodyDosimetryPhantom', + 'NEMAXR212000Phantom', + 'Sphere'], + 'SCT': ['Glue', + 'AtherectomyDevice', + 'EmbolizationCoil', + 'EmbolizationParticulate', + 'Laser', + 'Catheter', + 'MeasuringRuler', + 'RotationalAtherectomyDevice', + 'GuidingCatheter', + 'EmbolizationBall', + 'PercutaneousTransluminalAngioplastyBalloon', + 'Syringe', + 'Stent', + 'DetachableBalloon']} + +name_for_cid[9233] = 'RequestedReportTypes' +cid_concepts[9233] = \ +{'DCM': ['FinalReport', 'PreliminaryReport']} + +name_for_cid[6129] = 'ChestSiteInvolvement' +cid_concepts[6129] = \ +{'DCM': ['Lobar'], + 'SCT': ['Lung', + 'Bronchial', + 'HilumOfLung', + 'Mediastinum', + 'PleuralStructure', + 'ChestWall', + 'UpperAbdomen', + 'InterstitialTissue', + 'Aorta']} + +name_for_cid[6083] = 'ProceduresforBreast' +cid_concepts[6083] = \ +{'DCM': ['SurgicalConsult', + 'MammographyCAD', + 'MarkerPlacement', + 'FilmScreenMammography', + 'DigitalMammography', + 'NippleDischargeCytology'], + 'LN': ['BreastBilateralMammogram', + 'WholeBodyPtWRncIv', + 'BreastUnilateralMrWoContrast', + 'BreastLeftMr', + 'BreastLeftMrWoAndWContrastIv', + 'BreastMrWoAndWContrastIv', + 'WholeBodyCt', + 'BreastBilateralMr', + 'BreastLeftMrWContrastIv', + 'BreastRightMammogram', + 'BreastFfdMammogram', + 'BreastUnilateralMrWoAndWContrastIv', + 'BreastUnilateralMammogram', + 'BreastMrWContrastIv', + 'BreastUnilateralMrWContrastIv', + 'BreastBilateralMrWContrastIv', + 'BreastRightMrWoAndWContrastIv', + 'BreastRightMr', + 'BreastBilateralMrWoAndWContrastIv', + 'BreastLeftMammogram', + 'BreastRightMrWContrastIv', + 'BreastUnilateralMr'], + 'SCT': ['ExaminationOfBreast', + 'RemovalOfBreastImplant', + 'FineNeedleAspirationOfBreast', + 'MRIOfBreast', + 'ReductionMammoplasty', + 'MammaryDuctogram', + 'BreastReconstruction', + 'UltrasonographyOfBreast', + 'CoreNeedleBiopsyOfBreast', + 'HormoneTherapy', + 'BoneMarrowTransplant', + 'RadiationTherapy', + 'SpecimenRadiographyOfBreast', + 'Chemotherapy', + 'PreBiopsyLocalizationOfBreastLesion', + 'BreastSurgicalBiopsy', + 'InsertionOfCatheter', + 'SentinelLymphNodeBiopsy', + 'BreastImplantation', + 'CTOfBreast', + 'RadioisotopeScanOfLymphaticSystem', + 'DiagnosticAspirationOfBreastCyst', + 'RadionuclideLocalizationOfTumorLimitedArea']} + +name_for_cid[3452] = 'CalibrationMethods' +cid_concepts[3452] = \ +{'DCM': ['GeometricNonIsocenter', + 'CalibrationObjectUsed', + 'GeometricIsocenter']} + +name_for_cid[6200] = 'ColonOverallAssessment' +cid_concepts[6200] = \ +{'DCM': ['C0InadequateStudyAwaitingPriorComparisons', + 'C1NormalColonOrBenignLesion', + 'C2IntermediatePolypOrIndeterminateFinding', + 'C3PolypPossiblyAdvancedAdenoma', + 'C4ColonicMassLikelyMalignant']} + +name_for_cid[7041] = 'CalciumScoringPatientSizeCategories' +cid_concepts[7041] = \ +{'DCM': ['SmallLesserThan32Point0cmLateralThickness', + 'Medium32Point0To38Point0cmLateralThickness', + 'LargeGreaterThan38Point0cmLateralThickness']} + +name_for_cid[3239] = 'PerceivedExertionScales' +cid_concepts[3239] = \ +{'DCM': ['BorgCR10Scale', 'BorgRPEScale']} + +name_for_cid[12017] = 'GrowthDistributionRank' +cid_concepts[12017] = \ +{'DCM': ['GrowthZScore', 'GrowthPercentileRank']} + +name_for_cid[12294] = 'CardiacUltrasoundPericardiumandPleuraFindingSites' +cid_concepts[12294] = \ +{'SCT': ['Pericardium', 'Pleura', 'LeftPleura', 'RightPleura']} + +name_for_cid[7016] = 'LevelofDifficulty' +cid_concepts[7016] = \ +{'DCM': ['PrimaryLevel', 'AdvancedLevel', 'IntermediateLevel']} + +name_for_cid[3405] = 'ProcedureActionValues' +cid_concepts[3405] = \ +{'DCM': ['ArterialConduitAngiography', + 'VascularIntervention', + 'MyocardialBiopsy', + 'AorticIntervention', + 'SeptalDefectIntervention', + 'ValvularIntervention'], + 'SCT': ['CardiacCatheterizationBaselinePhase', + 'TransthoracicEchocardiography', + 'StentPlacement', + 'CardiacVentriculography', + 'TransseptalCatheterization', + 'DrugInfusionChallenge', + 'AtherectomyByRotaryCutter', + 'CardiacCatheterizationInterventionPhase', + 'CardiacCatheterizationTherapyPhase', + 'LeftVentriculography', + 'CatheterizationOfBothLeftAndRightHeartWithoutGraft', + 'IntravascularUltrasound', + 'CardiacCatheterizationPostContrastPhase', + 'Aortography', + 'CatheterizationOfLeftHeart', + 'CardiacCatheterizationPostInterventionPhase', + 'PercutaneousInsertionOfIntravascularFilter', + 'CardiacCatheterizationImageAcquisitionPhase', + 'CatheterizationOfBothLeftAndRightHeartWithGraft', + 'AtherectomyByLaser', + 'RightVentriculography', + 'TranscatheterTherapyForEmbolization', + 'RestingState', + 'CardiacCatheterizationPreInterventionPhase', + 'Atherectomy', + 'SelectiveEmbolizationOfArtery', + 'PercutaneousRetrievalOfIntravascularForeignBody', + 'IntracardiacEchocardiography', + 'CoronaryArteriography', + 'CardiacCatheterizationTestChallengePhase', + 'PercutaneousTransluminalBalloonAngioplasty', + 'EpicardialEchocardiography', + 'BypassGraftAngiography', + 'CardiacCatheterizationBailoutPhase', + 'Angiography', + 'TransesophagealEchocardiography', + 'TranscatheterDeploymentOfDetachableBalloon', + 'CatheterizationOfRightHeart', + 'ExerciseChallenge']} + +name_for_cid[3110] = 'NuclearCardiologyProtocols' +cid_concepts[3110] = \ +{'DCM': ['StressTechnetiumRestTechnetium1DayProcedure', + 'NMMyocardialViabilityProcedure', + 'RestTechnetiumStressTechnetium1DayProcedure', + 'RestTechnetiumStressTechnetium2DayProcedure', + 'RestThalliumStressTechnetiumProcedure'], + 'SCT': ['StressThalliumProcedure']} + +name_for_cid[3813] = 'StentFindings' +cid_concepts[3813] = \ +{'DCM': ['StentFracture', 'StentDisintegration', 'Endoleak'], + 'SCT': ['Hypoplasia', 'MigrationOfImplantOrInternalDevice', 'Stenosis']} + +name_for_cid[7153] = 'CNSSegmentationTypes' +cid_concepts[7153] = \ +{'FMA': ['ArcuateFasciculus'], + 'SCT': ['SpinalCordWhiteMatter', + 'InferiorLongitudinalFasciculus', + 'Midbrain', + 'BrainCerebrospinalFluidPathway', + 'NucleusAccumbens', + 'SubstantiaNigra', + 'MiddleCerebellarPeduncle', + 'PiaMater', + 'CorpusCallosum', + 'FrontalLobe', + 'LimbicLobe', + 'ParietalLobe', + 'ThirdVentricle', + 'CerebralCortex', + 'CerebralWhiteMatter', + 'EntorhinalCortex', + 'SpinalCordGrayMatter', + 'LateralCorticospinalTract', + 'SubarachnoidSpace', + 'BrainStem', + 'OccipitalLobe', + 'BrainVentricle', + 'MedialLemniscus', + 'Pituitary', + 'Diencephalon', + 'InferiorCerebellarPeduncle', + 'CerebrospinalFluid', + 'WhiteMatter', + 'CerebralAqueduct', + 'Insula', + 'TemporalLobe', + 'PinealGland', + 'DuraMater', + 'Thalamus', + 'Amygdala', + 'OpticChiasm', + 'Arachnoid', + 'Neurohypophysis', + 'PosteriorCerebralCommissure', + 'SuperiorCerebellarPeduncle', + 'UncinateFasciculus', + 'SpinalCerebrospinalFluidPathway', + 'Telencephalon', + 'Meninges', + 'SpinalCord', + 'Hippocampus', + 'GrayMatter', + 'CerebellarWhiteMatter', + 'SuperiorLongitudinalFasciculus', + 'CentralNervousSystem', + 'FourthVentricle', + 'CerebralFornix', + 'Cingulum', + 'GlobusPallidus', + 'LateralVentricle', + 'CorpusStriatum', + 'Adenohypophysis', + 'OpticTract', + 'CaudateNucleus', + 'Brain', + 'Putamen', + 'OpticRadiation']} + +name_for_cid[4010] = 'DXView' +cid_concepts[4010] = \ +{'SCT': ['RightPosteriorOblique', + 'ObliqueCaudoCranial', + 'PosteroAnteriorOblique', + 'Axial', + 'Sagittal', + 'Tangential', + 'CranioCaudal', + 'LateroMedialOblique', + 'Acanthioparietal', + 'Orbitoparietal', + 'OcclusalProjection', + 'ObliqueCranioCaudal', + 'Plantodorsal', + 'LeftAnteriorOblique', + 'LateralOblique', + 'RightOblique', + 'MedioLateralOblique', + 'RightLateral', + 'CaudoCranial', + 'Verticosubmental', + 'TissueSpecimen', + 'Frontal', + 'LeftLateral', + 'Parietoacanthial', + 'PosteroAnterior', + 'RightAnteriorOblique', + 'Submentovertical', + 'AnteroPosteriorOblique', + 'LateralMedial', + 'LeftOblique', + 'Dorsoplantar', + 'ParietoOrbital', + 'Oblique', + 'MedialOblique', + 'FrontalObliqueAxial', + 'SagittalObliqueAxial', + 'AnteroPosterior', + 'MedialLateral', + 'FrontalOblique', + 'ObliqueAxial', + 'Lateral', + 'LeftPosteriorOblique']} + +name_for_cid[3690] = 'ECGControlVariablesNumeric' +cid_concepts[3690] = \ +{'MDC': ['LowPassFilterCutoffFreq', + 'InterpolatorSNR', + 'NotchFilterFrequency', + 'SampleRate', + 'NotchFilterBandwidth', + 'Sensitivity', + 'ZeroOffset', + 'PadValue', + 'TimeSkew', + 'SampleSkew', + 'TimeOffset']} + +name_for_cid[12001] = 'UltrasoundProtocolTypes' +cid_concepts[12001] = \ +{'SCT': ['TransthoracicEchocardiography', + 'EllestadProtocol', + 'DobutamineStressProtocol', + 'NaughtonProtocol', + 'StressTestUsingCardiacPacing', + 'PharmacologicAndExerciseStressTest', + 'ModifiedNaughtonProtocol', + 'RampProtocol', + 'IntravascularEchocardiography', + 'BalkeProtocol', + 'BruceProtocol', + 'ExerciseStressEchocardiography', + 'FetalEchocardiography', + 'StressTestUsingBicycleErgometer', + 'IntraoperativeEchocardiography', + 'ContrastEchocardiography', + 'PharmacologicStressProtocol', + 'PepperProtocol', + 'AdenosineStressProtocol', + 'IntracardiacEchocardiography', + 'DipyridamoleStressProtocol', + 'EpicardialEchocardiography', + 'TransesophagealEchocardiography', + 'ExerciseStressECGTest', + 'ModifiedBruceProtocol', + 'Echocardiography', + 'PediatricEchocardiography']} + +name_for_cid[3413] = 'AdverseOutcomes' +cid_concepts[3413] = \ +{'DCM': ['DeathDuringCatheterization'], + 'SCT': ['LossOfDistalPulse', + 'Pseudoaneurysm', + 'EmergencyPercutaneousCoronaryIntervention', + 'CardiogenicShock', + 'Arrhythmia', + 'ContrastMediaAdverseReaction', + 'ArterialDissection', + 'CardiacTamponade', + 'CardiacArrest', + 'AVFistula', + 'CongestiveHeartFailure', + 'CerebrovascularAccidentOrStroke', + 'OcclusionOfArtery', + 'EmergencyCoronaryArteryBypass', + 'RenalFailure', + 'Bleeding']} + +name_for_cid[7000] = 'DiagnosticImagingReportDocumentTitles' +cid_concepts[7000] = \ +{'DCM': ['BreastImagingReport'], + 'LN': ['MRIHeadReport', + 'XRayReport', + 'CTAbdomenReport', + 'EchocardiographyReport', + 'ECGReport', + 'CTChestReport', + 'CTHeadReport', + 'CardiacCatheterizationReport', + 'FluoroscopyStudyReport', + 'UltrasoundReport', + 'DEXASkeletalSystemStudyReport', + 'DiagnosticImagingReport', + 'CTReport', + 'DiagnosticInterventionalRadiologyReport', + 'MammographyScreeningReport', + 'CardiacElectrophysiologyReport', + 'UltrasoundObstetricAndGynReport', + 'NuclearMedicineThyroidScanReport', + 'RadiologyReport', + 'HolterStudyReport', + 'ExerciseStressTestReport', + 'PETScanReport', + 'NuclearMedicineReport', + 'MRISpineReport', + 'MRIReport']} + +name_for_cid[12282] = 'CardiacUltrasoundVenousReturnSystemicFindingSites' +cid_concepts[12282] = \ +{'SCT': ['HepaticVein', + 'LeftSuperiorVenaCava', + 'FontanFenestration', + 'MustardOrSenningSuperiorVenaCavaPathway', + 'RightSuperiorVenaCava', + 'InferiorVenaCava', + 'FontanPathway', + 'FontanBaffleLeak', + 'SuperiorVenaCava', + 'HemiFontanPathway', + 'FontanInferiorVenaCavaPathway', + 'FontanPulmonaryArteryConnection', + 'MustardOrSenningCommonSystemicVenousPathway', + 'GlennPathway', + 'MustardOrSenningInferiorVenaCavaPathway']} + +name_for_cid[7450] = 'PersonRoles' +cid_concepts[7450] = \ +{'DCM': ['Patient', + 'AdministratorOfRadiologyDepartment', + 'HeadOfCardiology', + 'LeadRadiologicTechnologist', + 'RepresentativeOfEthicsCommittee', + 'RepresentativeOfProtocolCommittee', + 'Fellow', + 'ChairOfProtocolCommittee', + 'HeadOfRadiology', + 'Sonologist'], + 'SCT': ['NaturalGrandFather', + 'MaleFirstCousin', + 'NaturalFather', + 'HealthcareProfessional', + 'HalfSister', + 'NaturalMother', + 'Resident', + 'NaturalSister', + 'Friend', + 'Physician', + 'Attending', + 'NaturalBrother', + 'ScrubNurse', + 'Registrar', + 'RadiologicTechnologist', + 'Aunt', + 'Surgeon', + 'NaturalGrandMother', + 'Uncle', + 'Consultant', + 'Nurse', + 'NaturalDaughter', + 'NaturalSon', + 'FemaleFirstCousin', + 'MedicalPractitioner', + 'HalfBrother', + 'RadiationTherapist'], + 'UMLS': ['Intern', + 'MedicalPhysicist', + 'ConsultingPhysician', + 'RadiationPhysicist', + 'Sonographer']} + +name_for_cid[3805] = 'StenosisTypes' +cid_concepts[3805] = \ +{'SCT': ['Embolism', + 'Thrombosis', + 'Entrapment', + 'Fibrous', + 'Compression', + 'ArterioscleroticVascularDisease', + 'Vasculitis', + 'CysticAdventitialDisease', + 'RaynaudDisease']} + +name_for_cid[3106] = 'PETCardiologyProtocols' +cid_concepts[3106] = \ +{'DCM': ['PETMyocardialViabilityRestAndStress', + 'PETMyocardialViabilityRestOnly', + 'PETMyocardialViabilityStressOnly', + 'PETMyocardialPerfusionRestAndStress', + 'PETMyocardialPerfusionRestOnly', + 'PETMyocardialPerfusionStressOnly']} + +name_for_cid[3628] = 'CardiacOutputMethods' +cid_concepts[3628] = \ +{'SCT': ['ThermalBath', 'ThermalInline', 'DyeDilution']} + +name_for_cid[12113] = 'AbdominalVeins(Lateral)' +cid_concepts[12113] = \ +{'SCT': ['TesticularVein', + 'FirstLumbarArtery', + 'OvarianVein', + 'FourthLumbarArtery', + 'FifthLumbarArtery', + 'SixthLumbarArtery', + 'CommonIliacVein', + 'GastricVein', + 'ThirdLumbarArtery', + 'SecondLumbarArtery', + 'IlealVein']} + +name_for_cid[8121] = 'MicroscopyLensType' +cid_concepts[8121] = \ +{'SCT': ['SlideOverviewLens', 'OilImmersionLens', 'HighPowerNonImmersionLens']} + +name_for_cid[6095] = 'NumericPropertiesofProcedures' +cid_concepts[6095] = \ +{'DCM': ['NeedleGauge', 'NeedleLength']} + +name_for_cid[4102] = 'PerfusionMeasurementMethods' +cid_concepts[4102] = \ +{'DCM': ['PerfusionAnalysisByStableXenonCTTechnique', + 'PerfusionAnalysisByIVIodinatedContrastCTTechnique', + 'PerfusionAnalysisByArterialSpinLabelingMRTechnique', + 'PerfusionAnalysisBySusceptibilityMRTechnique']} + +name_for_cid[3014] = 'CoronaryArterySegments' +cid_concepts[3014] = \ +{'BARI': ['_2ndMarginalCoronaryArteryLaterals', + '_1stDiagonalCoronaryArteryLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + '_1stMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'SCT': ['ProximalRightCoronaryArtery', + '_3rdLeftPosterolateralCoronaryArtery', + 'RightPosteriorAVCoronaryArtery', + 'ProximalCircumflexCoronaryArtery', + '_2ndMarginalCoronaryArtery', + 'MidCircumflexCoronaryArtery', + '_1stLeftPosterolateralCoronaryArtery', + 'IntermediateArteryRamus', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'RightCoronaryArteryOstium', + 'LeftMainCoronaryArtery', + '_2ndLeftPosterolateralCoronaryArtery', + 'DistalRightCoronaryArtery', + 'MarginalCoronaryArtery', + '_2ndRightPosterolateralCoronaryArtery', + 'PosteriorDescendingRightCoronaryArtery', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + '_1stMarginalCoronaryArtery', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + '_3rdDiagonalCoronaryArtery', + '_1stSeptalCoronaryArtery', + '_3rdMarginalCoronaryArtery', + '_1stDiagonalCoronaryArtery', + 'MidRightCoronaryArtery', + '_2ndDiagonalCoronaryArtery', + 'AVGrooveContinuationOfCircumflexArtery', + 'DistalCircumflexCoronaryArtery', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'LeftMainCoronaryArteryOstium', + '_1stRightPosterolateralCoronaryArtery', + '_3rdRightPosterolateralCoronaryArtery']} + +name_for_cid[7112] = 'RadiotherapyFiducials' +cid_concepts[7112] = \ +{'DCM': ['MRMarker', + 'InfraredReflectorMarker', + 'VisibleReflectorMarker', + 'CoilMarker', + 'CylinderMarker', + 'TransponderMarker', + 'WireMarker', + 'Sphere'], + 'SCT': ['RadioactiveImplant', + 'BBShotLeadPellet', + 'Clip', + 'ContrastMedia', + 'Catheter']} + +name_for_cid[7305] = 'ImplantPlanningLandmarks' +cid_concepts[7305] = \ +{'DCM': ['AnatomicalAxisOfFemur', + 'AcetabularCenterOfRotation', + 'FemurHeadCenterOfRotation']} + +name_for_cid[33] = 'Modality' +cid_concepts[33] = \ +{'DCM': ['BoneMineralDensitometry', + 'SlideMicroscopy', + 'StructuredReportDocument', + 'SpatialFiducials', + 'OphthalmicPhotography', + 'Other', + 'KeyObjectSelection', + 'Electrocardiography', + 'GeneralMicroscopy', + 'XRayAngiography', + 'IntraocularLensCalculation', + 'ExternalCameraPhotography', + 'ContentAssessmentResult', + 'IntravascularUltrasound', + 'ComputedRadiography', + 'ComputedTomography', + 'OpticalSurfaceScanner', + 'Thermography', + 'Registration', + 'Lensometry', + 'RTDose', + 'OphthalmicTomographyEnFace', + 'HardCopy', + 'RTPlan', + 'HemodynamicWaveform', + 'OpticalCoherenceTomography', + 'UltrasoundBoneDensitometry', + 'ModelFor3DManufacturing', + 'Diaphanography', + 'PresentationState', + 'PositronEmissionTomography', + 'CardiacElectrophysiology', + 'LaserScan', + 'PanoramicXRay', + 'OphthalmicMapping', + 'OphthalmicTomographyBScanVolumeAnalysis', + 'OphthalmicVisualField', + 'DigitalRadiography', + 'OphthalmicTomography', + 'Document', + 'RTTreatmentRecord', + 'Mammography', + 'Ultrasound', + 'IntravascularOpticalCoherenceTomography', + 'RTStructureSet', + 'MagneticResonance', + 'IntraOralRadiography', + 'RTImage', + 'VisualAcuity', + 'RespiratoryWaveform', + 'Endoscopy', + 'RealWorldValueMap', + 'Autorefraction', + 'Segmentation', + 'RadiographicImaging', + 'Radiofluoroscopy', + 'BasicVoiceAudio', + 'Keratometry', + 'StereometricRelationship', + 'CTProtocol', + 'AutomatedSlideStainer', + 'OphthalmicAxialMeasurements', + 'NuclearMedicine', + 'Plan', + 'BiomagneticImaging', + 'SubjectiveRefraction']} + +name_for_cid[10010] = 'DoseMeasurementDevices' +cid_concepts[10010] = \ +{'SCT': ['Dosimeter']} + +name_for_cid[3716] = 'Severity' +cid_concepts[3716] = \ +{'SCT': ['Moderate', + 'Mild', + 'MildToModerate', + 'ModerateToSevere', + 'None', + 'Fatal', + 'Severe']} + +name_for_cid[6144] = 'RECISTDefinedLesionResponse' +cid_concepts[6144] = \ +{'DCM': ['TargetLesionCompleteResponse', + 'TargetLesionPartialResponse', + 'TargetLesionProgressiveDisease', + 'TargetLesionStableDisease', + 'NonTargetLesionCompleteResponse', + 'NonTargetLesionIncompleteResponseOrStableDisease', + 'NonTargetLesionProgressiveDisease']} + +name_for_cid[6001] = 'OverallBreastCompositionfromBIRADS®' +cid_concepts[6001] = \ +{'SCT': ['ExtremelyDense', + 'AlmostEntirelyFat', + 'HeterogeneouslyDense', + 'ScatteredFibroglandularDensities']} + +name_for_cid[3203] = 'ExerciserDevice' +cid_concepts[3203] = \ +{'SCT': ['BicycleErgometer', 'Treadmill', 'ArmErgometer']} + +name_for_cid[9527] = 'TeletherapyIsotope' +cid_concepts[9527] = \ +{'SCT': ['_60Cobalt']} + +name_for_cid[12241] = 'TricuspidValveFindingSites' +cid_concepts[12241] = \ +{'SCT': ['TricuspidAnnulus']} + +name_for_cid[3829] = 'PulmonaryArteries' +cid_concepts[3829] = \ +{'SCT': ['TrunkOfPulmonaryArtery', + 'PulmonaryValveSinuses', + 'RightPulmonaryArtery', + 'SuprapulmonicValveArea', + 'LeftPulmonaryArtery']} + +name_for_cid[7169] = 'BrainLesionSegmentationTypesWithoutNecrosis' +cid_concepts[7169] = \ +{'DCM': ['Background'], + 'NCIt': ['NonEnhancingLesion', 'EnhancingLesion'], + 'SCT': ['Normal', 'Edema']} + +name_for_cid[7186] = 'AbstractMultidimensionalImageModelQualitativeDimensionSampleSemantics' +cid_concepts[7186] = \ +{'DCM': ['GlutamateAndGlutamine', + 'CholineCreatineRatio', + 'NAcetylaspartateCreatineRatio', + 'NAcetylaspartateCholineRatio', + 'VolumetricDiffusionDxzComponent', + 'RGBRComponent', + 'VolumetricDiffusionDxyComponent', + 'VolumetricDiffusionDxxComponent', + 'YBRFULLCRComponent', + 'YBRFULLCBComponent', + 'VolumetricDiffusionDzzComponent', + 'YBRFULLYComponent', + 'VolumetricDiffusionDyzComponent', + 'RGBBComponent', + 'VolumetricDiffusionDyyComponent', + 'RGBGComponent', + 'CreatineCholineCitrateRatio', + 'CreatineAndCholine', + 'LipidAndLactate', + 'YBRICTCRComponent', + 'YBRICTCBComponent', + 'YBRICTYComponent', + 'YBRPARTIALCRComponent', + 'YBRPARTIALCBComponent', + 'YBRPARTIALYComponent', + 'YBRRCTCRComponent', + 'YBRRCTCBComponent', + 'YBRRCTYComponent'], + 'SCT': ['Inositol', + 'Citrate', + 'Creatine', + 'Lactate', + 'Glutamine', + 'Lipid', + 'Choline', + 'NAcetylaspartate', + 'Tuarine']} + +name_for_cid[12304] = 'EchoMeasuredProperties' +cid_concepts[12304] = \ +{'DCM': ['PeakBloodPressure', + 'MaximumOrificeArea', + 'ExcursionDistance', + 'EffectiveOrificeArea', + 'DyssynchronyIndex', + 'VenaContractaWidth', + 'RegurgitationJetWidth', + 'RegurgitationJetArea', + 'PISARadius', + 'PeakTissueVelocity'], + 'LN': ['MeanGradientPressureByDoppler', + 'VelocityTimeIntegral', + 'PeakBloodVelocity', + 'VolumeFlowRate', + 'DpDtByUS', + 'Thickness', + 'InternalDimension', + 'PeakGradientPressure', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EpicardialArea', + 'MyocardialPerformanceIndexTei', + 'MeanBloodVelocity'], + 'SCT': ['Interval', + 'VascularResistance', + 'BloodPressure', + 'Volume', + 'Area', + 'Mass', + 'MeanBloodPressure', + 'RegurgitantFraction', + 'CardiacEjectionFraction', + 'MinorAxis', + 'Angle', + 'Diameter', + 'StrokeVolume', + 'Length']} + +name_for_cid[230] = 'YesNo' +cid_concepts[230] = \ +{'SCT': ['Yes', 'No', 'Undetermined']} + +name_for_cid[4250] = 'VisualFieldStaticPerimetryTestPatterns' +cid_concepts[4250] = \ +{'DCM': ['VisualField60To4TestPattern', + 'VisualFieldCentralTestPattern', + 'VisualFieldMaculaTestPattern', + 'VisualFieldCentral40PointTestPattern', + 'VisualFieldCentral76PointTestPattern', + 'VisualFieldPeripheral60PointTestPattern', + 'VisualFieldFullField81PointTestPattern', + 'VisualFieldFullField120PointTestPattern', + 'VisualFieldGTestPattern', + 'VisualField24To2TestPattern', + 'VisualFieldMTestPattern', + 'VisualField10To2TestPattern', + 'VisualField07TestPattern', + 'VisualField30To2TestPattern', + 'VisualFieldLVCTestPattern']} + +name_for_cid[6113] = 'MediastinumAnatomyFindingorFeature' +cid_concepts[6113] = \ +{'DCM': ['Hiatus', + 'AzygoesophagealRecessInterface', + 'ParaspinalLine', + 'PosteriorTrachealStripe', + 'RightTrachealStripe', + 'Stripe'], + 'SCT': ['PulmonaryValve', + 'FascialLayer', + 'AorticValve', + 'ThoracicDuct', + 'AxillaryFascia', + 'Carina', + 'CarotidBody', + 'TricuspidValve', + 'Heart', + 'ThymusGland', + 'AtrialSeptalDefect', + 'LymphNode', + 'CostalCartilage', + 'Ventricle', + 'TrapeziusMuscle', + 'Atrium', + 'Esophagus', + 'LeftMainBronchus', + 'RightMainBronchus', + 'Thyroid', + 'LigamentumArteriosum', + 'Trachea', + 'MitralValve', + 'AcromioclavicularJoint', + 'EsophagealHiatus']} + +name_for_cid[3741] = 'MedicationAdministration,LabVisit' +cid_concepts[3741] = \ +{'SCT': ['Contraindicated', + 'AdministeredAfterLabVisit', + 'AdministeredBeforeLabVisit', + 'AdministeredDuringLabVisit']} + +name_for_cid[7702] = 'ProjectionandThalamicFibers' +cid_concepts[7702] = \ +{'NEU': ['CorticobulbarTract', + 'AnteriorThalamicRadiation', + 'SuperiorOpticRadiationBaumLoop', + 'CorticospinalTract', + 'InferiorOpticRadiationMeyerLoop', + 'SuperiorThalamicRadiation', + 'InferiorThalamicRadiation', + 'PosteriorThalamicRadiation'], + 'SCT': ['AuditoryRadiation', + 'InternalCapsule', + 'ExternalCapsule', + 'OpticRadiation']} + +name_for_cid[10047] = 'GFRMeasurementMethods' +cid_concepts[10047] = \ +{'DCM': ['CockroftGaultFormulaEstimationOfGFR', + 'CKDEPIFormulaEstimationOfGFR', + 'GlomerularFiltrationRateMDRD', + 'GlomerularFiltrationRateNonBlackMDRD', + 'GlomerularFiltrationRateBlackMDRD', + 'GlomerularFiltrationRateFemaleMDRD', + 'GlomerularFiltrationRateCystatinBasedFormula', + 'GlomerularFiltrationRateCreatinineBasedFormulaSchwartz']} + +name_for_cid[64] = 'ImagingAgentAdministrationPatientState' +cid_concepts[64] = \ +{'DCM': ['AcuteUnilateralRenalBlockage', + 'LowThyroidUptake', + 'HighThyroidUptake', + 'SeverelyJaundiced', + 'PatientAllergicToMediaContrast'], + 'SCT': ['Cardiomyopathy', + 'MalignantEpithelialNeoplasmOfThyroid', + 'Myeloma', + 'HistoryOfHypertension', + 'HistoryOfDiabetesMellitus', + 'AnginaPectoris', + 'Paraproteinemia', + 'HistoryOfCongestiveHeartFailure', + 'PulmonaryHypertension', + 'Anxiety', + 'Asthma', + 'HistoryOfBetaBlockingAgentsTherapy', + 'HistoryOfRenalFailure', + 'AorticStenosis', + 'AbnormalRenalFunction']} + +name_for_cid[3254] = 'ElectrophysiologyProcedurePhase' +cid_concepts[3254] = \ +{'SCT': ['AtrialEffectiveRefractoryPeriodEvaluationOf', + 'PostDefibrillationProcedurePhase', + 'VentricularEffectiveRefractoryPeriodEvaluationOf', + 'ElectrophysiologyProcedureBaselinePhase', + 'CarotidSinusMassageProcedurePhase', + 'PostAblationPhase', + 'ElectrophysiologyMappingPhase', + 'SinusNodeRecoveryTimeEvaluationOf', + 'RadiofrequencyAblationProcedurePhase']} + +name_for_cid[6056] = 'AssociatedFindingsforBreast' +cid_concepts[6056] = \ +{'DCM': ['CooperLigamentChanges', 'MassInTheSkin', 'MassOnTheSkin'], + 'SCT': ['BreastHematoma', + 'BreastComposition', + 'AxillaryAdenopathy', + 'SurgicalScar', + 'NippleRetraction', + 'Edema', + 'AxillaryLymphNode', + 'TrabecularThickeningOfBreast', + 'SkinRetractionOfBreast', + 'ArchitecturalDistortionOfBreast', + 'TubularDensity', + 'MammographyBreastDensity', + 'SkinLesion', + 'IndividualCalcification', + 'SkinThickeningOfBreast', + 'CalcificationCluster', + 'IntramammaryLymphNode']} + +name_for_cid[3604] = 'ArterialLesionLocations' +cid_concepts[3604] = \ +{'BARI': ['_1stDiagonalCoronaryArteryLaterals', + '_1stMarginalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'SCT': ['InternalCarotidArtery', + 'ProximalRightCoronaryArtery', + 'RightPosteriorAVCoronaryArtery', + 'BasilarArtery', + 'PulmonaryArteriovenousFistula', + 'LateralPlantarArtery', + 'MidCircumflexCoronaryArtery', + 'RightPulmonaryArtery', + 'IntermediateArteryRamus', + 'GeniculateArtery', + 'CarotidArtery', + 'UmbilicalArtery', + 'NeoAorta', + 'AorticFistula', + 'RadialArtery', + 'RightFemoralArtery', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'LeftFemoralArtery', + 'DistalRightCoronaryArtery', + 'LeftAnteriorDescendingCoronaryArtery', + 'TruncusArteriosusCommunis', + 'Artery', + 'CommonCarotidArtery', + '_3rdMarginalCoronaryArtery', + 'Aorta', + 'PatentDuctusArteriosus', + 'SuperficialTemporalArtery', + 'MidRightCoronaryArtery', + 'FistulaCoronaryToLeftVentricle', + 'CoronaryArtery', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'DescendingAorta', + 'SubclavianArtery', + 'TibialArtery', + '_3rdLeftPosterolateralCoronaryArtery', + 'OphthalmicArtery', + 'MesentericArtery', + 'MedialPlantarArtery', + 'PoplitealArtery', + 'AnteriorSpinalArtery', + 'HepaticArtery', + 'PeronealArtery', + '_2ndRightPosterolateralCoronaryArtery', + 'BrachiocephalicTrunk', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + 'RenalArtery', + '_1stMarginalCoronaryArtery', + 'SystemicCollateralArteryToLung', + 'FacialArtery', + 'LumbarArtery', + 'FemoralArtery', + 'PulmonaryArtery', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'DistalCircumflexCoronaryArtery', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'CoronaryArteryGraft', + 'FistulaCoronaryToRightAtrium', + 'FistulaCoronaryToRightVentricle', + 'CommonFemoralArtery', + '_1stLeftPosterolateralCoronaryArtery', + 'PulmonaryArteryConduit', + 'CircumflexCoronaryArtery', + 'AnteriorCommunicatingArtery', + 'FistulaCoronaryToLeftAtrium', + 'ThoracicAorta', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'PulmonaryVeinWedge', + 'RightCoronaryArteryOstium', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'MarginalCoronaryArtery', + 'InternalMammaryArtery', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'VertebralArtery', + '_3rdDiagonalCoronaryArtery', + 'AVGrooveContinuationOfCircumflexArtery', + '_3rdRightPosterolateralCoronaryArtery', + 'NeonatalPulmonaryArteryPrimitivePA', + 'SuperficialFemoralArtery', + 'ProximalCircumflexCoronaryArtery', + '_2ndMarginalCoronaryArtery', + 'PosteriorCommunicatingArtery', + 'AorticArch', + 'AbdominalAorta', + 'LingualArtery', + 'LeftMainCoronaryArtery', + '_2ndLeftPosterolateralCoronaryArtery', + 'PosteriorDescendingRightCoronaryArtery', + 'Baffle', + 'LacrimalArtery', + 'OccipitalArtery', + '_1stSeptalCoronaryArtery', + 'RightCoronaryArtery', + 'AscendingAorta', + '_1stDiagonalCoronaryArtery', + 'ProfundaFemorisArtery', + 'LeftMainCoronaryArteryOstium', + 'CerebralArtery', + '_1stRightPosterolateralCoronaryArtery']} + +name_for_cid[12216] = 'EchocardiographyHepaticVeins' +cid_concepts[12216] = \ +{'LN': ['HepaticVeinAtrialContractionReversalPeakVelocity', + 'HepaticVeinSystolicToDiastolicRatio', + 'HepaticVeinDiastolicPeakVelocity', + 'HeartRate', + 'HepaticVeinSystolicPeakVelocity']} + +name_for_cid[3487] = 'IntravascularVolumetricRegions' +cid_concepts[3487] = \ +{'DCM': ['DistalStentMargin', + 'EntirePullback', + 'ProximalStentMargin', + 'StentedRegion'], + 'SCT': ['Lesion', 'MorphologicallyAbnormalStructure', 'CulpritLesion']} + +name_for_cid[3468] = 'EDVolume' +cid_concepts[3468] = \ +{'DCM': ['LeftAtrialEDVolume'], + 'LN': ['RightVentricularEDVolume', 'LeftVentricularEDVolume']} + +name_for_cid[4207] = 'OphthalmicImagePosition' +cid_concepts[4207] = \ +{'DCM': ['LesionCentered', + 'DiscMaculaCentered', + 'MidPeripheralSuperior', + 'MidPeripheralSuperiorTemporal', + 'MidPeripheralTemporal', + 'MidPeripheralInferiorTemporal', + 'MidPeripheralInferior', + 'MidPeripheralInferiorNasal', + 'Field1ForJoslin3Field', + 'Field2ForJoslin3Field', + 'Field3ForJoslin3Field', + 'MaculaCentered', + 'DiscCentered', + 'PeripheralSuperiorTemporal', + 'PeripheralTemporal', + 'PeripheralInferiorTemporal', + 'PeripheralInferior', + 'PeripheralInferiorNasal', + 'PeripheralNasal', + 'PeripheralSuperiorNasal', + 'MidPeripheralNasal', + 'MidPeripheralSuperiorNasal', + 'PeripheralSuperior'], + 'SCT': ['DiabeticRetinopathyStudyField6', + 'DiabeticRetinopathyStudyField4', + 'DiabeticRetinopathyStudyField2', + 'DiabeticRetinopathyStudyField1', + 'DiabeticRetinopathyStudyField7', + 'DiabeticRetinopathyStudyField5', + 'DiabeticRetinopathyStudyField3']} + +name_for_cid[1005] = 'AnatomicalReferenceBasisAbdomen/Pelvis' +cid_concepts[1005] = \ +{'SCT': ['FemoralHead', + 'Sacrum', + 'SymphysisPubis', + 'HipJoint', + 'LesserTrochanter', + 'Ischium', + 'CommonIliacArteryBifurcation', + 'Pancreas', + 'Acetabulum', + 'Liver', + 'Kidney', + 'AdrenalGland', + 'IliacCrest']} + +name_for_cid[637] = 'ExogenousSubstanceTypes' +cid_concepts[637] = \ +{'DCM': ['TumorGraft'], + 'SCT': ['Fibril', 'Virus', 'Cytokine', 'Toxin', 'GraftMaterial']} + +name_for_cid[72] = 'ImagingAgentAdministrationStepType' +cid_concepts[72] = \ +{'DCM': ['DiagnosticAdministration', + 'TransitTimeTestInjection', + 'PatencyTestInjection', + 'FlushAdministration']} + +name_for_cid[3757] = 'CardiacDiagnosticProcedures' +cid_concepts[3757] = \ +{'SCT': ['CardiacCT', + 'ExerciseStressEchocardiography', + 'SPECT', + 'TransthoracicEchocardiography', + 'PETHeartStudy', + 'CardiacCTForCalciumScoring', + 'CardiacCathCoronaryAngiogramAndLeftVentriculogram', + 'PharmacologicalStressTest', + 'CardiacBloodPoolImaging', + 'StressTestUsingCardiacPacing', + 'CardiacCatheterization', + 'RadionuclideMyocardialPerfusionStudy', + 'PharmacologicAndExerciseStressTest', + 'CardiacCatheterizationCoronaryAngiogram', + 'PerfusionImaging', + 'CTAngiographyOfCoronaryArteries', + 'CardiacMRIStress', + 'ExerciseToleranceTest', + 'RadionuclideAngiocardiography', + 'NuclearMedicineCardiovascularStudy', + 'MagneticResonanceAngiography', + 'TransesophagealEchocardiography', + 'CardiacMRI', + 'Echocardiography']} + +name_for_cid[6105] = 'AbnormalLucencyFindingorFeature' +cid_concepts[6105] = \ +{'DCM': ['HaloSign', 'AirBronchiologram', 'AirBronchogram', 'AirCrescent'], + 'SCT': ['Pneumothorax', 'AirTrapping', 'Pneumomediastinum']} + +name_for_cid[3612] = 'BloodVelocityMeasurements' +cid_concepts[3612] = \ +{'DCM': ['BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak']} + +name_for_cid[6040] = 'NonlesionObjectType' +cid_concepts[6040] = \ +{'DCM': ['OtherMarker', 'Unspecified'], + 'SCT': ['Suture', + 'CardiacPacemaker', + 'CompressionPaddle', + 'JWire', + 'ScarTissue', + 'Bullet', + 'BBShotLeadPellet', + 'OpaqueMarker', + 'Clip', + 'ContrastAgent', + 'Catheter', + 'IDPlate', + 'Collimator', + 'Implant', + 'Staple']} + +name_for_cid[7201] = 'ReferencedImagePurposesofReference' +cid_concepts[7201] = \ +{'DCM': ['ImagesRelatedToStandaloneObject', + 'AnatomicImage', + 'TemporalSuccessor', + 'Spectroscopy', + 'FunctionalImage', + 'OtherImageOfBiplanePair', + 'VolumeCorrespondingToSpatiallyRelatedAcquisitionFrames', + 'OtherImageOfStereoscopicPair', + 'TemporalPredecessor', + 'BiopsyLocalizer', + 'OtherPartialViews', + 'AcquisitionFramesCorrespondingToVolume', + 'Localizer', + 'ImageUsedForTreatmentPlanning', + 'ImageAcquiredDuringTreatment', + 'ImageUsedForDoseCalculation', + 'ImageUsedAsReferenceImageForTreatment', + 'DeviceLocalizer', + 'SpectralFilteredImage']} + +name_for_cid[3491] = 'IVUSLesionMorphologies' +cid_concepts[3491] = \ +{'DCM': ['InStentNeointima', + 'SoftPlaque', + 'VulnerablePlaque', + 'ErodedPlaque', + 'NecroticLipidicPlaque', + 'PlaqueRupture', + 'FalseLumen', + 'FibroLipidicPlaque'], + 'SCT': ['VascularCalcification', + 'PseudoAneurysm', + 'Eccentric', + 'PlaqueUlceration', + 'Concentric', + 'ArterialTrueAneurysm', + 'Thrombus', + 'FibrousPlaque']} + +name_for_cid[12200] = 'EchocardiographyLeftVentricle' +cid_concepts[12200] = \ +{'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'LeftVentricularEndDiastolicVolume', + 'LeftVentricleMass', + 'VolumeFlow', + 'FlowRadius', + 'LeftVentricularEjectionFractionByUS', + 'LeftVentricleInternalSystolicDimension', + 'InterventricularSeptumSystolicThickness', + 'HeartRate', + 'LeftVentriclePosteriorWallDiastolicThickness', + 'EndDiastolicVelocity', + 'LeftVentriclePosteriorWallSystolicThickness', + 'InterventricularSeptumDiastolicThickness', + 'PeakGradient', + 'LeftVentricleInternalEndDiastolicDimension', + 'LeftVentricleDiastolicMajorAxis', + 'InterventricularSeptumPercentThickening', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'LeftVentricularIsovolumicRelaxationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'ACInterval', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'TimeAveragedPeakVelocity', + 'InterventricularSeptumToPosteriorWallThicknessRatio', + 'VelocityOfFlowPropagation', + 'LeftVentriclePosteriorWallPercentThickening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'LeftVentricularEndSystolicVolume', + 'LeftVentricularFractionalShortening', + 'LeftVentricleSystolicMajorAxis', + 'SystolicToDiastolicVelocityRatio', + 'TimeAveragedMeanVelocity'], + 'SCT': ['LeftVentricleSemiMajorAxisDiastolicDimension', + 'LeftVentricularSystolicArea', + 'CardiacOutput', + 'LeftVentricularPeakEarlyDiastolicTissueVelocity', + 'LeftVentricularPeakSystolicTissueVelocity', + 'LeftVentricularIndexOfMyocardialPerformance', + 'LeftVentricularDiastolicArea', + 'CardiovascularOrificeDiameter', + 'StrokeIndex', + 'LeftVentricularFractionalAreaChange', + 'LeftVentricleTruncatedSemiMajorAxisDiastolicDimension', + 'LVPeakDiastolicTissueVelocityDuringAtrialSystole', + 'LeftVentricularIsovolumicContractionTime', + 'CardiacIndex', + 'LeftVentricleEpicardialDiastolicAreaPsaxPapView', + 'RegurgitantFraction', + 'RatioOfMVPeakVelocityToLVPeakTissueVelocityEWave', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[621] = 'TypeofMedicationforSmallAnimalAnesthesia' +cid_concepts[621] = \ +{'DCM': ['CarrierGas'], + 'SCT': ['OcularLubricant', + 'CaloricAgent', + 'Vasoconstrictor', + 'CarbapenemAntibiotic', + 'BetaLactamAntibiotic', + 'AminoglycosideAntibiotic', + 'Potassium', + 'LocalAnesthetic', + 'NasalDecongestant', + 'Anticoagulant', + 'PenicillinAntibiotic', + 'ThyroidHormone', + 'MetronidazoleAntibiotic', + 'Calcium', + 'Magnesium', + 'AntidiureticHormone', + 'Oxytocic', + 'InotropicAgent', + 'Estrogen', + 'Antiarrhythmic', + 'Barbiturate', + 'Benzodiazepine', + 'SulfonamideAntibiotic', + 'Diuretic', + 'VancomycinAntibiotic', + 'Antifungal', + 'Hypoglycemic', + 'Steroid', + 'LowMolecularWeightHeparin', + 'RespiratoryStimulant', + 'AntiHeparinAgent', + 'Anticholinergic', + 'NeuromuscularBlockingNMBNonDepolarizing', + 'DrugDiluent', + 'GeneralAnesthetic', + 'HemostaticAgent', + 'MacrolideAntibiotic', + 'Antihypertensive', + 'Antibiotic', + 'Antihistamine', + 'AdrenergicAgent', + 'QuinoloneAntibiotic', + 'NSAID', + 'Vitamin', + 'Antiemetic', + 'BloodProduct', + 'Vasodilator', + 'BenzodiazepineAntagonist', + 'CalciumChannelBlocker', + 'CephalosporinAntibiotic', + 'CholinergicAgent', + 'GastrointestinalProkinetic', + 'PlasmaExpander', + 'Anticonvulsant', + 'BetaBlocker', + 'Bronchodilator', + 'TetracyclineAntibiotic', + 'SkeletalMuscleRelaxant', + 'NarcoticOpiateAntagonist', + 'LincomycinAntibiotic', + 'NeuromuscularBlockingNMBDepolarizing', + 'LinezolidAntibiotic', + 'Analgesic'], + 'UMLS': ['H2Antagonist', 'NarcoticAnalgesic', 'Antihypoglycemic']} + +name_for_cid[271] = 'ObservationSubjectClass' +cid_concepts[271] = \ +{'DCM': ['Fetus', 'Specimen', 'Patient', 'DeviceSubject']} + +name_for_cid[4211] = 'OphthalmicOCTAnatomicStructureImaged' +cid_concepts[4211] = \ +{'SCT': ['AnteriorChamberOfEye', + 'CornealEndothelium', + 'Vitreous', + 'OpticNerveHead', + 'ChoroidOfEye', + 'Sclera', + 'Cornea', + 'Lens', + 'CornealEpithelium', + 'Retina', + 'Iris', + 'CiliaryBody', + 'Conjunctiva']} + +name_for_cid[6152] = 'Orientation' +cid_concepts[6152] = \ +{'DCM': ['Parallel', 'NotParallel']} + +name_for_cid[3700] = 'CathDiagnosis' +cid_concepts[3700] = \ +{'SCT': ['AorticDissection', + 'Arrhythmia', + 'VentricularFibrillation', + 'RecurrentAnginaPostStent', + 'PericardialTamponade', + 'IdiopathicHypertrophicSubaorticStenosis', + 'AorticValveDisease', + 'UnstableAnginaProgressiveAngina', + 'MitralRegurgitation', + 'PulmonaryHypertension', + 'PulmonaryEdema', + 'MitralStenosis', + 'AtrialSeptalDefect', + 'PericardialDisease', + 'AcuteVentricularSeptalRupture', + 'PostInfarctionAngina', + 'MitralValveProlapse', + 'StableAngina', + 'HeartDiseaseCongenital', + 'AtypicalChestPain', + 'RecurrentAnginaPostRotationalAtherectomy', + 'PulmonicValveDisease', + 'AorticAneurysm', + 'AorticInsufficiency', + 'AtrialFibrillation', + 'CardiogenicShock', + 'TricuspidValveDisease', + 'RecurrentAnginaPostDCA', + 'Myocarditis', + 'VentricularTachycardia', + 'HypertensiveHeartDisease', + 'RecurrentAnginaPostPTCA', + 'CongestiveCardiomyopathy', + 'VentricularSeptalDefect', + 'CoronaryArteryDisease', + 'AcuteMyocardialInfarction', + 'SilentIschemia', + 'RestrictiveCardiomyopathy', + 'SPMIPositiveStressForIschemia', + 'AtypicalAnginaVariantAngina', + 'CongestiveHeartFailure', + 'SubacuteBacterialEndocarditis', + 'AorticStenosis', + 'MitralValveDisease', + 'TricuspidRegurgitation', + 'AcuteMitralRegurgitation', + 'RecurrentAnginaPostCABG', + 'ConstrictivePericarditis']} + +name_for_cid[10006] = 'XRayFilterMaterials' +cid_concepts[10006] = \ +{'SCT': ['TinOrTinCompound', + 'NiobiumOrNiobiumCompound', + 'TantalumOrTantalumCompound', + 'SilverOrSilverCompound', + 'EuropiumOrEuropiumCompound', + 'MolybdenumOrMolybdenumCompound', + 'LeadOrLeadCompound', + 'CopperOrCopperCompound', + 'RhodiumOrRhodiumCompound', + 'AluminumOrAluminumCompound']} + +name_for_cid[25] = 'Radiopharmaceuticals' +cid_concepts[25] = \ +{'NCIt': ['Technetium99mTrofolastat'], + 'SCT': ['TechnetiumTc99mTetrofosmin', + 'IodinatedI131Albumin', + 'FerrousChlorideFe59', + 'ColloidalIndium111', + 'SodiumIodideI131', + 'Chromium51Chloride', + 'Indium111RedCellLabel', + 'TechnetiumTc99mAlbuminColloid', + 'IodinatedI125OleicAcidAndTriolein', + 'DiagnosticRadioisotope', + 'SodiumIodideI123', + 'Carbon14DXylose', + 'Iodine131Polyvinylpyrrolidone', + 'TechnetiumTc99mSulfurColloid', + 'TechnetiumTc99mTeboroxime', + 'Technetium99mPhytate', + 'TechnetiumTc99mIronAscorbate', + 'StrontiumNitrateSr87', + 'ColloidalGoldAu198', + 'TechnetiumTc99mPyroAndPolyphosphates', + 'Iodine1233IodobenzylguanidineMIBG', + 'TechnetiumTc99mSestamibi', + 'RoseBengalSodiumI131', + 'Copper64Acetate', + 'Indium113mPentetate', + 'Technetium99mDimercaptosuccinicAcidDMSA', + 'TechnetiumTc99mMedronate', + 'TechnetiumTc99mSuccimer', + 'Technetium99mHydroxymethyleneDiphosphonateHMDP', + 'TechnetiumTc99mSerumAlbumin', + 'IodinatedI131AggregatedAlbumin', + 'SodiumFluorideF18', + 'SodiumPertechnetateTc99m', + 'StrontiumNitrateSr85', + 'TechnetiumTc99mDisofenin', + 'Indium111Pentetreotide', + 'TechnetiumTc99mMebrofenin', + 'IodinatedI131GammaGlobulin', + 'Indium111Chloride', + 'SodiumChromateCr51', + 'TechnetiumTc99mStannousEtidronate', + 'FluorodeoxyglucoseF18', + 'IodinatedI125RoseBengal', + 'Indium111FeOHGreaterThan3LesserThan', + 'TechnetiumTc99mLidofenin', + 'SelenomethionioneSe75', + 'FibrinogenI123', + 'TechnetiumTc99mTaggedRedCells', + 'TechnetiumTc99mOxidronate', + 'IodinatedI125Povidone', + 'IodohippurateI123Sodium', + 'Selenium75HCAT', + 'Iodine1313IodobenzylguanidineMIBG', + 'TechnetiumTc99cAlbuminMicrospheres', + 'StrontiumChlorideSr87', + 'Technetium99mLabeledCarbon', + 'DiiodofluoreceinI131', + 'TechnetiumTc99mDepreotide', + 'StrontiumChlorideSr85', + 'ChromicPhosphateP32', + 'IothalamateSodiumI125', + 'CyanocobalaminCo57', + 'Indium111Transferrin', + 'IodinatedI125Levothyroxine', + 'CyanocobalaminCo58', + 'Technetium99mStannousColloid', + 'Indium111Oxyquinoline', + 'Indium111Pentetate', + 'Copper67Ceruloplasmin', + 'Indium113mOxoquinolineWBCLabel', + 'Technetium99mMercaptoacetylTriglycineMAG3', + 'SodiumChlorideNa24', + 'Carbon14Triolein', + 'Krypton81m', + 'IodohippurateI131Sodium', + 'Copper64Versenate', + 'IodohippurateI125Sodium', + 'PotassiumCarbonateK42', + 'Indium113mChloride', + 'Indium113mOxoquinolineRBCLabel', + 'IofetamineI123Hydrochloride', + 'TechnetiumTc99mPentetate', + 'Iodine131Methylnorcholestenol', + 'IodocholesterolI131', + 'Chromium51Albumin', + 'Iodine123154Iodophenyl3RSMethylpentadecanoicAcid', + 'TechnetiumTc99mMicroaggregatedAlbumin', + 'TechnetiumTc99mExametazine', + 'Indium111CapromabPendetide', + 'CholylCarbon14Glycine', + 'TherapeuticRadioisotope', + 'Technetium99mNPyridoxyl5Methyltryptophan', + 'TechnetiumTc99mSodiumGlucoheptonate', + 'DisodiumIndium111', + 'PotassiumChlorideK42', + 'PentetateCalciumTrisodiumYb169', + 'FerrousCitrateFe59', + 'Technetium99mGalactosylHumanSerumAlbuminDiethylenetriamine', + 'CyanocobalaminCo60', + 'OleicAcidI125', + 'TechnetiumTc99mAggregatedAlbumin', + 'IodinatedI125SodiumIodine', + 'SodiumPhosphateP32', + 'PotassiumChlorideK43', + 'ThallousChlorideTl201', + 'Indium113mOxoquinolinePlateletLabel', + 'IodinatedI125HumanSerumAlbumin', + 'IronFe59LabeledDextran', + 'IodinatedI125Albumin', + 'Indium113mBleomycin', + 'FerrousSulfateFe59', + 'IodinatedI125SealedSource', + 'Gallium67Citrate', + 'TechnetiumTc99mNSubstitutedIminodiacetate', + 'SodiumChlorideNa22']} + +name_for_cid[3215] = 'PerfusionFindingMethod' +cid_concepts[3215] = \ +{'SCT': ['ECGAnalysis', 'ImageAnalysis']} + +name_for_cid[6017] = 'CompositeFeaturefromBIRADS®' +cid_concepts[6017] = \ +{'SCT': ['FocalAsymmetricBreastTissue', + 'MammographicBreastMass', + 'AsymmetricBreastTissue']} + +name_for_cid[12257] = 'CardiacUltrasoundLeftVentricle' +cid_concepts[12257] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval', 'WallMass'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleAWave', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'EndocardialArea', + 'PeakTissueVelocity', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'TimeToLeftVentricleETissueVelocity', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleEWave', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'InterventricularSeptumToPosteriorWallThicknessRatio', + 'IsovolumicRelaxationTime', + 'TimeToLeftVentricleSTissueVelocity', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'LeftVentricleMeridionalWallStress', + 'LeftVentricleEToATissueVelocityRatio', + 'SystolicToDiastolicVelocityRatio', + 'EpicardialArea', + 'MyocardialPerformanceIndexTei', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Volume', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'RatioOfMVPeakVelocityToLVPeakTissueVelocityEWave', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[9531] = 'VolumeandDoseDosimetricObjectives' +cid_concepts[9531] = \ +{'DCM': ['MaximumAbsoluteVolumeAtRadiationDose', + 'MinimumAbsoluteVolumeAtRadiationDose']} + +name_for_cid[3429] = 'CatheterizationDevices' +cid_concepts[3429] = \ +{'DCM': ['Bioptome'], + 'SCT': ['FiberopticCatheter', + 'IntracoronaryPressureGuideWire', + 'IntravascularOpticalCoherenceTomographyDevice', + 'CuttingBalloonAngioplastyCBADevice', + 'Laser', + 'ThermistorCatheter', + 'Sheath', + 'BrachytherapyDevice', + 'FluidFilledCatheter', + 'DirectionalCoronaryAtherectomyDCADevice', + 'SalineThrombectomy', + 'HallCatheter', + 'RotationalAtherectomyDevice', + 'SwannGanzCatheter', + 'GuidingCatheter', + 'PercutaneousTransluminalAngioplastyBalloon', + 'GuideWire', + 'TipManometer', + 'IntracoronaryDopplerGuideWire', + 'IntravascularUltrasoundIVUSDevice', + 'TransseptalCatheter', + 'RadiofrequencyAblationDevice', + 'Stent', + 'TransluminalExtractionCatheterTEC', + 'IntraAorticBalloonPumpIABP']} + +name_for_cid[226] = 'PopulationStatisticalDescriptors' +cid_concepts[226] = \ +{'DCM': ['StandardDeviationOfPopulation', '_2SigmaDeviationOfPopulation'], + 'SCT': ['_1SigmaLowerValueOfPopulation', + '_2SigmaLowerValueOfPopulation', + '_5thPercentileValueOfPopulation', + '_10thPercentileValueOfPopulation', + '_2SigmaUpperValueOfPopulation', + 'MeanValueOfPopulation', + '_95thPercentileValueOfPopulation', + '_90thPercentileValueOfPopulation', + '_1SigmaUpperValueOfPopulation', + 'MedianValueOfPopulation']} + +name_for_cid[601] = 'BiosafetyLevels' +cid_concepts[601] = \ +{'SCT': ['BiosafetyLevel2', + 'BiosafetyLevel1', + 'BiosafetyLevel4', + 'BiosafetyLevel3']} + +name_for_cid[251] = 'SeverityofComplication' +cid_concepts[251] = \ +{'SCT': ['Minor', 'Major']} + +name_for_cid[9403] = 'IEC61217PatientSupportPositionParameters' +cid_concepts[9403] = \ +{'DCM': ['IEC61217TableTopLongitudinalPosition', + 'IEC61217TableTopVerticalPosition', + 'IEC61217PatientSupportContinuousAngle', + 'IEC61217TableTopContinuousPitchAngle', + 'IEC61217TableTopContinuousRollAngle', + 'IEC61217TableTopEccentricAxisDistance', + 'IEC61217TableTopContinuousEccentricAngle', + 'IEC61217TableTopLateralPosition']} + +name_for_cid[4231] = 'LensStatus' +cid_concepts[4231] = \ +{'SCT': ['Pseudophakia', 'Phakic', 'PiggybackIOL', 'Aphakic', 'PhakicIOL']} + +name_for_cid[12220] = 'EchocardiographyCommonMeasurements' +cid_concepts[12220] = \ +{'LN': ['HeartRate']} + +name_for_cid[6060] = 'BreastBiopsyTechniques' +cid_concepts[6060] = \ +{'DCM': ['VacuumAssisted', 'Mammographic', 'Mammographic', 'PalpationGuided'], + 'SCT': ['QuadrantectomyOfBreast', + 'Lumpectomy', + 'DiagnosticRadiographyStereotacticLocalization', + 'Mammography', + 'UltrasonicGuidanceProcedure', + 'MagneticResonanceImagingGuidedBiopsy', + 'ComputedTomographyGuidedBiopsy'], + 'UMLS': ['Mastectomy']} + +name_for_cid[3262] = 'ECGPatientStateValues' +cid_concepts[3262] = \ +{'SCT': ['BaselineState', + 'ExerciseState', + 'SupineBodyPosition', + 'PostExerciseState', + 'RestingState']} + +name_for_cid[7221] = 'RTDosePurposeofReference' +cid_concepts[7221] = \ +{'DCM': ['SourceDoseForComposingCurrentDose']} + +name_for_cid[12109] = 'LowerExtremityArteries' +cid_concepts[12109] = \ +{'SCT': ['AnteriorTibialArtery', + 'ExternalIliacArtery', + 'SuperficialFemoralArtery', + 'CommonFemoralArtery', + 'PoplitealArtery', + 'PlantarArterialArch', + 'InternalIliacArtery', + 'CommonIliacArteryBifurcation', + 'CommonIliacArtery', + 'ProfundaFemorisArtery', + 'DorsalisPedisArtery', + 'PosteriorTibialArtery', + 'PeronealArtery']} + +name_for_cid[10071] = 'RadiationDoseUnits' +cid_concepts[10071] = \ +{'UCUM': ['Sv', 'Gy']} + +name_for_cid[3777] = 'ImplantedDevices' +cid_concepts[3777] = \ +{'SCT': ['ImplantableDefibrillator', + 'CardiacPacemaker', + 'LeftVentricularAssistDevice', + 'InsulinPump']} + +name_for_cid[6125] = 'GeneralChestLocation' +cid_concepts[6125] = \ +{'SCT': ['Peripheral', 'Basal', 'Central', 'Apical']} + +name_for_cid[3409] = 'AdministrationofDrugs/Contrast' +cid_concepts[3409] = \ +{'DCM': ['DrugStart', + 'DrugEnd', + 'InfusateStart', + 'InfusateEnd', + 'ContrastEnd', + 'ContrastAdministered', + 'DrugAdministered', + 'ContrastStart']} + +name_for_cid[4266] = 'OphthalmicAnatomicStructureReferencePoint' +cid_concepts[4266] = \ +{'DCM': ['DiscFovea'], + 'SCT': ['Lesion', + 'OpticNerveHead', + 'MorphologicallyAbnormalStructure', + 'Cornea', + 'FoveaCentralis']} + +name_for_cid[8300] = 'VisualEvaluationMethods' +cid_concepts[8300] = \ +{'DCM': ['GrayscaleResolutionEvaluation', + 'OverallImageQualityEvaluation', + 'LuminanceUniformityEvaluation', + 'LuminanceResponseEvaluation', + 'ClinicalEvaluation', + 'AngularViewingEvaluation', + 'PixelFaultsEvaluation', + 'ChromaticityEvaluation', + 'GeometricalImageEvaluation', + 'VeilingGlareEvaluation']} + +name_for_cid[12277] = 'CardiacUltrasoundPericardiumandPleuraMeasurements' +cid_concepts[12277] = \ +{'LN': ['ROIInternalDimensionByUS', 'ROIThicknessByUS'], + 'SCT': ['Radius', + 'MinorAxis', + 'Length', + 'Diameter', + 'MajorAxis', + 'Circumference']} + +name_for_cid[9511] = 'GeneralExternalRadiotherapyProcedureTechniques' +cid_concepts[9511] = \ +{'DCM': ['StaticBeam', + 'SlidingWindowBeam', + 'StepAndShootBeam', + 'ConformalArcBeam', + 'ArcBeam', + 'VMAT']} + +name_for_cid[6] = 'TransducerOrientation' +cid_concepts[6] = \ +{'SCT': ['FiveChamber', + 'LongAxis', + 'Parasagittal', + 'FourChamber', + 'OffAxis', + 'ShortAxis', + 'TwoChamber', + 'Oblique', + 'Sagittal', + 'Coronal', + 'Transverse', + 'Longitudinal']} + +name_for_cid[7276] = 'MRDiffusionModelInputs' +cid_concepts[7276] = \ +{'DCM': ['SourceImageDiffusionBValue']} + +name_for_cid[3235] = 'PerfusionComparisonFindings' +cid_concepts[3235] = \ +{'SCT': ['ResolutionOfIschemia', + 'MoreIschemia', + 'NewIschemia', + 'LessIschemia', + 'NoChange', + 'NewInfarction']} + +name_for_cid[6037] = 'MammographyQuantitativeTemporalDifferenceType' +cid_concepts[6037] = \ +{'SCT': ['DifferenceInSize', + 'DifferenceInLocation', + 'DifferenceInOpacity', + 'DifferenceInSpatialProximity', + 'DifferenceInNumberOfCalcifications']} + +name_for_cid[640] = 'Fibrils' +cid_concepts[640] = \ +{'DCM': ['HumanAlphaSynucleinPreformedFibrils', + 'MouseAlphaSynucleinPreformedFibrils', + 'HumanTauPreformedFibrils', + 'MouseTauPreformedFibrils']} + +name_for_cid[210] = 'QualitativeEvaluationModifierTypes' +cid_concepts[210] = \ +{'SCT': ['TopographicalModifier', 'Laterality']} + +name_for_cid[4270] = 'OCTAProcessingAlgorithmFamilies' +cid_concepts[4270] = \ +{'DCM': ['OCTACorrelationMapping', + 'OCTASpeckleVariance', + 'DopplerOCTA', + 'OCTAOneSidedRatio', + 'OCTAOneSidedRatio', + 'OCTAComplexVariance', + 'OCTAAmplitudeDecorrelation']} + +name_for_cid[9507] = 'ExternalBodyModels' +cid_concepts[9507] = \ +{'DCM': ['ExtendedPatientAnatomyModel', 'PatientAnatomyModel']} + +name_for_cid[12261] = 'CardiacUltrasoundPulmonaryVein' +cid_concepts[12261] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RRInterval', + 'BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'PulmVeinADurationToMVADurationDifference', + 'PeakGradient', + 'EjectionTime', + 'PulmonaryVeinADurationMitralValveADurationRatio', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'VelocityOfFlowPropagation', + 'AliasVelocity', + 'PulmonaryVeinAVTIToMitralValveVTIRatio', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'TimeAveragedMeanVelocity'], + 'SCT': ['CardiovascularOrificeDiameter', + 'BloodPressure', + 'RegurgitantFraction', + 'CardiovascularOrificeArea']} + +name_for_cid[3809] = 'AssociatedConditions' +cid_concepts[3809] = \ +{'SCT': ['MarfanSyndrome', 'TraumaticAbnormality']} + +name_for_cid[6021] = 'QuadrantLocationfromBIRADS®' +cid_concepts[6021] = \ +{'SCT': ['UpperOuterQuadrantOfBreast', + 'LowerInnerQuadrantOfBreast', + 'LowerOuterQuadrantOfBreast', + 'UpperInnerQuadrantOfBreast']} + +name_for_cid[7260] = 'DiffusionAcquisitionValueTypes' +cid_concepts[7260] = \ +{'DCM': ['HARDI', + 'DKI', + 'DTI', + 'DSI', + 'LSDI', + 'SingleShotEPI', + 'MultipleShotEPI', + 'ParallelImaging']} + +name_for_cid[13] = 'RadiographicContrastAgentIngredient' +cid_concepts[13] = \ +{'SCT': ['Gadolinium', + 'Barium', + 'Iron', + 'Iodine', + 'CarbonDioxide', + 'Oxygen', + 'Air', + 'Water', + 'Xenon']} + +name_for_cid[10030] = 'DetectorTypes' +cid_concepts[10030] = \ +{'DCM': ['IndirectDetector', 'DirectDetector', 'StorageDetector', 'Film']} + +name_for_cid[3736] = 'NYHAClassification' +cid_concepts[3736] = \ +{'SCT': ['NYHAClassII', 'NYHAClassIII', 'NYHAClassI', 'NYHAClassIV']} + +name_for_cid[6164] = 'TimeIntervals' +cid_concepts[6164] = \ +{'DCM': ['LesserThan3MonthsAgo', + '_4MonthsTo1YearAgo', + 'GreaterThan1YearAgo', + 'NotSure']} + +name_for_cid[3448] = 'AirwayAssessment' +cid_concepts[3448] = \ +{'DCM': ['AirwaySeverelyObstructed', + 'AirwayUnobstructed', + 'AirwayPartiallyObstructed']} + +name_for_cid[247] = 'LateralityLeftRightOnly' +cid_concepts[247] = \ +{'SCT': ['Right', 'Left']} + +name_for_cid[617] = 'AirwayManagementMethodCodeTypeforSmallAnimalAnesthesia' +cid_concepts[617] = \ +{'DCM': ['NoseCone', 'NasalCannula'], + 'SCT': ['ViaTracheostomy', + 'AnestheticFaceMask', + 'ArtificialRespiration', + 'ControlledVentilation', + 'OxygenTherapy', + 'IntubationOfRespiratoryTract', + 'LaryngealMaskAirwayLMA']} + +name_for_cid[12236] = 'EchoAnatomicSites' +cid_concepts[12236] = \ +{'SCT': ['RightVentricleOutflowTract', + 'PericardialEffusion', + 'VentricularSeptalDefect', + 'ThoracicAorticCoarctation', + 'MitralAnnulus', + 'Aorta', + 'MedialMitralAnnulus', + 'LeftVentricle', + 'AtrialSeptalDefect', + 'LateralMitralAnnulus', + 'MitralValve', + 'LeftVentricleOutflowTract', + 'AorticValveRing', + 'TricuspidAnnulus']} + +name_for_cid[6133] = 'ChestQuantitativeTemporalDifferenceType' +cid_concepts[6133] = \ +{'SCT': ['DifferenceInLocation', 'DifferenceInSize']} + +name_for_cid[6099] = 'RacialGroup' +cid_concepts[6099] = \ +{'NCIt': ['NativeHawaiianOrOtherPacificIslander'], + 'SCT': ['AmericanIndianOrAlaskaNative', + 'CaucasianRace', + 'AfricanRace', + 'AsianRace']} + +name_for_cid[3761] = 'AntilipemicAgents' +cid_concepts[3761] = \ +{'SCT': ['FishOils', + 'Statins', + 'Fibrate', + 'AnionExchangeResin', + 'BileAcidSequestrant']} + +name_for_cid[10067] = 'RadiationAttenuatorMaterials' +cid_concepts[10067] = \ +{'SCT': ['TinOrTinCompound', + 'CarbonFiber', + 'NiobiumOrNiobiumCompound', + 'TantalumOrTantalumCompound', + 'SilverOrSilverCompound', + 'EuropiumOrEuropiumCompound', + 'MolybdenumOrMolybdenumCompound', + 'LeadOrLeadCompound', + 'CopperOrCopperCompound', + 'RhodiumOrRhodiumCompound', + 'AluminumOrAluminumCompound']} + +name_for_cid[7165] = 'AbstractSegmentationTypes' +cid_concepts[7165] = \ +{'DCM': ['RegistrationInput', 'Background', 'SingleSubjectExtractedFromGroup'], + 'NCIt': ['ReferenceRegion'], + 'SCT': ['Normal', 'WasteMaterial', 'Tissue']} + +name_for_cid[7470] = 'LinearMeasurements' +cid_concepts[7470] = \ +{'DCM': ['Distance', 'Height', 'PathLength'], + 'SCT': ['DiameterOfCircumscribedCircle', + 'Radius', + 'Perimeter', + 'MinorAxis', + 'Width', + 'Diameter', + 'MajorAxis', + 'PerpendicularAxis', + 'LongAxis', + 'Depth', + 'ShortAxis', + 'Length', + 'Circumference']} + +name_for_cid[12021] = 'FetalLongBoneAnatomicSites' +cid_concepts[12021] = \ +{'SCT': ['Femur', 'Ulna', 'Radius', 'Clavicle', 'Tibia', 'Fibula']} + +name_for_cid[7309] = 'HumanTraumaImplantComponentTypes' +cid_concepts[7309] = \ +{'SCT': ['DHSPlate', 'Screw', 'BonePlate', 'BoneNail']} + +name_for_cid[400] = 'AuditEventID' +cid_concepts[400] = \ +{'DCM': ['ApplicationActivity', + 'ProcedureRecord', + 'PatientRecord', + 'NetworkEntry', + 'Import', + 'Export', + 'DICOMStudyDeleted', + 'DICOMInstancesTransferred', + 'DICOMInstancesAccessed', + 'UserAuthentication', + 'BeginTransferringDICOMInstances', + 'SecurityAlert', + 'AuditLogUsed', + 'Query', + 'OrderRecord']} + +name_for_cid[4030] = 'CT,MRandPETAnatomyImaged' +cid_concepts[4030] = \ +{'DCM': ['Phantom'], + 'SCT': ['IliacAndOrFemoralArtery', + 'BoneOfLowerLimb', + 'Ureter', + 'Sacrum', + 'SmallIntestine', + 'ParanasalSinus', + 'InternalAuditoryCanal', + 'WristJoint', + 'Thymus', + 'CarotidArtery', + 'Humerus', + 'Ilium', + 'JawRegion', + 'Calcaneus', + 'NasalBone', + 'Esophagus', + 'Mandible', + 'OpticCanal', + 'MastoidBone', + 'NeckChestAbdomenAndPelvis', + 'Thigh', + 'Spleen', + 'ChestAndAbdomen', + 'CoronaryArtery', + 'Trachea', + 'UpperLimb', + 'AnkleJoint', + 'Maxilla', + 'Cerebellum', + 'Mediastinum', + 'Hand', + 'UpperUrinaryTract', + 'Bronchus', + 'Pelvis', + 'SesamoidBonesOfFoot', + 'Eye', + 'Chest', + 'Prostate', + 'ElbowJoint', + 'AbdomenAndPelvis', + 'FacialBones', + 'Colon', + 'Sternum', + 'SubmandibularGland', + 'ThoracicSpine', + 'NeckAndChest', + 'Duodenum', + 'Gallbladder', + 'RenalArtery', + 'BileDuct', + 'UpperArm', + 'Extremity', + 'PancreaticDuctAndBileDuctSystems', + 'Larynx', + 'PulmonaryArtery', + 'Skull', + 'ThoracoLumbarSpine', + 'Liver', + 'Urethra', + 'Thyroid', + 'HipJoint', + 'Rib', + 'BoneOfUpperLimb', + 'Head', + 'AdrenalGland', + 'AcromioclavicularJoint', + 'Clavicle', + 'ParotidGland', + 'SternoclavicularJoint', + 'Breast', + 'EsophagusStomachAndDuodenum', + 'Neck', + 'Finger', + 'CranialVenousSystem', + 'Stomach', + 'ThoracicAorta', + 'Coccyx', + 'Abdomen', + 'HeadAndNeck', + 'Uterus', + 'TemporomandibularJoint', + 'ApexOfLung', + 'Ileum', + 'Testis', + 'PelvisAndLowerExtremities', + 'Bladder', + 'Knee', + 'LargeIntestine', + 'Forearm', + 'EyeRegion', + 'Spine', + 'LumboSacralSpine', + 'Foot', + 'NeckChestAndAbdomen', + 'SacroiliacJoint', + 'Anus', + 'MuscleOfUpperLimb', + 'EntireBody', + 'Thumb', + 'LumbarSpine', + 'Zygoma', + 'SellaTurcica', + 'UterusAndFallopianTubes', + 'LowerLimb', + 'LowerLeg', + 'AorticArch', + 'VertebralColumnAndCranium', + 'Jejunum', + 'ChestAbdomenAndPelvis', + 'AbdominalAorta', + 'Heart', + 'TarsalJoint', + 'Toe', + 'Shoulder', + 'Fibula', + 'OrbitalStructure', + 'CircleOfWillis', + 'Brain', + 'MuscleOfLowerLimb', + 'Parathyroid', + 'CervicoThoracicSpine', + 'Femur', + 'Rectum', + 'Pancreas', + 'Scapula', + 'Kidney', + 'Patella', + 'CervicalSpine']} + +name_for_cid[8101] = 'ContainerTypes' +cid_concepts[8101] = \ +{'SCT': ['SpecimenContainer', + 'TissueMicroarrayCassette', + 'ElectronMicroscopyGrid', + 'TissueCassette', + 'MicroscopeSlide', + 'SpecimenVial', + 'SpecimenWell']} + +name_for_cid[68] = 'ImagingAgentAdministrationPharmaceuticalUnitofPresentation' +cid_concepts[68] = \ +{'SCT': ['ParenteralEnteralSolutionBag', 'Syringe', 'Cartridge', 'Bottle']} + +name_for_cid[3608] = 'AtrialSourceLocations' +cid_concepts[3608] = \ +{'SCT': ['RightAtrium', + 'PulmonaryCapillaryWedge', + 'Baffle', + 'CoronarySinus', + 'LeftAtrium', + 'CommonAtrium', + 'JuxtaposedAppendage', + 'SystemicVenousAtrium', + 'PulmonaryVenousAtrium', + 'PulmonaryArteryWedge', + 'PulmonaryChamberInCorTriatriatum']} + +name_for_cid[3472] = 'CardiacContractionPhase' +cid_concepts[3472] = \ +{'SCT': ['Diastolic', 'Systolic']} + +name_for_cid[7061] = 'ModelDocumentTitles' +cid_concepts[7061] = \ +{'DCM': ['US3DCAMModel', + 'SourceImage', + 'MixedModality3DCAMModel', + 'LaserScanning3DCAMModel', + 'PhotogrammetricImaging3DCAMModel'], + 'LN': ['CT3DCAMModel', 'MR3DCAMModel']} + +name_for_cid[6109] = 'RadiographicAnatomyFindingorFeature' +cid_concepts[6109] = \ +{'BARI': ['_1stDiagonalCoronaryArteryLaterals', + '_1stMarginalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'DCM': ['AorticKnob', + 'ArchOfTheAzygosVein', + 'SecondaryPulmonaryLobule', + 'Hiatus', + 'AzygoesophagealRecessInterface', + 'ParaspinalLine', + 'PosteriorTrachealStripe', + 'RightTrachealStripe', + 'Stripe', + 'Lucency', + 'MidlungWindow', + 'CarinaAngle', + 'CentrilobularStructures', + 'AnteriorJunctionLine', + 'PosteriorJunctionLine', + 'Interface', + 'Line'], + 'SCT': ['SubclavianVein', + 'SternocleidomastoidMuscle', + 'PulmonaryValve', + 'ProximalRightCoronaryArtery', + 'RightPosteriorAVCoronaryArtery', + 'FascialLayer', + 'BrachialPlexus', + 'ErectorSpinaeMuscle', + 'AorticValve', + 'MidCircumflexCoronaryArtery', + 'InferiorVenaCava', + 'IntermediateArteryRamus', + 'ThymusGland', + 'SubcostalMuscle', + 'Humerus', + 'SubscapularisMuscle', + 'LymphNode', + 'TrapeziusMuscle', + 'DistalRightCoronaryArtery', + 'IntercostalArtery', + 'Esophagus', + 'LeftAnteriorDescendingCoronaryArtery', + 'CommonCarotidArtery', + 'InnermostIntercostalMuscles', + 'TeresMajorMuscle', + 'LeftMainBronchus', + '_3rdMarginalCoronaryArtery', + 'PectoralisMinorMuscle', + 'MidRightCoronaryArtery', + 'EsophagealArtery', + 'PulmonaryVein', + 'LatissimusDorsiMuscle', + 'Trachea', + 'SubclavianArtery', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'EsophagealHiatus', + '_3rdLeftPosterolateralCoronaryArtery', + 'Bronchus', + 'PectoralisMajorMuscle', + 'DorsalScapularArtery', + 'SuperiorVenaCava', + 'Sternum', + 'CostalCartilage', + 'BrachiocephalicTrunk', + '_2ndRightPosterolateralCoronaryArtery', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + '_1stMarginalCoronaryArtery', + 'PulmonaryTrunk', + 'AzygosVein', + 'PulmonaryArtery', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'DistalCircumflexCoronaryArtery', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'Thyroid', + 'Rib', + 'CoronaryArteryGraft', + 'TeresMinorMuscle', + 'MitralValve', + 'AcromioclavicularJoint', + 'LongissimusMuscle', + 'SerratusAnteriorMuscle', + 'SupraspinatusMuscle', + 'Clavicle', + 'AorticIsthmus', + 'AxillaryFascia', + 'Vertebra', + 'ExternalIntercostalMuscle', + '_1stLeftPosterolateralCoronaryArtery', + 'InfraspinatusMuscle', + 'TricuspidValve', + 'CircumflexCoronaryArtery', + 'Diaphragm', + 'FissureOfLung', + 'LevatoresCostarumMuscles', + 'SuperiorPhrenicArtery', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'AtrialSeptalDefect', + 'Ventricle', + 'RightCoronaryArteryOstium', + 'AxillaryArtery', + 'DescendingAorta', + 'MarginalCoronaryArtery', + 'Atrium', + 'InternalThoracicArtery', + 'VertebralArtery', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + '_3rdDiagonalCoronaryArtery', + 'SpinalisMuscle', + 'InternalJugularVein', + 'Spine', + 'BronchialArtery', + 'ChordaeTendineaeCordis', + 'RightMainBronchus', + 'ScalenousAnteriorMuscle', + 'AVGrooveContinuationOfCircumflexArtery', + 'TrabeculaeCarnae', + '_3rdRightPosterolateralCoronaryArtery', + 'ThyrocervicalTrunk', + 'InferiorPhrenicArtery', + 'BrachiocephalicVein', + 'HilumOfLung', + 'ProximalCircumflexCoronaryArtery', + '_2ndMarginalCoronaryArtery', + 'ThoracicDuct', + 'Carina', + 'AorticArch', + 'CarotidBody', + 'Heart', + 'AirwayStructure', + 'TransversusThoracis', + 'DeltoidMuscle', + 'InterventricularSeptum', + 'LeftMainCoronaryArtery', + '_2ndLeftPosterolateralCoronaryArtery', + 'PosteriorDescendingRightCoronaryArtery', + 'InternalIntercostalMuscle', + '_1stSeptalCoronaryArtery', + 'RightCoronaryArtery', + 'AscendingAorta', + '_1stDiagonalCoronaryArtery', + 'PericardiophrenicArtery', + 'InteratrialSeptum', + 'CostocervicalTrunk', + 'LeftMainCoronaryArteryOstium', + 'AxillaryVein', + 'LigamentumArteriosum', + 'Scapula', + 'SegmentOfLung', + 'IliocostalisMuscle', + '_1stRightPosterolateralCoronaryArtery', + 'LobeOfLung']} + +name_for_cid[91] = 'FunctionalConditionPresentDuringAcquisition' +cid_concepts[91] = \ +{'DCM': ['DuringVoiding', 'PostVoiding', 'PriorToVoiding'], + 'SCT': ['WeightBearing', + 'DrugInfusion', + 'LegUp', + 'ValsalvaManeuver', + 'Phonation', + 'PostVolumeChallenge', + 'HeldVentilation', + 'HeadUp', + 'VagalStimulation', + 'Pacing', + 'NegativeLowerBodyPressure', + 'Handgrip', + 'HeldInspiration', + 'ExerciseChallenge']} + +name_for_cid[3560] = 'BloodPressureMethods' +cid_concepts[3560] = \ +{'SCT': ['BloodPressureCuffMethod']} + +name_for_cid[3833] = 'CardiacEjectionFraction' +cid_concepts[3833] = \ +{'LN': ['LeftVentricularEjectionFractionByCT', + 'RightVentricularEjectionFractionByMR', + 'LeftVentricularEjectionFractionByMR', + 'RightVentricularEjectionFractionByCT']} + +name_for_cid[7466] = 'PETRegionofInterestMeasurements' +cid_concepts[7466] = \ +{'DCM': ['MetabolicVolume', + 'TotalLesionGlycolysis', + 'Glycolysis', + 'TotalLesionProliferation', + 'ProliferativeActivity', + 'StandardizedAddedMetabolicActivity', + 'StandardizedAddedMetabolicActivityBackground', + 'LesionToBackgroundSUVRatio', + 'BackgroundForLesionToBackgroundSUVRatio']} + +name_for_cid[7036] = 'ImageQualityAssessment' +cid_concepts[7036] = \ +{'RADLEX': ['NonDiagnosticQuality', 'LimitedQuality', 'DiagnosticQuality']} + +name_for_cid[3425] = 'InterventionParameters' +cid_concepts[3425] = \ +{'SCT': ['AblationPower', + 'AblationFrequency', + 'AngioplastyInflationPressure', + 'AngioplastyInflationDuration', + 'RotationalAtherectomySpeed', + 'DeliveredRadiationDose']} + +name_for_cid[29] = 'AcquisitionModality' +cid_concepts[29] = \ +{'DCM': ['OphthalmicVisualField', + 'DigitalRadiography', + 'OphthalmicTomography', + 'BoneMineralDensitometry', + 'Mammography', + 'SlideMicroscopy', + 'Ultrasound', + 'OphthalmicPhotography', + 'IntravascularOpticalCoherenceTomography', + 'MagneticResonance', + 'Electrocardiography', + 'GeneralMicroscopy', + 'IntraOralRadiography', + 'XRayAngiography', + 'RTImage', + 'VisualAcuity', + 'ExternalCameraPhotography', + 'RespiratoryWaveform', + 'IntravascularUltrasound', + 'ComputedRadiography', + 'Endoscopy', + 'Autorefraction', + 'ComputedTomography', + 'OpticalSurfaceScanner', + 'Thermography', + 'Lensometry', + 'RadiographicImaging', + 'Radiofluoroscopy', + 'Keratometry', + 'OphthalmicTomographyEnFace', + 'HemodynamicWaveform', + 'OphthalmicAxialMeasurements', + 'NuclearMedicine', + 'OpticalCoherenceTomography', + 'UltrasoundBoneDensitometry', + 'Diaphanography', + 'PositronEmissionTomography', + 'BiomagneticImaging', + 'CardiacElectrophysiology', + 'LaserScan', + 'PanoramicXRay', + 'SubjectiveRefraction', + 'OphthalmicMapping', + 'OphthalmicTomographyBScanVolumeAnalysis']} + +name_for_cid[9301] = 'ModalityPPSDiscontinuationReasons' +cid_concepts[9301] = \ +{'DCM': ['PatientDied', + 'PatientConditionPreventedContinuing', + 'PatientAllergicToMediaContrast', + 'IncorrectWorklistEntrySelected', + 'IncorrectProcedureOrdered', + 'DiscontinuedForUnspecifiedReason', + 'EquipmentFailure', + 'IncorrectSideOrdered', + 'DoctorCanceledProcedure', + 'NursingUnitCancel', + 'DuplicateOrder', + 'ChangeOfProcedureForCorrectCharging', + 'PatientPregnant', + 'PatientDidNotArrive', + 'PatientTakenForTreatmentOrSurgery', + 'PatientRefusedToContinueProcedure', + 'EquipmentChange'], + 'SCT': ['RadiopharmaceuticalAdverseReaction', 'InjectionSiteExtravasation']} + +name_for_cid[800] = 'ProtocolAssertionCodes' +cid_concepts[800] = \ +{'DCM': ['ApprovedForUseInTheClinicalTrial', + 'IneligibleForReimbursement', + 'ApprovedForUseAtTheInstitution', + 'EligibleForReimbursementOnPerPatientBasis', + 'DisapprovedForUseOnPregnantPatients', + 'AppropriateForTheDevice', + 'ApprovedForUseOnPregnantPatients', + 'OutsideOperationalLimitsOfTheDevice', + 'OptimizedForTheDeviceInstance', + 'InappropriateForTheDevice', + 'InsideOperationalLimitsOfTheDevice', + 'DisapprovedForAnyUse', + 'NotOptimizedForTheDeviceInstance', + 'InconsistentWithLabelingOfTheDevice', + 'ApprovedForExperimentalUse', + 'InappropriateForTheIndications', + 'DeprecatedProtocol', + 'ConsistentWithLabelingOfTheDevice', + 'DisapprovedForUseInTheClinicalTrial', + 'EligibleForReimbursement', + 'AppropriateForTheIndications', + 'DisapprovedForUseAtTheInstitution', + 'DisapprovedForExperimentalUse']} + +name_for_cid[4026] = 'PrimaryAnatomicStructureforIntraoralandCraniofacialRadiographyTeeth' +cid_concepts[4026] = \ +{'SCT': ['DeciduousMandibularRightLateralIncisorTooth', + 'SupernumeraryPermanentMandibularLeftThirdMolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftFirstMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftSecondPremolarTooth', + 'SupernumeraryDeciduousMandibularRightCanineTooth', + 'MaxillaryLeftSecondPremolarTooth', + 'MandibularRightLateralIncisorTooth', + 'DeciduousMandibularRightCanineTooth', + 'MandibularRightFirstMolarTooth', + 'MaxillaryLeftSecondMolarTooth', + 'SupernumeraryPermanentMaxillaryRightFirstPremolarTooth', + 'MaxillaryRightLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryLeftThirdMolarTooth', + 'DeciduousMandibularLeftLateralIncisorTooth', + 'MaxillaryRightFirstMolarTooth', + 'MandibularLeftCentralIncisorTooth', + 'SupernumeraryPermanentMandibularRightFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftCentralIncisorTooth', + 'MaxillaryRightFirstPremolarTooth', + 'DeciduousMaxillaryRightLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightCentralIncisorTooth', + 'MaxillaryLeftLateralIncisorTooth', + 'DeciduousMaxillaryLeftCentralIncisorTooth', + 'DeciduousMaxillaryRightCanineTooth', + 'SupernumeraryPermanentMandibularRightCentralIncisorTooth', + 'MandibularRightCentralIncisorTooth', + 'SupernumeraryPermanentMandibularLeftFirstMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftSecondMolarTooth', + 'DeciduousMandibularLeftCanineTooth', + 'SupernumeraryDeciduousMandibularRightSecondMolarTooth', + 'DeciduousMandibularRightSecondMolarTooth', + 'SupernumeraryDeciduousMandibularLeftCanineTooth', + 'DeciduousMandibularRightFirstMolarTooth', + 'SupernumeraryPermanentMandibularLeftCentralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightSecondMolarTooth', + 'MandibularLeftSecondMolarTooth', + 'MaxillaryLeftCanineTooth', + 'MandibularLeftFirstPremolarTooth', + 'SupernumeraryPermanentMandibularLeftSecondMolarTooth', + 'MandibularLeftFirstMolarTooth', + 'MandibularRightFirstPremolarTooth', + 'DeciduousMaxillaryLeftLateralIncisorTooth', + 'MandibularLeftLateralTooth', + 'DeciduousMandibularLeftCentralIncisorTooth', + 'SupernumeraryDeciduousMaxillaryRightLateralIncisorTooth', + 'MaxillaryLeftCentralIncisorTooth', + 'SupernumeraryDeciduousMandibularLeftCentralIncisorTooth', + 'SupernumeraryPermanentMandibularRightThirdMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftLateralIncisorTooth', + 'DeciduousMandibularLeftFirstMolarTooth', + 'DeciduousMandibularRightCentralIncisorTooth', + 'SupernumeraryPermanentMandibularRightCanineTooth', + 'SupernumeraryPermanentMandibularLeftFirstPremolarTooth', + 'DeciduousMaxillaryRightCentralIncisorTooth', + 'SupernumeraryDeciduousMaxillaryLeftLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightThirdMolarTooth', + 'MaxillaryRightCentralIncisorTooth', + 'MandibularRightCanineTooth', + 'DeciduousMaxillaryLeftSecondMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftCentralIncisorTooth', + 'SupernumeraryPermanentMandibularLeftLateralIncisorTooth', + 'MaxillaryRightSecondPremolarTooth', + 'SupernumeraryPermanentMandibularRightLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightSecondMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightFirstMolarTooth', + 'SupernumeraryPermanentMandibularLeftSecondPremolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftSecondMolarTooth', + 'MandibularLeftThirdMolarTooth', + 'SupernumeraryDeciduousMandibularRightLateralIncisorTooth', + 'DeciduousMaxillaryLeftFirstMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftFirstPremolarTooth', + 'SupernumeraryPermanentMaxillaryRightCanineTooth', + 'SupernumeraryDeciduousMandibularLeftFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightCentralIncisorTooth', + 'SupernumeraryPermanentMandibularRightSecondPremolarTooth', + 'MaxillaryLeftFirstPremolarTooth', + 'DeciduousMandibularLeftSecondMolarTooth', + 'MandibularLeftSecondPremolarTooth', + 'SupernumeraryPermanentMaxillaryLeftCanineTooth', + 'MaxillaryLeftThirdMolarTooth', + 'MandibularLeftCanineTooth', + 'MaxillaryRightCanineTooth', + 'MandibularRightSecondPremolarTooth', + 'SupernumeraryDeciduousMandibularLeftSecondMolarTooth', + 'SupernumeraryDeciduousMandibularLeftLateralIncisorTooth', + 'SupernumeraryPermanentMandibularRightFirstPremolarTooth', + 'SupernumeraryPermanentMandibularLeftCanineTooth', + 'DeciduousMaxillaryRightFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftCanineTooth', + 'SupernumeraryPermanentMaxillaryLeftFirstMolarTooth', + 'MaxillaryRightThirdMolarTooth', + 'SupernumeraryDeciduousMandibularRightFirstMolarTooth', + 'SupernumeraryPermanentMaxillaryRightLateralIncisorTooth', + 'MaxillaryRightSecondMolarTooth', + 'MandibularRightSecondMolarTooth', + 'DeciduousMaxillaryRightSecondMolarTooth', + 'MaxillaryLeftFirstMolarTooth', + 'SupernumeraryPermanentMaxillaryRightSecondPremolarTooth', + 'SupernumeraryDeciduousMaxillaryRightCanineTooth', + 'SupernumeraryPermanentMandibularRightSecondMolarTooth', + 'SupernumeraryDeciduousMandibularRightCentralIncisorTooth', + 'MandibularRightThirdMolarTooth', + 'DeciduousMaxillaryLeftCanineTooth']} + +name_for_cid[9300] = 'ProcedureDiscontinuationReasons' +cid_concepts[9300] = \ +{'DCM': ['WorkitemExpired', + 'WorkitemAssignmentRejectedByAssignedResource', + 'ExtravasationVisibleInImage', + 'ResourcePreEmpted', + 'MediaFailure', + 'ObjectSetIncomplete', + 'ObjectTypesNotSupported', + 'ObjectsIncorrectlyFormatted', + 'DiscontinuedProcedureStepReschedulingRecommended', + 'DiscontinuedProcedureStepRescheduled', + 'ResourceInadequate', + 'PatientConditionPreventedContinuing', + 'IncorrectWorklistEntrySelected', + 'DiscontinuedForUnspecifiedReason', + 'IncorrectSideOrdered', + 'NursingUnitCancel', + 'DuplicateOrder', + 'EquipmentChange', + 'PatientDied', + 'PatientAllergicToMediaContrast', + 'IncorrectProcedureOrdered', + 'EquipmentFailure', + 'DoctorCanceledProcedure', + 'ChangeOfProcedureForCorrectCharging', + 'PatientPregnant', + 'PatientDidNotArrive', + 'PatientTakenForTreatmentOrSurgery', + 'PatientRefusedToContinueProcedure'], + 'SCT': ['RadiopharmaceuticalAdverseReaction', + 'PallorPaleComplexion', + 'InjectionSiteNerveDamage', + 'InjectionSiteFibrosis', + 'InjectionSiteExtravasation', + 'Cough', + 'ChillsAndFever', + 'InjectionSiteHypersensitivity', + 'InjectionSitePigmentationChange', + 'InjectionSiteScar', + 'InjectionSiteIrritation', + 'Sweating', + 'InjectionSiteAnesthesia', + 'FacialSwelling', + 'InjectionSiteInduration', + 'InjectionSiteUrticaria', + 'Bronchospasm', + 'InjectionSiteMalabsorption', + 'InjectionSiteSterileAbscess', + 'Headache', + 'SensationOfBeingWarm', + 'TachycardiaBradycardia', + 'InjectionSiteNecrosis', + 'Anxiety', + 'InjectionSiteDermatitis', + 'InjectionSiteDisorder', + 'Shaking', + 'InjectionSiteBruising', + 'DrugInducedFlushing', + 'CardiacArrhythmia', + 'LaryngealEdema', + 'InjectionSiteThrombosis', + 'InjectionSiteAbscess', + 'DrugInducedDizziness', + 'InjectionSiteReaction', + 'CardiorespiratoryArrest', + 'InjectionSiteCyst', + 'Hypertension', + 'InjectionSiteEdema', + 'Dyspnea', + 'InjectionSiteAtrophy', + 'DrugInducedHypotension', + 'InjectionSiteBurning', + 'InjectionSiteHemorrhage', + 'InjectionSiteUlcer', + 'EpilepticConvulsions', + 'Itching', + 'DrugRash', + 'InjectionSiteInflammation', + 'InjectionSiteInfection', + 'Hypotension', + 'DiffuseInflammatoryErythema', + 'TasteAndSenseAltered', + 'InjectionSiteParesthesia', + 'NasalCongestion', + 'NoMotorResponseToCommand', + 'InjectionSitePain', + 'DrugInducedNauseaAndVomiting', + 'InjectionSiteMass', + 'InjectionSiteGranuloma']} + +name_for_cid[3832] = 'StenosisGrade' +cid_concepts[3832] = \ +{'SCT': ['Moderate', 'Mild', 'Severe']} + +name_for_cid[7467] = 'GrayLevelCooccurrenceMatrixMeasurements' +cid_concepts[7467] = \ +{'DCM': ['RootAngularSecondMomentOfGLCM']} + +name_for_cid[6108] = 'ChestAnatomicStructureAbnormalDistribution' +cid_concepts[6108] = \ +{'DCM': ['ArchitecturalDistortion', 'MosaicPerfusion', 'Pleonemia', 'Oligemia'], + 'SCT': ['AirTrapping']} + +name_for_cid[12124] = 'RenalRatios' +cid_concepts[12124] = \ +{'LN': ['RenalArteryAortaVelocityRatio']} + +name_for_cid[7060] = 'EncapsulatedDocumentSourcePurposesofReference' +cid_concepts[7060] = \ +{'DCM': ['SourceMeasurement', + 'SourceRawData', + 'SourceImage', + 'SourceReport', + 'SourceRealWorldValueMap']} + +name_for_cid[69] = 'ImagingAgentAdministrationConsumables' +cid_concepts[69] = \ +{'SCT': ['ContrastMediumInjectionSystemManifoldKit', + 'Syringe', + 'Catheter', + 'Needle', + 'TubeDevice', + 'Bottle']} + +name_for_cid[3609] = 'VentricularSourceLocations' +cid_concepts[3609] = \ +{'SCT': ['RightVentricleOutflowTract', + 'LeftVentricleInflow', + 'RightVentricle', + 'LeftVentricle', + 'RightVentricleInflow', + 'CommonVentricle', + 'LeftVentricleApex', + 'RightVentricleApex', + 'LeftVentricleOutflowTract']} + +name_for_cid[3520] = 'BloodSourceType' +cid_concepts[3520] = \ +{'SCT': ['SystemicArteryBlood', + 'PulmonaryVeinBlood', + 'MixedVenousBlood', + 'PulmonaryArteryBlood']} + +name_for_cid[3465] = 'QAReferenceMethods' +cid_concepts[3465] = \ +{'DCM': ['CurveFittedReference', + 'InterpolatedLocalReference', + 'MeanLocalReference']} + +name_for_cid[12020] = 'FetalBiometryAnatomicSites' +cid_concepts[12020] = \ +{'SCT': ['Foot', + 'Femur', + 'Cerebellum', + 'Skull', + 'Thorax', + 'Abdomen', + 'CisternaMagna', + 'Kidney', + 'Trunk']} + +name_for_cid[7308] = 'HumanHipImplantComponentTypes' +cid_concepts[7308] = \ +{'DCM': ['FemoralStem', + 'FemoralStemDistalComponent', + 'FemoralHeadConeTaperComponent', + 'FemoralStemProximalComponent', + 'FemoralStemComponent', + 'NeckComponent', + 'DistalCentralizer', + 'MonoblockStem', + 'AcetabularCupShell', + 'ProstheticShaftAugment', + 'AcetabularCupInsert', + 'FemoralHeadResurfacingComponent', + 'AcetabularCupMonoblock', + 'FemoralHeadBallComponent'], + 'SCT': ['FemoralHeadProsthesis']} + +name_for_cid[401] = 'AuditEventTypeCode' +cid_concepts[401] = \ +{'DCM': ['AuditRecordingStopped', + 'UseOfRestrictedFunction', + 'SoftwareConfiguration', + 'HardwareConfiguration', + 'RemoteServiceOperationStarted', + 'EmergencyOverrideStopped', + 'UserSecurityAttributesChanged', + 'SecurityRolesChanged', + 'ObjectSecurityAttributesChanged', + 'AuditRecordingStarted', + 'Login', + 'AuthorizationDecision', + 'ApplicationStop', + 'AuthenticationDecision', + 'ApplicationStart', + 'LocalServiceOperationStopped', + 'LocalServiceOperationStarted', + 'RemoteServiceOperationStopped', + 'SecurityConfiguration', + 'NetworkConfiguration', + 'EmergencyOverrideStarted', + 'NodeAuthentication', + 'Detach', + 'AccessControlDecision', + 'Attach', + 'SessionStop', + 'Logout', + 'SessionStart']} + +name_for_cid[4031] = 'CommonAnatomicRegions' +cid_concepts[4031] = \ +{'DCM': ['Phantom'], + 'SCT': ['BoneOfLowerLimb', + 'Ureter', + 'Sacrum', + 'SmallIntestine', + 'ParanasalSinus', + 'InternalAuditoryCanal', + 'WristJoint', + 'Humerus', + 'Ilium', + 'JawRegion', + 'Calcaneus', + 'NasalBone', + 'Esophagus', + 'Mandible', + 'OpticCanal', + 'MastoidBone', + 'NeckChestAbdomenAndPelvis', + 'Thigh', + 'ChestAndAbdomen', + 'Trachea', + 'UpperLimb', + 'AnkleJoint', + 'Maxilla', + 'Mediastinum', + 'Hand', + 'UpperUrinaryTract', + 'Bronchus', + 'Pelvis', + 'SesamoidBonesOfFoot', + 'Eye', + 'Chest', + 'Prostate', + 'ElbowJoint', + 'AbdomenAndPelvis', + 'FacialBones', + 'Colon', + 'Sternum', + 'SubmandibularGland', + 'ThoracicSpine', + 'NeckAndChest', + 'Duodenum', + 'Gallbladder', + 'BileDuct', + 'UpperArm', + 'Extremity', + 'PancreaticDuctAndBileDuctSystems', + 'Larynx', + 'Skull', + 'ThoracoLumbarSpine', + 'Urethra', + 'HipJoint', + 'Rib', + 'BoneOfUpperLimb', + 'Head', + 'AcromioclavicularJoint', + 'Clavicle', + 'ParotidGland', + 'SternoclavicularJoint', + 'Breast', + 'EsophagusStomachAndDuodenum', + 'Neck', + 'Finger', + 'Stomach', + 'Coccyx', + 'Abdomen', + 'HeadAndNeck', + 'TemporomandibularJoint', + 'ApexOfLung', + 'Ileum', + 'PelvisAndLowerExtremities', + 'Bladder', + 'Knee', + 'LargeIntestine', + 'Forearm', + 'EyeRegion', + 'Spine', + 'LumboSacralSpine', + 'Foot', + 'NeckChestAndAbdomen', + 'SacroiliacJoint', + 'Anus', + 'MuscleOfUpperLimb', + 'EntireBody', + 'Thumb', + 'LumbarSpine', + 'Zygoma', + 'SellaTurcica', + 'UterusAndFallopianTubes', + 'LowerLimb', + 'LowerLeg', + 'VertebralColumnAndCranium', + 'Jejunum', + 'ChestAbdomenAndPelvis', + 'Heart', + 'TarsalJoint', + 'Toe', + 'Shoulder', + 'Fibula', + 'OrbitalStructure', + 'MuscleOfLowerLimb', + 'CervicoThoracicSpine', + 'Femur', + 'Rectum', + 'Scapula', + 'Patella', + 'CervicalSpine']} + +name_for_cid[7021] = 'MeasurementReportDocumentTitles' +cid_concepts[7021] = \ +{'DCM': ['ImagingMeasurementReport', + 'OncologyMeasurementReport', + 'DynamicContrastMRMeasurementReport', + 'PETMeasurementReport']} + +name_for_cid[7471] = 'AreaMeasurements' +cid_concepts[7471] = \ +{'SCT': ['Area', 'AreaOfDefinedRegion']} + +name_for_cid[6132] = 'ChestCalcificationDescriptor' +cid_concepts[6132] = \ +{'DCM': ['Target', 'Fibrocalcific', 'Flocculent'], + 'SCT': ['Nodular', + 'Ossification', + 'Laminated', + 'CoarsePopcornLikeCalcification', + 'EggshellCalcification']} + +name_for_cid[6098] = 'ClinicalCourseofDisease' +cid_concepts[6098] = \ +{'NCIt': ['NoEvidenceOfDisease', 'RecurrentDisease']} + +name_for_cid[3760] = 'HypertensionTherapy' +cid_concepts[3760] = \ +{'SCT': ['BetaBlocker', + 'Diuretic', + 'AngiotensinIIReceptorAntagonist', + 'ACEInhibitor', + 'CalciumChannelBlocker', + 'NitrateVasodilator']} + +name_for_cid[10066] = 'AttenuatorCategory' +cid_concepts[10066] = \ +{'DCM': ['BeamBlock', + 'XRayFilters', + 'Table', + 'TableCore', + 'PatientSupport', + 'TablePad', + 'TableOuterLiner'], + 'SCT': ['XRayShield', 'ShieldingBlock']} + +name_for_cid[3019] = 'CardiovascularAnatomicLocationModifiers' +cid_concepts[3019] = \ +{'DCM': ['GraftToCitedSegmentDistalSection', + 'GraftToCitedSegmentProximalSection', + 'GraftToCitedSegmentMidSection', + 'Median', + 'AneurysmOnCitedVessel'], + 'NCIt': ['Middle'], + 'SCT': ['VenousGraftToCitedSegment', + 'EntireVessel', + 'Central', + 'Right', + 'Posterior', + 'Left', + 'Superior', + 'ArterialGraftToCitedSegment', + 'Distal', + 'Proximal', + 'MidLongitudinal', + 'Lateral', + 'Inferior', + 'GraftToCitedSegmentDistalAnastomosis', + 'Ostium', + 'Anterior', + 'GraftToCitedSegmentBody', + 'GraftToCitedSegmentProximalAnastomosis']} + +name_for_cid[246] = 'RelativeLaterality' +cid_concepts[246] = \ +{'SCT': ['Contralateral', 'Ipsilateral']} + +name_for_cid[616] = 'AnesthesiaMaintenanceCodeTypefromAnesthesiaQualityInitiative(AQI)' +cid_concepts[616] = \ +{'SCT': ['InhalationAnesthesiaSystemClosedRebreathingPrimaryAgent', + 'InhalationAnesthesiaSystemClosedNoRebreathingPrimaryAgent']} + +name_for_cid[12237] = 'EchocardiographyAnatomicSiteModifiers' +cid_concepts[12237] = \ +{'SCT': ['RightLowerSegment', + 'RightUpperSegment', + 'LeftLowerSegment', + 'LeftUpperSegment']} + +name_for_cid[6020] = 'QuadrantLocation' +cid_concepts[6020] = \ +{'SCT': ['UpperOuterQuadrantOfBreast', + 'LowerInnerQuadrantOfBreast', + 'LowerOuterQuadrantOfBreast', + 'UpperInnerQuadrantOfBreast']} + +name_for_cid[7261] = 'DiffusionModelValueTypes' +cid_concepts[7261] = \ +{'DCM': ['SingleTensor', + 'MultiTensor', + 'ModelFree', + 'CHARMED', + 'DSI', + 'DOT', + 'PAS', + 'SphericalDeconvolution']} + +name_for_cid[12] = 'RadiographicContrastAgent' +cid_concepts[12] = \ +{'DCM': ['NonIonicIodinatedContrastAgent'], + 'SCT': ['MeglumineIodipamide', + 'Iophendylate', + 'Iodipamide', + 'Ioxilan', + 'Bunamiodyl', + 'Ioversol', + 'Gadodiamide', + 'Metrizamide', + 'Iodixanol', + 'Ipodate', + 'Oxygen', + 'BariumSulfate', + 'SodiumTyropanoate', + 'Iohexol', + 'Water', + 'GadopentetateDimeglumine', + 'SodiumAcetrizoate', + 'Propyliodone', + 'ContrastAgent', + 'IodoalphionicAcid', + 'Iodopyracet', + 'SodiumDiprotrizoate', + 'Iothalamate', + 'Iodophthalein', + 'Ioxaglate', + 'MeglumineDiatrizoate', + 'MangafodipirTrisodium', + 'IodamideMeglumine', + 'SodiumIodipamide', + 'SodiumDiatrizoate', + 'Diatrizoate', + 'NonRadiopaqueMedium', + 'ChloriodizedOil', + 'IophenoxicAcid', + 'Air', + 'Iopamidol', + 'Iopromide', + 'IopanoicAcid', + 'Gadolinium', + 'Metrizoate', + 'IonicIodinatedContrastAgent', + 'IodizedOil', + 'CarbonDioxide', + 'SodiumIodomethamate']} + +name_for_cid[10031] = 'CR/DRMechanicalConfiguration' +cid_concepts[10031] = \ +{'DCM': ['TableMount', 'UprightStandMount', 'UnmountedDetector', 'CArmMount']} + +name_for_cid[3737] = 'NoninvasiveTestIschemia' +cid_concepts[3737] = \ +{} + +name_for_cid[6165] = 'BreastLinearMeasurements' +cid_concepts[6165] = \ +{'DCM': ['Distance', + 'Height', + 'DistanceFromChestWall', + 'PathLength', + 'DistanceFromNipple', + 'DistanceFromSkin'], + 'SCT': ['DiameterOfCircumscribedCircle', + 'Radius', + 'Perimeter', + 'MinorAxis', + 'Width', + 'Diameter', + 'MajorAxis', + 'PerpendicularAxis', + 'LongAxis', + 'Depth', + 'ShortAxis', + 'Length', + 'Circumference']} + +name_for_cid[641] = 'Viruses' +cid_concepts[641] = \ +{'SCT': ['TheilerMurineEncephalomyelitisVirus', 'AdenoAssociatedVirusGroup']} + +name_for_cid[211] = 'QualitativeEvaluationModifierValues' +cid_concepts[211] = \ +{'DCM': ['Median'], + 'NCIt': ['Middle'], + 'SCT': ['Bilateral', + 'Central', + 'Right', + 'Posterior', + 'Left', + 'Unilateral', + 'Superior', + 'Distal', + 'Proximal', + 'MidLongitudinal', + 'Lateral', + 'Inferior', + 'Anterior']} + +name_for_cid[4271] = 'EnFaceImageTypes' +cid_concepts[4271] = \ +{'DCM': ['SuperficialRetinaStructuralReflectanceMap', + 'WholeEyeVasculatureFlow', + 'SuperficialRetinaVasculatureFlow', + 'ChoroidStructuralReflectanceMap', + 'RetinaDepthEncodedVasculatureFlow', + 'MiddleInnerStructuralReflectanceMap', + 'MiddleInnerRetinaVasculatureFlow', + 'WholeEyeStructuralReflectanceMap', + 'RetinaVasculatureFlow', + 'RetinaDepthEncodedStructuralReflectanceMap', + 'DeepRetinaVasculatureFlow', + 'RetinaStructuralReflectanceMap', + 'OuterRetinaVasculatureFlow', + 'DeepRetinaStructuralReflectanceMap', + 'VitreousStructuralReflectanceMap', + 'ChoriocapillarisVasculatureFlow', + 'VitreousVasculatureFlow', + 'OuterRetinaStructuralReflectanceMap', + 'RadialPeripapillaryStructuralReflectanceMap', + 'ChoroidVasculatureFlow', + 'RadialPeripapillaryVasculatureFlow', + 'ChoriocapillarisStructuralReflectanceMap']} + +name_for_cid[9506] = 'BrachytherapyDevices' +cid_concepts[9506] = \ +{'DCM': ['BrachytherapyChannelShield', + 'BrachytherapySourceApplicator', + 'BrachytherapyChannel']} + +name_for_cid[12260] = 'CardiacUltrasoundPulmonaryArtery' +cid_concepts[12260] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'VelocityOfFlowPropagation', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference', + 'BloodPressure', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea']} + +name_for_cid[3808] = 'AneurysmTypes' +cid_concepts[3808] = \ +{'SCT': ['SaccularAneurysm', + 'RupturedAneurysm', + 'TraumaticAneurysm', + 'DissectingAneurysm', + 'SerpentineAneurysm', + 'RacemoseAneurysm', + 'CalcifiedAneurysm', + 'MiliaryAneurysm', + 'MultipleAneurysm', + 'InflammatoryAbdominalAorticAneurysm', + 'CirsoidAneurysm', + 'FusiformAneurysm', + 'ThrombosedAneurysm', + 'ExpandingAneurysm', + 'CylindroidAneurysm', + 'VaricoseAneurysm', + 'MycoticAneurysm', + 'MixedAneurysm']} + +name_for_cid[7] = 'UltrasoundBeamPath' +cid_concepts[7] = \ +{'SCT': ['TransGastric', + 'TransMural', + 'TransHepatic', + 'TransAbdominal', + 'TransVaginal', + 'TransThecal', + 'TransVesical', + 'TransSplenic', + 'TransPleural', + 'TransEsophageal', + 'TransPancreatic', + 'TransRenal', + 'TransOrbital', + 'TransTemporal']} + +name_for_cid[7277] = 'UnitsofDiffusionRateAreaOverTime' +cid_concepts[7277] = \ +{'UCUM': ['Mm2S', 'Um2ms', '_106Mm2S', 'Um2S']} + +name_for_cid[3234] = 'EctopicBeatMorphology' +cid_concepts[3234] = \ +{'SCT': ['VentricularTachycardiaPolymorphic', + 'VentricularBigeminy', + 'VentricularTachycardia', + 'UnifocalPvcs', + 'MultifocalPvcs']} + +name_for_cid[6036] = 'ScopeofFeature' +cid_concepts[6036] = \ +{'DCM': ['FeatureDetectedOnTheOnlyImage', + 'FeatureDetectedOnOnlyOneOfTheImages', + 'FeatureDetectedOnMultipleImages', + 'FeatureDetectedOnImagesFromMultipleModalities']} + +name_for_cid[3664] = 'OxygenConsumptionEquationsandTables' +cid_concepts[3664] = \ +{'DCM': ['VO2EqualsVestpd10FIO2FE02', + 'Vo2maleEqualsBSA138Point111Point49LogeAge0Point378Hrf', + 'Vo2femaleEqualsBSA138Point117Point04LogeAge0Point378Hrf', + 'FleischTable', + 'BoothbyTable', + 'VO2Equals176BSA', + 'RobertsonReidTable', + 'VO2Equals152BSA', + 'VO2Equals175BSA']} + +name_for_cid[3721] = 'CardiovascularSurgeries' +cid_concepts[3721] = \ +{'SCT': ['AbdominalAorticAneurysmStenting', + 'CorrectionOfCongenitalCardiovascularDeformity', + 'CoronaryArteryBypassGraft', + 'OperationOnHeartValve', + 'HeartTransplant', + 'ImplantationOfCardiacPacemaker', + 'PercutaneousCoronaryIntervention', + 'ImplantationOfAutomaticCardiacDefibrillator', + 'AblationOperationForArrhythmia']} + +name_for_cid[3408] = 'ActionsWithConsumables' +cid_concepts[3408] = \ +{'DCM': ['RemainingConsumableDisposed', + 'ConsumableUnusable', + 'ConsumableTakenFromInventory', + 'ConsumableReturnedToInventory']} + +name_for_cid[4267] = 'CornealTopographyMappingUnitsforRealWorldValueMapping' +cid_concepts[4267] = \ +{'UCUM': ['mm', 'Micrometer', 'Diopters']} + +name_for_cid[8301] = 'TestPatternCodes' +cid_concepts[8301] = \ +{'DCM': ['TG18LPV50Pattern', + 'TG18LPH50Pattern', + 'TG18LPH10Pattern', + 'TG18LPV10Pattern', + 'TG18LPH89Pattern', + 'TG18RV89Pattern', + 'TG18RV50Pattern', + 'TG18CXPattern', + 'TG18PXPattern', + 'TG18RV10Pattern', + 'BN05Pattern', + 'BN04Pattern', + 'BN06Pattern', + 'BN01Pattern', + 'GDPattern', + 'BN03Pattern', + 'BN02Pattern', + 'TG18GQPattern', + 'TG18GVNPattern', + 'TG18GQBPattern', + 'ANGPattern', + 'TG18GQNPattern', + 'OIQPattern', + 'TG18NS50Pattern', + 'TG18NS10Pattern', + 'TG18GVPattern', + 'TG18NS89Pattern', + 'TG18AFCPattern', + 'TG18LPV89Pattern', + 'TG18LN1216Pattern', + 'TG18LN1215Pattern', + 'TG18LN1217Pattern', + 'TG18LN1212Pattern', + 'TG18LN1211Pattern', + 'TG18LN1214Pattern', + 'TG18LN1213Pattern', + 'TG18LN1208Pattern', + 'TG18LN1210Pattern', + 'TG18LN1209Pattern', + 'TG18RH89Pattern', + 'TG18RH50Pattern', + 'TG18ADPattern', + 'TG18UNL80Pattern', + 'TG18RH10Pattern', + 'TG18MPPattern', + 'TG18UN10Pattern', + 'TG18LN1218Pattern', + 'TG18UNL10Pattern', + 'TG18UN80Pattern', + 'TG18LN815Pattern', + 'TG18LN812Pattern', + 'TG18LN811Pattern', + 'TG18LN814Pattern', + 'TG18LN813Pattern', + 'TG18LN808Pattern', + 'DINResolutionPattern', + 'TG18LN807Pattern', + 'DINGrayscalePattern', + 'TG18LN810Pattern', + 'TG18LN809Pattern', + 'TG18LN806Pattern', + 'DINGeometryPattern', + 'TG18LN1205Pattern', + 'TG18LN1204Pattern', + 'TG18LN1207Pattern', + 'TG18LN1206Pattern', + 'TG18LN1201Pattern', + 'TG18LN818Pattern', + 'SMPTEPattern', + 'TG18LN1203Pattern', + 'TG18LN1202Pattern', + 'TG18LN817Pattern', + 'TG18LN816Pattern', + 'WhitePattern', + 'BN16Pattern', + 'BN15Pattern', + 'BN12Pattern', + 'BN11Pattern', + 'BN14Pattern', + 'BN13Pattern', + 'TG18CHImage', + 'BN08Pattern', + 'TG18GA30Pattern', + 'BN07Pattern', + 'BN10Pattern', + 'TG18KNImage', + 'BN09Pattern', + 'TG18GA15Pattern', + 'TG18GA10Pattern', + 'TG18GA25Pattern', + 'TG18GA20Pattern', + 'TG18GA03Pattern', + 'TG18GA08Pattern', + 'TG18GA05Pattern', + 'TG18LN805Pattern', + 'TG18LN804Pattern', + 'TG18LN801Pattern', + 'TG18CTPattern', + 'TG18LN803Pattern', + 'TG18LN802Pattern', + 'TG18QCPattern', + 'BN18Pattern', + 'TG18PQCPattern', + 'TG18BRPattern', + 'BN17Pattern', + 'TG18MM2Image', + 'TG18MM1Image']} + +name_for_cid[12276] = 'CardiacUltrasoundAortoPulmonaryConnectionsMeasurements' +cid_concepts[12276] = \ +{'DCM': ['BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'PulmonaryToSystemicShuntFlowRatio', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'EndDiastolicVelocity', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['RegurgitantFraction', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter']} + +name_for_cid[9510] = 'PurposeofReferenceforRTTreatmentPlanningInput' +cid_concepts[9510] = \ +{'DCM': ['RTTreatmentPlanningInputImages', + 'DiagnosticSourceImages', + 'RegistrationResult', + 'SegmentationResult', + 'RTPrescriptionResult']} + +name_for_cid[6061] = 'BreastImagingProcedureModifiers' +cid_concepts[6061] = \ +{'DCM': ['Calibration', + 'NeedleLocalizationAndBiopsy', + 'QualityControl', + 'MarkerPlacement', + 'Targeted', + 'Survey'], + 'SCT': ['Diagnostic', 'Screening']} + +name_for_cid[3263] = 'ElectrodePlacementValues' +cid_concepts[3263] = \ +{'MDC': ['_12LeadFromLimbLeadsIIIAndOneOrMoreVLeads', + 'Unspecified12LeadSystem', + 'Standard12LeadAndXYZ', + 'Standard12LeadPositionsElectrodesPlacedIndividually', + 'Standard12LeadAndNEHB', + 'MasonLikarLeadPositionsElectrodesPlacedIndividually', + 'Standard12LeadAndCC5CM5ML', + 'MasonLikarLeadPositionsV1V6InElectrodePad', + 'Standard12LeadAndCM5CC5CH5', + '_12LeadElectrodePad', + '_12LeadDerivedFromFrankXYZLeads', + 'Standard12LeadWithExtraLeadsToTheRightAndOrLeftSides', + 'Standard12LeadExtendedToTheRightByV5RV4RV3R', + '_12LeadDerivedFromNonStandardLeads', + 'Standard12LeadExtendedToTheLeftByV7V8V9', + '_12LeadForBicycleExerciseTestingLimbLeadsOnBackOfPatient', + 'Standard12LeadPositionsOneIntercostalSpaceHigher', + 'UnspecifiedXYZLeadSystem', + 'FrankXYZLeadSystem', + 'McfeeParungaoXYZLeadSystem', + 'CubeXYZLeadSystem', + 'BipolarUncorrectedXYZLeadSystem', + 'PseudoOrthogonalXYZLeadSystem', + 'XYZLeadsDerivedFromStandard12Lead', + 'NEHBLeadSystem', + '_3LeadSystemCC5CM5ML', + '_3LeadSystemCC5CM5CH5', + '_12LeadFromFrankLeadsXYZLeadsByDowerTransformation', + '_12LeadFromEASILeadsESASAIByDowerEASITransformation']} + +name_for_cid[7220] = 'RTDoseDerivation' +cid_concepts[7220] = \ +{'DCM': ['ComposedFromPriorDoses', 'ComposedFromPriorDosesAndCurrentPlan']} + +name_for_cid[12108] = 'UpperExtremityVeins' +cid_concepts[12108] = \ +{'SCT': ['InnominateVein', + 'SubclavianVein', + 'UlnarVein', + 'DeepPalmarVenousArch', + 'BasilicVein', + 'SuperficialPalmarVenousArch', + 'InternalJugularVein', + 'BrachialVein', + 'SuperiorVenaCava', + 'CephalicVein', + 'AxillaryVein', + 'MedianCubitalVein', + 'RadialVein']} + +name_for_cid[10070] = 'RadiationDoseTypes' +cid_concepts[10070] = \ +{'DCM': ['EquivalentDose', 'AbsorbedDose']} + +name_for_cid[6124] = 'LocationinChest' +cid_concepts[6124] = \ +{'DCM': ['Subpleural'], + 'SCT': ['Peripheral', + 'Basal', + 'LowerLobeOfLung', + 'Central', + 'AnteriorSegmentOfRightUpperLobe', + 'UpperZoneOfLung', + 'LowerZoneOfLung', + 'Apical', + 'PosteriorSegmentOfRightUpperLobe', + 'MiddleZoneOfLung', + 'MiddleLobeOfLung', + 'AnteriorSegmentOfLeftUpperLobe', + 'UpperLobeOfLung']} + +name_for_cid[250] = 'PositiveNegative' +cid_concepts[250] = \ +{'SCT': ['Negative', 'Positive']} + +name_for_cid[9402] = 'IEC61217GantryPositionParameters' +cid_concepts[9402] = \ +{'DCM': ['IEC61217GantryContinuousRollAngle', + 'IEC61217GantryContinuousPitchAngle', + 'IEC61217GantryContinuousYawAngle']} + +name_for_cid[4230] = 'OphthalmicUltrasoundAxialMeasurementsType' +cid_concepts[4230] = \ +{'DCM': ['UltrasoundContact', 'UltrasoundImmersion']} + +name_for_cid[12221] = 'FlowDirection' +cid_concepts[12221] = \ +{'SCT': ['RetrogradeFlow', + 'AntegradeFlow', + 'RegurgitantFlow', + 'RightToLeftCardiovascularShunt', + 'LeftToRightCardiovascularShunt']} + +name_for_cid[7484] = 'DXViewforAnimals' +cid_concepts[7484] = \ +{'DCM': ['Caudal10DegreeDistalCranioproximalOblique'], + 'SCT': ['Rostrocaudal', + 'Dorsal40DegreeLateralPlantaromedialOblique', + 'Dorsal45DegreeMedialPlantarolateralOblique', + 'Right20DegreeDorsalLeftVentralOblique', + 'DorsorostralVentrocaudalOblique', + 'Lateral45DegDorsal50DegProximalMedioplantarodistalObliq', + 'DorsoVentral', + 'Dorsal45DegreeMedialPalmarolateral', + 'Ventral30DegreeLeftDorsalRightOblique', + 'LeftVentralRightDorsalOblique', + 'VentrorostralDorsocaudalOblique', + 'RightDorsalLeftVentralOblique', + 'PalmaroproximalDorsodistalOblique', + 'CaudodistalCranioproximalOblique', + 'Dorsopalmar', + 'LeftRightLateral', + 'Left45DegreeDorsalRightVentralOblique', + 'Dorsal20DegreeRostralVentrocaudalOblique', + 'Left20DegreeRostralRightCaudalOblique', + 'Left20DegreeVentralRightDorsalOblique', + 'Lateral45DegDorsal50DegProximalMediopalmarodistalOblique', + 'Dorsal45DegreeLateralPlantaromedialOblique', + 'Dorsal60DegreeLateralPlantaromedialOblique', + 'RostroventralCaudodorsal', + 'VentralLeftDorsalRightOblique', + 'Dorsal40DegreeMedialPlantarolateralOblique', + 'Right45DegreeDorsalLeftVentralOblique', + 'ProximoDistal', + 'Plantar60DegreeLateralDorsomedialOblique', + 'Right30DegreeCaudalLeftRostralOblique', + 'Right20DegreeVentralLeftDorsalOblique', + 'PlantarolateralDorsomedialOblique', + 'Dorsal45DegreeLateralPalmaromedialOblique', + 'PalmaromedialDorsolateral', + 'RostrodorsalCaudoventralOblique', + 'DorsomedialPalmarolateral', + 'Dorsal35DegreeLateralPalmaromedialOblique', + 'Ventral20DegreeRostralDorsocaudalOblique', + 'Rostral20DegreeDorsalCaudoventralOblique', + 'DorsolateralPalmaromedialOblique', + 'Dorsal65DegreeProximalPalmarodistalOblique', + 'Dorsal35DegreeMedialPalmarolateralOblique', + 'RightCaudalLeftRostralOblique', + 'Dorsal60DegreeMedialPalmarolateralOblique', + 'Ventral30DegreeRightDorsalLeftOblique', + 'Dorsal40DegreeMedialPalmarolateralOblique', + 'LeftDorsalRightVentralOblique', + 'Dorsal35DegreeLateralPlantaromedialOblique', + 'VentralRightDorsalLeftOblique', + 'LaterodorsoproximalMediopalmarodistalOblique', + 'VentroDorsal', + 'DorsoproximalPlantarodistalOblique', + 'PlantaroproximalDorsodistalOblique', + 'DorsomedialPlantarolateralOblique', + 'Caudocranial', + 'Left30DegreeCaudalRightRostralOblique', + 'Right20DegreeRostralLeftCaudalOblique', + 'RightRostralLeftCaudalOblique', + 'LeftCaudalRightRostralOblique', + 'Dorsal60DegreeLateralPalmaromedialOblique', + 'Left20DegreeDorsalRightVentralOblique', + 'DorsoproximalPalmarodistalOblique', + 'RightLeftLateral', + 'Dorsal60DegreeMedialPlantarolateralOblique', + 'Lateromedial', + 'Plantar75DegreeProximalDorsodistalOblique', + 'Rostral30DegreeVentralCaudodorsal', + 'Dorsal35DegreeMedialPlantarolateralOblique', + 'Dorsal65DegreeProximalPlantarodistalOblique', + 'Dorsoplantar', + 'LeftRostralRightCaudalOblique', + 'LaterodorsoproximalMedioplantarodistalOblique', + 'Right45DegreeVentralLeftDorsalOblique', + 'Left45DegreeVentralRightDorsalOblique', + 'Mediolateral', + 'Palmar45DegreeMedialDorsolateral', + 'DorsolateralPlantaromedialOblique', + 'Palmar75DegreeProximalDorsodistalOblique', + 'RightVentralLeftDorsalOblique']} + +name_for_cid[9530] = 'PercentageandDoseDosimetricObjectives' +cid_concepts[9530] = \ +{'DCM': ['MinimumPercentVolumeAtRadiationDose', + 'MaximumPercentVolumeAtRadiationDose']} + +name_for_cid[3428] = 'ImagingProcedures' +cid_concepts[3428] = \ +{'DCM': ['ArterialConduitAngiography'], + 'SCT': ['TransthoracicEchocardiography', + 'CardiacVentriculography', + 'RightVentriculography', + 'LeftVentriculography', + 'IntravascularUltrasound', + 'IntracardiacEchocardiography', + 'CoronaryArteriography', + 'Aortography', + 'EpicardialEchocardiography', + 'BypassGraftAngiography', + 'Angiography', + 'TransesophagealEchocardiography']} + +name_for_cid[227] = 'SampleStatisticalDescriptors' +cid_concepts[227] = \ +{'DCM': ['PercentileRankingOfMeasurement', 'ZScoreOfMeasurement']} + +name_for_cid[7191] = 'TissueSegmentationPropertyTypes' +cid_concepts[7191] = \ +{'SCT': ['Ligament', + 'Nerve', + 'Artery', + 'ConnectiveTissue', + 'LymphaticSystem', + 'Capillary', + 'Meniscus', + 'ScarTissue', + 'BloodVessel', + 'Tissue', + 'Cartilage', + 'Organ', + 'Vein', + 'Muscle', + 'Skin', + 'Blood', + 'Bone', + 'LymphaticVessel', + 'LymphNode', + 'BodyFat', + 'Tendon']} + +name_for_cid[6153] = 'LesionBoundary' +cid_concepts[6153] = \ +{'DCM': ['AbruptInterface', 'EchogenicHalo']} + +name_for_cid[3701] = 'CardiacValvesandTracts' +cid_concepts[3701] = \ +{'SCT': ['TricuspidValve', + 'PulmonaryValve', + 'AorticValve', + 'MitralValve', + 'LeftVentricleOutflowTract']} + +name_for_cid[10007] = 'XRayFilterTypes' +cid_concepts[10007] = \ +{'DCM': ['StripFilter', + 'NoFilter', + 'WedgeFilter', + 'ButterflyFilter', + 'FlatFilter']} + +name_for_cid[6016] = 'MammographyCompositeFeature' +cid_concepts[6016] = \ +{'DCM': ['BreastGeometry', + 'ImageQuality', + 'NonLesion', + 'CooperLigamentChanges', + 'MassInTheSkin', + 'SelectedRegion', + 'MassOnTheSkin', + 'MassWithCalcifications'], + 'SCT': ['BreastComposition', + 'AxillaryLymphNode', + 'AsymmetricBreastTissue', + 'SkinRetractionOfBreast', + 'ArchitecturalDistortionOfBreast', + 'TubularDensity', + 'MammographyBreastDensity', + 'SkinLesion', + 'SkinThickeningOfBreast', + 'FocalAsymmetricBreastTissue', + 'AxillaryAdenopathy', + 'Edema', + 'TrabecularThickeningOfBreast', + 'IndividualCalcification', + 'Nipple', + 'MammographicBreastMass', + 'CalcificationCluster', + 'IntramammaryLymphNode']} + +name_for_cid[12201] = 'LeftVentricleLinear' +cid_concepts[12201] = \ +{'LN': ['LeftVentricleInternalEndDiastolicDimension', + 'LeftVentricleDiastolicMajorAxis', + 'InterventricularSeptumPercentThickening', + 'LeftVentriclePosteriorWallPercentThickening', + 'LeftVentricleInternalSystolicDimension', + 'LeftVentricularFractionalShortening', + 'LeftVentricleSystolicMajorAxis', + 'InterventricularSeptumSystolicThickness', + 'LeftVentriclePosteriorWallDiastolicThickness', + 'LeftVentriclePosteriorWallSystolicThickness', + 'InterventricularSeptumToPosteriorWallThicknessRatio', + 'InterventricularSeptumDiastolicThickness'], + 'SCT': ['LeftVentricleTruncatedSemiMajorAxisDiastolicDimension', + 'LeftVentricleSemiMajorAxisDiastolicDimension']} + +name_for_cid[620] = 'AirwayManagementSubMethodCodeTypefromAnesthesiaQualityInitiative(AQI)' +cid_concepts[620] = \ +{'SCT': ['HighFrequencyVentilation', + 'TranstrachealJetVentilation', + 'ContinuousFlowVentilation'], + 'UMLS': ['InverseRatioVentilation']} + +name_for_cid[270] = 'ObserverType' +cid_concepts[270] = \ +{'DCM': ['Person', 'Device']} + +name_for_cid[4210] = 'OphthalmicTomographyAcquisitionDevice' +cid_concepts[4210] = \ +{'DCM': ['ReflectionBasedCornealTopographer', + 'InterferometryBasedCornealTomographer', + 'ScheimpflugCamera', + 'ElevationBasedCornealTomographer'], + 'SCT': ['ScanningLaserPolarimeter', + 'OpticalCoherenceTomographyScanner', + 'RetinalThicknessAnalyzer', + 'ConfocalScanningLaserOphthalmoscope']} + +name_for_cid[73] = 'BolusShapingCurves' +cid_concepts[73] = \ +{'DCM': ['LinearCurve', 'NegativeExponential']} + +name_for_cid[10050] = 'SummaryRadiationExposureQuantities' +cid_concepts[10050] = \ +{'DCM': ['EffectiveDose', + 'TotalFluoroTime', + 'TotalNumberOfRadiographicFrames', + 'MeanCtdivol', + 'DoseAreaProductTotal', + 'CTDoseLengthProductTotal', + 'EntranceExposureAtRP', + 'AcquisitionDoseAreaProductTotal', + 'AccumulatedAverageGlandularDose', + 'FluoroDoseAreaProductTotal', + 'AdministeredActivity']} + +name_for_cid[3756] = 'CardiacPatientRiskFactors' +cid_concepts[3756] = \ +{'SCT': ['Arrhythmia', + 'HistoryOfHypertension', + 'HistoryOfDiabetes', + 'HistoryOfCongestiveHeartFailure', + 'PeripheralVascularDisease', + 'InsulinDependentMotherIDM', + 'HIVPositive', + 'HistoryOfChronicLungDisease', + 'HistoryOfHypercholesterolemia', + 'HistoryOfRenalFailure', + 'HistoryOfCerebrovascularDisease', + 'HistoryOfMyocardialInfarction'], + 'UMLS': ['InfantOfMotherWithGestationalDiabetes']} + +name_for_cid[6104] = 'AbnormalOpacityFindingorFeature' +cid_concepts[6104] = \ +{'DCM': ['ReticulonodularPattern', + 'GroundGlassOpacity', + 'BeadedSeptumSign', + 'Infiltrate', + 'NodularPattern', + 'Micronodule', + 'Opacity', + 'Pseudoplaque', + 'PhantomTumor', + 'SignetRingSign', + 'Shadow', + 'PrimaryComplex', + 'AbnormalInterstitialPattern', + 'SmallIrregularOpacities', + 'SmallRoundedOpacities', + 'TreeInBudSign', + 'Density', + 'DependentOpacity'], + 'SCT': ['Mass', 'PulmonaryEmbolism', 'Nodule', 'CoinLesion']} + +name_for_cid[3613] = 'HemodynamicTimeMeasurements' +cid_concepts[3613] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RightVentricularFillingTime', + 'LeftVentricularFillingTime', + 'RightVentricularEjectionTime', + 'LeftVentricularEjectionTime', + 'RRInterval']} + +name_for_cid[6041] = 'MammographyImageQualityFinding' +cid_concepts[6041] = \ +{'DCM': ['ViewAndLateralityMarkerIsPartiallyObscured', + 'ViewAndLateralityMarkerIsIncorrect', + 'ViewAndLateralityMarkerIsOffImage', + 'FlashIsNotNearEdgeOfFilm', + 'FlashIsIllegibleDoesNotFitOrIsLopsided', + 'FlashDoesnTIncludePatientNameAndAdditionalPatientId', + 'OtherFailure', + 'FlashDoesnTIncludeDateOfExamination', + 'UnknownFailure', + 'FlashDoesnTIncludeFacilityNameAndLocation', + 'MLOEvidenceOfMotionBlur', + 'ViewAndLateralityMarkerIsNotNearTheAxilla', + 'ViewAndLateralityMarkerOverlapsBreastTissue', + 'Positioning', + 'MLOInframammaryFoldIsNotOpen', + 'CCNotAllMedialTissueVisualized', + 'CCNippleNotCenteredOnImage', + 'CCPosteriorNippleLineDoesNotMeasureWithin1cmOfMLO', + 'NippleNotInProfile', + 'InsufficientImplantDisplacementIncorrect', + 'GridArtifacts', + 'DateStickerIsMissing', + 'TechnicalFactorsMissing', + 'CollimationTooCloseToBreast', + 'InadequateCompression', + 'MLOInsufficientPectoralMuscle', + 'MLONoFatIsVisualizedPosteriorToFibroglandularTissues', + 'ViewAndLateralityMarkerIsMissing', + 'MLOPoorSeparationOfDeepAndSuperficialBreastTissues', + 'MotionBlur', + 'ViewAndLateralityMarkerDoesNotHaveBothViewAndLaterality', + 'UnderExposed', + 'FlashDoesnTIncludeTechnologistIdentification', + 'FlashDoesnTIncludeCassetteScreenDetectorIdentification', + 'FlashDoesnTIncludeMammographyUnitIdentification', + 'ViewAndLateralityMarkerDoesNotHaveApprovedCodes', + 'OverExposed', + 'NoImage', + 'DetectorArtifacts', + 'ArtifactsOtherThanGridOrDetectorArtifact', + 'MechanicalFailure', + 'ElectricalFailure', + 'SoftwareFailure', + 'InappropriateImageProcessing']} + +name_for_cid[12217] = 'EchocardiographyCardiacShunt' +cid_concepts[12217] = \ +{'LN': ['PulmonaryToSystemicShuntFlowRatio', 'HeartRate']} + +name_for_cid[3486] = 'VascularMeasurementSites' +cid_concepts[3486] = \ +{'DCM': ['SiteOfLumenMaximum', + 'SiteOfLumenMinimum', + 'ProximalReference', + 'DistalReference']} + +name_for_cid[3469] = 'ESVolume' +cid_concepts[3469] = \ +{'DCM': ['LeftAtrialESVolume'], + 'LN': ['RightVentricularESVolume', 'LeftVentricularESVolume']} + +name_for_cid[4206] = 'OphthalmicChannelDescription' +cid_concepts[4206] = \ +{'SCT': ['Infrared', + 'Ultraviolet', + 'Red', + 'FullSpectrum', + 'Blue', + 'RedFree', + 'Green']} + +name_for_cid[1004] = 'AnatomicalReferenceBasisChest' +cid_concepts[1004] = \ +{'SCT': ['Lung', + 'ApexOfHeart', + 'SternoclavicularJoint', + 'AorticArch', + 'Carina', + 'SuprasternalNotch', + 'Diaphragm', + 'Heart', + 'XiphoidProcess', + 'CoronaryArteryGraft', + 'ShoulderRegionStructure', + 'Scapula', + 'AcromioclavicularJoint', + 'Sternum', + 'ThoracicInlet']} + +name_for_cid[636] = 'TemperatureSensorDeviceComponentTypeforSmallAnimalProcedures' +cid_concepts[636] = \ +{'DCM': ['CarrierTemperatureSensor'], + 'SCT': ['RectalTemperature'], + 'UMLS': ['Thermography']} + +name_for_cid[6112] = 'PleuraAnatomyFindingorFeature' +cid_concepts[6112] = \ +{'DCM': ['AnteriorJunctionLine', 'PosteriorJunctionLine'], + 'SCT': ['FissureOfLung']} + +name_for_cid[3740] = 'ThrombolyticAdministration' +cid_concepts[3740] = \ +{'SCT': ['Contraindicated', + 'AdministeredLessThan3HoursBeforePCI', + 'AdministeredBetween3And6HoursBeforePCI', + 'AdministeredBetween6HoursAnd7DaysBeforePCI']} + +name_for_cid[10046] = 'GFRMeasurements' +cid_concepts[10046] = \ +{'LN': ['GlomerularFiltrationRateBlackMDRD', + 'CockroftGaultFormulaEstimationOfGFR', + 'GlomerularFiltrationRateCystatinBasedFormula', + 'CKDEPIFormulaEstimationOfGFR', + 'GlomerularFiltrationRateMDRD', + 'GlomerularFiltrationRateCreatinineBasedFormulaSchwartz', + 'GlomerularFiltrationRateNonBlackMDRD', + 'GlomerularFiltrationRateFemaleMDRD']} + +name_for_cid[7703] = 'AssociationFibers' +cid_concepts[7703] = \ +{'DCM': ['SuperiorLongitudinalFasciculusIII', + 'SuperiorLongitudinalFasciculusII', + 'SuperiorLongitudinalFasciculusI'], + 'NEU': ['ArcuateFasciculus', 'SuperiorLongitudinalFasciculus'], + 'SCT': ['SuperiorFrontoOccipitalFasciculus', + 'InferiorLongitudinalFasciculus', + 'InferiorFrontoOccipitalFasciculus', + 'UncinateFasciculus', + 'VerticalOccipitalFasciculus']} + +name_for_cid[65] = 'PreMedicationforImagingAgentAdministration' +cid_concepts[65] = \ +{'SCT': ['Alfentanil', + 'Remifentanil', + 'Diphenhydramine', + 'Papaverine', + 'Propofol', + 'Midazolam', + 'Sufentanil', + 'Methylprednisolone', + 'HydrocortisoneSodiumSuccinate', + 'DexamethasoneSodiumSulfate', + 'MethylprednisoloneSodiumSuccinate', + 'Ephedrine', + 'H1Antihistamine', + 'Prednisone']} + +name_for_cid[6057] = 'DuctographyFindingsforBreast' +cid_concepts[6057] = \ +{'DCM': ['DuctNarrowing', + 'NormalBreastTissue', + 'CystFill', + 'IntraluminalFillingDefect', + 'MultipleFillingDefect', + 'AbruptDuctTermination', + 'Extravasation'], + 'SCT': ['MammaryDuctEctasia']} + +name_for_cid[9526] = 'IonTherapyParticle' +cid_concepts[9526] = \ +{'DCM': ['_16OxygenNucleus', + '_12CarbonNucleus', + '_4HeliumNucleus', + '_3HeliumNucleus'], + 'SCT': ['Electron', 'Proton']} + +name_for_cid[12240] = 'LeftVentricleArea' +cid_concepts[12240] = \ +{'SCT': ['LeftVentricleEpicardialDiastolicAreaPsaxPapView', + 'LeftVentricularDiastolicArea', + 'LeftVentricularFractionalAreaChange', + 'LeftVentricularSystolicArea']} + +name_for_cid[7168] = 'BrainLesionSegmentationTypesWithNecrosis' +cid_concepts[7168] = \ +{'DCM': ['Background'], + 'NCIt': ['NonEnhancingLesion', 'EnhancingLesion'], + 'SCT': ['Normal', 'Necrosis', 'Edema']} + +name_for_cid[12305] = 'BasicEchoAnatomicSites' +cid_concepts[12305] = \ +{'DCM': ['RightVentricleAnteriorWall', + 'RightVentricleOutflowTractProximal', + 'RightVentricleOutflowTractDistal'], + 'SCT': ['LeftVentricleMidAnteriorSegment', + 'PulmonicValve', + 'LeftVentricleMyocardium', + 'PulmonaryVein', + 'AorticValve', + 'AorticSinotubularJunction', + 'LeftVentricleBasalAnteriorSegment', + 'LeftVentricleBasalInferiorSegment', + 'InferiorVenaCava', + 'MitralAnnulus', + 'RightPulmonaryArtery', + 'AorticRoot', + 'RightAtrium', + 'TricuspidValve', + 'MedialMitralAnnulus', + 'LeftVentricleMidAnterolateralSegment', + 'RightVentricle', + 'LeftVentricle', + 'RightVentricleMidventricularSegment', + 'LeftVentricleMidInferoseptalSegment', + 'PulmonicRing', + 'LeftVentricleMidAnteroseptalSegment', + 'LeftVentricleOutflowTract', + 'AorticValveRing', + 'InterventricularSeptum', + 'LeftPulmonaryArtery', + 'TricuspidAnnulus', + 'RightVentricleOutflowTract', + 'LeftVentricleBasalAnteroseptalSegment', + 'LeftVentricleBasalInferolateralSegment', + 'LeftVentricleBasalInferoseptalSegment', + 'LeftVentricleMidInferiorSegment', + 'TrunkOfPulmonaryArtery', + 'LeftVentricleBasalAnterolateralSegment', + 'AscendingAorta', + 'PulmonaryArtery', + 'LeftVentricleMidInferolateralSegment', + 'LeftAtrium', + 'RightVentricleBasalSegment', + 'LateralMitralAnnulus', + 'MitralValve']} + +name_for_cid[231] = 'YesNoOnly' +cid_concepts[231] = \ +{'SCT': ['Yes', 'No']} + +name_for_cid[4251] = 'VisualFieldStaticPerimetryTestStrategies' +cid_concepts[4251] = \ +{'DCM': ['VisualFieldTOPTestStrategy', + 'VisualFieldCLIPTestStrategy', + 'VisualFieldSITAStandardTestStrategy', + 'VisualFieldDynamicTestStrategy', + 'VisualFieldCLASSStrategy', + 'VisualFieldSITASWAPTestStrategy', + 'VisualFieldNormalTestStrategy', + 'VisualFieldSITAFastTestStrategy', + 'VisualField1LTTestStrategy', + 'VisualFieldFullThresholdTestStrategy', + 'VisualField2LTTestStrategy', + 'VisualFieldFastpacTestStrategy', + 'VisualFieldLVSTestStrategy', + 'VisualFieldFullFromPriorTestStrategy', + 'VisualFieldGATETestStrategy', + 'VisualFieldOptimaTestStrategy', + 'VisualFieldGateiTestStrategy', + 'VisualFieldTwoZoneTestStrategy', + 'VisualField2LTDynamicTestStrategy', + 'VisualFieldThreeZoneTestStrategy', + 'VisualField2LTNormalTestStrategy', + 'VisualFieldQuantifyDefectsTestStrategy', + 'VisualFieldFastThresholdTestStrategy']} + +name_for_cid[7304] = 'ImplantTargetAnatomy' +cid_concepts[7304] = \ +{'SCT': ['Clavicle', + 'Tibia', + 'DistalFemur', + 'ProximalRadius', + 'ProximalUlna', + 'WristJoint', + 'ThoracoLumbarSpine', + 'Hand', + 'ShaftOfTibia', + 'Shoulder', + 'Pelvis', + 'Humerus', + 'ElbowJoint', + 'FacialBones', + 'DistalRadius', + 'ShaftOfUlna', + 'Fibula', + 'JawRegion', + 'Talus', + 'ThoracicSpine', + 'Calcaneus', + 'Ulna', + 'HeadOfFemur', + 'Radius', + 'Knee', + 'HipJoint', + 'DistalUlna', + 'LumboSacralSpine', + 'Mandible', + 'FingerJoint', + 'CervicoThoracicSpine', + 'ShaftOfRadius', + 'Femur', + 'ShaftOfFemur', + 'Skull', + 'ShaftOfHumerus', + 'DistalHumerus', + 'ProximalHumerus', + 'ProximalFemur', + 'Patella', + 'DistalTibia', + 'AnkleJoint', + 'LumbarSpine', + 'Maxilla', + 'CervicalSpine']} + +name_for_cid[32] = 'NonAcquisitionModality' +cid_concepts[32] = \ +{'DCM': ['Registration', + 'Segmentation', + 'BasicVoiceAudio', + 'RTDose', + 'Document', + 'StereometricRelationship', + 'RTTreatmentRecord', + 'HardCopy', + 'CTProtocol', + 'RTPlan', + 'AutomatedSlideStainer', + 'StructuredReportDocument', + 'SpatialFiducials', + 'ModelFor3DManufacturing', + 'RTStructureSet', + 'Plan', + 'PresentationState', + 'Other', + 'KeyObjectSelection', + 'IntraocularLensCalculation', + 'ContentAssessmentResult', + 'RealWorldValueMap']} + +name_for_cid[10011] = 'EffectiveDoseEvaluationMethod' +cid_concepts[10011] = \ +{'DCM': ['DLPToEConversionViaMCComputation', + 'DLPToEConversionViaMeasurement', + 'CtdifreeairToEConversionViaMCComputation', + 'CtdifreeairToEConversionViaMeasurement']} + +name_for_cid[3717] = 'MyocardialWallSegments' +cid_concepts[3717] = \ +{'SCT': ['LeftVentricleMidAnteriorSegment', + 'LeftVentricleBasalAnteroseptalSegment', + 'LeftVentricleBasalInferolateralSegment', + 'LeftVentricleBasalInferoseptalSegment', + 'LeftVentricleMidInferiorSegment', + 'LeftVentricleApicalInferiorSegment', + 'LeftVentricleApicalLateralSegment', + 'LeftVentricleApicalAnteriorSegment', + 'LeftVentricleBasalAnteriorSegment', + 'LeftVentricleApicalSeptalSegment', + 'ApexOfLeftVentricle', + 'LeftVentricleBasalAnterolateralSegment', + 'LeftVentricleBasalInferiorSegment', + 'LeftVentricleMidInferolateralSegment', + 'LeftVentricleMidAnterolateralSegment', + 'LeftVentricleMidInferoseptalSegment', + 'LeftVentricleMidAnteroseptalSegment']} + +name_for_cid[6145] = 'BaselineCategory' +cid_concepts[6145] = \ +{'DCM': ['TargetLesionAtBaseline', + 'NonTargetLesionAtBaseline', + 'NonLesionAtBaseline']} + +name_for_cid[6000] = 'OverallBreastComposition' +cid_concepts[6000] = \ +{'SCT': ['ExtremelyDense', + 'AlmostEntirelyFat', + 'HeterogeneouslyDense', + 'ScatteredFibroglandularDensities']} + +name_for_cid[3202] = 'ChestPain' +cid_concepts[3202] = \ +{'DCM': ['AnginalEquivalent'], + 'SCT': ['AtypicalAngina', + 'TypicalAngina', + 'NoncardiacChestPain', + 'ChestPainNotPresent', + 'StableAngina', + 'UnstableAngina']} + +name_for_cid[3015] = 'CoronaryArteries' +cid_concepts[3015] = \ +{'BARI': ['_2ndMarginalCoronaryArteryLaterals', + '_1stDiagonalCoronaryArteryLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + '_1stMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'SCT': ['ProximalRightCoronaryArtery', + '_3rdLeftPosterolateralCoronaryArtery', + 'RightPosteriorAVCoronaryArtery', + 'ProximalCircumflexCoronaryArtery', + '_2ndMarginalCoronaryArtery', + 'MidCircumflexCoronaryArtery', + '_1stLeftPosterolateralCoronaryArtery', + 'IntermediateArteryRamus', + 'CircumflexCoronaryArtery', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'RightCoronaryArteryOstium', + 'LeftMainCoronaryArtery', + '_2ndLeftPosterolateralCoronaryArtery', + 'DistalRightCoronaryArtery', + 'MarginalCoronaryArtery', + '_2ndRightPosterolateralCoronaryArtery', + 'PosteriorDescendingRightCoronaryArtery', + 'LeftAnteriorDescendingCoronaryArtery', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + '_1stMarginalCoronaryArtery', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + '_3rdDiagonalCoronaryArtery', + '_1stSeptalCoronaryArtery', + 'RightCoronaryArtery', + '_3rdMarginalCoronaryArtery', + '_1stDiagonalCoronaryArtery', + 'MidRightCoronaryArtery', + '_2ndDiagonalCoronaryArtery', + 'AVGrooveContinuationOfCircumflexArtery', + 'DistalCircumflexCoronaryArtery', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'LeftMainCoronaryArteryOstium', + 'CoronaryArteryGraft', + 'LeftPosterolateralCircumflexCoronaryArtery', + '_1stRightPosterolateralCoronaryArtery', + '_3rdRightPosterolateralCoronaryArtery']} + +name_for_cid[3500] = 'PressureUnits' +cid_concepts[3500] = \ +{'UCUM': ['Mmhg', 'Kpa']} + +name_for_cid[3629] = 'ProcedureIntent' +cid_concepts[3629] = \ +{'DCM': ['QualityControlIntent'], + 'SCT': ['DiagnosticIntent', + 'StagingIntent', + 'TherapeuticIntent', + 'CurativeIntent', + 'ProphylacticIntent', + 'CombinedDiagnosticAndTherapeuticProcedure', + 'AdjunctIntent', + 'ForensicIntent', + 'NeoAdjuvantIntent', + 'SupportiveIntent', + 'GuidanceIntent', + 'PalliativeIntent', + 'AdjuvantIntent', + 'ScreeningIntent', + 'PreventiveIntent']} + +name_for_cid[12112] = 'AbdominalArteries(Unilateral)' +cid_concepts[12112] = \ +{'SCT': ['InfraRenalAorta', + 'SplenicArtery', + 'CeliacAxis', + 'GastroduodenalArtery', + 'LumbarArtery', + 'SupraRenalAorta', + 'Aorta', + 'LeftBranchOfHepaticArtery', + 'ProperHepaticArtery', + 'CommonIliacArtery', + 'SuperiorMesentericArtery', + 'InferiorMesentericArtery', + 'RightBranchOfHepaticArtery', + 'CommonHepaticArtery']} + +name_for_cid[8120] = 'WSIReferencedImagePurposesofReference' +cid_concepts[8120] = \ +{'DCM': ['ImagedContainerLabel', + 'Localizer', + 'SameAcquisitionAtDifferentFocalDepth', + 'SameAcquisitionAtDifferentSpectralBand', + 'SameAcquisitionAtLowerResolution', + 'SameAcquisitionAtHigherResolution']} + +name_for_cid[6094] = 'QualitativeConceptsforUsage,ExposureFrequency' +cid_concepts[6094] = \ +{'DCM': ['RelativeDoseFrequency', + 'RelativeFrequencyOfExposure', + 'RelativeFrequencyOfUse']} + +name_for_cid[4103] = 'ArterialInputFunctionMeasurementMethods' +cid_concepts[4103] = \ +{'DCM': ['UserDefinedAIFROI', + 'AutomaticallyDetectedAIFROI', + 'BlindEstimationOfAIF', + 'AIFIgnored', + 'PopulationAveragedAIF']} + +name_for_cid[3412] = 'InterventionActionsandStatus' +cid_concepts[3412] = \ +{'DCM': ['StentReExpanded', + 'ObjectRemoved', + 'AngioplastyBalloonDeflated', + 'DeviceDeployed', + 'GuidewireCrossingLesionSuccessful', + 'InterventionalDeviceWithdrawn', + 'AngioplastyBalloonInflated', + 'InterventionalDevicePlaced', + 'GuidewireCrossingLesionUnsuccessful', + 'InterventionPerformed', + 'RadiationApplied', + 'RadiationRemoved', + 'InterventionalDevicePlacementUnsuccessful']} + +name_for_cid[7001] = 'DiagnosticImagingReportHeadings' +cid_concepts[7001] = \ +{'LN': ['Addendum', + 'ClinicalInformation', + 'MedicationsAdministered', + 'RadiationExposureAndProtectionInformation', + 'Complications', + 'PatientPresentation', + 'History', + 'Impressions', + 'CommunicationOfCriticalResults', + 'Conclusions', + 'Findings', + 'Recommendations', + 'PreviousFindings', + 'PriorProcedureDescriptions', + 'KeyImages', + 'IndicationsForProcedure', + 'Summary', + 'CurrentProcedureDescriptions', + 'Request']} + +name_for_cid[12283] = 'CardiacUltrasoundVenousReturnPulmonaryFindingSites' +cid_concepts[12283] = \ +{'SCT': ['PulmonaryVeinGreatVessel', + 'PulmonaryVein', + 'PulmonaryVeinToAtriumConnection', + 'MustardOrSenningPulmonaryVenousPathway', + 'CorTriatriatumOrifice']} + +name_for_cid[7451] = 'FamilyMember' +cid_concepts[7451] = \ +{'SCT': ['NaturalGrandFather', + 'NaturalBrother', + 'MaleFirstCousin', + 'NaturalFather', + 'Aunt', + 'NaturalGrandMother', + 'Uncle', + 'HalfSister', + 'NaturalMother', + 'NaturalDaughter', + 'NaturalSon', + 'FemaleFirstCousin', + 'NaturalSister', + 'HalfBrother']} + +name_for_cid[3804] = 'StenosisMeasurementMethods' +cid_concepts[3804] = \ +{'DCM': ['ECST', 'NASCET', 'AreaBasedMethod', 'DiameterBasedMethod']} + +name_for_cid[3107] = 'PETCardiologyRadiopharmaceuticals' +cid_concepts[3107] = \ +{'SCT': ['_82Rubidium', 'FluorodeoxyglucoseF18', '_13Nitrogen']} + +name_for_cid[4011] = 'DXViewModifier' +cid_concepts[4011] = \ +{'DCM': ['Crosstable'], + 'SCT': ['Transoral', + 'Transforamenal', + 'Caudad', + 'Cephalad', + 'Transthoracic', + 'Transorbital', + 'MouthClosed']} + +name_for_cid[3691] = 'ECGControlVariablesText' +cid_concepts[3691] = \ +{'MDC': ['Interpolator', + 'HighPassFilter', + 'InterpolatorDescription', + 'HighPassFilterDescription', + 'NotchFilter', + 'NotchFilterDescription', + 'BaselineDescription', + 'LowPassFilter']} + +name_for_cid[7017] = 'CategoryofTeachingMaterialImaging' +cid_concepts[7017] = \ +{'DCM': ['CardiovascularImagingSubjectMatter', + 'GenitourinaryImagingSubjectMatter', + 'GastrointestinalImagingSubjectMatter', + 'VascularAndInterventionalImagingSubjectMatter', + 'NeuroimagingSubjectMatter', + 'UltrasoundImagingSubjectMatter', + 'NuclearMedicineImagingSubjectMatter', + 'BreastImagingSubjectMatter', + 'PediatricImagingSubjectMatter', + 'PulmonaryImagingSubjectMatter', + 'MusculoskeletalImagingSubjectMatter']} + +name_for_cid[3404] = 'StaffActions' +cid_concepts[3404] = \ +{'DCM': ['OfficeCalled', + 'PageSentTo', + 'ConsultationWith', + 'PersonnelArrived', + 'PersonnelDeparted']} + +name_for_cid[3111] = 'NuclearCardiologyRadiopharmaceuticals' +cid_concepts[3111] = \ +{'SCT': ['Thallium201', 'Tc99mSestamibi', 'Tc99mTetrofosmin']} + +name_for_cid[7152] = 'CardiacStructureSegmentationTypes' +cid_concepts[7152] = \ +{'SCT': ['Pericardium', + 'PericardialCavity', + 'Heart', + 'RightVentricle', + 'LeftVentricle', + 'Aorta']} + +name_for_cid[3668] = 'FraminghamTables' +cid_concepts[3668] = \ +{'DCM': ['TotalCholesterolScoreSheetForWomen', + 'LDLCholesterolScoreSheetForWomen', + 'TotalCholesterolScoreSheetForMen', + 'LDLCholesterolScoreSheetForMen']} + +name_for_cid[3238] = 'StressScoringScales' +cid_concepts[3238] = \ +{'DCM': ['STHRIndex', + 'RatioOfAchievedToPredictedFunctionalCapacity', + 'AerobicIndex', + 'RatioOfAchievedToPredictedMaximalOxygenConsumption'], + 'SCT': ['DukeTreadmillScore']} + +name_for_cid[12016] = 'EstimatedFetalWeightPercentileEquationsandTables' +cid_concepts[12016] = \ +{'DCM': ['FWPByGACampbell1991', 'FWPByGAHadlock1991'], + 'LN': ['FWPByGAAlexander1996', + 'FWPByGAWilliams1982', + 'MaleTwinsBWPByGAArbuckle1993', + 'FWPByGABrenner1976', + 'FemaleSingletonBWPByGAArbuckle1993', + 'FemaleTwinsBWPByGAArbuckle1993', + 'MaleSingletonBWPByGAArbuckle1993', + 'FWPByGAHadlock1985']} + +name_for_cid[3687] = 'ElectrophysiologyWaveformDurations' +cid_concepts[3687] = \ +{'MDC': ['R3DurationPerLead', + 'POnsetToP1DurationPerLead', + 'S3DurationPerLead', + 'PQSegmentTimePeriodPerLead', + 'PPTimePeriodPerLead', + 'QRSDurationPerLead', + 'VentricularActivationTimePerLead', + 'S1DurationPerLead', + 'QTUTimePeriodPerLead', + 'PDurationPerLead', + 'POnsetToP2DurationPerLead', + 'R2DurationPerLead', + 'POffsetToQRSOnsetDurationPerLead', + 'S2DurationPerLead', + 'RRTimePeriodPerLead', + 'R1DurationPerLead', + 'POnsetToP3DurationPerLead', + 'QDurationPerLead', + 'PQTimePeriodPerLead', + 'QTDurationPerLead']} + +name_for_cid[3453] = 'CardiacVolumeMethods' +cid_concepts[3453] = \ +{'DCM': ['AreaLengthDodge', + 'AreaLengthKennedy', + 'Parallelepiped', + 'TSPyramid', + 'TwoChamber', + 'MultipleSlices', + 'Boak', + 'AreaLengthWynne']} + +name_for_cid[6201] = 'ColonFindingorFeature' +cid_concepts[6201] = \ +{'DCM': ['ImageQuality', 'SelectedRegion', 'NonLesion', 'AnatomicNonColon'], + 'SCT': ['Lipoma', + 'InvertedDiverticulum', + 'IleocecalValve', + 'TumorOfColon', + 'Diverticulum', + 'Feces', + 'ContrastMedia', + 'IntraluminalFluid', + 'RectalMass', + 'OperativeSite', + 'PolypOfColon', + 'ColonicHaustra']} + +name_for_cid[3003] = 'HemodynamicWaveformSources' +cid_concepts[3003] = \ +{'SCT': ['HemodynamicOxygenSaturationWaveform', + 'LeftAtriumPressureWaveform', + 'RightVentriclePressureWaveform', + 'ThermalCardiacOutputWaveform', + 'HemodynamicPressureWaveform', + 'PulmonaryValvePullbackPressureWaveform', + 'TemperatureWaveform', + 'PulmonaryCapillaryWedgePressureWaveform', + 'ArterialPressureWaveform', + 'TricuspidValvePullbackPressureWaveform', + 'AorticPressureWaveform', + 'FemoralArteryPressureWaveform', + 'HemodynamicFlowWaveform', + 'LeftVentriclePressureWaveform', + 'RightAtriumPressureWaveform', + 'DyeDilutionCardiacOutputWaveform', + 'MitralValvePullbackPressureWaveform', + 'AorticValvePullbackPressureWaveform', + 'HemodynamicWaveform', + 'RespirationImpedanceWaveform', + 'HemodynamicImpedanceWaveform', + 'CentralVenousPressureWaveform', + 'PulmonaryArteryOxygenSaturationWaveform', + 'PulmonaryArteryWedgePressureWaveform', + 'PulmonaryArteryPressureWaveform']} + +name_for_cid[7040] = 'BroselowLutenPediatricSizeCategories' +cid_concepts[7040] = \ +{'SCT': ['BroselowLutenPurpleZone1011kg', + 'BroselowLutenYellowZone1214kg', + 'BroselowLutenWhiteZone1518kg', + 'BroselowLutenGreenZone3036kg', + 'BroselowLutenBlueZone1923kg', + 'BroselowLutenPinkZone67kg', + 'BroselowLutenOrangeZone2429kg', + 'BroselowLutenRedZone89kg']} + +name_for_cid[12104] = 'ExtracranialArteries' +cid_concepts[12104] = \ +{'SCT': ['InternalCarotidArtery', + 'ExternalCarotidArtery', + 'VertebralArtery', + 'CommonCarotidArtery', + 'CarotidBulb', + 'SubclavianArtery', + 'CarotidBifurcation']} + +name_for_cid[4050] = 'DrugorContrastAgentCharacteristics' +cid_concepts[4050] = \ +{'DCM': ['ContrastBolusIngredientOpaque', + 'ActiveIngredientUndilutedConcentration'], + 'SCT': ['ActiveIngredient', 'Volume']} + +name_for_cid[6128] = 'ChestDistributionDescriptor' +cid_concepts[6128] = \ +{'DCM': ['BatWingDistribution', + 'ButterflyDistribution', + 'Centrilobular', + 'Coalescent', + 'Lobar'], + 'SCT': ['Discoid', + 'Focal', + 'Generalized', + 'Multifocal', + 'Disseminated', + 'Systemic', + 'Diffuse', + 'Segmental']} + +name_for_cid[6082] = 'GynecologicalProcedures' +cid_concepts[6082] = \ +{'SCT': ['DilationAndCurettage', 'EndometrialBiopsy', 'Hysterectomy']} + +name_for_cid[4237] = 'LensConstantType' +cid_concepts[4237] = \ +{'DCM': ['HaigisA1', + 'HaigisA2', + 'HofferPacdConstant', + 'SurgeonFactor', + 'BarrettLensFactor', + 'ACDConstant', + 'BarrettDesignFactor', + 'HaigisA0'], + 'SCT': ['AConstant']} + +name_for_cid[3458] = 'ContourRealignment' +cid_concepts[3458] = \ +{'DCM': ['LongAxisBased', 'NoRealignment', 'CenterOfGravity']} + +name_for_cid[607] = 'AnimalFeedTypes' +cid_concepts[607] = \ +{'DCM': ['NIH31', 'NIH07', 'AIN76', 'AIN93G', 'AIN93M']} + +name_for_cid[12226] = 'EchocardiographyImageView' +cid_concepts[12226] = \ +{'SCT': ['ParasternalShortAxisAtTheMitralValveLevel', + 'SubcostalShortAxis', + 'ParasternalLongAxis', + 'SuprasternalShortAxis', + 'SubcostalViewOfCardiacOutletsDirectedAnteriorly', + 'ParasternalLongAxisViewOfTheRVOutflowTract', + 'ParasternalShortAxisAtThePapillaryMuscleLevel', + 'SuprasternalSagittalView', + 'SuprasternalLongAxis', + 'TransesophagealShortAxisView', + 'SuprasternalCoronalView', + 'ParasternalLongAxisViewOfTheRVInflowTract', + 'RightVentricularInflowTractView', + 'ApicalTwoChamber', + 'SuprasternalLongAxisViewOfAorticArch', + 'SubcostalObliqueCoronalView', + 'SubcostalLongAxis', + 'SubcostalShortAxisViewAtMitralValveLevel', + 'ApicalLongAxis', + 'SubcostalShortAxisViewAtAorticValveLevel', + 'ParasternalShortAxisAtTheAorticValveLevel', + 'SubcostalShortAxisViewAtPapillaryMuscleLevel', + 'SubcostalShortAxisViewAtVenousInflowLevel', + 'ApicalFourChamber', + 'ParasternalShortAxisAtTheLevelOfTheMitralChords', + 'RightVentricularOutflowTractView', + 'ParasternalShortAxis']} + +name_for_cid[6066] = 'TargetConfirmation' +cid_concepts[6066] = \ +{'DCM': ['TargetContainedInTheSpecimen', + 'TargetPartiallyObtainedInTheSpecimen', + 'TargetNotInTheSpecimen', + 'CalcificationsSeenInTheCore', + 'LesionCompletelyRemoved', + 'LesionPartiallyRemoved', + 'FluidObtained']} + +name_for_cid[6089] = 'Substances' +cid_concepts[6089] = \ +{'SCT': ['LysergicAcidDiethlyamide', + 'Methlyphenidate', + 'Methadone', + 'Phencyclidine', + 'Morphine', + 'Cocaine', + 'Heroin', + 'Amphetamine', + 'Caffeine', + 'Marijuana', + 'EthylAlcohol', + 'ChewingTobacco', + 'CigaretteSmokingTobacco', + 'Mescaline']} + +name_for_cid[6123] = 'ChestOpacityDescriptor' +cid_concepts[6123] = \ +{'DCM': ['Linear', + 'Profusion', + 'SilhouetteSign', + 'Acinar', + 'AirSpace', + 'Fibronodular', + 'Fluffy']} + +name_for_cid[4260] = 'OphthalmicMappingUnitsforRealWorldValueMapping' +cid_concepts[4260] = \ +{'UCUM': ['Micrometer']} + +name_for_cid[9517] = 'RadiotherapyBlockDeviceTypes' +cid_concepts[9517] = \ +{'DCM': ['ApertureBlock'], 'SCT': ['ShieldingBlock']} + +name_for_cid[7159] = 'LesionSegmentationTypes' +cid_concepts[7159] = \ +{'DCM': ['Background'], + 'NCIt': ['EnhancingLesion', 'NonEnhancingLesion'], + 'SCT': ['Embolus', + 'Mass', + 'Normal', + 'Cyst', + 'Abscess', + 'Edema', + 'NeoplasmPrimary', + 'BloodClot', + 'Nodule', + 'Neoplasm', + 'NeoplasmSecondary', + 'Necrosis', + 'Hemorrhage', + 'Inflammation']} + +name_for_cid[12271] = 'CardiacUltrasoundOutflowTractsMeasurements' +cid_concepts[12271] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval', 'WallMass'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleAWave', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'AWaveAmplitude', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'EndocardialArea', + 'PeakTissueVelocity', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeToLeftVentricleETissueVelocity', + 'PercentThickening', + 'ACInterval', + 'BCSlope', + 'PreEjectionPeriod', + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleEWave', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'TimeFromQWaveToPulmonicValveCloses', + 'CEDistance', + 'DpDtByUS', + 'PulmonaryArteryPressureUsingAccelTime', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'InterventricularSeptumToPosteriorWallThicknessRatio', + 'IsovolumicRelaxationTime', + 'TimeToLeftVentricleSTissueVelocity', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'LeftVentricleMeridionalWallStress', + 'LeftVentricleEToATissueVelocityRatio', + 'SystolicToDiastolicVelocityRatio', + 'AorticValveCuspSeparation', + 'EpicardialArea', + 'MyocardialPerformanceIndexTei', + 'TimeAveragedMeanVelocity', + 'DEExcursion'], + 'SCT': ['MajorAxis', + 'Volume', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'RatioOfMVPeakVelocityToLVPeakTissueVelocityEWave', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[6031] = 'BenignPathologyCodesfromBIRADS®' +cid_concepts[6031] = \ +{'DCM': ['FibroadenomatoidHyperplasia', + 'Fibroadenolipoma', + 'PseudoangiomatousStromalHyperplasia', + 'NormalAxillaryNode', + 'AxillaryNodeWithCalcifications', + 'SiliconeGranuloma', + 'AxillaryNodeHyperplasia', + 'VirginalHyperplasia', + 'BenignCystWithBlood', + 'OilCyst', + 'PostReductionMammoplasty', + 'BenignCalcifications', + 'DuctalAdenoma', + 'DiabeticFibrousMastopathy', + 'LargeDuctPapilloma', + 'MicroglandularAdenosis', + 'MultipleIntraductalPapillomas', + 'NoAbnormality', + 'NormalBreastTissue', + 'JuvenilePapillomatosis', + 'LactationalChange'], + 'SCT': ['Hemangioma', + 'LactatingAdenoma', + 'CystOfBreast', + 'FatNecrosisOfBreast', + 'InfarctionOfBreast', + 'Adenoma', + 'Leiomyoma', + 'RadialScar', + 'HemangiomaOfSubcutaneousTissue', + 'LymphNode', + 'HemangiomaVenous', + 'BreastLobularHyperplasia', + 'GranularCellTumor', + 'Angiolipoma', + 'EpidermalInclusionCyst', + 'Galactocele', + 'ForeignBody', + 'HyperplasiaUsual', + 'ThrombophlebitisOfBreastMondorDisease', + 'ScarTissue', + 'Angiomatosis', + 'Adenosis', + 'DuctalHyperplasiaUsual', + 'Seroma', + 'Gynecomastia', + 'ExtraAbdominalDesmoid', + 'GiantFibroadenoma', + 'Fibromatosis', + 'Inflammation', + 'IntramammaryLymphNode', + 'ApocrineMetaplasia', + 'TubularAdenoma', + 'IntraductalPapilloma', + 'Hematoma', + 'Amyloid', + 'Neurofibromatosis', + 'PleomorphicAdenoma', + 'Neurofibroma', + 'Adenomyoepithelioma', + 'FocalFibrosis', + 'IntracysticPapilloma', + 'Myofibroblastoma', + 'Lipoma', + 'JuvenileFibroadenoma', + 'EctopicAccessoryBreastTissue', + 'Abscess', + 'SclerosingAdenosis', + 'Edema', + 'Papilloma', + 'Adenolipoma', + 'Hamartoma', + 'AsynchronousInvolutionOfBreast', + 'Fibroadenoma', + 'FibrocysticDiseaseOfBreast', + 'MammaryDuctEctasia', + 'Chondroma', + 'BenignNeoplasmOfNippleOfFemaleBreastNippleAdenoma']} + +name_for_cid[3233] = 'STSegmentMorphology' +cid_concepts[3233] = \ +{'DCM': ['STDepressionHorizontal', + 'STDepressionUpsloping', + 'STDepressionDownsloping'], + 'SCT': ['STElevation', 'STDepression']} + +name_for_cid[3663] = 'BodySurfaceAreaEquations' +cid_concepts[3663] = \ +{'DCM': ['BSAEquals0Point038189WT0Point423HT0Point362', + 'BSAEquals13210Point3433WT', + 'BSAEquals0Point010265WT0Point423HT0Point651', + 'BSAEquals0Point0004688WT0Point8168To0Point0154LogWT', + 'BSAEquals0Point008883WT0Point444HT0Point663', + 'BSAEquals0Point024265WT0Point5378Htcm0Point3964', + 'BSAEqualsHTWT360Point5', + 'BSAEquals0Point007358WT0Point425HT0Point725', + 'BSAEquals0Point007184WT0Point425HT0Point725', + 'BSAEquals0Point0235WT0Point51456Htcm0Point42246', + 'BSAEquals0Point003207WT0Point7285To0Point0188LogWTHT0Point3', + 'BSAEquals0Point009568WT0Point473HT0Point655']} + +name_for_cid[7270] = 'MRDiffusionComponentSemantics' +cid_concepts[7270] = \ +{'DCM': ['VolumetricDiffusionDxzComponent', + 'VolumetricDiffusionDxyComponent', + 'DiffusionWeighted', + 'VolumetricDiffusionDxxComponent', + 'VolumetricDiffusionDzzComponent', + 'VolumetricDiffusionDyzComponent', + 'VolumetricDiffusionDyyComponent']} + +name_for_cid[10020] = 'SourceofProjectionXRayDoseInformation' +cid_concepts[10020] = \ +{'DCM': ['SystemCalculated', + 'CopiedFromImageAttributes', + 'ManualEntry', + 'DerivedFromHumanReadableReports', + 'AutomatedDataCollection', + 'ComputedFromImageAttributes', + 'MPPSContent'], + 'SCT': ['Dosimeter']} + +name_for_cid[3726] = 'IndicationsforCoronaryIntervention' +cid_concepts[3726] = \ +{'DCM': ['CoronaryLesionGreaterThanEquals50PercentStenosis'], + 'SCT': ['CardiogenicShock']} + +name_for_cid[3419] = 'FindingsTitles' +cid_concepts[3419] = \ +{'DCM': ['Recommendation', 'Impression', 'Finding']} + +name_for_cid[646] = 'PreclinicalSmallAnimalImagingProcedures' +cid_concepts[646] = \ +{'DCM': ['SPECTOfWholeBody', 'SPECTCTOfWholeBody'], + 'LN': ['MRIWholeBody', + 'HeadCT', + 'RadionuclideScanOfWholeBody', + 'BrainMRI', + 'RadionuclideBrainScan', + 'PETWholeBody', + 'WholeBodyCT', + 'BrainPET', + 'BrainSPECT'], + 'SCT': ['UltrasonographyOfTotalBody']} + +name_for_cid[12288] = 'CardiacUltrasoundOutflowTractsFindingSites' +cid_concepts[12288] = \ +{'SCT': ['RastelliInterventricularTunnel', + 'PulmonicValve', + 'LeftVentricleToPulmonaryArteryConduitAnastomosis', + 'RightVentricle', + 'LeftVentricle', + 'RightVentricleToPulmonaryArteryConduitAnastomosis', + 'AorticValve']} + +name_for_cid[12267] = 'CardiacUltrasoundTricuspidValve' +cid_concepts[12267] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RRInterval', + 'BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'TimeFromQWaveToTricuspidValveOpens', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'CEDistance', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'DEExcursion', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'TricuspidDiastolicFillingPeriodDfpt', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[703] = 'BasisofAssessment' +cid_concepts[703] = \ +{'DCM': ['AssessmentByRules', 'AssessmentByComparison']} + +name_for_cid[9501] = 'PrescriptionAnatomyCategories' +cid_concepts[9501] = \ +{'DCM': ['ExternalBodyModel', 'NonSpecificVolume'], + 'SCT': ['AnatomicalStructure', 'PhysicalObject']} + +name_for_cid[6027] = 'AssessmentfromBIRADS®' +cid_concepts[6027] = \ +{} + +name_for_cid[3730] = 'InsurancePayor' +cid_concepts[3730] = \ +{} + +name_for_cid[6162] = 'AssessmentofMetastasisforBreast' +cid_concepts[6162] = \ +{'SCT': ['M1DistantMetastasis', + 'MXDistantMetastasisCannotBeAssessed', + 'M0NoDistantMetastasis']} + +name_for_cid[241] = 'PresentAbsentOnly' +cid_concepts[241] = \ +{'SCT': ['Absent', 'Present']} + +name_for_cid[8202] = 'SurfaceScanModeTypes' +cid_concepts[8202] = \ +{'DCM': ['HighResolution', 'FastMode', 'Checkerboard', 'TurntableScanMethod']} + +name_for_cid[611] = 'AnesthesiaCategoryCodeTypeforSmallAnimalAnesthesia' +cid_concepts[611] = \ +{'SCT': ['MonitoredAnesthesiaCareMAC', + 'GeneralAnesthesia', + 'LocalAnesthesia', + 'Sedation', + 'SpinalAnesthesia', + 'EpiduralAnesthesia', + 'RegionalAnesthesia', + 'TopicalLocalAnesthesia']} + +name_for_cid[4221] = 'VisualFixationQualityProblem' +cid_concepts[4221] = \ +{'DCM': ['EquipmentFailure', 'OperatorError', 'PatientMovement'], + 'SCT': ['EccentricFixation']} + +name_for_cid[12230] = 'GradientMethods' +cid_concepts[12230] = \ +{'DCM': ['SimplifiedBernoulli', 'FullBernoulli']} + +name_for_cid[6070] = 'BloomRichardsonHistologicGrade' +cid_concepts[6070] = \ +{'SCT': ['Grade3PoorlyDifferentiated', + 'Grade1WellDifferentiated', + 'Grade4Undifferentiated', + 'Grade2ModeratelyDifferentiated']} + +name_for_cid[12119] = 'VascularUltrasoundProperty' +cid_concepts[12119] = \ +{'LN': ['MinimumDiastolicVelocity', + 'ResistivityIndex', + 'PeakGradient', + 'MeanGradient', + 'PeakSystolicVelocity', + 'VolumeFlow', + 'AccelerationIndex', + 'VelocityRatio', + 'DecelerationTime', + 'TimeAveragedPeakVelocity', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'PulsatilityIndex', + 'EndDiastolicVelocity', + 'TimeAveragedMeanVelocity'], + 'SCT': ['VesselLumenDiameter', + 'LengthOfSegment', + 'VesselLumenCrossSectionalArea', + 'VesselDepthFromSurface', + 'VesselOutsideDiameter', + 'VesselIntimalCrossSectionalArea', + 'LumenDiameterStenosis', + 'LumenAreaStenosis', + 'VesselIntimalDiameter']} + +name_for_cid[42] = 'NumericValueQualifier' +cid_concepts[42] = \ +{'DCM': ['ValueUnknown', + 'NegativeInfinity', + 'NotANumber', + 'ValueIndeterminate', + 'DivideByZero', + 'PositiveInfinity', + 'Overflow', + 'Underflow', + 'MeasurementNotAttempted', + 'MeasurementFailure', + 'ValueOutOfRange', + 'CalculationFailure']} + +name_for_cid[10061] = 'AbsorbedRadiationDoseTypes' +cid_concepts[10061] = \ +{'DCM': ['MinimumAbsorbedRadiationDose', + 'MaximumAbsorbedRadiationDose', + 'ModeAbsorbedRadiationDose', + 'MeanAbsorbedRadiationDose', + 'MedianAbsorbedRadiationDose']} + +name_for_cid[3337] = 'HemodynamicAnnotations' +cid_concepts[3337] = \ +{'DCM': ['BeatDetected', + 'AWavePeakPressure', + '_70PercentOfThermalDyeDilutionCO', + 'ValveOpen', + 'BeatDetected', + 'AWavePressureAverage', + 'VWavePeakPressure', + '_35PercentOfThermalDyeDilutionCO', + 'ValveClose', + 'VWavePressureAverage', + 'StartOfInspiration', + 'VMaxMyocardial', + 'StartOfThermalCO', + 'EndOfSystole', + 'Tau', + 'IndicatorMeanTransitTime', + 'MaxNegDpDt', + 'StartOfExpiration', + 'PeakOfThermalCardiacOutputBolus', + 'EndOfExpiration', + 'MaxDpDt', + 'EndOfInspiration'], + 'SCT': ['AverageDiastolicBloodPressure', + 'MinimumDiastolicBloodPressure', + 'MaximumSystolicBloodPressure', + 'MeanBloodPressure', + 'EndDiastole', + 'AverageSystolicBloodPressure']} + +name_for_cid[6135] = 'ImageQualityFinding' +cid_concepts[6135] = \ +{'DCM': ['OtherFailure', + 'MotionBlur', + 'UnknownFailure', + 'UnderExposed', + 'Positioning', + 'OverExposed', + 'NoImage', + 'DetectorArtifacts', + 'ArtifactsOtherThanGridOrDetectorArtifact', + 'MechanicalFailure', + 'ElectricalFailure', + 'SoftwareFailure', + 'GridArtifacts', + 'InappropriateImageProcessing'], + 'RADLEX': ['BeamHardeningArtifact']} + +name_for_cid[4108] = 'PerfusionModelParameters' +cid_concepts[4108] = \ +{'DCM': ['MeanTransitTime', + 'RelativeRegionalBloodFlow', + 'RelativeRegionalBloodVolume', + 'TimeToPeak', + 'AbsoluteRegionalBloodFlow', + 'AbsoluteRegionalBloodVolume', + 'OxygenExtractionFraction', + 'Tmax']} + +name_for_cid[3120] = 'PerfusionFindings' +cid_concepts[3120] = \ +{'SCT': ['Abnormal', 'Equivocal', 'MyocardialPerfusionNormal']} + +name_for_cid[3823] = 'RespiratoryStatus' +cid_concepts[3823] = \ +{'DCM': ['CentralBreathingPosition'], + 'SCT': ['ValsalvaManeuver', + 'Expiration', + 'ShallowBreathing', + 'Inspiration', + 'AutonomousBreathing']} + +name_for_cid[7026] = 'RadiotherapeuticDoseMeasurementDevices' +cid_concepts[7026] = \ +{'DCM': ['_3DGel', + 'IonChamberArray', + 'DiodeArray', + 'LiquidIonChamber', + 'Diode', + 'IonChamber', + 'OSLD', + 'DiamondDetector'], + 'SCT': ['MOSFETRadiationTherapyDosimetrySystemDosimeter', + 'DigitalImager', + 'MedicalXRayFilm', + 'ThermoluminescentRadiationDosimeter']} + +name_for_cid[7476] = 'GrayLevelSizeZoneBasedFeatures' +cid_concepts[7476] = \ +{} + +name_for_cid[3209] = 'SummaryCodesStressImaging' +cid_concepts[3209] = \ +{'SCT': ['ImagingResultEquivocal', + 'ImagingResultNormal', + 'ImagingResultAbnormal', + 'NotPerformed']} + +name_for_cid[3527] = 'BloodBaseExcess' +cid_concepts[3527] = \ +{'LN': ['BloodBaseExcess', 'VenousBloodBaseExcess', 'ArterialBloodBaseExcess']} + +name_for_cid[3462] = 'ChamberIdentification' +cid_concepts[3462] = \ +{'SCT': ['RightAtrium', 'RightVentricle', 'LeftVentricle', 'LeftAtrium']} + +name_for_cid[6119] = 'ChestBorderShape' +cid_concepts[6119] = \ +{'DCM': ['Elliptic', 'Lobulated', 'Spiculated'], + 'SCT': ['RoundShape', 'Irregular']} + +name_for_cid[3531] = 'OxygenAdministration' +cid_concepts[3531] = \ +{'DCM': ['OxygenAdministrationByVentilator'], + 'SCT': ['OxygenAdministrationByMask', 'OxygenAdministrationByNasalCannula']} + +name_for_cid[8111] = 'SpecimenPreparationProcedure' +cid_concepts[8111] = \ +{'DCM': ['SpecimenStorage'], + 'SCT': ['Staining', + 'SpecimenProcessing', + 'SpecimenCollection', + 'SamplingOfTissueSpecimen', + 'SpecimenReceiving']} + +name_for_cid[502] = 'VolumetricViewModifier' +cid_concepts[502] = \ +{'DCM': ['Crosstable'], + 'SCT': ['Transoral', + 'Caudal', + 'Sagittal', + 'Caudad', + 'FiveChamber', + 'LongAxis', + 'Parasagittal', + 'Transforamenal', + 'FourChamber', + 'OffAxis', + 'ShortAxis', + 'TwoChamber', + 'Oblique', + 'Cephalad', + 'Coronal', + 'Transthoracic', + 'Transverse', + 'Transorbital', + 'MouthClosed', + 'Cephalic', + 'Longitudinal']} + +name_for_cid[3618] = 'HemodynamicFlows' +cid_concepts[3618] = \ +{'DCM': ['SystemicFlow', 'PulmonaryFlow']} + +name_for_cid[12123] = 'CarotidRatios' +cid_concepts[12123] = \ +{'LN': ['ICACCAVelocityRatio']} + +name_for_cid[3835] = 'CardiacVolumeMeasurements' +cid_concepts[3835] = \ +{'DCM': ['LeftAtrialEDVolume', 'LeftAtrialESVolume'], + 'LN': ['RightVentricularESVolume', + 'LeftVentricularESVolume', + 'RightVentricularEDVolume', + 'LeftVentricularEDVolume'], + 'SCT': ['StrokeVolume']} + +name_for_cid[3423] = 'NumericDeviceCharacteristics' +cid_concepts[3423] = \ +{'DCM': ['TransmitFrequency', 'CatheterCurve', 'InterMarkerDistance'], + 'SCT': ['Length', 'Diameter', 'Volume']} + +name_for_cid[7460] = 'UnitsofLinearMeasurement' +cid_concepts[7460] = \ +{'UCUM': ['Millimeter', 'Centimeter', 'Micrometer']} + +name_for_cid[7030] = 'InstitutionalDepartments,UnitsandServices' +cid_concepts[7030] = \ +{'DCM': ['PediatricRadiology', + 'ThoracicRadiology', + 'AbdominalRadiology', + 'CardiovascularRadiology', + 'BiomedicalEngineering', + 'MedicalPhysics', + 'InformationTechnology', + 'MusculoskeletalRadiology'], + 'SCT': ['Psychology', + 'Ultrasonography', + 'CardiacSurgery', + 'Dermatology', + 'GeneralMedicine', + 'MagneticResonanceImagingService', + 'CardiothoracicSurgery', + 'IntensiveCare', + 'GeneralSurgery', + 'TropicalMedicine', + 'AllergyAndImmunology', + 'Nephrology', + 'DiagnosticImaging', + 'Neurosurgery', + 'OralSurgery', + 'CardiacIntensiveCare', + 'Otorhinolaryngology', + 'ChildAndAdolescentPsychiatry', + 'PediatricSurgery', + 'Urology', + 'Cytology', + 'Radiotherapy', + 'ThoracicSurgery', + 'ClinicalBiochemistry', + 'GastrointestinalSurgery', + 'AccidentAndEmergency', + 'Endoscopy', + 'Physiotherapy', + 'Rheumatology', + 'NeonatalIntensiveCare', + 'Stroke', + 'MedicalIntensiveCare', + 'PainManagement', + 'PediatricIntensiveCare', + 'Ophthalmology', + 'Audiology', + 'ObstetricsAndGynecology', + 'Pulmonology', + 'MedicalMicrobiology', + 'TraumaSurgery', + 'HepatobiliarySurgery', + 'PalliativeCare', + 'PediatricOncology', + 'SurgicalIntensiveCare', + 'Obstetrics', + 'ClinicalOncology', + 'Endocrinology', + 'Rehabilitation', + 'BurnsIntensiveCare', + 'Surgery', + 'ColorectalSurgery', + 'Optometry', + 'ComputerizedTomographyService', + 'InfectiousDisease', + 'Cardiology', + 'NuclearMedicine', + 'DentalSurgery', + 'SpeechAndLanguageTherapy', + 'TransplantSurgery', + 'Anesthesiology', + 'PrimaryCareDepartment', + 'BreastSurgery', + 'Histopathology', + 'Radiology', + 'HandSurgery', + 'Gynecology', + 'OrthopedicSurgery', + 'InterventionalRadiologyService', + 'PediatricMedicine', + 'Psychiatry', + 'Hematology', + 'Pathology', + 'PlasticSurgery', + 'Neurology', + 'EndocrineSurgery', + 'GeriatricMedicine', + 'VascularSurgery'], + 'UMLS': ['Neuroradiology']} + +name_for_cid[6158] = 'CorrelationtoOtherFindings' +cid_concepts[6158] = \ +{'DCM': ['CorrelatesToPhysicalExamFindings', + 'CorrelatesToMammographyFindings', + 'CorrelatesToMRIFindings', + 'CorrelatesToUltrasoundFindings', + 'CorrelatesToOtherImagingFindings', + 'NoCorrelationToOtherImagingFindings', + 'NoCorrelationToClinicalFindings']} + +name_for_cid[12031] = 'ProtocolIntervalEvents' +cid_concepts[12031] = \ +{'DCM': ['CessationOfStimulation', + 'OnsetOfStimulation', + 'CessationOfExercise', + 'OnsetOfExercise', + 'DestructionOfMicrobubbles', + 'StartOfContrastAgentAdministration', + 'StartOfDrugDoseAdministration']} + +name_for_cid[9242] = 'RadiotherapyAcquisitionWorkitemDefinition' +cid_concepts[9242] = \ +{'DCM': ['RTPatientPositionAcquisitionSinglePlaneMV', + 'RTPatientPositionAcquisitionUltrasound', + 'RTPatientPositionAcquisitionSpatialFiducials', + 'RTPatientPositionAcquisitionOptical', + 'RTPatientPositionAcquisitionCTKv', + 'RTPatientPositionAcquisitionCTMV', + 'RTPatientPositionAcquisitionDualPlaneKv', + 'RTPatientPositionAcquisitionDualPlaneKvMV', + 'RTPatientPositionAcquisitionDualPlaneMV', + 'RTPatientPositionAcquisitionSinglePlaneKv']} + +name_for_cid[4020] = 'PETRadionuclide' +cid_concepts[4020] = \ +{'DCM': ['_51Manganese', + '_70Arsenic', + '_90Niobium', + '_43Scandium', + '_152Terbium', + '_52mManganese', + '_44Scandium'], + 'SCT': ['_22Sodium', + '_73Selenium', + '_60Copper', + '_14Oxygen', + '_66Gallium', + '_76Bromine', + '_45Titanium', + '_68Germanium', + '_89Zirconium', + '_15Oxygen', + '_82Rubidium', + '_11Carbon', + '_62Copper', + '_68Gallium', + '_75Bromine', + '_18Fluorine', + '_62Zinc', + '_64Copper', + '_77Bromine', + '_94mTechnetium', + '_90Yttrium', + '_124Iodine', + '_38Potassium', + '_86Yttrium', + '_61Copper', + '_52Iron', + '_52Manganese', + '_72Arsenic', + '_13Nitrogen']} + +name_for_cid[12103] = 'VascularUltrasoundAnatomicLocation' +cid_concepts[12103] = \ +{'SCT': ['SubclavianVein', + 'ProfundaFemorisVein', + 'InternalCarotidArtery', + 'ExternalIliacArtery', + 'UlnarVein', + 'CeliacAxis', + 'OvarianVein', + 'PosteriorCerebralArtery', + 'BasilarArtery', + 'DeepPalmarVenousArch', + 'LateralCalfPerforator', + 'InferiorVenaCava', + 'CentralRetinalVein', + 'ProperHepaticArtery', + 'InterlobarArteryOfKidney', + 'GastricArtery', + 'FourthLumbarArtery', + 'AnteriorMiddleCerebralArteryBifurcation', + 'ThirdLumbarArtery', + 'PerforatingArteryOfKidney', + 'UmbilicalArtery', + 'InternalCarotidArteryC6Segment', + 'RadialArtery', + 'AnteriorTibialArtery', + 'SolealVein', + 'CommonCarotidArtery', + 'LobarArtery', + 'GreatSaphenousVeinOfCalf', + 'Aorta', + 'ThighPerforator', + 'CommonIliacArteryBifurcation', + 'MiddleHepaticVein', + 'RightMainBranchOfPortalVein', + 'RadialVein', + 'RightBranchOfHepaticArtery', + 'ExternalIliacVein', + 'CommonHepaticArtery', + 'UterineArtery', + 'SubclavianArtery', + 'CentralRetinalArtery', + 'FirstLumbarArtery', + 'OphthalmicArtery', + 'PoplitealArtery', + 'SegmentalArtery', + 'MiddleCerebralArteryM1Segment', + 'BrachialVein', + 'InternalIliacArtery', + 'SuperiorVenaCava', + 'SuperficialPalmarArch', + 'UlnarArtery', + 'OvarianArtery', + 'SixthLumbarArtery', + 'PosteriorArchVein', + 'SplenicVein', + 'PeronealArtery', + 'CarotidBifurcation', + 'SaphenousVein', + 'SuperficialFemoralVein', + 'SplenicArtery', + 'InnominateArtery', + 'RenalArtery', + 'SuperiorMesentericVein', + 'GastroduodenalArtery', + 'LumbarArtery', + 'AccessoryRenalArtery', + 'PeronealVein', + 'BrachialArtery', + 'DorsalisPedisArtery', + 'InfraRenalAorta', + 'CommonFemoralArtery', + 'SuperficialPalmarVenousArch', + 'CarotidBulb', + 'CommonFemoralVein', + 'PoplitealVein', + 'GiacominiVein', + 'InternalCarotidArteryC5Segment', + 'InferiorMesentericVein', + 'AnteriorCommunicatingArtery', + 'MedianCubitalVein', + 'HilarArtery', + 'TerminalInternalCarotidArtery', + 'AxillaryArtery', + 'HepaticVein', + 'VertebralArtery', + 'TransjugularIntrahepaticPortosystemicShunt', + 'SaphenofemoralJunction', + 'SupraRenalAorta', + 'InternalJugularVein', + 'CockettPerforatingVein', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'UmbilicalVein', + 'CommonIliacVein', + 'PosteriorTibialArtery', + 'PosteriorCerebralArteryP1Segment', + 'TesticularArtery', + 'GreatSaphenousVeinOfThigh', + 'LeftHepaticVein', + 'InnominateVein', + 'SuperficialFemoralArtery', + 'PortalVein', + 'PosteriorCommunicatingArtery', + 'AnteriorCerebralArtery', + 'LeftBranchOfHepaticArtery', + 'RenalVein', + 'InternalIliacVein', + 'BoydPerforatingVein', + 'IlealVein', + 'ArcuateArteryOfTheKidney', + 'CommonIliacArtery', + 'RightHepaticVein', + 'CephalicVein', + 'GastrocnemiusVein', + 'GastricVein', + 'MiddleCerebralArteryM2Segment', + 'LeftMainBranchOfPortalVein', + 'MiddleCerebralArtery', + 'PosteriorCerebralArteryP2Segment', + 'InferiorRightHepaticVein', + 'TesticularVein', + 'CarotidSiphon', + 'AnteriorTibialVein', + 'PosteriorTibialVein', + 'SaphenopoplitealJunction', + 'BasilicVein', + 'PlantarArterialArch', + 'HunterianPerforatingVein', + 'AnteriorPosteriorCerebralArteryBifurcation', + 'DeepPalmarArchOfRadialArtery', + 'ProfundaFemorisArtery', + 'FifthLumbarArtery', + 'AxillaryVein', + 'LesserSaphenousVein', + 'InferiorMesentericArtery', + 'DigitalArteryOfHand', + 'GreatSaphenousVein', + 'SecondLumbarArtery']} + +name_for_cid[8131] = 'PathologyImagingProtocols' +cid_concepts[8131] = \ +{'DCM': ['WSI40XRGB', + 'PeriOperativePhotographicImaging', + 'GrossSpecimenImaging', + 'SlideMicroscopy', + 'WholeSlideImaging', + 'WSI20XRGB']} + +name_for_cid[6085] = 'TherapiesforBreast' +cid_concepts[6085] = \ +{'SCT': ['HormoneTherapy', + 'BoneMarrowTransplant', + 'Chemotherapy', + 'RadiationTherapy']} + +name_for_cid[3004] = 'ArterialPulseWaveform' +cid_concepts[3004] = \ +{'DCM': ['ArterialPulseWaveform']} + +name_for_cid[6206] = 'RecumbentPatientOrientationforColon' +cid_concepts[6206] = \ +{'SCT': ['LeftLateralDecubitus', 'Supine', 'RightLateralDecubitus', 'Prone']} + +name_for_cid[3680] = 'ECGLeadNoiseDescriptions' +cid_concepts[3680] = \ +{'MDC': ['ModerateNoise', 'SevereNoise', 'NoNoise', 'NoSignal']} + +name_for_cid[12011] = 'UltrasoundPelvisandUterus' +cid_concepts[12011] = \ +{'LN': ['EndometriumThickness', 'CervixLength']} + +name_for_cid[3403] = 'PercutaneousEntry' +cid_concepts[3403] = \ +{'SCT': ['ViaFemoralVein', + 'ViaFemoralArtery', + 'ViaArtery', + 'ViaBrachialArtery', + 'ViaArmVein', + 'ViaRadialArtery', + 'ViaVein']} + +name_for_cid[7010] = 'KeyObjectSelectionDocumentTitle' +cid_concepts[7010] = \ +{'DCM': ['OfInterest', + 'RejectedForQualityReasons', + 'ForReferringProvider', + 'ForSurgery', + 'ForTeaching', + 'ContouringInputUsed', + 'DiagnosisInputUsed', + 'RTTreatmentPlanningInputUsed', + 'RTPrescriptionInputUsed', + 'PhysicianReviewInputUsed', + 'RTPlanSummationInputUsed', + 'PlanQualityAssuranceInputUsed', + 'PhysicistReviewInputUsed', + 'PatientSetupVerificationInputUsed', + 'MachineQualityAssuranceInputUsed', + 'ForConference', + 'ForTherapy', + 'ForPatient', + 'ForPeerReview', + 'ForResearch', + 'Manifest', + 'SignedManifest', + 'CompleteStudyContent', + 'SignedCompleteStudyContent', + 'CompleteAcquisitionContent', + 'SignedCompleteAcquisitionContent', + 'GroupOfFramesForDisplay', + 'RejectedForPatientSafetyReasons', + 'ForTumorRegistry', + 'ForClinicalTrialSubmission', + 'RTWorkflowInputUsed', + 'ForRTPlanSummation', + 'ForPhysicistReview', + 'ForPhysicianReview', + 'ForPlanQualityAssurance', + 'ForTumorBoard', + 'ForPatientSetupVerification', + 'ForMachineQualityAssurance', + 'IncorrectModalityWorklistEntry', + 'DataRetentionPolicyExpired', + 'ForReportAttachment', + 'ForLitigation', + 'CollectionOfPresentationStates', + 'ForPublicationExport', + 'ForResearchCollectionExport', + 'ForPlanComparison', + 'ForTeachingFileExport', + 'ForClinicalTrialExport', + 'RTTreatmentSessionResult', + 'PatientSetupVerificationResult', + 'RTTreatmentQAResult', + 'RTTreatmentCourseSummary', + 'ForSegmentation', + 'ForDiagnosis', + 'ForRTTreatmentPlanning', + 'ForRTPrescription', + 'QualityIssue', + 'BestInSet', + 'DosimetricResult', + 'TumorRegistryInputUsed', + 'RTPlanningResult', + 'TumorBoardInputUsed', + 'RTTreatmentSimulationResult', + 'ClinicalTrialSubmissionInputUsed', + 'DiagnosticSourceImages', + 'ForRTWorkflow', + 'ForPrinting', + 'RegistrationResult', + 'SegmentationResult', + 'RTPrescriptionResult', + 'PrePlanningResult', + 'PlanComparisonInputUsed', + 'CoordinateAlignmentImageSeries', + 'DoseCalculationImageSeries']} + +name_for_cid[12292] = 'CardiacUltrasoundCoronaryArteriesFindingSites' +cid_concepts[12292] = \ +{'SCT': ['CircumflexCoronaryArtery', + 'AnteriorDescendingBranchOfLeftCoronaryArtery', + 'ProximalCircumflexCoronaryArtery', + 'DistalCircumflexCoronaryArtery', + 'PosteriorDescendingCoronaryArtery', + 'SeptalArtery', + 'RightCoronaryArtery', + 'MidCircumflexCoronaryArtery', + 'LeftMainCoronaryArtery']} + +name_for_cid[3815] = 'SourceofVascularFinding' +cid_concepts[3815] = \ +{'SCT': ['Embolism', + 'AfterProcedure', + 'Trauma', + 'Hyperplasia', + 'Tumor', + 'Thrombosis', + 'Surgical', + 'Vasculitis']} + +name_for_cid[7155] = 'ThoracicSegmentationTypes' +cid_concepts[7155] = \ +{'SCT': ['Lung', + 'LowerLobeOfLung', + 'Mediastinum', + 'Clavicle', + 'Esophagus', + 'MiddleLobeOfRightLung', + 'BloodVessel', + 'Bronchus', + 'Diaphragm', + 'Pleura', + 'Thymus', + 'BoneOfThorax', + 'Thorax', + 'Rib', + 'ChestWallMuscle', + 'SkinOfChest', + 'Trachea', + 'UpperLobeOfLung', + 'Sternum', + 'ThoracicSpine']} + +name_for_cid[3116] = 'NMExtracardiacFindings' +cid_concepts[3116] = \ +{'SCT': ['IncreasedLungUptake', + 'AbnormalExtracardiacUptake', + 'NormalExtracardiacUptake']} + +name_for_cid[4016] = 'AnatomicRegionforIntraoralRadiography' +cid_concepts[4016] = \ +{'SCT': ['TeethGumsAndSupportingStructures', + 'Mandible', + 'JawRegion', + 'Maxilla']} + +name_for_cid[3229] = 'ECGAxisMeasurements' +cid_concepts[3229] = \ +{'MDC': ['QRSAxis', 'PAxis', 'TAxis']} + +name_for_cid[19] = 'PatientOrientation' +cid_concepts[19] = \ +{'NCIt': ['Erect'], 'SCT': ['Recumbent', 'SemiErect']} + +name_for_cid[12007] = 'FetalCranium' +cid_concepts[12007] = \ +{'LN': ['NuchalFoldThickness', + 'InnerOrbitalDiameter', + 'CisternaMagnaLength', + 'PosteriorHornLateralVentricularWidth', + 'OuterOrbitalDiameter', + 'WidthOfHemisphere', + 'LateralVentricleWidth', + 'AnteriorHornLateralVentricularWidth', + 'NuchalTranslucency', + 'TransCerebellarDiameter']} + +name_for_cid[12284] = 'CardiacUltrasoundAtriaandAtrialSeptumFindingSites' +cid_concepts[12284] = \ +{'SCT': ['RightAtrium', + 'InteratrialSeptumStructure', + 'FontanBaffleLeak', + 'LimbusOfFossaOvalis', + 'LeftAtrium', + 'LeftAuricularAppendage', + 'CommonAtrium', + 'PatentForamenOvale', + 'FontanFenestration', + 'AtrialSeptalDefect', + 'RightAuricularAppendage']} + +name_for_cid[7006] = 'SRDocumentPurposesofReference' +cid_concepts[7006] = \ +{'DCM': ['ExtendedRenderingForPresentation', + 'SourceDocument', + 'CompleteRenderingForPresentation', + 'PartialRenderingForPresentation', + 'EquivalentCDADocument']} + +name_for_cid[7456] = 'UnitsofMeasureforAge' +cid_concepts[7456] = \ +{'UCUM': ['Year', 'Minute', 'Hour', 'Week', 'Day', 'Month']} + +name_for_cid[3415] = 'CardiacRhythms' +cid_concepts[3415] = \ +{'MDC': ['AVDissociation', + 'VentricularCouplet', + 'FirstDegreeAVBlock', + 'NonRespiratorySinusArrhythmia', + 'VentricularParasystole', + 'NonsustainedVentricularTachycardia', + 'AVJunctionalNodalEscapeRhythm', + 'IrregularRhythm', + 'WolfParkinsonWhiteSyndrome', + 'Bradycardia', + 'LownGanongLevineSyndrome', + 'CompleteAVDissociation', + 'AutomaticAtrialTachycardia', + 'SecondDegreeAVBlockTypeIIMobitzTypeII', + 'AtrialEctopicRhythm', + 'TorsadesDePointesVentricularTachycardia', + 'SinusArrhythmia', + 'WanderingSinusPacemakerWithinTheSinusNode', + 'AcceleratedIdioventricularRhythm', + 'SustainedMonomorphicVentricularTachycardia', + 'WolfParkinsonTypeA', + 'AcceleratedAVJunctionalNodalRhythm', + 'VentricularBigeminy', + 'CalibrationSignal', + 'SinusBradycardia', + 'AVReciprocatingTachycardia', + 'SupraventricularAtrialOrJunctionalEctopicRhythm', + 'VentricularRhythm', + 'VentricularFlutter', + 'SupraventricularParoxsysmalTachycardia', + 'VentricularDemandModePacing', + 'SecondDegreeSABlockTypeII', + 'AVDissociationWithInterference', + 'ParoxsysmalAtrialTachycardia', + 'VentricularRun', + 'SecondDegreeAVBlock', + 'LowHeartRateVariability', + 'PreExcitation', + 'RespiratorySinusArrhythmia', + 'IdioventricularVentricularEscapeRhythm', + 'VentricularFibrillation', + 'Asystole', + 'AVJunctionalNodalRhythm', + 'SinusRhythm', + 'FirstDegreeSABlock', + 'TWaveAlternans', + 'AtrialFlutter', + 'ThirdDegreeAVBlockCompleteAVBlock', + 'AtrialBigeminy', + 'AtrialDemandModePacing', + 'VentricularTrigeminy', + 'ReentrantAVNodalTachycardia', + 'JunctionalTachycardia', + 'SinusTachycardia', + 'SupraventricularTachycardia', + 'AntiTachycardiaPacing', + 'IsorhythmicAVDissociation', + 'MultifocalAtrialTachycardia', + 'VentricularTachycardia', + 'SecondDegreeAVBlockTypeIWenckebachOrMobitzTypeI', + 'WanderingPacemakerBetweenTheSinusNodeAndTheAVNode', + 'PolymorphicVentricularTachycardia', + 'WolfParkinsonTypeB', + 'SlowVentricularTachycardiaIdioventricularTachycardia', + 'ThirdDegreeSABlockCompleteSABlock', + 'NormalSinusRhythm', + 'SecondDegreeSABlockTypeIWenckebach', + 'AtrialFibrillation', + 'AtrialTachycardia']} + +name_for_cid[3550] = 'CirculatorySupportActions' +cid_concepts[3550] = \ +{'DCM': ['EndCirculatorySupport', 'BeginCirculatorySupport']} + +name_for_cid[6302] = 'ProstateSectorAnatomyfromEuropeanConcensus16Sector(Minimal)Model' +cid_concepts[6302] = \ +{'SCT': ['CentralZoneOfRightHalfProstate', + 'RightPosteromedialMiddlePeripheralZoneOfProstate', + 'CentralZoneOfLeftHalfProstate', + 'LeftBasalPeripheralZoneOfProstate', + 'LeftLateralMiddlePeripheralZoneOfProstate', + 'LeftPosteromedialMiddlePeripheralZoneOfProstate', + 'RightBasalPeripheralZoneOfProstate', + 'LeftApicalTransitionZoneOfProstate', + 'MaleExternalUrethralSphincter', + 'RightApicalTransitionZoneOfProstate', + 'LeftBasalPartTransitionZoneOfProstate', + 'RightBasalTransitionZoneOfProstate', + 'LeftSeminalVesicle', + 'LeftMiddleTransitionZoneOfProstate', + 'LeftApicalPeripheralZoneOfProstate', + 'RightApicalPeripheralZoneOfProstate', + 'RightMiddleTransitionZoneOfProstate', + 'RightSeminalVesicle', + 'RightLateralMiddlePeripheralZoneOfProstate']} + +name_for_cid[12115] = 'RenalVessels' +cid_concepts[12115] = \ +{'SCT': ['RenalArtery', + 'LobarArtery', + 'PerforatingArteryOfKidney', + 'AccessoryRenalArtery', + 'SegmentalArtery', + 'HilarArtery', + 'RenalVein', + 'ArcuateArteryOfTheKidney', + 'InterlobarArteryOfKidney']} + +name_for_cid[6093] = 'QualitativeConceptsforUsage,ExposureAmount' +cid_concepts[6093] = \ +{'DCM': ['RelativeDoseAmount', + 'RelativeAmountOfExposure', + 'RelativeAmountOfUse']} + +name_for_cid[4104] = 'BolusArrivalTimeDerivationMethods' +cid_concepts[4104] = \ +{'DCM': ['TemporalDerivativeExceedsThreshold', + 'TimeOfPeakConcentration', + 'TimeOfLeadingHalfPeakConcentration']} + +name_for_cid[6139] = 'NonlesionModifiers' +cid_concepts[6139] = \ +{'SCT': ['External', 'Internal']} + +name_for_cid[6210] = 'LocationinIntestinalTract' +cid_concepts[6210] = \ +{'SCT': ['Rectum', + 'SigmoidColon', + 'DescendingColon', + 'TransverseColon', + 'SplenicFlexureOfColon', + 'Cecum', + 'AscendingColon', + 'HepaticFlexureOfColon']} + +name_for_cid[3442] = 'PeripheralPulseMethods' +cid_concepts[3442] = \ +{'SCT': ['Doppler', 'Palpation']} + +name_for_cid[3710] = 'CoronaryDominance' +cid_concepts[3710] = \ +{'SCT': ['BalancedCoronaryDominance', + 'LeftCoronaryDominance', + 'RightCoronaryDominance']} + +name_for_cid[6142] = 'CalculatedValue' +cid_concepts[6142] = \ +{'DCM': ['MassOfParenchymalTissue', + 'MassOfBreast', + 'AreaOfVascularCalcification', + 'VolumeOfVascularCalcification', + 'PercentageOfVascularCalcification', + 'MassOfVascularCalcification', + 'AverageCalcificationDistanceInACalcificationCluster', + 'CalciumScore', + 'StandardDeviationDistanceOfCalcificationsInACluster', + 'BreastTissueDensity', + 'VolumeOfParenchymalTissue', + 'VolumeOfBreast', + 'CavityExtentAsPercentOfVolume', + 'CalcificationExtentAsPercentOfSurface', + 'CalcificationExtentAsPercentOfVolume']} + +name_for_cid[7303] = 'ImplantTemplatesModifiedViewOrientations' +cid_concepts[7303] = \ +{'DCM': ['AP45', 'AP45']} + +name_for_cid[10016] = 'AnodeTargetMaterial' +cid_concepts[10016] = \ +{'SCT': ['TungstenOrTungstenCompound', + 'MolybdenumOrMolybdenumCompound', + 'RhodiumOrRhodiumCompound']} + +name_for_cid[3205] = 'IndicationsforPharmacologicalStressTest' +cid_concepts[3205] = \ +{'DCM': ['PatientWeightExceedsEquipmentLimit'], + 'SCT': ['RecentMyocardialInfarction', + 'Asthenia', + 'AtaxiaOrIncoordination', + 'OpenWoundOfLowerLimb', + 'Cachexia', + 'TransientLimbParalysis', + 'PatientHasPacemaker', + 'FractureOfLowerLimb', + 'DependenceOnEnablingMachineOrDevice', + 'PeripheralVascularDisease', + 'LeftBundleBranchBlock', + 'ParalyticSyndrome', + 'GaitProblem', + 'RequestByPhysician', + 'PulmonaryDisease', + 'LowerLimbAmputation', + 'CannotReachTargetHeartRate']} + +name_for_cid[6007] = 'CharacteristicsofMarginfromBIRADS®' +cid_concepts[6007] = \ +{'DCM': ['AngularMargins'], + 'SCT': ['SpiculatedLesion', + 'CircumscribedLesion', + 'ObscuredLesion', + 'IndistinctLesion', + 'MicrolobulatedLesion']} + +name_for_cid[12247] = 'Pediatric,FetalandCongenitalCardiacSurgicalInterventions' +cid_concepts[12247] = \ +{'SCT': ['RastelliOperation', + 'CreationOfConduitRightAtriumToPulmonaryTrunk', + 'RightSidedBidirectionalGlennShuntProcedure', + 'LeftSidedBidirectionalGlennShuntProcedure', + 'ImplantationOfHeartValveWithTissueGraft', + 'BlalockTaussigShuntPulmonarySubclavianArteryAnastomosis', + 'HemiFontanOperation', + 'NorwoodTypeOperation', + 'PatentDuctusArteriosusCoilOrDeviceClosure', + 'PartialAnomalousPulmonaryVenousConnectionOperation', + 'CentralAortopulmonaryShuntOperation', + 'ImplantationOfHeartValveProsthesisOrSyntheticDevice', + 'RepairOfCoarctationOfAorta', + 'ConstructionOfLVToAortaTunnelWRVToPAValvedConduit', + 'RepairOfTotalAnomalousPulmonaryVenousConnection', + 'PercutaneousProstheticClosureOfAtrialSeptalDefect', + 'CoarctationOfTheAortaAngioplastyWithImplantOfStent', + 'VentricularSeptalDefectDeviceClosure', + 'RadicalAortopulmonaryReconstructWRVToPAValvelessConduit', + 'ArterialSwitchOperation', + 'CoarctationOfTheAortaBalloonAngioplasty', + 'DamusStanselKayeOperation', + 'ClosureOfDuctusArteriosusWithClip', + 'AtrialInversionOperationUsingAtrialWall', + 'RightGlennShuntProcedure', + 'LateralCavalFontanProcedure', + 'SanoProcedure', + 'RepairOfDefectOfTheAtrioventricularSeptum', + 'CorrectionOfVentricularSeptalDefect', + 'AtrialSeptalDefectRepair', + 'ImplantationOfBaffleAtrialOrInteratrial', + 'MustardOperation', + 'LeftGlennShuntProcedure']} + +name_for_cid[9521] = 'RadiotherapyTreatmentEnergyUnit' +cid_concepts[9521] = \ +{'UCUM': ['Kilovolt', 'Megavolt', 'Megaelectronvolt']} + +name_for_cid[4256] = 'VisualFieldProcedureModifier' +cid_concepts[4256] = \ +{'SCT': ['Diagnostic', 'Screening']} + +name_for_cid[12302] = 'EchoFindingObservationTypes' +cid_concepts[12302] = \ +{'DCM': ['BehaviorOfTheFindingSite', 'StructureOfTheFindingSite'], + 'SCT': ['HemodynamicMeasurements']} + +name_for_cid[7180] = 'AbstractMultidimensionalImageModelComponentSemantics' +cid_concepts[7180] = \ +{'DCM': ['ApparentDiffusionCoefficient', + 'DiffusionWeighted', + 'VolumeRatio', + 'DiffusionCoefficient', + 'WaterFatOutOfPhase', + 'FractionalOccupancySegmentation', + 'WaterFatInPhase', + 'FractionalProbabilisticSegmentation', + 'BinarySegmentation', + 'WaterFraction', + 'MRSignalIntensity', + 'XRayAttenuation', + 'FatFraction', + 'YBRICTCRComponent', + 'R2Coefficient', + 'YBRICTCBComponent', + 'ChiSquare', + 'YBRICTYComponent', + 'DW', + 'YBRPARTIALCRComponent', + 'AIC', + 'YBRPARTIALCBComponent', + 'BIC', + 'YBRPARTIALYComponent', + 'Echogenicity', + 'YBRRCTCRComponent', + 'YBRRCTCBComponent', + 'YBRRCTYComponent', + 'RelativeLinearStoppingPower', + 'RGBRComponent', + 'UltrasoundAttenuation', + '', + 'SpeedOfSound', + 'Vp', + 'Perfusion', + 'Elasticity', + 'EquivalentDose', + 'AbsorbedDose', + 'YBRFULLCRComponent', + 'YBRFULLCBComponent', + 'YBRFULLYComponent', + 'RGBBComponent', + 'RGBGComponent', + 'CreatineCholineCitrateRatio', + 'MagnetizationTransferRatio', + 'IAUC90BN', + 'IAUC180BN', + 'CreatineAndCholine', + 'LipidAndLactate', + 'SpatialDisplacementYComponent', + 'SpatialDisplacementXComponent', + 'NuclearMedicineTomographicActivity', + 'IAUC', + 'NuclearMedicineProjectionActivity', + 'IAUC60', + 'IAUC90', + 'IAUC180', + 'IAUCBN', + 'IAUC60BN', + 'FlowVariance', + 'FlowVelocity', + 'TissueVelocity', + 'IndexedHemodynamicResistance', + 'HemodynamicResistance', + 'SpatialDisplacementZComponent', + 'AttenuationCoefficient', + 'GlutamateAndGlutamine', + 'CholineCreatineRatio', + 'NAcetylaspartateCreatineRatio', + 'NAcetylaspartateCholineRatio', + 'Tmax', + 'R2', + 'VolumetricDiffusionDxzComponent', + 'MagneticSusceptibility', + 'VolumetricDiffusionDxyComponent', + 'VolumetricDiffusionDxxComponent', + 'RelativeRegionalBloodFlow', + 'RelativeRegionalBloodVolume', + 'Ktrans', + 'Kep', + 'Ve', + 'BloodOxygenationLevel', + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity', + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity', + 'AbsoluteRegionalBloodFlow', + 'T1WeightedDynamicContrastEnhancedMRSignalIntensity', + 'AbsoluteRegionalBloodVolume', + 'VolumetricDiffusionDzzComponent', + 'OxygenExtractionFraction', + 'R1', + 'VolumetricDiffusionDyzComponent', + 'R2', + 'VolumetricDiffusionDyyComponent', + 'VelocityEncoded', + 'ZScore', + 'ContrastAgentAngioMRSignalIntensity', + 'SpinTaggingPerfusionMRSignalIntensity', + 'RelativeAnisotropy', + 'FractionalAnisotropy', + 'FieldMapMRSignalIntensity', + 'T2WeightedMRSignalIntensity', + 'T2WeightedMRSignalIntensity', + 'T1WeightedMRSignalIntensity', + 'ProtonDensityWeightedMRSignalIntensity', + 'TimeOfFlightAngioMRSignalIntensity', + 'T1', + 'T2', + 'T2', + 'TimeCourseOfSignal', + 'TemperatureEncoded', + 'StudentTTest', + 'TimeToPeak', + 'SignalToNoise', + 'TemporalDerivativeThreshold', + 'MaximumSlope', + 'MaximumDifference', + 'TracerConcentration', + 'TimeOfPeakConcentration', + 'BolusArrivalTime', + 'TimeOfLeadingHalfPeakConcentration', + 'MeanTransitTime', + 'KurtosisDiffusionCoefficient', + 'GammaDistributionScaleParameter', + 'NegativeEnhancementIntegral', + 'GammaDistributionShapeParameter', + 'GammaDistributionMode', + 'DistributedDiffusionCoefficient', + 'RCoefficient', + 'AnomalousExponentParameter', + 'ProtonDensity', + 'SignalChange', + 'Suvbsa', + 'Suvibw', + 'SuvlbmJanma', + 'SuvlbmJames128', + 'MonoExponentialApparentDiffusionCoefficient', + 'SlowDiffusionCoefficient', + 'FastDiffusionCoefficient', + 'FastDiffusionCoefficientFraction', + 'StandardizedUptakeValue', + 'Suvbw', + 'Suvlbm'], + 'SCT': ['Fat', + 'Lipid', + 'NAcetylaspartate', + 'PowerDoppler', + 'Creatine', + 'Glutamine', + 'Tuarine', + 'Citrate', + 'Lactate', + 'Inositol', + 'Water', + 'Choline']} + +name_for_cid[62] = 'ImagingAgentAdministrationPhaseType' +cid_concepts[62] = \ +{'DCM': ['AutomaticAdministrationPhase', + 'AutomaticProgrammedHoldPhase', + 'AutomaticWithManualInjectPhase', + 'AutomaticWithManualHoldPhase']} + +name_for_cid[7704] = 'LimbicSystemTracts' +cid_concepts[7704] = \ +{'NEU': ['StriaTerminalis'], 'SCT': ['Fornix', 'Cingulum']} + +name_for_cid[10041] = 'SourceofRadioisotopeActivityInformation' +cid_concepts[10041] = \ +{'DCM': ['DoseCalibrator', 'InfusionSystem', 'RadioisotopeGenerator']} + +name_for_cid[6115] = 'OsseousAnatomyModifiers' +cid_concepts[6115] = \ +{'DCM': ['RibScaleneTubercle', + 'VertebralIntervertebralNotch', + 'SubscapularFossa', + 'ScapularSpine', + 'ScapularSupraspinatusFossa', + 'ScapularInfraspinatusFossa'], + 'SCT': ['VertebralForamen', + 'InferiorArticularFacetOfAxis', + 'DorsalAspectOfScapula', + 'GlenoidCavityOfScapula', + 'SpinousProcessOfVertebra', + 'TubercleOfRib', + 'SuperiorArticularProcessOfVertebra', + 'BodyOfSternum', + 'AngleOfRib', + 'InferiorArticularProcessOfVertebra', + 'ManubriumOfSternum', + 'SuperiorArticularFacetOfAxis', + 'PedicleOfVertebra', + 'AcromionProcessOfScapula', + 'HeadOfRib', + 'TransverseProcessOrVertebra', + 'LaminaOfVertebra', + 'ArchOfVertebra', + 'NeckOfRib', + 'ShaftOfRib', + 'SuprasternalNotch', + 'CoracoidProcessOfScapula', + 'XiphoidProcessOfSternum', + 'SternalAngle', + 'PectoralGirdle', + 'CostalGroove', + 'VertebralCanal', + 'ClavicularNotchOfSternum']} + +name_for_cid[3747] = 'PercutaneousClosure' +cid_concepts[3747] = \ +{} + +name_for_cid[6050] = 'BreastProcedureReported' +cid_concepts[6050] = \ +{'DCM': ['MarkerPlacement', + 'FilmScreenMammography', + 'DigitalMammography', + 'SurgicalConsult', + 'MammographyCAD'], + 'LN': ['BreastRightMammogram', + 'BreastFfdMammogram', + 'BreastUnilateralMrWoAndWContrastIv', + 'BreastBilateralMammogram', + 'WholeBodyPtWRncIv', + 'BreastUnilateralMammogram', + 'BreastMrWContrastIv', + 'BreastUnilateralMrWContrastIv', + 'BreastBilateralMrWContrastIv', + 'BreastRightMrWoAndWContrastIv', + 'BreastUnilateralMrWoContrast', + 'BreastLeftMr', + 'BreastLeftMrWoAndWContrastIv', + 'BreastMrWoAndWContrastIv', + 'BreastRightMr', + 'BreastBilateralMrWoAndWContrastIv', + 'WholeBodyCt', + 'BreastBilateralMr', + 'BreastLeftMammogram', + 'BreastLeftMrWContrastIv', + 'BreastRightMrWContrastIv', + 'BreastUnilateralMr'], + 'SCT': ['ExaminationOfBreast', + 'FineNeedleAspirationOfBreast', + 'MRIOfBreast', + 'SpecimenRadiographyOfBreast', + 'MammaryDuctogram', + 'UltrasonographyOfBreast', + 'PreBiopsyLocalizationOfBreastLesion', + 'BreastSurgicalBiopsy', + 'InsertionOfCatheter', + 'CoreNeedleBiopsyOfBreast', + 'SentinelLymphNodeBiopsy', + 'CTOfBreast', + 'RadioisotopeScanOfLymphaticSystem', + 'DiagnosticAspirationOfBreastCyst', + 'RadionuclideLocalizationOfTumorLimitedArea']} + +name_for_cid[3602] = 'HemodynamicPatientState' +cid_concepts[3602] = \ +{'SCT': ['BaselineState', + 'ExerciseState', + 'SupineBodyPosition', + 'RestingState', + 'PostExerciseState']} + +name_for_cid[3481] = 'IVUSDistanceMeasurements' +cid_concepts[3481] = \ +{'DCM': ['PlaquePlusMediaThickness', 'LumenPerimeter', 'EEMDiameter'], + 'SCT': ['StentDiameter', 'VesselLumenDiameter']} + +name_for_cid[12210] = 'EchocardiographyPulmonaryArtery' +cid_concepts[12210] = \ +{'LN': ['HeartRate', + 'MainPulmonaryArteryDiameter', + 'LeftPulmonaryArteryDiameter', + 'RightPulmonaryArteryDiameter'], + 'SCT': ['MainPulmonaryArteryPeakVelocity']} + +name_for_cid[631] = 'PhaseofProcedureRequiringAnesthesia' +cid_concepts[631] = \ +{'SCT': ['AfterProcedure', + 'BeforeProcedure', + 'Intraoperative', + 'Preoperative', + 'Postoperative', + 'DuringProcedure']} + +name_for_cid[1003] = 'AnatomicalReferenceBasisSpine' +cid_concepts[1003] = \ +{'SCT': ['LevelOfT9T10IntervertebralDisc', + 'LevelOfT8T9IntervertebralDisc', + 'LevelOfT5T6IntervertebralDisc', + 'LevelOfL1L2IntervertebralDisc', + 'LevelOfL2L3IntervertebralDisc', + 'LevelOfL3L4IntervertebralDisc', + 'LevelOfT7T8IntervertebralDisc', + 'LevelOfC7T1IntervertebralDisc', + 'LevelOfT10T11IntervertebralDisc', + 'LevelOfT12L1IntervertebralDisc', + 'LevelOfT6T7IntervertebralDisc', + 'LevelOfC2C3IntervertebralDisc', + 'LevelOfC4C5IntervertebralDisc', + 'C1Vertebra', + 'LevelOfC5C6IntervertebralDisc', + 'LevelOfT11T12IntervertebralDisc', + 'LevelOfC6C7IntervertebralDisc', + 'LevelOfC3C4IntervertebralDisc', + 'LevelOfT3T4IntervertebralDisc', + 'LevelOfT4T5IntervertebralDisc', + 'LevelOfT1T2IntervertebralDisc', + 'LevelOfL4L5IntervertebralDisc', + 'LevelOfT2T3IntervertebralDisc', + 'LevelOfL5S1IntervertebralDisc']} + +name_for_cid[4201] = 'PatientEyeMovementCommand' +cid_concepts[4201] = \ +{'SCT': ['PrimaryGaze', + 'RightGaze', + 'ConvergentGaze', + 'LeftGaze', + 'LeftDowngaze', + 'LeftUpgaze', + 'RightDowngaze', + 'UpwardGaze', + 'RightUpgaze', + 'Downgaze']} + +name_for_cid[6103] = 'AbnormalLinesFindingorFeature' +cid_concepts[6103] = \ +{'DCM': ['ReticulonodularPattern', + 'KerleyBLine', + 'KerleyCLines', + 'ParenchymalBand', + 'ReticularPattern', + 'SeptalLines', + 'AirFluidLevel', + 'SubpleuralLine', + 'CoronaRadiata', + 'TramlineShadow', + 'HoneycombPattern', + 'TubularShadow', + 'FleischnerLines', + 'IntralobularLines', + 'KerleyALine'], + 'SCT': ['PlateLikeAtelectasis']} + +name_for_cid[74] = 'ImagingAgentAdministrationConsumableCatheterType' +cid_concepts[74] = \ +{'SCT': ['PeripheralIntravenousCatheter', + 'CentralVenousCatheter', + 'ImplantableVenousAccessPort', + 'RectalCatheter']} + +name_for_cid[3614] = 'ValveAreas,Nonmitral' +cid_concepts[3614] = \ +{'DCM': ['DerivedNonValveArea'], + 'SCT': ['TricuspidValveArea', 'PulmonicValveArea', 'AorticValveArea']} + +name_for_cid[6046] = 'UnitsofFollowupInterval' +cid_concepts[6046] = \ +{'UCUM': ['Year', 'Day', 'Week', 'Month']} + +name_for_cid[12206] = 'EchocardiographyRightAtrium' +cid_concepts[12206] = \ +{'LN': ['RightAtriumSystolicPressure', 'RightAtriumAreaA4CView', 'HeartRate']} + +name_for_cid[3497] = 'IVUSArterialMorphology' +cid_concepts[3497] = \ +{'DCM': ['NecroticLipidicPlaque', 'FibroLipidicPlaque'], + 'SCT': ['LumenOfArtery', + 'VascularCalcification', + 'Thrombus', + 'ExternalElasticMembrane', + 'FibrousPlaque']} + +name_for_cid[1015] = 'PatientAlignmentMethods' +cid_concepts[1015] = \ +{'DCM': ['LaserCrossHairs']} + +name_for_cid[627] = 'NeuromuscularBlockingAgentsforSmallAnimalAnesthesia' +cid_concepts[627] = \ +{'SCT': ['Succinylcholine', 'Pancuronium']} + +name_for_cid[23] = 'CranioCaudadAngulation' +cid_concepts[23] = \ +{'SCT': ['Caudal', 'Cephalic']} + +name_for_cid[10000] = 'ScopeofAccumulation' +cid_concepts[10000] = \ +{'DCM': ['ProcedureStepToThisPoint', + 'Study', + 'Series', + 'PerformedProcedureStep', + 'IrradiationEvent']} + +name_for_cid[6154] = 'EchoPattern' +cid_concepts[6154] = \ +{'DCM': ['Anechoic', 'Hyperechoic', 'Complex', 'Hypoechoic', 'Isoechoic']} + +name_for_cid[3706] = 'OverallContractility' +cid_concepts[3706] = \ +{'SCT': ['Hypokinesis', 'Hyperkinesis', 'Akinesis', 'NormalWallContractility']} + +name_for_cid[6011] = 'CalcificationTypesfromBIRADS®' +cid_concepts[6011] = \ +{'DCM': ['FinePleomorphicCalcification', 'Macrocalcifications'], + 'SCT': ['CalcifiedSkinOfBreast', + 'FineLinearCastingCalcification', + 'CalcifiedSutureMaterial', + 'AmorphousCalcification', + 'VascularCalcification', + 'RoundShapedCalcification', + 'LucentCenteredCalcification', + 'PunctateCalcification', + 'MilkOfCalciumCalcification', + 'DystrophicCalcification', + 'EggshellCalcification', + 'LargeRodLikeCalcification', + 'FineLinearBranchingCastingCalcification', + 'MicrocalcificationsOfTheBreast', + 'CoarsePopcornLikeCalcification', + 'HeterogeneousCalcification']} + +name_for_cid[3213] = 'StressHemodynamicFindings' +cid_concepts[3213] = \ +{'SCT': ['ExertionalHypotension', + 'ChronotropicIncompetence', + 'ExertionalHypertension']} + +name_for_cid[7600] = 'LymphNodeAnatomicSites' +cid_concepts[7600] = \ +{'SCT': ['DeepLateralCervicalLymphNode', + 'AnteriorAuricularLymphNode', + 'IntermediateExternalIliacLymphNode', + 'LymphNodeOfHead', + 'InferiorInguinalLymphNode', + 'AnteriorCervicalLymphNode', + 'IntrapulmonaryLymphNode', + 'RetropharyngealLymphNode', + 'PectoralAxillaryLymphNode', + 'SuperiorGlutealLymphNode', + 'ParasternalLymphNode', + 'LymphNode', + 'CommonDuctLymphNode', + 'MedialLacunarLymphNode', + 'SegmentalLymphNodeOfTheLung', + 'BuccinatorLymphNode', + 'LateralPericardialLymphNode', + 'HighestMediastinalLymphNode', + 'SubscapularAxillaryLymphNode', + 'PrefemoralLymphNode', + 'ExtrapulmonaryLymphNodeOfLung', + 'ParotidLymphNode', + 'LowerParatrachealIncludingAzygousLymphNode', + 'DelphianLymphNode', + 'PrececalLymphNode', + 'SubiliacLymphNode', + 'SuperiorRectalLymphNode', + 'SuperficialParotidLymphNode', + 'HypogastricLymphNode', + 'IliacLymphNode', + 'LymphNodeOfMesentery', + 'EpitrochlearLymphNode', + 'AxillaryLymphNode', + 'JuxtaintestinalLymphNode', + 'ParatrachealLymphNode', + 'DeepAnteriorCervicalLymphNode', + 'LumbarLymphNode', + 'UpperParatrachealLymphNode', + 'RegionalLymphNode', + 'PyloricLymphNode', + 'LacunarLymphNode', + 'GutAssociatedLymphNode', + 'PosteriorTibialLymphNode', + 'PancreaticosplenicLymphNode', + 'DeepParotidLymphNode', + 'PelvicLymphNode', + 'LymphNodeOfAortopulmonaryWindow', + 'CeliacLymphNode', + 'LateralJugularLymphNode', + 'PosteriorMediastinalLymphNode', + 'LymphNodeOfLesserCurvatureOfStomach', + 'MiddleDeepCervicalLymphNode', + 'InfraclavicularLymphNode', + 'SupraclavicularLymphNode', + 'SubcarinalLymphNode', + 'ParametrialLymphNode', + 'ParavesicularLymphNode', + 'SuperficialPoplitealLymphNode', + 'PrevesicularLymphNode', + 'GlutealLymphNode', + 'SacralLymphNode', + 'RetrotrachealLymphNode', + 'RetroperitonealLymphNode', + 'DeepCervicalLymphNode', + 'DeepPoplitealLymphNode', + 'SuperiorMediastinalLymphNode', + 'VesicularLymphNode', + 'IntermediateCommonIliacLymphNode', + 'SplenicLymphNode', + 'OccipitalLymphNode', + 'InferiorAuricularLymphNode', + 'NasolabialLymphNode', + 'RenalHilarLymphNode', + 'HilarLymphNode', + 'SuperficialInguinalLymphNode', + 'UterineParacervicalLymphNode', + 'InterlobarLymphNodeOfTheLung', + 'LymphNodeOfStomach', + 'LateralExternalIliacLymphNode', + 'EpigastricLymphNode', + 'AbdominalLymphNode', + 'LymphNodeOfGreaterCurvatureOfStomach', + 'PoplitealLymphNode', + 'IntramammaryLymphNode', + 'SubaorticCommonIliacLymphNode', + 'HepaticLymphNode', + 'SuperficialIntraparotidLymphNode', + 'PresymphysialLymphNode', + 'IntercostalLymphNode', + 'LymphNodeOfAorticArch', + 'PararectalLymphNode', + 'PeripancreaticLymphNode', + 'TracheobronchialLymphNodeLocatedNearCarina', + 'AorticLymphNode', + 'SuperficialLymphNode', + 'TibialLymphNode', + 'CentralAxillaryLymphNode', + 'SuperiorMesentericLymphNode', + 'IntraglandularParotidLymphNode', + 'SigmoidLymphNode', + 'PostvesicularLymphNode', + 'MidcolicLymphNode', + 'PosteriorTriangleCervicalLymphNode', + 'InferiorGlutealLymphNode', + 'EsophagealLymphNode', + 'TracheobronchialLymphNode', + 'CardiophrenicAngleLymphNode', + 'LobarLymphNodeOfTheLung', + 'SubclavianLymphNode', + 'SuperiorMedialInguinalLymphNode', + 'PancreaticLymphNode', + 'CervicalLymphNode', + 'IleocolicLymphNode', + 'LateralCommonIliacLymphNode', + 'SuperiorTracheobronchialLymphNode', + 'UpperDeepCervicalLymphNode', + 'RetropyloricLymphNode', + 'SuperficialCervicalLymphNode', + 'MiddleJugularLymphNode', + 'LymphNodeOfEpiploicForamen', + 'AppendicularLymphNode', + 'LateralVesicularLymphNode', + 'PretrachealLymphNode', + 'LymphNodeOfLimb', + 'RetrocecalLymphNode', + 'AnteriorMediastinalLymphNode', + 'PromontoryCommonIliacLymphNode', + 'CysticLymphNode', + 'SubmentalLymphNode', + 'MedialExternalIliacLymphNode', + 'LowerJugularLymphNode', + 'PancreaticoduodenalLymphNode', + 'MandibularLymphNode', + 'PrepericardialLymphNode', + 'MediastinalLymphNode', + 'LowerLimbLymphNode', + 'LungAndTracheobronchialLymphNodes', + 'PrevascularRetrotrachealLymphNode', + 'DiaphragmaticLymphNode', + 'InferiorMesentericLymphNode', + 'FemaleGenitalLymphNode', + 'LymphNodeOfThePulmonaryLigament', + 'PostauricularLymphNode', + 'LymphNodeRingOfCardiaOfStomach', + 'ParavaginalLymphNode', + 'SupramammaryLymphNode', + 'AxillaryVeinLymphNode', + 'DeepInguinalLymphNode', + 'DeepIntraparotidLymphNode', + 'UpperLimbLymphNode', + 'IntestinalLymphNode', + 'SubpyloricLymphNode', + 'InferiorPancreaticoduodenalLymphNode', + 'LymphNodeOfTrunk', + 'ParaesophagealLymphNodeBelowCarina', + 'ParaAorticLymphNodeOfTheAnteriorMediastinum', + 'PerigastricLymphNode', + 'UpperJugularLymphNode', + 'MedialCommonIliacLymphNode', + 'AnteriorTibialLymphNode', + 'InguinalLymphNode', + 'LateralCervicalLymphNode', + 'InterpectoralLymphNode', + 'LowerDeepCervicalLymphNode', + 'LymphNodeOfThorax', + 'ExternalMammaryLymphNode', + 'DeepLymphNode', + 'HemolymphNode', + 'MedianRetropharyngealLymphNode', + 'ColicLymphNode', + 'FacialLymphNode', + 'InteriliacLymphNode', + 'PrelaryngealLymphNode', + 'PosteriorAuricularLymphNode', + 'SubsegmentalLymphNodeOfTheLung', + 'SuperiorPancreaticoduodenalLymphNode', + 'ApicalAxillaryLymphNode', + 'FibularLymphNode', + 'SuprapyloricLymphNode', + 'InnominateLymphNode', + 'SuperficialLateralCervicalLymphNode', + 'PrevertebralLymphNode', + 'MesentericArteryLymphNode', + 'SuperficialAnteriorCervicalLymphNode', + 'LateralRetropharyngealLymphNode', + 'SuperiorPancreaticLymphNode', + 'SubmandibularLymphNode', + 'ExternalIliacLymphNode', + 'SubmaxillaryLymphNode', + 'ParamammaryLymphNode', + 'ObturatorLymphNode', + 'SuperiorLateralInguinalLymphNode', + 'MastoidLymphNode', + 'JugularLymphNode', + 'LymphNodeOfHeadAndNeck', + 'GastroOmentalLymphNode', + 'LateralAxillaryLymphNode', + 'CubitalLymphNode', + 'ScaleneLymphNode', + 'InferiorPancreaticLymphNode']} + +name_for_cid[7250] = 'MultiFrameSubsetType' +cid_concepts[7250] = \ +{'DCM': ['ReferencedFrames', 'ReferencedSegment']} + +name_for_cid[3090] = 'TimeSynchronizationChannelTypes' +cid_concepts[3090] = \ +{'DCM': ['XRayOnTrigger', + 'XRayFluoroscopyOnSignal', + 'DigitalTimecodeNOS', + 'IRIGBTimecode', + 'ECGBasedGatingSignalProcessed']} + +name_for_cid[9537] = 'EffectiveDoseCalculationMethodCategories' +cid_concepts[9537] = \ +{'DCM': ['FractionationBasedOrTemporallyBasedMethods', + 'RadiationTransportBasedMethods']} + +name_for_cid[7483] = 'CommonAnatomicRegionsforAnimals' +cid_concepts[7483] = \ +{'SCT': ['FetlockOfHindlimb', + 'Sacrum', + 'NasalSinus', + 'Metatarsus', + 'NavicularOfHindfoot', + 'CalcanealTubercle', + 'Humerus', + 'Abdomen', + 'FetlockOfForelimb', + 'Esophagus', + 'Bladder', + 'AtlantalAxialJoint', + 'Mandible', + 'PasternOfHindfoot', + 'Wing', + 'LumboSacralSpine', + 'Metacarpus', + 'MaxillaryIncisorTeeth', + 'UrinaryTract', + 'MandibularDentalArch', + 'Carpus', + 'EntireBody', + 'ChestAndAbdomen', + 'RadiusAndUlna', + 'LumbarSpine', + 'Digit', + 'Hindfoot', + 'MaxillaryDentalArch', + 'TibiaAndFibula', + 'PasternOfForefoot', + 'Forefoot', + 'Pelvis', + 'Tarsus', + 'UpperGastroIntestinalTract', + 'Chest', + 'Shoulder', + 'Stiffle', + 'ElbowJoint', + 'Colon', + 'AllLegs', + 'OrbitalStructure', + 'ThoracicSpine', + 'HipJoint', + 'CoccygealVertrebrae', + 'CervicoThoracicSpine', + 'MandibularIncisorTeeth', + 'Femur', + 'FrontalSinus', + 'Skull', + 'ThoracoLumbarSpine', + 'Urethra', + 'Patella', + 'AtlantoOccipitalJoint', + 'NavicularOfForefoot', + 'CervicalSpine'], + 'UMLS': ['DistalPhalanx']} + +name_for_cid[12251] = 'CardiacUltrasoundLinearValveMeasurements' +cid_concepts[12251] = \ +{'LN': ['LeafletThickness', + 'LeafletSeparation', + 'ROIInternalDimensionByUS', + 'ROIThicknessByUS', + 'CEDistance', + 'DEExcursion'], + 'SCT': ['Radius', + 'MinorAxis', + 'Length', + 'Diameter', + 'MajorAxis', + 'Circumference']} + +name_for_cid[3839] = 'CoronaryVeins' +cid_concepts[3839] = \ +{'SCT': ['GreatCardiacVein', + 'AnteriorCardiacVein', + 'VentricularVein', + 'AtrioventricularVein', + 'SmallCardiacVein', + 'SmallestCardiacVein', + 'MiddleCardiacVein', + 'CoronarySinus', + 'AtrialVein', + 'AzygosVein']} + +name_for_cid[220] = 'LevelofSignificance' +cid_concepts[220] = \ +{'SCT': ['Significant', + 'SignificanceUndetermined', + 'MostSignificant', + 'HighlySignificant', + 'NotSignificant']} + +name_for_cid[7196] = 'SpatialandRelationalConceptSegmentationPropertyTypes' +cid_concepts[7196] = \ +{'DCM': ['Lucency', + 'RegistrationInput', + 'Background', + 'SingleSubjectExtractedFromGroup', + 'Interface', + 'Line'], + 'NCIt': ['ReferenceRegion'], + 'SCT': ['Normal', 'WasteMaterial', 'Tissue']} + +name_for_cid[4240] = 'OphthalmicMeasurementorCalculationDataSource' +cid_concepts[4240] = \ +{'DCM': ['MeasurementFromThisDevice', + 'ExternalDataSource', + 'AxialMeasurementsSOPInstance', + 'RefractiveMeasurementsSOPInstance', + 'AutorefractionMeasurementsSOPInstance', + 'ManualEntry', + 'KeratometryMeasurementsSOPInstance']} + +name_for_cid[9536] = 'RadiotherapyPrescribingandSegmentingPersonRoles' +cid_concepts[9536] = \ +{'DCM': ['LeadRadiologicTechnologist'], + 'SCT': ['RadiologicTechnologist', + 'Resident', + 'MedicalPractitioner', + 'Physician', + 'RadiationTherapist'], + 'UMLS': ['ConsultingPhysician', 'RadiationPhysicist', 'MedicalPhysicist']} + +name_for_cid[7482] = 'DXAnatomyImagedforAnimals' +cid_concepts[7482] = \ +{'SCT': ['FetlockOfHindlimb', + 'Sacrum', + 'NasalSinus', + 'Metatarsus', + 'NavicularOfHindfoot', + 'CalcanealTubercle', + 'Humerus', + 'Abdomen', + 'FetlockOfForelimb', + 'Esophagus', + 'Bladder', + 'AtlantalAxialJoint', + 'Mandible', + 'PasternOfHindfoot', + 'Wing', + 'LumboSacralSpine', + 'Metacarpus', + 'MaxillaryIncisorTeeth', + 'UrinaryTract', + 'MandibularDentalArch', + 'Carpus', + 'EntireBody', + 'ChestAndAbdomen', + 'RadiusAndUlna', + 'LumbarSpine', + 'Digit', + 'Hindfoot', + 'MaxillaryDentalArch', + 'TibiaAndFibula', + 'PasternOfForefoot', + 'Forefoot', + 'Pelvis', + 'Tarsus', + 'UpperGastroIntestinalTract', + 'Chest', + 'Shoulder', + 'Stiffle', + 'ElbowJoint', + 'Colon', + 'AllLegs', + 'OrbitalStructure', + 'ThoracicSpine', + 'HipJoint', + 'CoccygealVertrebrae', + 'CervicoThoracicSpine', + 'MandibularIncisorTeeth', + 'Femur', + 'FrontalSinus', + 'Skull', + 'ThoracoLumbarSpine', + 'Urethra', + 'Patella', + 'AtlantoOccipitalJoint', + 'NavicularOfForefoot', + 'CervicalSpine'], + 'UMLS': ['DistalPhalanx']} + +name_for_cid[12250] = 'CardiacUltrasoundCommonLinearMeasurements' +cid_concepts[12250] = \ +{'LN': ['ROIInternalDimensionByUS', 'ROIThicknessByUS'], + 'SCT': ['Radius', + 'MinorAxis', + 'Length', + 'Diameter', + 'MajorAxis', + 'Circumference']} + +name_for_cid[3838] = 'DiameterDerivation' +cid_concepts[3838] = \ +{'DCM': ['AnteriorPosterior'], + 'SCT': ['Minimum', 'Maximum', 'Mean', 'Transverse']} + +name_for_cid[221] = 'MeasurementRangeConcepts' +cid_concepts[221] = \ +{'DCM': ['PercentileRankingOfMeasurement', + 'ZScoreOfMeasurement', + 'StandardDeviationOfPopulation', + '_2SigmaDeviationOfPopulation'], + 'SCT': ['_1SigmaLowerValueOfPopulation', + '_2SigmaLowerValueOfPopulation', + '_5thPercentileValueOfPopulation', + '_10thPercentileValueOfPopulation', + '_1SigmaUpperValueOfPopulation', + '_2SigmaUpperValueOfPopulation', + 'MeanValueOfPopulation', + '_95thPercentileValueOfPopulation', + '_90thPercentileValueOfPopulation', + 'MedianValueOfPopulation']} + +name_for_cid[7197] = 'BodySubstanceSegmentationPropertyTypes' +cid_concepts[7197] = \ +{'SCT': ['Feces', 'Urine', 'BodyFluid', 'Bile', 'Gas']} + +name_for_cid[4241] = 'OphthalmicAxialLengthSelectionMethod' +cid_concepts[4241] = \ +{'DCM': ['MeanValueChosen', 'UserChosenValue']} + +name_for_cid[10001] = 'UIDTypes' +cid_concepts[10001] = \ +{'DCM': ['StudyInstanceUID', + 'PerformedProcedureStepSOPInstanceUID', + 'SeriesInstanceUID', + 'IrradiationEventUID']} + +name_for_cid[6155] = 'PosteriorAcousticFeatures' +cid_concepts[6155] = \ +{'DCM': ['CombinedPosteriorEnhancementAndShadowing', + 'NoPosteriorAcousticFeatures', + 'PosteriorEnhancement', + 'PosteriorShadowing']} + +name_for_cid[3707] = 'VSDDescription' +cid_concepts[3707] = \ +{'SCT': ['NonRestrictive', 'Membranous', 'Restrictive', 'None']} + +name_for_cid[6010] = 'MammographyCalcificationTypes' +cid_concepts[6010] = \ +{'DCM': ['FinePleomorphicCalcification', 'Macrocalcifications'], + 'SCT': ['CalcifiedSkinOfBreast', + 'FineLinearCastingCalcification', + 'CalcifiedSutureMaterial', + 'AmorphousCalcification', + 'VascularCalcification', + 'RoundShapedCalcification', + 'LucentCenteredCalcification', + 'PunctateCalcification', + 'MilkOfCalciumCalcification', + 'DystrophicCalcification', + 'EggshellCalcification', + 'LargeRodLikeCalcification', + 'FineLinearBranchingCastingCalcification', + 'MicrocalcificationsOfTheBreast', + 'CoarsePopcornLikeCalcification', + 'HeterogeneousCalcification']} + +name_for_cid[3212] = 'TreadmillSpeed' +cid_concepts[3212] = \ +{'UCUM': ['kmH', 'Mph']} + +name_for_cid[3642] = 'DegreeFindings' +cid_concepts[3642] = \ +{'SCT': ['SeverelyElevated', 'Decreased', 'Elevated', 'NormalRange']} + +name_for_cid[7601] = 'HeadandNeckCancerAnatomicSites' +cid_concepts[7601] = \ +{'SCT': ['PharyngealTonsil', + 'ParanasalSinus', + 'Oropharynx', + 'FloorOfMouth', + 'BuccalMucosa', + 'Supraglottis', + 'BaseOfTongue', + 'Lip', + 'Tongue', + 'TonsilAndAdenoid', + 'Hypopharynx', + 'OropharyngealTonsil', + 'SalivaryGland', + 'MaxillarySinus', + 'PyriformSinus', + 'Glottis', + 'LingualTonsil', + 'Larynx', + 'PalatineUvula', + 'OralCavity', + 'PalatineTonsil', + 'NasalCavity', + 'Nasopharynx', + 'TubalTonsil', + 'LowerAlveolarRidge', + 'RetromolarTrigone'], + 'UMLS': ['UnknownPrimaryNeoplasiaSite']} + +name_for_cid[12207] = 'EchocardiographyMitralValve' +cid_concepts[12207] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'MitralValveAWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'MitralValveEFSlopeByMMode', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'EndDiastolicVelocity', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'MitralValveEPSSEWave', + 'MitralValveEWavePeakVelocity', + 'MitralRegurgitationDpDtDerivedFromMitralRegVelocity', + 'AliasVelocity', + 'MitralValveEToARatio', + 'MitralValveDiastolicPeakInstantaneousGradient', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MitralValveAWaveDuration', + 'CardiacIndex', + 'MitralValveClosureToOpeningTime', + 'CardiacOutput', + 'MitralValveATDTRatio', + 'RegurgitantFraction', + 'MitralValveEWaveDecelerationTime', + 'StrokeVolume', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter', + 'StrokeIndex']} + +name_for_cid[3496] = 'IVUSFiducialPoints' +cid_concepts[3496] = \ +{'SCT': ['VascularCalcification', + 'Vein', + 'VesselOrigin', + 'Stent', + 'FibrousPlaque', + 'CollateralBranchOfVessel']} + +name_for_cid[4216] = 'OphthalmicVisualAcuityType' +cid_concepts[4216] = \ +{'DCM': ['AutorefractionVisualAcuity', + 'HabitualVisualAcuity', + 'PrescriptionVisualAcuity'], + 'SCT': ['BestCorrectedVisualAcuity', + 'PinholeVisualAcuity', + 'BrightnessAcuityTestingVisualAcuity', + 'PotentialAcuityMeterVisualAcuity', + 'UncorrectedVisualAcuity']} + +name_for_cid[626] = 'PremedicationAgentsforSmallAnimalAnesthesia' +cid_concepts[626] = \ +{'SCT': ['Chlorpromazine', 'Acepromazine']} + +name_for_cid[3750] = 'PreviouslyDilatedLesion' +cid_concepts[3750] = \ +{} + +name_for_cid[6102] = 'ChestFindingorFeatureModifier' +cid_concepts[6102] = \ +{'BARI': ['_1stMarginalCoronaryArteryLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators', + '_1stDiagonalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + '_3rdDiagonalCoronaryArteryLaterals'], + 'DCM': ['KerleyBLine', + 'KerleyCLines', + 'ParenchymalBand', + 'ReticularPattern', + 'SeptalLines', + 'SubpleuralLine', + 'TramlineShadow', + 'TubularShadow', + 'Density', + 'DependentOpacity', + 'AorticKnob', + 'ArchOfTheAzygosVein', + 'AirFluidLevel', + 'CoronaRadiata', + 'HoneycombPattern', + 'FleischnerLines', + 'IntralobularLines', + 'KerleyALine', + 'MosaicPattern', + 'GroundGlassOpacity', + 'Infiltrate', + 'Micronodule', + 'Opacity', + 'PhantomTumor', + 'Shadow', + 'AbnormalInterstitialPattern', + 'SmallIrregularOpacities', + 'SmallRoundedOpacities', + 'TreeInBudSign', + 'GranularPattern', + 'MiliaryPattern', + 'HaloSign', + 'AirBronchiologram', + 'AirBronchogram', + 'AirCrescent', + 'ReticulonodularPattern', + 'BeadedSeptumSign', + 'NodularPattern', + 'Pseudoplaque', + 'SignetRingSign', + 'Portacath', + 'ChestTube', + 'CentralLine', + 'KidneyStent', + 'SecondaryPulmonaryLobule', + 'PancreaticStent', + 'NippleRing', + 'Coin', + 'FiducialMark', + 'PrimaryComplex', + 'Hiatus', + 'AzygoesophagealRecessInterface', + 'ParaspinalLine', + 'PosteriorTrachealStripe', + 'RightTrachealStripe', + 'Stripe', + 'Lucency', + 'MidlungWindow', + 'CarinaAngle', + 'CentrilobularStructures', + 'AnteriorJunctionLine', + 'PosteriorJunctionLine', + 'Interface', + 'Line'], + 'SCT': ['SubclavianVein', + 'SternocleidomastoidMuscle', + 'PulmonaryValve', + 'ProximalRightCoronaryArtery', + 'BrachialPlexus', + 'ErectorSpinaeMuscle', + 'MidCircumflexCoronaryArtery', + 'Prosthesis', + 'IntermediateArteryRamus', + 'SubscapularisMuscle', + 'EndotrachealTube', + 'LymphNode', + 'TrapeziusMuscle', + 'IntercostalArtery', + 'Esophagus', + 'PlateLikeAtelectasis', + 'ScarTissue', + 'TeresMajorMuscle', + 'LeftMainBronchus', + 'MidRightCoronaryArtery', + 'PulmonaryVein', + 'SubclavianArtery', + 'EsophagealHiatus', + '_3rdLeftPosterolateralCoronaryArtery', + 'HeartValveProsthesis', + 'PectoralisMajorMuscle', + 'Tracheotomy', + 'Sternum', + 'Staple', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + '_1stMarginalCoronaryArtery', + 'Pin', + 'PulmonaryArtery', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'Thyroid', + 'CoronaryArteryGraft', + 'MitralValve', + 'AcromioclavicularJoint', + 'SupraspinatusMuscle', + 'AxillaryFascia', + 'ExternalIntercostalMuscle', + 'InfraspinatusMuscle', + 'TricuspidValve', + 'Nodule', + 'FissureOfLung', + 'LevatoresCostarumMuscles', + 'SuperiorPhrenicArtery', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'AtrialSeptalDefect', + 'Catheter', + 'Ventricle', + 'RightCoronaryArteryOstium', + 'DescendingAorta', + 'MarginalCoronaryArtery', + 'InternalThoracicArtery', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'Bullet', + 'Spine', + 'BronchialArtery', + 'BrachiocephalicVein', + 'ProximalCircumflexCoronaryArtery', + 'VenaCavaFilter', + '_2ndMarginalCoronaryArtery', + 'Needle', + 'Carina', + 'AorticArch', + 'PulmonaryEmbolism', + 'CarotidBody', + 'Heart', + 'AirwayStructure', + 'DeltoidMuscle', + 'LeftMainCoronaryArtery', + 'InternalIntercostalMuscle', + 'UretericStent', + '_1stDiagonalCoronaryArtery', + 'InteratrialSeptum', + 'LeftMainCoronaryArteryOstium', + 'Scapula', + 'IliocostalisMuscle', + '_1stRightPosterolateralCoronaryArtery', + 'Suture', + 'RightPosteriorAVCoronaryArtery', + 'FascialLayer', + 'AorticValve', + 'InferiorVenaCava', + 'Jewelry', + 'ThymusGland', + 'SubcostalMuscle', + 'Humerus', + 'DistalRightCoronaryArtery', + 'Mass', + 'LeftAnteriorDescendingCoronaryArtery', + 'CommonCarotidArtery', + 'InnermostIntercostalMuscles', + '_3rdMarginalCoronaryArtery', + 'PectoralisMinorMuscle', + 'EsophagealArtery', + 'LatissimusDorsiMuscle', + 'CervicalCollar', + 'Trachea', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'Bronchus', + 'DorsalScapularArtery', + 'FeedingTube', + 'SuperiorVenaCava', + 'CostalCartilage', + 'BrachiocephalicTrunk', + '_2ndRightPosterolateralCoronaryArtery', + 'PulmonaryTrunk', + 'AzygosVein', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'DistalCircumflexCoronaryArtery', + 'Rib', + 'TeresMinorMuscle', + 'LongissimusMuscle', + 'SerratusAnteriorMuscle', + 'Clavicle', + 'AirTrapping', + 'AorticIsthmus', + 'Vertebra', + '_1stLeftPosterolateralCoronaryArtery', + 'Pneumothorax', + 'CircumflexCoronaryArtery', + 'Diaphragm', + 'AxillaryArtery', + 'Atrium', + 'VertebralArtery', + '_3rdDiagonalCoronaryArtery', + 'SpinalisMuscle', + 'InternalJugularVein', + 'ChordaeTendineaeCordis', + 'RightMainBronchus', + 'ScalenousAnteriorMuscle', + 'CardiacPacemakerLead', + 'AVGrooveContinuationOfCircumflexArtery', + 'TrabeculaeCarnae', + '_3rdRightPosterolateralCoronaryArtery', + 'ThyrocervicalTrunk', + 'InferiorPhrenicArtery', + 'JejunostomyTube', + 'HilumOfLung', + 'ThoracicDuct', + 'CoinLesion', + 'TransversusThoracis', + 'InterventricularSeptum', + '_2ndLeftPosterolateralCoronaryArtery', + 'PosteriorDescendingRightCoronaryArtery', + '_1stSeptalCoronaryArtery', + 'RightCoronaryArtery', + 'AscendingAorta', + 'PericardiophrenicArtery', + 'CardiacPacemaker', + 'CostocervicalTrunk', + 'AxillaryVein', + 'LigamentumArteriosum', + 'SegmentOfLung', + 'Pneumomediastinum', + 'LobeOfLung']} + +name_for_cid[75] = 'LowHighEqual' +cid_concepts[75] = \ +{'SCT': ['Low', 'High', 'Equal']} + +name_for_cid[3615] = 'ValveAreas' +cid_concepts[3615] = \ +{'DCM': ['DerivedNonValveArea'], + 'SCT': ['MitralValveArea', + 'TricuspidValveArea', + 'PulmonicValveArea', + 'AorticValveArea']} + +name_for_cid[6047] = 'CADProcessingandFindingsSummary' +cid_concepts[6047] = \ +{'DCM': ['AllAlgorithmsSucceededWithoutFindings', + 'AllAlgorithmsSucceededWithFindings', + 'NotAllAlgorithmsSucceededWithoutFindings', + 'NotAllAlgorithmsSucceededWithFindings', + 'NoAlgorithmsSucceededWithoutFindings']} + +name_for_cid[3480] = 'IVUSProcedurePhases' +cid_concepts[3480] = \ +{'SCT': ['CardiacCatheterizationPostInterventionPhase', + 'CardiacCatheterizationPreInterventionPhase']} + +name_for_cid[12211] = 'EchocardiographyAorticValve' +cid_concepts[12211] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'AorticValveEjectionTime', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'EndDiastolicVelocity', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'AorticValveCuspSeparation', + 'TimeAveragedMeanVelocity'], + 'SCT': ['RegurgitantFraction', + 'RatioOfAorticValveAccelerationTimeToEjectionTime', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter']} + +name_for_cid[630] = 'LocalAnestheticsforSmallAnimalAnesthesia' +cid_concepts[630] = \ +{'SCT': ['Lidocaine', 'Bupivacaine', 'LidocainePrilocaine']} + +name_for_cid[1002] = 'AnatomicalReferenceBasisHead' +cid_concepts[1002] = \ +{'FMA': ['Nasion'], + 'SCT': ['TemporalBone', + 'MaxillarySinus', + 'PituitaryFossa', + 'Mandible', + 'MastoidCellsAndAntra', + 'MastoidBone', + 'FrontalSinus', + 'Skull', + 'InternalAuditoryMeatus', + 'CarotidArtery', + 'ExternalAuditoryMeatus', + 'VertexOfHead', + 'ForamenMagnum', + 'LateralCanthus', + 'OrbitalStructure']} + +name_for_cid[4200] = 'OphthalmicImagingAgent' +cid_concepts[4200] = \ +{'SCT': ['IndocyanineGreen', + 'RoseBengal', + 'Fluorescein', + 'TrypanBlue', + 'MethyleneBlue']} + +name_for_cid[63] = 'ImagingAgentAdministrationMode' +cid_concepts[63] = \ +{'DCM': ['ManualAdministration', 'AutomatedAdministration']} + +name_for_cid[10040] = 'RadiopharmaceuticalOrganDoseReferenceAuthority' +cid_concepts[10040] = \ +{'DCM': ['InvestigationalNewDrug', + 'MIRDPamphlet1', + 'ICRPPublication53', + 'ICRPPublication80', + 'ICRPPublication106', + 'MIRDOSE', + 'OLINDAEXM', + 'PackageInsert', + 'InstitutionallyApprovedEstimates']} + +name_for_cid[7705] = 'CommissuralFibers' +cid_concepts[7705] = \ +{'SCT': ['ForcepsMinor', + 'GenuOfCorpusCallosum', + 'SpleniumOfCorpusCallosum', + 'AnteriorCommissure', + 'ForcepsMajor', + 'PosteriorCommissure', + 'CorpusCallosum', + 'HabenularCommissure', + 'TapetumOfCorpusCallosum']} + +name_for_cid[6114] = 'OsseousAnatomyFindingorFeature' +cid_concepts[6114] = \ +{'SCT': ['Clavicle', + 'Rib', + 'Humerus', + 'Scapula', + 'Vertebra', + 'Spine', + 'Sternum']} + +name_for_cid[3746] = 'PercutaneousEntrySite' +cid_concepts[3746] = \ +{'SCT': ['ViaFemoralVein', + 'ViaFemoralArtery', + 'ViaArtery', + 'ViaBrachialArtery', + 'ViaArmVein', + 'ViaRadialArtery', + 'ViaVein']} + +name_for_cid[6051] = 'BreastProcedureReason' +cid_concepts[6051] = \ +{'DCM': ['NeedleLocalizationAndBiopsy', + 'HistoryOfBenignBreastBiopsy', + 'MarkerPlacement', + 'PersonalHistoryOfBreastCancerWithBreastConservationTherapy', + 'PersonalHistoryOfBreastCancerWithMastectomy', + 'KnownBiopsyProvenMalignancy', + 'ClinicalFinding', + 'Targeted', + 'Survey', + 'RecallForTechnicalReasons', + 'Calibration', + 'RecallForImagingFindings', + 'RecallForPatientSymptomsClinicalFindings', + 'ReviewOfAnOutsideStudy', + 'AdditionalEvaluationRequestedFromAbnormalScreeningExam', + 'QualityControl', + 'AdditionalEvaluationRequestedFromPriorStudy', + 'FollowUpAtShortIntervalFromPriorStudy', + 'HistoryOfBreastAugmentationAsymptomatic'], + 'SCT': ['ReductionMammoplasty', + 'Diagnostic', + 'PersonalHistoryOfBreastCancer', + 'AugmentationMammoplasty', + 'Brachytherapy', + 'Screening', + 'RadiationTherapy']} + +name_for_cid[6401] = 'NonlesionObjectTypePhysicalObjects' +cid_concepts[6401] = \ +{'DCM': ['OtherMarker'], + 'SCT': ['Suture', + 'CardiacPacemaker', + 'CompressionPaddle', + 'JWire', + 'Bullet', + 'BBShotLeadPellet', + 'OpaqueMarker', + 'Clip', + 'Catheter', + 'IDPlate', + 'Collimator', + 'Implant', + 'Staple']} + +name_for_cid[7210] = 'RelatedSeriesPurposesofReference' +cid_concepts[7210] = \ +{'DCM': ['ForAttenuationCorrection', + 'SameAnatomy', + 'SourceSeriesForImageProcessingOperation', + 'SameIndication', + 'SimultaneouslyAcquired']} + +name_for_cid[12246] = 'CardiacUltrasoundIndicationforStudy' +cid_concepts[12246] = \ +{'SCT': ['Hemoptysis', + 'Arrhythmia', + 'Palpitations', + 'AnginaPectoris', + 'Syncope', + 'AbnormalECG', + 'CoronaryArteryDisease', + 'SupraventricularTachycardia', + 'ImagingGuidance', + 'Fever', + 'LeftBundleBranchBlock', + 'ValvularHeartDisease', + 'ChestPain', + 'Hypertension', + 'HeartDiseaseRiskFactors', + 'Murmur', + 'CongenitalHeartDisease', + 'Dyspnea']} + +name_for_cid[9520] = 'SegmentedRTAccessoryDevices' +cid_concepts[9520] = \ +{'DCM': ['BrachytherapyChannel', + 'RectalBalloon', + 'Mold', + 'AccessoryTray', + 'HeadAndNeckMask', + 'BrachytherapyChannelShield', + 'ApertureBlock', + 'HeadMask', + 'BrachytherapySourceApplicator', + 'Headframe', + 'VaginalCylinder', + 'BodyFrame', + 'BreastBoard', + 'Cast', + 'RadiotherapyApplicator', + 'WholeBodyPod', + 'VacuumMold'], + 'SCT': ['ShieldingBlock', + 'Chair', + 'SurfaceBolus', + 'Headrest', + 'BiteBlock', + 'Table']} + +name_for_cid[4257] = 'VisualFieldGlobalIndexName' +cid_concepts[4257] = \ +{'DCM': ['VisualFieldIndex', + 'VisualFieldLossDueToDiffuseDefect', + 'VisualFieldLossDueToLocalDefect', + 'GlaucomaHemifieldTestAnalysis', + 'OpticalFixationMeasurements']} + +name_for_cid[12303] = 'EchoMeasurementTypes' +cid_concepts[12303] = \ +{'DCM': ['DirectlyMeasured', + 'Calculated', + 'FractionalChange', + 'Indexed', + 'ManualEntry'], + 'SCT': ['Ratio']} + +name_for_cid[7181] = 'AbstractMultidimensionalImageModelComponentUnits' +cid_concepts[7181] = \ +{'UCUM': ['Centimeter2Milliliter', + 'Mm2S', + 'CubicCentimeter', + 'SquareCentimeter', + 'Um2ms', + 'StandardizedUptakeValueBodySurfaceArea', + 'StandardizedUptakeValueLeanBodyMassJanma', + 'Millitesla', + 'Sv', + 'SecondPerSquareMillimeter', + 'CubicMillimeter', + 'SquareMillimeter', + 'MilligramsMinuteMilliliter', + 'StandardizedUptakeValueIdealBodyWeight', + '_106Mm2S', + 'BecquerelsMilliliter', + 'Micrometer', + 'MillimolesPerkgWetWeight', + 'Gy', + 'MicromoleMinuteMilliliter', + 'Decibel', + 'ArbitraryUnit', + 'WoodUM2', + 'DynScm5', + 'MilliliterMinuteGram', + 'Um2S', + 'StandardizedUptakeValueBodyWeight', + 'MilliliterPer100Milliliter', + 'MillimeterSecond', + 'MicromoleMilliliter', + 'ProportionalToCountsPerSecond', + 'Centimeter', + 'MilliliterPerMinute', + 'CountsPerSecond', + 'Ppm', + 'Second', + 'PRUM2', + 'StandardizedUptakeValueLeanBodyMassJames128Multiplier', + 'WoodU', + 'MilliliterGram', + 'ProportionalToCounts', + 'Kpa', + 'NumberParticlesPer100GramOfTissue', + 'MilliliterPer100GramPerMinute', + 'Min', + 'Centimeter', + 'CubicDecimeter', + 'Millimeter', + 'CentimeterSecond', + 'PRU', + 'Ratio', + 'CubicMicrometer', + 'SquareMicrometer', + 'Counts', + 'Millisecond', + 'DynScm5M2', + 'Percent', + 'S', + 'NoUnits', + 'HounsfieldUnit', + 'MilliliterPerSecond', + 'DegreesCelsius', + 'Mmhg', + 'StandardizedUptakeValueLeanBodyMassJames', + 'Hertz']} + +name_for_cid[3711] = 'ValvularAbnormalities' +cid_concepts[3711] = \ +{'DCM': ['HeartValveFlail'], + 'SCT': ['Regurgitation', + 'CalcifiedHeartValve', + 'Stenosis', + 'ValvularEndocarditis', + 'ImmobileHeartValve']} + +name_for_cid[6143] = 'LesionResponse' +cid_concepts[6143] = \ +{'DCM': ['TargetLesionCompleteResponse', + 'TargetLesionPartialResponse', + 'TargetLesionProgressiveDisease', + 'TargetLesionStableDisease', + 'NonTargetLesionCompleteResponse', + 'NonTargetLesionIncompleteResponseOrStableDisease', + 'NonTargetLesionProgressiveDisease']} + +name_for_cid[7302] = 'ImplantTemplatesViewOrientations' +cid_concepts[7302] = \ +{'SCT': ['AnteroPosterior', 'MedioLateral', 'LateralMedial']} + +name_for_cid[10017] = 'XRayGrid' +cid_concepts[10017] = \ +{'DCM': ['FixedGrid', + 'FocusedGrid', + 'ReciprocatingGrid', + 'ParallelGrid', + 'CrossedGrid', + 'NoGrid']} + +name_for_cid[3204] = 'StressAgents' +cid_concepts[3204] = \ +{'SCT': ['Dobutamine', + 'Adenosine', + 'Dipyridamole', + 'Atropine', + 'AdenosineA2ReceptorAgonist']} + +name_for_cid[6006] = 'MammographyCharacteristicsofMargin' +cid_concepts[6006] = \ +{'DCM': ['AngularMargins'], + 'SCT': ['SpiculatedLesion', + 'CircumscribedLesion', + 'ObscuredLesion', + 'IndistinctLesion', + 'MicrolobulatedLesion']} + +name_for_cid[6211] = 'ColonCADMaterialDescription' +cid_concepts[6211] = \ +{'DCM': ['SoftTissue'], 'SCT': ['BoneMatrix', 'Air', 'Fat']} + +name_for_cid[7050] = 'DeidentificationMethod' +cid_concepts[7050] = \ +{'DCM': ['RetainUidsOption', + 'BasicApplicationConfidentialityProfile', + 'RetainSafePrivateOption', + 'CleanPixelDataOption', + 'RetainInstitutionIdentityOption', + 'CleanRecognizableVisualFeaturesOption', + 'CleanGraphicsOption', + 'CleanStructuredContentOption', + 'CleanDescriptorsOption', + 'RetainLongitudinalTemporalInformationFullDatesOption', + 'RetainLongitudinalTemporalInformationModifiedDatesOption', + 'RetainPatientCharacteristicsOption', + 'RetainDeviceIdentityOption']} + +name_for_cid[12114] = 'AbdominalVeins(Unilateral)' +cid_concepts[12114] = \ +{'SCT': ['HepaticVein', + 'LeftMainBranchOfPortalVein', + 'InferiorRightHepaticVein', + 'PortalVein', + 'SuperiorMesentericVein', + 'TransjugularIntrahepaticPortosystemicShunt', + 'InferiorVenaCava', + 'MiddleHepaticVein', + 'InferiorMesentericVein', + 'RightHepaticVein', + 'RightMainBranchOfPortalVein', + 'UmbilicalVein', + 'SplenicVein', + 'LeftHepaticVein']} + +name_for_cid[4040] = 'EndoscopyAnatomicRegions' +cid_concepts[4040] = \ +{'SCT': ['Mediastinum', + 'Ureter', + 'UterusAndFallopianTubes', + 'ParanasalSinus', + 'EsophagusStomachAndDuodenum', + 'UpperUrinaryTract', + 'Bronchus', + 'SigmoidColon', + 'PharynxAndLarynx', + 'Chest', + 'Shoulder', + 'Abdomen', + 'AnusRectumAndSigmoidColon', + 'LumenOfBloodVessel', + 'TracheaAndBronchus', + 'Gallbladder', + 'Cervix', + 'Bladder', + 'Knee', + 'BileDuct', + 'Joint', + 'LargeIntestine', + 'Larynx', + 'Spine', + 'Rectum', + 'Pharynx', + 'ExternalAuditoryCanal', + 'InguinalRegion', + 'Kidney', + 'Nasopharynx', + 'BladderAndUrethra']} + +name_for_cid[6092] = 'QuantitativeConceptsforUsage,Exposure' +cid_concepts[6092] = \ +{'DCM': ['VolumeOfUse', 'DoseFrequency', 'RateOfExposure'], 'SCT': ['Dosage']} + +name_for_cid[6138] = 'ChestNonlesionObjectType' +cid_concepts[6138] = \ +{'DCM': ['Portacath', + 'ChestTube', + 'CentralLine', + 'KidneyStent', + 'PancreaticStent', + 'NippleRing', + 'Coin', + 'FiducialMark'], + 'SCT': ['JejunostomyTube', + 'Suture', + 'VenaCavaFilter', + 'HeartValveProsthesis', + 'Needle', + 'Jewelry', + 'Prosthesis', + 'FeedingTube', + 'Catheter', + 'EndotrachealTube', + 'Tracheotomy', + 'Staple', + 'ScarTissue', + 'UretericStent', + 'Bullet', + 'Pin', + 'CardiacPacemaker', + 'CardiacPacemakerLead', + 'CervicalCollar']} + +name_for_cid[4105] = 'PerfusionAnalysisMethods' +cid_concepts[4105] = \ +{'DCM': ['LeastMeanSquareLMSDeconvolution', + 'SingularValueDecompositionSVDDeconvolution']} + +name_for_cid[12285] = 'CardiacUltrasoundAtrioventricularValvesFindingSites' +cid_concepts[12285] = \ +{'SCT': ['TricuspidValve', + 'CommonNonMitralNonTricuspidAtrioventricularValveStructure', + 'MitralValve']} + +name_for_cid[7457] = 'SexMaleFemaleorBoth' +cid_concepts[7457] = \ +{'DCM': ['MixedSex', 'Female', 'Male']} + +name_for_cid[3414] = 'ProcedureUrgency' +cid_concepts[3414] = \ +{'SCT': ['EmergentProcedure', + 'UrgentProcedure', + 'ElectiveProcedure', + 'SalvageProcedure']} + +name_for_cid[3551] = 'VentilationActions' +cid_concepts[3551] = \ +{'DCM': ['EndVentilation', 'BeginVentilation']} + +name_for_cid[6303] = 'ProstateSectorAnatomyfromEuropeanConcensus27Sector(Optimal)Model' +cid_concepts[6303] = \ +{'SCT': ['CentralZoneOfLeftHalfProstate', + 'LeftPosteromedialMiddlePeripheralZoneOfProstate', + 'MaleExternalUrethralSphincter', + 'LeftPosteromedialApicalPeripheralZoneOfProstate', + 'LeftPosterolateralMiddlePeripheralZoneOfProstate', + 'RightApicalTransitionZoneOfProstate', + 'MiddleAnteriorFibromuscularStromaOfProstate', + 'RightBasalTransitionZoneOfProstate', + 'LeftMiddleTransitionZoneOfProstate', + 'RightPosterolateralBasalPeripheralZoneOfProstate', + 'RightAnteriorBasalPeripheralZoneOfProstate', + 'LeftPosterolateralApicalPeripheralZoneOfProstate', + 'RightSeminalVesicle', + 'LeftAnteriorApicalPeripheralZoneOfProstate', + 'CentralZoneOfRightHalfProstate', + 'RightPosteromedialMiddlePeripheralZoneOfProstate', + 'RightAnteriorMiddlePeripheralZoneOfProstate', + 'RightPosterolateralMiddlePeripheralZoneOfProstate', + 'LeftApicalTransitionZoneOfProstate', + 'RightPosteromedialApicalPeripheralZoneOfProstate', + 'ApicalAnteriorFibromuscularStromaOfProstate', + 'BasalAnteriorFibromuscularStromaOfProstate', + 'LeftBasalPartTransitionZoneOfProstate', + 'LeftSeminalVesicle', + 'RightAnteriorApicalPeripheralZoneOfProstate', + 'LeftAnteriorBasalPeripheralZoneOfProstate', + 'LeftPosterolateralBasalPeripheralZoneOfProstate', + 'RightPosterolateralApicalPeripheralZoneOfProstate', + 'RightMiddleTransitionZoneOfProstate', + 'LeftAnteriorMiddlePeripheralZoneOfProstate']} + +name_for_cid[3101] = 'CardiacProceduralStateValues' +cid_concepts[3101] = \ +{'DCM': ['ReinjectionState', + 'DelayedRedistributionState', + 'RedistributionState'], + 'SCT': ['CardiacStressState', 'RestingState']} + +name_for_cid[3802] = 'PlaqueStructures' +cid_concepts[3802] = \ +{'SCT': ['Mixed', + 'NonCalcified', + 'Hyperplasia', + 'Fibrous', + 'PathologicCalcification', + 'FattyDegeneration']} + +name_for_cid[4017] = 'AnatomicRegionModifierforIntraoralRadiography' +cid_concepts[4017] = \ +{'SCT': ['FirstMolarRegion', + 'FirstPremolarRegion', + 'ThirdMolarRegion', + 'LateralIncisorRegion', + 'SecondMolarRegion', + 'SecondPremolarRegion', + 'CanineRegion', + 'CentralIncisorRegion']} + +name_for_cid[3228] = 'ECGTimingMeasurements' +cid_concepts[3228] = \ +{'MDC': ['PDurationGlobal', + 'PPIntervalGlobal', + 'PPIntervalPerLead', + 'QTIntervalGlobal', + 'QRSDurationPerLead', + 'QTIntervalPerLead', + 'PDurationPerLead', + 'QRSDurationGlobal', + 'PRIntervalGlobal', + 'PRIntervalPerLead', + 'RRIntervalPerLead', + 'RRIntervalGlobal']} + +name_for_cid[3678] = 'QTCorrectionAlgorithms' +cid_concepts[3678] = \ +{'DCM': ['FraminghamQtcAlgorithm', + 'HodgesQTCorrectionAlgorithm', + 'FridericiaQtcAlgorithm', + 'BazettQTCorrectionAlgorithm']} + +name_for_cid[18] = 'IsotopesinRadiopharmaceuticals' +cid_concepts[18] = \ +{'DCM': ['_191mIridium'], + 'SCT': ['_22Sodium', + '_113mIndium', + '_42Potassium', + '_97Ruthenium', + '_201Thallium', + '_188Rhenium', + '_198Gold', + '_199Gold', + '_75Selenium', + '_153Gadolinium', + '_24Sodium', + '_153Samarium', + '_57Cobalt', + '_59Iron', + '_67Gallium', + '_18Fluorine', + '_64Copper', + '_32Phosphorus', + '_111Indium', + '_186Rhenium', + '_81mKrypton', + '_178Tantalum', + '_43Potassium', + '_67Copper', + '_125Iodine', + '_89Strontium', + '_90Yttrium', + '_127Xenon', + '_87mStrontium', + '_203Lead', + '_169Ytterbium', + '_223Radium', + '_14Carbon', + '_133Xenon', + '_177Lutetium', + '_51Chromium', + '_85Strontium', + '_58Cobalt', + '_99mTechnetium', + '_133Barium', + '_123Iodine', + '_60Cobalt', + '_85Krypton', + '_131Iodine']} + +name_for_cid[12006] = 'FetalLongBonesBiometryMeasurements' +cid_concepts[12006] = \ +{'LN': ['ClavicleLength', + 'FemurLength', + 'FibulaLength', + 'HumerusLength', + 'RadiusLength', + 'TibiaLength', + 'UlnaLength']} + +name_for_cid[3402] = 'PatientStatusandEvents' +cid_concepts[3402] = \ +{'DCM': ['PatientPronouncedDead', + 'PatientTransferredToMorgue', + 'PatientGivenPostProcedureInstruction', + 'PatientDischargedFromDepartment', + 'PatientTransferredToCCU', + 'HemostasisNotAchievedOozing', + 'HemostasisNotAchievedActivelyBleeding', + 'PatientTransferredToHoldingArea', + 'PatientDisconnectedFromContinuousMonitoring', + 'PatientTransferredToSurgery', + 'HemostasisAchieved', + 'PatientHasRespiratoryDifficulty', + 'PatientCoughed', + 'PatientConnectedToContinuousMonitoring', + 'PatientAssistedToTable', + 'PatientUnresponsive', + 'PatientPreppedAndDraped', + 'PatientAdvanceDirectiveGiven', + 'PatientSedated', + 'NilPerOsNPOStatusConfirmed', + 'PatientAsleep', + 'PatientGivenPreProcedureInstruction', + 'PatientAlert', + 'PatientInformedConsentGiven', + 'PatientRestless', + 'PatientCalledToProcedureRoom', + 'PatientReportsChestPain', + 'PatientAdmittedToProcedureRoom', + 'PatientReportsNoPain', + 'PatientReportsNausea', + 'PatientReportsDiscomfort', + 'PatientDisoriented']} + +name_for_cid[7011] = 'RejectedforQualityReasons' +cid_concepts[7011] = \ +{'DCM': ['OtherFailure', + 'MotionBlur', + 'UnknownFailure', + 'UnderExposed', + 'DoubleExposure', + 'Positioning', + 'OverExposed', + 'NoImage', + 'DetectorArtifacts', + 'ArtifactsOtherThanGridOrDetectorArtifact', + 'MechanicalFailure', + 'ElectricalFailure', + 'ImageArtifacts', + 'SoftwareFailure', + 'GridArtifacts', + 'InappropriateImageProcessing']} + +name_for_cid[12293] = 'CardiacUltrasoundAortopulmonaryConnectionsFindingSites' +cid_concepts[12293] = \ +{'SCT': ['ArteriovenousFistula', + 'AortaToPulmonaryArteryConnection', + 'PatentDuctusArteriosus']} + +name_for_cid[3814] = 'StentComposition' +cid_concepts[3814] = \ +{'SCT': ['MetalStent', 'PlasticStent']} + +name_for_cid[7154] = 'AbdominalSegmentationTypes' +cid_concepts[7154] = \ +{'SCT': ['SkinOfAbdomen', + 'PeritonealCavity', + 'SmallIntestine', + 'BileDuct', + 'InferiorVenaCava', + 'UrinarySystem', + 'AbdominalAorta', + 'Peritioneum', + 'RetroperitonealSpace', + 'Liver', + 'AbdominalCavity', + 'Spleen', + 'Abdomen', + 'Kidney', + 'AdrenalGland', + 'Omentum', + 'AbdominalWallMuscle']} + +name_for_cid[3117] = 'AttenuationCorrectionMethods' +cid_concepts[3117] = \ +{'DCM': ['OSEMAlgorithm', 'ChangMethod']} + +name_for_cid[3455] = 'IndexMethods' +cid_concepts[3455] = \ +{'DCM': ['BSA1Point219'], 'LN': ['BSA']} + +name_for_cid[3005] = 'RespirationWaveform' +cid_concepts[3005] = \ +{'DCM': ['RespirationWaveform']} + +name_for_cid[6207] = 'ColonQuantitativeTemporalDifferenceType' +cid_concepts[6207] = \ +{'SCT': ['DifferenceInLocation', 'DifferenceInAttenuation', 'DifferenceInSize']} + +name_for_cid[3510] = 'CatheterSizeUnits' +cid_concepts[3510] = \ +{'UCUM': ['French', 'mm']} + +name_for_cid[3843] = 'MyocardialSubsegment' +cid_concepts[3843] = \ +{'SCT': ['Endocardial', 'Epicardial']} + +name_for_cid[12102] = 'TemporalPeriodsRelatingtoProcedureorTherapy' +cid_concepts[12102] = \ +{'SCT': ['AfterProcedure', 'BeforeProcedure', 'DuringProcedure']} + +name_for_cid[8130] = 'StainingProtocols' +cid_concepts[8130] = \ +{'SCT': ['HematoxylinAndEosinStainMethod', 'Staining']} + +name_for_cid[6084] = 'MammoplastyProcedures' +cid_concepts[6084] = \ +{'SCT': ['BreastImplantation', + 'ReductionMammoplasty', + 'RemovalOfBreastImplant', + 'BreastReconstruction']} + +name_for_cid[6159] = 'MalignancyType' +cid_concepts[6159] = \ +{'DCM': ['InvasiveBreastCarcinoma', 'OtherMalignancyType'], + 'SCT': ['IntraductalCarcinomaNonInfiltrating']} + +name_for_cid[12030] = 'UltrasoundContrast/BolusAgents' +cid_concepts[12030] = \ +{'DCM': ['Sonazoid', + 'Sonovue', + 'TargestarB', + 'TargestarP', + 'Cardiosphere', + 'Echovist', + 'Imagify', + 'Levovist'], + 'NDC': ['Definity', 'Optison']} + +name_for_cid[9243] = 'RadiotherapyRegistrationWorkitemDefinition' +cid_concepts[9243] = \ +{'DCM': ['RTPatientPositionRegistrationSinglePlane', + 'RTPatientPositionRegistrationDualPlane', + 'RTPatientPositionRegistrationSpatialFiducials', + 'RTPatientPositionRegistrationUltrasound', + 'RTPatientPositionRegistration2DOn3DReference', + 'RTPatientPositionRegistrationOptical', + 'RTPatientPositionRegistration3DCTVolumeBased', + 'RTPatientPositionRegistration3DOn2DReference', + 'RTPatientPositionRegistration3DCTGeneral', + 'RTPatientPositionRegistration3DCTMarkerBased']} + +name_for_cid[4021] = 'PETRadiopharmaceutical' +cid_concepts[4021] = \ +{'DCM': ['Cetuximab89Zr', + 'RO532344189Zr', + 'J59189Zr', + 'RO54290889Zr', + 'Cu3689Zr', + 'RO695894818F', + 'Bevacizumab89Zr', + 'PSMA1007F18', + 'Cg250FAb289Zr', + 'PSMA617Ga68', + 'R150789Zr', + 'E4G1089Zr', + '_7E1189Zr', + '_7D1289Zr', + '_28H189Zr', + 'MonoclonalAntibodyMab64Cu', + 'MonoclonalAntibodyMab89Zr', + 'NanocolloidalAlbumin89Zr', + 'AntiB22089Zr', + 'Trastuzumab89Zr', + 'T807F18', + 'FlubatineF18', + 'CmabU3689Zr', + 'DN3089Zr', + 'Fresolimumab89Zr', + 'TRC10589Zr', + 'Margetuximab89Zr', + 'SAR341989Zr', + 'PittsburghCompoundBC11', + 'Ranibizumab89Zr', + 'Roledumab89Zr', + 'Xmab557489Zr', + 'Brentuximab89Zr', + 'Panitumumab89Zr', + 'Rituximab89Zr', + 'Mogamulizumab89Zr', + 'Ublituximab89Zr', + 'MEDI55189Zr', + 'GA20189Zr', + 'Ecromeximab89Zr', + 'Benralizumab89Zr', + 'Ocaratuzumab89Zr', + 'GlembatumumabVedotin89Zr', + 'PinatuzumabVedotin89Zr', + 'PolatuzumabVedotin89Zr', + 'Blinatumomab89Zr', + 'Pegdinetanib89Zr', + 'AGN15099889Zr', + 'RO693164311C', + 'Obinituzimab89Zr', + 'RO692496311C', + 'GlutamineF18', + '_2FAF18', + 'NifeneF18', + 'CLR1404I124', + 'CLR1404I131', + 'FlurpiridazF18', + 'GlutamineC14', + 'GlutamineC11', + 'ATSMCu60', + 'ATSMCu61', + 'ATSMCu62', + 'CholineC11', + 'FallyprideC11', + 'FallyprideF18', + 'FLB457C11', + 'FluorotrioprideF18', + 'DfFK89Zr', + 'DfFKPEG389Zr', + 'DfFK289Zr', + 'DfCD4589Zr', + 'DfFK23PEG489Zr'], + 'NCIt': ['DcfpylF18', 'SarcosineC11', 'DCFBCF18', 'PSMA11Ga68'], + 'SCT': ['MespiperoneC11', + 'RacloprideC11', + 'FluciclatideF18', + 'EDTAGa68', + 'CarbonMonoxideO15', + 'CarbonMonoxideC11', + 'FluorobenzothiazoleF18', + 'FluoromethaneF18', + 'SodiumFluorideF18', + 'FlorbetabenF18', + 'GlutamateN13', + 'FlumazenilF18', + 'MethionineC11', + 'FluorodeoxyglucoseF18', + 'FlutemetamolF18', + 'OxygenO15', + 'SodiumIodideI124', + 'AcetateC11', + 'FluorocholineF18', + 'FluorethyltyrosinF18', + 'CarbonDioxideO15', + 'FlorbetapirF18', + 'GermaniumGe68', + 'ThymidineFLTF18', + 'FluoromisonidazoleF18', + 'MonoclonalAntibodyI124', + 'ButanolO15', + 'CarfentanilC11', + 'OxygenWaterO15', + 'ATSMCu64', + 'FluciclovineF18', + 'SpiperoneF18', + 'PalmitateC11', + 'AmmoniaN13', + 'FluoroLDopaF18', + 'FlumazenilC11', + 'PTSMCu62', + 'SodiumNa22', + 'FluorouracilF18', + 'RubidiumChlorideRb82'], + 'UMLS': ['MK6240F18', + 'ISO1F18', + 'FluoropropylDihydrotetrabenazineDTBZF18', + 'FluoroetanidazoleF18', + 'THK5317F18', + 'UCBJC11', + 'FluoroestradiolFESF18', + 'Tyrosine3OctreotateGa68', + 'EdotreotideGa68', + 'THK5351F18', + 'FlortaucipirF18']} + +name_for_cid[3422] = 'DeviceUseActions' +cid_concepts[3422] = \ +{'DCM': ['DeviceCrossedLesion'], + 'SCT': ['DeviceUsed', + 'DeviceAtSiteOfInterest', + 'DeviceAppliedToPatient', + 'DeviceWithdrawnRemoved', + 'DeviceInsertedIntoSheath', + 'DeviceCrossedSeptum']} + +name_for_cid[7461] = 'UnitsofAreaMeasurement' +cid_concepts[7461] = \ +{'UCUM': ['SquareMillimeter', 'SquareCentimeter', 'SquareMicrometer']} + +name_for_cid[8110] = 'SpecimenSamplingProcedure' +cid_concepts[8110] = \ +{'DCM': ['DissectionWithEntireSpecimenSubmission', + 'DissectionWithRepresentativeSectionsSubmission'], + 'SCT': ['CoreSampling', + 'SmearProcedure', + 'BlockSectioning', + 'BlockSurfaceRecut', + 'BlockStepSectioning', + 'Dissection', + 'LaserMicrodissection', + 'TouchPreparation']} + +name_for_cid[3619] = 'HemodynamicResistanceMeasurements' +cid_concepts[3619] = \ +{'DCM': ['TotalVascularResistance', 'TotalPulmonaryResistance'], + 'SCT': ['PulmonaryVascularResistance', 'SystemicVascularResistance']} + +name_for_cid[12122] = 'OtherVascularProperties' +cid_concepts[12122] = \ +{'LN': ['DecelerationTime', + 'PeakGradient', + 'AccelerationTime', + 'MeanGradient', + 'VolumeFlow'], + 'SCT': ['VesselLumenCrossSectionalArea', + 'VesselDepthFromSurface', + 'VesselOutsideDiameter', + 'VesselLumenDiameter', + 'VesselIntimalCrossSectionalArea', + 'LengthOfSegment', + 'VesselIntimalDiameter']} + +name_for_cid[3530] = 'OxygenAdministrationActions' +cid_concepts[3530] = \ +{'DCM': ['BeginOxygenAdministration', 'EndOxygenAdministration']} + +name_for_cid[6118] = 'SizeDescriptor' +cid_concepts[6118] = \ +{'DCM': ['ExtremelySmall', 'VerySmall', 'TooSmall'], + 'SCT': ['Medium', 'Enlarged', 'Small', 'Large']} + +name_for_cid[3526] = 'BloodGasSaturation' +cid_concepts[3526] = \ +{'DCM': ['BloodCarbonDioxideSaturation'], + 'LN': ['CapillaryBloodOxygenSaturation', + 'ArterialOxygenSaturation', + 'VenousOxygenSaturation', + 'CapillaryBloodOxygenSaturationByOximetry', + 'BloodOxygenSaturation']} + +name_for_cid[3463] = 'VentricleIdentification' +cid_concepts[3463] = \ +{'SCT': ['RightVentricle', 'LeftVentricle']} + +name_for_cid[3208] = 'SummaryCodesExerciseECG' +cid_concepts[3208] = \ +{'SCT': ['ExerciseECGAbnormal', + 'ExerciseECGEquivocal', + 'ExerciseECGNormal', + 'NotPerformed']} + +name_for_cid[3121] = 'PerfusionMorphology' +cid_concepts[3121] = \ +{'SCT': ['MyocardialIschemia', + 'MyocardialInfarction', + 'MixedIschemiaAndInfarction']} + +name_for_cid[7162] = 'SurfaceProcessingAlgorithmFamilies' +cid_concepts[7162] = \ +{'DCM': ['ManualProcessing', + 'MultispectralProcessing', + 'ClusterAnalysis', + 'MultiScaleResolutionFiltering', + 'HistogramAnalysis', + 'MorphologicalOperations', + 'EdgeDetection', + 'AdaptiveFiltering', + 'NeighborhoodAnalysis', + 'DeformableModels', + 'ArtificialIntelligence']} + +name_for_cid[7027] = 'SegmentedRadiotherapeuticDoseMeasurementDevices' +cid_concepts[7027] = \ +{'DCM': ['IonChamberArray', + 'DiodeArray', + 'LiquidIonChamber', + 'Diode', + 'IonChamber', + 'OSLD', + 'DiamondDetector'], + 'SCT': ['MOSFETRadiationTherapyDosimetrySystemDosimeter', + 'DigitalImager', + 'ThermoluminescentRadiationDosimeter']} + +name_for_cid[7477] = 'GlobalShapeDescriptors' +cid_concepts[7477] = \ +{} + +name_for_cid[6071] = 'HistologicGradingMethod' +cid_concepts[6071] = \ +{'DCM': ['BloomRichardsonGrade'], 'SCT': ['NottinghamCombinedGrade']} + +name_for_cid[12118] = 'MeasurementOrientation' +cid_concepts[12118] = \ +{'DCM': ['AnteriorPosterior'], 'SCT': ['Transverse', 'Longitudinal']} + +name_for_cid[10060] = 'OrgansforRadiationDoseEstimates' +cid_concepts[10060] = \ +{'DCM': ['Phantom'], + 'SCT': ['Lung', + 'SmallIntestine', + 'Breast', + 'Stomach', + 'Heart', + 'Skin', + 'Thymus', + 'Prostate', + 'LymphNode', + 'Colon', + 'Uterus', + 'SalivaryGlands', + 'Gallbladder', + 'Testis', + 'Esophagus', + 'Bladder', + 'Brain', + 'EyeLenses', + 'OralMucosa', + 'Ovary', + 'Muscle', + 'Pancreas', + 'BoneMarrow', + 'Liver', + 'EntireBody', + 'Thyroid', + 'Spleen', + 'Kidney', + 'AdrenalGland', + 'BoneSurface']} + +name_for_cid[4109] = 'ModelIndependentDynamicContrastAnalysisParameters' +cid_concepts[4109] = \ +{'DCM': ['TimeToPeak', + 'IAUC90BN', + 'IAUC180BN', + 'TemporalDerivativeThreshold', + 'IAUC', + 'MaximumSlope', + 'IAUC60', + 'MaximumDifference', + 'IAUC90', + 'TracerConcentration', + 'IAUC180', + 'IAUCBN', + 'IAUC60BN', + 'TimeOfPeakConcentration', + 'BolusArrivalTime', + 'TimeOfLeadingHalfPeakConcentration']} + +name_for_cid[6134] = 'ChestQualitativeTemporalDifferenceType' +cid_concepts[6134] = \ +{'SCT': ['DifferenceInBorderDefinition', + 'DifferenceInDistribution', + 'NoSignificantChangesInTheFinding', + 'IncreaseInSize', + 'DifferenceInTexture', + 'DifferenceInBorderShape', + 'DifferenceInSiteInvolvement', + 'DifferenceInSubstance', + 'LessDefined', + 'FindingPartiallyRemoved', + 'MoreDefined', + 'DecreaseInSize']} + +name_for_cid[240] = 'PresentAbsent' +cid_concepts[240] = \ +{'SCT': ['Absent', 'Present', 'Undetermined']} + +name_for_cid[8203] = 'SurfaceScanRegistrationMethodTypes' +cid_concepts[8203] = \ +{'DCM': ['IterativeClosestPoint', 'Freehand', 'FiducialAlignment']} + +name_for_cid[610] = 'WaterTypes' +cid_concepts[610] = \ +{'DCM': ['ReverseOsmosisPurifiedWater', + 'ReverseOsmosisPurifiedHclAcidifiedWater'], + 'SCT': ['TapWater', 'DistilledWater']} + +name_for_cid[4220] = 'VisualFixationQualityDuringAcquisition' +cid_concepts[4220] = \ +{'SCT': ['Steady', 'Indeterminate', 'NotSteady']} + +name_for_cid[12231] = 'VolumeFlowMethods' +cid_concepts[12231] = \ +{'DCM': ['DopplerVolumeFlow', 'ProximalIsovelocitySurfaceArea']} + +name_for_cid[6026] = 'MammographyAssessment' +cid_concepts[6026] = \ +{'DCM': ['PostProcedureMammogramsForMarkerPlacement']} + +name_for_cid[6163] = 'MenstrualCyclePhase' +cid_concepts[6163] = \ +{'DCM': ['_1stWeek', '_2ndWeek', '_3rdWeek'], 'SCT': ['MenstruationPresent']} + +name_for_cid[3418] = 'LesionRisk' +cid_concepts[3418] = \ +{} + +name_for_cid[647] = 'PositionReferenceIndicatorforFrameofReference' +cid_concepts[647] = \ +{'FMA': ['Bregma', 'Lambda']} + +name_for_cid[12289] = 'CardiacUltrasoundSemilunarValves,AnnulusandSinusesFindingSites' +cid_concepts[12289] = \ +{'SCT': ['PulmonicValve', + 'NeoaorticValve', + 'AorticValve', + 'TruncalValveStructure', + 'NeoaorticRoot', + 'RootOfAorta']} + +name_for_cid[12266] = 'CardiacUltrasoundMitralValve' +cid_concepts[12266] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RRInterval', + 'BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'MitralRegurgitationDpDtDerivedFromMitralRegVelocity', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'MitralValveESeptalSeparation', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'CEDistance', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'MitralValveEPSSEWave', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'DEExcursion', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[702] = 'RTContentAssessmentTypes' +cid_concepts[702] = \ +{'DCM': ['RTPreTreatmentConsistencyCheck', 'RTPreTreatmentDoseCheck']} + +name_for_cid[9500] = 'DosimetricObjectiveTypes' +cid_concepts[9500] = \ +{'DCM': ['SpecifiedConformationNumber', + 'SpecifiedHealthyTissueConformityIndex', + 'SpecifiedConformityIndex', + 'MinimumPercentVolumeAtRadiationDose', + 'MinimumRadiationDose', + 'MaximumSurfaceRadiationDose', + 'MinimumSurfaceRadiationDose', + 'SpecifiedHomogeneityIndex', + 'MinimizeMeterset', + 'MinimumEquivalentUniformDose', + 'MaximumAbsoluteVolumeAtRadiationDose', + 'MaximumMeanRadiationDose', + 'MinimumAbsoluteVolumeAtRadiationDose', + 'MinimumMeanRadiationDose', + 'MaximumPercentVolumeAtRadiationDose', + 'MaximumRadiationDose', + 'PrescriptionRadiationDose', + 'MaximumEquivalentUniformDose']} + +name_for_cid[6030] = 'MammographyPathologyCodes' +cid_concepts[6030] = \ +{'DCM': ['FibroadenomatoidHyperplasia', + 'Fibroadenolipoma', + 'CartilaginousAndOsseousChange', + 'AxillaryNodeWithLymphoma', + 'AxillaryNodalMetastases', + 'BloodVesselVascularInvasion', + 'CarcinomaInChildren', + 'CarcinomaInEctopicBreast', + 'CarcinomaWithEndocrineDifferentiation', + 'BasalCellCarcinomaOfNipple', + 'NormalAxillaryNode', + 'AxillaryNodeWithCalcifications', + 'AxillaryNodeHyperplasia', + 'BenignCystWithBlood', + 'BenignCalcifications', + 'DuctalAdenoma', + 'DiabeticFibrousMastopathy', + 'SquamousCellCarcinomaOfTheNipple', + 'IntraductalCarcinomaHighGrade', + 'PseudoangiomatousStromalHyperplasia', + 'SiliconeGranuloma', + 'MetastaticDiseaseToAxillaryNode', + 'VirginalHyperplasia', + 'PeripheralDuctPapillomas', + 'MultifocalInvasiveDuctalCarcinoma', + 'OilCyst', + 'PostReductionMammoplasty', + 'MetastasisToAnIntramammaryLymphNode', + 'MalignantMelanomaOfNipple', + 'RecurrentMalignancy', + 'LargeDuctPapilloma', + 'MicroglandularAdenosis', + 'MultipleIntraductalPapillomas', + 'NoAbnormality', + 'NormalBreastTissue', + 'LympathicVesselInvasion', + 'OccultCarcinomaPresentingWithAxillaryLymphNodeMetastases', + 'MetastaticCancerToTheBreast', + 'MetastaticCancerToTheBreastFromTheColon', + 'MetastaticCancerToTheBreastFromTheLung', + 'MetastaticMelanomaToTheBreast', + 'MetastaticCancerToTheBreastFromTheOvary', + 'MetastaticSarcomaToTheBreast', + 'MultifocalIntraductalCarcinoma', + 'JuvenilePapillomatosis', + 'CarcinomaInPregnancyAndLactation', + 'LactationalChange', + 'IntraductalComedocarcinomaWithNecrosis', + 'IntraductalCarcinomaLowGrade', + 'IntracysticPapillaryCarcinoma', + 'InvasiveAndInSituCarcinoma', + 'LeukemicInfiltration'], + 'SCT': ['LactatingAdenoma', + 'Leiomyosarcoma', + 'Carcinosarcoma', + 'TubularAdenocarcinoma', + 'CystOfBreast', + 'FatNecrosisOfBreast', + 'Leiomyoma', + 'HodgkinDisease', + 'HemangiomaOfSubcutaneousTissue', + 'LymphNode', + 'BreastLobularHyperplasia', + 'CarcinomaInSituOfMaleBreast', + 'EpidermalInclusionCyst', + 'Galactocele', + 'ThrombophlebitisOfBreastMondorDisease', + 'ScarTissue', + 'LobularCarcinomaInSituOfBreast', + 'Plasmacytoma', + 'DuctalHyperplasiaUsual', + 'Angiosarcoma', + 'Gynecomastia', + 'GiantFibroadenoma', + 'MalignantFibrousHistiocytoma', + 'ApocrineMetaplasia', + 'Fibrosarcoma', + 'TubularAdenoma', + 'SignetRingCellCarcinoma', + 'Lymphoma', + 'Hematoma', + 'Amyloid', + 'PhyllodesTumor', + 'CarcinomaWithMetaplasia', + 'Chondrosarcoma', + 'PleomorphicAdenoma', + 'IntraductalCarcinomaMicroPapillary', + 'Neurofibroma', + 'Hemangiopericytoma', + 'NonHodgkinLymphoma', + 'PagetDiseaseMammary', + 'Adenomyoepithelioma', + 'FocalFibrosis', + 'InfiltratingDuctCarcinoma', + 'Lipoma', + 'SpindleCellNodule', + 'Abscess', + 'SclerosingAdenosis', + 'Liposarcoma', + 'Adenolipoma', + 'Comedocarcinoma', + 'Fibroadenoma', + 'MammaryDuctEctasia', + 'Chondroma', + 'Hemangioma', + 'SquamousCellCarcinoma', + 'InfarctionOfBreast', + 'ApocrineAdenocarcinoma', + 'Adenoma', + 'PapillaryCarcinoma', + 'RadialScar', + 'InflammatoryCarcinoma', + 'HemangiomaVenous', + 'LipidRichLipidSecretingCarcinoma', + 'GranularCellTumor', + 'Angiolipoma', + 'ForeignBody', + 'HyperplasiaUsual', + 'InvasiveCribriformCarcinoma', + 'AdenoidCysticCarcinoma', + 'Angiomatosis', + 'Adenosis', + 'Seroma', + 'MedullaryCarcinoma', + 'AtypicalIntraductalHyperplasia', + 'ExtraAbdominalDesmoid', + 'Fibromatosis', + 'Inflammation', + 'IntramammaryLymphNode', + 'AtypicalLobularHyperplasia', + 'IntraductalPapilloma', + 'NeoplasmOfTheMammarySkin', + 'PhyllodesTumorMalignant', + 'GlycogenRichCarcinoma', + 'SecretoryJuvenileCarcinomaOfTheBreast', + 'Neurofibromatosis', + 'MucinousAdenocarcinomaColloidCarcinoma', + 'IntracysticPapilloma', + 'Myofibroblastoma', + 'PapillaryCarcinomaInSitu', + 'JuvenileFibroadenoma', + 'EctopicAccessoryBreastTissue', + 'Edema', + 'Papilloma', + 'Hamartoma', + 'AsynchronousInvolutionOfBreast', + 'FibrocysticDiseaseOfBreast', + 'BenignNeoplasmOfNippleOfFemaleBreastNippleAdenoma', + 'InvasiveLobularCarcinoma', + 'OsteogenicSarcoma']} + +name_for_cid[3232] = 'STSegmentLocation' +cid_concepts[3232] = \ +{'SCT': ['LeftVentricleLateralSegment', + 'LeftVentricleInferiorSegment', + 'LeftVentricleApicalSegment', + 'LeftVentricleSeptalSegment', + 'LeftVentricleAnteriorSegment']} + +name_for_cid[7271] = 'MRDiffusionAnisotropyIndices' +cid_concepts[7271] = \ +{'DCM': ['VolumeRatio', 'RelativeAnisotropy', 'FractionalAnisotropy']} + +name_for_cid[10021] = 'SourceofCTDoseInformation' +cid_concepts[10021] = \ +{'DCM': ['CopiedFromImageAttributes', + 'ManualEntry', + 'DerivedFromHumanReadableReports', + 'AutomatedDataCollection', + 'ComputedFromImageAttributes']} + +name_for_cid[3727] = 'IndicationsforCatheterization' +cid_concepts[3727] = \ +{'SCT': ['Cardiomyopathy', + 'HeartDisease', + 'ValvularHeartDisease', + 'CardiogenicShock', + 'Arrhythmia', + 'IschemicHeartDisease', + 'HeartTransplant', + 'CardiacFunctionTestAbnormal', + 'HeartDiseaseCongenital']} + +name_for_cid[4261] = 'OphthalmicMappingAcquisitionMethod' +cid_concepts[4261] = \ +{'DCM': ['RetinalTopography', + 'TimeDomain', + 'SpectralDomain', + 'NoCornealCompensation', + 'CornealBirefringenceCompensation']} + +name_for_cid[9516] = 'RadiotherapyBolusDeviceTypes' +cid_concepts[9516] = \ +{'SCT': ['SurfaceBolus']} + +name_for_cid[7158] = 'ArtifactSegmentationTypes' +cid_concepts[7158] = \ +{'SCT': ['Table', 'ForeignBody', 'Clothing']} + +name_for_cid[12270] = 'CardiacUltrasoundAorticValve' +cid_concepts[12270] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'AorticValveCuspSeparation', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[6067] = 'FluidColor' +cid_concepts[6067] = \ +{'DCM': ['LightBrownColor', + 'DarkRedColor', + 'DarkBrownColor', + 'BrightRedColor', + 'BloodTingedColor'], + 'SCT': ['BlackColor', + 'Clear', + 'BrownColor', + 'YellowColor', + 'GrayColor', + 'WhiteColor', + 'GreenColor']} + +name_for_cid[6088] = 'OBGYNMaternalRiskFactors' +cid_concepts[6088] = \ +{'DCM': ['PreviousFetalMalformationSyndrome', + 'PreviousRHNegativeOrBloodDyscrasiaAtBirth', + 'HistoryOfMultipleFetuses', + 'CurrentPregnancyKnownOrSuspectedMalformationsSyndromes', + 'FamilyHistoryFetalMalformationSyndrome', + 'UterineMalformations', + 'SpontaneousAbortion', + 'GynecologicCondition', + 'GynecologicSurgery', + 'PreviousLBWOrIUGRBirth'], + 'SCT': ['HistoryOfObesity', + 'HistoryOfHypertension', + 'HistoryOfSubstanceAbuse', + 'HistoryOfEctopicPregnancy', + 'HistoryOfDiabetesMellitus', + 'HistoryOfEclampsia', + 'HistoryOfInfertility', + 'HistoryOfPrematureDelivery', + 'HistoryOfRegularMedication', + 'HistoryOfSeverePreEclampsia', + 'MultiplePregnancy', + 'HistoryOfCardiovascularDisease']} + +name_for_cid[3770] = 'ProblemStatus' +cid_concepts[3770] = \ +{'SCT': ['Suspected', + 'ActiveProblem', + 'InactiveProblem', + 'KnownAbsent', + 'Recurrent', + 'WellControlled', + 'Chronic', + 'Intermittent', + 'ProblemResolved']} + +name_for_cid[6122] = 'ChestContentDescriptor' +cid_concepts[6122] = \ +{'DCM': ['Air', 'SoftTissue', 'Calcium'], + 'SCT': ['ForeignMaterialIodizedOilMercuryTalc', 'Fat']} + +name_for_cid[4236] = 'IOLCalculationFormula' +cid_concepts[4236] = \ +{'DCM': ['Haigis', + 'HaigisL', + 'HaigisToric', + 'Holladay1', + 'HaigisLToric', + 'Holladay2', + 'BarrettToric', + 'HofferQ', + 'BarrettTrueK', + 'Olsen', + 'BarrettTrueKToric', + 'SRKII', + 'BarrettUniversalII', + 'SRKT']} + +name_for_cid[606] = 'AnimalShelterTypes' +cid_concepts[606] = \ +{'DCM': ['Igloo', 'RedTranslucentIgloo'], 'SCT': ['None']} + +name_for_cid[12227] = 'EchocardiographyMeasurementMethod' +cid_concepts[12227] = \ +{'DCM': ['Teichholz', + 'MethodOfDisksSinglePlane', + 'MethodOfDisksBiplane', + 'CubeMethod', + 'BulletMethod', + 'AreaLengthSinglePlane', + 'ModifiedSimpson', + 'AreaLengthBiplane', + 'SinglePlaneEllipse', + 'LeftVentricleMassByTruncatedEllipse', + 'LeftVentricleMassByMMode', + 'Planimetry', + 'DopplerVolumeFlow', + 'SimplifiedBernoulli', + 'DirectlyMeasured', + 'FullBernoulli', + 'ProximalIsovelocitySurfaceArea', + 'ContinuityEquationByVelocityTimeIntegral', + 'LeftVentricleMassByTruncatedEllipseAdjustedByHeight', + 'LeftVentricleMassByMModeAdjustedByHeight', + 'LeftVentricleMassByAreaLength', + 'ContinuityEquationByPeakVelocity', + 'ContinuityEquationByMeanVelocity', + 'ContinuityEquation', + 'BiplaneEllipse', + 'AreaByPressureHalfTime', + 'LeftVentricleMassByAreaLengthAdjustedByHeight']} + +name_for_cid[12033] = 'UltrasoundTransducerGeometry' +cid_concepts[12033] = \ +{'DCM': ['RingUltrasoundTransducerGeometry', + 'RadialUltrasoundTransducerGeometry', + 'SectorUltrasoundTransducerGeometry', + 'CurvedLinearUltrasoundTransducerGeometry', + 'LinearUltrasoundTransducerGeometry', + 'NonImagingDopplerUltrasoundTransducerGeometry']} + +name_for_cid[7462] = 'UnitsofVolumeMeasurement' +cid_concepts[7462] = \ +{'UCUM': ['CubicMillimeter', + 'CubicCentimeter', + 'CubicMicrometer', + 'CubicDecimeter']} + +name_for_cid[7198] = 'SubstanceSegmentationPropertyTypes' +cid_concepts[7198] = \ +{'SCT': ['ContrastAgent']} + +name_for_cid[3421] = 'ProcedureAction' +cid_concepts[3421] = \ +{'DCM': ['SuspendProcedureAction', + 'ResumeProcedureAction', + 'StartProcedureAction', + 'EndProcedureAction']} + +name_for_cid[9539] = 'FractionationBasedEffectiveDoseMethodModifers' +cid_concepts[9539] = \ +{'DCM': ['LinearQuadraticModelForLowDoseRateBrachytherapy', + 'LinearQuadraticLinearModel', + 'LinearQuadraticModelWithTimeFactor', + 'LinearQuadraticModel', + 'Equivalent2GrayFractionsModel']} + +name_for_cid[3837] = 'FiducialFeature' +cid_concepts[3837] = \ +{'SCT': ['CommonIliacBifurcation', + 'RenalArtery', + 'Ostium', + 'AorticBifurcation']} + +name_for_cid[12121] = 'VascularIndicesandRatios' +cid_concepts[12121] = \ +{'LN': ['AccelerationIndex', + 'ResistivityIndex', + 'VelocityRatio', + 'SystolicToDiastolicVelocityRatio', + 'PulsatilityIndex'], + 'SCT': ['LumenDiameterStenosis', 'LumenAreaStenosis']} + +name_for_cid[6048] = 'CADOperatingPointAxisLabel' +cid_concepts[6048] = \ +{'DCM': ['ImageSpecificity', + 'CaseSpecificity', + 'ProbabilityOfCancer', + 'CertaintyOfFinding', + 'LesionSensitivity', + 'CaseSensitivity', + 'FalseMarkersPerCase', + 'FalseMarkersPerImage']} + +name_for_cid[8113] = 'SpecimenPreparationSteps' +cid_concepts[8113] = \ +{'SCT': ['SpecimenClearing', + 'SpecimenSteamHeating', + 'SpecimenFreezing', + 'SpecimenMicrowaveHeating', + 'ProteaseDigestionOfTissueSpecimen', + 'SpecimenDehydration']} + +name_for_cid[629] = 'CarrierGasesforSmallAnimalAnesthesia' +cid_concepts[629] = \ +{'SCT': ['MedicalAir', 'OxygenGas'], 'UMLS': ['RoomAir']} + +name_for_cid[12208] = 'EchocardiographyTricuspidValve' +cid_concepts[12208] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'TimeFromQWaveToTricuspidValveOpens', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'EndDiastolicVelocity', + 'TricuspidValveEToARatio', + 'VelocityOfFlowPropagation', + 'TricuspidRegurgitationDpDt', + 'PeakGradient', + 'TricuspidValveEWavePeakVelocity', + 'AliasVelocity', + 'TricuspidValveAWavePeakVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['RegurgitantFraction', + 'TricuspidValveClosureToOpeningTime', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter']} + +name_for_cid[83] = 'UnitsforRealWorldValueMapping' +cid_concepts[83] = \ +{'UCUM': ['MicromoleMinuteMilliliter', + 'Centimeter2Milliliter', + 'Centimeter2', + 'MilliliterGram', + 'StandardizedUptakeValueBodySurfaceArea', + 'StandardizedUptakeValueLeanBodyMassJanma', + 'ProportionalToCounts', + 'Counts', + 'Percent', + 'MilliliterMinuteGram', + 'StandardizedUptakeValueBodyWeight', + 'MicromoleMilliliter', + 'HounsfieldUnit', + 'ProportionalToCountsPerSecond', + 'MilligramsMinuteMilliliter', + 'StandardizedUptakeValueIdealBodyWeight', + 'Centimeter', + 'BecquerelsMilliliter', + 'CountsPerSecond', + 'StandardizedUptakeValueLeanBodyMassJames', + 'StandardizedUptakeValueLeanBodyMassJames128Multiplier']} + +name_for_cid[3749] = 'PCIProcedureResult' +cid_concepts[3749] = \ +{} + +name_for_cid[3460] = 'CircumferentialExtent' +cid_concepts[3460] = \ +{'DCM': ['RCARegionInRAOProjection', 'LADRegionInRAOProjection']} + +name_for_cid[3525] = 'BloodGasContent' +cid_concepts[3525] = \ +{'DCM': ['BloodOxygenContent'], + 'LN': ['ArterialOxygenContent', + 'PulmonaryArteryMainOxygenContent', + 'PulmonaryWedgeOxygenContent', + 'ArterialBloodCarbonDioxideContent', + 'BloodCarbonDioxideContent', + 'VenousBloodCarbonDioxideContent', + 'AorticRootOxygenContent', + 'VenousOxygenContent']} + +name_for_cid[280] = 'LongitudinalTemporalEventTypes' +cid_concepts[280] = \ +{'DCM': ['Baseline'], 'NCIt': ['Enrollment']} + +name_for_cid[404] = 'AuditParticipantObjectIDTypeCode' +cid_concepts[404] = \ +{'DCM': ['StudyInstanceUID', 'NodeID', 'SOPClassUID']} + +name_for_cid[6009] = 'DensityModifierfromBIRADS®' +cid_concepts[6009] = \ +{'SCT': ['LowDensityNotContainingFatLesion', + 'HighDensityLesion', + 'EqualDensityIsodenseLesion', + 'FatContainingRadiolucentLesion']} + +name_for_cid[7024] = 'RTProcessInput' +cid_concepts[7024] = \ +{'DCM': ['ForRTPlanSummation', + 'ForPhysicistReview', + 'ForPhysicianReview', + 'ForPlanQualityAssurance', + 'ForPatientSetupVerification', + 'ForMachineQualityAssurance', + 'ForRTWorkflow', + 'ForRTTreatmentPlanning', + 'ForRTPrescription']} + +name_for_cid[7474] = 'GeneralVolumeCalculationMethods' +cid_concepts[7474] = \ +{'DCM': ['IntegrationOfSumOfClosedAreasOnContiguousSlices', + 'SumOfSegmentedVoxelVolumes']} + +name_for_cid[7161] = 'PhysiologySegmentationTypes' +cid_concepts[7161] = \ +{'SCT': ['Perfusion']} + +name_for_cid[12249] = 'CardiacUltrasoundFetalSummaryCodes' +cid_concepts[12249] = \ +{'SCT': ['CorrectedTranspositionOfGreatVessels', + 'CoarctationOfTheAorta', + 'PulmonaryAtresiaWithIntactVentricularSeptum', + 'TetralogyOfFallot', + 'CompleteTranspositionOfGreatVessels', + 'Mesocardia', + 'FunctionalSingleVentricle', + 'MitralRegurgitation', + 'HypoplasticLeftHeartSyndrome', + 'CongenitalStenosisOfAorticValve', + 'MitralStenosis', + 'AtrialSeptalDefect', + 'RheumaticFever', + 'PulmonaryAtresiaWithVentricularSeptalDefect', + 'MitralValveProlapse', + 'AorticRegurgitation', + 'EdemaOfFetalChestWall', + 'Dextrocardia', + 'CommonAtrioventricularCanal', + 'VentricularSeptalDefect', + 'EdemaOfFetalScalp', + 'PartialAnomalousPulmonaryVenousConnection', + 'AcuteFebrileMucocutaneousLymphNodeSyndrome', + 'Cardiomegaly', + 'Cyanosis', + 'AtrialSeptalDefectWithEndocardialCushionDefectPartial', + 'PulmonicValveStenosis', + 'AorticStenosis', + 'InterruptedAorticArch']} + +name_for_cid[3821] = 'PapillaryMuscleIncluded/Excluded' +cid_concepts[3821] = \ +{'DCM': ['PapillaryMuscleIncluded', 'PapillaryMuscleExcluded']} + +name_for_cid[3122] = 'VentricularEnlargement' +cid_concepts[3122] = \ +{'SCT': ['MarkedlyEnlargedCardiacChamber', + 'MildlyEnlargedCardiacChamber', + 'ModeratelyEnlargedCardiacChamber', + 'NormalSizeCardiacChamber']} + +name_for_cid[3335] = 'ECGAnnotations' +cid_concepts[3335] = \ +{'MDC': ['CalibrationPulse', + 'AtriumAntitachycardiaPaceSpike', + 'AberratedAtrialPrematureBeatAshmanBeat', + 'PreExcitation', + 'LeftVentricleAntibradycardiaPaceSpike', + 'LeftPosteriorFascicularBlockBeat', + 'AtrialFlutterWave', + 'AbnormalBeat', + 'EntireBeatPonToToffExcludingU', + 'UWave', + 'LeftBundleBranchBlockBeat', + 'TWaveChange', + 'JPoint', + 'TransthoracicCardioversionSpike', + 'NoNoise', + 'VentricleDefibrillationSpike', + 'LeftAtriumAntibradycardiaPaceSpike', + 'NoECGSignalIsAvailable', + 'SWave', + 'QSWave', + 'FusionOfVentricularAndNormalBeat', + 'AtrialPrematureContraction', + 'BilateralBundleBranchBlockBeat', + 'DefibrillationSpike', + 'AtriumCardioversionSpike', + 'ModerateNoiseBeatsCanBeDetectedButCannotBeClassified', + 'IsoelectricRegionFromGlobalQRSOnsetToSpecificLeadOnset', + 'IncompleteRightBundleBranchBlockBeat', + 'VentricularAntibradycardiaPaceSpike', + 'VentricularEscapeBeat', + 'TWaveSecondDeflectionInTWave', + 'PacemakerLearningBeat', + 'IsolatedQRSLikeArtifact', + 'WolfParkinsonTypeB', + 'AtriumAntibradycardiaPaceSpike', + 'VentricleAntitachycardiaPaceSpike', + 'PRSegment', + 'EntireQRSExcludingPTAndU', + 'TransthoracicAntibradycardiaPaceSpike', + 'VentricularFlutterWave', + 'OsborneWave', + 'Notch', + 'QWave', + 'BifascicularBlockBeat', + 'SWaveThirdDeflectionInSWave', + 'DominantBeat', + 'PWaveSecondDeflectionInPWave', + 'RWaveSecondDeflectionInRWave', + 'IncompleteLeftBundleBranchBlockBeat', + 'RightVentricleAntibradycardiaPaceSpike', + 'AtriumDefibrillationSpike', + 'ROnTPrematureVentricularBeat', + 'PacemakerFusionBeat', + 'LownGanongLevineSyndrome', + 'TransthoracicDefibrillationSpike', + 'AtrialEscapeBeat', + 'NonConductedPWave', + 'AntitachycardiaPaceSpike', + 'JunctionalNodalPrematureContraction', + 'WolfParkinsonWhiteSyndrome', + 'IntraventricularConductionDisturbance', + 'IsoelectricPointOrSegment', + 'LeftAnteriorFascicularBlockBeat', + 'EntireBeatQonToToffExcludingPAndU', + 'DeltaWave', + 'STChange', + 'NormalBeatSinusBeatNormalConduction', + 'RightAtriumAntibradycardiaPaceSpike', + 'SWaveSecondDeflectionInSWave', + 'VentricleCardioversionSpike', + 'PWave', + 'RWave', + 'WolfParkinsonTypeA', + 'VentricularPrematureContractionBeat', + 'STMeasurementPoint', + 'AntibradycardiaPaceSpike', + 'SupraventricularPrematureContraction', + 'CardioversionSpike', + 'TrifascicularBlockBeat', + 'RightBundleBranchBlockBeat', + 'STSegment', + 'TUFusedWave', + 'IsoelectricRegionFromSpecificLeadQRSOffsetToGlobalOffset', + 'SevereNoiseBeatsCannotBeDetectedOrClassified', + 'TWave', + 'VentricularActivationTime', + 'TransthoracicAntitachycardiaPaceSpike', + 'JunctionalNodalEscapeBeat', + 'UnclassifiableBeat', + 'RWaveThirdDeflectionInRWave', + 'SupraventricularEscapeBeat', + 'PWaveThirdDeflectionInPWave']} + +name_for_cid[6137] = 'TypesofCADAnalysis' +cid_concepts[6137] = \ +{'SCT': ['SpatialCollocationAnalysis', + 'SpatialProximityAnalysis', + 'TemporalCorrelation', + 'ImageQualityAnalysis']} + +name_for_cid[10063] = 'RadiationDoseEstimateDistributionRepresentation' +cid_concepts[10063] = \ +{'DCM': ['SkinDoseMap', + 'DosePointCloud', + 'DoseGradient', + '_3DDoseMap', + 'DoseImage', + 'Isodose']} + +name_for_cid[6072] = 'BreastImplantFindings' +cid_concepts[6072] = \ +{'DCM': ['DistortedImplant', + 'SiliconeLadenLymphNodes', + 'FreeSilicone', + 'HerniatedImplant', + 'Explantation', + 'NormalImplants', + 'AsymmetricImplants', + 'CalcifiedImplant'], + 'SCT': ['RuptureOfBreastImplant']} + +name_for_cid[3620] = 'HemodynamicRatios' +cid_concepts[3620] = \ +{'DCM': ['DiastolicSystolicVelocityRatio', + 'HyperemicRatio', + 'CoronaryFlowReserve', + 'HemodynamicResistanceIndex'], + 'LN': ['TibialBrachialIndex'], + 'SCT': ['FractionalFlowReserve', + 'FractionalFlowReserveUsingIntracoronaryBolus', + 'PulmonarySystemicFlowRatio', + 'PulsatilityIndex', + 'FractionalFlowReserveUsingIntravenousInfusion']} + +name_for_cid[12232] = 'MyocardiumMassMethods' +cid_concepts[12232] = \ +{'DCM': ['LeftVentricleMassByTruncatedEllipseAdjustedByHeight', + 'LeftVentricleMassByMModeAdjustedByHeight', + 'LeftVentricleMassByAreaLength', + 'LeftVentricleMassByTruncatedEllipse', + 'LeftVentricleMassByMMode', + 'LeftVentricleMassByAreaLengthAdjustedByHeight']} + +name_for_cid[613] = 'AnesthesiaInductionCodeTypeforSmallAnimalAnesthesia' +cid_concepts[613] = \ +{'SCT': ['IntramuscularRoute', + 'PerRectum', + 'IntravenousRoute', + 'IntraperitonealRoute', + 'ByInhalation']} + +name_for_cid[10034] = 'ReasonforRepeatingAcquisition' +cid_concepts[10034] = \ +{'DCM': ['SuboptimalContrastTiming', 'PatientMotion']} + +name_for_cid[12009] = 'EarlyGestationBiometryMeasurements' +cid_concepts[12009] = \ +{'LN': ['GestationalSacDiameter', + 'CrownRumpLength', + 'SpineLength', + 'YolkSacLength', + 'NuchalTranslucency']} + +name_for_cid[6160] = 'BreastPrimaryTumorAssessmentFromAJCC' +cid_concepts[6160] = \ +{'SCT': ['TXPrimaryTumorCannotBeAssessed', + 'T1bTumorMoreThan0Point5cmButNotMoreThan1cm', + 'T4InflammatoryCarcinoma', + 'T1Tumor2cmOrLessInGreatestDimension', + 'T0NoEvidenceOfPrimaryTumor', + 'TisCarcinomaInSitu', + 'TisDuctalCarcinomaInSitu', + 'T2TumorMoreThan2cmButNotMoreThan5cm', + 'T1cTumorMoreThan1cmButNotMoreThan2cm', + 'TisPagetDiseaseOfTheNippleWithNoTumor', + 'T1aTumorMoreThan0Point1cmButNotMoreThan0Point5cm', + 'T4aTumorOfAnySizeWithExtensionToChestWallNotIncl', + 'T4bTumorOfAnySizeWithEdemaIncludingPeauDOrange', + 'T1micMicroinvasion0Point1cmOrLessInGreatestDimension', + 'T4TumorOfAnySizeWithDirectExtensionToChestWall', + 'T4cTumorOfAnySizeWithDirectExtensionToChestWall', + 'TisLobularCarcinomaInSitu', + 'T3TumorMoreThan5cmInGreatestDimension']} + +name_for_cid[3677] = 'SummaryCodesECG' +cid_concepts[3677] = \ +{'DCM': ['NonDiagnosticECG'], + 'SCT': ['BorderlineNormalECG', 'ECGEquivocal', 'NormalECG', 'AbnormalECG']} + +name_for_cid[3227] = 'QTcMeasurements' +cid_concepts[3227] = \ +{'MDC': ['QtcPerLeadUsingFredericiaFormula', + 'QtcIntervalPerLead', + 'QtcIntervalGlobal', + 'QtcGlobalUsingFredericiaFormula', + 'QtcGlobalUsingBazettFormula', + 'QtcPerLeadUsingBazettFormula']} + +name_for_cid[4018] = 'PrimaryAnatomicStructureforIntraoralRadiography(PermanentDentitionDesignationofTeeth)' +cid_concepts[4018] = \ +{'SCT': ['MaxillaryLeftFirstPremolarTooth', + 'MaxillaryRightCentralIncisorTooth', + 'MandibularLeftSecondPremolarTooth', + 'MandibularRightCanineTooth', + 'MaxillaryLeftThirdMolarTooth', + 'MandibularLeftCanineTooth', + 'MaxillaryLeftSecondPremolarTooth', + 'MandibularRightLateralIncisorTooth', + 'MaxillaryRightSecondPremolarTooth', + 'MandibularRightFirstMolarTooth', + 'MaxillaryRightCanineTooth', + 'MaxillaryLeftSecondMolarTooth', + 'MandibularRightSecondPremolarTooth', + 'MaxillaryRightLateralIncisorTooth', + 'MandibularLeftSecondMolarTooth', + 'MaxillaryLeftCanineTooth', + 'MandibularLeftFirstPremolarTooth', + 'MandibularLeftFirstMolarTooth', + 'MandibularRightFirstPremolarTooth', + 'MaxillaryRightFirstMolarTooth', + 'MandibularLeftLateralTooth', + 'MandibularLeftCentralIncisorTooth', + 'MaxillaryRightThirdMolarTooth', + 'MaxillaryLeftCentralIncisorTooth', + 'MandibularLeftThirdMolarTooth', + 'MaxillaryRightFirstPremolarTooth', + 'MaxillaryLeftLateralIncisorTooth', + 'MaxillaryRightSecondMolarTooth', + 'MandibularRightSecondMolarTooth', + 'MaxillaryLeftFirstMolarTooth', + 'MandibularRightCentralIncisorTooth', + 'MandibularRightThirdMolarTooth']} + +name_for_cid[6025] = 'DepthfromBIRADS®' +cid_concepts[6025] = \ +{'NCIt': ['Middle'], 'SCT': ['Posterior', 'Anterior']} + +name_for_cid[9503] = 'RadiotherapyTherapeuticRoleCategories' +cid_concepts[9503] = \ +{'DCM': ['RTDoseCalculationStructure', 'RTTarget']} + +name_for_cid[701] = 'ContentAssessmentTypes' +cid_concepts[701] = \ +{'DCM': ['RTPreTreatmentConsistencyCheck', 'RTPreTreatmentDoseCheck']} + +name_for_cid[12265] = 'CardiacUltrasoundAtriaandAtrialSeptumMeasurements' +cid_concepts[12265] = \ +{'DCM': ['WallMass'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'VolumeFlow', + 'FlowRadius', + 'LeftAtriumToAorticRootRatio', + 'HeartRate', + 'FlowArea', + 'EndDiastolicVelocity', + 'EndocardialArea', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'LeftAtriumVolumeToRightAtriumVolumeRatio', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'ACInterval', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'VelocityOfFlowPropagation', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'EpicardialArea', + 'MyocardialPerformanceIndexTei', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Volume', + 'Area', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea']} + +name_for_cid[644] = 'ExogenousSubstanceAdministrationSites' +cid_concepts[644] = \ +{'NCIt': ['MouseMammaryFatPad'], + 'SCT': ['Liver', 'BoneMarrow', 'Tumor', 'Brain', 'Flank']} + +name_for_cid[7008] = 'MediaImport' +cid_concepts[7008] = \ +{'DCM': ['InstancesImported', + 'StudiesImported', + 'MODImported', + 'DVDImported', + 'CDImported', + 'PaperDigitized', + 'VideoTapeDigitized', + 'CineFilmDigitized', + 'SheetFilmDigitized']} + +name_for_cid[3724] = 'SmokingHistory' +cid_concepts[3724] = \ +{'SCT': ['CurrentSmoker', 'NoHistoryOfSmoking', 'FormerSmoker']} + +name_for_cid[10022] = 'LabelTypes' +cid_concepts[10022] = \ +{'DCM': ['SeriesNumber', 'AcquisitionNumber', 'InstanceNumber']} + +name_for_cid[2] = 'AnatomicModifier' +cid_concepts[2] = \ +{'DCM': ['Median'], + 'SCT': ['Peripheral', + 'Basal', + 'Bilateral', + 'Right', + 'Surface', + 'Caudal', + 'Posterior', + 'Vertical', + 'Sagittal', + 'Left', + 'External', + 'Unilateral', + 'Superior', + 'IntraArticular', + 'Edge', + 'Distal', + 'Proximal', + 'Axial', + 'Marginal', + 'Preaxial', + 'Deep', + 'Subcapsular', + 'Lateral', + 'Inferior', + 'Capsular', + 'Anterior', + 'Intermediate', + 'Transverse', + 'Cephalic', + 'Anterolateral', + 'Central', + 'Hilar', + 'Apical', + 'ExtraArticular', + 'Postaxial', + 'Horizontal', + 'Posterolateral', + 'Afferent', + 'Superficial', + 'Gutter', + 'Coronal', + 'Efferent', + 'Internal', + 'Medial', + 'Longitudinal']} + +name_for_cid[7272] = 'MRDiffusionModelParameters' +cid_concepts[7272] = \ +{'DCM': ['ApparentDiffusionCoefficient', + 'KurtosisDiffusionCoefficient', + 'GammaDistributionScaleParameter', + 'GammaDistributionShapeParameter', + 'GammaDistributionMode', + 'DistributedDiffusionCoefficient', + 'AnomalousExponentParameter', + 'DiffusionCoefficient', + 'MonoExponentialApparentDiffusionCoefficient', + 'SlowDiffusionCoefficient', + 'FastDiffusionCoefficient', + 'FastDiffusionCoefficientFraction']} + +name_for_cid[6033] = 'MalignantPathologyCodesfromBIRADS®' +cid_concepts[6033] = \ +{'DCM': ['SquamousCellCarcinomaOfTheNipple', + 'IntraductalCarcinomaHighGrade', + 'CartilaginousAndOsseousChange', + 'AxillaryNodeWithLymphoma', + 'AxillaryNodalMetastases', + 'BloodVesselVascularInvasion', + 'CarcinomaInChildren', + 'CarcinomaInEctopicBreast', + 'CarcinomaWithEndocrineDifferentiation', + 'BasalCellCarcinomaOfNipple', + 'MetastaticDiseaseToAxillaryNode', + 'MultifocalInvasiveDuctalCarcinoma', + 'MetastasisToAnIntramammaryLymphNode', + 'MalignantMelanomaOfNipple', + 'RecurrentMalignancy', + 'LympathicVesselInvasion', + 'OccultCarcinomaPresentingWithAxillaryLymphNodeMetastases', + 'MetastaticCancerToTheBreast', + 'MetastaticCancerToTheBreastFromTheColon', + 'MetastaticCancerToTheBreastFromTheLung', + 'MetastaticMelanomaToTheBreast', + 'MetastaticCancerToTheBreastFromTheOvary', + 'MetastaticSarcomaToTheBreast', + 'MultifocalIntraductalCarcinoma', + 'CarcinomaInPregnancyAndLactation', + 'IntraductalComedocarcinomaWithNecrosis', + 'IntraductalCarcinomaLowGrade', + 'IntracysticPapillaryCarcinoma', + 'InvasiveAndInSituCarcinoma', + 'LeukemicInfiltration'], + 'SCT': ['Leiomyosarcoma', + 'SquamousCellCarcinoma', + 'Carcinosarcoma', + 'TubularAdenocarcinoma', + 'ApocrineAdenocarcinoma', + 'PapillaryCarcinoma', + 'InflammatoryCarcinoma', + 'HodgkinDisease', + 'LipidRichLipidSecretingCarcinoma', + 'CarcinomaInSituOfMaleBreast', + 'InvasiveCribriformCarcinoma', + 'AdenoidCysticCarcinoma', + 'Plasmacytoma', + 'Angiosarcoma', + 'MedullaryCarcinoma', + 'MalignantFibrousHistiocytoma', + 'Fibrosarcoma', + 'SignetRingCellCarcinoma', + 'Lymphoma', + 'NeoplasmOfTheMammarySkin', + 'PhyllodesTumorMalignant', + 'GlycogenRichCarcinoma', + 'CarcinomaWithMetaplasia', + 'Chondrosarcoma', + 'SecretoryJuvenileCarcinomaOfTheBreast', + 'IntraductalCarcinomaMicroPapillary', + 'Hemangiopericytoma', + 'MucinousAdenocarcinomaColloidCarcinoma', + 'NonHodgkinLymphoma', + 'PagetDiseaseMammary', + 'InfiltratingDuctCarcinoma', + 'PapillaryCarcinomaInSitu', + 'SpindleCellNodule', + 'Liposarcoma', + 'Comedocarcinoma', + 'InvasiveLobularCarcinoma', + 'OsteogenicSarcoma']} + +name_for_cid[3231] = 'STSegmentFindings' +cid_concepts[3231] = \ +{'DCM': ['StronglyPositive', + 'StronglyPositiveSTElevation', + 'NonDiagnosticRestingSTAbnormalities', + 'NonDiagnosticVentricularPacingOrLBBB', + 'NonDiagnosticLowHeartRate'], + 'SCT': ['WeaklyPositive', 'STIntervalNormal', 'Positive']} + +name_for_cid[12273] = 'CardiacUltrasoundAorticSinotubularJunction' +cid_concepts[12273] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'EndDiastolicVelocity', + 'AorticSinotubularJunctionToAorticRootRatio', + 'ROIInternalDimensionByUS', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference']} + +name_for_cid[9515] = 'RTPatientSupportDevices' +cid_concepts[9515] = \ +{'SCT': ['Chair', 'Table']} + +name_for_cid[3118] = 'LevelofRisk' +cid_concepts[3118] = \ +{'SCT': ['ModerateToHighRisk', + 'HighRisk', + 'LowToModerateRisk', + 'ModerateRisk', + 'NormalRisk', + 'LowRisk', + 'UncertainRisk']} + +name_for_cid[9000] = 'PhysicalQuantityDescriptors' +cid_concepts[9000] = \ +{'DCM': ['SourceImageDiffusionBValue', + 'ModelFittingMethod', + 'Derivation', + 'Finding', + 'EquivalentMeaningOfConceptName'], + 'NCIt': ['ReferenceRegion'], + 'SCT': ['Quantity', 'FindingSite', 'MeasurementMethod']} + +name_for_cid[4262] = 'RetinalThicknessDefinition' +cid_concepts[4262] = \ +{'DCM': ['RetinalNerveFiberLayerThickness', + 'GanglionCellComplexThickness', + 'TotalRetinalThicknessILMToISOS', + 'TotalRetinalThicknessILMToRPE', + 'TotalRetinalThicknessILMToBM']} + +name_for_cid[3773] = 'UseStatus' +cid_concepts[3773] = \ +{'SCT': ['Suspended', 'Ended', 'InProgress']} + +name_for_cid[6121] = 'ChestOrientationDescriptor' +cid_concepts[6121] = \ +{'SCT': ['Horizontal', 'Vertical', 'Oblique']} + +name_for_cid[6064] = 'UltrasoundFindingsforBreast' +cid_concepts[6064] = \ +{'DCM': ['ComplexCyst', + 'ComplicatedCyst', + 'IntracysticLesion', + 'SolidMass', + 'ClusteredMicrocysts'], + 'SCT': ['SebaceousCystOfSkinOfBreast', + 'ForeignBody', + 'LymphNode', + 'CystOfBreast', + 'MammaryDuctEctasia', + 'UltrasoundScanNormal']} + +name_for_cid[12224] = 'UltrasoundImageModes' +cid_concepts[12224] = \ +{'SCT': ['DopplerPulsed', + 'MMode', + 'TissueDopplerImaging', + '_2DMode', + '_3DMode', + 'DopplerContinuousWave', + 'PowerDoppler', + 'DopplerColorFlow']} + +name_for_cid[605] = 'AnimalBeddingMaterial' +cid_concepts[605] = \ +{'DCM': ['AspenShavingBedding', + 'CornCobBedding', + 'PaperBasedBedding', + 'PineChipBedding', + 'PineShavingBedding', + 'AspenChipBedding']} + +name_for_cid[4235] = 'KeratometryDescriptors' +cid_concepts[4235] = \ +{'DCM': ['ManualKeratometry', + 'AutoKeratometry', + 'SimulatedKeratometry', + 'EquivalentKReading']} + +name_for_cid[6208] = 'ColonTypesofQualityControlStandard' +cid_concepts[6208] = \ +{'DCM': ['InstitutionallyDefinedQualityControlStandard', + 'ACRPositionStatement', + 'ACRGuidelinePerformanceOfAdultCTColonography', + 'ACRStandardCTMedicalPhysicsPerformanceMonitoring']} + +name_for_cid[4242] = 'CorneaMeasurementMethodDescriptors' +cid_concepts[4242] = \ +{'DCM': ['PosteriorCorneaSurfaceMeasurementMethod', + 'ManualKeratometry', + 'AutoKeratometry', + 'SimulatedKeratometry', + 'EquivalentKReading', + 'TotalCorneaPowerMeasurementMethod']} + +name_for_cid[222] = 'NormalityCodes' +cid_concepts[222] = \ +{'SCT': ['AbnormallyHigh', + 'Abnormal', + 'AbnormallyLow', + 'Normal', + 'NormalityUndetermined']} + +name_for_cid[7194] = 'MorphologicallyAbnormalStructureSegmentationPropertyTypes' +cid_concepts[7194] = \ +{'DCM': ['Background'], + 'NCIt': ['EnhancingLesion', 'NonEnhancingLesion'], + 'SCT': ['Embolus', + 'Mass', + 'Normal', + 'Cyst', + 'Abscess', + 'Edema', + 'NeoplasmPrimary', + 'BloodClot', + 'Nodule', + 'Neoplasm', + 'NeoplasmSecondary', + 'Necrosis', + 'Hemorrhage', + 'Inflammation']} + +name_for_cid[7481] = 'BreedRegistry' +cid_concepts[7481] = \ +{'DCM': ['CanadianBorderCollieAssociation', + 'UnitedKennelClub', + 'AnimalResearchFoundation', + 'UnitedAllBreedRegistry', + 'CanadianLivestockRecordsAssociation', + 'CanadianKennelClub', + 'UniversalKennelClubInternational', + 'AmericanPurebredRegistry', + 'InternationalProgressiveDogBreedersAlliance', + 'AmericanCanineAssociation', + 'FederationOfInternationalCanines', + 'AnimalRegistryUnlimited', + 'NorthAmericanPurebredDogRegistry', + 'AmericanRareBreedAssociation', + 'NationalKennelClub', + 'CanineFederationOfCanada', + 'WorldKennelClub', + 'WorkingCanineAssociationOfCanada', + 'AmericaPetRegistryInc', + 'DogRegistryOfAmerica', + 'AmericaKennelClub', + 'ContinentalKennelClub', + 'WorldWideKennelClub']} + +name_for_cid[12253] = 'CardiacUltrasoundAreaMeasurements' +cid_concepts[12253] = \ +{'LN': ['JetArea', 'FlowArea'], 'SCT': ['Area']} + +name_for_cid[9535] = 'RadiotherapyDoseCalculationRoles' +cid_concepts[9535] = \ +{'DCM': ['AvoidanceVolume', + 'PlanningOrganAtRiskVolume', + 'RadiationInteractionVolume', + 'RadiationDoseShapingVolume', + 'OrganAtRisk', + 'DoseCalculationBoundingVolume', + 'ConformalityShell']} + +name_for_cid[6013] = 'CalcificationDistributionModifierfromBIRADS®' +cid_concepts[6013] = \ +{'DCM': ['CalcificationsWithinAMass', 'CalcificationsOutsideOfAMass'], + 'SCT': ['SegmentalCalcificationDistribution', + 'LinearCalcificationDistribution', + 'RegionalCalcificationDistribution', + 'DiffuseCalcificationDistribution', + 'GroupedCalcificationDistribution']} + +name_for_cid[3211] = 'BPResponse' +cid_concepts[3211] = \ +{'SCT': ['Normal', 'Blunted', 'Hypertensive', 'Hypotensive']} + +name_for_cid[3641] = 'HemodynamicAssessments' +cid_concepts[3641] = \ +{'SCT': ['PulmonaryVascularResistance', + 'LeftVentricularSystolicPressure', + 'RightAtrialPressure', + 'LeftVentricularEndDiastolicPressure', + 'RightVentricularEndDiastolicPressure', + 'PulmonaryCapillaryWedgePressure', + 'RightVentricularSystolicPressure', + 'DiastolicPressure', + 'PulmonaryArteryPressure', + 'VascularResistance']} + +name_for_cid[3704] = 'MyocardiumWallMorphologyFindings' +cid_concepts[3704] = \ +{'DCM': ['ScarredMyocardium', 'ThinningMyocardium', 'NormalMyocardium'], + 'SCT': ['VentricularAneurysm']} + +name_for_cid[21] = 'PatientEquipmentRelationship' +cid_concepts[21] = \ +{'DCM': ['LeftFirst', 'RightFirst', 'PosteriorFirst', 'AnteriorFirst'], + 'SCT': ['Headfirst', 'FeetFirst', 'Transverse', 'Oblique']} + +name_for_cid[10002] = 'IrradiationEventTypes' +cid_concepts[10002] = \ +{'DCM': ['StationaryAcquisition', + 'SteppingAcquisition', + 'RotationalAcquisition'], + 'SCT': ['Fluoroscopy']} + +name_for_cid[625] = 'InjectableAnesthesiaAgentsforSmallAnimalAnesthesia' +cid_concepts[625] = \ +{'SCT': ['Pentobarbital', + 'Xylazine', + 'Diazepam', + 'Propofol', + 'Urethane', + 'Midazolam', + 'Thiamylal', + 'Etomidate', + 'Alphachloralose', + 'ChloralHydrate', + 'Tribromoethanol', + 'Methohexital', + 'Alphadolone', + 'Butabarbital', + 'Ketamine', + 'Thiopental', + 'Azaperone', + 'Droperidol', + 'Tiletamine', + 'Zolazepam'], + 'UMLS': ['Alphaxalone', 'Fluanisone', 'Metomidate']} + +name_for_cid[4215] = 'OphthalmicVerticalDirections' +cid_concepts[4215] = \ +{'SCT': ['Up', 'Down']} + +name_for_cid[3495] = 'IVUSPlaqueComposition' +cid_concepts[3495] = \ +{'DCM': ['NecroticLipidicPlaque', 'FibroLipidicPlaque'], + 'SCT': ['VascularCalcification', 'Thrombus', 'FibrousPlaque']} + +name_for_cid[12204] = 'EchocardiographyRightVentricle' +cid_concepts[12204] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'RightVentricularAnteriorWallSystolicThickness', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'RightVentricularAnteriorWallDiastolicThickness', + 'EndDiastolicVelocity', + 'VelocityOfFlowPropagation', + 'RightVentricularInternalDiastolicDimension', + 'PeakGradient', + 'AliasVelocity', + 'RightVentricularInternalSystolicDimension', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['RVStrokeIndex', + 'RVCardiacOutput', + 'RightVentricularIndexOfMyocardialPerformance', + 'RegurgitantFraction', + 'RVStrokeVolume', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter', + 'RVCardiacIndex', + 'RightVentricularPeakSystolicPressure']} + +name_for_cid[3616] = 'HemodynamicPeriodMeasurements' +cid_concepts[3616] = \ +{'SCT': ['PulmonarySystolicEjectionPeriodSepp', + 'AorticSystolicEjectionPeriodSepa', + 'DerivedPeriodNonValve', + 'TricuspidDiastolicFillingPeriodDfpt', + 'MitralDiastolicFillingPeriodDfpm']} + +name_for_cid[6044] = 'TypesofImageQualityAssessment' +cid_concepts[6044] = \ +{'DCM': ['UnusableQualityRendersImageUnusable', + 'UsableDoesNotMeetTheQualityControlStandard', + 'UsableMeetsTheQualityControlStandard']} + +name_for_cid[7205] = 'PurposeofReferencetoAlternateRepresentation' +cid_concepts[7205] = \ +{'DCM': ['FullFidelityImage', + 'AlternatePhotometricInterpretationImage', + 'LossyCompressedImage', + 'AlternateSOPClassInstance', + 'SourceImage']} + +name_for_cid[7710] = 'TractographyAnatomicSites' +cid_concepts[7710] = \ +{'DCM': ['Phantom', + 'PerilesionalWhiteMatter', + 'SuperiorLongitudinalFasciculusIII', + 'SuperiorLongitudinalFasciculusII', + 'SuperiorLongitudinalFasciculusI'], + 'NEU': ['SuperiorLongitudinalFasciculus', + 'SuperiorThalamicRadiation', + 'InferiorThalamicRadiation', + 'PosteriorThalamicRadiation', + 'StriaTerminalis', + 'InferiorOpticRadiationMeyerLoop', + 'CorticospinalTract', + 'CorticobulbarTract', + 'ArcuateFasciculus', + 'SuperiorOpticRadiationBaumLoop', + 'AnteriorThalamicRadiation'], + 'SCT': ['SpinalCordWhiteMatter', + 'ForcepsMinor', + 'LateralFuniculus', + 'SuperiorFrontoOccipitalFasciculus', + 'InferiorLongitudinalFasciculus', + 'SkeletalMuscle', + 'MiddleCerebellarPeduncle', + 'AbducensNerve', + 'GenuOfCorpusCallosum', + 'ForcepsMajor', + 'InferiorFrontoOccipitalFasciculus', + 'CorpusCallosum', + 'VagusNerve', + 'VentralFuniculus', + 'OpticNerve', + 'ExternalCapsule', + 'MedialLongitudinalFasciculus', + 'AnteriorCommissure', + 'CerebralWhiteMatter', + 'PeripheralNerve', + 'OlfactoryTract', + 'MedialLemniscus', + 'AccessoryNerve', + 'InferiorCerebellarPeduncle', + 'FacialNerve', + 'GlossopharyngealNerve', + 'WhiteMatterOfBrainAndSpinalCord', + 'OculomotorNerve', + 'LateralLemniscus', + 'TapetumOfCorpusCallosum', + 'CorticospinalTractInBrainstem', + 'PosteriorCommissure', + 'SuperiorCerebellarPeduncle', + 'UncinateFasciculus', + 'HabenularCommissure', + 'CardiacMuscle', + 'AuditoryRadiation', + 'SpleniumOfCorpusCallosum', + 'VestibulocochlearNerve', + 'CerebellarWhiteMatter', + 'Fornix', + 'Cingulum', + 'InternalCapsule', + 'TrigeminalNerve', + 'HypoglossalNerve', + 'VerticalOccipitalFasciculus', + 'TrochlearNerve', + 'DorsalFuniculus', + 'OpticRadiation']} + +name_for_cid[76] = 'TypeofPreMedication' +cid_concepts[76] = \ +{'DCM': ['ContrastReactionProphylacticAgent', 'PreMedication'], + 'SCT': ['Sedative', 'Antiemetic']} + +name_for_cid[6101] = 'ChestFindingorFeature' +cid_concepts[6101] = \ +{'DCM': ['AbnormalLucency', + 'AbnormalCalcifications', + 'AbnormalTexture', + 'AbnormalOpacity', + 'ImageQuality', + 'NonLesion', + 'RadiographicAnatomy', + 'SelectedRegion', + 'AbnormalLines1D']} + +name_for_cid[1001] = 'AnatomicalReferenceBasis' +cid_concepts[1001] = \ +{'FMA': ['Nasion'], + 'SCT': ['KneeJoint', + 'TemporalBone', + 'Sacrum', + 'LevelOfL1L2IntervertebralDisc', + 'ApexOfHeart', + 'SternoclavicularJoint', + 'LevelOfT7T8IntervertebralDisc', + 'C1Vertebra', + 'LevelOfC5C6IntervertebralDisc', + 'WristJoint', + 'LevelOfT11T12IntervertebralDisc', + 'Ischium', + 'Diaphragm', + 'LevelOfT3T4IntervertebralDisc', + 'CarotidArtery', + 'LevelOfT2T3IntervertebralDisc', + 'Talus', + 'FemoralHead', + 'MaxillarySinus', + 'LevelOfT10T11IntervertebralDisc', + 'MalleolarStructureOfTibia', + 'LevelOfT6T7IntervertebralDisc', + 'LevelOfC2C3IntervertebralDisc', + 'Mandible', + 'Metacarpal', + 'Foot', + 'CommonIliacArteryBifurcation', + 'LevelOfC6C7IntervertebralDisc', + 'MastoidBone', + 'XiphoidProcess', + 'Acetabulum', + 'LevelOfL4L5IntervertebralDisc', + 'ForamenMagnum', + 'AnkleJoint', + 'LevelOfL5S1IntervertebralDisc', + 'LevelOfT9T10IntervertebralDisc', + 'Lung', + 'LevelOfT5T6IntervertebralDisc', + 'PituitaryFossa', + 'LevelOfL3L4IntervertebralDisc', + 'SymphysisPubis', + 'LevelOfT12L1IntervertebralDisc', + 'TibialPlateau', + 'LesserTrochanter', + 'AorticArch', + 'Carina', + 'LevelOfC3C4IntervertebralDisc', + 'Heart', + 'Toe', + 'ShoulderRegionStructure', + 'ElbowJoint', + 'LateralCanthus', + 'Sternum', + 'ThoracicInlet', + 'IliacCrest', + 'OrbitalStructure', + 'LevelOfT8T9IntervertebralDisc', + 'LevelOfL2L3IntervertebralDisc', + 'HipJoint', + 'LevelOfC7T1IntervertebralDisc', + 'LevelOfC4C5IntervertebralDisc', + 'MastoidCellsAndAntra', + 'SuprasternalNotch', + 'FrontalSinus', + 'Skull', + 'Pancreas', + 'LevelOfT4T5IntervertebralDisc', + 'InternalAuditoryMeatus', + 'Liver', + 'LevelOfT1T2IntervertebralDisc', + 'CoronaryArteryGraft', + 'ExternalAuditoryMeatus', + 'VertexOfHead', + 'Scapula', + 'Patella', + 'Kidney', + 'AdrenalGland', + 'AcromioclavicularJoint', + 'Scaphoid']} + +name_for_cid[4203] = 'OphthalmicPhotographyIllumination' +cid_concepts[4203] = \ +{'DCM': ['ScotopicLight', + 'MesopicLight', + 'PhotopicLight', + 'DynamicLight', + 'DiffuseDirectIllumination'], + 'SCT': ['BroadTangentialDirectIllumination', + 'DualDiffuseDirectIllumination', + 'IndirectRetroilluminationFromTheIris', + 'IndirectRetroilluminationFromTheRetina', + 'FineSlitBeamDirectIllumination', + 'IndirectScleroticScatterIllumination', + 'IndirectIrisTransillumination']} + +name_for_cid[633] = 'PhaseofImagingProcedureRequiringAnesthesia' +cid_concepts[633] = \ +{'SCT': ['AfterProcedure', 'BeforeProcedure', 'DuringProcedure']} + +name_for_cid[12212] = 'EchocardiographyAorta' +cid_concepts[12212] = \ +{'LN': ['AorticRootDiameter', + 'HeartRate', + 'AscendingAorticDiameter', + 'AorticArchDiameter', + 'AorticIsthmusDiameter', + 'ThoracicAortaCoarctationSystolicPeakVelocity', + 'DescendingAorticDiameter', + 'ThoracicAortaCoarctationSystolicPeakInstantaneousGradient']} + +name_for_cid[3529] = 'Arterial/VenousContent' +cid_concepts[3529] = \ +{'DCM': ['PulmonaryArterialContentFcpa', 'PulmonaryVenousContentFcpv'], + 'LN': ['ArterialContentFca', 'VenousContentFcv']} + +name_for_cid[3483] = 'IVUSLongitudinalMeasurements' +cid_concepts[3483] = \ +{'DCM': ['StentGap', 'CalciumLength'], + 'SCT': ['StentLength', 'StenoticLesionLength']} + +name_for_cid[6052] = 'BreastImagingReportSectionTitle' +cid_concepts[6052] = \ +{'DCM': ['Findings', + 'ProcedureReported', + 'Addendum', + 'PhysicalExaminationResults', + 'ReasonForProcedure', + 'ComparisonToPreviousExams', + 'Conclusions', + 'OverallAssessment', + 'Recommendations'], + 'LN': ['Impressions'], + 'SCT': ['BreastComposition']} + +name_for_cid[3250] = 'CatheterizationProcedurePhase' +cid_concepts[3250] = \ +{'SCT': ['CardiacCatheterizationBaselinePhase', + 'CardiacCatheterizationImageAcquisitionPhase', + 'CatheterizationOfBothLeftAndRightHeartWithGraft', + 'TransseptalCatheterization', + 'DrugInfusionChallenge', + 'CardiacCatheterizationInterventionPhase', + 'CardiacCatheterizationTherapyPhase', + 'CatheterizationOfBothLeftAndRightHeartWithoutGraft', + 'CardiacCatheterizationPostContrastPhase', + 'RestingState', + 'CardiacCatheterizationPreInterventionPhase', + 'CardiacCatheterizationTestChallengePhase', + 'CatheterizationOfLeftHeart', + 'CardiacCatheterizationPostInterventionPhase', + 'CardiacCatheterizationBailoutPhase', + 'CatheterizationOfRightHeart', + 'ExerciseChallenge']} + +name_for_cid[6402] = 'NonlesionObjectTypeSubstances' +cid_concepts[6402] = \ +{'SCT': ['ContrastAgent']} + +name_for_cid[3600] = 'RelativeTimes' +cid_concepts[3600] = \ +{'SCT': ['During', 'After', 'Before']} + +name_for_cid[6117] = 'VascularAnatomy' +cid_concepts[6117] = \ +{'BARI': ['_2ndMarginalCoronaryArteryLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + '_1stDiagonalCoronaryArteryLaterals', + '_1stMarginalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'DCM': ['AorticKnob', 'ArchOfTheAzygosVein'], + 'SCT': ['SubclavianVein', + 'ProximalRightCoronaryArtery', + 'RightPosteriorAVCoronaryArtery', + 'AorticIsthmus', + 'BrachialPlexus', + 'MidCircumflexCoronaryArtery', + 'InferiorVenaCava', + '_1stLeftPosterolateralCoronaryArtery', + 'IntermediateArteryRamus', + 'CircumflexCoronaryArtery', + 'SuperiorPhrenicArtery', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'RightCoronaryArteryOstium', + 'AxillaryArtery', + 'DescendingAorta', + 'DistalRightCoronaryArtery', + 'MarginalCoronaryArtery', + 'IntercostalArtery', + 'InternalThoracicArtery', + 'LeftAnteriorDescendingCoronaryArtery', + 'VertebralArtery', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'CommonCarotidArtery', + '_3rdDiagonalCoronaryArtery', + 'InternalJugularVein', + '_3rdMarginalCoronaryArtery', + 'BronchialArtery', + 'MidRightCoronaryArtery', + 'EsophagealArtery', + 'AVGrooveContinuationOfCircumflexArtery', + 'PulmonaryVein', + 'SubclavianArtery', + 'LeftPosterolateralCircumflexCoronaryArtery', + '_3rdRightPosterolateralCoronaryArtery', + 'ThyrocervicalTrunk', + 'InferiorPhrenicArtery', + 'BrachiocephalicVein', + '_3rdLeftPosterolateralCoronaryArtery', + 'ProximalCircumflexCoronaryArtery', + '_2ndMarginalCoronaryArtery', + 'AorticArch', + 'DorsalScapularArtery', + 'SuperiorVenaCava', + 'LeftMainCoronaryArtery', + '_2ndLeftPosterolateralCoronaryArtery', + 'BrachiocephalicTrunk', + '_2ndRightPosterolateralCoronaryArtery', + 'PosteriorDescendingRightCoronaryArtery', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + '_1stMarginalCoronaryArtery', + 'PulmonaryTrunk', + '_1stSeptalCoronaryArtery', + 'RightCoronaryArtery', + 'AscendingAorta', + 'AzygosVein', + '_1stDiagonalCoronaryArtery', + 'PericardiophrenicArtery', + 'PulmonaryArtery', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'CostocervicalTrunk', + 'DistalCircumflexCoronaryArtery', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'LeftMainCoronaryArteryOstium', + 'AxillaryVein', + 'CoronaryArteryGraft', + '_1stRightPosterolateralCoronaryArtery']} + +name_for_cid[3745] = 'CalculationMethod' +cid_concepts[3745] = \ +{'SCT': ['Estimated', 'Calculated']} + +name_for_cid[8109] = 'SpecimenCollectionProcedure' +cid_concepts[8109] = \ +{'SCT': ['Scraping', + 'Venipuncture', + 'TakingOfSwab', + 'SpecimenCollection', + 'Excision', + 'Aspiration', + 'RemovalOfDevice', + 'HarvestingOfTissue', + 'Biopsy']} + +name_for_cid[60] = 'ImagingAgentAdministrationAdverseEvents' +cid_concepts[60] = \ +{'DCM': ['ExtravasationVisibleInImage', 'PatientConditionPreventedContinuing'], + 'SCT': ['PallorPaleComplexion', + 'InjectionSiteNerveDamage', + 'InjectionSiteFibrosis', + 'InjectionSiteExtravasation', + 'Cough', + 'ChillsAndFever', + 'InjectionSiteHypersensitivity', + 'InjectionSitePigmentationChange', + 'InjectionSiteScar', + 'InjectionSiteIrritation', + 'Sweating', + 'InjectionSiteAnesthesia', + 'FacialSwelling', + 'InjectionSiteInduration', + 'InjectionSiteUrticaria', + 'Bronchospasm', + 'InjectionSiteMalabsorption', + 'InjectionSiteSterileAbscess', + 'Headache', + 'SensationOfBeingWarm', + 'TachycardiaBradycardia', + 'InjectionSiteNecrosis', + 'Anxiety', + 'InjectionSiteDermatitis', + 'InjectionSiteDisorder', + 'Shaking', + 'InjectionSiteBruising', + 'DrugInducedFlushing', + 'CardiacArrhythmia', + 'LaryngealEdema', + 'InjectionSiteThrombosis', + 'InjectionSiteAbscess', + 'DrugInducedDizziness', + 'InjectionSiteReaction', + 'CardiorespiratoryArrest', + 'InjectionSiteCyst', + 'Hypertension', + 'InjectionSiteEdema', + 'Dyspnea', + 'InjectionSiteAtrophy', + 'DrugInducedHypotension', + 'InjectionSiteBurning', + 'InjectionSiteHemorrhage', + 'InjectionSiteUlcer', + 'EpilepticConvulsions', + 'Itching', + 'DrugRash', + 'InjectionSiteInflammation', + 'InjectionSiteInfection', + 'Hypotension', + 'DiffuseInflammatoryErythema', + 'TasteAndSenseAltered', + 'InjectionSiteParesthesia', + 'NasalCongestion', + 'NoMotorResponseToCommand', + 'InjectionSitePain', + 'DrugInducedNauseaAndVomiting', + 'InjectionSiteMass', + 'InjectionSiteGranuloma']} + +name_for_cid[10043] = 'IntravenousExtravasationSymptoms' +cid_concepts[10043] = \ +{'DCM': ['ExtravasationVisibleInImage'], + 'SCT': ['InjectionSiteBruising', + 'InjectionSiteThrombosis', + 'InjectionSiteAbscess', + 'InjectionSiteNerveDamage', + 'InjectionSiteFibrosis', + 'InjectionSiteHypersensitivity', + 'InjectionSitePigmentationChange', + 'InjectionSiteScar', + 'InjectionSiteIrritation', + 'InjectionSiteReaction', + 'InjectionSiteAnesthesia', + 'InjectionSiteCyst', + 'InjectionSiteInduration', + 'InjectionSiteEdema', + 'InjectionSiteUrticaria', + 'InjectionSiteAtrophy', + 'InjectionSiteBurning', + 'InjectionSiteHemorrhage', + 'InjectionSiteUlcer', + 'InjectionSiteMalabsorption', + 'InjectionSiteSterileAbscess', + 'InjectionSiteInflammation', + 'InjectionSiteInfection', + 'InjectionSiteNecrosis', + 'InjectionSiteParesthesia', + 'InjectionSiteDermatitis', + 'InjectionSiteDisorder', + 'InjectionSitePain', + 'InjectionSiteMass', + 'InjectionSiteGranuloma']} + +name_for_cid[7706] = 'CranialNerves' +cid_concepts[7706] = \ +{'SCT': ['AbducensNerve', + 'AccessoryNerve', + 'TrochlearNerve', + 'FacialNerve', + 'GlossopharyngealNerve', + 'TrigeminalNerve', + 'VestibulocochlearNerve', + 'VagusNerve', + 'HypoglossalNerve', + 'OculomotorNerve', + 'OlfactoryTract', + 'OpticNerve']} + +name_for_cid[12300] = 'CoreEchoMeasurements' +cid_concepts[12300] = \ +{'LN': ['TricuspidValveDiastolicVTI', + 'MitralValvePeakInstantaneousGradient', + 'LeftAtrialEndSystolicVolumeBiplaneAreaLength', + 'LeftVentricularInternalSystolicDimensionBSA', + 'LeftVentricularPreEjectionPeriod', + 'LVBasalAnteriorTimeToSVmaxTsBasalAnterior', + 'MitralRegurgitationPISARadius', + 'PulmonicValveVmax', + 'PulmonaryVeinSWaveVmax', + 'LeftAtrialEndSystolicDiameterAPMMBSA', + 'RightVentricularMidCavityDimension4C', + 'LeftVentricularEndSystolicVolumeBiplaneMOD', + 'MitralRegurgitationVmax', + 'LeftVentricularEjectionFractionSinglePlane4CMOD', + 'InterventricularSeptumSystolicDimensionMM', + 'LeftVentricularMassDimensionMethodMMHeight2Point7', + 'LVMidSeptalTimeToSVmaxTsMidSeptal', + 'AorticSinotubularJunctionDimension', + 'LeftVentricularInternalDiastolicDimensionBSA', + 'TricuspidRegurgitationPISARadius', + 'InferiorVenaCavaDiameter', + 'AorticRegurgitantJetWidthLVOTWidthPercent', + 'MitralValveMeanGradient', + 'RightVentricularEjectionTime', + 'MitralAnnulusDiastolicDiameterA2C', + 'LeftAtrialEndSystolicVolumeBiplaneAreaLengthBSA', + 'MitralRegurgitationPeakGradient', + 'LeftVentricularInternalSystolicDimensionMM', + 'LeftVentricularStrokeVolume3D', + 'TricuspidRegurgitationVmax', + 'AorticValveAreaContinuityVmax', + 'TricuspidRegurgitationVenaContractaWidth', + 'PulmonicValveVTI', + 'PulmonicRegurgitationEndDiastolicVelocity', + 'MitralRegurgitationVenaContractaWidth', + 'LeftVentricularEndSystolicVolume3D', + 'LeftVentricularMassDimensionMethodMMBSA', + 'MitralValveDecelerationTime', + 'RightVentricularFreeWallThicknessMM', + 'LeftAtrialEndSystolicLength2C', + 'LVMidPosteriorTimeToSVmaxTsMidPosterior', + 'InterventricularSeptumSystolicDimension2D', + 'LeftVentricularFractionalShorteningOfMinorAxisMM', + 'LeftVentricularInternalDiastolicDimensionMM', + 'MitralValveAreaPressureHalfTime', + 'TricuspidValvePressureHalfTime', + 'LeftVentricularEndDiastolicLength4C', + 'InterventricularSeptumDiastolicDimensionMM', + 'MitralValveFlowPropagationVelocityVp', + 'LeftVentricularInternalSystolicDimension2D', + 'AorticValveEffectiveRegurgitantOrificeArea', + 'MitralRegurgitantFlowPISA', + 'LeftVentricularPosteriorWallSystolicThickness', + 'LeftAtrialEndSystolicVolumeBiplaneMOD', + 'LeftVentricularEjectionFractionTeichholzMM', + 'TricuspidValveAPrimeVmax', + 'AorticRegurgitationPISARadius', + 'LeftVentricularMassDimensionMethod2D', + 'AorticValveAreaContinuityVmaxBSA', + 'MitralSeptalEPrimeVmax', + 'PulmonicRegurgitationEndDiastolicPeakGradient', + 'MitralValveAreaPlanimetry', + 'MitralRegurgitationPISAVelocity', + 'PulmonicRegurgitationVmax', + 'LVMidLateralTimeToSVmaxTsMidLateral', + 'LeftVentricularMassDimensionMethodMM', + 'RightVentricularFreeWallThickness2D', + 'LeftVentricularEndDiastolicVolume3D', + 'InterventricularSeptumTimeToPeakDisplacement', + 'LeftVentricularFractionalShorteningOfMinorAxis2D', + 'LeftVentricularInternalDiastolicDimension2D', + 'TricuspidValveAWaveVmax', + 'InterventricularSeptumDiastolicDimension2D', + 'AorticValveMeanBloodVelocity', + 'MitralValveEffectiveRegurgitantOrificeAreaPISA', + 'LeftVentricularInternalDiastolicDimensionBSA', + 'LeftVentricularPosteriorWallSystolicThickness', + 'LeftAtrialEndSystolicVolumeBiplaneMODBSA', + 'MitralRegurgitantFractionPISA', + 'RightPulmonaryArteryDiameter', + 'AorticRegurgitationPISAVelocity', + 'LeftVentricularMassAreaLengthHeight2Point7', + 'AorticValveAreaContinuityVTI', + 'PulmonicValveEjectionTime', + 'PulmonicValvePeakGradient', + 'LVMidInferiorTimeToSVmaxTsMidInferior', + 'RightVentricularEndSystolicArea4C', + 'LeftVentricularEpicardialAreaSAXPMLevel', + 'MitralValveAreaPISA', + 'LeftAtrialEndSystolicArea2C', + 'LeftVentricularMassDimensionMethod2DHeight2Point7', + 'LeftVentricularEndDiastolicVolumeBiplaneMOD', + 'LeftVentricularOutflowTractVmax', + 'MitralValvePressureHalfTime', + 'AorticRegurgitationVolumeContinuityVTI', + 'MitralValveEToARatio', + 'TricuspidValveEPrimeVmax', + 'AorticRegurgitationPressureHalfTime', + 'LeftAtrialEndSystolicVolumeSinglePlane2CMOD', + 'PulmonicAnnulusDiameter', + 'MitralValveEWaveVmax', + 'LeftVentricularPosteriorWallDiastolicThickness', + 'RightAtrialMinorAxisDimension4CBSA', + 'MitralRegurgitantFractionContinuityVTI', + 'AorticValveMeanGradient', + 'LeftVentricularMassAreaLengthBSA', + 'AorticValveAreaContinuityVTIBSA', + 'LeftVentricularEjectionFractionTeichholz2D', + 'RightVentricularFractionalAreaChange', + 'LeftVentricularMassDimensionMethod2DBSA', + 'LVMidAnteroseptalTimeToSVmaxTsMidAnteroseptal', + 'RightVentricularEndDiastolicArea4C', + 'RightVentricularOutflowTractVTI', + 'MitralValveAWaveVmax', + 'LeftAtrialEndSystolicArea4C', + 'LeftVentricularEndocardialAreaSAXPMLevel', + 'LeftVentricularEndDiastolicVolumeBiplaneMODBSA', + 'LeftVentricularOutflowTractDimension2D', + 'MitralValveVmax', + 'AorticRegurgitationVolumePISA', + 'AorticRegurgitationVenaContractaWidth', + 'TricuspidValveEWaveVmax', + 'LeftAtrialEndSystolicVolumeSinglePlane4CMOD', + 'RightAtrialMinorAxisDimension4C', + 'MitralLateralEPrimeVmax', + 'LeftVentricularPosteriorWallDiastolicThickness', + 'LVBasalLateralTimeToSVmaxTsBasalLateral', + 'PulmonaryVeinAWaveDuration', + 'AorticValvePeakInstantaneousGradient', + 'LeftVentricularMassAreaLength', + 'AorticAnnulusDiameter', + 'MitralValveVTI', + 'AorticRegurgitationVTI', + 'LeftAtrialEndSystolicDiameterAP2D', + 'RightVentricularBasalDimension4C', + 'TricuspidRegurgitationPeakGradient', + 'MitralValveAWaveDuration', + 'RightVentricularOutflowTractDiameterAtSubvalvularLevelRVOTProximal', + 'LVMidAnteriorTimeToSVmaxTsMidAnterior', + 'LeftVentricularEjectionFraction3D', + 'LeftVentricularEndDiastolicVolumeSinglePlane2CMOD', + 'LeftVentricularEndSystolicVolumeSinglePlane4CMOD', + 'LeftVentricularMassTruncatedEllipseHeight2Point7', + 'AorticRegurgitationVmax', + 'TricuspidAnnulusDiameter', + 'TricuspidValveSPrimeVmax', + 'LeftVentricularOutflowTractVTI', + 'RightAtrialMajorAxisDimension4C', + 'MitralAnnulusVTI', + 'MainPulmonaryArteryVmax', + 'LeftVentricularIsovolumicRelaxationTimeByTDI', + 'LeftPulmonaryArteryDiameter', + 'LVBasalInferiorTimeToSVmaxTsBasalInferior', + 'AorticValveVmax', + 'AorticRegurgitantFlow', + 'PulmonaryVeinAWaveVmax', + 'AorticRootDiameter', + 'RightVentricularOutflowTractDiameterAtPulmonicValveRVOTDistal', + 'LeftAtrialEndSystolicDiameterAP2DBSA', + 'LeftVentricularEndDiastolicVolumeSinglePlane4CMOD', + 'TricuspidValveMeanGradient', + 'MainPulmonaryArteryDiameter', + 'LeftVentricularEjectionFractionBiplaneMOD', + 'LVBasalSeptalTimeToSVmaxTsBasalSeptal', + 'LeftVentricularEndSystolicVolumeSinglePlane2CMOD', + 'MitralRegurgitationVolumePISA', + 'LeftVentricularMassTruncatedEllipseBSA', + 'TricuspidValveClosureToOpeningTime', + 'TricuspidValveVmax', + 'AorticRegurgitantFraction', + 'LeftVentricularIsovolumicRelaxationTimeByDoppler', + 'MitralAnnulusDiastolicDiameterPLAX', + 'RightVentricularPreEjectionPeriod', + 'RightAtrialEndSystolicArea4C', + 'LVBasalAnteroseptalTimeToSVmaxTSBasalAnteroseptal', + 'LeftAtrialEndSystolicLength4C', + 'LeftVentricularInternalSystolicDimensionBSA', + 'LeftVenticularPosteriorWallTimeToPeakDisplacement', + 'AorticValveVTI', + 'TricuspidAnnularPlaneSystolicExcursionTAPSE', + 'PulmonaryVeinDWaveVmax', + 'TricuspidValvePeakGradient', + 'MitralRegurgitationVolumeContinuityVTI', + 'LeftAtrialEndSystolicDiameterAPMM', + 'RightVentricularMyocardialPerformanceIndex', + 'LVBasalPosteriorTimeToSVmaxTsBasalPosterior', + 'LeftVentricularEjectionFractionSinglePlane2CMOD', + 'LeftVentricularMass', + 'LVTsSDDyssynchronyIndex', + 'AorticRootDiameterBSA', + 'LeftVentricularEndSystolicVolumeBiplaneMODBSA', + 'TricuspidValveDecelerationTime', + 'AscendingAortaDimension', + 'AorticRegurgitantJetAreaLVOTAreaPercent', + 'MitralAnnulusDiastolicDiameterA4C', + 'PulmonicValveAccelerationTime']} + +name_for_cid[7478] = 'IntensityHistogramFeatures' +cid_concepts[7478] = \ +{} + +name_for_cid[7182] = 'AbstractMultidimensionalImageModelDimensionSemantics' +cid_concepts[7182] = \ +{'DCM': ['LinearDisplacement', 'Angle', 'Time', 'PhotonEnergy']} + +name_for_cid[4254] = 'VisualFieldStaticPerimetryTestAnalysisResults' +cid_concepts[4254] = \ +{'DCM': ['OutsideNormalLimits', + 'Borderline', + 'AbnormallyHighSensitivity', + 'GeneralReductionInSensitivity', + 'BorderlineAndGeneralReductionInSensitivity'], + 'SCT': ['WithinNormalLimits']} + +name_for_cid[9523] = 'RoboticRadiotherapyProcedureTechniques' +cid_concepts[9523] = \ +{'DCM': ['SynchronizedRoboticTreatment', 'NonSynchronizedRoboticTreatment']} + +name_for_cid[12245] = 'CardiacUltrasoundReportTitles' +cid_concepts[12245] = \ +{'DCM': ['PediatricCardiacUltrasoundReport', + 'AdultCongenitalCardiacUltrasoundReport', + 'FetalCardiacUltrasoundReport']} + +name_for_cid[3207] = 'StressTestProcedurePhases' +cid_concepts[3207] = \ +{'SCT': ['CardiacStressState', + 'Hyperventilation', + 'PeakCardiacStressState', + 'CardiacStressRecoveryState', + 'RestingState']} + +name_for_cid[6005] = 'CharacteristicsofShapefromBIRADS®' +cid_concepts[6005] = \ +{'SCT': ['Lobular', 'RoundShape', 'Irregular', 'OvoidShapeOval']} + +name_for_cid[7301] = 'InterventionTypes' +cid_concepts[7301] = \ +{'SCT': ['HipJointReconstruction', + 'ResurfacingOfTheFemoralHead', + 'InsertionOfHipProsthesis', + 'ResurfacingOfThePatella']} + +name_for_cid[10014] = 'ContrastImagingTechnique' +cid_concepts[10014] = \ +{'SCT': ['DiagnosticRadiographyWithContrastMedia', 'CTWithoutContrast']} + +name_for_cid[3712] = 'VesselDescriptors' +cid_concepts[3712] = \ +{'SCT': ['DiffuseDisease', + 'Calcified', + 'Stented', + 'Restenotic', + 'Tortuous', + 'Stenotic', + 'Culprit', + 'Bifurcation', + 'LuminalIrregularities', + 'Aneurysmal', + 'Thrombus', + 'MuscleBridge', + 'Ulcerated', + 'Ectatic']} + +name_for_cid[6140] = 'CalculationMethods' +cid_concepts[6140] = \ +{'DCM': ['UnspecifiedMethodOfCalculation', + 'AgatstonScoringMethod', + 'VolumeScoringMethod', + 'TwoDimensionalMethod', + 'MassScoringMethod', + 'ThreeDimensionalMethod'], + 'SCT': ['Estimated']} + +name_for_cid[6212] = 'CalculatedValueforColonFindings' +cid_concepts[6212] = \ +{'DCM': ['PolypStalkWidth', 'DistanceFromAnus'], + 'SCT': ['PolypSizeLargestDimension', 'PolypStalkLength']} + +name_for_cid[3010] = 'CardiovascularAnatomicLocations' +cid_concepts[3010] = \ +{'SCT': ['InternalCarotidArtery', + 'SubclavianVein', + 'ExternalIliacArtery', + 'TruncusCoeliacus', + 'BasilarArtery', + 'ApexOfRightVentricle', + 'SuperiorRightPulmonaryVein', + 'InferiorVenaCava', + 'RightPulmonaryArtery', + 'GenicularArtery', + 'LeftVentricleInflow', + 'VenousNetwork', + 'CarotidArtery', + 'CommonAtrium', + 'UmbilicalArtery', + 'PrimitiveAorta', + 'AorticFistula', + 'LeftVentricleOutflowTract', + 'RadialArtery', + 'RightFemoralArtery', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'LeftFemoralArtery', + 'AnteriorTibialArtery', + 'TruncusArteriosusCommunis', + 'Artery', + 'AntecubitalVein', + 'CommonCarotidArtery', + 'Aorta', + 'PatentDuctusArteriosus', + 'SuperficialTemporalArtery', + 'MesentericVein', + 'Vein', + 'CongenitalCoronaryArteryFistulaToLeftVentricle', + 'PulmonaryVein', + 'InferiorRightPulmonaryVein', + 'CoronaryArtery', + 'ExternalIliacVein', + 'CongenitalPulmonaryArteriovenousFistula', + 'DescendingAorta', + 'SubclavianArtery', + 'BodyConduit', + 'OphthalmicArtery', + 'RightVentricleInflow', + 'MesentericArtery', + 'PoplitealArtery', + 'PulmonaryVenousAtrium', + 'BrachialVein', + 'InternalIliacArtery', + 'PulmonaryChamberOfCorTriatriatum', + 'SuperiorVenaCava', + 'UlnarArtery', + 'LeftVentricle', + 'AnteriorSpinalArtery', + 'HepaticArtery', + 'SplenicVein', + 'PeronealArtery', + 'RightVentricleOutflowTract', + 'SaphenousVein', + 'InnominateArtery', + 'SplenicArtery', + 'RenalArtery', + 'SuperiorLeftPulmonaryVein', + 'SystemicCollateralArteryToLung', + 'FacialArtery', + 'LumbarArtery', + 'ApexOfLeftVentricle', + 'AzygosVein', + 'FemoralArtery', + 'PulmonaryArtery', + 'BrachialArtery', + 'CongenitalCoronaryArteryFistulaToRightVentricle', + 'PosteriorMedialTributary', + 'CommonFemoralArtery', + 'PulmonaryArteryConduit', + 'RightAtrium', + 'AnteriorCommunicatingArtery', + 'CongenitalCoronaryArteryFistulaToLeftAtrium', + 'RightVentricle', + 'ThoracicAorta', + 'CommonVentricle', + 'CoronarySinus', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'HepaticVein', + 'InternalMammaryArtery', + 'VertebralArtery', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'InternalJugularVein', + 'LacrimalArteryOfRightEye', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'UmbilicalVein', + 'CommonIliacVein', + 'PosteriorTibialArtery', + 'FemoralVein', + 'RightAuricularAppendage', + 'GreatCardiacVein', + 'InnominateVein', + 'PrimitivePulmonaryArtery', + 'SuperficialFemoralArtery', + 'PortalVein', + 'InferiorLeftPulmonaryVein', + 'PosteriorCommunicationArtery', + 'JuxtaposedAtrialAppendage', + 'AorticArch', + 'RenalVein', + 'BoydPerforatingVein', + 'AbdominalAorta', + 'CommonIliacArtery', + 'CephalicVein', + 'LingualArtery', + 'GastricVein', + 'CongenitalCoronaryArteryFistulaToRightAtrium', + 'InferiorCardiacVein', + 'Baffle', + 'LeftAuricularAppendage', + 'LacrimalArtery', + 'OccipitalArtery', + 'SystemicVenousAtrium', + 'AscendingAorta', + 'HunterianPerforatingVein', + 'AnomalousPulmonaryVein', + 'AnteriorCardiacVein', + 'ProfundaFemorisArtery', + 'LeftAtrium', + 'CerebralArtery', + 'AxillaryVein', + 'InferiorMesentericArtery', + 'GreatSaphenousVein', + 'OccipitalVein', + 'DoddPerforatingVein']} + +name_for_cid[3440] = 'PeripheralPulseLocations' +cid_concepts[3440] = \ +{'SCT': ['FemoralArtery', + 'BrachialArtery', + 'UlnarArtery', + 'CarotidArtery', + 'DorsalisPedisArtery', + 'PoplitealArtery', + 'PosteriorTibialArtery', + 'RadialArtery']} + +name_for_cid[8125] = 'MicroscopyIlluminatorType' +cid_concepts[8125] = \ +{'SCT': ['TungstenHalogenLamp', + 'LightEmittingDiode', + 'Laser', + 'MercuryArcLamp', + 'XenonArcLamp']} + +name_for_cid[3769] = 'ConcernTypes' +cid_concepts[3769] = \ +{'SCT': ['Problem', + 'Complaint', + 'FindingReportedByPatientInformant', + 'Disease', + 'FunctionalPerformanceAndActivity', + 'Finding']} + +name_for_cid[6091] = 'RelativeFrequencyofEventValues' +cid_concepts[6091] = \ +{'SCT': ['Continuous', + 'SingleEvent', + 'AsRequired', + 'Frequent', + 'MidFrequency', + 'Infrequent']} + +name_for_cid[4106] = 'QuantitativeMethodsusedforPerfusionAndTracerKineticModels' +cid_concepts[4106] = \ +{'DCM': ['T1ByInversionRecovery', + 'TemporalDerivativeExceedsThreshold', + 'T1ByFixedValue', + 'LeastMeanSquareLMSDeconvolution', + 'SingularValueDecompositionSVDDeconvolution', + 'TimeOfPeakConcentration', + 'T1ByMultipleFlipAngles', + 'TimeOfLeadingHalfPeakConcentration', + 'StandardToftsModel', + 'UserDefinedAIFROI', + 'ExtendedToftsModel', + 'AutomaticallyDetectedAIFROI', + 'ModelFreeConcentrationTimeQuantitification', + 'BlindEstimationOfAIF', + 'FirstPassLeakageProfileFPLPModel', + 'ShutterSpeedModelSSM', + 'PerfusionAnalysisByStableXenonCTTechnique', + 'GammaCapillaryTransitTimeGCTTModel', + 'PerfusionAnalysisByIVIodinatedContrastCTTechnique', + 'AdiabaticTissueHomogeneityATHModel', + 'PerfusionAnalysisByArterialSpinLabelingMRTechnique', + 'TwoCompartmentExchange2CXModel', + 'PerfusionAnalysisBySusceptibilityMRTechnique', + 'AIFIgnored', + 'PopulationAveragedAIF']} + +name_for_cid[3339] = 'ElectrophysiologyAnnotations' +cid_concepts[3339] = \ +{'DCM': ['StimulationAtRate4Interval', + 'AblationOff', + 'StimulationAtRate3Interval', + 'StimulationAtRate2Interval', + 'AblationOn', + 'StartOfAtrialContraction', + 'SWave', + 'StimulationAtRate1Interval', + 'StartOfAtrialContraction', + 'PWave', + 'VWave', + 'HISBundleWave', + 'TWave', + 'RWave', + 'QWave', + 'VWaveOfNextBeat']} + +name_for_cid[12117] = 'VesselBranchModifiers' +cid_concepts[12117] = \ +{'NCIt': ['Middle'], + 'SCT': ['Main', + 'Right', + 'Lateral', + 'Inferior', + 'Left', + 'Superior', + 'CollateralBranchOfVessel', + 'Medial']} + +name_for_cid[12269] = 'CardiacUltrasoundInterventricularSeptumMeasurements' +cid_concepts[12269] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'JetArea', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FlowArea', + 'EndDiastolicVelocity', + 'ROIInternalDimensionByUS', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference']} + +name_for_cid[3552] = 'PacingActions' +cid_concepts[3552] = \ +{'DCM': ['EndPacing', 'BeginPacing']} + +name_for_cid[6300] = 'ProstateSectorAnatomy' +cid_concepts[6300] = \ +{'SCT': ['LeftBasalPeripheralZoneOfProstate', + 'MaleExternalUrethralSphincter', + 'RightApicalAnteriorFibromuscularStromaOfProstate', + 'LeftPosteromedialApicalPeripheralZoneOfProstate', + 'LeftPosterolateralMiddlePeripheralZoneOfProstate', + 'RightBasalTransitionZoneOfProstate', + 'LeftAnteriorApicalTransitionZoneOfProstate', + 'LeftMiddleTransitionZoneOfProstate', + 'LeftAnteriorBasalTransitionZoneOfProstate', + 'RightPosterolateralBasalPeripheralZoneOfProstate', + 'LeftApicalPeripheralZoneOfProstate', + 'LeftPosteriorMiddleTransitionZoneOfProstate', + 'LeftBasalAnteriorFibromuscularStromaOfProstate', + 'LeftPosterolateralApicalPeripheralZoneOfProstate', + 'RightSeminalVesicle', + 'RightPosteromedialMiddlePeripheralZoneOfProstate', + 'LeftApicalAnteriorFibromuscularStromaOfProstate', + 'RightBasalPeripheralZoneOfProstate', + 'RightPosteromedialApicalPeripheralZoneOfProstate', + 'BasalAnteriorFibromuscularStromaOfProstate', + 'LeftBasalPartTransitionZoneOfProstate', + 'RightApicalPeripheralZoneOfProstate', + 'LeftPosterolateralBasalPeripheralZoneOfProstate', + 'RightPosterolateralApicalPeripheralZoneOfProstate', + 'RightPosteriorBasalTransitionZoneOfProstate', + 'RightAnteriorApicalTransitionZoneOfProstate', + 'LeftAnteriorMiddlePeripheralZoneOfProstate', + 'RightAnteriorMiddleTransitionZoneOfProstate', + 'RightLateralMiddlePeripheralZoneOfProstate', + 'CentralZoneOfLeftHalfProstate', + 'LeftLateralMiddlePeripheralZoneOfProstate', + 'LeftPosteromedialMiddlePeripheralZoneOfProstate', + 'RightApicalTransitionZoneOfProstate', + 'RightBasalAnteriorFibromuscularStromaOfProstate', + 'MiddleAnteriorFibromuscularStromaOfProstate', + 'RightAnteriorBasalTransitionZoneOfProstate', + 'LeftPosteriorApicalTransitionZoneOfProstate', + 'LeftAnteriorMiddleTransitionZoneOfProstate', + 'LeftPosteriorBasalTransitionZoneOfProstate', + 'RightAnteriorBasalPeripheralZoneOfProstate', + 'LeftMiddleAnteriorFibromuscularStromaOfProstate', + 'LeftAnteriorApicalPeripheralZoneOfProstate', + 'CentralZoneOfRightHalfProstate', + 'RightAnteriorMiddlePeripheralZoneOfProstate', + 'RightPosterolateralMiddlePeripheralZoneOfProstate', + 'LeftApicalTransitionZoneOfProstate', + 'ApicalAnteriorFibromuscularStromaOfProstate', + 'LeftSeminalVesicle', + 'RightAnteriorApicalPeripheralZoneOfProstate', + 'LeftAnteriorBasalPeripheralZoneOfProstate', + 'RightMiddleAnteriorFibromuscularStromaOfProstate', + 'RightPosteriorMiddleTransitionZoneOfProstate', + 'RightPosteriorApicalTransitionZoneOfProstate', + 'RightMiddleTransitionZoneOfProstate']} + +name_for_cid[3102] = 'RestStress' +cid_concepts[3102] = \ +{'DCM': ['CardiacStressState'], 'SCT': ['RestingState']} + +name_for_cid[12286] = 'CardiacUltrasoundInterventricularSeptumFindingSites' +cid_concepts[12286] = \ +{'SCT': ['BulboventricularForamen', + 'VentricularSeptalDefect', + 'InterventricularSeptum']} + +name_for_cid[218] = 'QuantitativeImageFeatures' +cid_concepts[218] = \ +{'DCM': ['WaterFatOutOfPhase', + 'FractionalOccupancySegmentation', + 'WaterFatInPhase', + 'FractionalProbabilisticSegmentation', + 'BinarySegmentation', + 'WaterFraction', + 'MRSignalIntensity', + 'XRayAttenuation', + 'FatFraction', + 'YBRICTCRComponent', + 'YBRICTCBComponent', + 'YBRICTYComponent', + 'YBRPARTIALCRComponent', + 'YBRPARTIALCBComponent', + 'YBRPARTIALYComponent', + 'RootAngularSecondMomentOfGLCM', + 'Echogenicity', + 'YBRRCTCRComponent', + 'YBRRCTCBComponent', + 'YBRRCTYComponent', + 'RGBRComponent', + 'UltrasoundAttenuation', + 'SpeedOfSound', + 'Perfusion', + 'Elasticity', + 'YBRFULLCRComponent', + 'FractalDimension', + 'YBRFULLCBComponent', + 'YBRFULLYComponent', + 'RGBBComponent', + 'RGBGComponent', + 'CreatineCholineCitrateRatio', + 'MagnetizationTransferRatio', + 'CreatineAndCholine', + 'LipidAndLactate', + 'SpatialDisplacementYComponent', + 'SpatialDisplacementXComponent', + 'NuclearMedicineTomographicActivity', + 'NuclearMedicineProjectionActivity', + 'FlowVariance', + 'FlowVelocity', + 'TissueVelocity', + 'IndexedHemodynamicResistance', + 'HemodynamicResistance', + 'SpatialDisplacementZComponent', + 'AttenuationCoefficient', + 'Ktrans', + 'Kep', + 'Ve', + 'Suvbsa', + 'Suvibw', + 'SuvlbmJanma', + 'SuvlbmJames128', + 'StandardizedUptakeValue', + 'Suvbw', + 'Suvlbm', + 'ApparentDiffusionCoefficient', + 'DiffusionWeighted', + 'VolumeRatio', + 'VolumeOfSphere', + 'DiffusionCoefficient', + 'VolumeOfCircumscribedSphere', + 'VolumeOfEllipsoid', + 'VolumeEstimatedFromThreeOrMoreNonCoplanar2DRegions', + 'VolumeEstimatedFromTwoNonCoplanar2DRegions', + 'VolumeEstimatedFromSingle2DRegion', + 'PathLength', + 'VolumeOfBoundingThreeDimensionalRegion', + 'R2Coefficient', + 'ChiSquare', + 'DW', + 'AIC', + 'BIC', + 'Distance', + 'Height', + 'RelativeLinearStoppingPower', + '', + 'Vp', + 'EquivalentDose', + 'AbsorbedDose', + 'IAUC90BN', + 'IAUC180BN', + 'IAUC', + 'IAUC60', + 'IAUC90', + 'IAUC180', + 'IAUCBN', + 'IAUC60BN', + 'GlutamateAndGlutamine', + 'CholineCreatineRatio', + 'NAcetylaspartateCreatineRatio', + 'NAcetylaspartateCholineRatio', + 'Tmax', + 'R2', + 'VolumetricDiffusionDxzComponent', + 'MagneticSusceptibility', + 'VolumetricDiffusionDxyComponent', + 'VolumetricDiffusionDxxComponent', + 'RelativeRegionalBloodFlow', + 'RelativeRegionalBloodVolume', + 'BloodOxygenationLevel', + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity', + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity', + 'AbsoluteRegionalBloodFlow', + 'T1WeightedDynamicContrastEnhancedMRSignalIntensity', + 'AbsoluteRegionalBloodVolume', + 'VolumetricDiffusionDzzComponent', + 'OxygenExtractionFraction', + 'R1', + 'VolumetricDiffusionDyzComponent', + 'R2', + 'VolumetricDiffusionDyyComponent', + 'VelocityEncoded', + 'ZScore', + 'ContrastAgentAngioMRSignalIntensity', + 'SpinTaggingPerfusionMRSignalIntensity', + 'RelativeAnisotropy', + 'FractionalAnisotropy', + 'FieldMapMRSignalIntensity', + 'T2WeightedMRSignalIntensity', + 'T2WeightedMRSignalIntensity', + 'T1WeightedMRSignalIntensity', + 'ProtonDensityWeightedMRSignalIntensity', + 'TimeOfFlightAngioMRSignalIntensity', + 'T1', + 'T2', + 'T2', + 'TimeCourseOfSignal', + 'TemperatureEncoded', + 'StudentTTest', + 'TimeToPeak', + 'SignalToNoise', + 'TemporalDerivativeThreshold', + 'MaximumSlope', + 'MaximumDifference', + 'TracerConcentration', + 'TimeOfPeakConcentration', + 'BolusArrivalTime', + 'TimeOfLeadingHalfPeakConcentration', + 'MeanTransitTime', + 'KurtosisDiffusionCoefficient', + 'GammaDistributionScaleParameter', + 'NegativeEnhancementIntegral', + 'GammaDistributionShapeParameter', + 'GammaDistributionMode', + 'DistributedDiffusionCoefficient', + 'RCoefficient', + 'AnomalousExponentParameter', + 'ProtonDensity', + 'SignalChange', + 'MonoExponentialApparentDiffusionCoefficient', + 'SlowDiffusionCoefficient', + 'FastDiffusionCoefficient', + 'FastDiffusionCoefficientFraction'], + 'SCT': ['Lipid', + 'DiameterOfCircumscribedCircle', + 'Depth', + 'PowerDoppler', + 'Perimeter', + 'Lactate', + 'Length', + 'Inositol', + 'PerpendicularAxis', + 'Radius', + 'AreaOfDefinedRegion', + 'Width', + 'Volume', + 'Fat', + 'Area', + 'NAcetylaspartate', + 'Creatine', + 'Glutamine', + 'MinorAxis', + 'Diameter', + 'Tuarine', + 'Citrate', + 'MajorAxis', + 'LongAxis', + 'Circumference', + 'Water', + 'Choline', + 'ShortAxis']} + +name_for_cid[7004] = 'WaveformPurposesofReference' +cid_concepts[7004] = \ +{'DCM': ['SimultaneousRespiratoryWaveform', + 'SimultaneousArterialPulseWaveform', + 'SimultaneousECG', + 'SimultaneousVoiceNarrative', + 'SimultaneousDoppler', + 'SimultaneousHemodynamic', + 'SimultaneousPhonocardiographicWaveform']} + +name_for_cid[7454] = 'AnimalTaxonomicRankValues' +cid_concepts[7454] = \ +{'ITIS_TSN': ['PeromyscusLeucopusAmericanWhiteFootedMouse', + 'PeromyscusManiculatusDeerMouse', + 'SigmodonGenus'], + 'SCT': ['CanisLupus', + 'RattusNorvegicus', + 'FelisCatus', + 'HomoSapiens', + 'Canis', + 'BosTaurus', + 'OryctolagusCuniculusEuropeanRabbit', + 'Capra', + 'MustelaPutoriusFuro', + 'EquusCaballus', + 'SusScrofa', + 'Equus', + 'Ovis', + 'Bovinae', + 'Bos', + 'CallithrixJacchus', + 'CaviaPorcellus', + 'Felis', + 'Sus', + 'CanisLupusFamiliaris', + 'Rattus', + 'MusGenus', + 'OvisAries', + 'MusMusculusHouseMouse', + 'CapraHircus']} + +name_for_cid[12005] = 'FetalBiometryMeasurements' +cid_concepts[12005] = \ +{'LN': ['OccipitalFrontalDiameter', + 'BPDAreaCorrected', + 'TranverseAbdominalDiameter', + 'APADTAD', + 'CisternaMagna', + 'AbdominalCircumference', + 'FemurLength', + 'ThoracicCircumference', + 'HeadCircumference', + 'FootLength', + 'BiparietalDiameter', + 'LeftKidneyThickness', + 'TransverseThoracicDiameter', + 'LeftKidneyLength', + 'LeftKidneyWidth', + 'AnteriorPosteriorAbdominalDiameter', + 'ThoracicArea', + 'RightKidneyThickness', + 'AnteriorPosteriorTrunkDiameter', + 'RightKidneyWidth', + 'TransCerebellarDiameter', + 'RightKidneyLength']} + +name_for_cid[12140] = 'PelvicVasculatureAnatomicalLocation' +cid_concepts[12140] = \ +{'SCT': ['UmbilicalVein', + 'CommonIliacArtery', + 'VitellineVeinOfPlacenta', + 'OvarianArtery', + 'OvarianVein', + 'UterineVein', + 'UmbilicalArtery', + 'UterineArtery', + 'VitellineArteryOfPlacenta']} + +name_for_cid[6029] = 'RecommendedFollowupfromBIRADS®' +cid_concepts[6029] = \ +{'DCM': ['NormalIntervalFollowUp', + 'AnyDecisionToBiopsyShouldBeBasedOnClinicalAssessment', + 'FollowUpAtShortInterval111Months', + 'BiopsyShouldBeConsidered', + 'NeedleLocalizationAndBiopsy', + 'KnownBiopsyProvenMalignancyTakeAppropriateAction', + 'HistologyUsingCoreBiopsy', + 'AdditionalProjections', + 'SuggestiveOfMalignancyTakeAppropriateAction', + 'SpotMagnificationViews', + 'CytologicAnalysis', + 'BiopsyShouldBeStronglyConsidered', + 'OldFilmsForComparison', + 'HighlySuggestiveOfMalignancyTakeAppropriateAction'], + 'SCT': ['SpotCompression', + 'MRIOfBreast', + 'DiagnosticUltrasonography', + 'MagnificationViews', + 'MammaryDuctogram']} + +name_for_cid[4014] = 'ViewforMammography' +cid_concepts[4014] = \ +{'SCT': ['SuperolateralToInferomedialOblique', + 'TissueSpecimenFromBreast', + 'MedioLateral', + 'CranioCaudalExaggeratedLaterally', + 'MedioLateralOblique', + 'LateroMedial', + 'LateroMedialOblique', + 'CranioCaudal', + 'InferomedialToSuperolateralOblique', + 'CaudoCranial', + 'CranioCaudalExaggeratedMedially']} + +name_for_cid[3114] = 'StudyQuality' +cid_concepts[3114] = \ +{'DCM': ['PoorImageQuality', + 'ExcellentImageQuality', + 'GoodImageQuality', + 'UnusableQualityRendersImageUnusable']} + +name_for_cid[9519] = 'RadiotherapyAccessorySlotHolderDeviceTypes' +cid_concepts[9519] = \ +{'DCM': ['RadiotherapyApplicator']} + +name_for_cid[3817] = 'VascularSclerosisTypes' +cid_concepts[3817] = \ +{'SCT': ['VascularWallDegeneration', + 'Arteriosclerosis', + 'Phlebosclerosis', + 'UlceratedAtheromatousPlaque', + 'ComplicatedAtheromatousPlaque', + 'AdventitialDegeneration', + 'ElasticVascularSclerosis', + 'Fibroelastosis', + 'Arteriolosclerosis', + 'AtheroscleroticFibrousPlaque', + 'Atheroma', + 'FocalFibroelastosis', + 'CysticMedicalNecrosis', + 'FattyStreaks', + 'CalcifiedAtheromatousPlaque', + 'ArteriosclerosisWithFibrinoidNecrosis', + 'DiffuseFibroelastosis']} + +name_for_cid[7157] = 'DeviceSegmentationTypes' +cid_concepts[7157] = \ +{'DCM': ['BrachytherapyChannel', + 'RectalBalloon', + 'VaginalCylinder', + 'Mold', + 'BrachytherapyChannelShield', + 'HeadAndNeckMask', + 'BrachytherapySourceApplicator', + 'HeadMask', + 'Headframe', + 'BodyFrame', + 'BreastBoard', + 'Cast', + 'WholeBodyPod', + 'VacuumMold'], + 'SCT': ['Chair', + 'RadioactiveImplant', + 'Needle', + 'InlayDentalRestoration', + 'Table', + 'DentalProsthesis', + 'BonePin', + 'Defibrillator', + 'Headrest', + 'CardiacPacemaker', + 'BiteBlock', + 'BoneScrew', + 'LeftVentricularAssistDevice', + 'Stent']} + +name_for_cid[7012] = 'BestinSet' +cid_concepts[7012] = \ +{'DCM': ['Study', 'Series', 'PerformedProcedureStep', 'StageView']} + +name_for_cid[12290] = 'CardiacUltrasoundPulmonaryArteriesFindingSites' +cid_concepts[12290] = \ +{'SCT': ['PulmonaryArtery', + 'PulmonaryTrunk', + 'AortaToPulmonaryArteryConnection']} + +name_for_cid[3401] = 'TypesofLogNotes' +cid_concepts[3401] = \ +{'DCM': ['PatientStatusOrEvent', + 'ProcedureNote', + 'NursingNote', + 'PhysicianNote', + 'TechNote']} + +name_for_cid[12013] = 'GestationalAgeEquationsandTables' +cid_concepts[12013] = \ +{'LN': ['ACJeanty1984', + 'ACJeanty1982', + 'OFDASUM2000', + 'CRLHansmann1985', + 'FetalTrunkCrossSectionalAreaOsaka1989', + 'BPDMertz1988', + 'HCJeanty1984', + 'HCMerz1988', + 'RadiusJeanty1983', + 'FLTokyo1986', + 'CRLHansmann1986', + 'BPDTokyo1986', + 'IODMayden1982', + 'TibiaJeanty1984', + 'CRLASUM1991', + 'GestationalAgeByLMP', + 'BDJeanty1982', + 'BPDDoubilet1993', + 'GSTokyo1986', + 'TCDHill1990', + 'CRLOsaka1989', + 'HCDerivedChitty1997', + 'TADTokyo1986', + 'ACLessoway1998', + 'AxtShinozuka1996', + 'FibulaJeanty1983', + 'RadiusMerz1987', + 'OODTrout1994', + 'BPDLessoway1998', + 'FLHansmann1986', + 'FLShinozuka1996', + 'OFDLessoway1998', + 'BPDShinozuka1996', + 'FLJeanty1984', + 'ClavicleLengthYarkoni1985', + 'FLMerz1987', + 'BPDJeanty1984', + 'GSHellman1969', + 'FLHadlock1984', + 'BpdaHadlock1982', + 'GSNyberg1992', + 'LengthOfVertebraTokyo1986', + 'CRLJeanty1982', + 'HCMeasuredChitty1997', + 'TransverseThoracicDiameterLessoway1998', + 'HCLessoway1998', + 'BPDHansmann1986', + 'TCDGoldstein1987', + 'ACHansmann1985', + 'APAbdominalDiameterLessoway1998', + 'CRLTokyo1986', + 'CRLNelson1981', + 'HumerusJeanty1984', + 'BPDJeanty1982', + 'CRLJeanty1984', + 'FLOsaka1989', + 'HCASUM2000', + 'FLMerz1988', + 'TADEriksen1985', + 'BPDRempen1991', + 'OFDHansmann1986', + 'BPDOoChitty1997', + 'BPDKurtz1980', + 'GSRempen1991', + 'FLHansmann1985', + 'CRLDaya1993', + 'TADHansmann1979', + 'BPDHadlock1984', + 'GSHansmann1982', + 'UlnaJeanty1984', + 'HumerusLengthOsaka1989', + 'ACASUM2000', + 'TransverseThoracicDiameterHansmann1985', + 'HCHadlock1984', + 'HCJeanty1982', + 'ACShinozuka1996', + 'CRLShinozuka1996', + 'TCDChitty1994', + 'FLJeanty1982', + 'ACHadlock1984', + 'CRLRobinson1975', + 'HumerusMerz1987', + 'FibulaMerz1987', + 'CRLHadlock1992', + 'HumerusLengthASUM2000', + 'BPDOiChitty1997', + 'FLLessoway1998', + 'HCHansmann1986', + 'SpineLengthTokyo1989', + 'GSDaya1991', + 'IODTrout1994', + 'BPDOsaka1989', + 'ACCampbell1975', + 'BPDSabbagha1978', + 'AverageUltrasoundAge', + 'UlnaMerz1987', + 'FLHohler1982', + 'CRLASUM2000', + 'OFDHansmann1985', + 'BPDHansmann1985', + 'FootLengthMercer1987', + 'GSHansmann1979', + 'OODMayden1982', + 'CRLRempen1991', + 'TCDNimrod1986', + 'ACMertz1988', + 'HCHansmann1985', + 'ThcChitkara1987', + 'FLChitty1997', + 'BPDASUM1989']} + +name_for_cid[3728] = 'CathFindings' +cid_concepts[3728] = \ +{'SCT': ['AcuteMitralRegurgitationFromChordalRupture', + 'NormalLeftVentricularSystolicFunctionAndWallMotion', + 'MildIntimalCoronaryIrregularitiesNoSignificantStenoses', + 'NormalRightHeartHemodynamics', + 'MultiVesselCoronaryArteryDisease', + 'SignificantCoronaryBypassGraftDisease', + 'PericardialTamponade', + 'MitralRegurgitation', + 'PulmonaryHypertension', + 'MitralStenosis', + 'SingleVesselCoronaryArteryDisease', + 'AtrialSeptalDefect', + 'AcuteMitralRegurgitationFromPapillaryMuscleDysfunction', + 'AcuteVentricularSeptalRupture', + 'TripleVesselCoronaryArteryDisease', + 'MitralValveProlapse', + 'HeartDiseaseCongenital', + 'NormalLeftHeartHemodynamics', + 'AorticInsufficiency', + 'NormalCoronaryArteries', + 'DepressionOfLeftVentricularSystolicFunction', + 'DoubleVesselCoronaryArteryDisease', + 'AcuteMitralRegurgitationFromChordalDysfunction', + 'HypertensiveHeartDisease', + 'CongestiveCardiomyopathy', + 'VentricularSeptalDefect', + 'NormalLeftAndRightHeartHemodynamics', + 'LeftMainCoronaryArteryDisease', + 'RestrictiveCardiomyopathy', + 'HypertrophicCardiomyopathyWithObstruction', + 'HypertrophicCardiomyopathyWithoutObstruction', + 'AcuteMitralRegurgitationFromPapillaryMuscleRupture', + 'AorticStenosis', + 'ConstrictivePericarditis']} + +name_for_cid[1200] = 'ContraindicationsForCTImaging' +cid_concepts[1200] = \ +{'SCT': ['ContrastMediaAllergy', + 'PatientCurrentlyPregnant', + 'XRayContrastMediaAllergy', + 'ImpairedRenalFunction']} + +name_for_cid[7100] = 'RCSRegistrationMethodType' +cid_concepts[7100] = \ +{'DCM': ['VisualAlignment', + 'ImageContentBasedAlignment', + 'AcquisitionEquipmentAlignment', + 'FiducialAlignment', + 'FrameOfReferenceIdentity']} + +name_for_cid[12228] = 'EchocardiographyVolumeMethods' +cid_concepts[12228] = \ +{'DCM': ['Teichholz', + 'MethodOfDisksSinglePlane', + 'MethodOfDisksBiplane', + 'CubeMethod', + 'BulletMethod', + 'AreaLengthSinglePlane', + 'ModifiedSimpson', + 'AreaLengthBiplane', + 'SinglePlaneEllipse', + 'BiplaneEllipse']} + +name_for_cid[3840] = 'PulmonaryVeins' +cid_concepts[3840] = \ +{'SCT': ['PulmonaryVein', + 'SuperiorLeftPulmonaryVein', + 'InferiorLeftPulmonaryVein', + 'RightPulmonaryVein', + 'InferiorRightPulmonaryVein', + 'LeftPulmonaryVein', + 'SuperiorRightPulmonaryVein']} + +name_for_cid[3456] = 'SubsegmentMethods' +cid_concepts[3456] = \ +{'DCM': ['UserSelectedMethod', 'EquidistantMethod']} + +name_for_cid[6204] = 'AnatomicNoncolonFindings' +cid_concepts[6204] = \ +{'SCT': ['Lung', + 'Testis', + 'Cervix', + 'Bladder', + 'Appendix', + 'BloodVessel', + 'Aorta', + 'InferiorVenaCava', + 'SeminalVesicle', + 'Rectum', + 'Ovary', + 'AppendicealStump', + 'Muscle', + 'Bone', + 'Liver', + 'Prostate', + 'Spleen', + 'Kidney', + 'AdrenalGland', + 'Uterus']} + +name_for_cid[4239] = 'AnteriorChamberDepthDefinition' +cid_concepts[4239] = \ +{'DCM': ['FrontOfCorneaToFrontOfLens', 'BackOfCorneaToFrontOfLens']} + +name_for_cid[609] = 'AnimalFeedingMethods' +cid_concepts[609] = \ +{'DCM': ['FoodTreat'], + 'NCIt': ['AdLibitum'], + 'SCT': ['Gavage'], + 'UMLS': ['RestrictedDiet']} + +name_for_cid[4110] = 'TracerKineticModelingCovariates' +cid_concepts[4110] = \ +{'LN': ['Hematocrit']} + +name_for_cid[6087] = 'GeneralRiskFactors' +cid_concepts[6087] = \ +{'DCM': ['IntermediateFamilyHistoryOfBreastCancer', + 'VeryStrongFamilyHistoryOfBreastCancer', + 'FamilyHistoryOfProstateCancer', + 'FamilyHistoryUnknown', + 'UterineMalformations', + 'SpontaneousAbortion', + 'GynecologicCondition', + 'GynecologicSurgery', + 'PreviousLBWOrIUGRBirth', + 'PreviousFetalMalformationSyndrome', + 'PreviousRHNegativeOrBloodDyscrasiaAtBirth', + 'HistoryOfMultipleFetuses', + 'PersonalBreastCancerHistory', + 'CurrentPregnancyKnownOrSuspectedMalformationsSyndromes', + 'HistoryOfEndometrialCancer', + 'FamilyHistoryFetalMalformationSyndrome', + 'HistoryOfOvarianCancer', + 'HistoryOfHighRiskLesionOnPreviousBiopsy', + 'PostMenopausalPatient', + 'LateChildBearingAfter30', + 'BRCA1BreastCancerGene', + 'BRCA2BreastCancerGene', + 'BRCA3BreastCancerGene', + 'WeakFamilyHistoryOfBreastCancer'], + 'SCT': ['HistoryOfDiabetesMellitus', + 'HistoryOfEclampsia', + 'HistoryOfInfertility', + 'FamilyHistoryOfBreastCancer', + 'HistoryOfCardiovascularDisease', + 'HistoryOfObesity', + 'HistoryOfHypertension', + 'HistoryOfSubstanceAbuse', + 'HistoryOfEctopicPregnancy', + 'Nulliparous', + 'HistoryOfPrematureDelivery', + 'HistoryOfRegularMedication', + 'HistoryOfSeverePreEclampsia', + 'MultiplePregnancy', + 'NoFamilyHistoryOfBreastCarcinoma']} + +name_for_cid[8133] = 'TissueSelection' +cid_concepts[8133] = \ +{'DCM': ['NominalEmptyTileSuppression', + 'HighThresholdEmptyTileSuppression', + 'NoEmptyTileSuppression']} + +name_for_cid[12101] = 'VascularSummary' +cid_concepts[12101] = \ +{'DCM': ['Comment']} + +name_for_cid[6068] = 'TumorStagesFromAJCC' +cid_concepts[6068] = \ +{'DCM': ['Stage0', + 'StageI', + 'StageIIA', + 'StageIIB', + 'StageIIIA', + 'StageIIIB', + 'StageIIIC', + 'StageIV']} + +name_for_cid[4111] = 'ContrastCharacteristics' +cid_concepts[4111] = \ +{'DCM': ['ContrastLongitudinalRelaxivity']} + +name_for_cid[6086] = 'MenopausalPhase' +cid_concepts[6086] = \ +{'SCT': ['AfterMenopause', + 'BeforeMenopause', + 'PostsurgicalMenopause', + 'ArtificialMenopauseState', + 'DuringMenopause']} + +name_for_cid[8132] = 'MagnificationSelection' +cid_concepts[8132] = \ +{'DCM': ['_10X', '_20X', '_40X', '_5X']} + +name_for_cid[6069] = 'NottinghamCombinedHistologicGrade' +cid_concepts[6069] = \ +{'SCT': ['NottinghamCombinedGradeI3To5Points', + 'NottinghamCombinedGradeII6To7Points', + 'NottinghamCombinedGradeIII8To9Points', + 'NottinghamCombinedGradeCannotBeDetermined']} + +name_for_cid[7101] = 'BrainAtlasFiducials' +cid_concepts[7101] = \ +{'DCM': ['InterHemisphericPlane', + 'LeftHemisphereMostInferior', + 'LeftHemisphereMostSuperior', + 'LeftHemisphereMostPosterior', + 'LeftHemisphereMostAnterior', + 'RightHemisphereMostInferior', + 'RightHemisphereMostSuperior', + 'RightHemisphereMostPosterior', + 'RightHemisphereMostAnterior'], + 'SCT': ['AnteriorCommissure', 'PosteriorCommissure']} + +name_for_cid[12229] = 'EchocardiographyAreaMethods' +cid_concepts[12229] = \ +{'DCM': ['ProximalIsovelocitySurfaceArea', + 'ContinuityEquationByVelocityTimeIntegral', + 'ContinuityEquationByPeakVelocity', + 'ContinuityEquationByMeanVelocity', + 'ContinuityEquation', + 'AreaByPressureHalfTime', + 'Planimetry']} + +name_for_cid[4238] = 'RefractiveErrorTypes' +cid_concepts[4238] = \ +{'SCT': ['Myopia', 'Hyperopia']} + +name_for_cid[6205] = 'ClockfaceLocationforColon' +cid_concepts[6205] = \ +{'SCT': ['_7OClockPosition', + '_11OClockPosition', + '_12OClockPosition', + '_2OClockPosition', + '_5OClockPosition', + '_3OClockPosition', + '_6OClockPosition', + '_4OClockPosition', + '_9OClockPosition', + '_10OClockPosition', + '_1OClockPosition', + '_8OClockPosition']} + +name_for_cid[608] = 'AnimalFeedSources' +cid_concepts[608] = \ +{'DCM': ['LocallyManufacturedProduct'], 'UMLS': ['CommercialProduct']} + +name_for_cid[12012] = 'OBEquationsandTables' +cid_concepts[12012] = \ +{'DCM': ['FWPByGACampbell1991', 'FWPByGAHadlock1991'], + 'LN': ['ACJeanty1984', + 'CRLByGARempen1991', + 'ACJeanty1982', + 'OFDASUM2000', + 'FibulaByGAJeanty1983', + 'CRLHansmann1985', + 'FemaleSingletonBWPByGAArbuckle1993', + 'FetalTrunkCrossSectionalAreaOsaka1989', + 'BPDMertz1988', + 'HCJeanty1984', + 'EFWByACFLHCHadlock1985', + 'FLByGAJeanty1982', + 'HCMerz1988', + 'RadiusJeanty1983', + 'CephalicIndexByGAChitty1994', + 'FLTokyo1986', + 'EFWByACBPDFLHadlock1984', + 'CRLHansmann1986', + 'ACByGAASUM2000', + 'BPDTokyo1986', + 'IODMayden1982', + 'TibiaJeanty1984', + 'CRLASUM1991', + 'EFW1ByShinozuka1996', + 'GestationalAgeByLMP', + 'MaleTwinsBWPByGAArbuckle1993', + 'BDJeanty1982', + 'HCByGAASUM2000', + 'BPDByGAJeanty1982', + 'BPDDoubilet1993', + 'GSTokyo1986', + 'EFWByACBPDHadlock1984', + 'HCByGAMerz1988', + 'TCDHill1990', + 'CRLOsaka1989', + 'HCDerivedChitty1997', + 'BPDOuterInnerByGAChitty1994', + 'TADTokyo1986', + 'ACLessoway1998', + 'AxtShinozuka1996', + 'FibulaJeanty1983', + 'RadiusMerz1987', + 'HCACByGACampbell1977', + 'EFWByGAHansmann1986', + 'MaleSingletonBWPByGAArbuckle1993', + 'FLByGAChitty1994', + 'OODTrout1994', + 'EFWByACFLHadlock1984', + 'EFWByBPDAPADTADFLTokyo1987', + 'BPDLessoway1998', + 'FLHansmann1986', + 'FLShinozuka1996', + 'OFDLessoway1998', + 'BPDShinozuka1996', + 'FLJeanty1984', + 'ClavicleLengthYarkoni1985', + 'EFWByBPDFTAFLOsaka1990', + 'FLMerz1987', + 'GSByGARempen1991', + 'BPDJeanty1984', + 'BPDOuterOuterByGAChitty1994', + 'GSHellman1969', + 'HCByGAJeanty1982', + 'BPDByGAShinozuka1996', + 'BPDByGAHadlock1984', + 'OFDByGAChitty1994', + 'EFWByACHCHadlock1984', + 'FLHadlock1984', + 'EFWByACBPDFLHadlock1985', + 'BpdaHadlock1982', + 'ACByGAShinozuka1996', + 'GSNyberg1992', + 'EFWByACAndBPDShepard1982', + 'LengthOfVertebraTokyo1986', + 'CRLJeanty1982', + 'HCMeasuredChitty1997', + 'TransverseThoracicDiameterLessoway1998', + 'HCLessoway1998', + 'BPDHansmann1986', + 'TCDGoldstein1987', + 'ACHansmann1985', + 'APAbdominalDiameterLessoway1998', + 'CRLTokyo1986', + 'FWPByGAHadlock1985', + 'FWPByGAAlexander1996', + 'FLByGAHadlock1984', + 'CRLNelson1981', + 'FWPByGABrenner1976', + 'HumerusJeanty1984', + 'TCDByGAGoldstein1987', + 'EFWByGAHadlock1991', + 'BPDJeanty1982', + 'CRLJeanty1984', + 'FLOsaka1989', + 'HCASUM2000', + 'EFW3ByShinozuka1996', + 'FLMerz1988', + 'TADEriksen1985', + 'EFWByACFLHadlock1985', + 'BPDRempen1991', + 'OFDHansmann1986', + 'ACMeasuredByGAChitty1994', + 'ACDerivedByGAChitty1994', + 'BPDOoChitty1997', + 'FLByGAShinozuka1996', + 'BPDKurtz1980', + 'BPDByGAASUM2000', + 'GSRempen1991', + 'HCDerivedByGAChitty1994', + 'FLHansmann1985', + 'CRLDaya1993', + 'BPDByGARempen1991', + 'TADHansmann1979', + 'BPDHadlock1984', + 'GSHansmann1982', + 'ACByGAMerz1988', + 'OFDByGAASUM2000', + 'EFWByACBPDFLHCHadlock1985', + 'UlnaJeanty1984', + 'CRLByGAASUM2000', + 'HumerusLengthOsaka1989', + 'ACASUM2000', + 'TransverseThoracicDiameterHansmann1985', + 'HCHadlock1984', + 'HCJeanty1982', + 'ACShinozuka1996', + 'CRLShinozuka1996', + 'TCDChitty1994', + 'FLJeanty1982', + 'CRLByGAShinozuka1996', + 'ACHadlock1984', + 'CRLRobinson1975', + 'FWPByGAWilliams1982', + 'FLByGAASUM2000', + 'HumerusMerz1987', + 'FemaleTwinsBWPByGAArbuckle1993', + 'FibulaMerz1987', + 'EFWByBPDTTDHansmann1986', + 'CRLHadlock1992', + 'FLByGAMerz1988', + 'HumerusLengthASUM2000', + 'BPDOiChitty1997', + 'CephalicIndexByGAHadlock1981', + 'FLLessoway1998', + 'HCHansmann1986', + 'SpineLengthTokyo1989', + 'GSDaya1991', + 'ACByGAHadlock1984', + 'IODTrout1994', + 'EFW2ByShinozuka1996', + 'BPDOsaka1989', + 'RadiusByGAJeanty1983', + 'ACCampbell1975', + 'BPDSabbagha1978', + 'AverageUltrasoundAge', + 'AxtByGAShinozuka1996', + 'UlnaMerz1987', + 'FLHohler1982', + 'HCByGAHadlock1984', + 'CRLASUM2000', + 'OFDHansmann1985', + 'BPDHansmann1985', + 'BPDByGAMerz1988', + 'FootLengthMercer1987', + 'HumerusLengthByGAASUM2000', + 'GSHansmann1979', + 'OODMayden1982', + 'EFWByACCampbell1975', + 'CRLRempen1991', + 'TCDNimrod1986', + 'ACMertz1988', + 'HCHansmann1985', + 'ThcChitkara1987', + 'FLChitty1997', + 'BPDASUM1989']} + +name_for_cid[3729] = 'AdmissionStatus' +cid_concepts[3729] = \ +{'SCT': ['Elective', 'EmergencyDepartment', 'Transfer']} + +name_for_cid[9518] = 'RadiotherapyAccessoryNoSlotHolderDeviceTypes' +cid_concepts[9518] = \ +{'DCM': ['AccessoryTray']} + +name_for_cid[3115] = 'StressImagingQualityIssues' +cid_concepts[3115] = \ +{'DCM': ['BreastAttenuation', + 'DiaphragmaticAttenuation', + 'BodyHabitusAttenuation', + 'MotionBlur'], + 'SCT': ['SubdiaphragmaticUptake']} + +name_for_cid[7156] = 'VascularSegmentationTypes' +cid_concepts[7156] = \ +{'SCT': ['CardiovascularSystem', + 'VascularSclerosis', + 'Intima', + 'Thrombus', + 'SystemicArtery', + 'Adventitia', + 'Media', + 'SystemicVein', + 'Lumen']} + +name_for_cid[7013] = 'NonImageSourceInstancePurposesofReference' +cid_concepts[7013] = \ +{'DCM': ['SourceMeasurement', + 'SourceRawData', + 'SourceReport', + 'SourceRealWorldValueMap']} + +name_for_cid[12291] = 'CardiacUltrasoundAortaFindingSites' +cid_concepts[12291] = \ +{'SCT': ['InfraRenalAorta', + 'InnominateArtery', + 'CoarctationOfAorta', + 'LeftSubclavianArtery', + 'NonCoronarySinus', + 'AorticIsthmus', + 'RightSinusOfValsalva', + 'AorticSinotubularJunction', + 'AorticArch', + 'SupraRenalAorta', + 'AscendingAorta', + 'RootOfAorta', + 'LeftCommonCarotidArtery', + 'AbdominalAorta', + 'StructureSinusOfValsalva', + 'ThoracicAorta', + 'RightCommonCarotidArtery', + 'LeftSinusOfValsalva', + 'RightSubclavianArtery']} + +name_for_cid[3400] = 'ProcedureLogTitles' +cid_concepts[3400] = \ +{'DCM': ['CathLabProcedureLog']} + +name_for_cid[12004] = 'FetalBiometryRatios' +cid_concepts[12004] = \ +{'LN': ['HCAC', 'FLAC', 'CephalicIndex', 'FLBPD', 'FLHC']} + +name_for_cid[12141] = 'FetalVasculatureAnatomicalLocation' +cid_concepts[12141] = \ +{'SCT': ['DescendingAorta', + 'MiddleCerebralArtery', + 'PulmonaryArtery', + 'PulmonaryVein', + 'Aorta']} + +name_for_cid[4015] = 'ViewModifierforMammography' +cid_concepts[4015] = \ +{'SCT': ['RolledMedial', + 'NippleInProfile', + 'AxillaryTissue', + 'AnteriorCompression', + 'RolledSuperior', + 'SpotCompression', + 'Tangential', + 'AxillaryTail', + 'Magnification', + 'ImplantDisplaced', + 'Cleavage', + 'InfraMammaryFold', + 'RolledLateral', + 'RolledInferior']} + +name_for_cid[6028] = 'MammographyRecommendedFollowup' +cid_concepts[6028] = \ +{'DCM': ['NormalIntervalFollowUp', + 'AnyDecisionToBiopsyShouldBeBasedOnClinicalAssessment', + 'FollowUpAtShortInterval111Months', + 'FollowUpPostBiopsyAsDirectedByClinician', + 'BiopsyShouldBeConsidered', + 'NeedleLocalizationAndBiopsy', + 'KnownBiopsyProvenMalignancyTakeAppropriateAction', + 'HistologyUsingCoreBiopsy', + 'SurgicalConsult', + 'AdditionalProjections', + 'SuggestiveOfMalignancyTakeAppropriateAction', + 'SpotMagnificationViews', + 'CytologicAnalysis', + 'BiopsyShouldBeStronglyConsidered', + 'OldFilmsForComparison', + 'HighlySuggestiveOfMalignancyTakeAppropriateAction'], + 'SCT': ['SpotCompression', + 'NuclearMedicineProcedure', + 'MRIOfBreast', + 'DiagnosticUltrasonography', + 'MagnificationViews', + 'EvaluationProcedure', + 'MammaryDuctogram']} + +name_for_cid[7140] = 'BrainStructuresforVolumetricMeasurements' +cid_concepts[7140] = \ +{'DCM': ['WhiteMatterT2Hyperintensity', + 'WhiteMatterT1Hypointensity', + 'VentralDiencephalon'], + 'SCT': ['Amygdala', + 'CranialSubarachnoidSpace', + 'FourthVentricle', + 'ThirdVentricle', + 'CerebralGrayMatter', + 'GlobusPallidus', + 'Thalamus', + 'CerebralWhiteMatter', + 'InferiorHornOfLateralVentricle', + 'LateralVentricle', + 'CaudateNucleus', + 'NucleusAccumbens', + 'CerebellarCortex', + 'CerebellarSubarachnoidSpace', + 'BrainStem', + 'Putamen', + 'Hippocampus', + 'FifthVentricle', + 'CerebellarWhiteMatter', + 'CranialCavity', + 'IntracranialStructure']} + +name_for_cid[12268] = 'CardiacUltrasoundAtrioventricularValvesMeasurements' +cid_concepts[12268] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RRInterval', + 'BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'TimeFromQWaveToTricuspidValveOpens', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'MitralRegurgitationDpDtDerivedFromMitralRegVelocity', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'MitralValveESeptalSeparation', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'CEDistance', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'MitralValveEPSSEWave', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'DEExcursion', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'TricuspidDiastolicFillingPeriodDfpt', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[3553] = 'CirculatorySupport' +cid_concepts[3553] = \ +{'SCT': ['ExternalCounterPulsation', + 'LeftVentricularAssistDevice', + 'CardiopulmonaryBypass', + 'IntraAorticBalloonPump', + 'ExtraCorporealCirculation']} + +name_for_cid[6301] = 'ProstateSectorAnatomyfromPIRADSv2' +cid_concepts[6301] = \ +{'SCT': ['CentralZoneOfLeftHalfProstate', + 'LeftPosteromedialMiddlePeripheralZoneOfProstate', + 'MaleExternalUrethralSphincter', + 'RightApicalAnteriorFibromuscularStromaOfProstate', + 'LeftPosteromedialApicalPeripheralZoneOfProstate', + 'LeftPosterolateralMiddlePeripheralZoneOfProstate', + 'RightBasalAnteriorFibromuscularStromaOfProstate', + 'RightAnteriorBasalTransitionZoneOfProstate', + 'LeftAnteriorApicalTransitionZoneOfProstate', + 'LeftAnteriorBasalTransitionZoneOfProstate', + 'LeftPosteriorApicalTransitionZoneOfProstate', + 'RightPosterolateralBasalPeripheralZoneOfProstate', + 'LeftPosteriorMiddleTransitionZoneOfProstate', + 'LeftAnteriorMiddleTransitionZoneOfProstate', + 'LeftBasalAnteriorFibromuscularStromaOfProstate', + 'LeftPosteriorBasalTransitionZoneOfProstate', + 'RightAnteriorBasalPeripheralZoneOfProstate', + 'LeftMiddleAnteriorFibromuscularStromaOfProstate', + 'LeftPosterolateralApicalPeripheralZoneOfProstate', + 'RightSeminalVesicle', + 'LeftAnteriorApicalPeripheralZoneOfProstate', + 'CentralZoneOfRightHalfProstate', + 'RightPosteromedialMiddlePeripheralZoneOfProstate', + 'RightAnteriorMiddlePeripheralZoneOfProstate', + 'RightPosterolateralMiddlePeripheralZoneOfProstate', + 'LeftApicalAnteriorFibromuscularStromaOfProstate', + 'RightPosteromedialApicalPeripheralZoneOfProstate', + 'LeftSeminalVesicle', + 'RightAnteriorApicalPeripheralZoneOfProstate', + 'LeftAnteriorBasalPeripheralZoneOfProstate', + 'LeftPosterolateralBasalPeripheralZoneOfProstate', + 'RightMiddleAnteriorFibromuscularStromaOfProstate', + 'RightPosterolateralApicalPeripheralZoneOfProstate', + 'RightPosteriorBasalTransitionZoneOfProstate', + 'RightPosteriorMiddleTransitionZoneOfProstate', + 'RightAnteriorApicalTransitionZoneOfProstate', + 'RightPosteriorApicalTransitionZoneOfProstate', + 'LeftAnteriorMiddlePeripheralZoneOfProstate', + 'RightAnteriorMiddleTransitionZoneOfProstate']} + +name_for_cid[3416] = 'RespirationRhythms' +cid_concepts[3416] = \ +{'SCT': ['GaspingRespiration', + 'RespirationIntermittent', + 'AbnormalRespiratoryRhythm', + 'NormalRespiratoryRhythm', + 'IrregularBreathing']} + +name_for_cid[12287] = 'CardiacUltrasoundVentriclesFindingSites' +cid_concepts[12287] = \ +{'SCT': ['RightVentricle', 'LeftVentricle', 'CommonVentricle']} + +name_for_cid[7005] = 'ContributingEquipmentPurposesofReference' +cid_concepts[7005] = \ +{'DCM': ['PortableMediaImporterEquipment', + 'FilmDigitizer', + 'DeIdentifyingEquipment', + 'ModifyingEquipment', + 'EnhancedMultiFrameConversionEquipment', + 'FrameExtractingEquipment', + 'VideoTapeDigitizerEquipment', + 'ProcessingEquipment', + 'AcquisitionEquipment', + 'DocumentDigitizerEquipment']} + +name_for_cid[7455] = 'Sex' +cid_concepts[7455] = \ +{'DCM': ['MalePseudohermaphrodite', + 'UnknownSex', + 'UndeterminedSex', + 'Female', + 'MaleChangedToFemale', + 'AmbiguousSex', + 'Hermaphrodite', + 'OtherSex', + 'FemalePseudohermaphrodite', + 'Male', + 'FemaleChangedToMale']} + +name_for_cid[8124] = 'MicroscopyFilter' +cid_concepts[8124] = \ +{'DCM': ['NoFilter'], + 'SCT': ['BlueOpticalFilter', + 'NomarskiPrism', + 'GreenOpticalFilter', + 'HoffmanModulator', + 'CondenserAnnulus', + 'PolarizingOpticalFilter', + 'VioletOpticalFilter', + 'InfraredOpticalFilter', + 'DarkfieldStop', + 'RheinbergFilter', + 'UltravioletOpticalFilter', + 'DichroicBeamsplitter', + 'PhaseContrastPlate', + 'RedOpticalFilter', + 'DeSénarmontCompensator']} + +name_for_cid[6090] = 'RelativeUsage,ExposureAmount' +cid_concepts[6090] = \ +{'DCM': ['High', 'Medium', 'NoKnownExposure', 'Low']} + +name_for_cid[4107] = 'TracerKineticModelParameters' +cid_concepts[4107] = \ +{'DCM': ['', 'Vp', 'Ktrans', 'Kep', 'Ve']} + +name_for_cid[4042] = 'XA/XRFAnatomyImaged' +cid_concepts[4042] = \ +{'DCM': ['Phantom'], + 'SCT': ['SubclavianVein', + 'ExternalIliacArtery', + 'BoneOfLowerLimb', + 'TruncusCoeliacus', + 'BasilarArtery', + 'ParanasalSinus', + 'ApexOfRightVentricle', + 'WristJoint', + 'GenicularArtery', + 'LeftVentricleInflow', + 'CarotidArtery', + 'UmbilicalArtery', + 'PrimitiveAorta', + 'LeftVentricleOutflowTract', + 'RadialArtery', + 'RightFemoralArtery', + 'JawRegion', + 'LeftFemoralArtery', + 'Calcaneus', + 'Esophagus', + 'AntecubitalVein', + 'Mandible', + 'PatentDuctusArteriosus', + 'MesentericVein', + 'PulmonaryVein', + 'CoronaryArtery', + 'UpperLimb', + 'ExternalIliacVein', + 'CongenitalPulmonaryArteriovenousFistula', + 'DescendingAorta', + 'SubclavianArtery', + 'Maxilla', + 'OphthalmicArtery', + 'Hand', + 'BrachialVein', + 'Eye', + 'Chest', + 'Prostate', + 'ElbowJoint', + 'HepaticArtery', + 'FacialBones', + 'Sternum', + 'PeronealArtery', + 'NeckAndChest', + 'RightVentricleOutflowTract', + 'Duodenum', + 'SuperiorLeftPulmonaryVein', + 'BileDuct', + 'SystemicCollateralArteryToLung', + 'LumbarArtery', + 'PancreaticDuctAndBileDuctSystems', + 'ApexOfLeftVentricle', + 'Larynx', + 'FemoralArtery', + 'PulmonaryArtery', + 'Skull', + 'ThoracoLumbarSpine', + 'Urethra', + 'Head', + 'AcromioclavicularJoint', + 'CongenitalCoronaryArteryFistulaToRightVentricle', + 'PosteriorMedialTributary', + 'SternoclavicularJoint', + 'Breast', + 'EsophagusStomachAndDuodenum', + 'Neck', + 'Finger', + 'PulmonaryArteryConduit', + 'RightAtrium', + 'RightVentricle', + 'CommonVentricle', + 'Coccyx', + 'Abdomen', + 'HeadAndNeck', + 'TemporomandibularJoint', + 'HepaticVein', + 'PelvisAndLowerExtremities', + 'InternalMammaryArtery', + 'Bladder', + 'LargeIntestine', + 'Forearm', + 'Spine', + 'Foot', + 'NeckChestAndAbdomen', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'MuscleOfUpperLimb', + 'PosteriorTibialArtery', + 'FemoralVein', + 'RightAuricularAppendage', + 'Zygoma', + 'InnominateVein', + 'SuperficialFemoralArtery', + 'UterusAndFallopianTubes', + 'LowerLimb', + 'PosteriorCommunicationArtery', + 'JuxtaposedAtrialAppendage', + 'AorticArch', + 'VertebralColumnAndCranium', + 'Jejunum', + 'ChestAbdomenAndPelvis', + 'AbdominalAorta', + 'Heart', + 'TarsalJoint', + 'CephalicVein', + 'LingualArtery', + 'GastricVein', + 'CongenitalCoronaryArteryFistulaToRightAtrium', + 'Fibula', + 'OrbitalStructure', + 'InferiorCardiacVein', + 'Baffle', + 'LacrimalArtery', + 'OccipitalArtery', + 'SystemicVenousAtrium', + 'AnomalousPulmonaryVein', + 'CervicoThoracicSpine', + 'Femur', + 'Rectum', + 'AnteriorCardiacVein', + 'LeftAtrium', + 'CerebralArtery', + 'Scapula', + 'InferiorMesentericArtery', + 'GreatSaphenousVein', + 'CervicalSpine', + 'InternalCarotidArtery', + 'Ureter', + 'Sacrum', + 'SmallIntestine', + 'InternalAuditoryCanal', + 'SuperiorRightPulmonaryVein', + 'InferiorVenaCava', + 'RightPulmonaryArtery', + 'VenousNetwork', + 'CommonAtrium', + 'Humerus', + 'Ilium', + 'AorticFistula', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'NasalBone', + 'AnteriorTibialArtery', + 'TruncusArteriosusCommunis', + 'Artery', + 'CommonCarotidArtery', + 'OpticCanal', + 'Aorta', + 'SuperficialTemporalArtery', + 'MastoidBone', + 'Vein', + 'CongenitalCoronaryArteryFistulaToLeftVentricle', + 'NeckChestAbdomenAndPelvis', + 'Thigh', + 'ChestAndAbdomen', + 'InferiorRightPulmonaryVein', + 'Trachea', + 'BodyConduit', + 'AnkleJoint', + 'Mediastinum', + 'RightVentricleInflow', + 'MesentericArtery', + 'PoplitealArtery', + 'UpperUrinaryTract', + 'PulmonaryVenousAtrium', + 'Bronchus', + 'Pelvis', + 'SesamoidBonesOfFoot', + 'InternalIliacArtery', + 'PulmonaryChamberOfCorTriatriatum', + 'SuperiorVenaCava', + 'UlnarArtery', + 'LeftVentricle', + 'AnteriorSpinalArtery', + 'AbdomenAndPelvis', + 'SplenicVein', + 'Colon', + 'SubmandibularGland', + 'ThoracicSpine', + 'SaphenousVein', + 'Gallbladder', + 'InnominateArtery', + 'SplenicArtery', + 'RenalArtery', + 'UpperArm', + 'Extremity', + 'FacialArtery', + 'AzygosVein', + 'BrachialArtery', + 'HipJoint', + 'Rib', + 'BoneOfUpperLimb', + 'Clavicle', + 'ParotidGland', + 'CommonFemoralArtery', + 'Stomach', + 'AnteriorCommunicatingArtery', + 'CongenitalCoronaryArteryFistulaToLeftAtrium', + 'ThoracicAorta', + 'CoronarySinus', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'ApexOfLung', + 'Ileum', + 'Knee', + 'VertebralArtery', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'InternalJugularVein', + 'EyeRegion', + 'LacrimalArteryOfRightEye', + 'LumboSacralSpine', + 'SacroiliacJoint', + 'Anus', + 'UmbilicalVein', + 'EntireBody', + 'CommonIliacVein', + 'Thumb', + 'LumbarSpine', + 'GreatCardiacVein', + 'PrimitivePulmonaryArtery', + 'SellaTurcica', + 'PortalVein', + 'InferiorLeftPulmonaryVein', + 'LowerLeg', + 'RenalVein', + 'BoydPerforatingVein', + 'CommonIliacArtery', + 'Toe', + 'Shoulder', + 'LeftAuricularAppendage', + 'MuscleOfLowerLimb', + 'AscendingAorta', + 'HunterianPerforatingVein', + 'ProfundaFemorisArtery', + 'AxillaryVein', + 'Patella', + 'OccipitalVein', + 'DoddPerforatingVein']} + +name_for_cid[12116] = 'VesselSegmentModifiers' +cid_concepts[12116] = \ +{'NCIt': ['Middle'], + 'SCT': ['Distal', 'Proximal', 'DilatedPortionOfSegment', 'OriginOfVessel']} + +name_for_cid[3011] = 'ElectrophysiologyAnatomicLocations' +cid_concepts[3011] = \ +{'SCT': ['GreatCardiacVein', + 'LateralHighRightAtrium', + 'LowRightAtrium', + 'RightVentricleInflow', + 'InferiorLeftPulmonaryVein', + 'ApexOfRightVentricle', + 'SuperiorRightPulmonaryVein', + 'PurkinjeFibers', + 'LeftPosteriorDivisionOfLeftBranchAtrioventricularBundle', + 'MitralRing', + 'RightAtrium', + 'LeftVentricleInflow', + 'RightVentricle', + 'LeftVentricle', + 'CommonVentricle', + 'MiddleCardiacVein', + 'PulmonicRing', + 'CoronarySinus', + 'HighRightAtrium', + 'AtrioventricularNode', + 'LeftVentricleOutflowTract', + 'MidRightAtrium', + 'TricuspidRing', + 'RightVentricleOutflowTract', + 'TendonOfTodaro', + 'SuperiorLeftPulmonaryVein', + 'LeftAuricularAppendage', + 'Epicardium', + 'RightBranchOfAtrioventricularBundle', + 'AccessoryAtrioventricularBundle', + 'ApexOfLeftVentricle', + 'OstiumOfCoronarySinus', + 'RightAtrioventricularOstium', + 'LeftAnteriorDivisionOfLeftBranchAtrioventricularBundle', + 'LeftAtrium', + 'PulmonaryVein', + 'InferiorRightPulmonaryVein', + 'LeftBranchOfAtrioventricularBundle', + 'RightAuricularAppendage', + 'AtrioventricularBundle', + 'SinoAtrialNode']} + +name_for_cid[3441] = 'PatientAssessments' +cid_concepts[3441] = \ +{'LN': ['RespirationRhythm', 'CardiacRhythm'], + 'SCT': ['RespirationAssessment', + 'PatientMentalStateAssessment', + 'SkinConditionAssessment']} + +name_for_cid[3206] = 'NoninvasiveCardiacImagingProcedures' +cid_concepts[3206] = \ +{'SCT': ['SPECT', + 'PETHeartStudy', + 'CardiacBloodPoolImaging', + 'NuclearMedicineCardiovascularStudy', + 'CardiacMRI', + 'Echocardiography']} + +name_for_cid[6004] = 'MammographyCharacteristicsofShape' +cid_concepts[6004] = \ +{'SCT': ['Lobular', 'RoundShape', 'Irregular', 'OvoidShapeOval']} + +name_for_cid[7300] = 'ImplantMaterials' +cid_concepts[7300] = \ +{'SCT': ['Polymer', + 'CarbonFiber', + 'StainlessSteelMaterial', + 'GoldAlloy', + 'NickelTitanium']} + +name_for_cid[10015] = 'CTDoseReferenceAuthorities' +cid_concepts[10015] = \ +{'DCM': ['ICRPPub60', 'ICRPPub103']} + +name_for_cid[3713] = 'TIMIFlowCharacteristics' +cid_concepts[3713] = \ +{'SCT': ['_1PenetrationWithoutPerfusion', + '_2PartialPerfusion', + '_3CompletePerfusion', + '_0NoPerfusion']} + +name_for_cid[6141] = 'AttenuationCoefficientMeasurements' +cid_concepts[6141] = \ +{'DCM': ['StandardDeviationOfAttenuationCoefficient', + 'AttenuationCoefficient', + 'MinimumAttenuationCoefficient', + 'MaximumAttenuationCoefficient', + 'MeanAttenuationCoefficient', + 'MedianAttenuationCoefficient']} + +name_for_cid[12301] = 'MeasurementSelectionReasons' +cid_concepts[12301] = \ +{'DCM': ['MostRecentValueChosen', 'MeanValueChosen', 'UserChosenValue'], + 'SCT': ['Minimum', 'Maximum']} + +name_for_cid[7479] = 'GreyLevelDistanceZoneBasedFeatures' +cid_concepts[7479] = \ +{} + +name_for_cid[7183] = 'AbstractMultidimensionalImageModelDimensionUnits' +cid_concepts[7183] = \ +{'UCUM': ['Millimeter', + 'Radian', + 'Degree', + 'Centimeter', + 'Micrometer', + 'Millisecond', + 'Second']} + +name_for_cid[4255] = 'VisualFieldIlluminationColor' +cid_concepts[4255] = \ +{'SCT': ['Yellow', 'Red', 'White', 'Blue', 'Green']} + +name_for_cid[9522] = 'MultiSourceRadiotherapyProcedureTechniques' +cid_concepts[9522] = \ +{'DCM': ['MultipleFixedSources']} + +name_for_cid[12244] = 'CongenitalFindingSites' +cid_concepts[12244] = \ +{'SCT': ['AtrialSeptalDefect', 'VentricularSeptalDefect']} + +name_for_cid[6053] = 'BreastImagingReportElements' +cid_concepts[6053] = \ +{'DCM': ['ProcedureReported', + 'Conclusion', + 'PhysicalExaminationResults', + 'Recommendation', + 'ReasonForProcedure', + 'ComparisonToPreviousExams', + 'OverallAssessment', + 'Impression', + 'Finding'], + 'SCT': ['BreastComposition']} + +name_for_cid[6403] = 'NonlesionObjectTypeTissues' +cid_concepts[6403] = \ +{'SCT': ['ScarTissue']} + +name_for_cid[6116] = 'MuscularAnatomy' +cid_concepts[6116] = \ +{'SCT': ['SternocleidomastoidMuscle', + 'ErectorSpinaeMuscle', + 'ExternalIntercostalMuscle', + 'PectoralisMajorMuscle', + 'InfraspinatusMuscle', + 'Diaphragm', + 'LevatoresCostarumMuscles', + 'SubcostalMuscle', + 'SubscapularisMuscle', + 'TransversusThoracis', + 'DeltoidMuscle', + 'InterventricularSeptum', + 'TrapeziusMuscle', + 'InternalIntercostalMuscle', + 'InnermostIntercostalMuscles', + 'TeresMajorMuscle', + 'SpinalisMuscle', + 'PectoralisMinorMuscle', + 'ChordaeTendineaeCordis', + 'InteratrialSeptum', + 'ScalenousAnteriorMuscle', + 'TeresMinorMuscle', + 'LatissimusDorsiMuscle', + 'TrabeculaeCarnae', + 'IliocostalisMuscle', + 'LongissimusMuscle', + 'SerratusAnteriorMuscle', + 'SupraspinatusMuscle']} + +name_for_cid[3744] = 'EFTestingMethod' +cid_concepts[3744] = \ +{'SCT': ['CardiacVentriculography', + 'RadionuclideVentriculography', + 'Echocardiography']} + +name_for_cid[61] = 'TimeRelativetoProcedure' +cid_concepts[61] = \ +{'SCT': ['AfterProcedure', 'BeforeProcedure', 'DuringProcedure']} + +name_for_cid[7707] = 'SpinalCordFibers' +cid_concepts[7707] = \ +{'SCT': ['LateralFuniculus', 'DorsalFuniculus', 'VentralFuniculus']} + +name_for_cid[1000] = 'CTTransversePlaneReferenceBasis' +cid_concepts[1000] = \ +{'DCM': ['AcquiredVolume'], + 'FMA': ['Nasion'], + 'SCT': ['KneeJoint', + 'TemporalBone', + 'Sacrum', + 'LevelOfL1L2IntervertebralDisc', + 'ApexOfHeart', + 'SternoclavicularJoint', + 'LevelOfT7T8IntervertebralDisc', + 'OrthopedicDevice', + 'C1Vertebra', + 'LevelOfC5C6IntervertebralDisc', + 'WristJoint', + 'LevelOfT11T12IntervertebralDisc', + 'Ischium', + 'Diaphragm', + 'LevelOfT3T4IntervertebralDisc', + 'CarotidArtery', + 'LevelOfT2T3IntervertebralDisc', + 'Talus', + 'FemoralHead', + 'MaxillarySinus', + 'LevelOfT10T11IntervertebralDisc', + 'MalleolarStructureOfTibia', + 'LevelOfT6T7IntervertebralDisc', + 'LevelOfC2C3IntervertebralDisc', + 'Mandible', + 'Metacarpal', + 'Foot', + 'CommonIliacArteryBifurcation', + 'LevelOfC6C7IntervertebralDisc', + 'MastoidBone', + 'XiphoidProcess', + 'Acetabulum', + 'LevelOfL4L5IntervertebralDisc', + 'ForamenMagnum', + 'AnkleJoint', + 'LevelOfL5S1IntervertebralDisc', + 'LevelOfT9T10IntervertebralDisc', + 'Lung', + 'LevelOfT5T6IntervertebralDisc', + 'PituitaryFossa', + 'LevelOfL3L4IntervertebralDisc', + 'SymphysisPubis', + 'LevelOfT12L1IntervertebralDisc', + 'TibialPlateau', + 'LesserTrochanter', + 'AorticArch', + 'Carina', + 'LevelOfC3C4IntervertebralDisc', + 'Heart', + 'Toe', + 'ShoulderRegionStructure', + 'ElbowJoint', + 'MorphologicallyAbnormalStructure', + 'LateralCanthus', + 'Sternum', + 'ThoracicInlet', + 'IliacCrest', + 'OrbitalStructure', + 'LevelOfT8T9IntervertebralDisc', + 'LevelOfL2L3IntervertebralDisc', + 'HipJoint', + 'LevelOfC7T1IntervertebralDisc', + 'LevelOfC4C5IntervertebralDisc', + 'MastoidCellsAndAntra', + 'SuprasternalNotch', + 'FrontalSinus', + 'CardiacPacemaker', + 'Skull', + 'Pancreas', + 'LevelOfT4T5IntervertebralDisc', + 'InternalAuditoryMeatus', + 'Liver', + 'LevelOfT1T2IntervertebralDisc', + 'CoronaryArteryGraft', + 'ExternalAuditoryMeatus', + 'VertexOfHead', + 'Scapula', + 'Patella', + 'Kidney', + 'AdrenalGland', + 'StentDevice', + 'AcromioclavicularJoint', + 'Scaphoid', + 'ImplantDevice']} + +name_for_cid[4202] = 'OphthalmicPhotographyAcquisitionDevice' +cid_concepts[4202] = \ +{'SCT': ['FundusCamera', + 'SlitLampBiomicroscope', + 'DirectOphthalmoscope', + 'OphthalmicEndoscope', + 'ScanningLaserOphthalmoscope', + 'Keratoscope', + 'ExternalCamera', + 'Pupillograph', + 'IndirectOphthalmoscope', + 'SpecularMicroscope', + 'OperatingMicroscope']} + +name_for_cid[632] = 'PhaseofSurgicalProcedureRequiringAnesthesia' +cid_concepts[632] = \ +{'SCT': ['Intraoperative', 'Preoperative', 'Postoperative']} + +name_for_cid[3528] = 'BloodpH' +cid_concepts[3528] = \ +{'LN': ['BloodPh', 'VenousBloodPh', 'ArterialBloodPh']} + +name_for_cid[3482] = 'IVUSAreaMeasurements' +cid_concepts[3482] = \ +{'DCM': ['InStentNeointimalCrossSectionalArea', + 'EEMCrossSectionalArea', + 'PlaquePlusMediaCrossSectionalArea'], + 'SCT': ['VesselLumenCrossSectionalArea', 'StentCrossSectionalArea']} + +name_for_cid[3617] = 'ValveFlows' +cid_concepts[3617] = \ +{'SCT': ['DerivedFlowNonValve', + 'AorticValveFlow', + 'MitralValveFlow', + 'TricuspidValveFlow', + 'PulmonaryValveFlow']} + +name_for_cid[6045] = 'MammographyTypesofQualityControlStandard' +cid_concepts[6045] = \ +{'DCM': ['InstitutionallyDefinedQualityControlStandard', + 'MammographyQualityControlManual1999ACR', + 'Title21CFRSection900SubpartB']} + +name_for_cid[3752] = 'GuidewireCrossing' +cid_concepts[3752] = \ +{'DCM': ['GuidewireCrossingLesionSuccessful', + 'GuidewireCrossingLesionUnsuccessful']} + +name_for_cid[6100] = 'ChestComponentCategories' +cid_concepts[6100] = \ +{'DCM': ['Bronchovascular', 'Osseous'], + 'SCT': ['Lung', + 'Mediastinum', + 'Heart', + 'PleuralStructure', + 'SystemicVascularStructure', + 'Muscular']} + +name_for_cid[624] = 'InhalationalAnesthesiaAgentsforSmallAnimalAnesthesia' +cid_concepts[624] = \ +{'SCT': ['Chloroform', + 'Isoflurane', + 'Methoxyflurane', + 'Enflurane', + 'DiethylEther', + 'CarbonDioxide', + 'Desflurane', + 'Halothane', + 'Sevoflurane', + 'NitrousOxide']} + +name_for_cid[4214] = 'OphthalmicHorizontalDirections' +cid_concepts[4214] = \ +{'SCT': ['Inward', 'Outward']} + +name_for_cid[3494] = 'IVUSNonMorphologicalFindings' +cid_concepts[3494] = \ +{'DCM': ['TrueLumen'], + 'SCT': ['ArterialBloodStasis', + 'AcquiredIncompleteStentApposition', + 'IncompleteStentApposition']} + +name_for_cid[12205] = 'EchocardiographyLeftAtrium' +cid_concepts[12205] = \ +{'LN': ['LeftAtriumAreaA4CView', + 'LeftAtriumToAorticRootRatio', + 'HeartRate', + 'LeftAtrialAppendagePeakVelocity', + 'LeftAtriumAnteroPosteriorSystolicDimension'], + 'SCT': ['LeftAtriumSystolicVolume']} + +name_for_cid[6012] = 'CalcificationDistributionModifier' +cid_concepts[6012] = \ +{'DCM': ['CalcificationsWithinAMass', 'CalcificationsOutsideOfAMass'], + 'SCT': ['SegmentalCalcificationDistribution', + 'LinearCalcificationDistribution', + 'RegionalCalcificationDistribution', + 'DiffuseCalcificationDistribution', + 'GroupedCalcificationDistribution']} + +name_for_cid[3210] = 'SpeedofResponse' +cid_concepts[3210] = \ +{'SCT': ['Normal', 'Blunted', 'Accentuated']} + +name_for_cid[3640] = 'Hypertension' +cid_concepts[3640] = \ +{'SCT': ['PulmonaryHypertension', 'SystemicArterialHypertension']} + +name_for_cid[6157] = 'Vascularity' +cid_concepts[6157] = \ +{'DCM': ['VascularityNotPresent', + 'VascularityNotAssessed', + 'VascularityPresentInLesion', + 'VascularityPresentImmediatelyAdjacentToLesion', + 'DiffuselyIncreasedVascularityInSurroundingTissue']} + +name_for_cid[3705] = 'ChamberSize' +cid_concepts[3705] = \ +{'SCT': ['MarkedlyEnlargedCardiacChamber', + 'MildlyEnlargedCardiacChamber', + 'AbnormallySmallCardiacChamber', + 'ModeratelyEnlargedCardiacChamber', + 'NormalSizeCardiacChamber']} + +name_for_cid[20] = 'PatientOrientationModifier' +cid_concepts[20] = \ +{'SCT': ['CurledUp', + 'SemiProne', + 'Anatomical', + 'Supine', + 'LateralDecubitus', + 'KneeChest', + 'Kneeling', + 'Lithotomy', + 'Prone', + 'Standing', + 'LeftLateralDecubitus', + 'StoopedOver', + 'RightLateralDecubitus', + 'InverseTrendelenburg', + 'Sitting', + 'Frog', + 'Trendelenburg', + 'Lordotic']} + +name_for_cid[10003] = 'EquipmentPlaneIdentification' +cid_concepts[10003] = \ +{'DCM': ['AllPlanes', 'PlaneA', 'PlaneB', 'SinglePlane']} + +name_for_cid[4243] = 'OphthalmicQualityMetricType' +cid_concepts[4243] = \ +{'DCM': ['StandardDeviationOfMeasurementsUsed', 'SignalToNoiseRatio']} + +name_for_cid[223] = 'NormalRangeValues' +cid_concepts[223] = \ +{'SCT': ['NormalRangeLowerLimit', 'NormalRangeUpperLimit']} + +name_for_cid[7195] = 'FunctionSegmentationPropertyTypes' +cid_concepts[7195] = \ +{'SCT': ['Perfusion']} + +name_for_cid[7480] = 'Breed' +cid_concepts[7480] = \ +{'SCT': ['CanastrãoPigBreed', + 'FrenchArdennaisHorseBreed', + 'CanadianDurocPigBreed', + 'CriouloHorseBreed', + 'AvetonouCattleBreed', + 'Spaniel', + 'KigeziCattleBreed', + 'HuazhongTwoEndBlackSatzelingPigBreed', + 'CoopworthSheepBreed', + 'RatTerrierDogBreed', + 'MixedBreedDog', + 'AustralianBrafordXZebuCattleBreed', + 'EskimoDog', + 'SouthMalawiZebuCattleBreed', + 'TropicalDairyCattleCattleBreed', + 'CorsicanGoatBreed', + 'ShropshireSheepBreed', + 'KirgizHorseBreed', + 'LaoshanPigBreed', + 'SanMartineroCattleBreed', + 'ClunForestSheepBreed', + 'PapillonDog', + 'HrbineckyCattleBreed', + 'SeshagaCattleBreed', + 'WirehairStyrianMountainDogBreed', + 'PerianganHorseBreed', + 'ScottishDeerhound', + 'MurgeseHorseBreed', + 'UmblacheryCattleBreed', + 'ToggenburgGoatBreed', + 'SarabiCattleBreed', + 'CalabrianHorseBreed', + 'Dalland020PigBreed', + 'GeorgianMountainCattleBreed', + 'GasaraCattleBreed', + 'StandardDachshundDogBreed', + 'AfghanHound', + 'BelgianHalfbloodHorseBreed', + 'MonarchPigBreed', + 'IstrianPramenkaSheepBreed', + 'ShilohShepherdDogBreed', + 'BaluchiSheepBreed', + 'RostovPigBreed', + 'NormanzuXZebuCattleBreed', + 'TaishuhHorseBreed', + 'CubanPasoHorseBreed', + 'SchwyzZeboidXZebuCattleBreed', + 'UralBlackPiedCattleBreed', + 'LonghornCowBreed', + 'ConnemaraPonyHorseBreed', + 'GermanSpanielDogBreed', + 'OuessantSheepBreed', + 'AustralianBrumbyHorseBreed', + 'NorthSwedishHorseHorseBreed', + 'DanishRedPiedCattleBreed', + 'EnglishHunterHorseBreed', + 'AmericanBuckskinHorseBreed', + 'ChinPigBreed', + 'SouthAfricanBrownSwissCattleBreed', + 'SmallEastAfricanZebuCattleBreed', + 'BraccoItalianoDogBreed', + 'NurasCattleBreed', + 'IlocosCattleBreed', + 'CriolloSheepBreed', + 'AmericanBerkshirePigBreed', + 'NorthSwedishTrotterHorseBreed', + 'AmericanLandracePigBreed', + 'LantangPigBreed', + 'MangalargaPaulistaHorseBreed', + 'JiaoxiPigBreed', + 'ItalianRedPiedCattleBreed', + 'WakwaCattleBreed', + 'YugoslavianHoundDogBreed', + 'MiniatureZebuCattleBreed', + 'IrishWolfhound', + 'SmoothFoxTerrierDogBreed', + 'GermanBerkshirePigBreed', + 'VyatkaHorseBreed', + 'BielleseSheepBreed', + 'OldFormatWelshCorgiDogBreed', + 'HinisHorseBreed', + 'PolledLincolnRedCattleBreed', + 'BeijingBlackPiedCattleBreed', + 'WirehairedPointingGriffonDog', + 'ChaparGoatBreed', + 'LöwchenDogBreed', + 'DairyZebuOfUberabaCattleBreed', + 'AmericanCockerSpanielDogBreed', + 'PhilippineNativeIlocosPigBreed', + 'TouabireSheepBreed', + 'KhurasaniZebuCattleBreed', + 'YujiangPigBreed', + 'HampshireSheepBreed', + 'RhoenschafSheepBreed', + 'LeopardCurDogBreed', + 'HeilongjiangSpottedPigBreed', + 'MeishanPigBreed', + 'IcelandicHorseBreed', + 'SiberianHuskie', + 'CachenaCattleBreed', + 'ThraceCattleBreed', + 'BritishWhiteCattleBreed', + 'SlovakWarmbloodHorseBreed', + 'DachshundMiniatureDogBreed', + 'BoarPowerPig59PigBreed', + 'OrobicaGoatBreed', + 'GlenOfImaalTerrierDogBreed', + 'AlpineChamoiseeGoatBreed', + 'SwaledaleSheepBreed', + 'KirhizDogBreed', + 'GentileDiPugliaSheepBreed', + 'BelgianLaekenDog', + 'TunisSheepBreed', + 'HunterHorseBreed', + 'SanPierrePigBreed', + 'KarakulSheepBreed', + 'AmericanPaintHorseBreed', + 'DamaraCattleBreed', + 'COOPELSO93CattleBreed', + 'KaghaniGoatBreed', + 'LipizzanerHorseBreed', + 'AzerbaijanZebuCattleBreed', + 'CasertanaPigBreed', + 'DobrogeaBlackPigBreed', + 'GermanWhiteheadedMuttonSheepBreed', + 'Line32PigBreed', + 'LucernaCattleBreed', + 'BassetArtésianNormandDogBreed', + 'LaguneCattleBreed', + 'YonaguniHorseBreed', + 'AostaRedPiedCattleBreed', + 'WenshanCattleBreed', + 'JapanesePointerDogBreed', + 'BritishBlueCatBreed', + 'NiloPigBreed', + 'PonwarCattleBreed', + 'SL96PigBreed', + 'DutchBeltedCattleBreed', + 'PomeranianDog', + 'VestlandRedPolledCattleBreed', + 'BrafordXZebuCattleBreed', + 'FineMerinoSheepBreed', + 'CavallinoPigBreed', + 'FinnhorseDraftHorseBreed', + 'PyreneanMastiffDogBreed', + 'LaManchaGoatBreed', + 'GasconCattleBreed', + 'AustralianTerrier', + 'BedlingtonTerrier', + 'NamibDesertHorseHorseBreed', + 'DutchDraftHorseBreed', + 'PartiColorCockerSpanielDogBreed', + 'BelgianGriffonRoughDogBreed', + 'CasanarenoCattleBreed', + 'JapaneseChinDog', + 'KemerovoPigBreed', + 'RussianHeavyDraftHorseBreed', + 'WestHighlandWhiteTerrier', + 'PolledSussexCattleBreed', + 'ShakhansurriCattleBreed', + 'GordonSetterDogBreed', + 'AuxoisHorseBreed', + 'CanadianLandracePigBreed', + 'PoitouMuleProducerHorseBreed', + 'IrishTerrier', + 'DingoDogBreed', + 'EastAndSoutheastAnadoluHorseBreed', + 'WhitebredShorthornCattleBreed', + 'LesserCaucasusCattleBreed', + 'ToroCattleBreed', + 'BasutoCattleBreed', + 'BrownSwissCowBreed', + 'BeagleElizabethanDogBreed', + 'BalkhiSheepBreed', + 'SuksunCattleBreed', + 'EnglishShepherdDogBreed', + 'IsraeliHolsteinCattleBreed', + 'SaintBernardLongHairedDogBreed', + 'YorkshireTerrier', + 'EpagneulPontAudemerDogBreed', + 'BalinesePigBreed', + 'MirgorodPigBreed', + 'BergerShetlandDogBreed', + 'IndoBrazilianCattleBreed', + 'CholistaniSheepBreed', + 'YananPigBreed', + 'CroatianRedCattleBreed', + 'KangayamCattleBreed', + 'CharolaisCattleBreed', + 'Terrier', + 'SarPlaninaSheepBreed', + 'TurkomanHorseBreed', + 'GoleCattleBreed', + 'KaranSwissXZebuCattleBreed', + 'SardinianCattleBreed', + 'EurolinePigBreed', + 'JutlandHorseBreed', + 'VerataGoatBreed', + 'KoreanImprovedPigBreed', + 'EdelschweinPigBreed', + 'PenArLan77PigBreed', + 'LimpurgerCattleBreed', + 'MurcianCattleBreed', + 'LokaiHorseBreed', + 'ColoredBullTerrierDogBreed', + 'EasternNuerCattleBreed', + 'BrahmaCowBreed', + 'GriffonFauveDeBretegneDogBreed', + 'MurcianaGranadinaGoatBreed', + 'AlistanaSanabresaCattleBreed', + 'MalteseCatBreed', + 'HerefordPigBreed', + 'EvolèneCattleBreed', + 'TropicalXZebuCattleBreed', + 'VerzascaGoatBreed', + 'CerbatHorseBreed', + 'CharnequeriaGoatBreed', + 'MandiPigBreed', + 'MagalCattleBreed', + 'PolesianPigBreed', + 'WelshSpringerSpanielDogBreed', + 'TerskHorseBreed', + 'AustralianMilkingZebuXZebuCattleBreed', + 'AriégeoisPonyHorseBreed', + 'MixedBreedChicken', + 'FleuveHorseBreed', + 'GermanLonghairedPointerDogBreed', + 'OropaCattleBreed', + 'PigghamPigBreed', + 'BrazilianSomaliSheepBreed', + 'AnadoluHorseBreed', + 'KoreanBlackCattleBreed', + 'CatalinaIslandPigBreed', + 'BergerDePyreneesDogBreed', + 'LonghairedManx', + 'EnderbyIslandCattleBreed', + 'AnatolianBlackCattleBreed', + 'ZnamenskCattleBreed', + 'SumbaHorseBreed', + 'XinjiangWhitePigBreed', + 'ToronkeCattleBreed', + 'EnglishToyTerrierDogBreed', + 'EastFriesianSheepBreed', + 'JemJemZebuCattleBreed', + 'BoarPowerPig747PigBreed', + 'BakosiPigBreed', + 'NamaCattleBreed', + 'HungarianGrayCattleBreed', + 'HissarCattleBreed', + 'EstonianHoundDogBreed', + 'CalabrianCattleBreed', + 'RedPollCowBreed', + 'Camborough15PigBreed', + 'PresticePigBreed', + 'PriobHorseBreed', + 'LohiSheepBreed', + 'ChartPolskiDogBreed', + 'BrazilianDairyHybridXZebuCattleBreed', + 'KleenLeenWhitePigBreed', + 'CabanninaCattleBreed', + 'TurkishBrownCattleBreed', + 'BritishAppaloosaHorseBreed', + 'KabyleCattleBreed', + 'DøleHorseBreed', + 'AmericanBobtailCatBreed', + 'VizslaSuperbreedDogBreed', + 'AztecaHorseBreed', + 'TransylvanianHoundDogBreed', + 'BlackForestHoundDogBreed', + 'SouthSuffolkSheepBreed', + 'HorroCattleBreed', + 'SprecaCattleBreed', + 'BragadoDoSorraiaCattleBreed', + 'LithuanianRedCattleBreed', + 'BelgianTervurenDog', + 'BreitovPigBreed', + 'RahvanHorseBreed', + 'CantonesePigBreed', + 'VietnamesePigBreed', + 'PhilippineNativePigBreed', + 'SwedishLapphundDogBreed', + 'AbyssinianShorthornedZebuCattleBreed', + 'JidduCattleBreed', + 'SouthRussianOvcharkaDogBreed', + 'CharaHorseHorseBreed', + 'SovietMeatPigBreed', + 'ChantillyTiffanyCatBreed', + 'MerinolandschafSheepBreed', + 'CaldeanoCattleBreed', + 'AmericanSaddlebredHorseBreed', + 'BardigianoHorseBreed', + 'ThuringianGoatBreed', + 'SpitiHorseBreed', + 'GrayAlpineCattleBreed', + 'AndalusianBlackCattleBreed', + 'BritishLopPigBreed', + 'AmericanEskimoToyDogBreed', + 'MarchigianaCowBreed', + 'YorkshireCoachHorseBreed', + 'AradoCattleBreed', + 'LleynSheepBreed', + 'GolpayeganiCattleBreed', + 'PinzhouCattleBreed', + 'ArmantDogBreed', + 'SmallWhitePigBreed', + 'PonyHorseBreed', + 'AngloFrancaisDePetitVenerieDogBreed', + 'RottalHorseBreed', + 'PixieBobCatBreed', + 'GuineaHogPigBreed', + 'CalasparrenaCattleBreed', + 'WestAfricanDwarfSheepBreed', + 'RätienGrayCattleBreed', + 'SinoVietnamesePigBreed', + 'RomanianLargeWhitePigBreed', + 'KhorsanCattleBreed', + 'CornishRexCatBreed', + 'KabardaHorseBreed', + 'KisantuCattleBreed', + 'JabeHorseBreed', + 'SelkirkRexCatBreed', + 'EnglishCoonhoundDogBreed', + 'BritishAlpineGoatBreed', + 'MazandaraniCattleBreed', + 'PagliarolaSheepBreed', + 'OldDanishBirdDogBreed', + 'BelgianBlueCattleBreed', + 'HattonXZebuCattleBreed', + 'NewfoundlandPonyHorseBreed', + 'RomanianBrownCattleBreed', + 'FinnishAyrshireCattleBreed', + 'LiangGuangSmallSpottedLuchuanPigBreed', + 'YemeniHorsesHorseBreed', + 'WallisCountrySheepBreed', + 'CotswoldGoldPigBreed', + 'MudiDogBreed', + 'BorneoZebuCattleBreed', + 'DBIPigBreed', + 'SchwerfurtMeatPigBreed', + 'ErlunchunHorseBreed', + 'BelgianWolfhoundDogBreed', + 'MukotaPigBreed', + 'GuzeratCattleBreed', + 'DerbyshireGritstoneSheepBreed', + 'CampanianBarbarySheepBreed', + 'SykiaCattleBreed', + 'ChifordCattleBreed', + 'KhevsurianCattleBreed', + 'ZanzibarZebuCattleBreed', + 'FloridaCrackerHorseBreed', + 'ModicanaLowlandCattleBreed', + 'BorderTerrier', + 'MixedBreedPig', + 'SwissWarmbloodHorseBreed', + 'GiantSchnauzerDogBreed', + 'NavajoChurroSheepBreed', + 'NorwichTerrier', + 'JamaicaHopeXZebuCattleBreed', + 'NewForestPonyHorseBreed', + 'ItalianGreyhound', + 'BlondeDAquitaineCowBreed', + 'SlovakianWhitePigBreed', + 'BelgiumLandracePigBreed', + 'CalascibettaPigBreed', + 'AdaevHorseBreed', + 'MiniatureSchnauzerDogBreed', + 'ChinoSantandereanoCattleBreed', + 'AmericanBulldogBreed', + 'RussianWhiteGoatBreed', + 'MixedBreedCattle', + 'BapediCattleBreed', + 'BeltsvillePigBreed', + 'CaspianHorseBreed', + 'PolishMarshPigBreed', + 'PoodleSuperbreedDogBreed', + 'ZlotnikiSpottedPigBreed', + 'RomanianNativeStocliPigBreed', + 'NelloreCowBreed', + 'GermanBlackheadedMuttonSheepBreed', + 'JindoDogBreed', + 'HainanTunchangPigBreed', + 'BelgianStreetDogBreed', + 'AustralianMistCatBreed', + 'AsturianValleyCattleBreed', + 'CãoDeCastroLaboreiroDogBreed', + 'ArouquesaCattleBreed', + 'DesFossesCommunesDeLOuestGoatBreed', + 'BoarPowerPig616PigBreed', + 'CiritHorseBreed', + 'CamargueCattleBreed', + 'LinebackCattleBreed', + 'DKPig61PigBreed', + 'BameiPigBreed', + 'CoPigBreed', + 'GambianNDamaXZebuCattleBreed', + 'YanbianCattleBreed', + 'TajmaCattleBreed', + 'DnepropetrovskPigBreed', + 'AbigarCattleBreed', + 'HeilongkaingHorseBreed', + 'LargePolishLongEaredPigBreed', + 'MurrayGrayCattleBreed', + 'HanoverianHoundDogBreed', + 'ResavaPigBreed', + 'AsturianTarpanHorseXDomesticHorseBreed', + 'SomaliCat', + 'PuertoRicanCriolloCattleBreed', + 'PerdigueiroPortugueseDogBreed', + 'NorwegianForestCatBreed', + 'AidiDogBreed', + 'DalmatianDog', + 'BassetFauveDeBretagneDogBreed', + 'RackaSheepBreed', + 'BlacksidedTrondheimAndNorlandCattleBreed', + 'BolivianPigBreed', + 'AmericanTrotterHorseBreed', + 'NorwegianLandracePigBreed', + 'UjumqinCattleBreed', + 'DamaniGoatBreed', + 'EnglishHackHorseBreed', + 'RyelandSheepBreed', + 'NorthSomaliZebuCattleBreed', + 'Cotswold90PigBreed', + 'BelgianMalinoisDog', + 'KushumHorseBreed', + 'PeacockGoatBreed', + 'ThaiBinhPigBreed', + 'TharparkarCattleBreed', + 'ChamoiseeGoatBreed', + 'PomeranianPigBreed', + 'KholmogoryCattleBreed', + 'DhanniCattleBreed', + 'EastMacedonianCattleBreed', + 'SwedishVallhundDogBreed', + 'BombayCat', + 'BlueTickCoonhoundDogBreed', + 'TanzanianZebuCattleBreed', + 'PindosPonyHorseBreed', + 'TawleedHorseBreed', + 'GuangxiWhitePigBreed', + 'ChienFrançaisBlancEtOrangeDogBreed', + 'PankotaRedCattleBreed', + 'SwedishFurSheepBreed', + 'TaraiCattleBreed', + 'BarbariGoatBreed', + 'KarachaiHorseBreed', + 'RaadPigBreed', + 'BretonBlackPiedCattleBreed', + 'CanastrãoVermelhoPigBreed', + 'MustangHorseBreed', + 'ItalianLandracePigBreed', + 'CzechoslovakianSmallRidingHorseHorseBreed', + 'PesterCattleBreed', + 'DanubianHorseBreed', + 'IbanPigBreed', + 'PalmeraCattleBreed', + 'LaviniaXZebuCattleBreed', + 'BurmeseCat', + 'CanadianSportHorseHorseBreed', + 'MalviCattleBreed', + 'FrenchGuardDogBreed', + 'HampshirePigBreed', + 'DevonRexCatBreed', + 'MaryutiCattleBreed', + 'NarymHorseBreed', + 'AlaTauCattleBreed', + 'GalicenoHorseBreed', + 'GüssingForestPigPigBreed', + 'KangarooIslandPigBreed', + 'KyogaCattleBreed', + 'OwczarekPodhalandskiDogBreed', + 'LundyPonyHorseBreed', + 'BosTaurusIndicusCowBreed', + 'NoniusHorseBreed', + 'WessexSaddlebackPigBreed', + 'MezenHorseBreed', + 'QinchuanCattleBreed', + 'MampatiCattleBreed', + 'BullTerrier', + 'SpanishAmericanHorseHorseBreed', + 'FrijolilloCattleBreed', + 'ZlotnikiWhitePigBreed', + 'WeisseHornloseHeidschnuckeSheepBreed', + 'XinjinJilinBlackPigBreed', + 'ChiTerrierDogBreed', + 'SonValleyCattleBreed', + 'ScottishHighlandCowBreed', + 'BenadirGoatBreed', + 'BoarPowerPig474PigBreed', + 'ChesterWhitePigBreed', + 'RazorBackPigBreed', + 'PhilippineNativeCattleBreed', + 'CanadianRoyalBluePigBreed', + 'HornedHerefordCowBreed', + 'CarpathianPonyHorseBreed', + 'DKPig77PigBreed', + 'NiloticSangaCattleBreed', + 'BoulonnaisHorseBreed', + 'ReniteloXZebuCattleBreed', + 'NorwegianRedCattleBreed', + 'CaucasianMountainDogBreed', + 'ChenghuaPigBreed', + 'BlancDeBouscatRabbitBreed', + 'BarkaZebuCattleBreed', + 'SicilianBarbarySheepBreed', + 'BeagleStandardDogBreed', + 'AdamawaCattleBreed', + 'BorderLeicesterSheepBreed', + 'TibetanSpaniel', + 'LincolnRedCowBreed', + 'AnkoleWatusiCattleBreed', + 'PekingeseDog', + 'CréolePigBreed', + 'StCroixSheepBreed', + 'KikoGoatBreed', + 'SouthRussianSteppeHoundDogBreed', + 'SpanishNormanHorseBreed', + 'FortCrossCattleBreed', + 'BorgouXZebuCattleBreed', + 'SpanishMastiffDogBreed', + 'BurlinaCattleBreed', + 'HillRadnorSheepBreed', + 'MastergiltPigBreed', + 'DRUTerminalsPigBreed', + 'ChineseCrestedDogBreed', + 'SchwyzCattleBreed', + 'SouthwestSpanishMustangHorseBreed', + 'CzechWarmbloodHorseBreed', + 'BulgarianNativePigBreed', + 'AmericanCashmereGoatBreed', + 'GriffonDog', + 'HangPigBreed', + 'SphynxCatBreed', + 'DongolaCattleBreed', + 'PolledNeloreCattleBreed', + 'DebouilletSheepBreed', + 'MerinoSheepSuperbreed', + 'HawaiianWildCattleBreed', + 'SaanenGoatBreed', + 'LonkSheepBreed', + 'BantuPigBreed', + 'HuazhongTwoEndBlackPigBreed', + 'KalakheriCattleBreed', + 'BlackBaldyCattleBreed', + 'ThanhHoaCattleBreed', + 'PindosHorseBreed', + 'HavanaBrownCat', + 'ChianinaCowBreed', + 'MixedDairyCattleBreed', + 'BadenWurttemburgHorseBreed', + 'BostonTerrier', + 'BlackFacedHighlandSheepBreed', + 'JersindXZebuCattleBreed', + 'SchnauzerSuperbreedDogBreed', + 'GroningenWhiteheadedCattleBreed', + 'BraqueDAriégeDogBreed', + 'DidingaCattleBreed', + 'KatahdinSheepBreed', + 'XinjiangFinewoolSheepBreed', + 'PembrokeWelshCorgiDogBreed', + 'HungarianDunHorseBreed', + 'PolishBlackAndWhiteLowlandCattleBreed', + 'NewZealandHeadingDogBreed', + 'SaidiCattleBreed', + 'BalikunHorseBreed', + 'PechoraCattleBreed', + 'MessaoriaCattleBreed', + 'AliabDinkaCattleBreed', + 'SkyrosPonyHorseBreed', + 'RoughAndSmoothDogBreed', + 'OliventinaPigBreed', + 'KrskopoljePigBreed', + 'AmericanLamaleseDogBreed', + 'EnglishSetterDogBreed', + 'PirapetingaPigBreed', + 'MinisibPigBreed', + 'FalabellaHorseBreed', + 'PatibarcinaHorseBreed', + 'SarvarHorseBreed', + 'VorderwaldCattleBreed', + 'AlpineDachsbrackeDogBreed', + 'MissouriFoxTrottingHorseBreed', + 'EnglishCobHorseBreed', + 'QingpingPigBreed', + 'LewitzerHorseBreed', + 'RendenaCattleBreed', + 'TeeswaterSheepBreed', + 'DomesticMediumHairedCat', + 'BashkirCurlyHorseBreed', + 'OldNorwegianSheepBreed', + 'PitangueirasXZebuCattleBreed', + 'DonGoatBreed', + 'DachshundSuperbreedOfDog', + 'FoxTerrierSuperbreedDogBreed', + 'PutianPigBreed', + 'GuanlingPigBreed', + 'PorcelaineDogBreed', + 'MiniaturePinscherDog', + 'JapaneseSpaniel', + 'SardoModicanaCattleBreed', + 'KamdhinoCattleBreed', + 'MongolianCattleBreed', + 'SinoGasconyPigBreed', + 'JerseyCowBreed', + 'ShkodraRedCattleBreed', + 'ToyPoodleDogBreed', + 'LatukaCattleBreed', + 'BulgarianWhitePigBreed', + 'SomaliSheepBreed', + 'KalmykCattleBreed', + 'AlentejanaCattlebreed', + 'MegezhHorseBreed', + 'KaiKenDogBreed', + 'DamascusCattleBreed', + 'BamiCattleBreed', + 'WalachenschafSheepBreed', + 'AngelnSaddlebackPigBreed', + 'ShetlandPonyHorseBreed', + 'FauveDeBretagneDogBreed', + 'CambridgeSheepBreed', + 'ModeneseCattleBreed', + 'RussianBlueCat', + 'GulfCoastNativeSheepBreed', + 'SouthDevonCattleBreed', + 'HolsteinerHorseBreed', + 'KenyaBoranCattleBreed', + 'EastFinnishCattleBreed', + 'TreeingCurDogBreed', + 'RyaSheepBreed', + 'MonchinaCattleBreed', + 'NigerianDwarfGoatBreed', + 'KunekunePigBreed', + 'GermanRedPiedPigBreed', + 'MarylandPigBreed', + 'ReggianaCattleBreed', + 'LurcherHoundDogBreed', + 'RomneletSheepBreed', + 'PantaneiroHorseBreed', + 'MarwariHorseBreed', + 'GuadarramaGoatBreed', + 'FonthillMerinoSheepBreed', + 'BordeauxDogBreed', + 'SlovakianPinzgauCattleBreed', + 'BoarPowerPig141PigBreed', + 'TielingHorseBreed', + 'BlackHampshirePigBreed', + 'SouthernCriouloCattleBreed', + 'QuarterPonyHorseBreed', + 'UkrainianGrayCattleBreed', + 'BraqueSaintGermainDogBreed', + 'SunandiniXZebuCattleBreed', + 'TarentaiseCowBreed', + 'NewHuaiPigBreed', + 'BritishShorthairedCat', + 'BlancaCeltibericaGoatBreed', + 'GratiCattleBreed', + 'GermanPinscherDogBreed', + 'NantaisCattleBreed', + 'CanadianCowBreed', + 'CuinoPigBreed', + 'AmericanTunisSheepBreed', + 'HokkaidoHorseBreed', + 'FellPonyHorseBreed', + 'MiKiDogBreed', + 'AnatolianShepherdDogBreed', + 'GrandGasconSaintongeoisDogBreed', + 'DutchKooikerDogBreed', + 'KoratCat', + 'PetitBleuDeGascogneDogBreed', + 'RedSindhiCattleBreed', + 'HungarofriesCattleBreed', + 'ToriHorseBreed', + 'FuriosoHorseBreed', + 'NepaleseHillZebuCattleBreed', + 'CyprusCattleBreed', + 'AmericanCurlCatBreed', + 'BarrosoCattleBreed', + 'TonkineseCat', + 'CharfordXZebuCattleBreed', + 'MuongKhuongPigBreed', + 'BelgianLandraceBNPigBreed', + 'KirdiPonyHorseBreed', + 'SomaliGoatBreed', + 'HogIslandSheepBreed', + 'SiberianBlackPiedPigBreed', + 'OldFormatMinToyPoodleDogBreed', + 'TyrolMountainSheepBreed', + 'MezzalinaCattleBreed', + 'GermanMountainSheepBreed', + 'GermanShorthornCattleBreed', + 'AinuDogBreed', + 'DashtiariCattleBreed', + 'MaduraWildJavanXZebuCattleBreed', + 'DutchTuigpaardHorseBreed', + 'WanzheSpottedChunanSpottedPigBreed', + 'MontafonCattleBreed', + 'FlatCoatedRetrieverDogBreed', + 'NorthernBlueCattleBreed', + 'LiberianDwarfCattleBreed', + 'MhaswadCattleBreed', + 'KyiApsoDogBreed', + 'SardaGoatBreed', + 'KuiMlkDogBreed', + 'VladimirHeavyDraftHorseBreed', + 'VestlandFjordCattleBreed', + 'DKPig30PigBreed', + 'LipetskPigBreed', + 'AostaChestnutCattleBreed', + 'ZhemaichuHorseBreed', + 'IberianBlackIberianPigBreed', + 'MagyarAgårDogBreed', + 'ShireHorseBreed', + 'RoyaVesubieGoatBreed', + 'AmericanCreamDraftHorseBreed', + 'NorfolkTerrier', + 'AustralianFriesianSahiwalXZebuCattleBreed', + 'AustralianStockHorseHorseBreed', + 'FHCElitePig7PigBreed', + 'ByelorussianSyntheticCattleBreed', + 'CanaryIslandCattleBreed', + 'NyoroCattleBreed', + 'SokolkaHorseBreed', + 'ShanghaiWhitePigBreed', + 'WanzheSpottedPigBreed', + 'KaninganCattleBreed', + 'TibetanMastiffDogBreed', + 'PuliDog', + 'StreiPigBreed', + 'SouthAnatolianRedCattleBreed', + 'LithuanianWhitePigBreed', + 'DatongHorseBreed', + 'EgyptianHorseBreed', + 'VolynskCattleBreed', + 'PolesianHorseBreed', + 'BriardDog', + 'MontanaraCattleBreed', + 'BuryatHorseBreed', + 'CamarronGoatBreed', + 'AmericanHairlessTerrierDogBreed', + 'StandardbredHorseBreed', + 'DanishLargeWhitePigBreed', + 'BaggaraCattleBreed', + 'NakaliCattleBreed', + 'PlevenHorseBreed', + 'SahfordXZebuCattleBreed', + 'GarganicaGoatBreed', + 'PoltavaPigBreed', + 'MurleCattleBreed', + 'CostenoHorseBreed', + 'CentralAsianZebuXZebuCattleBreed', + 'ManorMeishanPigBreed', + 'SpottedPigBreed', + 'SpanishGoatBreed', + 'DKPigBreed', + 'GallowayCowBreed', + 'DonPigBreed', + 'TurkishVanCatBreed', + 'KhamalaCattleBreed', + 'VosgesCattleBreed', + 'MeusseRhineIjsselCowBreed', + 'DanishOldenborgHorseBreed', + 'GermanRedPiedCattleBreed', + 'KedahKelantanCattleBreed', + 'FinnhorseHorseBreed', + 'DutchFriesianCattleBreed', + 'SouthAfricanMerinoSheepBreed', + 'BerkshirePigBreed', + 'BosnianHoundDogBreed', + 'RastreadorBrasileiroDogBreed', + 'MiniatureBullTerrierDogBreed', + 'AltaiHorseBreed', + 'DomesticLonghairedCat', + 'SkuddeSheepBreed', + 'MurcianPigBreed', + 'DamiettaCattleBreed', + 'NejdiCattleBreed', + 'AmericanBisonXCattleBreed', + 'SiberianPigBreed', + 'CanadianHampshirePigBreed', + 'BassetGriffonVendéenDogBreed', + 'BaXuyenPigBreed', + 'RockyMountainHorseHorseBreed', + 'PolledWelshBlackCattleBreed', + 'BeulahSpeckledFaceSheepBreed', + 'BelgianArdennaisHorseBreed', + 'GermanRidingPonyHorseBreed', + 'KoreanNativePigBreed', + 'YorkshireBlueAndWhitePigBreed', + 'AustralianKelpieDogBreed', + 'TuniCattleBreed', + 'KigerMustangHorseBreed', + 'LapermShorthairCatBreed', + 'EastFriesianWarmbloodModernTypeHorseBreed', + 'ValdresCattleBreed', + 'DrentsePatrijshondDogBreed', + 'WindsnyerPigBreed', + 'BoarPowerPig282PigBreed', + 'PiauSorocabaPigBreed', + 'IrishMoiledCattleBreed', + 'RioLimonDairyCriolloCattleBreed', + 'OxfordDownSheepBreed', + 'OldeEnglishBulldoggeDogBreed', + 'CanindéGoatBreed', + 'KarabakhHorseBreed', + 'AustrianYellowCattleBreed', + 'DairySyntheticCattleBreed', + 'TropicanaCattleBreed', + 'KomondorDog', + 'NiloCanastraPigBreed', + 'Keeshond', + 'GuernseyCowBreed', + 'CaiuaXZebuCattleBreed', + 'BuohaiHorseBreed', + 'DKPig63PigBreed', + 'HetaoLopEarPigBreed', + 'HolmongerCattleBreed', + 'RathCattleBreed', + 'BarzonaCattleBreed', + 'AmericanShetlandPonyHorseBreed', + 'SwissAlpineGoatBreed', + 'SokokeCatBreed', + 'ChineseKazakhHorseBreed', + 'JerdiXZebuCattleBreed', + 'LakenvelderCattleBreed', + 'IrishGoatBreed', + 'MirandesaCattleBreed', + 'DabieshanCattleBreed', + 'SwabianHallPigBreed', + 'PolledShorthornUSCattleBreed', + 'GalicianPigBreed', + 'GraueGehoernteHeidschnuckeSheepBreed', + 'SwedishWarmbloodHorseBreed', + 'OrkneySheepBreed', + 'UzunyaylaHorseBreed', + 'SlovakCuvakDogBreed', + 'GermanSpitzDogBreed', + 'PittIslandSheepBreed', + 'BeefSyntheticCattleBreed', + 'SiberianBlackPiedCattleBreed', + 'SalersCowBreed', + 'VoronezhCoachHorseHorseBreed', + 'EurasianDogBreed', + 'SwallowBeliedMangalitzaPigBreed', + 'KankrejCattleBreed', + 'HarbinWhitePigBreed', + 'AmericanYorkshirePigBreed', + 'LiangGuangSmallSpottedGuangdongSmallEarPigBreed', + 'SistaniCattleBreed', + 'LuciePigBreed', + 'Dalland030PigBreed', + 'GermanAngusCattleBreed', + 'BichonTeneriffeDogBreed', + 'YanqiHorseBreed', + 'ShagyaHorseBreed', + 'MadonieSicilianPigBreed', + 'BavarianForestSheepBreed', + 'NomaHorseBreed', + 'LeiqiongCattleBreed', + 'ColourpointShorthairedCat', + 'BlackMangalitsaPigBreed', + 'IstrianCattleBreed', + 'LuxiCattleBreed', + 'HinterwaldCattleBreed', + 'RussianBrownCattleBreed', + 'FHCElitePig2PigBreed', + 'AndalusianGrayCattleBreed', + 'CaliforniaSpangledCatBreed', + 'MinusinHorseBreed', + 'BSIPigBreed', + 'TriggHoundDogBreed', + 'JinhuaPigBreed', + 'BalearicHorseBreed', + 'IleDeFranceSheepBreed', + 'MandalongXZebuCattleBreed', + 'CarpatheGoatBreed', + 'DoranCattleBreed', + 'SpanishPointerDogBreed', + 'BakosiCattleBreed', + 'RedEngadineSheepBreed', + 'MorganHorseBreed', + 'BoXuPigBreed', + 'TurkishAngoraCat', + 'SouthdownSheepBreed', + 'AmritMahalZebuCattleBreed', + 'PolishDraftHorseBreed', + 'CeskyTerrierDogBreed', + 'KalmykHorseBreed', + 'JenubiCattleBreed', + 'RedKandhariCattleBreed', + 'YakutCattleBreed', + 'BelgianRedCattleBreed', + 'KarabairHorseBreed', + 'LincolnRedShorthornCattleBreed', + 'DoayoCattleBreed', + 'SardinianBrownCattleBreed', + 'AustralianPonyHorseBreed', + 'RagamuffinCatBreed', + 'WhiteGallowayCattleBreed', + 'AcehCattleBreed', + 'DexterCowBreed', + 'KachhiSheepBreed', + 'BaluchiHorseBreed', + 'GuzerandoXZebuCattleBreed', + 'LucanianPigBreed', + 'RideauArcottSheepBreed', + 'LonghairedMiniatureDachshundDogBreed', + 'AkitaDog', + 'BelgianRedPiedCattleBreed', + 'WhiteWelshCattleBreed', + 'TargheeSheepBreed', + 'XinjinXinjinPigBreed', + 'TroteEnGallopeHorseBreed', + 'SwissBlackPiedCattleBreed', + 'SulawesiHorseBreed', + 'MeixinPigBreed', + 'DianiPigBreed', + 'AngloFrancaisDeMoyenVenerieDogBreed', + 'LincolnSheepBreed', + 'AustralianGreyhoundDogBreed', + 'RomanianSaddleHorseHorseBreed', + 'EquusCaballusGmeliniHorseBreed', + 'MangalargaMarchadorHorseBreed', + 'BibrikSheepBreed', + 'CretanMountainCattleBreed', + 'BelgianGriffonSmoothDogBreed', + 'WensleydaleSheepBreed', + 'RedDesertCattleBreed', + 'PersianCat', + 'MassifCentralGoatBreed', + 'MurakozHorseBreed', + 'WestrainPigBreed', + 'NdaguXZebuCattleBreed', + 'HamplinePigBreed', + 'NanyangCattleBreed', + 'CharSwissCattleBreed', + 'KareloFinnishLaikaDogBreed', + 'NorwegianDunkerhoundDogBreed', + 'SilesianHorseBreed', + 'MurnauWerdenfelsCattleBreed', + 'MaureCattleBreed', + 'ErhulianPigBreed', + 'SemirechenskPigBreed', + 'FujianSmallPigBreed', + 'BejaCattleBreed', + 'ButanaCattleBreed', + 'ItalianHeavyDraftHorseBreed', + 'MinPigBreed', + 'LeeSungPigBreed', + 'WallisBlacknosedSheepBreed', + 'SaintBernardShortHairedDogBreed', + 'MalteseGoatBreed', + 'CastlemilkMooritSheepBreed', + 'FerrandaisCattleBreed', + 'ApulianPodolianCattleBreed', + 'SmallPolishPrickEaredPigBreed', + 'GorbatovRedCattleBreed', + 'DandieDinmontTerrier', + 'PortoAmboimCattleBreed', + 'DahePigBreed', + 'AmericanBlueGasconHoundDogBreed', + 'JapaneseBlackCattleBreed', + 'IranianZebuCattleBreed', + 'PolishRedCattleBreed', + 'OICPigBreed', + 'DamaraSheepBreed', + 'BorderCollieDogBreed', + 'KoninkTarpanHorseXDomesticHorseBreed', + 'BooroolaMerinoSheepBreed', + 'NorwegianGoatBreed', + 'MiyakoHorseBreed', + 'ArapawaIslandGoatBreed', + 'KaranFriesXZebuCattleBreed', + 'NewYorkRedPigBreed', + 'BündnerOberlandSheepBreed', + 'AlbanianHorseBreed', + 'BoarPowerPig161PigBreed', + 'GadoDaTerraCattleBreed', + 'PineywoodsPigBreed', + 'HessenHorseBreed', + 'PodengoCanarioDogBreed', + 'UzbekBlackGoatBreed', + 'Bulldog', + 'SabreXZebuCattleBreed', + 'SmoothCollieDogBreed', + 'ToposaCattleBreed', + 'GermanFleckViehCowBreed', + 'PrisheksninskPigBreed', + 'FHCElitePig6PigBreed', + 'SmoothHairedVizslaDogBreed', + 'PR1050PigBreed', + 'RomneyMarshSheepBreed', + 'CoburgerFuchsschafSheepBreed', + 'GoldenAmericanSaddlebredHorseBreed', + 'OulmesBlondCattleBreed', + 'DutchLandracePigBreed', + 'CarunchinhoPigBreed', + 'KonariCattleBreed', + 'SuboticaWhitePigBreed', + 'ArsiCattleBreed', + 'MurbodenCattleBreed', + 'KapsikiCattleBreed', + 'JagdterrierDogBreed', + 'DjermaHorseBreed', + 'Pudelpointer', + 'EriskayPonyHorseBreed', + 'BoarPowerPig414PigBreed', + 'LargeWhitePigBreed', + 'KeErQinHorseBreed', + 'MergellandSheepBreed', + 'SouthWalesMountainSheepBreed', + 'CapeHorseHorseBreed', + 'FreibergHorseBreed', + 'BoreraySheepBreed', + 'PunganurCattleBreed', + 'FrenchSpanielDogBreed', + 'PeruvianIncaOrchidDogBreed', + 'JielinHorseBreed', + 'PyreneanCattleBreed', + 'TribredPigBreed', + 'AmericanIndianDogBreed', + 'Greyhound', + 'CatahoulaLeopardDogBreed', + 'QuarterHorseBreed', + 'VenezuelanBlackPigBreed', + 'PalominoHorseBreed', + 'DorsetSheepSuperbreed', + 'SinclairMiniaturePigBreed', + 'EastAnatolianRedCattleBreed', + 'VichPigBreed', + 'MewatiCattleBreed', + 'AkhaPigBreed', + 'BarbadosSheepBreed', + 'ASCOBCockerSpanielDogBreed', + 'PicCambourghPigBreed', + 'KetekuXZebuCattleBreed', + 'BritishSaanenGoatBreed', + 'MixedBreedHorse', + 'Ocicat', + 'KerryCattleBreed', + 'CestrumParqui', + 'PharaohHound', + 'RamoGrandeCattleBreed', + 'IrishCobHorseBreed', + 'SmoothStandardDachshundDogBreed', + 'BraMaineXZebuCattleBreed', + 'BloodhoundSouthernHoundDogBreed', + 'LimousinCowBreed', + 'FinnishLandraceGoatBreed', + 'MarinhoaCattleBreed', + 'NorwegianElkhound', + 'BritishSaddlebackPigBreed', + 'DKPig31PigBreed', + 'BoarPowerPig292PigBreed', + 'AmericanWaterSpanielDogBreed', + 'YaroslavlCattleBreed', + 'GaolaoCattleBreed', + 'JinhuaDongyangPigBreed', + 'GarfagninaCattleBreed', + 'MBayarHorseBreed', + 'AustralianCattleDog', + 'JianchangHorseBreed', + 'TamworthPigBreed', + 'KookaSheepBreed', + 'ChernigovCattleBreed', + 'VillardDeLansCattleBreed', + 'FrenchBrownCattleBreed', + 'BarbetDogBreed', + 'GuadianaSpottedCattleBreed', + 'BengaliCattleBreed', + 'NDamaCattleBreed', + 'MarianasCattleBreed', + 'RangerXZebuCattleBreed', + 'NorfolkHornSheepBreed', + 'CatalanSheepdogBreed', + 'BaouleCattleBreed', + 'RomanianNativeBaltaretPigBreed', + 'BarrosaCattleBreed', + 'BerneseHoundDogBreed', + 'FHCElitePig8PigBreed', + 'EstrelaMountainDogBreed', + 'NovaScotiaDuckTollingRetrieverDogBreed', + 'CaptainCookerPigBreed', + 'CurraleiroCattleBreed', + 'MinhotaCattleBreed', + 'NooitgedachtHorseBreed', + 'QuarabHorseBreed', + 'SunkumaCattleBreed', + 'AmericanEssexPigBreed', + 'IrishWaterSpanielDogBreed', + 'GuoxiaHorseBreed', + 'MoravianLargeYorkshirePigBreed', + 'SpanishAngloArabHorseBreed', + 'HanzhongWhitePigBreed', + 'AraappaloosaHorseBreed', + 'SilkyTerrier', + 'ChianinaPigBreed', + 'KilisCattleBreed', + 'HezuoPigBreed', + 'HighlandPonyHorseBreed', + 'BelgianGroenendaelDog', + 'KleenLeenBlackPigBreed', + 'AwassiSheepBreed', + 'AmericanMerinoSheepBreed', + 'RussianBlackPiedCattleBreed', + 'UrzhumPigBreed', + 'SchapendoesDogBreed', + 'PanjeHorseBreed', + 'JapaneseRetrieverDogBreed', + 'MoxotóGoatBreed', + 'GermanShepherdDog', + 'StandardPoodleDogBreed', + 'BahimaCattleBreed', + 'MessaraHorseBreed', + 'NavajoSheepBreed', + 'BeijingBlackPigBreed', + 'AfricanaSheepBreed', + 'NewKirgizHorseBreed', + 'SavinjaGrayCattleBreed', + 'JellicutCattleBreed', + 'TadzhikZebuCattleBreed', + 'CarthusianHorseBreed', + 'ShetlandSheepdog', + 'JamaicaBlackXZebuCattleBreed', + 'FjordHorseBreed', + 'OtterHound', + 'CheurfaCattleBreed', + 'NormandieCowBreed', + 'SiskaPigBreed', + 'LobiCattleBreed', + 'TaiwanYellowCattleBreed', + 'KharkovPigBreed', + 'GuangxiHorseBreed', + 'ChineseBlackAndWhiteCattleBreed', + 'ShorthornCowBreed', + 'BlackSlavonianPigBreed', + 'AltaiMountainGoatBreed', + 'ComtoisHorseBreed', + 'TambovRedCattleBreed', + 'BlackCockerSpanielDogBreed', + 'RambouilletSheepBreed', + 'DomesticShorthairedCat', + 'MinzhuPigBreed', + 'HerdwickSheepBreed', + 'StyrianMountainDogBreed', + 'SingleFootingHorseHorseBreed', + 'SwedishRedPolledCattleBreed', + 'ChamDocCattleBreed', + 'XinjinNingAnPigBreed', + 'BraqueDAuvergneDogBreed', + 'LombokHorseBreed', + 'PhilippineGoatBreed', + 'SchleswigHorseBreed', + 'FellataCattleBreed', + 'CãoDeFilaMiguelDogBreed', + 'DutchWarmbloodHorseBreed', + 'LangheSheepBreed', + 'IcelandicSheepdogBreed', + 'CanadianRusticPonyHorseBreed', + 'SantaInêsSheepBreed', + 'PeruvianPasoHorseBreed', + 'KachchaSiriCattleBreed', + 'Cotswold29PigBreed', + 'HainanLingaoPigBreed', + 'NorthBangladeshGrayCattleBreed', + 'EnglishGoatBreed', + 'BirmanCat', + 'FightingBullCattleBreed', + 'HartónCattleBreed', + 'GermanKoolieDogBreed', + 'ManxameseCatBreed', + 'MertolengaCattleBreed', + 'TelomainDogBreed', + 'XiangxiBlackPigBreed', + 'ChinookDogBreed', + 'BritishMilkSheepBreed', + 'AfricangnusCattleBreed', + 'CalvanaCattleBreed', + 'BritishLandracePigBreed', + 'WhitefaceWoodlandSheepBreed', + 'CanastrãoCabanoPigBreed', + 'ToubouXZebuCattleBreed', + 'MinnesotaPigBreed', + 'KenanaCattleBreed', + 'PercheronHorseBreed', + 'DevonCattleBreed', + 'FuzhouBlackPigBreed', + 'OrlovTrotterHorseBreed', + 'AlbanianIllyrianCattleBreed', + 'BosnianHorseBreed', + 'TaiwanSmallRedPigBreed', + 'BashiCattleBreed', + 'AmericanTunisHorseBreed', + 'SlovenianBrownCattleBreed', + 'SouthAfricanMuttonMerinoSheepBreed', + 'CildirCattleBreed', + 'MaremmanaHorseBreed', + 'BhirumPonyHorseBreed', + 'NkoneCattleBreed', + 'ShetlandSheepBreed', + 'MiniatureAustralianShepherdDogBreed', + 'FriesianHorseBreed', + 'DnieperPigBreed', + 'LebaneseCattleBreed', + 'HaitiCreolePigBreed', + 'PolishSimmentalCattleBreed', + 'BanyoCattleBreed', + 'BraqueFrancaisDePetiteTailleDogBreed', + 'HuaiPigBreed', + 'TuliCattleBreed', + 'SopravissanaSheepBreed', + 'StrongWoolMerinoSheepBreed', + 'MacedonianPigBreed', + 'PaphosCattleBreed', + 'TamankaduwaCattleBreed', + 'BaliHorseBreed', + 'PoitouGoatBreed', + 'WestAfricanBarbHorseBreed', + 'DanishRedCattleBreed', + 'LeineschafSheepBreed', + 'SimbrahCattleBreed', + 'SealyhamTerrier', + 'GirCowBreed', + 'PerendaleSheepBreed', + 'AltaySheepBreed', + 'NoTailSheepBreed', + 'Line500DurocPigBreed', + 'GermanPasturePigBreed', + 'MoghaniSheepBreed', + 'MinPeiDogBreed', + 'LepingPigBreed', + 'RojhanCattleBreed', + 'SandanHorseBreed', + 'ManorHybridPigBreed', + 'GermanCornwallPigBreed', + 'ToyHavaneseTerrierDogBreed', + 'AbyssinianCat', + 'KisoHorseBreed', + 'BraqueDupuyDogBreed', + 'AmericanCoonhoundDogBreed', + 'SharPeiDogBreed', + 'BritishWarmbloodHorseBreed', + 'MaineAnjouCowBreed', + 'CreoleAntillesGoatBreed', + 'GalwaySheepBreed', + 'DorperSheepBreed', + 'SloughiDogBreed', + 'PolishLandracePigBreed', + 'CarpathianBrownCattleBreed', + 'HamrocPigBreed', + 'SpinoneItalianoDogBreed', + 'DutchShepherdDogBreed', + 'GrandBleuDeGascogneDogBreed', + 'DroughtmasterXZebuCattleBreed', + 'FHCPigBreed', + 'RedSteppeCattleBreed', + 'ChienFrançaisTricoloreDogBreed', + 'SteigarSheepBreed', + 'CorsicanPigBreed', + 'ToyFoxTerrierDogBreed', + 'PieRougeDeLEstCattleBreed', + 'SuisbuXZebuCattleBreed', + 'HondurasSwitchTailPigBreed', + 'SonkheriCattleBreed', + 'EastBalkanPigBreed', + 'KochiCattleBreed', + 'CanastraPigBreed', + 'SanfratelloHorseBreed', + 'MeoPigBreed', + 'OldSwedishSpottedPigBreed', + 'KoronadalPigBreed', + 'BetizuakCattleBreed', + 'AmericanBobtailLonghairCatBreed', + 'TibetanCattleBreed', + 'WelshMountainPonyHorseBreed', + 'BambaraXZebuCattleBreed', + 'TexelSheepBreed', + 'TokaraHorseBreed', + 'FinnishHoundDogBreed', + 'TibetanPigBreed', + 'AlentejanaPigBreed', + 'RedWattlePigBreed', + 'CardiganWelshCorgiDogBreed', + 'KhillariCattleBreed', + 'ImprovedRodopiCattleBreed', + 'ArmoricanCattleBreed', + 'MurgheseHorseBreed', + 'AubracCattleBreed', + 'OhminiPigBreed', + 'DajalCattleBreed', + 'BraviaGoatBreed', + 'BlackheadPersianSheepBreed', + 'HavaneseDogBreed', + 'GoldenRetrieverDogBreed', + 'RexCatBreed', + 'CheviotSheepBreed', + 'MetohijaRedCattleBreed', + 'BalwenWelshMountainSheepBreed', + 'PortugueseGuardDogBreed', + 'AlpineGoatBreed', + 'SpanishBarbHorseBreed', + 'BusaCattleBreed', + 'AnkoleCattleBreed', + 'CosentinaPigBreed', + 'BulgarianRedCattleBreed', + 'BatanesBlackXZebuCattleBreed', + 'BoarPowerPig84PigBreed', + 'CharbrayXZebuCattleBreed', + 'ThalliSheepBreed', + 'SengologaCattleBreed', + 'TswanaCattleBreed', + 'HuazhongTwoEndBlackJianliPigBreed', + 'GreatDaneDog', + 'MouflonSheepBreed', + 'WestAfricanDwarfShorthornCattleBreed', + 'MontdaleSheepBreed', + 'LargeBlackWhitePigBreed', + 'BashkirHorseBreed', + 'ElliottdaleSheepBreed', + 'NebelungCatBreed', + 'LundehundDogBreed', + 'SienaBeltedPigBreed', + 'KrolevetsPigBreed', + 'BouvierDesFlandres', + 'AustrianSmoothHairedBrackeDogBreed', + 'BlancoOrejinegroCattleBreed', + 'HanfordMiniaturePigBreed', + 'BulgarianLandracePigBreed', + 'AzoresHorseBreed', + 'TibetanHorseBreed', + 'HerelandCattleBreed', + 'XinjiangBrownCattleBreed', + 'ColoradoRangerHorseBreed', + 'AmericanIndianHorseHorseBreed', + 'ManchesterTerrierSuperbreedDogBreed', + 'ExmoorHornSheepBreed', + 'AustralianShepherdDogBreed', + 'NanjingBlackPigBreed', + 'JinnanCattleBreed', + 'NortheasternHorseBreed', + 'PortuguesePointerDogBreed', + 'OutaouaisArcottSheepBreed', + 'TavdaHorseBreed', + 'BoarPowerPig48PigBreed', + 'ChumyshHorseBreed', + 'HellenicHoundDogBreed', + 'DjakoreXZebuCattleBreed', + 'KinderGoatBreed', + 'AustralianShorthornCattleBreed', + 'LadakhiCattleBreed', + 'RagdollCatBreed', + 'AnkinaCattleBreed', + 'GidranHorseBreed', + 'HackneyHorseBreed', + 'AriégeoisDogBreed', + 'RathiCattleBreed', + 'WireFoxTerrierDogBreed', + 'BazadaisCattleBreed', + 'YimengBlackPigBreed', + 'BatardDogBreed', + 'CzechMiniaturePigBreed', + 'BlackGrisonneGoatBreed', + 'MingrelianRedCattleBreed', + 'GreatMünsterländerDogBreed', + 'PrianganSheepBreed', + 'GlanCattleBreed', + 'ShortCoatChihuahuaDogBreed', + 'BeagleSmoothDogBreed', + 'BeltedGallowayCowBreed', + 'ChaouiaCattleBreed', + 'SardinianAngloArabHorseBreed', + 'SuffolkSheepBreed', + 'DartmoorSheepBreed', + 'CharollandaisCattleBreed', + 'AlanoEspañolDogBreed', + 'AmericanWhiteParkCattleBreed', + 'Weimaraner', + 'DanishDurocPigBreed', + 'TrakehnerHorseBreed', + 'SheepBreedUndeterminedSheepBreed', + 'BeefmakerCattleBreed', + 'GromarkSheepBreed', + 'DunkerDogBreed', + 'LhasaApso', + 'NormanCoachHorseBreed', + 'PelibüeySheepBreed', + 'IllawarraCattleBreed', + 'BavendaCattleBreed', + 'BelgianGriffonDogBreed', + 'KolbroekPigBreed', + 'RodopiCattleBreed', + 'ManorRangerPigBreed', + 'SouthernUkranianCattleBreed', + 'YorkshirePigBreed', + 'FHCElitePig4PigBreed', + 'MastiffDog', + 'SlovenianWhitePigBreed', + 'JavaneseCat', + 'FellTerrierDogBreed', + 'ChiangusCattleBreed', + 'MiddleWhitePigBreed', + 'BeagleHarrierDogBreed', + 'KenkathaCattleBreed', + 'CorriedaleSheepBreed', + 'ByelorussianRedCattleBreed', + 'LimousinPigBreed', + 'ArgentineDogoDogBreed', + 'Bullmastiff', + 'PolledHerefordCowBreed', + 'AmericanWirehairedCat', + 'CarinthianBlondCattleBreed', + 'EnglishSpringerSpanielDogBreed', + 'WujinPigBreed', + 'SpælsauSheepBreed', + 'PygoraGoatBreed', + 'TuvaHorseBreed', + 'UdaSheepBreed', + 'SiboneyXZebuCattleBreed', + 'MiddleAsianOvtcharkaDogBreed', + 'LatvianBlueRoanCattleBreed', + 'KakhetianPigBreed', + 'SerpentinaGoatBreed', + 'GermanRexCatBreed', + 'HaflingerHorseBreed', + 'BentheimBlackPiedPigBreed', + 'NorthAmericanShepherdDogBreed', + 'MontbeliardCattleBreed', + 'ChiloteHorseBreed', + 'SouthAfricanLandracePigBreed', + 'MilkingDevonCattleBreed', + 'PonyOfTheAmericasHorseBreed', + 'HanSheepBreed', + 'LandracePigBreed', + 'GreekLocalPigBreed', + 'MeatlinePigBreed', + 'NationalShowHorseHorseBreed', + 'AostaBlackPiedCattleBreed', + 'VietnameseYellowCattleBreed', + 'NorwegianLundehundDogBreed', + 'LonglinPigBreed', + 'BasutoPonyHorseBreed', + 'BraqueDuBourbonnaisDogBreed', + 'MilkingShorthornCowBreed', + 'AustralianTerrierSilkyDogBreed', + 'WelshPonyHorseBreed', + 'DobermanPinscher', + 'AustralianTerrierRoughCoatedDogBreed', + 'RhinelandHeavyDraftHorseBreed', + 'NGabouCattleBreed', + 'OvamboCattleBreed', + 'ThuocNhieuPigBreed', + 'RomagnolaPigBreed', + 'INRA95CattleBreed', + 'LongCoatChihuahuaDogBreed', + 'RedAngusCattleBreed', + 'KleenLeenPigBreed', + 'HungairanColdbloodHorseBreed', + 'BoarPowerPig454PigBreed', + 'ModicanaCattleBreed', + 'AmericanQuarterHorseHorseBreed', + 'Manx', + 'VendéenSheepBreed', + 'FumatiPigBreed', + 'OldFormatManchesterTerrierDogBreed', + 'LonghairedStandardDachshundDogBreed', + 'AmericanDraftPonyHorseBreed', + 'VlaamperdHorseBreed', + 'IraqiXZebuCattleBreed', + 'CarazebuXZebuCattleBreed', + 'MongCaiPigBreed', + 'PetitBassetGriffonVendeenDog', + 'NooitgedachtPonyHorseBreed', + 'PolledSimmentalCattleBreed', + 'BeefShorthornCattleBreed', + 'SnowshoeCatBreed', + 'GermanShorthairedPointerDogBreed', + 'RedFlemishCattleBreed', + 'RoveGoatBreed', + 'GujamavuCattleBreed', + 'SovereignPigBreed', + 'NorthEastChinaSpottedPigBreed', + 'PiauPigBreed', + 'KazakhHorseBreed', + 'KazakhWhiteheadCattleBreed', + 'BushuevXZebuCattleBreed', + 'HashtNagriSheepBreed', + 'KamanPigBreed', + 'JapaneseShorthornCattleBreed', + 'BritishSpottedPonyHorseBreed', + 'TudancaCattleBreed', + 'FHCElitePig5PigBreed', + 'LandaisHorseBreed', + 'BonsmaraCattleBreed', + 'AkhalTekeHorseBreed', + 'ColumbiaSheepBreed', + 'BKB1PigBreed', + 'CanaanDogBreed', + 'RedPolledØstlandCattleBreed', + 'MixedPerijaneroXZebuCattleBreed', + 'HarrierDog', + 'GermanBlackPiedDairyCattleBreed', + 'FinnishLandraceSheepBreed', + 'ArapawaIslandPigBreed', + 'AlmanzorenaCattleBreed', + 'ChanniCattleBreed', + 'WaiChowPigBreed', + 'EnglishFoxhound', + 'PantaneiroCattleBreed', + 'JezerskosolcavskaSheepBreed', + 'AchhamCattleBreed', + 'GirgentanaGoatBreed', + 'SRDGoatBreed', + 'McnabDogBreed', + 'DairyShorthornCattleBreed', + 'MpwapwaCattleBreed', + 'BlackIberianCattleBreed', + 'GhanaShorthornCattleBreed', + 'YunnanHorseBreed', + 'StaffordshireBullTerrierDogBreed', + 'CriolloHorseBreed', + 'SteppeMeatPigBreed', + 'IrishHunterHorseBreed', + 'KameroenSheepBreed', + 'SinhalaCattleBreed', + 'ParthenaisCattleBreed', + 'FrenchSaddlePonyHorseBreed', + 'HackneyPonyHorseBreed', + 'MongolianHorseBreed', + 'DamaniSheepBreed', + 'BologneseDogBreed', + 'TungchangPigBreed', + 'GarranoTarpanHorseXDomesticHorseBreed', + 'DalesbredSheepBreed', + 'GurktalPigBreed', + 'JapaneseBrownCattleBreed', + 'DKPig33PigBreed', + 'FengjingPigBreed', + 'YemeniZebuCattleBreed', + 'JianliPigBreed', + 'PontremoleseCattleBreed', + 'WesternSudanPonyHorseBreed', + 'ScottishFoldCat', + 'KurganCattleBreed', + 'SussexSpanielDogBreed', + 'BelgianBlackPiedHolsteinCattleBreed', + 'AksaîBlackPiedPigBreed', + 'GirolandoXZebuCattleBreed', + 'PodengoPequenoDogBreed', + 'BraqueFrançaisDeGrandTailleDogBreed', + 'TurkishGraySteppeCattleBreed', + 'BrazilianPolledCattleBreed', + 'CanaryIslandGoatBreed', + 'ArgentinePoloPonyHorseBreed', + 'LoenbergerDogBreed', + 'EstonianBlackPiedCattleBreed', + 'CubanTrotterHorseBreed', + 'MunichMiniaturePigBreed', + 'ChittagongRedCattleBreed', + 'SocotraCattleBreed', + 'DelibozHorseBreed', + 'SalornCattleBreed', + 'CharollaisSheepBreed', + 'NingxiangPigBreed', + 'DanishLandraceSheepBreed', + 'CeskyFousekDogBreed', + 'FloresHorseBreed', + 'PetisoArgentinoHorseBreed', + 'ProvençaleGoatBreed', + 'KathiawariHorseBreed', + 'AmericanPonyHorseBreed', + 'PoitevinDogBreed', + 'PinziritaSheepBreed', + 'KateriniCattleBreed', + 'KinniyaCattleBreed', + 'SiniHorseBreed', + 'PalousePigBreed', + 'CanastrãoZabumbaPigBreed', + 'YuedongBlackPigBreed', + 'TyroleanHoundDogBreed', + 'NguniCattleBreed', + 'MantiqueiraXZebuCattleBreed', + 'Retriever', + 'RussianShortEaredWhitePigBreed', + 'BrandroodLjsselveeCattleBreed', + 'GackoCattleBreed', + 'ChihuahuaSuperbreedDogBreed', + 'BizanianHoundDogBreed', + 'JiaxingBlackPigBreed', + 'MacedonianBusaCattleBreed', + 'GrisonsStripedGoatBreed', + 'AngelnCattleBreed', + 'AtpadiMahalCattleBreed', + 'MasaiCowBreed', + 'IskarCattleBreed', + 'SmallMünsterländerDogBreed', + 'MenufiCattleBreed', + 'BavarianWarmbloodHorseBreed', + 'CampolinaHorseBreed', + 'GreekShorthornCattleBreed', + 'VaynolCattleBreed', + 'HamiltonstövareDogBreed', + 'EnglishLonghornCattleBreed', + 'WestAfricanPigBreed', + 'DexterKerryCattleBreed', + 'NeloreCattleBreed', + 'DanishWarmbloodHorseBreed', + 'PernaCurtaPigBreed', + 'MalnadGiddaCattleBreed', + 'InkukuCattleBreed', + 'IrishRedAndWhiteSetterDogBreed', + 'ColNoirDuValaisGoatBreed', + 'Coonhound', + 'SuperfineMerinoSheepBreed', + 'JackRusselTerrier', + 'PolledGuzeratCattleBreed', + 'Camborough12PigBreed', + 'AmericanPitBullTerrierDogBreed', + 'AlaskanKleeKaiDogBreed', + 'BraqueBelgeDogBreed', + 'SmoothMiniatureDachshundDogBreed', + 'Setter', + 'MalopolskiHorseBreed', + 'AberdeenAngusCowBreed', + 'FinnishYorkshirePigBreed', + 'WokalupXZebuCattleBreed', + 'MexicanHairlessDog', + 'DreverDog', + 'Minnesota4PigBreed', + 'AlterRealHorseBreed', + 'HuangHuaiHaiBlackPigBreed', + 'HanoverianHorseBreed', + 'SelleFrancaisHorseBreed', + 'LibyanCattleBreed', + 'IsraeliRedCattleBreed', + 'RustaqiXZebuCattleBreed', + 'TexonCattleBreed', + 'SwedishArdennesHorseBreed', + 'BarbadosBlackbellySheepBreed', + 'CaucasianShepherdDogBreed', + 'AmericanShorthairCat', + 'PolishHoundDogBreed', + 'SychevkaCattleBreed', + 'BovskaSheepBreed', + 'DelaineMerinoSheepBreed', + 'PugDog', + 'ZambiaAngoniCattleBreed', + 'RedBororoCattleBreed', + 'IberianJabugoSpottedPigBreed', + 'LanYuPigBreed', + 'MalagueñaGoatBreed', + 'DraftPonySuperbreedHorseBreed', + 'RussoLaikaDogBreed', + 'GayalCattleBreed', + 'SchoonebekerSheepBreed', + 'WestSiberianLaikaDogBreed', + 'AvilenaBlackIberianCattleBreed', + 'RasaAragonesaSheepBreed', + 'TennesseeWalkingHorseBreed', + 'SwissMountainDogBreed', + 'CretanLowlandCattleBreed', + 'KustanaiHorseBreed', + 'BagotGoatBreed', + 'FHCElitePig9PigBreed', + 'CukurovaHorseBreed', + 'SuffolkHorseBreed', + 'GrandGriffonVendeenDogBreed', + 'SenepolCattleBreed', + 'StBernardDog', + 'FriesianMilkSheepBreed', + 'KingShepherdDogBreed', + 'SwissImprovedLandracePigBreed', + 'LaconiePigBreed', + 'TexasLonghornCattleBreed', + 'PortugueseWaterDog', + 'TagilCattleBreed', + 'BanatWhitePigBreed', + 'SardinianPigBreed', + 'CotonDeTuléarDogBreed', + 'NagoriCattleBreed', + 'DnieperCattleBreed', + 'CostaRicanSaddleHorseHorseBreed', + 'ChileanCorraleroHorseBreed', + 'YunnanZebuCattleBreed', + 'BlackHairlessPigBreed', + 'WelshCorgiSuperbreedDogBreed', + 'WitrikCattleBreed', + 'KromfohrländerDogBreed', + 'ÍPigBreed', + 'BlackMouthCurDogBreed', + 'BraSwissXZebuCattleBreed', + 'BankerHorseHorseBreed', + 'SmithfieldDogBreed', + 'GorynCattleBreed', + 'BhujGoatBreed', + 'FjallCattleBreed', + 'ThibarXZebuCattleBreed', + 'RussianSaddleHorseHorseBreed', + 'PosavinaCattleBreed', + 'MaremmanaCattleBreed', + 'HebrideanSheepBreed', + 'BisonBisonXSimmentalHybrid', + 'BoarPowerPig27PigBreed', + 'TahltanBearDog', + 'MontmorillonPigBreed', + 'TuyHoaHairlessPigBreed', + 'LivnyPigBreed', + 'LlaneroHorseBreed', + 'TsivilskPigBreed', + 'DongolaHorseBreed', + 'VogelsbergCattleBreed', + 'NDamaSangaCattleBreed', + 'BravonXZebuCattleBreed', + 'RanaXZebuCattleBreed', + 'SpanishColonialHorseHorseBreed', + 'NorthCountyCheviotSheepBreed', + 'LijiangHorseBreed', + 'MouraPigBreed', + 'TuxZillertalCattleBreed', + 'MerensHorseBreed', + 'PR1075PigBreed', + 'WirehairedMiniatureDachshundDogBreed', + 'NorthFujianBlackAndWhitePigBreed', + 'ErzgebirgGoatBreed', + 'BrazilianSportHorseHorseBreed', + 'KurdiCattleBreed', + 'SableIslandHorseHorseBreed', + 'EpagneulPicardDogBreed', + 'JamaicaBrahmanCattleBreed', + 'AngloKabardaHorseBreed', + 'WelshTerrier', + 'WelshMountainBadgerFacedSheepBreed', + 'DutchYorkshirePigBreed', + 'JavaneseZebuCattleBreed', + 'UkrainianSteppeWhitePigBreed', + 'SouthChinaPigBreed', + 'AfricanderCattleBreed', + 'SouthernBlackmouthCurDogBreed', + 'BrillenschafSheepBreed', + 'BamaxiangPigBreed', + 'HallikarCattleBreed', + 'ChineseImperialChInDogBreed', + 'LusitanoHorseBreed', + 'BralersXZebuCattleBreed', + 'HungarianWhitePigBreed', + 'HeidschnuckeSheepBreed', + 'SovietHeavyDraftHorseBreed', + 'PeeWeeCattleBreed', + 'PyreneanGoatBreed', + 'RomosinuanoCattleBreed', + 'SahelTypeSheepBreed', + 'DortyolCattleBreed', + 'AmericanCreamHorseBreed', + 'GreaterSwissMountainHoundDogBreed', + 'ManxLoaghtanSheepBreed', + 'HovawartDogBreed', + 'TurkmenZebuCattleBreed', + 'KabotaCattleBreed', + 'SaddlebackPigBreed', + 'LargeSpanishHoundDogBreed', + 'BestuzhevCattleBreed', + 'SterlingPigBreed', + 'TyrolGrayCattleBreed', + 'VitaVetLabMinipigPigBreed', + 'LourdaisCattleBreed', + 'Foxhound', + 'SenneHorseBreed', + 'CanadianEskimoDogBreed', + 'Wolf', + 'HormelMiniaturePigBreed', + 'MixedBreedGoat', + 'RedFriesianCattleBreed', + 'HarlequinCatBreed', + 'ZavotCattleBreed', + 'BündnerGoatBreed', + 'KappiliyanCattleBreed', + 'CPFPigBreed', + 'DingPigBreed', + 'MaronesaCattleBreed', + 'DKPig51PigBreed', + 'BlackWelshCowBreed', + 'ArapawaIslandSheepBreed', + 'WhippetDog', + 'WhiteParkCowBreed', + 'ArabiSheepBreed', + 'GreenlandDogBreed', + 'AngloNubianGoatBreed', + 'FogeraCattleBreed', + 'GroningenHorseBreed', + 'LincolnLongwoolSheepBreed', + 'RussianTrotterHorseBreed', + 'AgeroleseCattleBreed', + 'WhitefaceDartmoorSheepBreed', + 'OssabawIslandPigBreed', + 'CavalierKingCharlesSpaniel', + 'BelmontAdaptaurCattleBreed', + 'MountainCurDogBreed', + 'BlackAndTanCoonhoundDogBreed', + 'LacombePigBreed', + 'AustrianPinscherDogBreed', + 'OrehlaDeColherPigBreed', + 'MadaripurCattleBreed', + 'KostromaCattleBreed', + 'SchwarzwalderFuchseHorseBreed', + 'HuertanaCattleBreed', + 'RoughFellSheepBreed', + 'NkediCattleBreed', + 'XilingolHorseBreed', + 'MorochucoHorseBreed', + 'TukidaleSheepBreed', + 'BariCattleBreed', + 'Cotswold16PigBreed', + 'CatalanaChickenBreed', + 'PerdigueroNavarroDogBreed', + 'CukurovaCattleBreed', + 'HyperLargeWhitePigBreed', + 'MixedBreedSheep', + 'NeijiangPigBreed', + 'BergerDePicardDogBreed', + 'StandardManchesterTerrier', + 'SayaguesaCattleBreed', + 'BeardedCollieDogBreed', + 'BlondeDuCapBonCattleBreed', + 'CzechImprovedWhitePigBreed', + 'ChesiCattleBreed', + 'SiameseCat', + 'DonHorseBreed', + 'ArdennesHorseBreed', + 'CaliforniaRedSheepBreed', + 'HornDorsetSheepBreed', + 'CorrienteCattleBreed', + 'HuculHorseBreed', + 'UjumqinSheepBreed', + 'SussexCattleBreed', + 'YurinoCattleBreed', + 'BargurCattleBreed', + 'KaramajongCattleBreed', + 'BasqueBlackPiedPigBreed', + 'BergerDuLanguedocDogBreed', + 'DevonClosewoolSheepBreed', + 'BorghigianaPigBreed', + 'MinorcanCattleBreed', + 'TaiwanZebuCattleBreed', + 'ColombianCriolloHorseBreed', + 'PremierPigBreed', + 'LongyouBlackPigBreed', + 'JinhuaYongkangPigBreed', + 'PulMBorCattleBreed', + 'OrientalShorthairedCat', + 'ThaiCattleBreed', + 'WhiteBullTerrierDogBreed', + 'SandalwoodHorseBreed', + 'GujaratiCowBreed', + 'VikingHorseBreed', + 'GöttingenMiniaturePigBreed', + 'TiaMeslanPigBreed', + 'EurasierDogBreed', + 'BrazilianShorthairCatBreed', + 'MyotonicGoatBreed', + 'BalticBlackPiedCattleBreed', + 'RoughCollieDogBreed', + 'GuelmaCattleBreed', + 'OldenburgHorseBreed', + 'NorthernArdennaisHorseBreed', + 'GermanMuttonMerinoSheepBreed', + 'BritishToggenburgGoatBreed', + 'TrakyaHorseBreed', + 'ClawnPigBreed', + 'CanchimXZebuCattleBreed', + 'WhiteCáceresCattleBreed', + 'SumadijaPigBreed', + 'KisberFelverHorseBreed', + 'HighConformationWhitePigBreed', + 'KumamotoCattleBreed', + 'AndalusianHorseBreed', + 'GrandBassettGriffonVendeenDogBreed', + 'ThessalyCattleBreed', + 'HalhinGolCattleBreed', + 'GotlandHorseBreed', + 'BrownWelshCowBreed', + 'EastSiberianLaikaDogBreed', + 'SyntheticSL98PigBreed', + 'LoashanGoatBreed', + 'CubanZebuXZebuCattleBreed', + 'KaiDogBreed', + 'MytileneHorseBreed', + 'BraunviehCattleBreed', + 'LeicesterSheepBreed', + 'WelshCobHorseBreed', + 'TongSheepBreed', + 'TarinaCattleBreed', + 'HolsteinFriesianCowBreed', + 'PatterdaleTerrierDogBreed', + 'AmericanBobtailShorthairCatBreed', + 'ToyManchesterTerrier', + 'KladrubyHorseBreed', + 'DagestanMountainCattleBreed', + 'PetitGriffonBleuDeGascogneDogBreed', + 'TongConPigBreed', + 'MangalistaPigBreed', + 'SahiwalCattleBreed', + 'GelbrayXZebuCattleBreed', + 'WaziriSheepBreed', + 'PietrainPigBreed', + 'ThaiPonyHorseBreed', + 'AzawakhDogBreed', + 'KumauniCattleBreed', + 'ManagraPigBreed', + 'PresaCanarioDogBreed', + 'TreeingWalkerCoonhoundDogBreed', + 'LebedinCattleBreed', + 'MengguCattleBreed', + 'Dalland080PigBreed', + 'HollandShepherdDogBreed', + 'ChinampoCattleBreed', + 'TabapuaCattleBreed', + 'FrederiksborgHorseBreed', + 'ShanxiBlackPigBreed', + 'EastBulgarianHorseBreed', + 'TinosCattleBreed', + 'RepartidaGoatBreed', + 'AustrianSimmentalCattleBreed', + 'OssimiSheepBreed', + 'MunchkinShorthairCatBreed', + 'NitraHybridPigBreed', + 'ShetlandCattleBreed', + 'CupremHybridCattleBreed', + 'MulefootPigBreed', + 'ApulianPigBreed', + 'BoarPowerPig656PigBreed', + 'CanadianCuttingHorseHorseBreed', + 'BeauceronDogBreed', + 'KrishnaValleyCattleBreed', + 'FinnishLapphundDogBreed', + 'GreatPyreneeDog', + 'EnglishGuernseyGoatBreed', + 'DanubeWhitePigBreed', + 'DrysdaleSheepBreed', + 'SarnyPigBreed', + 'FrenchBulldog', + 'ThessalonianHorseBreed', + 'ChumbivilcasHorseBreed', + 'SchipperkeDog', + 'OldFarmCollieDogBreed', + 'DalesPonyHorseBreed', + 'VictorianBulldoggeDogBreed', + 'CaracuCattleBreed', + 'ForestMountainPigBreed', + 'PolledJerseyCattleBreed', + 'DishtyXZebuCattleBreed', + 'PortlandSheepBreed', + 'RandallLinebackCattleBreed', + 'DzumaliaPigBreed', + 'InternationalStripedHorseHorseBreed', + 'EstonianNativeHorseBreed', + 'SomaliCattleBreed', + 'HubeiWhitePigBreed', + 'BeetalGoatBreed', + 'SanheCattleBreed', + 'NorthSiberianPigBreed', + 'AfghanCattleBreed', + 'ComisanaSheepBreed', + 'CarolinaDogBreed', + 'PeneiaHorseBreed', + 'SerereCattleBreed', + 'AzerbaijanHorseBreed', + 'WestFinnishCattleBreed', + 'WielkopolskiHorseBreed', + 'WanzheSpottedWannanSpottedPigBreed', + 'BarbHorseBreed', + 'BambeyXZebuCattleBreed', + 'NorwegianFurSheepBreed', + 'MunchkinLonghairCatBreed', + 'NorthMalawiAngoniCattleBreed', + 'WirehairedStandardDachshundDogBreed', + 'PicPigBreed', + 'BhagnariCattleBreed', + 'TaiwanSmallBlackPigBreed', + 'SkyeTerrier', + 'MinbeiSpottedPigBreed', + 'Bodmin950PigBreed', + 'BlackSeaHorseHorseBreed', + 'CriolloCowBreed', + 'SiamesePigBreed', + 'YucaPigBreed', + 'BarraDoCuanzoCattleBreed', + 'BalkanHoundDogBreed', + 'JaulanCattleBreed', + 'KazakhCattleBreed', + 'AlambadiCattleBreed', + 'AmericanMiniatureHorseBreed', + 'EstonianBaconPigBreed', + 'PisanaCattleBreed', + 'RetintaExtremenaGoatBreed', + 'BleuDuMaineSheepBreed', + 'GobraCattleBreed', + 'IrishSetterDogBreed', + 'SteinschafSheepBreed', + 'WiltshirePigBreed', + 'SouthAfricanMiniatureHorseBreed', + 'StabyhounDogBreed', + 'EstonianNativeCattleBreed', + 'HarnaiSheepBreed', + 'KulaPigBreed', + 'BulgarianBrownCattleBreed', + 'DangiCattleBreed', + 'GuizhouHorseBreed', + 'WirehairedVizslaDogBreed', + 'MorabHorseBreed', + 'KoreanNativeCattleBreed', + 'JinzhouHorseBreed', + 'CanastrinhoPigBreed', + 'GoldenGuernseyGoatBreed', + 'FaeroesSheepBreed', + 'KanemXZebuCattleBreed', + 'LiangGuangSmallSpottedPigBreed', + 'FaeroesCattleBreed', + 'TuropoljePigBreed', + 'CormoSheepBreed', + 'NigerianHorseBreed', + 'ChejuHorseBreed', + 'NorthCaucasusPigBreed', + 'KarelianBearDog', + 'AlapahaBluebloodBulldogBreed', + 'SpanishMustangHorseBreed', + 'NuerCattleBreed', + 'BrunoDeJuraDogBreed', + 'WelshSheepdogBreed', + 'ShihTzuDog', + 'ArgentineFriesianCattleBreed', + 'AlbanianDwarfCattleBreed', + 'AulieAtaCattleBreed', + 'WestMacedonianCattleBreed', + 'WatusiUSACattleBreed', + 'SiberianCatBreed', + 'DanakilCattleBreed', + 'AmericanMustangHorseBreed', + 'MashonaCattleBreed', + 'AveligneseHorseBreed', + 'CanadianYorkshirePigBreed', + 'DanishLandraceGoatBreed', + 'BaldingerSpottedPigBreed', + 'IbageXZebuCattleBreed', + 'HirzaiHorseBreed', + 'ShekoCattleBreed', + 'BassetHound', + 'BelgianHorseBreed', + 'BoarPowerPigBreed', + 'PygmyGoatBreed', + 'ChickasawHorseBreed', + 'CholistaniCattleBreed', + 'BelgianSheepdog', + 'DanishSportPonyHorseBreed', + 'BerneseMountainDog', + 'JarmelistaCattleBreed', + 'NewfoundlandDog', + 'AshantiDwarfPigBreed', + 'BahiaPigBreed', + 'FilaBrasileiroDogBreed', + 'WelshPonyOfCobTypeHorseBreed', + 'OrientalHorseHorseBreed', + 'NoricHorseBreed', + 'MecklenburgHorseBreed', + 'BlackWelshMountainSheepBreed', + 'CanadianArcottSheepBreed', + 'WoodenLegGoatBreed', + 'KherigarhCattleBreed', + 'AmericanEskimoDogBreed', + 'CorsicanCattleBreed', + 'ChienDArtoisDogBreed', + 'CamboroughBluePigBreed', + 'NghiaBinhPigBreed', + 'SokotoGudaliCattleBreed', + 'VietnamesePotBelliedPigPigBreed', + 'SanheHorseBreed', + 'FabrianeseSheepBreed', + 'KentuckyRedBerkshirePigBreed', + 'GypsyVannerHorseBreed', + 'DanishLandracePigBreed', + 'YiwuHorseBreed', + 'YiliHorseBreed', + 'BatangasCattleBreed', + 'KerryBlueTerrier', + 'BelgianWarmbloodHorseBreed', + 'RomanianRedCattleBreed', + 'MoradaNovaSheepBreed', + 'LangHongPigBreed', + 'NubaMountainXZebuCattleBreed', + 'JavaHorseBreed', + 'BisaroPigBreed', + 'FlemishCattleBreed', + 'UkrainianWhiteheadedCattleBreed', + 'GoomsurCattleBreed', + 'LithuanianNativePigBreed', + 'HazaragieSheepBreed', + 'MangalargaHorseBreed', + 'HolgusCattleBreed', + 'PanamaSheepBreed', + 'FHCElitePig3PigBreed', + 'CzechMeatPigBreed', + 'HuazhongTwoEndBlackTongchengPigBreed', + 'TongaCattleBreed', + 'BichonsFriseDog', + 'AvilenaCattleBreed', + 'MashenPigBreed', + 'RedAndWhiteCattleBreed', + 'DurocPigBreed', + 'AustrianHoundDogBreed', + 'LorquinaCattleBreed', + 'VenezuelanZebuCattleBreed', + 'Basenji', + 'GalicianPonyHorseBreed', + 'SuiaXZebuCattleBreed', + 'RussianLongEaredWhitePigBreed', + 'GarreCattleBreed', + 'DanishHampshirePigBreed', + 'BoerboelDogBreed', + 'JacobSheepBreed', + 'GermanBlackPiedCattleBreed', + 'HamlinePigBreed', + 'JonicaGoatBreed', + 'MozambiqueAngoniCattleBreed', + 'SpanishBrownAlpineCattleBreed', + 'CentralRussianBlackPiedCattleBreed', + 'KuznetHorseBreed', + 'FrenchLandracePigBreed', + 'ChesapeakeBayRetrieverDogBreed', + 'BassetBleuDeGascogneDogBreed', + 'HequHorseBreed', + 'PumiDogBreed', + 'DartmoorPonyHorseBreed', + 'KrishnagariCattleBreed', + 'FannongSpottedPigBreed', + 'BentheimerLandschafSheepBreed', + 'GrandAngloFrançaisDogBreed', + 'WagyuCattleBreed', + 'DølafeCattleBreed', + 'AbyssinianHorseBreed', + 'PollMerinoSheepBreed', + 'BelmontRedCattleBreed', + 'DalaSheepBreed', + 'PressaMallorquinDogBreed', + 'SpiegelSheepBreed', + 'PabnaXZebuCattleBreed', + 'ShkodraPigBreed', + 'BeagleRoughDogBreed', + 'GelderlandHorseBreed', + 'KleenLeenRedPigBreed', + 'BavarianMountainHoundDogBreed', + 'SerranaGoatBreed', + 'RomanovSheepBreed', + 'CutchiCattleBreed', + 'IberianPigBreed', + 'EgyptianMauCat', + 'MoiCattleBreed', + 'SantaCruzXZebuCattleBreed', + 'MorenasDelNoroesteCattleBreed', + 'MiPigBreed', + 'DanishJerseyCattleBreed', + 'HuchuanMountainPigBreed', + 'IcelandicPigBreed', + 'AmerifaxcattleBreed', + 'Line21PigBreed', + 'AlbanianNativePigBreed', + 'WelshWalkingHorseBreed', + 'NoordhollanderSheepBreed', + 'BarbadoSheepBreed', + 'ChiosSheepBreed', + 'NordlandHorseBreed', + 'PhilippineNativeJalajalaPigBreed', + 'MiniaturePoodleDogBreed', + 'NegraSerranaGoatBreed', + 'SantaCruzSheepBreed', + 'RougeDeLQuestSheepBreed', + 'RedBrangusXZebuCattleBreed', + 'ChamoisOfTheAlpsGoatBreed', + 'AlurCattleBreed', + 'AlentejoHerderDogBreed', + 'SalukiDog', + 'RongchangPigBreed', + 'KangalDogBreed', + 'ItalianBrownCattleBreed', + 'HallingdalCattleBreed', + 'SkyrosHorseBreed', + 'BurwashCattleBreed', + 'BurmesePigBreed', + 'SombaCattleBreed', + 'HerefordCattleSuperbreed', + 'RaboLargoSheepBreed', + 'IsraeliHorseBreed', + 'SharabiCattleBreed', + 'ShahutouPigBreed', + 'CaneCorsoDogBreed', + 'DulmenPonyHorseBreed', + 'BoarPowerPig72PigBreed', + 'WhiteShepherdDogBreed', + 'PersianArabHorseBreed', + 'TosaInuDogBreed', + 'WhiteFulaniCattleBreed', + 'CotswoldSheepBreed', + 'HuangHuaiHaiBlackShenxianPigBreed', + 'FRSCattleBreed', + 'AiredaleTerrier', + 'Camborough22PigBreed', + 'GreekSteppeCattleBreed', + 'GansuAlpineFineWoolSheepBreed', + 'TelemarkCattleBreed', + 'ToupouriCattleBreed', + 'Bloodhound', + 'SwedishLandraceGoatBreed', + 'CotswoldPlatinumPigBreed', + 'CirnecoDellEtnaDogBreed', + 'FinnishSpitzDog', + 'MauritiusCreoleCattleBreed', + 'CaldelanaCattleBreed', + 'RiopardenzeXZebuCattleBreed', + 'OregonRexCatBreed', + 'AzaouakCattleBreed', + 'BaznaPigBreed', + 'BoarPowerPig565PigBreed', + 'BosTaurusXBisonBisonHybridCowBreed', + 'CorsicanHorseBreed', + 'SmallSpanishHoundDogBreed', + 'SouthernTswanaCattleBreed', + 'TSSH1XZebuCattleBreed', + 'EstonianRedCattleBreed', + 'GuteSheepBreed', + 'KilaraCattleBreed', + 'KuriCattleBreed', + 'DanishBroholmerDogBreed', + 'SarplaninacDogBreed', + 'Pointer', + 'FrenchAlpineGoatBreed', + 'SlovakianBlackPiedPigBreed', + 'AmericanEskimoMiniatureDogBreed', + 'IncaHairlessDogBreed', + 'RX3CattleBreed', + 'LiaoningBlackPigBreed', + 'KarakacanHorseBreed', + 'AmericanBashkirCurlyHorseBreed', + 'DeogirCattleBreed', + 'CubanPintoHorseBreed', + 'MontanaPigBreed', + 'ChakouyiHorseBreed', + 'GalicianBlondCattleBreed', + 'SoaySheepBreed', + 'NorthFinncattleCattleBreed', + 'GlanDonnersbergCattleBreed', + 'DaeraDinPanahGoatBreed', + 'WuzhishanPigBreed', + 'AmericanEskimoStandardDogBreed', + 'KishuDogBreed', + 'BorzoiDog', + 'GriffonNivernaisDogBreed', + 'LuingCowBreed', + 'MeraukeCattleBreed', + 'KM1PigBreed', + 'NorlinePigBreed', + 'OldFormatDachsundDogBreed', + 'LimianaCattleBreed', + 'LithuanianHeavyDraftHorseBreed', + 'VitoriaPigBreed', + 'TreeingTennesseeBrindleDogBreed', + 'IberianExtremaduraRedPigBreed', + 'RijnlamASheepBreed', + 'CzechColdbloodHorseBreed', + 'NimariCattleBreed', + 'MezohegyesSportHorseHorseBreed', + 'TurinoCattleBreed', + 'PasoFinoHorseBreed', + 'CentralRussianPigBreed', + 'PantelleriaCattleBreed', + 'AmericanWalkingPonyHorseBreed', + 'BurmeseXZebuCattleBreed', + 'SouthYunnanShortEaredPigBreed', + 'BritishRidingPonyHorseBreed', + 'WelshPigBreed', + 'ThaiRidgebackDogBreed', + 'KuvaszDog', + 'AweilDinkaCattleBreed', + 'BelorusBlackPiedPigBreed', + 'RomanianMeatPigPigBreed', + 'MalakanHorseBreed', + 'JapanesePollCattleBreed', + 'LabradorRetrieverDogBreed', + 'WalerHorseBreed', + 'VietnameseYorkshirePigBreed', + 'MaineCoonCat', + 'GhoriPigBreed', + 'KolubaraCattleBreed', + 'BelarusRedCattleBreed', + 'HainanPigBreed', + 'CanastrãoCapitãoChicoPigBreed', + 'AndeanHorseBreed', + 'IomudHorseBreed', + 'BillyDogBreed', + 'LaVelasquezCattleBreed', + 'PomeranianCoarsewoolSheepBreed', + 'JiningGrayGoatBreed', + 'ShillukCattleBreed', + 'SingapuraCat', + 'GermanLandraceBPigBreed', + 'BretonHorseBreed', + 'NewfoundlandSheepBreed', + 'BeiroaCattleBreed', + 'ShendiCattleBreed', + 'YacumentoCattleBreed', + 'TushinHorseBreed', + 'EpagneulBleuDePicardieDogBreed', + 'ArgentineCriolloHorseBreed', + 'LeicomaPigBreed', + 'MunsterLanderPointerDogBreed', + 'SpanishGreyhoundDogBreed', + 'MixedBreedCat', + 'AppenzellerDogBreed', + 'BrecknockHillCheviotSheepBreed', + 'RoyalCanadianMountedPoliceHorseHorseBreed', + 'SouthChinaBlackPigBreed', + 'FrenchCobHorseBreed', + 'PenshirePigBreed', + 'BaltaretPigBreed', + 'FinnishLandracePigBreed', + 'ShuwaCattleBreed', + 'DomesticLeopardCat', + 'GloucesterOldSpotPigBreed', + 'AlgarviaGoatBreed', + 'LimCattleBreed', + 'AngoraGoatBreed', + 'LatvianHorseBreed', + 'NewZealandRabbitBreed', + 'RamgarhiCattleBreed', + 'LakelandTerrier', + 'SaddlebredHorseSuperbreedHorseBreed', + 'PenbukPigBreed', + 'ByelorussianHarnessHorseBreed', + 'BraunesBergschafSheepBreed', + 'BatakHorseBreed', + 'VerinesaCattleBreed', + 'PretaCattleBreed', + 'LutaiWhitePigBreed', + 'TuyHoaCattleBreed', + 'WeleraPonyHorseBreed', + 'BloodhoundStHubertDogBreed', + 'VictoriaXZebuCattleBreed', + 'SumbawaHorseBreed', + 'RomneySheepBreed', + 'YiliWhitePigBreed', + 'MakaweliCattleBreed', + 'ShorthairCatBreed', + 'AmericanAlbinoHorseBreed', + 'WestFrenchWhitePigBreed', + 'IcelandicCattleBreed', + 'PicLinePig26PigBreed', + 'AmericanFoxhound', + 'BragancaCattleBreed', + 'MalteseDog', + 'PolskiOwczarekNizinnyDogBreed', + 'NigerianPigBreed', + 'IngessanaCattleBreed', + 'ScottishTerrier', + 'MiniatureHerefordCattleBreed', + 'AndalusianBlondCattleBreed', + 'DengchuanCattleBreed', + 'Beagle', + 'ClevelandBayHorseBreed', + 'MoraRomagnolaPigBreed', + 'SardinianSheepBreed', + 'BudyonnyHorseBreed', + 'CanastrãoJunqueiraPigBreed', + 'VianesaCattleBreed', + 'IloiloCattleBreed', + 'CaucasianCattleBreed', + 'GermanLandracePigBreed', + 'HarianaCattleBreed', + 'MalawiZebuCattleBreed', + 'FieldSpanielDogBreed', + 'XiangPigBreed', + 'BerrendasCattleBreed', + 'TimorHorseBreed', + 'RygjaSheepBreed', + 'BanEiHorseBreed', + 'SalernoHorseBreed', + 'AbyssinianHighlandZebuCattleBreed', + 'MadagascarZebuCattleBreed', + 'OberhasliGoatBreed', + 'CanikHorseBreed', + 'WuyiBlackPigBreed', + 'MoscowLonghairedToyTerrierDogBreed', + 'KuchinoshimaCattleBreed', + 'JijjigaZebuCattleBreed', + 'MasaiSheepBreed', + 'SwedishLandracePigBreed', + 'PolwarthSheepBreed', + 'ExoticShorthairedCat', + 'ShanHorseBreed', + 'TreeingFeistDogBreed', + 'RomagnolaCattleBreed', + 'MubanPigBreed', + 'PajunaCattleBreed', + 'NorbottenspetsDogBreed', + 'LugwareCattleBreed', + 'PulawyPigBreed', + 'StumpyTailCattleDogBreed', + 'ChartreuxCat', + 'ZaobeiCattleBreed', + 'CambodianCattleBreed', + 'AustralianGoatBreed', + 'WelshMountainSheepBreed', + 'RottweilerDog', + 'MegrelHorseBreed', + 'TaihuPigBreed', + 'ThillariCattleBreed', + 'PeloponnesusCattleBreed', + 'DLSSheepBreed', + 'ManapariCattleBreed', + 'WhiteSuffolkSheepBreed', + 'SanjiangWhitePigBreed', + 'PiauCarunchoPiauPigBreed', + 'MacauPigBreed', + 'NgandaCattleBreed', + 'BariaVietnamMadagascarCattleBreed', + 'PintoHorseBreed', + 'FrenchLargeWhitePigBreed', + 'MisakiHorseBreed', + 'CayuseHorseBreed', + 'SicilianPigBreed', + 'TaoyuanPigBreed', + 'BimalCattleBreed', + 'BrandenburgHorseBreed', + 'AbtenauerHorseBreed', + 'MediumWoolMerinoSheepBreed', + 'BengalCatBreed', + 'FrenchTrotterHorseBreed', + 'DrakensbergerCattleBreed', + 'JamaicaRedXZebuCattleBreed', + 'KraskyOvcarDogBreed', + 'PlottHound', + 'LucanianCattleBreed', + 'Affenpinscher', + 'BoarPowerPig828PigBreed', + 'SeferihisarCattleBreed', + 'CaliforniaVariegatedMutantSheepBreed', + 'ArabianHorseBreed', + 'GreaterSwissMountainDogBreed', + 'SuffolkCattleBreed', + 'ZhongweiGoatBreed', + 'LlanwenogSheepBreed', + 'CosteñoConCuernosCattleBreed', + 'SolognoteSheepBreed', + 'BrownAtlasCattleBreed', + 'TeddyRooseveltTerrierDogBreed', + 'BriquetBassetGriffonVendeenDogBreed', + 'PolledGirCattleBreed', + 'SoftCoatedWheatenTerrier', + 'DaweiziPigBreed', + 'HarzRedCattleBreed', + 'PicLinePig24PigBreed', + 'DorsetDownSheepBreed', + 'OrientalLonghairCatBreed', + 'KyiLeoDogBreed', + 'BakwiriCattleBreed', + 'OxfordSandyBlockPigBreed', + 'KamoriGoatBreed', + 'PieRougeDesPlainesCattleBreed', + 'DermantsiPiedPigBreed', + 'RasNLansaPigBreed', + 'PitmanMooreMiniaturePigBreed', + 'KnabstrupHorseBreed', + 'BlackRussianTerrierDogBreed', + 'ChryakPICPigBreed', + 'SiriZebuCattleBreed', + 'InobutaInterSpeciesHybridPigBreed', + 'BachaurCattleBreed', + 'BosTaurusTaurusSubspeciesDomesticEuropeanCowBreed', + 'SouthChinaZebuCattleBreed', + 'ManipuriHorseBreed', + 'BoerGoatBreed', + 'DeutschesBlaukoepfigesFleischschafSheepBreed', + 'BergamascoDogBreed', + 'AngloArabHorseBreed', + 'LargeBlackPigBreed', + 'BrabantHorseBreed', + 'JavaneseOngoleCattleBreed', + 'IrishDraftHorseBreed', + 'JapaneseSpitzDogBreed', + 'GhanaSangaXZebuCattleBreed', + 'EstonianDraftHorseBreed', + 'DeutscheBrackeDogBreed', + 'DrentsHeideschaapSheepBreed', + 'MiamiPigBreed', + 'HerensCattleBreed', + 'KenranCattleBreed', + 'HalfSaddlebredHorseBreed', + 'HungahybPigBreed', + 'EntlebucherDogBreed', + 'LocalIndianDairyXZebuCattleBreed', + 'AlaskanMalamute', + 'LohaniCattleBreed', + 'BeltedWelshCattleBreed', + 'SomaliPonyHorseBreed', + 'ShropshireTerrierDogBreed', + 'DornaCattleBreed', + 'YucatanMinaturePigBreed', + 'AureEtSaintGironsCattleBreed', + 'AbondanceCattleBreed', + 'WurttembergHorseBreed', + 'FuanSpottedPigBreed', + 'JämthundDogBreed', + 'KravarskyCattleBreed', + 'EpirusCattleBreed', + 'AsturianMountainCattleBreed', + 'HaBacPigBreed', + 'PerdigueroDeBurgosDogBreed', + 'Hound', + 'RomanianSteppeCattleBreed', + 'YakutHorseBreed', + 'LatvianBrownCattleBreed', + 'WaziriHorseBreed', + 'HanjiangBlackPigBreed', + 'BelgianWhiteAndRedCattleBreed', + 'GreaterCaucasusCattleBreed', + 'MaremmanaPigBreed', + 'BrandlbrackeDogBreed', + 'MazuryCattleBreed', + 'BoykinSpanielDogBreed', + 'BrahornXZebuCattleBreed', + 'EgyptianCattleBreed', + 'PottokTarpanHorseXDomesticHorseBreed', + 'BoarPowerPig929PigBreed', + 'SorraiaHorseBreed', + 'HeiheHorseBreed', + 'FriuliBlackPigBreed', + 'FaeroesIslandHorseHorseBreed', + 'RegusCattleBreed', + 'EnglishToySpaniel', + 'ClydesdaleHorseBreed', + 'OldFormatSheepBreed', + 'CalabrianPigBreed', + 'MaremmaSheepdogsDogBreed', + 'RedHampracePigBreed', + 'BoranCattleBreed', + 'SwissEdelschweinPigBreed', + 'NadbuzanskaPigBreed', + 'AppaloosaHorseBreed', + 'HailumPigBreed', + 'BanjaraGreyhoundDogBreed', + 'NationalSpottedSaddleHorseHorseBreed', + 'NGaoundereCattleBreed', + 'GermanColoredGoatBreed', + 'BearnaisCattleBreed', + 'AkbashDogBreed', + 'EnglishBulldogBreed', + 'GuadeloupeCreolePigBreed', + 'OldGermanShepherdDogBreed', + 'KaokoveldCattleBreed', + 'SenegusCattleBreed', + 'LapermLonghairCatBreed', + 'RackingHorseHorseBreed', + 'SimmentalCowBreed', + 'GanzhouWhitePigBreed', + 'ChineseMongolianHorseBreed', + 'EastFriesianOldTypeHorseBreed', + 'JapaneseBobtailCat', + 'KwaiPigBreed', + 'WarmbloodHorseBreed', + 'AlbeseCattleBreed', + 'GuanzhongHorseBreed', + 'KelePigBreed', + 'ParmensePigBreed', + 'ChowChow', + 'NormandPigBreed', + 'MishimaCattleBreed', + 'ComebackSheepBreed', + 'BergamascaSheepBreed', + 'BlackForrestCattleBreed', + 'PrewakwaCattleBreed', + 'HungarianPiedCattleBreed', + 'NachiGoatBreed', + 'UkrainianSaddleHorseHorseBreed', + 'ThailandFightingZebuCattleBreed', + 'ElegantWarmbloodHorseBreed', + 'BalineseCat', + 'TibetanTerrier', + 'AustralianLowlineCattleBreed', + 'PetitGasconSaintongeoisDogBreed', + 'IstobenCattleBreed', + 'AdenZebuCattleBreed', + 'JotkoXZebuCattleBreed', + 'AracenaCattleBreed', + 'BondSheepBreed', + 'PolypaySheepBreed', + 'OldEnglishSheepdog', + 'BoarPowerPig545PigBreed', + 'BlancaAndaluzaGoatBreed', + 'DeoniCattleBreed', + 'BluefacedLeicesterSheepBreed', + 'BrittanySpanielDogBreed', + 'AppenzellGoatBreed', + 'CairnTerrier', + 'ApennineSheepBreed', + 'IbizanHound', + 'CurlyCoatedRetrieverDogBreed', + 'SudanCountryBredHorseBreed', + 'AleppoCattleBreed', + 'LongAndShortCoatChihuahuaDogBreed', + 'SouthGermanColdbloodHorseBreed', + 'BaladicattleCattleBreed', + 'MoyleHorseBreed', + 'IcelandicSheepBreed', + 'BrahmousinXZebuCattleBreed', + 'FratiCattleBreed', + 'XinjinPigBreed', + 'RhaetianGrayCattleBreed', + 'GaunlingCattleBreed', + 'HaysConverterCowBreed', + 'JinhongHorseBreed', + 'SardinianPonyHorseBreed', + 'LichuanHorseBreed', + 'GanzhongnanSpottedPigBreed', + 'StandardSchnauzerDogBreed', + 'HainanWenchangPigBreed', + 'WestphalianHorseBreed', + 'CãoDaSerraDeAiresDogBreed', + 'RhodesianRidgebackDog', + 'CamargueHorseBreed', + 'CinisaraCattleBreed', + 'SabuesosEspañolesDogBreed', + 'MoruchaCattleBreed', + 'HampenPigBreed', + 'QuasahXZebuCattleBreed', + 'BlackAngusCowBreed', + 'LatiSheepBreed', + 'SamoyedDog', + 'FHCElitePig1PigBreed', + 'ConnorPrairiePigBreed', + 'EnglishCockerSpanielDogBreed', + 'RockAlpineGoatBreed', + 'CzechPiedCattleBreed', + 'SanClementeGoatBreed', + 'CubanCriolloXZebuCattleBreed', + 'LatvianWhitePigBreed', + 'ShibaInuDogBreed', + 'KandahariCattleBreed', + 'ClumberSpanielDogBreed', + 'FloridaCrackerPineywoodsCattleBreed', + 'GermanBrownCattleBreed', + 'Slovhyb1PigBreed', + 'PolandChinaPigBreed', + 'TainoXZebuCattleBreed', + 'GloucesterCattleBreed', + 'KajliSheepBreed', + 'PiquiraPonyHorseBreed', + 'GelbveihCowBreed', + 'ChineseFooDogBreed', + 'GasconyPigBreed', + 'RomedaleSheepBreed', + 'TinimaCattleBreed', + 'ChincoteaguePonyHorseBreed', + 'CanadianHorseBreed', + 'DialiCattleBreed', + 'SakhalinWhitePigBreed', + 'BoxerDog', + 'MongallaCattleBreed', + 'PelónPigBreed', + 'PechoraHorseBreed', + 'ChienFrançaisBlancEtNoirDogBreed', + 'NeopolitanMastiffDogBreed', + 'RetintaCattleBreed', + 'EleiaHorseBreed', + 'ShengxianSpottedPigBreed', + 'KenyaZebuCattleBreed', + 'PintabianHorseBreed', + 'PetitBrabaçonDogBreed', + 'SlovakianPiedCattleBreed', + 'MexicanWattledPigBreed', + 'Collie', + 'KerryHillSheepBreed', + 'BarotseCattleBreed', + 'BhutiaHorseBreed', + 'GermanWirehairedPointerDogBreed', + 'MorangCattleBreed', + 'RussianLargeWhitePigBreed', + 'ChimaineCattleBreed', + 'LuzeinSheepBreed', + 'FoutaHorseBreed', + 'RedGallowayCattleBreed', + 'TransylvanianPinzguaCattleBreed', + 'FroxfieldPygmyPigBreed', + 'AyrshireCowBreed', + 'MoravaPigBreed', + 'HampshireDownSheepBreed', + 'BambawaCattleBreed', + 'AustralianWhiteCattleBreed', + 'SudaneseFulaniCattleBreed', + 'WelshHillSpeckledFaceSheepBreed', + 'SchillerHoundDogBreed', + 'AlbèresCattlebreed', + 'RedboneCoonhoundDogBreed', + 'BootedGoatBreed', + 'HungarianSportHorseHorseBreed', + 'SPMPigBreed', + 'ExmoorPonyHorseBreed', + 'PinzgauerCowBreed', + 'WiltshireHornSheepBreed']} + +name_for_cid[12252] = 'CardiacUltrasoundCardiacFunction' +cid_concepts[12252] = \ +{'LN': ['HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'FractionalShortening', + 'PercentThickening'], + 'SCT': ['CardiacEjectionFraction']} + +name_for_cid[9534] = 'RadiotherapyTargets' +cid_concepts[9534] = \ +{'DCM': ['CTVPrimary', + 'PTVPrimary', + 'PTVNodal', + 'RadiationDoseReferencePoint', + 'GTVPrimary', + 'RadiationDoseNormalizationPoint', + 'GTVNodal', + 'ITV', + 'EntireBodyTargetVolume', + 'CTVNodal', + 'TreatedVolume'], + 'SCT': ['IrradiatedVolume', 'GTV', 'PTV', 'CTV']} + +name_for_cid[604] = 'DeviceReuse' +cid_concepts[604] = \ +{'DCM': ['Unused', 'Reused']} + +name_for_cid[6209] = 'ColonMorphologyDescriptor' +cid_concepts[6209] = \ +{'SCT': ['Circumferential', 'Sessile', 'Flat', 'Ulcer', 'Pedunculated']} + +name_for_cid[4234] = 'RefractiveSurgeryTypes' +cid_concepts[4234] = \ +{'DCM': ['SMILE'], 'SCT': ['RK', 'LASIK', 'LASEK', 'PRK']} + +name_for_cid[3772] = 'HealthStatus' +cid_concepts[3772] = \ +{'SCT': ['LostToFollowUp', + 'Disabled', + 'Deceased', + 'SymptomFree', + 'ChronicallyIll', + 'Alive', + 'AliveAndWell', + 'SeverelyDisabled', + 'InRemission', + 'SeverelyIll']} + +name_for_cid[6120] = 'ChestBorderDefinition' +cid_concepts[6120] = \ +{'DCM': ['SharplyDemarcated', + 'PoorlyDemarcated', + 'SharplyDefined', + 'DistinctlyDefined', + 'WellDemarcated'], + 'SCT': ['PoorlyDefined', 'WellDefined', 'Circumscribed']} + +name_for_cid[6065] = 'InstrumentApproach' +cid_concepts[6065] = \ +{'DCM': ['InferolateralToSuperomedial', + 'InferomedialToSuperolateral', + 'SuperolateralToInferomedial', + 'SuperomedialToInferolateral'], + 'SCT': ['Lateral', 'Inferior', 'Superior', 'Medial']} + +name_for_cid[12272] = 'CardiacUltrasoundSemilunarValves,AnnulateandSinusesMeasurements' +cid_concepts[12272] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'AWaveAmplitude', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'BCSlope', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'TimeFromQWaveToPulmonicValveCloses', + 'CEDistance', + 'DpDtByUS', + 'PulmonaryArteryPressureUsingAccelTime', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'AorticValveCuspSeparation', + 'TimeAveragedMeanVelocity', + 'DEExcursion'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[3119] = 'LVFunction' +cid_concepts[3119] = \ +{'SCT': ['Normal', 'ImpairedLeftVentricularFunction']} + +name_for_cid[9514] = 'AnatomicalStructuresforRadiotherapy' +cid_concepts[9514] = \ +{'BARI': ['_1stMarginalCoronaryArteryLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + '_1stDiagonalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'DCM': ['Phantom', + 'AorticKnob', + 'ArchOfTheAzygosVein', + 'SecondaryPulmonaryLobule', + 'Hiatus', + 'AzygoesophagealRecessInterface', + 'ParaspinalLine', + 'PosteriorTrachealStripe', + 'RightTrachealStripe', + 'Stripe', + 'MidlungWindow', + 'CarinaAngle', + 'CentrilobularStructures', + 'AnteriorJunctionLine', + 'PosteriorJunctionLine', + 'SurfaceOfTheChoroidScleraInterface', + 'OuterSurfaceOfTheBM', + 'OuterSurfaceOfTheCC', + 'PosteriorSurfaceOfTheRPE', + 'SurfaceOfTheCenterOfTheRPE', + 'OuterSurfaceOfIPL', + 'OuterSurfaceOfGCL', + 'OuterSurfaceOfOPL', + 'OuterSurfaceOfINL', + 'SurfaceBetweenInnerAndOuterSegmentsOfThePhotoreceptors', + 'OuterSurfaceOfHFL', + 'AnteriorSurfaceOfTheRPE', + 'SurfaceOfTheInterdigitatingZoneBetweenRetinaAndRPE', + 'OuterSurfaceOfRNFL'], + 'FMA': ['ArcuateFasciculus'], + 'SCT': ['ProfundaFemorisVein', + 'LeftHypochondriacRegion', + 'SternocleidomastoidMuscle', + 'TruncusCoeliacus', + 'InferiorLongitudinalFasciculus', + 'BasilarArtery', + 'ParanasalSinus', + 'BrainCerebrospinalFluidPathway', + 'WristJoint', + 'MidCircumflexCoronaryArtery', + 'CentralRetinalVein', + 'IntermediateArteryRamus', + 'GenicularArtery', + 'LeftVentricleInflow', + 'FontanelOfSkull', + 'SigmoidColon', + 'GastricArtery', + 'SubscapularisMuscle', + 'ExternalEar', + 'LeftVentricleOutflowTract', + 'RightFemoralArtery', + 'Intracranial', + 'JawRegion', + 'Calcaneus', + 'SolealVein', + 'IntercostalArtery', + 'PeripheralNerve', + 'LobarArtery', + 'TeresMajorMuscle', + 'PatentDuctusArteriosus', + 'ThighPerforator', + 'MesentericVein', + 'Pituitary', + 'MaleInternalGenitalia', + 'MidRightCoronaryArtery', + 'PalatineBone', + 'CoronaryArtery', + 'RightBranchOfHepaticArtery', + 'UpperLimb', + 'DuraMater', + 'ExternalIliacVein', + 'CongenitalPulmonaryArteriovenousFistula', + 'DescendingAorta', + 'ParietalBone', + 'Flank', + 'Maxilla', + 'EsophagealHiatus', + 'CentralRetinalArtery', + 'Neurohypophysis', + 'SegmentalArtery', + 'BrachialVein', + 'RightUpperQuadrantOfAbdomen', + 'Eye', + 'SuperficialPalmarArch', + 'Prostate', + 'HepaticArtery', + 'FacialBones', + 'Back', + 'PeronealArtery', + 'Duodenum', + 'RightHypochondriacRegion', + '_1stMarginalCoronaryArtery', + 'SuperiorMesentericVein', + 'LumbarArtery', + 'Cornea', + 'Larynx', + 'PeronealVein', + 'FemoralArtery', + 'Ovary', + 'ThoracoLumbarSpine', + 'Urethra', + 'CoronaryArteryGraft', + 'Head', + 'AdrenalGland', + 'MitralValve', + 'AcromioclavicularJoint', + 'UmbilicalRegion', + 'SupraspinatusMuscle', + 'CongenitalCoronaryArteryFistulaToRightVentricle', + 'Calyx', + 'PosteriorMedialTributary', + 'PulmonaryVein', + 'SoftPalate', + 'Submental', + 'ExternalIntercostalMuscle', + 'CranialVenousSystem', + 'NucleusAccumbens', + 'GiacominiVein', + 'PoplitealFossa', + 'MiddleCerebellarPeduncle', + 'PulmonaryArteryConduit', + 'InternalCarotidArteryC5Segment', + 'FissureOfLung', + 'RightVentricle', + 'LevatoresCostarumMuscles', + 'FrontalLobe', + 'VagusNerve', + 'Adventitia', + 'Abdomen', + 'HeadAndNeck', + 'Hypopharynx', + 'RightCoronaryArteryOstium', + 'HepaticVein', + 'MarginalCoronaryArtery', + 'PelvisAndLowerExtremities', + 'InternalMammaryArtery', + 'Bladder', + 'Vulva', + 'LargeIntestine', + 'EntorhinalCortex', + 'Forearm', + 'BronchialArtery', + 'NeckChestAndAbdomen', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'TemporalLobe', + 'SystemicArtery', + 'PosteriorTibialArtery', + 'FemoralVein', + 'RightAuricularAppendage', + 'GreatSaphenousVeinOfThigh', + 'LeftHepaticVein', + 'AbdominalWallMuscle', + 'SuperficialFemoralArtery', + 'VomerBone', + 'UterusAndFallopianTubes', + 'Arachnoid', + '_2ndMarginalCoronaryArtery', + 'SuperiorCerebellarPeduncle', + 'AorticArch', + 'Carina', + 'Telencephalon', + 'LeftBranchOfHepaticArtery', + 'ArcuateArteryOfTheKidney', + 'Heart', + 'TarsalJoint', + 'CephalicVein', + 'LingualArtery', + 'Lip', + 'GastricVein', + 'AirwayStructure', + 'CongenitalCoronaryArteryFistulaToRightAtrium', + 'DeltoidMuscle', + 'LeftMainCoronaryArtery', + 'CerebralFornix', + 'Penis', + 'Baffle', + 'InferiorRightHepaticVein', + 'VentricularVein', + 'CarotidSiphon', + 'SystemicVenousAtrium', + 'PlantarArterialArch', + 'Parathyroid', + 'AnomalousPulmonaryVein', + 'CervicoThoracicSpine', + 'LeftMainCoronaryArteryOstium', + 'Scapula', + 'LesserSaphenousVein', + 'Kidney', + 'AutonomicNerve', + 'GreatSaphenousVein', + 'OmentalBursa', + 'InternalCarotidArtery', + 'Ureter', + 'RightPosteriorAVCoronaryArtery', + 'UlnarVein', + 'FascialLayer', + 'AorticValve', + 'MiddleEar', + 'InternalAuditoryCanal', + 'RightPulmonaryArtery', + 'RenalPelvis', + 'ProperHepaticArtery', + 'InterlobarArteryOfKidney', + 'Thrombus', + 'VenousNetwork', + 'SubcostalMuscle', + 'CorpusCallosum', + 'CommonAtrium', + 'PerforatingArteryOfKidney', + 'Humerus', + 'Ilium', + 'AorticFistula', + 'InternalCarotidArteryC6Segment', + 'ILMInternalLimitingMembrane', + 'NasalBone', + 'AnteriorTibialArtery', + 'CranialNerve', + 'Cervix', + 'SkinOfAbdomen', + 'LeftAnteriorDescendingCoronaryArtery', + 'Artery', + 'CommonCarotidArtery', + 'Buttock', + 'InnermostIntercostalMuscles', + '_3rdMarginalCoronaryArtery', + 'FallopianTube', + 'MastoidBone', + 'Vein', + 'CommonIliacArteryBifurcation', + 'MiddleHepaticVein', + 'CerebrospinalFluid', + 'EsophagealArtery', + 'Thigh', + 'RadialVein', + 'InferiorRightPulmonaryVein', + 'Trachea', + 'PulmonaryValveSinuses', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'UterineArtery', + 'BodyConduit', + 'Thalamus', + 'EndoVesical', + 'RightVentricleInflow', + 'MesentericArtery', + 'LeftLowerQuadrantOfAbdomen', + 'MuscleOfHead', + 'SpinalCerebrospinalFluidPathway', + 'MiddleCerebralArteryM1Segment', + 'SesamoidBonesOfFoot', + 'InternalIliacArtery', + 'SuperiorVenaCava', + 'SixthLumbarArtery', + 'PosteriorArchVein', + 'AnteriorSpinalArtery', + 'AnusRectumAndSigmoidColon', + 'Omentum', + 'SplenicVein', + 'Colon', + 'SubmandibularGland', + 'CentralNervousSystem', + 'CarotidBifurcation', + 'LeftLumbarRegion', + 'InnominateArtery', + 'SplenicArtery', + 'FemaleInternalGenitalia', + 'Extremity', + 'FacialArtery', + 'AccessoryRenalArtery', + 'BoneStructureOfHeadAndOrNeck', + 'EpigastricRegion', + 'Media', + 'SeminalVesicle', + 'DistalCircumflexCoronaryArtery', + 'AbdominalCavity', + 'TeresMinorMuscle', + 'BoneOfUpperLimb', + 'DorsalisPedisArtery', + 'Vagina', + 'LongissimusMuscle', + 'LowerInnerQuadrantOfBreast', + 'Clavicle', + 'ParotidGland', + 'AorticIsthmus', + 'CommonFemoralVein', + 'SubstantiaNigra', + '_1stLeftPosterolateralCoronaryArtery', + 'Subxiphoid', + 'UpperInnerQuadrantOfBreast', + 'Diaphragm', + 'ThoracicAorta', + 'RightInguinalRegion', + 'VasDeferens', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'Ileum', + 'SalivaryGland', + 'VertebralArtery', + 'TransjugularIntrahepaticPortosystemicShunt', + 'RightLowerQuadrantOfAbdomen', + 'SupraRenalAorta', + 'InternalJugularVein', + 'LacrimalArteryOfRightEye', + 'CockettPerforatingVein', + 'ChordaeTendineaeCordis', + 'LumboSacralSpine', + 'SacroiliacJoint', + 'RightMainBronchus', + 'ScalenousAnteriorMuscle', + 'AVGrooveContinuationOfCircumflexArtery', + 'EntireBody', + 'TesticularArtery', + 'Thumb', + 'HypogastricRegion', + 'RightLumbarRegion', + 'GreatCardiacVein', + 'HyoidBone', + 'ThoracicDuct', + 'MiddleLobeOfRightLung', + 'BoydPerforatingVein', + 'Peritioneum', + 'CommonIliacArtery', + 'SupraclavicularRegionOfNeck', + 'Meninges', + 'Shoulder', + 'TransversusThoracis', + 'VascularGraft', + 'CerebellarWhiteMatter', + 'InterventricularSeptum', + '_2ndLeftPosterolateralCoronaryArtery', + 'MiddleCerebralArteryM2Segment', + 'Cingulum', + 'LowerLobeOfLung', + 'TesticularVein', + 'AnteriorTibialVein', + 'LacrimalBone', + 'BasilicVein', + 'LeftInguinalRegion', + 'RightCoronaryArtery', + 'HunterianPerforatingVein', + 'IntraPelvic', + 'Putamen', + 'ProfundaFemorisArtery', + 'CostocervicalTrunk', + 'Pharynx', + 'FifthLumbarArtery', + 'AxillaryVein', + 'LigamentumArteriosum', + 'Nasopharynx', + 'SuprapulmonicValveArea', + 'SympatheticTrunk', + 'LobeOfLung', + 'SubclavianVein', + 'PulmonaryValve', + 'ExternalIliacArtery', + 'ProximalRightCoronaryArtery', + 'TemporalBone', + 'BoneOfLowerLimb', + 'Midbrain', + 'OvarianVein', + 'PosteriorCerebralArtery', + 'BrachialPlexus', + 'ErectorSpinaeMuscle', + 'DeepPalmarVenousArch', + 'ApexOfRightVentricle', + 'LateralCalfPerforator', + 'Mouth', + 'PharynxAndLarynx', + 'CarotidArtery', + 'FourthLumbarArtery', + 'SmallestCardiacVein', + 'ThirdLumbarArtery', + 'LimbicLobe', + 'SkinOfChest', + 'UmbilicalArtery', + 'BuccalRegionOfFace', + 'LymphNode', + 'PrimitiveAorta', + 'RadialArtery', + 'LeftFemoralArtery', + 'LumenOfBloodVessel', + 'TrapeziusMuscle', + 'Esophagus', + 'AntecubitalVein', + 'SpinalCordGrayMatter', + 'Mandible', + 'LateralCorticospinalTract', + 'Parasternal', + 'LeftMainBronchus', + 'BroadLigament', + 'SystemicVein', + 'OccipitalLobe', + 'CerebralAqueduct', + 'Insula', + 'PulmonaryVein', + 'MuscleOfNeck', + 'SubclavianArtery', + 'Amygdala', + 'Lung', + '_3rdLeftPosterolateralCoronaryArtery', + 'OpticChiasm', + 'OphthalmicArtery', + 'Nose', + 'PancreaticDuct', + 'Hand', + 'PectoralisMajorMuscle', + 'CardiovascularSystem', + 'FemaleExternalGenitalia', + 'OvarianArtery', + 'Chest', + 'ElbowJoint', + 'Hippocampus', + 'Sternum', + 'NeckAndChest', + 'RightVentricleOutflowTract', + 'GlobusPallidus', + 'SuperficialFemoralVein', + 'SuperiorLeftPulmonaryVein', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + 'BileDuct', + 'SystemicCollateralArteryToLung', + 'UpperOuterQuadrantOfBreast', + 'PancreaticDuctAndBileDuctSystems', + 'ApexOfLeftVentricle', + 'PericardialCavity', + 'PulmonaryArtery', + 'Skull', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'AtrioventricularVein', + 'Thyroid', + 'EthmoidBone', + 'OpticRadiation', + 'InfraRenalAorta', + 'SternoclavicularJoint', + 'EndoNasopharyngeal', + 'Breast', + 'EsophagusStomachAndDuodenum', + 'Neck', + 'AxillaryFascia', + 'CarotidBulb', + 'Finger', + 'PoplitealVein', + 'InfraspinatusMuscle', + 'PiaMater', + 'TricuspidValve', + 'RightAtrium', + 'VascularSclerosis', + 'SuperiorPhrenicArtery', + 'CommonVentricle', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'InnerEar', + 'Coccyx', + 'AtrialSeptalDefect', + 'RightPulmonaryVein', + 'TemporomandibularJoint', + 'Uterus', + 'Ventricle', + 'DescendingAorta', + 'TracheaAndBronchus', + 'Testis', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'OccipitalBone', + 'Eyeball', + 'Face', + 'Spine', + 'UrinarySystem', + 'BrainStem', + 'Foot', + 'WhiteMatter', + 'MuscleOfUpperLimb', + 'PeripheralNervousSystem', + 'PinealGland', + 'UpperLobeOfLung', + 'Zygoma', + 'InnominateVein', + 'ProximalCircumflexCoronaryArtery', + 'LowerLimb', + 'PosteriorCommunicationArtery', + 'JuxtaposedAtrialAppendage', + 'VertebralColumnAndCranium', + 'Jejunum', + 'CarotidBody', + 'ChestAbdomenAndPelvis', + 'AbdominalAorta', + 'RightHepaticVein', + 'GastrocnemiusVein', + 'Scalp', + 'Tongue', + 'ChestWallMuscle', + 'GrayMatter', + 'Fibula', + 'SuperiorLongitudinalFasciculus', + 'OrbitalStructure', + 'InferiorCardiacVein', + 'LeftMainBranchOfPortalVein', + 'InternalIntercostalMuscle', + 'LateralVentricle', + 'CaudateNucleus', + 'LacrimalArtery', + 'OccipitalArtery', + 'Brain', + 'BloodVessel', + 'Sclera', + 'AnteriorPosteriorCerebralArteryBifurcation', + 'AtrialVein', + '_1stDiagonalCoronaryArtery', + 'SuprasternalNotch', + 'Perineum', + 'InteratrialSeptum', + 'Femur', + 'Rectum', + 'AnteriorCardiacVein', + 'Pancreas', + 'BoneOfThorax', + 'LeftAtrium', + 'CerebralArtery', + 'InferiorMesentericArtery', + 'DigitalArteryOfHand', + 'SecondLumbarArtery', + 'IliocostalisMuscle', + '_1stRightPosterolateralCoronaryArtery', + 'BladderAndUrethra', + 'CervicalSpine', + 'IliacAndOrFemoralArtery', + 'SpinalCordWhiteMatter', + 'Sacrum', + 'SmallIntestine', + 'SuperiorRightPulmonaryVein', + 'InferiorVenaCava', + 'MaleExternalGenitalia', + 'IntraArticular', + 'Axilla', + 'RetroperitonealSpace', + 'Thymus', + 'ELMExternalLimitingMembrane', + 'AnteriorMiddleCerebralArteryBifurcation', + 'ParietalLobe', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'DistalRightCoronaryArtery', + 'CerebralCortex', + 'TruncusArteriosusCommunis', + 'Tooth', + 'Joint', + 'SubmandibularArea', + 'GreatSaphenousVeinOfCalf', + 'LeftPulmonaryVein', + 'PectoralisMinorMuscle', + 'OpticCanal', + 'Aorta', + 'SuperficialTemporalArtery', + 'MedialLemniscus', + 'Diencephalon', + 'CongenitalCoronaryArteryFistulaToLeftVentricle', + 'NeckChestAbdomenAndPelvis', + 'InferiorCerebellarPeduncle', + 'RightMainBranchOfPortalVein', + 'SphenoidBone', + 'LatissimusDorsiMuscle', + 'ChestAndAbdomen', + 'Spleen', + 'CommonHepaticArtery', + 'AnkleJoint', + 'LowerOuterQuadrantOfBreast', + 'Mediastinum', + 'Cerebellum', + 'FirstLumbarArtery', + 'PoplitealArtery', + 'UpperUrinaryTract', + 'PulmonaryVenousAtrium', + 'Bronchus', + 'Pelvis', + 'PulmonaryChamberOfCorTriatriatum', + 'DorsalScapularArtery', + 'UlnarArtery', + 'LeftVentricle', + 'AbdomenAndPelvis', + 'LumbarRegion', + 'CostalCartilage', + 'ThoracicSpine', + 'FourthVentricle', + 'SaphenousVein', + 'Gallbladder', + '_2ndRightPosterolateralCoronaryArtery', + 'RenalArtery', + 'PeritonealCavity', + 'UpperArm', + 'OpticTract', + 'HipJoint', + 'TrunkOfPulmonaryArtery', + 'GastroduodenalArtery', + 'AzygosVein', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'Liver', + 'HipJoint', + 'Rib', + 'SerratusAnteriorMuscle', + 'CommonFemoralArtery', + 'SmallCardiacVein', + 'SuperficialPalmarVenousArch', + 'Vertebra', + 'Stomach', + 'CircumflexCoronaryArtery', + 'AnteriorCommunicatingArtery', + 'CongenitalCoronaryArteryFistulaToLeftAtrium', + 'InferiorMesentericVein', + 'MedianCubitalVein', + 'CoronarySinus', + 'HilarArtery', + 'TerminalInternalCarotidArtery', + 'ApexOfLung', + 'ThirdVentricle', + 'Atrium', + 'CerebralWhiteMatter', + 'Knee', + '_3rdDiagonalCoronaryArtery', + 'SpinalisMuscle', + 'SubarachnoidSpace', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'EyeRegion', + 'BrainVentricle', + 'Anus', + 'UmbilicalVein', + 'FrontalBone', + 'CommonIliacVein', + 'TrabeculaeCarnae', + 'InguinalRegion', + 'PosteriorCerebralArteryP1Segment', + '_3rdRightPosterolateralCoronaryArtery', + 'EndoNasal', + 'LumbarSpine', + 'ThyrocervicalTrunk', + 'InferiorPhrenicArtery', + 'PrimitivePulmonaryArtery', + 'HilumOfLung', + 'SellaTurcica', + 'PortalVein', + 'Scrotum', + 'PosteriorCerebralCommissure', + 'InferiorLeftPulmonaryVein', + 'UncinateFasciculus', + 'AnteriorCerebralArtery', + 'LowerLeg', + 'RenalVein', + 'InternalIliacVein', + 'IlealVein', + 'Ear', + 'Toe', + 'SpinalCord', + 'MiddleCardiacVein', + 'Pericardium', + 'MiddleCerebralArtery', + 'PosteriorCerebralArteryP2Segment', + 'PosteriorDescendingRightCoronaryArtery', + 'CorpusStriatum', + 'LeftAuricularAppendage', + 'CircleOfWillis', + 'Adenohypophysis', + 'PosteriorTibialVein', + 'SaphenopoplitealJunction', + '_1stSeptalCoronaryArtery', + 'MuscleOfLowerLimb', + 'Eyelid', + 'AscendingAorta', + 'LeftUpperQuadrantOfAbdomen', + 'DeepPalmarArchOfRadialArtery', + 'PericardiophrenicArtery', + 'Pleura', + 'Subcostal', + 'Intima', + 'ExternalAuditoryCanal', + 'Patella', + 'SegmentOfLung', + 'OccipitalVein', + 'DoddPerforatingVein']} + +name_for_cid[4263] = 'OphthalmicThicknessMapValueType' +cid_concepts[4263] = \ +{'DCM': ['AbsoluteOphthalmicThickness', + 'ThicknessDeviationCategoryFromNormativeData', + 'ThicknessDeviationFromNormativeData']} + +name_for_cid[10023] = 'SizeSpecificDoseEstimationMethodforCT' +cid_concepts[10023] = \ +{'DCM': ['AAPM204EffectiveDiameterEstimatedFromPatientAge', + 'WaterEquivalentDiameterRepresentativeValue', + 'WaterEquivalentDiameterFromRawData', + 'WaterEquivalentDiameterIntegratedAcrossScanRange', + 'WaterEquivalentDiameterFromLocalizer', + 'AAPM204LateralDimension', + 'AAPM204SumOfLateralAndAPDimension', + 'AAPM204APDimension']} + +name_for_cid[7273] = 'MRDiffusionModels' +cid_concepts[7273] = \ +{'DCM': ['MonoExponentialDiffusionModel', + 'BiExponentialIVIMDiffusionModel', + 'KurtosisDiffusionModel', + 'GammaDistributionModel', + 'StretchedExponentialDiffusionModel', + 'TruncatedGaussianDiffusionModel']} + +name_for_cid[6032] = 'HighRiskLesionsPathologyCodesfromBIRADS®' +cid_concepts[6032] = \ +{'DCM': ['PeripheralDuctPapillomas'], + 'SCT': ['AtypicalLobularHyperplasia', + 'AtypicalIntraductalHyperplasia', + 'PhyllodesTumor', + 'LobularCarcinomaInSituOfBreast']} + +name_for_cid[3230] = 'ECGFindings' +cid_concepts[3230] = \ +{'SCT': ['VentricularPrematureContraction', + 'VentricularFibrillation', + 'VentricularPreExcitation', + 'AtrialPrematureContraction', + 'STDepression', + 'RightBundleBranchBlock', + 'SecondDegreeAtrioventricularBlock', + 'ThirdDegreeAtrioventricularBlock', + 'SecondarySTTAbnormality', + 'Normal', + 'EarlyRepolarization', + 'NonSustainedVentricularTachycardia', + 'IntraventricularConductionDisturbance', + 'AtrialFibrillation', + 'BifascicularBlock', + 'VentricularTachycardia', + 'STElevation', + 'SupraventricularTachycardia', + 'LeftAnteriorFascicularBlock', + 'IncompleteRightBundleBranchBlock', + 'LeftBundleBranchBlock', + 'IncompleteLeftBundleBranchBlock', + 'FirstDegreeAtrioventricularBlock', + 'NonspecificSTTAbnormality', + 'LeftPosteriorFascicularBlock']} + +name_for_cid[9502] = 'RTSegmentAnnotationCategories' +cid_concepts[9502] = \ +{'DCM': ['ExternalBodyModel', + 'NonSpecificVolume', + 'BrachytherapyDevice', + 'FixationOrPositioningDevice', + 'RTGeometricInformation', + 'RTDoseCalculationStructure', + 'RTTarget'], + 'SCT': ['PhysicalObject']} + +name_for_cid[12264] = 'CardiacUltrasoundVenousReturnSystemicMeasurements' +cid_concepts[12264] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RRInterval', + 'BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[645] = 'ExogenousSubstanceTissueofOrigin' +cid_concepts[645] = \ +{'DCM': ['EmbryonicKidney'], + 'SCT': ['Lung', + 'PulmonaryMetastasis', + 'Breast', + 'Brain', + 'AsciticFluid', + 'PleuralEffusion', + 'Lymph', + 'Ovary', + 'Bone', + 'LymphaticTissue', + 'Prostate', + 'Kidney', + 'LymphNode', + 'Colon', + 'Metastasis', + 'CentralNervousSystem']} + +name_for_cid[7009] = 'PurposeofReferencetoPredecessorReport' +cid_concepts[7009] = \ +{'DCM': ['PartialReport', + 'AddendedReport', + 'PreliminaryReport', + 'ReplacedReport', + 'CurrentProcedureEvidence']} + +name_for_cid[7320] = 'PlanningMethods' +cid_concepts[7320] = \ +{'DCM': ['Generic2DPlanning', + 'Generic3DPlanning', + 'GenericPlanningForHipReplacement', + 'GenericPlanningForKneeReplacement', + 'MüllerMethodPlanningForHipReplacement']} + +name_for_cid[12008] = 'OBGYNAmnioticSac' +cid_concepts[12008] = \ +{'LN': ['ThirdQuadrantDiameter', + 'SecondQuadrantDiameter', + 'FourthQuadrantDiameter', + 'FirstQuadrantDiameter'], + 'SCT': ['Diameter']} + +name_for_cid[3733] = 'PrimaryCauseofDeath' +cid_concepts[3733] = \ +{} + +name_for_cid[6161] = 'ClinicalRegionalLymphNodeAssessmentforBreast' +cid_concepts[6161] = \ +{'SCT': ['N1MetastasisIn1To3AxillaryLymphNodes', + 'N2bMetastasisInClinicallyApparentInternalNodes', + 'N3MetastasisToIpsilateralInternalMammaryLymphNodes', + 'N3cMetastasisInIpsilateralSupraclavicularLymphNodes', + 'N0NoRegionalLymphNodeMetastasisHistologically', + 'N3aMetastasisIn10OrMoreAxillaryLymphNodes', + 'NXRegionalLymphNodesCannotBeAssessed', + 'N2MetastasisIn4To9AxillaryLymphNodes', + 'N3bMetastasisInClinicallyApparentIpsilateralInternal', + 'N2aMetastasisIn4To9AxillaryLymphNodes2Point0mm']} + +name_for_cid[3676] = 'LeadMeasurementTechnique' +cid_concepts[3676] = \ +{'SCT': ['Representative', 'SingleBeats', 'Averaged', 'Routine', 'Median']} + +name_for_cid[6024] = 'Depth' +cid_concepts[6024] = \ +{'NCIt': ['Middle'], 'SCT': ['Posterior', 'Anterior']} + +name_for_cid[4019] = 'PrimaryAnatomicStructureforIntraoralRadiography(DeciduousDentitionDesignationofTeeth)' +cid_concepts[4019] = \ +{'SCT': ['DeciduousMandibularRightLateralIncisorTooth', + 'DeciduousMandibularLeftSecondMolarTooth', + 'DeciduousMandibularLeftCanineTooth', + 'DeciduousMaxillaryRightLateralIncisorTooth', + 'DeciduousMandibularRightSecondMolarTooth', + 'DeciduousMaxillaryLeftCentralIncisorTooth', + 'DeciduousMaxillaryLeftSecondMolarTooth', + 'DeciduousMandibularRightFirstMolarTooth', + 'DeciduousMaxillaryLeftFirstMolarTooth', + 'DeciduousMaxillaryRightSecondMolarTooth', + 'DeciduousMandibularRightCanineTooth', + 'DeciduousMandibularLeftFirstMolarTooth', + 'DeciduousMaxillaryRightCanineTooth', + 'DeciduousMandibularRightCentralIncisorTooth', + 'DeciduousMaxillaryRightCentralIncisorTooth', + 'DeciduousMaxillaryRightFirstMolarTooth', + 'DeciduousMaxillaryLeftLateralIncisorTooth', + 'DeciduousMandibularLeftLateralIncisorTooth', + 'DeciduousMandibularLeftCentralIncisorTooth', + 'DeciduousMaxillaryLeftCanineTooth']} + +name_for_cid[12233] = 'CardiacPhase' +cid_concepts[12233] = \ +{'SCT': ['Diastole', + 'EndDiastole', + 'VentricularIsovolumicContraction', + 'VentricularSystole', + 'EarlyDiastole', + 'Diastasis', + 'EndSystole', + 'AtrialSystole', + 'PeakSystolic', + 'VentricularEjection', + 'DiastolicRapidInflow', + 'VentricularIsovolumicRelaxation', + 'Systole']} + +name_for_cid[4222] = 'OphthalmicMacularGridProblem' +cid_concepts[4222] = \ +{'DCM': ['InterferingTearsOrDrops', + 'PatientPositioningProblem', + 'EquipmentFailure', + 'OperatorError', + 'PatientMovement'], + 'SCT': ['DryEyesProblem', + 'PoorVisualFixation', + 'EccentricFixation', + 'CornealOpacity', + 'EyelidDisease', + 'VitreousOpacity', + 'LensOpacity', + 'RefractiveError', + 'ConstrictedPupil']} + +name_for_cid[242] = 'NormalAbnormal' +cid_concepts[242] = \ +{'SCT': ['Abnormal', 'Normal', 'NormalityUndetermined']} + +name_for_cid[8201] = 'SurfaceScanAcquisitionTypes' +cid_concepts[8201] = \ +{'DCM': ['TimeOfFlight', + 'LaserScanning', + 'Interferometry', + 'ShapeFromShading', + 'PatternProjection', + 'ConfocalImaging', + 'ShapeFromMotion', + 'PointCloudAlgorithmic']} + +name_for_cid[612] = 'AnesthesiaCategoryCodeTypefromAnesthesiaQualityInitiative(AQI)' +cid_concepts[612] = \ +{'SCT': ['MonitoredAnesthesiaCareMAC', + 'GeneralAnesthesia', + 'LocalAnesthesia', + 'Sedation', + 'SpinalAnesthesia', + 'EpiduralAnesthesia', + 'RegionalAnesthesia', + 'TopicalLocalAnesthesia']} + +name_for_cid[6136] = 'ChestTypesofQualityControlStandard' +cid_concepts[6136] = \ +{'DCM': ['PerformanceOfPediatricAndAdultThoracicCT', + 'PerformanceOfCTForDetectionOfPulmonaryEmbolismInAdults', + 'InstitutionallyDefinedQualityControlStandard', + 'PerformanceOfHighResolutionCTOfTheLungsInAdults', + 'PerformanceOfPediatricAndAdultChestRadiographyACR', + 'ACRPositionStatement']} + +name_for_cid[3764] = 'MyocardialInfarctionTherapies' +cid_concepts[3764] = \ +{'SCT': ['InsertionOfCoronaryArteryStent', + 'ThrombolyticTherapy', + 'CoronaryArteryBypassGraft', + 'PercutaneousCoronaryIntervention']} + +name_for_cid[10062] = 'EquivalentRadiationDoseTypes' +cid_concepts[10062] = \ +{'DCM': ['MedianEquivalentRadiationDose', + 'MinimumEquivalentRadiationDose', + 'MaximumEquivalentRadiationDose', + 'ModeEquivalentRadiationDose', + 'MeanEquivalentRadiationDose']} + +name_for_cid[3271] = 'HemodynamicPhysiologicalChallenges' +cid_concepts[3271] = \ +{'SCT': ['LegUp', + 'ValsalvaManeuver', + 'PostVolumeChallenge', + 'HeldVentilation', + 'DrugInfusion', + 'HeadUp', + 'VagalStimulation', + 'Pacing', + 'NegativeLowerBodyPressure', + 'Handgrip', + 'HeldInspiration', + 'ExerciseChallenge']} + +name_for_cid[3621] = 'FractionalFlowReserve' +cid_concepts[3621] = \ +{'SCT': ['FractionalFlowReserve', + 'FractionalFlowReserveUsingIntracoronaryBolus', + 'FractionalFlowReserveUsingIntravenousInfusion']} + +name_for_cid[7025] = 'RTProcessInputUsed' +cid_concepts[7025] = \ +{'DCM': ['RTTreatmentPlanningInputUsed', + 'RTPrescriptionInputUsed', + 'PhysicianReviewInputUsed', + 'RTPlanSummationInputUsed', + 'PlanQualityAssuranceInputUsed', + 'PhysicistReviewInputUsed', + 'PatientSetupVerificationInputUsed', + 'MachineQualityAssuranceInputUsed', + 'RTWorkflowInputUsed']} + +name_for_cid[7475] = 'GrayLevelRunLengthBasedFeatures' +cid_concepts[7475] = \ +{} + +name_for_cid[7160] = 'PelvicOrganSegmentationTypes' +cid_concepts[7160] = \ +{'SCT': ['Testis', + 'Cervix', + 'Bladder', + 'FemaleInternalGenitalia', + 'MaleExternalGenitalia', + 'FallopianTube', + 'MaleInternalGenitalia', + 'Rectum', + 'SeminalVesicle', + 'Ovary', + 'FemaleExternalGenitalia', + 'Prostate', + 'VasDeferens', + 'Vagina', + 'Uterus']} + +name_for_cid[12248] = 'CardiacUltrasoundSummaryCodes' +cid_concepts[12248] = \ +{'SCT': ['CorrectedTranspositionOfGreatVessels', + 'CoarctationOfTheAorta', + 'PulmonaryAtresiaWithIntactVentricularSeptum', + 'TetralogyOfFallot', + 'CompleteTranspositionOfGreatVessels', + 'Mesocardia', + 'FunctionalSingleVentricle', + 'MitralRegurgitation', + 'HypoplasticLeftHeartSyndrome', + 'CongenitalStenosisOfAorticValve', + 'MitralStenosis', + 'AtrialSeptalDefect', + 'RheumaticFever', + 'PulmonaryAtresiaWithVentricularSeptalDefect', + 'MitralValveProlapse', + 'AorticRegurgitation', + 'Dextrocardia', + 'CommonAtrioventricularCanal', + 'VentricularSeptalDefect', + 'PartialAnomalousPulmonaryVenousConnection', + 'AcuteFebrileMucocutaneousLymphNodeSyndrome', + 'Cardiomegaly', + 'Cyanosis', + 'AtrialSeptalDefectWithEndocardialCushionDefectPartial', + 'PulmonicValveStenosis', + 'AorticStenosis', + 'InterruptedAorticArch']} + +name_for_cid[3820] = 'NoninvasiveVascularProcedures' +cid_concepts[3820] = \ +{'SCT': ['CardiovascularCT', + 'PeripheralAngiography', + 'CTOfAbdominalAorta', + 'VascularMRI', + 'TrunkAngiography', + 'CardiacMRI']} + +name_for_cid[405] = 'MediaTypeCode' +cid_concepts[405] = \ +{'DCM': ['PaperDocument', + 'URI', + 'SecureDigitalCard', + 'MultiMediaCard', + 'CompactFlash', + 'DVD', + 'CD', + 'Film', + 'Email', + 'USBDiskEmulation']} + +name_for_cid[6008] = 'DensityModifier' +cid_concepts[6008] = \ +{'SCT': ['LowDensityNotContainingFatLesion', + 'HighDensityLesion', + 'EqualDensityIsodenseLesion', + 'FatContainingRadiolucentLesion']} + +name_for_cid[3461] = 'RegionalExtent' +cid_concepts[3461] = \ +{'DCM': ['MultipleRCARegionInRAOProjection', + 'SingleRCARegionInRAOProjection', + 'MultipleLADRegionInRAOProjection', + 'SingleLADRegionInRAOProjection', + 'CFXRegionInLAOProjection', + 'LADRegionInLAOProjection', + 'RCARegionInLAOProjection']} + +name_for_cid[3524] = 'BloodGasPressures' +cid_concepts[3524] = \ +{'LN': ['BloodCarbonDioxidePartialPressure', + 'BloodOxygenPartialPressure', + 'VenousOxygenPartialPressure', + 'OxygenPartialPressureAt50PercentSaturationP50', + 'ArterialOxygenPartialPressureAt50PercentSaturation', + 'VenousBloodCarbonDioxidePartialPressure', + 'VenousOxygenPartialPressureAt50PercentSaturation', + 'ArterialOxygenPartialPressure', + 'ArterialBloodCarbonDioxidePartialPressure']} + +name_for_cid[8104] = 'BreastTissueSpecimenTypes' +cid_concepts[8104] = \ +{'SCT': ['SpecimenFromBreastObtainedByExcision', + 'SpecimenFromBreastObtainedByTotalMastectomy', + 'SpecimenFromBreastObtainedByCoreNeedleBiopsy', + 'SegmentectomyBreastSample', + 'LumpectomyBreastSample', + 'BreastTruCutBiopsySample', + 'SpecimenFromBreastByIncisionalBiopsyOfBreastMass', + 'BreastDuctSample', + 'FrozenSectionBreastSample', + 'SpecimenFromBreastStereotacticallyGuidedCoreNeedleBiopsy', + 'SpecimenFromBreastObtainedByImageGuidedCoreBiopsy']} + +name_for_cid[3748] = 'AngiographicEFTestingMethod' +cid_concepts[3748] = \ +{'DCM': ['BiPlaneAngiography', 'SinglePlaneAngiography']} + +name_for_cid[7064] = 'ModelUsage' +cid_concepts[7064] = \ +{'DCM': ['ToolFabrication', + 'PlanningIntent', + 'QualityControlIntent', + 'ImplantFabrication', + 'ProstheticFabrication', + 'SimulationIntent', + 'EducationalIntent'], + 'SCT': ['DiagnosticIntent']} + +name_for_cid[628] = 'AncillaryMedicationsforSmallAnimalAnesthesia' +cid_concepts[628] = \ +{} + +name_for_cid[12209] = 'EchocardiographyPulmonicValve' +cid_concepts[12209] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'TimeFromQWaveToPulmonicValveCloses', + 'VolumeFlow', + 'FlowRadius', + 'PulmonicValveEjectionTime', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'EndDiastolicVelocity', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'PulmonicValveAreaByContinuity', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['RatioOfPulmonicValveAccelerationTimeToEjectionTime', + 'RegurgitantFraction', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter']} + +name_for_cid[12120] = 'BloodVelocityMeasurementsbyUltrasound' +cid_concepts[12120] = \ +{'LN': ['MinimumDiastolicVelocity', + 'TimeAveragedPeakVelocity', + 'PeakSystolicVelocity', + 'EndDiastolicVelocity', + 'TimeAveragedMeanVelocity']} + +name_for_cid[94] = 'PhysicalForceAppliedDuringAcquisition' +cid_concepts[94] = \ +{'SCT': ['TractionAction', 'RotationAction', 'CompressionAction']} + +name_for_cid[8112] = 'SpecimenStains' +cid_concepts[8112] = \ +{'SCT': ['MayGrunwaldGiemsaStain', + 'FastBlueBBSaltStain', + 'EriochromeBlueBlackSEStain', + 'CarmoisineAStain', + 'FieldStain', + 'BrazilinStain', + 'ThioflavineTStain', + 'AlkaliBlue5B4BStain', + 'GramStain', + 'AlizarinYellowRStain', + 'NaphtholASDChloracetateEsteraseStain', + 'SudanIIStain', + 'MethylGreenStain', + 'FastRedITRStain', + 'WaxolineBlueStain', + 'WaterSolubleEosinStain', + 'PonceauSStain', + 'SilverNitrateStain', + 'Chromotrope2RStain', + 'RoseBengalStain', + 'SudanStain', + 'VictoriaBlueBStain', + 'PeriodicAcidSchiffStain', + 'OilRedOStain', + 'ButyrateEsteraseStain', + 'FouchetStain', + 'MethylRedStain', + 'AzocarmineGGXStain', + 'AtebrinFSStain', + 'PeroxidaseStain', + 'FluorexonStain', + 'NeutralRedStain', + 'MeldolaBlueStain', + 'QuinacrineFluorescentStain', + 'FluoresceinSodiumStain', + 'ErythrosinBStain', + 'BismarkBrownRStain', + 'AlbertStain', + 'CarminicAcidStain', + 'AlizarinYellowGGStain', + 'FatRed7BStain', + 'AlizarinRedSStain', + 'ModifiedTrichromeStain', + 'ThionineStain', + 'VictoriaBlue4RStain', + 'NaphthaleneBlack12BStain', + 'FastGreenFCFStain', + 'MethyleneVioletStainBernthsen', + 'SaffronStain', + 'SpiritSolubleEosinStain', + 'TrypanBlueStain', + 'LeishmanStain', + 'BrilliantCresylBlueStain', + 'OrangeGStain', + 'PontamineSkyBlue6BXStain', + 'SpiritSolubleAnilineBlueStain', + 'KenacidBlueRStain', + 'VerhoeffHematoxylinStain', + 'PyronineBStain', + 'HemateinStain', + 'PontamineSkyBlue5BXStain', + 'MethylVioletStain', + 'AuramineGStain', + 'NonspecificEsteraseStain', + 'FluorescentStain', + 'PhloxinBStain', + 'SunsetYellowFCFStain', + 'BismarkBrownYStain', + 'TerminalDeoxynucleotidylTransferaseStain', + 'SporeStain', + 'ThioninStain', + 'ChromicAcidStain', + 'SolochromeAzurineBSStain', + 'FluoresceinStain', + 'IndophenolFromNaphtholStain', + 'MethylOrangeStain', + 'JennerGiemsaStain', + 'NitrazineYellowStain', + 'FastBlueBSaltStain', + 'AcidPhosphataseStain', + 'CresylVioletStain', + 'ProtargolSStain', + 'MethylViolet6BStain', + 'InsolubleBerlinBlueStain', + 'AlizarinCyanineGreenStain', + 'NaphtholGreenBStain', + 'VitalNewRedStain', + 'MetanilYellowStain', + 'MucicarmineStain', + 'ProcionBrilliantBlueMRSStain', + 'AldehydeFuchsinStain', + 'PageBlue83Stain', + 'BrilliantOrangeStain', + 'FeulgenReactionStain', + 'DiamondBlackStain', + 'JanusGreenBStain', + 'GiemsaStain', + 'AlcoholSolubleNigrosineStain', + 'MethylBlueStain', + 'HematoxylinStain', + 'WaterSolubleAnthraceneBrownStain', + 'FastGarnetGBCSaltStain', + 'BenzoFastScarletStain', + 'NeutrophilAlkalinePhosphataseStain', + 'AcriflavineStain', + 'AcridineOrangeStain', + 'AcidFastStain', + 'EthylVioletStain', + 'CurcuminStain', + 'SolubleBerlinBlueStain', + 'CochinealStain', + 'MalloryBleachStain', + 'FastSulfonBlackFStain', + 'ErythrosinYStain', + 'FastVioletBSaltStain', + 'FuchsinAcidStain', + 'LuxolFastBlueStain', + 'LissamineRhodamineStain', + 'ImmunofluorescentStain', + 'SolochromeCyanineRStain', + 'BetaGlucuronidaseStain', + 'AlizarinBlueSStain', + 'CarmineStain', + 'GallocyanineStain', + 'NightBlueStain', + 'BrilliantCroceinStain', + 'WaysonStain', + 'CrystalPonceauStain', + 'XyleneCyanolFFStain', + 'AzureAStain', + 'SolochromeDarkBlueStain', + 'WaterSolubleAnilineBlueStain', + 'BauerChromicAcidLeucofuchsinStain', + 'TropaeolinOStain', + 'ChrysoidineRStain', + 'ChloroacetateEsteraseStain', + 'AlkalinePhosphataseStain', + 'SiriusRedF3BStain', + 'SudanBlueStain', + 'ColloidalIronStain', + 'MartiusYellowStain', + 'MyeloperoxidaseStain', + 'ChromeAzurolSStain', + 'LissamineFastRedBStain', + 'AlcianBlue8GXStain', + 'LissamineFastYellowStain', + 'CongoRedStain', + 'ToluidineBlueStain', + 'CresylEchtVioletStain', + 'SudanBlackBStain', + 'ZiehlNeelsenStain', + 'AzoBlackStain', + 'RhodamineStain', + 'NileBlueStain', + 'CelestineBlueBStain', + 'AzureBStain', + 'LissamineGreenBStain', + 'TitanYellowStain', + 'CoriphosphineStain', + 'MethylViolet2BStain', + 'SafraninStain', + 'SudanIIIStain', + 'LacmoidStain', + 'RhodamineBStain', + 'AlkaliBlue6BStain', + 'AuramineStain', + 'SudanIVStain', + 'Ponceau3RStain', + 'FastBlueRRSaltStain', + 'IndiaInkStain', + 'RosolicAcidSodiumSaltStain', + 'VanGiesonStain', + 'TropaeolinOOStain', + 'AzophloxinStain', + 'BlueShadeEosinStain', + 'WaterSolubleNigrosineStain', + 'OrceinStain', + 'TrichromeStain', + 'WrightStain', + 'AzorubinSStain', + 'HanselStain', + 'AzureCStain', + 'NewFuchsinStain', + 'FlagellarStain', + 'PageBlueG90Stain', + 'RomanowskyStain', + 'LightGreenSFStain', + 'ErieGarnetStain', + 'MethyleneBlueStain', + 'MethylGreenPyroninStain', + 'DurazolRedStain', + 'CarbolFuchsinStain', + 'MethyleneVioletStain', + 'FastRedBSaltStain', + 'NaphtholYellowSStain', + 'ChrysoidineYStain', + 'SilverStain', + 'AnilineBlueStain', + 'TartrazineStain', + 'PyronineGStain', + 'BrilliantYellowStain', + 'PatentBlueVSodiumSaltStain', + 'MalachiteGreenStain', + 'AuramineOStain', + 'PermethrinStain', + 'OrangeIIStain', + 'DibromofluoresceinStain', + 'EvansBlueStain', + 'PrussianBlueStain', + 'SudanBlackStain', + 'NuclearFastRedStain', + 'FuchsinBasicStain', + 'IndigoCarmineStain', + 'BiebrichScarletStain', + 'PonceauXylidineStain', + 'ThioflavineSStain', + 'PotassiumHydroxideStain', + 'PhosphotungsticAcidHematoxylinStain', + 'FastRedTRSaltStain', + 'SolochromeBlack6BStain']} + +name_for_cid[501] = 'VolumetricViewDescription' +cid_concepts[501] = \ +{'SCT': ['SubcostalShortAxis', + 'RightPosteriorOblique', + 'LeftLateralProjection', + 'ParasternalLongAxisViewOfTheRVOutflowTract', + 'ParasternalShortAxisAtThePapillaryMuscleLevel', + 'Tangential', + 'CranioCaudal', + 'LateroMedialOblique', + 'Acanthioparietal', + 'SuprasternalSagittalView', + 'Orbitoparietal', + 'PosteriorProjection', + 'FiveChamber', + 'ObliqueCranioCaudal', + 'LongAxis', + 'RightAnteriorOblique', + 'RightVentricularInflowTractView', + 'LateralOblique', + 'RightOblique', + 'OffAxis', + 'TwoChamber', + 'Lateral', + 'MedioLateralOblique', + 'RightLateral', + 'Verticosubmental', + 'ObliqueAxial', + 'MedialLateral', + 'SubcostalObliqueCoronalView', + 'Frontal', + 'Parietoacanthial', + 'PosteroAnterior', + 'Submentovertical', + 'HorizontalLongAxis', + 'AnteroPosteriorOblique', + 'RightPosteriorOblique', + 'LeftOblique', + 'SubcostalShortAxisViewAtMitralValveLevel', + 'ParietoOrbital', + 'MedialOblique', + 'FrontalObliqueAxial', + 'ParasternalShortAxisAtTheAorticValveLevel', + 'SubcostalShortAxisViewAtPapillaryMuscleLevel', + 'AnteroPosterior', + 'SubcostalShortAxisViewAtVenousInflowLevel', + 'FrontalOblique', + 'LeftPosteriorOblique', + 'FourChamber', + 'ParasternalShortAxisAtTheLevelOfTheMitralChords', + 'LeftPosteriorOblique', + 'RightVentricularOutflowTractView', + 'ParasternalShortAxis', + 'ParasternalShortAxisAtTheMitralValveLevel', + 'ParasternalLongAxis', + 'ObliqueCaudoCranial', + 'SuprasternalShortAxis', + 'SubcostalViewOfCardiacOutletsDirectedAnteriorly', + 'SagittalObliqueAxial', + 'PosteroAnteriorOblique', + 'VerticalLongAxis', + 'Axial', + 'Sagittal', + 'LeftAnteriorOblique', + 'OcclusalProjection', + 'SuprasternalLongAxis', + 'TransesophagealShortAxisView', + 'Axial', + 'Plantodorsal', + 'SuprasternalCoronalView', + 'Parasagittal', + 'LeftAnteriorOblique', + 'ParasternalLongAxisViewOfTheRVInflowTract', + 'Oblique', + 'RightLateralProjection', + 'SuprasternalLongAxisViewOfAorticArch', + 'CaudoCranial', + 'Transverse', + 'TissueSpecimen', + 'SubcostalLongAxis', + 'LeftLateral', + 'RightAnteriorOblique', + 'LateralMedial', + 'Dorsoplantar', + 'ApicalLongAxis', + 'SubcostalShortAxisViewAtAorticValveLevel', + 'Oblique', + 'AnteriorProjection', + 'SagittalObliqueAxial', + 'LateralMedial', + 'MedialLateral', + 'ShortAxis', + 'MedioLateralOblique', + 'LateroMedialOblique', + 'ObliqueAxial', + 'Lateral', + 'Coronal', + 'Longitudinal']} + +name_for_cid[9538] = 'RadiationTransportBasedEffectiveDoseMethodModifiers' +cid_concepts[9538] = \ +{'DCM': ['LocalEffectModel', 'MicrodosimetricKineticModel']} + +name_for_cid[3836] = 'TimebasedPerfusionMeasurements' +cid_concepts[3836] = \ +{'DCM': ['SignalTimeToPeak', + 'SignalIncreaseStartTime', + 'SignalEarliestPeakTime', + 'SignalBaselineStart', + 'SignalBaselineEnd']} + +name_for_cid[9241] = 'RadiotherapyGeneralWorkitemDefinition' +cid_concepts[9241] = \ +{'DCM': ['RTPatientSetup', + 'RTPatientPositionInTreatmentSessionReview', + 'RTTreatmentQAByRTIonPlanDifferenceCheck', + 'RTTreatmentSimulationWithInternalVerification', + 'RTBrachyTreatment', + 'RTTreatmentQAByRTPlanDifferenceCheck', + 'RTPatientPositionAdjustment', + 'RTTreatmentQAByRTIonPlanDoseCheck', + 'RTMachineQA', + 'RTTreatmentQAByRTPlanDoseCheck', + 'RTTreatmentQAWithExternalVerification', + 'RTTreatmentWithExternalVerification', + 'RTTreatmentQAWithInternalVerification', + 'RTTreatmentSimulationWithExternalVerification', + 'RTTreatmentWithInternalVerification']} + +name_for_cid[12032] = 'TransducerScanPattern' +cid_concepts[12032] = \ +{'DCM': ['VolumeScanPattern', 'PlaneScanPattern', 'LineScanPattern']} + +name_for_cid[3709] = 'AorticRootDescription' +cid_concepts[3709] = \ +{'SCT': ['EnlargedAorticRoot', + 'RupturedSinusOfValsalva', + 'PostStenoticDilation', + 'NormalAorticRoot', + 'AneurysmOfAorticRoot', + 'AnnularAbscessOfAorticRoot']} + +name_for_cid[224] = 'SelectionMethod' +cid_concepts[224] = \ +{'DCM': ['MostRecentValueChosen', 'MeanValueChosen', 'UserChosenValue']} + +name_for_cid[7468] = 'TextureMeasurements' +cid_concepts[7468] = \ +{'DCM': ['RootAngularSecondMomentOfGLCM', 'FractalDimension']} + +name_for_cid[7192] = 'AnatomicalStructureSegmentationPropertyTypes' +cid_concepts[7192] = \ +{'BARI': ['_1stMarginalCoronaryArteryLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + '_1stDiagonalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'DCM': ['Phantom', + 'AorticKnob', + 'ArchOfTheAzygosVein', + 'SecondaryPulmonaryLobule', + 'Hiatus', + 'AzygoesophagealRecessInterface', + 'ParaspinalLine', + 'PosteriorTrachealStripe', + 'RightTrachealStripe', + 'Stripe', + 'MidlungWindow', + 'CarinaAngle', + 'CentrilobularStructures', + 'AnteriorJunctionLine', + 'PosteriorJunctionLine', + 'SurfaceOfTheChoroidScleraInterface', + 'OuterSurfaceOfTheBM', + 'OuterSurfaceOfTheCC', + 'PosteriorSurfaceOfTheRPE', + 'SurfaceOfTheCenterOfTheRPE', + 'OuterSurfaceOfIPL', + 'OuterSurfaceOfGCL', + 'OuterSurfaceOfOPL', + 'OuterSurfaceOfINL', + 'SurfaceBetweenInnerAndOuterSegmentsOfThePhotoreceptors', + 'OuterSurfaceOfHFL', + 'AnteriorSurfaceOfTheRPE', + 'SurfaceOfTheInterdigitatingZoneBetweenRetinaAndRPE', + 'OuterSurfaceOfRNFL'], + 'FMA': ['ArcuateFasciculus'], + 'SCT': ['ProfundaFemorisVein', + 'LeftHypochondriacRegion', + 'SternocleidomastoidMuscle', + 'TruncusCoeliacus', + 'InferiorLongitudinalFasciculus', + 'BasilarArtery', + 'ParanasalSinus', + 'BrainCerebrospinalFluidPathway', + 'WristJoint', + 'MidCircumflexCoronaryArtery', + 'CentralRetinalVein', + 'IntermediateArteryRamus', + 'GenicularArtery', + 'LeftVentricleInflow', + 'FontanelOfSkull', + 'SigmoidColon', + 'GastricArtery', + 'SubscapularisMuscle', + 'ExternalEar', + 'LeftVentricleOutflowTract', + 'RightFemoralArtery', + 'Intracranial', + 'JawRegion', + 'Calcaneus', + 'SolealVein', + 'IntercostalArtery', + 'PeripheralNerve', + 'LobarArtery', + 'TeresMajorMuscle', + 'PatentDuctusArteriosus', + 'ThighPerforator', + 'MesentericVein', + 'Pituitary', + 'MaleInternalGenitalia', + 'MidRightCoronaryArtery', + 'PalatineBone', + 'CoronaryArtery', + 'RightBranchOfHepaticArtery', + 'UpperLimb', + 'DuraMater', + 'ExternalIliacVein', + 'CongenitalPulmonaryArteriovenousFistula', + 'DescendingAorta', + 'ParietalBone', + 'Flank', + 'Maxilla', + 'EsophagealHiatus', + 'CentralRetinalArtery', + 'Neurohypophysis', + 'SegmentalArtery', + 'BrachialVein', + 'RightUpperQuadrantOfAbdomen', + 'Eye', + 'SuperficialPalmarArch', + 'Prostate', + 'HepaticArtery', + 'FacialBones', + 'Back', + 'PeronealArtery', + 'Duodenum', + 'RightHypochondriacRegion', + '_1stMarginalCoronaryArtery', + 'SuperiorMesentericVein', + 'LumbarArtery', + 'Cornea', + 'Larynx', + 'PeronealVein', + 'FemoralArtery', + 'Ovary', + 'ThoracoLumbarSpine', + 'Urethra', + 'CoronaryArteryGraft', + 'Head', + 'AdrenalGland', + 'MitralValve', + 'AcromioclavicularJoint', + 'UmbilicalRegion', + 'SupraspinatusMuscle', + 'CongenitalCoronaryArteryFistulaToRightVentricle', + 'Calyx', + 'PosteriorMedialTributary', + 'PulmonaryVein', + 'SoftPalate', + 'Submental', + 'ExternalIntercostalMuscle', + 'CranialVenousSystem', + 'NucleusAccumbens', + 'GiacominiVein', + 'PoplitealFossa', + 'MiddleCerebellarPeduncle', + 'PulmonaryArteryConduit', + 'InternalCarotidArteryC5Segment', + 'FissureOfLung', + 'RightVentricle', + 'LevatoresCostarumMuscles', + 'FrontalLobe', + 'VagusNerve', + 'Adventitia', + 'Abdomen', + 'HeadAndNeck', + 'Hypopharynx', + 'RightCoronaryArteryOstium', + 'HepaticVein', + 'MarginalCoronaryArtery', + 'PelvisAndLowerExtremities', + 'InternalMammaryArtery', + 'Bladder', + 'Vulva', + 'LargeIntestine', + 'EntorhinalCortex', + 'Forearm', + 'BronchialArtery', + 'NeckChestAndAbdomen', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'TemporalLobe', + 'SystemicArtery', + 'PosteriorTibialArtery', + 'FemoralVein', + 'RightAuricularAppendage', + 'GreatSaphenousVeinOfThigh', + 'LeftHepaticVein', + 'AbdominalWallMuscle', + 'SuperficialFemoralArtery', + 'VomerBone', + 'UterusAndFallopianTubes', + 'Arachnoid', + '_2ndMarginalCoronaryArtery', + 'SuperiorCerebellarPeduncle', + 'AorticArch', + 'Carina', + 'Telencephalon', + 'LeftBranchOfHepaticArtery', + 'ArcuateArteryOfTheKidney', + 'Heart', + 'TarsalJoint', + 'CephalicVein', + 'LingualArtery', + 'Lip', + 'GastricVein', + 'AirwayStructure', + 'CongenitalCoronaryArteryFistulaToRightAtrium', + 'DeltoidMuscle', + 'LeftMainCoronaryArtery', + 'CerebralFornix', + 'Penis', + 'Baffle', + 'InferiorRightHepaticVein', + 'VentricularVein', + 'CarotidSiphon', + 'SystemicVenousAtrium', + 'PlantarArterialArch', + 'Parathyroid', + 'AnomalousPulmonaryVein', + 'CervicoThoracicSpine', + 'LeftMainCoronaryArteryOstium', + 'Scapula', + 'LesserSaphenousVein', + 'Kidney', + 'AutonomicNerve', + 'GreatSaphenousVein', + 'OmentalBursa', + 'InternalCarotidArtery', + 'Ureter', + 'RightPosteriorAVCoronaryArtery', + 'UlnarVein', + 'FascialLayer', + 'AorticValve', + 'MiddleEar', + 'InternalAuditoryCanal', + 'RightPulmonaryArtery', + 'RenalPelvis', + 'ProperHepaticArtery', + 'InterlobarArteryOfKidney', + 'Thrombus', + 'VenousNetwork', + 'SubcostalMuscle', + 'CorpusCallosum', + 'CommonAtrium', + 'PerforatingArteryOfKidney', + 'Humerus', + 'Ilium', + 'AorticFistula', + 'InternalCarotidArteryC6Segment', + 'ILMInternalLimitingMembrane', + 'NasalBone', + 'AnteriorTibialArtery', + 'CranialNerve', + 'Cervix', + 'SkinOfAbdomen', + 'LeftAnteriorDescendingCoronaryArtery', + 'Artery', + 'CommonCarotidArtery', + 'Buttock', + 'InnermostIntercostalMuscles', + '_3rdMarginalCoronaryArtery', + 'FallopianTube', + 'MastoidBone', + 'Vein', + 'CommonIliacArteryBifurcation', + 'MiddleHepaticVein', + 'CerebrospinalFluid', + 'EsophagealArtery', + 'Thigh', + 'RadialVein', + 'InferiorRightPulmonaryVein', + 'Trachea', + 'PulmonaryValveSinuses', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'UterineArtery', + 'BodyConduit', + 'Thalamus', + 'EndoVesical', + 'RightVentricleInflow', + 'MesentericArtery', + 'LeftLowerQuadrantOfAbdomen', + 'MuscleOfHead', + 'SpinalCerebrospinalFluidPathway', + 'MiddleCerebralArteryM1Segment', + 'SesamoidBonesOfFoot', + 'InternalIliacArtery', + 'SuperiorVenaCava', + 'SixthLumbarArtery', + 'PosteriorArchVein', + 'AnteriorSpinalArtery', + 'AnusRectumAndSigmoidColon', + 'Omentum', + 'SplenicVein', + 'Colon', + 'SubmandibularGland', + 'CentralNervousSystem', + 'CarotidBifurcation', + 'LeftLumbarRegion', + 'InnominateArtery', + 'SplenicArtery', + 'FemaleInternalGenitalia', + 'Extremity', + 'FacialArtery', + 'AccessoryRenalArtery', + 'BoneStructureOfHeadAndOrNeck', + 'EpigastricRegion', + 'Media', + 'SeminalVesicle', + 'DistalCircumflexCoronaryArtery', + 'AbdominalCavity', + 'TeresMinorMuscle', + 'BoneOfUpperLimb', + 'DorsalisPedisArtery', + 'Vagina', + 'LongissimusMuscle', + 'LowerInnerQuadrantOfBreast', + 'Clavicle', + 'ParotidGland', + 'AorticIsthmus', + 'CommonFemoralVein', + 'SubstantiaNigra', + '_1stLeftPosterolateralCoronaryArtery', + 'Subxiphoid', + 'UpperInnerQuadrantOfBreast', + 'Diaphragm', + 'ThoracicAorta', + 'RightInguinalRegion', + 'VasDeferens', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'Ileum', + 'SalivaryGland', + 'VertebralArtery', + 'TransjugularIntrahepaticPortosystemicShunt', + 'RightLowerQuadrantOfAbdomen', + 'SupraRenalAorta', + 'InternalJugularVein', + 'LacrimalArteryOfRightEye', + 'CockettPerforatingVein', + 'ChordaeTendineaeCordis', + 'LumboSacralSpine', + 'SacroiliacJoint', + 'RightMainBronchus', + 'ScalenousAnteriorMuscle', + 'AVGrooveContinuationOfCircumflexArtery', + 'EntireBody', + 'TesticularArtery', + 'Thumb', + 'HypogastricRegion', + 'RightLumbarRegion', + 'GreatCardiacVein', + 'HyoidBone', + 'ThoracicDuct', + 'MiddleLobeOfRightLung', + 'BoydPerforatingVein', + 'Peritioneum', + 'CommonIliacArtery', + 'SupraclavicularRegionOfNeck', + 'Meninges', + 'Shoulder', + 'TransversusThoracis', + 'VascularGraft', + 'CerebellarWhiteMatter', + 'InterventricularSeptum', + '_2ndLeftPosterolateralCoronaryArtery', + 'MiddleCerebralArteryM2Segment', + 'Cingulum', + 'LowerLobeOfLung', + 'TesticularVein', + 'AnteriorTibialVein', + 'LacrimalBone', + 'BasilicVein', + 'LeftInguinalRegion', + 'RightCoronaryArtery', + 'HunterianPerforatingVein', + 'IntraPelvic', + 'Putamen', + 'ProfundaFemorisArtery', + 'CostocervicalTrunk', + 'Pharynx', + 'FifthLumbarArtery', + 'AxillaryVein', + 'LigamentumArteriosum', + 'Nasopharynx', + 'SuprapulmonicValveArea', + 'SympatheticTrunk', + 'LobeOfLung', + 'SubclavianVein', + 'PulmonaryValve', + 'ExternalIliacArtery', + 'ProximalRightCoronaryArtery', + 'TemporalBone', + 'BoneOfLowerLimb', + 'Midbrain', + 'OvarianVein', + 'PosteriorCerebralArtery', + 'BrachialPlexus', + 'ErectorSpinaeMuscle', + 'DeepPalmarVenousArch', + 'ApexOfRightVentricle', + 'LateralCalfPerforator', + 'Mouth', + 'PharynxAndLarynx', + 'CarotidArtery', + 'FourthLumbarArtery', + 'SmallestCardiacVein', + 'ThirdLumbarArtery', + 'LimbicLobe', + 'SkinOfChest', + 'UmbilicalArtery', + 'BuccalRegionOfFace', + 'LymphNode', + 'PrimitiveAorta', + 'RadialArtery', + 'LeftFemoralArtery', + 'LumenOfBloodVessel', + 'TrapeziusMuscle', + 'Esophagus', + 'AntecubitalVein', + 'SpinalCordGrayMatter', + 'Mandible', + 'LateralCorticospinalTract', + 'Parasternal', + 'LeftMainBronchus', + 'BroadLigament', + 'SystemicVein', + 'OccipitalLobe', + 'CerebralAqueduct', + 'Insula', + 'PulmonaryVein', + 'MuscleOfNeck', + 'SubclavianArtery', + 'Amygdala', + 'Lung', + '_3rdLeftPosterolateralCoronaryArtery', + 'OpticChiasm', + 'OphthalmicArtery', + 'Nose', + 'PancreaticDuct', + 'Hand', + 'PectoralisMajorMuscle', + 'CardiovascularSystem', + 'FemaleExternalGenitalia', + 'OvarianArtery', + 'Chest', + 'ElbowJoint', + 'Hippocampus', + 'Sternum', + 'NeckAndChest', + 'RightVentricleOutflowTract', + 'GlobusPallidus', + 'SuperficialFemoralVein', + 'SuperiorLeftPulmonaryVein', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + 'BileDuct', + 'SystemicCollateralArteryToLung', + 'UpperOuterQuadrantOfBreast', + 'PancreaticDuctAndBileDuctSystems', + 'ApexOfLeftVentricle', + 'PericardialCavity', + 'PulmonaryArtery', + 'Skull', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'AtrioventricularVein', + 'Thyroid', + 'EthmoidBone', + 'OpticRadiation', + 'InfraRenalAorta', + 'SternoclavicularJoint', + 'EndoNasopharyngeal', + 'EsophagusStomachAndDuodenum', + 'Breast', + 'Neck', + 'AxillaryFascia', + 'CarotidBulb', + 'Finger', + 'PoplitealVein', + 'InfraspinatusMuscle', + 'PiaMater', + 'TricuspidValve', + 'RightAtrium', + 'VascularSclerosis', + 'SuperiorPhrenicArtery', + 'CommonVentricle', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'InnerEar', + 'Coccyx', + 'AtrialSeptalDefect', + 'RightPulmonaryVein', + 'Uterus', + 'TemporomandibularJoint', + 'Ventricle', + 'DescendingAorta', + 'TracheaAndBronchus', + 'Testis', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'OccipitalBone', + 'Eyeball', + 'Face', + 'Spine', + 'UrinarySystem', + 'BrainStem', + 'Foot', + 'WhiteMatter', + 'MuscleOfUpperLimb', + 'PeripheralNervousSystem', + 'PinealGland', + 'UpperLobeOfLung', + 'Zygoma', + 'InnominateVein', + 'ProximalCircumflexCoronaryArtery', + 'LowerLimb', + 'PosteriorCommunicationArtery', + 'JuxtaposedAtrialAppendage', + 'VertebralColumnAndCranium', + 'Jejunum', + 'CarotidBody', + 'ChestAbdomenAndPelvis', + 'AbdominalAorta', + 'RightHepaticVein', + 'GastrocnemiusVein', + 'Scalp', + 'Tongue', + 'ChestWallMuscle', + 'GrayMatter', + 'Fibula', + 'SuperiorLongitudinalFasciculus', + 'OrbitalStructure', + 'InferiorCardiacVein', + 'LeftMainBranchOfPortalVein', + 'InternalIntercostalMuscle', + 'LateralVentricle', + 'CaudateNucleus', + 'LacrimalArtery', + 'OccipitalArtery', + 'Brain', + 'BloodVessel', + 'Sclera', + 'AnteriorPosteriorCerebralArteryBifurcation', + 'AtrialVein', + '_1stDiagonalCoronaryArtery', + 'SuprasternalNotch', + 'Perineum', + 'InteratrialSeptum', + 'Rectum', + 'Femur', + 'AnteriorCardiacVein', + 'Pancreas', + 'BoneOfThorax', + 'LeftAtrium', + 'CerebralArtery', + 'InferiorMesentericArtery', + 'DigitalArteryOfHand', + 'SecondLumbarArtery', + 'IliocostalisMuscle', + '_1stRightPosterolateralCoronaryArtery', + 'BladderAndUrethra', + 'CervicalSpine', + 'IliacAndOrFemoralArtery', + 'SpinalCordWhiteMatter', + 'Sacrum', + 'SmallIntestine', + 'SuperiorRightPulmonaryVein', + 'InferiorVenaCava', + 'MaleExternalGenitalia', + 'IntraArticular', + 'Axilla', + 'RetroperitonealSpace', + 'Thymus', + 'ELMExternalLimitingMembrane', + 'AnteriorMiddleCerebralArteryBifurcation', + 'ParietalLobe', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'DistalRightCoronaryArtery', + 'CerebralCortex', + 'TruncusArteriosusCommunis', + 'Tooth', + 'Joint', + 'SubmandibularArea', + 'GreatSaphenousVeinOfCalf', + 'LeftPulmonaryVein', + 'PectoralisMinorMuscle', + 'OpticCanal', + 'Aorta', + 'SuperficialTemporalArtery', + 'MedialLemniscus', + 'Diencephalon', + 'CongenitalCoronaryArteryFistulaToLeftVentricle', + 'NeckChestAbdomenAndPelvis', + 'InferiorCerebellarPeduncle', + 'RightMainBranchOfPortalVein', + 'SphenoidBone', + 'LatissimusDorsiMuscle', + 'Spleen', + 'ChestAndAbdomen', + 'CommonHepaticArtery', + 'AnkleJoint', + 'LowerOuterQuadrantOfBreast', + 'Mediastinum', + 'Cerebellum', + 'FirstLumbarArtery', + 'PoplitealArtery', + 'UpperUrinaryTract', + 'PulmonaryVenousAtrium', + 'Bronchus', + 'Pelvis', + 'PulmonaryChamberOfCorTriatriatum', + 'DorsalScapularArtery', + 'UlnarArtery', + 'LeftVentricle', + 'AbdomenAndPelvis', + 'LumbarRegion', + 'CostalCartilage', + 'ThoracicSpine', + 'FourthVentricle', + 'SaphenousVein', + 'Gallbladder', + '_2ndRightPosterolateralCoronaryArtery', + 'RenalArtery', + 'PeritonealCavity', + 'UpperArm', + 'OpticTract', + 'HipJoint', + 'TrunkOfPulmonaryArtery', + 'GastroduodenalArtery', + 'AzygosVein', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'Liver', + 'HipJoint', + 'Rib', + 'SerratusAnteriorMuscle', + 'CommonFemoralArtery', + 'SmallCardiacVein', + 'SuperficialPalmarVenousArch', + 'Vertebra', + 'Stomach', + 'CircumflexCoronaryArtery', + 'AnteriorCommunicatingArtery', + 'CongenitalCoronaryArteryFistulaToLeftAtrium', + 'InferiorMesentericVein', + 'MedianCubitalVein', + 'CoronarySinus', + 'HilarArtery', + 'TerminalInternalCarotidArtery', + 'ApexOfLung', + 'ThirdVentricle', + 'Atrium', + 'CerebralWhiteMatter', + 'Knee', + '_3rdDiagonalCoronaryArtery', + 'SpinalisMuscle', + 'SubarachnoidSpace', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'EyeRegion', + 'BrainVentricle', + 'Anus', + 'UmbilicalVein', + 'FrontalBone', + 'CommonIliacVein', + 'TrabeculaeCarnae', + 'InguinalRegion', + 'PosteriorCerebralArteryP1Segment', + '_3rdRightPosterolateralCoronaryArtery', + 'EndoNasal', + 'LumbarSpine', + 'ThyrocervicalTrunk', + 'InferiorPhrenicArtery', + 'PrimitivePulmonaryArtery', + 'HilumOfLung', + 'SellaTurcica', + 'PortalVein', + 'Scrotum', + 'PosteriorCerebralCommissure', + 'InferiorLeftPulmonaryVein', + 'UncinateFasciculus', + 'AnteriorCerebralArtery', + 'LowerLeg', + 'RenalVein', + 'InternalIliacVein', + 'IlealVein', + 'Ear', + 'Toe', + 'SpinalCord', + 'MiddleCardiacVein', + 'Pericardium', + 'MiddleCerebralArtery', + 'PosteriorCerebralArteryP2Segment', + 'PosteriorDescendingRightCoronaryArtery', + 'CorpusStriatum', + 'LeftAuricularAppendage', + 'CircleOfWillis', + 'Adenohypophysis', + 'PosteriorTibialVein', + 'SaphenopoplitealJunction', + '_1stSeptalCoronaryArtery', + 'MuscleOfLowerLimb', + 'Eyelid', + 'AscendingAorta', + 'LeftUpperQuadrantOfAbdomen', + 'DeepPalmarArchOfRadialArtery', + 'PericardiophrenicArtery', + 'Pleura', + 'Subcostal', + 'Intima', + 'ExternalAuditoryCanal', + 'Patella', + 'SegmentOfLung', + 'OccipitalVein', + 'DoddPerforatingVein']} + +name_for_cid[4244] = 'OphthalmicAgentConcentrationUnits' +cid_concepts[4244] = \ +{'UCUM': ['Percent', 'mgml']} + +name_for_cid[9533] = 'DeliveryTimeStructure' +cid_concepts[9533] = \ +{'DCM': ['ContinuousPermanent', + 'ContinuousTemporary', + 'HyperFractionation', + 'HypoFractionation', + 'StandardFractionation', + 'SingleFraction']} + +name_for_cid[12255] = 'CardiacUltrasoundMyocardiumMeasurements' +cid_concepts[12255] = \ +{'DCM': ['WallMass'], + 'LN': ['EndocardialArea', 'EpicardialArea', 'MyocardialPerformanceIndexTei']} + +name_for_cid[3217] = 'ComparisonFinding' +cid_concepts[3217] = \ +{'DCM': ['AgreementWithPriorFindings', 'DisagreementWithPriorFindings']} + +name_for_cid[6015] = 'SingleImageFindingfromBIRADS®' +cid_concepts[6015] = \ +{'DCM': ['CooperLigamentChanges', 'MassInTheSkin', 'MassOnTheSkin'], + 'SCT': ['BreastComposition', + 'AxillaryAdenopathy', + 'Edema', + 'AxillaryLymphNode', + 'TrabecularThickeningOfBreast', + 'SkinRetractionOfBreast', + 'ArchitecturalDistortionOfBreast', + 'TubularDensity', + 'MammographyBreastDensity', + 'SkinLesion', + 'IndividualCalcification', + 'SkinThickeningOfBreast', + 'CalcificationCluster', + 'IntramammaryLymphNode']} + +name_for_cid[4028] = 'CraniofacialAnatomicRegions' +cid_concepts[4028] = \ +{'SCT': ['TemporalBone', + 'VomerBone', + 'HyoidBone', + 'ParanasalSinus', + 'SoftPalate', + 'MiddleEar', + 'InternalAuditoryCanal', + 'Neck', + 'MuscleOfHead', + 'VertebralColumnAndCranium', + 'Lip', + 'Tongue', + 'InnerEar', + 'ExternalEar', + 'FacialBones', + 'HeadAndNeck', + 'SubmandibularGland', + 'JawRegion', + 'TemporomandibularJoint', + 'NasalBone', + 'OrbitalStructure', + 'SalivaryGland', + 'OccipitalBone', + 'Tooth', + 'LacrimalBone', + 'BoneStructureOfHeadAndOrNeck', + 'Mandible', + 'Eyeball', + 'EyeRegion', + 'Larynx', + 'OpticCanal', + 'MastoidBone', + 'Skull', + 'FrontalBone', + 'SphenoidBone', + 'EthmoidBone', + 'Head', + 'PalatineBone', + 'Trachea', + 'MuscleOfNeck', + 'ParietalBone', + 'Maxilla', + 'CervicalSpine', + 'Zygoma']} + +name_for_cid[10004] = 'FluoroModes' +cid_concepts[10004] = \ +{'DCM': ['Continuous', 'Pulsed']} + +name_for_cid[27] = 'BasicCardiacViews' +cid_concepts[27] = \ +{'SCT': ['VerticalLongAxis', 'ShortAxis', 'HorizontalLongAxis']} + +name_for_cid[1011] = 'ReferenceGeometryPoints' +cid_concepts[1011] = \ +{'DCM': ['CenterOfMass', 'GeometricCenterpoint']} + +name_for_cid[623] = 'MedicationforSmallAnimalAnesthesia' +cid_concepts[623] = \ +{'SCT': ['Chloroform', + 'Succinylcholine', + 'Pancuronium', + 'Lidocaine', + 'Pentobarbital', + 'Xylazine', + 'Chlorpromazine', + 'Diazepam', + 'Enflurane', + 'Urethane', + 'Acepromazine', + 'Thiamylal', + 'Sevoflurane', + 'Etomidate', + 'Tribromoethanol', + 'Methohexital', + 'Bupivacaine', + 'LidocainePrilocaine', + 'Azaperone', + 'Halothane', + 'Tiletamine', + 'Zolazepam', + 'Isoflurane', + 'Propofol', + 'Midazolam', + 'Desflurane', + 'Alphachloralose', + 'ChloralHydrate', + 'Methoxyflurane', + 'Alphadolone', + 'Butabarbital', + 'Ketamine', + 'DiethylEther', + 'MedicalAir', + 'Thiopental', + 'CarbonDioxide', + 'Droperidol', + 'NitrousOxide', + 'OxygenGas'], + 'UMLS': ['RoomAir', 'Alphaxalone', 'Fluanisone', 'Metomidate']} + +name_for_cid[12202] = 'LeftVentricleVolume' +cid_concepts[12202] = \ +{'LN': ['LeftVentricularEjectionFractionByUS', + 'LeftVentricularEndSystolicVolume', + 'LeftVentricularEndDiastolicVolume']} + +name_for_cid[3493] = 'IVUSRelativeStenosisSeverities' +cid_concepts[3493] = \ +{'DCM': ['T2Secondary', 'T3Secondary', 'T1Worst', 'T4Secondary']} + +name_for_cid[7203] = 'ImageDerivation' +cid_concepts[7203] = \ +{'DCM': ['SpatialResampling', + 'PixelByPixelAddition', + 'EdgeEnhancement', + 'Smoothing', + 'GaussianBlur', + 'UnsharpMask', + 'PixelByPixelDivision', + 'PixelByPixelMask', + 'PixelByPixelMaximum', + 'LossyCompression', + 'PixelByPixelSubtraction', + 'PerfusionImageAnalysis', + 'DiffusionTractography', + 'DiffusionImageAnalysis', + 'PixelByPixelMean', + 'VolumeRendering', + 'PixelByPixelMultiplication', + 'SurfaceRendering', + 'MultiEnergyProportionalWeighting', + 'Segmentation', + 'ExtractionOfIndividualSubjectFromGroup', + 'VolumeEditing', + 'MaximumIntensityProjection', + 'MinimumIntensityProjection', + 'ImageStitching', + 'SpatiallyRelatedFramesExtractedFromTheVolume', + 'TemporallyRelatedFramesExtractedFromTheSetOfVolumes', + 'PolarToRectangularScanConversion', + 'MetaboliteMapsFromSpectroscopyData', + 'MultiplanarReformatting', + 'PixelByPixelMinimum', + 'CurvedMultiplanarReformatting', + 'OCTBScanAnalysis']} + +name_for_cid[3610] = 'GradientSourceLocations' +cid_concepts[3610] = \ +{'SCT': ['TricuspidValve', + 'RightVentricleOutflowTract', + 'PulmonaryValve', + 'PulmonaryArtery', + 'CoarctationOfAorta', + 'AorticValve', + 'AtrialSeptalDefect', + 'MitralValve', + 'VentricularSeptalDefect', + 'LeftVentricleOutflowTract']} + +name_for_cid[6042] = 'StatusofResults' +cid_concepts[6042] = \ +{'DCM': ['Succeeded', 'PartiallySucceeded', 'Failed', 'NotAttempted']} + +name_for_cid[3240] = 'ElectrophysiologyMeasurementFunctionsandTechniques' +cid_concepts[3240] = \ +{'DCM': ['PacingElectricalStimulusVoltage', + 'MonopoleSignal', + 'HisBundleElectrogram', + 'DifferentialSignal', + 'VoltageMeasurementByMappingCatheter', + 'VoltageMeasurementByBasketCatheter', + 'VoltageMeasurement', + 'RadioFrequencyAblationPower']} + +name_for_cid[3755] = 'CathComplications' +cid_concepts[3755] = \ +{'SCT': ['EmergencyPercutaneousCoronaryIntervention', + 'CardiogenicShock', + 'Arrhythmia', + 'ContrastMediaAdverseReaction', + 'CongestiveHeartFailure', + 'CerebrovascularAccidentOrStroke', + 'CardiacTamponade', + 'EmergencyCoronaryArteryBypass', + 'RenalFailure', + 'CardiacArrest']} + +name_for_cid[6107] = 'WidthDescriptor' +cid_concepts[6107] = \ +{'DCM': ['Vasoconstriction', 'Vasodilation'], 'SCT': ['Narrow', 'Enlarged']} + +name_for_cid[70] = 'Flush' +cid_concepts[70] = \ +{'SCT': ['Dextran', 'Saline', 'LactatedRingerS']} + +name_for_cid[635] = 'HeatingMethod' +cid_concepts[635] = \ +{'DCM': ['HeatedWaterBlanket', + 'PreHeatedPad', + 'Unheated', + 'ForcedAirHeater', + 'HeatedImagingDevice', + 'HeatedPatientSupport'], + 'SCT': ['NonElectricHeatingPad', + 'ForcedAirWarmingBlanket', + 'ElectricHeatingPad', + 'WarmerDevice', + 'AirHeatingPad', + 'ElectricBlanket', + 'WarmingBlanket'], + 'UMLS': ['HeatLamp']} + +name_for_cid[4205] = 'OphthalmicLens' +cid_concepts[4205] = \ +{'SCT': ['IndirectOphthalmoscopyLens', + 'ContactFundusLens', + 'ConcaveNoncontactFundusLens', + 'ConcaveContactFundusLens', + 'Goniolens', + 'NoncontactFundusLens', + 'ConvexContactFundusLens', + 'ConvexNoncontactFundusLens']} + +name_for_cid[3485] = 'IVUSVolumeMeasurements' +cid_concepts[3485] = \ +{'DCM': ['NativePlaqueVolume', + 'TotalPlaqueVolume', + 'InStentNeointimalVolume', + 'EEMVolume', + 'LumenVolume'], + 'SCT': ['StentVolume']} + +name_for_cid[12214] = 'EchocardiographyPulmonaryVeins' +cid_concepts[12214] = \ +{'LN': ['PulmonaryVeinSystolicPeakVelocity', + 'PulmonaryVeinDiastolicPeakVelocity', + 'HeartRate', + 'PulmonaryVeinAtrialContractionReversalPeakVelocity', + 'PulmonaryVeinSystolicToDiastolicRatio'], + 'SCT': ['PulmonaryVeinAWaveDuration', + 'PulmonaryVeinSWaveVelocityTimeIntegral', + 'PulmonaryVeinDWaveVelocityTimeIntegral']} + +name_for_cid[6054] = 'BreastImagingFindings' +cid_concepts[6054] = \ +{'DCM': ['ComplexCyst', + 'IntracysticLesion', + 'SolidMass', + 'NormalBreastTissue', + 'BreastGeometry', + 'ImageQuality', + 'DuctNarrowing', + 'NonLesion', + 'IntraluminalFillingDefect', + 'ClusteredMicrocysts', + 'MultipleFillingDefect', + 'AbruptDuctTermination', + 'Extravasation', + 'ComplicatedCyst', + 'CystFill', + 'CooperLigamentChanges', + 'MassInTheSkin', + 'SelectedRegion', + 'MassOnTheSkin', + 'MassWithCalcifications'], + 'SCT': ['CalcificationOfBreast', + 'BreastComposition', + 'ForeignBody', + 'CystOfBreast', + 'UltrasoundScanNormal', + 'AxillaryLymphNode', + 'AsymmetricBreastTissue', + 'SkinRetractionOfBreast', + 'ArchitecturalDistortionOfBreast', + 'TubularDensity', + 'MammographyBreastDensity', + 'SkinLesion', + 'BreastNormal', + 'SkinThickeningOfBreast', + 'FocalAsymmetricBreastTissue', + 'LymphNode', + 'AxillaryAdenopathy', + 'Edema', + 'TrabecularThickeningOfBreast', + 'SebaceousCystOfSkinOfBreast', + 'IndividualCalcification', + 'Nipple', + 'MammaryDuctEctasia', + 'MammographicBreastMass', + 'CalcificationCluster', + 'Implant', + 'IntramammaryLymphNode']} + +name_for_cid[3606] = 'ArterialSourceLocations' +cid_concepts[3606] = \ +{'SCT': ['InternalCarotidArtery', + 'BasilarArtery', + 'CommonFemoralArtery', + 'PulmonaryArteriovenousFistula', + 'LateralPlantarArtery', + 'RightPulmonaryArtery', + 'PulmonaryArteryConduit', + 'AnteriorCommunicatingArtery', + 'FistulaCoronaryToLeftAtrium', + 'GeniculateArtery', + 'ThoracicAorta', + 'CarotidArtery', + 'UmbilicalArtery', + 'NeoAorta', + 'PulmonaryVeinWedge', + 'AorticFistula', + 'RadialArtery', + 'RightFemoralArtery', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'LeftFemoralArtery', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'InternalMammaryArtery', + 'TruncusArteriosusCommunis', + 'Artery', + 'VertebralArtery', + 'CommonCarotidArtery', + 'Aorta', + 'PatentDuctusArteriosus', + 'SuperficialTemporalArtery', + 'FistulaCoronaryToLeftVentricle', + 'CoronaryArtery', + 'DescendingAorta', + 'SubclavianArtery', + 'NeonatalPulmonaryArteryPrimitivePA', + 'TibialArtery', + 'SuperficialFemoralArtery', + 'OphthalmicArtery', + 'MesentericArtery', + 'MedialPlantarArtery', + 'PosteriorCommunicatingArtery', + 'PoplitealArtery', + 'AorticArch', + 'AbdominalAorta', + 'LingualArtery', + 'AnteriorSpinalArtery', + 'HepaticArtery', + 'PeronealArtery', + 'Baffle', + 'BrachiocephalicTrunk', + 'RenalArtery', + 'SystemicCollateralArteryToLung', + 'FacialArtery', + 'LacrimalArtery', + 'LumbarArtery', + 'OccipitalArtery', + 'AscendingAorta', + 'FemoralArtery', + 'PulmonaryArtery', + 'BrachialArtery', + 'ProfundaFemorisArtery', + 'CerebralArtery', + 'FistulaCoronaryToRightAtrium', + 'FistulaCoronaryToRightVentricle']} + +name_for_cid[6404] = 'ChestNonlesionObjectTypePhysicalObjects' +cid_concepts[6404] = \ +{'DCM': ['Portacath', + 'ChestTube', + 'CentralLine', + 'KidneyStent', + 'PancreaticStent', + 'NippleRing', + 'Coin', + 'FiducialMark'], + 'SCT': ['JejunostomyTube', + 'Suture', + 'VenaCavaFilter', + 'HeartValveProsthesis', + 'Needle', + 'Jewelry', + 'Prosthesis', + 'FeedingTube', + 'Catheter', + 'EndotrachealTube', + 'Tracheotomy', + 'Staple', + 'UretericStent', + 'Bullet', + 'Pin', + 'CardiacPacemaker', + 'CardiacPacemakerLead', + 'CervicalCollar']} + +name_for_cid[7215] = 'SpectroscopyPurposeofReference' +cid_concepts[7215] = \ +{'DCM': ['SpectroscopyDataForWaterPhaseCorrection']} + +name_for_cid[10045] = 'RadiopharmaceuticalPatientState' +cid_concepts[10045] = \ +{'DCM': ['CardiacStressState', + 'AcuteUnilateralRenalBlockage', + 'LowThyroidUptake', + 'HighThyroidUptake', + 'SeverelyJaundiced'], + 'SCT': ['AbnormalRenalFunction', 'RestingState']} + +name_for_cid[66] = 'MedicationforImagingAgentAdministration' +cid_concepts[66] = \ +{'SCT': ['Alfentanil', 'Remifentanil', 'Propofol', 'Midazolam', 'Sufentanil']} + +name_for_cid[6111] = 'BronchovascularAnatomyFindingorFeature' +cid_concepts[6111] = \ +{'DCM': ['CarinaAngle', 'CentrilobularStructures'], + 'SCT': ['HilumOfLung', 'AirwayStructure', 'Carina', 'Bronchus']} + +name_for_cid[3743] = 'Clopidogrel/TiclopidineAdministration' +cid_concepts[3743] = \ +{'SCT': ['Contraindicated', + 'AdministeredAfterPercutaneousCoronaryIntervention', + 'NotAdministered', + 'AdministeredLessThan72HoursBeforePCI']} + +name_for_cid[4252] = 'VisualFieldStaticPerimetryScreeningTestModes' +cid_concepts[4252] = \ +{'DCM': ['AgeCorrected', + 'ThresholdRelated', + 'UserChosenValue', + 'SingleLuminance', + 'FovealSensitivityRelated', + 'RelatedToNonMacularSensitivity']} + +name_for_cid[7184] = 'AbstractMultidimensionalImageModelAxisDirection' +cid_concepts[7184] = \ +{'DCM': ['SeptumWallAxis', + 'AnteriorInferiorAxis', + 'ApexBaseAxis', + 'AnteriorPosteriorAxis', + 'HeadFootAxis', + 'LeftRightAxis']} + +name_for_cid[12306] = 'EchoFlowDirections' +cid_concepts[12306] = \ +{'SCT': ['RetrogradeDirection', 'AntegradeDirection']} + +name_for_cid[12243] = 'LeftVentricleFindingSites' +cid_concepts[12243] = \ +{'SCT': ['LeftVentricleOutflowTract']} + +name_for_cid[9525] = 'RadiationTherapyParticle' +cid_concepts[9525] = \ +{'SCT': ['Electron', 'Photon']} + +name_for_cid[3651] = 'HemodynamicMeasurementPhase' +cid_concepts[3651] = \ +{'SCT': ['CardiacCatheterizationBaselinePhase', + 'CardiacCatheterizationTestChallengePhase', + 'CardiacCatheterizationGradientAssessmentPhase', + 'DrugInfusionChallenge', + 'CardiacCatheterizationPostInterventionPhase', + 'CardiacCatheterizationPostContrastPhase', + 'RestingState', + 'ExerciseChallenge']} + +name_for_cid[6003] = 'ChangeSinceLastMammogramorPriorSurgeryfromBIRADS®' +cid_concepts[6003] = \ +{'SCT': ['RemovalOfImplantSincePreviousMammogram', + 'ImplantRevisedSincePreviousMammogram', + 'NoSignificantChangesInTheFinding', + 'IncreaseInSize', + 'NewFinding', + 'IncreaseInNumberOfCalcifications', + 'DecreaseInNumberOfCalcifications', + 'LessDefined', + 'FindingPartiallyRemoved', + 'MoreDefined', + 'DecreaseInSize']} + +name_for_cid[3201] = 'IndicationsforStressTest' +cid_concepts[3201] = \ +{'SCT': ['AbnormalExerciseToleranceTest', + 'Arrhythmia', + 'Palpitations', + 'PreOperative', + 'AnginaPectoris', + 'Syncope', + 'HeartFailure', + 'AbnormalECG', + 'CoronaryArteryDisease', + 'SupraventricularTachycardia', + 'HistoryOfCABG', + 'LeftBundleBranchBlock', + 'ValvularHeartDisease', + 'PostPTCA', + 'ChestPain', + 'Hypertension', + 'OccupationalRequirement', + 'HistoryOfMyocardialInfarction', + 'HeartDiseaseRiskFactors', + 'Dyspnea']} + +name_for_cid[3714] = 'Thrombus' +cid_concepts[3714] = \ +{'SCT': ['PossibleThrombus', + 'SevereThrombus', + 'NoThrombus', + 'DefiniteThrombus']} + +name_for_cid[6146] = 'TimePointTypes' +cid_concepts[6146] = \ +{'DCM': ['Posttreatment', 'Eligibility'], + 'UMLS': ['Unscheduled', 'Baseline', 'Pretreatment', 'Nadir']} + +name_for_cid[7307] = 'ImplantComponentTypes' +cid_concepts[7307] = \ +{'DCM': ['FemoralStem', + 'FemoralStemDistalComponent', + 'FemoralHeadConeTaperComponent', + 'FemoralStemProximalComponent', + 'FemoralStemComponent', + 'NeckComponent', + 'DistalCentralizer', + 'MonoblockStem', + 'AcetabularCupShell', + 'ProstheticShaftAugment', + 'AcetabularCupInsert', + 'FemoralHeadResurfacingComponent', + 'AcetabularCupMonoblock', + 'FemoralHeadBallComponent'], + 'SCT': ['DHSPlate', 'FemoralHeadProsthesis', 'Screw', 'BonePlate', 'BoneNail']} + +name_for_cid[31] = 'AbstractPriors' +cid_concepts[31] = \ +{'DCM': ['AtLastAppointment', + 'OnDischargeFromUnit', + 'OnDischarge', + 'PostIntervention', + 'PreIntervention', + 'OnAdmissionToUnit'], + 'SCT': ['Intraoperative', + 'PreOperative', + 'OnAdmission', + 'PreAdmission', + 'PreDose', + 'PostOperative', + 'PostDose']} + +name_for_cid[12238] = 'WallMotionScoringSchemes' +cid_concepts[12238] = \ +{'DCM': ['_5PointSegmentFindingScaleWithGradedHypokinesis', + '_5PointSegmentFindingScale', + '_4PointSegmentFindingScale']} + +name_for_cid[3850] = 'ContrastBolusSubstance' +cid_concepts[3850] = \ +{'DCM': ['NonIonicIodinatedContrastAgent'], + 'SCT': ['MeglumineIodipamide', + 'Iophendylate', + 'Iodipamide', + 'Ioxilan', + 'Bunamiodyl', + 'Ioversol', + 'Gadodiamide', + 'Metrizamide', + 'Iodixanol', + 'Ipodate', + 'Oxygen', + 'BariumSulfate', + 'SodiumTyropanoate', + 'Iohexol', + 'Water', + 'GadopentetateDimeglumine', + 'SodiumAcetrizoate', + 'Propyliodone', + 'ContrastAgent', + 'IodoalphionicAcid', + 'Iodopyracet', + 'SodiumDiprotrizoate', + 'Iothalamate', + 'Iodophthalein', + 'Ioxaglate', + 'MeglumineDiatrizoate', + 'MangafodipirTrisodium', + 'IodamideMeglumine', + 'SodiumIodipamide', + 'SodiumDiatrizoate', + 'Diatrizoate', + 'Saline', + 'NonRadiopaqueMedium', + 'ChloriodizedOil', + 'IophenoxicAcid', + 'Air', + 'Iopamidol', + 'Iopromide', + 'IopanoicAcid', + 'Dextran', + 'Gadolinium', + 'Metrizoate', + 'IonicIodinatedContrastAgent', + 'IodizedOil', + 'CarbonDioxide', + 'SodiumIodomethamate', + 'LactatedRingerS']} + +name_for_cid[7110] = 'FiducialsCategories' +cid_concepts[7110] = \ +{'DCM': ['FiducialMark'], + 'SCT': ['BodyReferencePointMarker', 'BodySurfacePoint', 'AnatomicalPoint']} + +name_for_cid[3503] = 'IndexedHemodynamicResistanceUnits' +cid_concepts[3503] = \ +{'UCUM': ['WoodUM2', 'DynScm5M2', 'PRUM2']} + +name_for_cid[3016] = 'MajorCoronaryArteries' +cid_concepts[3016] = \ +{'SCT': ['CircumflexCoronaryArtery', + 'LeftAnteriorDescendingCoronaryArtery', + 'RightCoronaryArtery', + 'LeftMainCoronaryArtery']} + +name_for_cid[3446] = 'SkinCondition' +cid_concepts[3446] = \ +{'DCM': ['SkinConditionMottled', + 'SkinConditionPale', + 'SkinConditionDiaphoretic', + 'SkinConditionFlush', + 'SkinConditionDry', + 'SkinConditionClammy', + 'SkinConditionCool', + 'SkinConditionCold', + 'SkinConditionWarm']} + +name_for_cid[619] = 'AirwayManagementSubMethodCodeTypeforSmallAnimalAnesthesia' +cid_concepts[619] = \ +{'SCT': ['HighFrequencyVentilation', + 'TranstrachealJetVentilation', + 'ContinuousFlowVentilation'], + 'UMLS': ['InverseRatioVentilation']} + +name_for_cid[6097] = 'SideofFamily' +cid_concepts[6097] = \ +{'DCM': ['Maternal'], 'SCT': ['Paternal']} + +name_for_cid[4100] = 'T1MeasurementMethods' +cid_concepts[4100] = \ +{'DCM': ['T1ByInversionRecovery', 'T1ByFixedValue', 'T1ByMultipleFlipAngles']} + +name_for_cid[8123] = 'MicroscopyIlluminationMethod' +cid_concepts[8123] = \ +{'DCM': ['DifferentialInterferenceContrast', + 'TotalInternalReflectionFluorescence', + 'TransmissionIllumination', + 'ReflectionIllumination', + 'EpifluorescenceIllumination', + 'BrightfieldIllumination', + 'DarkfieldIllumination', + 'ObliqueIllumination', + 'PhaseContrastIllumination']} + +name_for_cid[10069] = 'RadiationDoseEstimationParameter' +cid_concepts[10069] = \ +{'DCM': ['Distance', + 'AttenuationCoefficient', + 'WaterEquivalentDiameterRepresentativeValue', + 'WaterEquivalentDiameterFromRawData', + 'WaterEquivalentDiameterIntegratedAcrossScanRange', + 'PercentFibroglandularTissue', + 'DistanceCorrection', + 'BreastThickness', + 'TissueFraction', + 'PatientAPDimension', + 'Dgn', + 'PatientLateralDimension', + 'CurveFitParameter', + 'CorrectionFactor', + 'Backscatter', + 'TissueAirRatio', + 'HomogeneityFactor', + 'SSDEConversionFactor', + 'OffsetFactor', + 'NormalizationFactor', + 'WaterEquivalentDiameterFromLocalizer', + 'HalfValueLayer'], + 'NCIt': ['UnitConversionFactor']} + +name_for_cid[12111] = 'AbdominalArteries(Lateral)' +cid_concepts[12111] = \ +{'SCT': ['GastricArtery', + 'OvarianArtery', + 'AccessoryRenalArtery', + 'UmbilicalArtery', + 'TesticularArtery', + 'UterineArtery']} + +name_for_cid[3554] = 'Ventilation' +cid_concepts[3554] = \ +{'SCT': ['PressureSupportVentilator', 'AmbuBag', 'VolumeSupportVentilator']} + +name_for_cid[9509] = 'PurposeofReferenceforRTPhysicianIntentInput' +cid_concepts[9509] = \ +{'DCM': ['HistoricalRTPrescription', + 'RTPrescriptionInputImages', + 'DiagnosticSourceImages', + 'RegistrationResult', + 'SegmentationResult'], + 'LN': ['RelevantDiagnosticTestsAndOrLaboratoryData']} + +name_for_cid[3104] = 'CardiacSynchronizationTechnique' +cid_concepts[3104] = \ +{'DCM': ['ProspectiveGating', + 'RealTimeAcquisition', + 'Paced', + 'RetrospectiveGating']} + +name_for_cid[3807] = 'VolumeMeasurementMethods' +cid_concepts[3807] = \ +{'DCM': ['VolumeBasedMethod', 'AreaBasedMethod', 'DiameterBasedMethod']} + +name_for_cid[7002] = 'DiagnosticImagingReportElements' +cid_concepts[7002] = \ +{'DCM': ['PreviousFinding', + 'Conclusion', + 'PatientPresentation', + 'Summary', + 'Recommendation', + 'ProcedureDescription', + 'Impression', + 'Finding'], + 'LN': ['History', 'Request'], + 'SCT': ['ComplicationOfProcedure']} + +name_for_cid[12280] = 'CardiacUltrasoundTargetSites' +cid_concepts[12280] = \ +{'SCT': ['RightVentricleOutflowTract', + 'LeftSuperiorPulmonaryVein', + 'TransverseAorticArch', + 'LeftInferiorPulmonaryVein', + 'Effusion', + 'RightSuperiorPulmonaryVein', + 'RightPulmonaryArtery', + 'PosteriorWall', + 'PulmonaryVeinCommonRightSegment', + 'PreductalRegionOfAorticArch', + 'VenaContracta', + 'PulmonaryVeinCommonLeftSegment', + 'RightInferiorPulmonaryVein', + 'PulmonaryVeinRightMiddleSegment', + 'CardiacValveLeaflet', + 'LeftVentricleOutflowTract', + 'AnteriorWall', + 'CardiacValveAnnulus', + 'PulmonaryVeinConfluenceToAtriumConnection', + 'PostductalRegionOfAorticArch', + 'LeftPulmonaryArtery']} + +name_for_cid[7452] = 'OrganizationalRoles' +cid_concepts[7452] = \ +{'DCM': ['AdministratorOfRadiologyDepartment', + 'HeadOfCardiology', + 'LeadRadiologicTechnologist', + 'RepresentativeOfEthicsCommittee', + 'RepresentativeOfProtocolCommittee', + 'Fellow', + 'ChairOfProtocolCommittee', + 'HeadOfRadiology', + 'Sonologist'], + 'SCT': ['Resident', + 'Physician', + 'Attending', + 'ScrubNurse', + 'Registrar', + 'RadiologicTechnologist', + 'Surgeon', + 'Consultant', + 'Nurse', + 'MedicalPractitioner', + 'RadiationTherapist'], + 'UMLS': ['Intern', + 'MedicalPhysicist', + 'ConsultingPhysician', + 'RadiationPhysicist', + 'Sonographer']} + +name_for_cid[3411] = 'IntracoronaryDevices' +cid_concepts[3411] = \ +{'SCT': ['SalineThrombectomy', + 'RotationalAtherectomyDevice', + 'GuidingCatheter', + 'PercutaneousTransluminalAngioplastyBalloon', + 'GuideWire', + 'IntracoronaryPressureGuideWire', + 'IntravascularOpticalCoherenceTomographyDevice', + 'CuttingBalloonAngioplastyCBADevice', + 'Laser', + 'IntracoronaryDopplerGuideWire', + 'IntravascularUltrasoundIVUSDevice', + 'RadiofrequencyAblationDevice', + 'Stent', + 'BrachytherapyDevice', + 'TransluminalExtractionCatheterTEC', + 'DirectionalCoronaryAtherectomyDCADevice']} + +name_for_cid[12003] = 'OBGYNDates' +cid_concepts[12003] = \ +{'LN': ['ConceptionDate', + 'EstimatedLMPByEDD', + 'EDDFromAverageUltrasoundAge', + 'EDDFromOvulationDate', + 'EDD', + 'LMP', + 'EDDFromLMP', + 'OvulationDate']} + +name_for_cid[3738] = 'PreCathAnginaType' +cid_concepts[3738] = \ +{} + +name_for_cid[4012] = 'ProjectionEponymousName' +cid_concepts[4012] = \ +{'SCT': ['KempHarper', + 'Holmblad', + 'Swanson', + 'Lawrence', + 'Fuchs', + 'LaquerrierePierquin', + 'MorticeProjection', + 'Teufel', + 'May', + 'Ottonello', + 'AlbersSchonberg', + 'LowBeer', + 'Cleaves', + 'DaneliusMiller', + 'Kasabach', + 'Stryker', + 'BrewertonProjection', + 'Arcelin', + 'Causton', + 'GaynorHart', + 'Henschen', + 'Pearson', + 'ColcherSussman', + 'Stecher', + 'ChassardLapine', + 'Valdini', + 'Hough', + 'Twining', + 'Zanelli', + 'Cahoon', + 'Chamberlain', + 'Tarrant', + 'Rafert', + 'Towne', + 'Rosenberg', + 'Kovacs', + 'Waters', + 'Kuchendorf', + 'Friedman', + 'Chausse', + 'Garth', + 'BlackettHealy', + 'Fleischner', + 'Wolf', + 'Kurzbauer', + 'Lysholm', + 'Kandel', + 'HarrisBeathAxialProjection', + 'Kite', + 'Miller', + 'Hsieh', + 'Stenvers', + 'Dunlap', + 'Clements', + 'Caldwell', + 'Apple', + 'Burman', + 'Fisk', + 'Grashey', + 'Haas', + 'Merchant', + 'RafertLong', + 'JudetProjection', + 'Ferguson', + 'Lewis', + 'Broden', + 'Schuller', + 'Titterington', + 'Pawlow', + 'Nolke', + 'Norgaard', + 'Taylor', + 'Grandy', + 'Hickey', + 'Moore', + 'Neer', + 'Law', + 'LeonardGeorge', + 'Pirie', + 'Folio', + 'Holly', + 'Beclere', + 'Rhese', + 'WigbyTaylor', + 'Hughston', + 'ErasoModification', + 'Bertel', + 'Lorenz', + 'ClementsNakayama', + 'Judd', + 'Lauenstein', + 'Settegast', + 'Mayer', + 'Staunig', + 'CampCoventry', + 'Isherwood', + 'Penner', + 'VanRosenProjection', + 'WestPoint', + 'Alexander', + 'HirtzModification', + 'Lilienfeld', + 'Robert', + 'Lindblom']} + +name_for_cid[12279] = 'CardiacUltrasoundFetalGeneralMeasurements' +cid_concepts[12279] = \ +{'LN': ['OccipitalFrontalDiameter', + 'FLAC', + 'AbdominalCircumference', + 'HeadCircumference', + 'BiparietalDiameter', + 'CephalicIndex', + 'NuchalTranslucency', + 'TransverseThoracicDiameter', + 'ThoracicArea', + 'TransCerebellarDiameter', + 'HCAC', + 'BPDAreaCorrected', + 'TranverseAbdominalDiameter', + 'CisternaMagna', + 'FemurLength', + 'ThoracicCircumference', + 'LeftVentricleRightVentricleDiameterRatio', + 'ForamenOvaleDiameterAorticRootDiameter', + 'CardiacCircumferenceTransverseByUS', + 'CardiothoracicAreaRatio', + 'FLBPD', + 'CardiacCrossSectionalAreaTransverseByUS', + 'AnteriorPosteriorAbdominalDiameter', + 'FLHC', + 'AnteriorPosteriorTrunkDiameter', + 'CardiothoracicCircumferenceRatio'], + 'SCT': ['NumberOfUmbilicalArteries']} + +name_for_cid[7501] = 'NeighbouringGreyLevelDependenceBasedFeatures' +cid_concepts[7501] = \ +{} + +name_for_cid[7151] = 'SegmentationPropertyTypes' +cid_concepts[7151] = \ +{'BARI': ['_1stMarginalCoronaryArteryLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + 'RamusLaterals', + '_3rdDiagonalCoronaryArteryLaterals', + '_1stDiagonalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators'], + 'DCM': ['Phantom', + 'AorticKnob', + 'ArchOfTheAzygosVein', + 'IonChamberArray', + 'DiodeArray', + 'LiquidIonChamber', + 'Diode', + 'IonChamber', + 'OSLD', + 'DiamondDetector', + 'Portacath', + 'ChestTube', + 'CentralLine', + 'KidneyStent', + 'PancreaticStent', + 'NippleRing', + 'Coin', + 'FiducialMark', + 'RegistrationInput', + 'Background', + 'SurfaceOfTheChoroidScleraInterface', + 'OuterSurfaceOfTheBM', + 'OuterSurfaceOfTheCC', + 'Mold', + 'HeadAndNeckMask', + 'HeadMask', + 'Headframe', + 'BodyFrame', + 'BreastBoard', + 'Cast', + 'WholeBodyPod', + 'VacuumMold', + 'RectalBalloon', + 'VaginalCylinder', + 'PosteriorSurfaceOfTheRPE', + 'SurfaceOfTheCenterOfTheRPE', + 'OuterSurfaceOfIPL', + 'OuterSurfaceOfGCL', + 'OuterSurfaceOfOPL', + 'OuterSurfaceOfINL', + 'SurfaceBetweenInnerAndOuterSegmentsOfThePhotoreceptors', + 'OuterSurfaceOfHFL', + 'AnteriorSurfaceOfTheRPE', + 'SurfaceOfTheInterdigitatingZoneBetweenRetinaAndRPE', + 'OuterSurfaceOfRNFL', + 'Sphere', + 'OtherMarker', + 'SecondaryPulmonaryLobule', + 'SingleSubjectExtractedFromGroup', + 'Hiatus', + 'AzygoesophagealRecessInterface', + 'ParaspinalLine', + 'PosteriorTrachealStripe', + 'RightTrachealStripe', + 'Stripe', + 'Lucency', + 'MidlungWindow', + 'CarinaAngle', + 'CentrilobularStructures', + 'AnteriorJunctionLine', + 'PosteriorJunctionLine', + 'Interface', + 'Line', + 'BrachytherapyChannelShield', + 'BrachytherapySourceApplicator', + 'BrachytherapyChannel'], + 'FMA': ['ArcuateFasciculus'], + 'NCIt': ['NonEnhancingLesion', 'ReferenceRegion', 'EnhancingLesion'], + 'SCT': ['ProfundaFemorisVein', + 'LeftHypochondriacRegion', + 'SternocleidomastoidMuscle', + 'Ligament', + 'TruncusCoeliacus', + 'InferiorLongitudinalFasciculus', + 'WristJoint', + 'IntermediateArteryRamus', + 'GenicularArtery', + 'LeftVentricleInflow', + 'FontanelOfSkull', + 'SigmoidColon', + 'RightFemoralArtery', + 'Intracranial', + 'JawRegion', + 'LobarArtery', + 'DentalProsthesis', + 'ThighPerforator', + 'Pituitary', + 'MidRightCoronaryArtery', + 'UpperLimb', + 'ExternalIliacVein', + 'CongenitalPulmonaryArteriovenousFistula', + 'DescendingAorta', + 'ParietalBone', + 'Cartilage', + 'RightUpperQuadrantOfAbdomen', + 'Eye', + 'SuperficialPalmarArch', + 'Prostate', + 'FacialBones', + 'Back', + 'Duodenum', + '_1stMarginalCoronaryArtery', + 'Larynx', + 'BonePin', + 'PeronealVein', + 'FemoralArtery', + 'Ovary', + 'Urethra', + 'Head', + 'AdrenalGland', + 'MitralValve', + 'Calyx', + 'PosteriorMedialTributary', + 'PulmonaryVein', + 'ForeignBody', + 'Submental', + 'NucleusAccumbens', + 'PoplitealFossa', + 'PulmonaryArteryConduit', + 'InternalCarotidArteryC5Segment', + 'Nodule', + 'LevatoresCostarumMuscles', + 'FrontalLobe', + 'Adventitia', + 'Hypopharynx', + 'RightCoronaryArteryOstium', + 'HepaticVein', + 'MarginalCoronaryArtery', + 'InternalMammaryArtery', + 'BronchialArtery', + 'ExternalCarotidArtery', + 'BiteBlock', + 'Neoplasm', + 'SystemicArtery', + 'VomerBone', + 'UterusAndFallopianTubes', + 'CardiacPacemaker', + 'Arachnoid', + 'VenaCavaFilter', + 'TarsalJoint', + 'LingualArtery', + 'NeoplasmSecondary', + 'AirwayStructure', + 'CongenitalCoronaryArteryFistulaToRightAtrium', + 'DeltoidMuscle', + 'CerebralFornix', + 'Penis', + 'Baffle', + 'VentricularVein', + 'UretericStent', + 'Parathyroid', + 'CervicoThoracicSpine', + 'Scapula', + 'Kidney', + 'OmentalBursa', + 'InternalCarotidArtery', + 'RightPosteriorAVCoronaryArtery', + 'FascialLayer', + 'RenalPelvis', + 'Thrombus', + 'VenousNetwork', + 'SubcostalMuscle', + 'CommonAtrium', + 'Ilium', + 'InternalCarotidArteryC6Segment', + 'AnteriorTibialArtery', + 'CranialNerve', + 'SkinOfAbdomen', + 'ConnectiveTissue', + 'CommonCarotidArtery', + 'InnermostIntercostalMuscles', + '_3rdMarginalCoronaryArtery', + 'MastoidBone', + 'CommonIliacArteryBifurcation', + 'MiddleHepaticVein', + 'Thigh', + 'Trachea', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'BodyConduit', + 'Thalamus', + 'RightVentricleInflow', + 'LeftLowerQuadrantOfAbdomen', + 'SpinalCerebrospinalFluidPathway', + 'SesamoidBonesOfFoot', + 'SixthLumbarArtery', + 'BodyFluid', + 'Omentum', + 'SubmandibularGland', + 'CarotidBifurcation', + 'LeftLumbarRegion', + 'InnominateArtery', + 'FemaleInternalGenitalia', + 'Extremity', + 'FacialArtery', + 'BoneStructureOfHeadAndOrNeck', + 'EpigastricRegion', + 'NeoplasmPrimary', + 'DigitalImager', + 'AbdominalCavity', + 'TeresMinorMuscle', + 'CommonFemoralVein', + 'SubstantiaNigra', + 'UpperInnerQuadrantOfBreast', + 'ThoracicAorta', + 'RightInguinalRegion', + 'RightLowerQuadrantOfAbdomen', + 'CockettPerforatingVein', + 'LumboSacralSpine', + 'RightMainBronchus', + 'AVGrooveContinuationOfCircumflexArtery', + 'Thumb', + 'GreatCardiacVein', + 'MiddleLobeOfRightLung', + '_2ndLeftPosterolateralCoronaryArtery', + 'MiddleCerebralArteryM2Segment', + 'LacrimalBone', + 'BasilicVein', + 'HunterianPerforatingVein', + 'ProfundaFemorisArtery', + 'Pharynx', + 'LigamentumArteriosum', + 'Clothing', + 'Nasopharynx', + 'SuprapulmonicValveArea', + 'SympatheticTrunk', + 'LobeOfLung', + 'OvarianVein', + 'BrachialPlexus', + 'ApexOfRightVentricle', + 'LateralCalfPerforator', + 'FourthLumbarArtery', + 'ThirdLumbarArtery', + 'LimbicLobe', + 'SkinOfChest', + 'PrimitiveAorta', + 'LumenOfBloodVessel', + 'Hemorrhage', + 'AntecubitalVein', + 'SpinalCordGrayMatter', + 'Mandible', + 'Parasternal', + 'LeftMainBronchus', + 'SystemicVein', + 'OccipitalLobe', + 'SubclavianArtery', + 'Amygdala', + '_3rdLeftPosterolateralCoronaryArtery', + 'OpticChiasm', + 'OphthalmicArtery', + 'Nose', + 'PancreaticDuct', + 'Hand', + 'PectoralisMajorMuscle', + 'FemaleExternalGenitalia', + 'OvarianArtery', + 'Hippocampus', + 'SuperficialFemoralVein', + 'SuperiorLeftPulmonaryVein', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + 'BileDuct', + 'SystemicCollateralArteryToLung', + 'Skull', + 'AtrioventricularVein', + 'IDPlate', + 'OpticRadiation', + 'EndoNasopharyngeal', + 'EsophagusStomachAndDuodenum', + 'Breast', + 'Meniscus', + 'AxillaryFascia', + 'PoplitealVein', + 'EmbolizationCoil', + 'PiaMater', + 'TricuspidValve', + 'RightAtrium', + 'VascularSclerosis', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'InnerEar', + 'Coccyx', + 'AtrialSeptalDefect', + 'DescendingAorta', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'OccipitalBone', + 'Bullet', + 'Spine', + 'Muscle', + 'WhiteMatter', + 'Zygoma', + 'InnominateVein', + 'RadioactiveImplant', + 'Needle', + 'JuxtaposedAtrialAppendage', + 'Jejunum', + 'CarotidBody', + 'ChestAbdomenAndPelvis', + 'RightHepaticVein', + 'GastrocnemiusVein', + 'Scalp', + 'OrbitalStructure', + 'LeftMainBranchOfPortalVein', + 'BloodVessel', + 'Sclera', + 'AnteriorPosteriorCerebralArteryBifurcation', + '_1stDiagonalCoronaryArtery', + 'Perineum', + 'InteratrialSeptum', + 'Rectum', + 'Femur', + 'LeftAtrium', + 'CerebralArtery', + 'InferiorMesentericArtery', + 'IliocostalisMuscle', + 'LeftVentricularAssistDevice', + 'CervicalSpine', + 'IliacAndOrFemoralArtery', + 'SpinalCordWhiteMatter', + 'SmallIntestine', + 'SuperiorRightPulmonaryVein', + 'InferiorVenaCava', + 'IntraArticular', + 'Jewelry', + 'Axilla', + 'Thymus', + 'ELMExternalLimitingMembrane', + 'MeasuringRuler', + 'ParietalLobe', + 'IliacArtery', + 'DistalRightCoronaryArtery', + 'SubmandibularArea', + 'PectoralisMinorMuscle', + 'OpticCanal', + 'SuperficialTemporalArtery', + 'MedialLemniscus', + 'InferiorCerebellarPeduncle', + 'RightMainBranchOfPortalVein', + 'SphenoidBone', + 'Spleen', + 'ChestAndAbdomen', + 'LowerOuterQuadrantOfBreast', + 'Mediastinum', + 'Cerebellum', + 'FirstLumbarArtery', + 'PoplitealArtery', + 'UpperUrinaryTract', + 'PulmonaryVenousAtrium', + 'EmbolizationParticulate', + 'DorsalScapularArtery', + 'LeftVentricle', + 'AbdomenAndPelvis', + 'CostalCartilage', + 'SaphenousVein', + 'Gallbladder', + '_2ndRightPosterolateralCoronaryArtery', + 'RenalArtery', + 'PeritonealCavity', + 'UpperArm', + 'GastroduodenalArtery', + 'Bile', + 'AzygosVein', + 'Liver', + 'Rib', + 'Stent', + 'Implant', + 'CommonFemoralArtery', + 'SmallCardiacVein', + 'SuperficialPalmarVenousArch', + 'Vertebra', + 'CongenitalCoronaryArteryFistulaToLeftAtrium', + 'HilarArtery', + 'Embolus', + 'ApexOfLung', + 'ThirdVentricle', + '_3rdDiagonalCoronaryArtery', + 'SpinalisMuscle', + 'SaphenofemoralJunction', + 'Anus', + 'FrontalBone', + 'Clip', + 'CommonIliacVein', + 'TrabeculaeCarnae', + 'BoneScrew', + 'PosteriorCerebralArteryP1Segment', + 'LumbarSpine', + 'ThyrocervicalTrunk', + 'PrimitivePulmonaryArtery', + 'HilumOfLung', + 'SellaTurcica', + 'Scrotum', + 'InferiorLeftPulmonaryVein', + 'LowerLeg', + 'RenalVein', + 'InternalIliacVein', + 'IlealVein', + 'Toe', + 'Skin', + 'Laser', + 'MiddleCardiacVein', + 'MiddleCerebralArtery', + 'PosteriorDescendingRightCoronaryArtery', + 'CompressionPaddle', + 'CorpusStriatum', + 'Adenohypophysis', + 'PosteriorTibialVein', + 'MuscleOfLowerLimb', + 'AscendingAorta', + 'LeftUpperQuadrantOfAbdomen', + 'PericardiophrenicArtery', + 'CardiacPacemaker', + 'ExternalAuditoryCanal', + 'Patella', + 'OccipitalVein', + 'BasilarArtery', + 'ParanasalSinus', + 'BrainCerebrospinalFluidPathway', + 'MidCircumflexCoronaryArtery', + 'CentralRetinalVein', + 'Prosthesis', + 'GastricArtery', + 'Blood', + 'SubscapularisMuscle', + 'Perfusion', + 'ExternalEar', + 'LeftVentricleOutflowTract', + 'Calcaneus', + 'SolealVein', + 'IntercostalArtery', + 'PeripheralNerve', + 'TeresMajorMuscle', + 'ScarTissue', + 'PatentDuctusArteriosus', + 'MesentericVein', + 'MaleInternalGenitalia', + 'PalatineBone', + 'CoronaryArtery', + 'RightBranchOfHepaticArtery', + 'DuraMater', + 'Flank', + 'Maxilla', + 'EsophagealHiatus', + 'CentralRetinalArtery', + 'Normal', + 'Neurohypophysis', + 'SegmentalArtery', + 'BrachialVein', + 'HepaticArtery', + 'Tracheotomy', + 'PeronealArtery', + 'Staple', + 'RightHypochondriacRegion', + 'SuperiorMesentericVein', + 'LumbarArtery', + 'Cornea', + 'PercutaneousTransluminalAngioplastyBalloon', + 'ThoracoLumbarSpine', + 'CoronaryArteryGraft', + 'AcromioclavicularJoint', + 'UmbilicalRegion', + 'SupraspinatusMuscle', + 'CongenitalCoronaryArteryFistulaToRightVentricle', + 'SoftPalate', + 'ExternalIntercostalMuscle', + 'CranialVenousSystem', + 'GiacominiVein', + 'Glue', + 'MiddleCerebellarPeduncle', + 'BloodClot', + 'MOSFETRadiationTherapyDosimetrySystemDosimeter', + 'FissureOfLung', + 'RightVentricle', + 'VagusNerve', + 'Abdomen', + 'HeadAndNeck', + 'PelvisAndLowerExtremities', + 'Bladder', + 'Vulva', + 'LargeIntestine', + 'EntorhinalCortex', + 'Forearm', + 'NeckChestAndAbdomen', + 'SuperiorMesentericArtery', + 'TemporalLobe', + 'PosteriorTibialArtery', + 'FemoralVein', + 'RightAuricularAppendage', + 'GreatSaphenousVeinOfThigh', + 'LeftHepaticVein', + 'DetachableBalloon', + 'AbdominalWallMuscle', + 'SuperficialFemoralArtery', + 'JWire', + '_2ndMarginalCoronaryArtery', + 'SuperiorCerebellarPeduncle', + 'AorticArch', + 'Carina', + 'Telencephalon', + 'LeftBranchOfHepaticArtery', + 'ArcuateArteryOfTheKidney', + 'Heart', + 'CephalicVein', + 'Lip', + 'GastricVein', + 'LeftMainCoronaryArtery', + 'InferiorRightHepaticVein', + 'CarotidSiphon', + 'SystemicVenousAtrium', + 'PlantarArterialArch', + 'AnomalousPulmonaryVein', + 'LeftMainCoronaryArteryOstium', + 'LesserSaphenousVein', + 'AutonomicNerve', + 'GreatSaphenousVein', + 'Necrosis', + 'Ureter', + 'UlnarVein', + 'AorticValve', + 'MiddleEar', + 'InternalAuditoryCanal', + 'RightPulmonaryArtery', + 'ProperHepaticArtery', + 'InterlobarArteryOfKidney', + 'CorpusCallosum', + 'PerforatingArteryOfKidney', + 'Humerus', + 'AorticFistula', + 'ILMInternalLimitingMembrane', + 'NasalBone', + 'Collimator', + 'Mass', + 'Cervix', + 'LeftAnteriorDescendingCoronaryArtery', + 'Artery', + 'Buttock', + 'FallopianTube', + 'Vein', + 'CerebrospinalFluid', + 'EsophagealArtery', + 'RadialVein', + 'InferiorRightPulmonaryVein', + 'PulmonaryValveSinuses', + 'UterineArtery', + 'Gas', + 'EndoVesical', + 'MesentericArtery', + 'MuscleOfHead', + 'MiddleCerebralArteryM1Segment', + 'InternalIliacArtery', + 'SuperiorVenaCava', + 'FeedingTube', + 'Urine', + 'PosteriorArchVein', + 'AnteriorSpinalArtery', + 'AnusRectumAndSigmoidColon', + 'SplenicVein', + 'Colon', + 'CentralNervousSystem', + 'SplenicArtery', + 'AccessoryRenalArtery', + 'Media', + 'BBShotLeadPellet', + 'SeminalVesicle', + 'Headrest', + 'DistalCircumflexCoronaryArtery', + 'Feces', + 'BoneOfUpperLimb', + 'DorsalisPedisArtery', + 'Vagina', + 'LongissimusMuscle', + 'LowerInnerQuadrantOfBreast', + 'Clavicle', + 'ParotidGland', + 'AorticIsthmus', + 'Capillary', + '_1stLeftPosterolateralCoronaryArtery', + 'Subxiphoid', + 'Diaphragm', + 'VasDeferens', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'Ileum', + 'SalivaryGland', + 'VertebralArtery', + 'TransjugularIntrahepaticPortosystemicShunt', + 'SupraRenalAorta', + 'InternalJugularVein', + 'LacrimalArteryOfRightEye', + 'ChordaeTendineaeCordis', + 'OpaqueMarker', + 'SacroiliacJoint', + 'ScalenousAnteriorMuscle', + 'CardiacPacemakerLead', + 'EntireBody', + 'TesticularArtery', + 'HypogastricRegion', + 'RightLumbarRegion', + 'HyoidBone', + 'ThoracicDuct', + 'AtherectomyDevice', + 'BoydPerforatingVein', + 'Organ', + 'Peritioneum', + 'CommonIliacArtery', + 'SupraclavicularRegionOfNeck', + 'Meninges', + 'Shoulder', + 'TransversusThoracis', + 'VascularGraft', + 'CerebellarWhiteMatter', + 'InterventricularSeptum', + 'Cingulum', + 'LowerLobeOfLung', + 'TesticularVein', + 'AnteriorTibialVein', + 'LeftInguinalRegion', + 'RightCoronaryArtery', + 'Edema', + 'IntraPelvic', + 'Putamen', + 'CostocervicalTrunk', + 'FifthLumbarArtery', + 'AxillaryVein', + 'SubclavianVein', + 'PulmonaryValve', + 'ExternalIliacArtery', + 'ProximalRightCoronaryArtery', + 'TemporalBone', + 'BoneOfLowerLimb', + 'Midbrain', + 'PosteriorCerebralArtery', + 'ErectorSpinaeMuscle', + 'DeepPalmarVenousArch', + 'Mouth', + 'PharynxAndLarynx', + 'CarotidArtery', + 'SmallestCardiacVein', + 'UmbilicalArtery', + 'BuccalRegionOfFace', + 'EndotrachealTube', + 'LymphNode', + 'RadialArtery', + 'LeftFemoralArtery', + 'TrapeziusMuscle', + 'Esophagus', + 'RotationalAtherectomyDevice', + 'LateralCorticospinalTract', + 'BroadLigament', + 'CerebralAqueduct', + 'Insula', + 'PulmonaryVein', + 'MuscleOfNeck', + 'Lung', + 'HeartValveProsthesis', + 'CardiovascularSystem', + 'Chest', + 'ElbowJoint', + 'Sternum', + 'NeckAndChest', + 'RightVentricleOutflowTract', + 'GlobusPallidus', + 'UpperOuterQuadrantOfBreast', + 'PancreaticDuctAndBileDuctSystems', + 'ApexOfLeftVentricle', + 'PericardialCavity', + 'PulmonaryArtery', + 'Defibrillator', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'Thyroid', + 'EthmoidBone', + 'InfraRenalAorta', + 'SternoclavicularJoint', + 'Neck', + 'CarotidBulb', + 'Finger', + 'InlayDentalRestoration', + 'InfraspinatusMuscle', + 'SuperiorPhrenicArtery', + 'CommonVentricle', + 'RightPulmonaryVein', + 'Catheter', + 'BodyFat', + 'Uterus', + 'TemporomandibularJoint', + 'Ventricle', + 'Nerve', + 'TracheaAndBronchus', + 'Testis', + 'Eyeball', + 'Face', + 'Tissue', + 'UrinarySystem', + 'BrainStem', + 'Foot', + 'MuscleOfUpperLimb', + 'PeripheralNervousSystem', + 'PinealGland', + 'UpperLobeOfLung', + 'Inflammation', + 'ProximalCircumflexCoronaryArtery', + 'LowerLimb', + 'PosteriorCommunicationArtery', + 'VertebralColumnAndCranium', + 'AbdominalAorta', + 'Bone', + 'Tongue', + 'Table', + 'ChestWallMuscle', + 'GrayMatter', + 'Fibula', + 'SuperiorLongitudinalFasciculus', + 'InferiorCardiacVein', + 'InternalIntercostalMuscle', + 'LateralVentricle', + 'CaudateNucleus', + 'LacrimalArtery', + 'OccipitalArtery', + 'Brain', + 'WasteMaterial', + 'EmbolizationBall', + 'AtrialVein', + 'SuprasternalNotch', + 'AnteriorCardiacVein', + 'Pancreas', + 'BoneOfThorax', + 'DigitalArteryOfHand', + 'SecondLumbarArtery', + '_1stRightPosterolateralCoronaryArtery', + 'BladderAndUrethra', + 'Suture', + 'Sacrum', + 'MaleExternalGenitalia', + 'RetroperitonealSpace', + 'AnteriorMiddleCerebralArteryBifurcation', + 'SuperiorThyroidArtery', + 'CerebralCortex', + 'TruncusArteriosusCommunis', + 'Tooth', + 'Joint', + 'GreatSaphenousVeinOfCalf', + 'LeftPulmonaryVein', + 'Aorta', + 'Diencephalon', + 'CongenitalCoronaryArteryFistulaToLeftVentricle', + 'NeckChestAbdomenAndPelvis', + 'LatissimusDorsiMuscle', + 'CervicalCollar', + 'CommonHepaticArtery', + 'AnkleJoint', + 'Bronchus', + 'Pelvis', + 'PulmonaryChamberOfCorTriatriatum', + 'UlnarArtery', + 'LumbarRegion', + 'ThoracicSpine', + 'FourthVentricle', + 'OpticTract', + 'HipJoint', + 'TrunkOfPulmonaryArtery', + 'Abscess', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'HipJoint', + 'SerratusAnteriorMuscle', + 'Chair', + 'LymphaticSystem', + 'Stomach', + 'CircumflexCoronaryArtery', + 'AnteriorCommunicatingArtery', + 'InferiorMesentericVein', + 'MedianCubitalVein', + 'CoronarySinus', + 'Tendon', + 'TerminalInternalCarotidArtery', + 'Atrium', + 'CerebralWhiteMatter', + 'Knee', + 'Cyst', + 'SubarachnoidSpace', + 'PulmonaryVeinConfluence', + 'GuidingCatheter', + 'EyeRegion', + 'ThermoluminescentRadiationDosimeter', + 'BrainVentricle', + 'UmbilicalVein', + 'InguinalRegion', + '_3rdRightPosterolateralCoronaryArtery', + 'EndoNasal', + 'InferiorPhrenicArtery', + 'JejunostomyTube', + 'PortalVein', + 'PosteriorCerebralCommissure', + 'UncinateFasciculus', + 'AnteriorCerebralArtery', + 'Ear', + 'LymphaticVessel', + 'SpinalCord', + 'Pericardium', + 'PosteriorCerebralArteryP2Segment', + 'LeftAuricularAppendage', + 'CircleOfWillis', + 'SaphenopoplitealJunction', + '_1stSeptalCoronaryArtery', + 'Eyelid', + 'DeepPalmarArchOfRadialArtery', + 'Pleura', + 'Subcostal', + 'Intima', + 'SegmentOfLung', + 'DoddPerforatingVein']} + +name_for_cid[3112] = 'AttenuationCorrection' +cid_concepts[3112] = \ +{'DCM': ['CTBasedAttenuationCorrection', + 'NoAttenuationCorrection', + 'AlgorithmicAttenuationCorrection', + 'NMTransmissionAttenuationCorrection']} + +name_for_cid[4268] = 'CornealTopographyMapValueType' +cid_concepts[4268] = \ +{'DCM': ['CornealAxialPowerMap', + 'CornealInstantaneousPowerMap', + 'CornealRefractivePowerMap', + 'CornealElevationMap', + 'CornealWavefrontMap']} + +name_for_cid[3407] = 'PurposeofReferencetoObject' +cid_concepts[3407] = \ +{'DCM': ['PriorReportForCurrentPatient', + 'PreProcedureLog', + 'AnalysisOrMeasurementsForCurrentProcedure']} + +name_for_cid[7014] = 'ExportAdditionalInformationDocumentTitles' +cid_concepts[7014] = \ +{'DCM': ['ForTeachingFileExport', + 'ForClinicalTrialExport', + 'ForPublicationExport', + 'ForResearchCollectionExport']} + +name_for_cid[12015] = 'FetalGrowthEquationsandTables' +cid_concepts[12015] = \ +{'LN': ['CRLByGAShinozuka1996', + 'CRLByGARempen1991', + 'FLByGAHadlock1984', + 'HCACByGACampbell1977', + 'FLByGAASUM2000', + 'FibulaByGAJeanty1983', + 'TCDByGAGoldstein1987', + 'EFWByGAHansmann1986', + 'EFWByGAHadlock1991', + 'FLByGAMerz1988', + 'FLByGAJeanty1982', + 'FLByGAChitty1994', + 'CephalicIndexByGAHadlock1981', + 'CephalicIndexByGAChitty1994', + 'ACByGAASUM2000', + 'ACByGAHadlock1984', + 'ACMeasuredByGAChitty1994', + 'ACDerivedByGAChitty1994', + 'RadiusByGAJeanty1983', + 'FLByGAShinozuka1996', + 'GSByGARempen1991', + 'BPDOuterOuterByGAChitty1994', + 'BPDByGAASUM2000', + 'HCByGAJeanty1982', + 'AxtByGAShinozuka1996', + 'HCDerivedByGAChitty1994', + 'BPDByGAShinozuka1996', + 'HCByGAASUM2000', + 'BPDByGARempen1991', + 'HCByGAHadlock1984', + 'BPDByGAHadlock1984', + 'OFDByGAChitty1994', + 'BPDByGAMerz1988', + 'BPDByGAJeanty1982', + 'HumerusLengthByGAASUM2000', + 'ACByGAMerz1988', + 'OFDByGAASUM2000', + 'ACByGAShinozuka1996', + 'CRLByGAASUM2000', + 'HCByGAMerz1988', + 'BPDOuterInnerByGAChitty1994']} + +name_for_cid[8] = 'AngiographicInterventionalDevices' +cid_concepts[8] = \ +{'DCM': ['Sphere'], + 'SCT': ['RotationalAtherectomyDevice', + 'GuidingCatheter', + 'Glue', + 'EmbolizationBall', + 'PercutaneousTransluminalAngioplastyBalloon', + 'AtherectomyDevice', + 'EmbolizationCoil', + 'EmbolizationParticulate', + 'Laser', + 'Catheter', + 'MeasuringRuler', + 'Stent', + 'DetachableBalloon']} + +name_for_cid[6039] = 'NippleCharacteristic' +cid_concepts[6039] = \ +{'SCT': ['NormalShape', 'NippleRetraction']} + +name_for_cid[3515] = 'SpecimenCollection' +cid_concepts[3515] = \ +{'SCT': ['BloodSamplingFromExtracorporealBloodCircuit', + 'SpecimenCollection', + 'CollectionOfBloodSpecimenForLaboratory']} + +name_for_cid[6202] = 'ColonFindingorFeatureModifier' +cid_concepts[6202] = \ +{'DCM': ['ChestTube', 'KidneyStent', 'PancreaticStent', 'Coin', 'FiducialMark'], + 'SCT': ['JejunostomyTube', + 'Suture', + 'Lung', + 'IleostomyBag', + 'ColostomyBag', + 'VenaCavaFilter', + 'UrostomyBag', + 'UrostomySet', + 'Appendix', + 'Needle', + 'InferiorVenaCava', + 'Prosthesis', + 'Jewelry', + 'RectalTube', + 'Bone', + 'Prostate', + 'Catheter', + 'Uterus', + 'Staple', + 'Testis', + 'UrethralCatheter', + 'Cervix', + 'Bladder', + 'ScarTissue', + 'UreteralStent', + 'Bullet', + 'BloodVessel', + 'Pin', + 'Aorta', + 'SeminalVesicle', + 'Rectum', + 'Ovary', + 'AppendicealStump', + 'Muscle', + 'ColostomySet', + 'Liver', + 'Spleen', + 'Kidney', + 'AdrenalGland', + 'IleostomySet']} + +name_for_cid[3000] = 'AudioChannelSource' +cid_concepts[3000] = \ +{'DCM': ['PhysiologicalAudioSignal', + 'Phonocardiogram', + 'OperatorNarrative', + 'Voice', + 'DopplerAudio', + 'AmbientRoomEnvironment']} + +name_for_cid[6081] = 'BreastCancerRiskFactors' +cid_concepts[6081] = \ +{'DCM': ['IntermediateFamilyHistoryOfBreastCancer', + 'PersonalBreastCancerHistory', + 'VeryStrongFamilyHistoryOfBreastCancer', + 'HistoryOfEndometrialCancer', + 'FamilyHistoryOfProstateCancer', + 'HistoryOfOvarianCancer', + 'FamilyHistoryUnknown', + 'HistoryOfHighRiskLesionOnPreviousBiopsy', + 'PostMenopausalPatient', + 'LateChildBearingAfter30', + 'BRCA1BreastCancerGene', + 'BRCA2BreastCancerGene', + 'BRCA3BreastCancerGene', + 'WeakFamilyHistoryOfBreastCancer'], + 'SCT': ['Nulliparous', + 'FamilyHistoryOfBreastCancer', + 'NoFamilyHistoryOfBreastCarcinoma']} + +name_for_cid[9231] = 'WorkitemDefinition' +cid_concepts[9231] = \ +{'DCM': ['NoSubsequentWorkitems', + 'AddAddendumToReport', + 'Print', + 'ReportVerification', + 'Transcription', + 'Interpretation', + 'ComputerAidedDetection', + 'ComputerAidedDiagnosis', + 'QualityControl', + 'MediaImport', + 'ImageProcessing']} + +name_for_cid[12107] = 'UpperExtremityArteries' +cid_concepts[12107] = \ +{'SCT': ['BrachialArtery', + 'InnominateArtery', + 'SuperficialPalmarArch', + 'UlnarArtery', + 'DigitalArteryOfHand', + 'RadialArtery', + 'SubclavianArtery', + 'DeepPalmarArchOfRadialArtery', + 'AxillaryArtery']} + +name_for_cid[6019] = 'ClockfaceLocationorRegionfromBIRADS®' +cid_concepts[6019] = \ +{'SCT': ['_7OClockPosition', + '_11OClockPosition', + '_12OClockPosition', + '_5OClockPosition', + '_3OClockPosition', + '_6OClockPosition', + '_4OClockPosition', + 'AxillaRegion', + '_1OClockPosition', + '_8OClockPosition', + '_2OClockPosition', + 'CentralRegionOfBreast', + 'AxillaryTailRegion', + 'SubareolarRegion', + '_9OClockPosition', + '_10OClockPosition']} + +name_for_cid[9303] = 'InterpretationRequestDiscontinuationReasons' +cid_concepts[9303] = \ +{'DCM': ['ResourcePreEmpted', + 'PatientDied', + 'IncorrectProcedureOrdered', + 'DiscontinuedForUnspecifiedReason', + 'ObjectSetIncomplete', + 'DoctorCanceledProcedure', + 'DuplicateOrder', + 'InterpretationRequiresSpecialistExpertise', + 'InsufficientQualityForInterpretation', + 'WorkitemAssignmentRejectedByAssignedResource', + 'ChangeOfProcedureForCorrectCharging']} + +name_for_cid[10008] = 'DoseRelatedDistanceMeasurements' +cid_concepts[10008] = \ +{'DCM': ['DistanceSourceToTablePlane', + 'DistanceSourceToDetector', + 'TableHeightEndPosition', + 'TableLateralEndPosition', + 'TableLateralPosition', + 'TableLongitudinalPosition', + 'TableXEndPositionToIsocenter', + 'TableZPositionToIsocenter', + 'TableZEndPositionToIsocenter', + 'TableYPositionToIsocenter', + 'TableXPositionToIsocenter', + 'TableHeightPosition', + 'TableYEndPositionToIsocenter', + 'DistanceSourceToIsocenter', + 'DistanceSourceToReferencePoint', + 'TableLongitudinalEndPosition']} + +name_for_cid[12035] = 'UltrasoundTransducerApplication' +cid_concepts[12035] = \ +{'DCM': ['ExternalTransducer', + 'IntravascularTransducer', + 'EndorectalTransducer', + 'EndovaginalTransducer', + 'TransesophagealTransducer']} + +name_for_cid[3427] = 'EquipmentEvents' +cid_concepts[3427] = \ +{'DCM': ['EquipmentFailure', + 'EquipmentRemoved', + 'EquipmentBroughtToProcedureRoom', + 'EquipmentReady']} + +name_for_cid[7464] = 'GeneralRegionofInterestMeasurementModifiers' +cid_concepts[7464] = \ +{'DCM': ['Skewness', 'Kurtosis', 'PeakValueWithinROI'], + 'SCT': ['StandardDeviation', + 'Mode', + 'Minimum', + 'Maximum', + 'Total', + 'Mean', + 'Median'], + 'UMLS': ['CoefficientOfVariance', 'Variance', 'RootMeanSquare']} + +name_for_cid[228] = 'EquationorTable' +cid_concepts[228] = \ +{'DCM': ['TableOfValues', + 'TableOfValuesCitation', + 'MethodCitation', + 'Equation', + 'EquationCitation']} + +name_for_cid[12259] = 'CardiacUltrasoundVentriclesMeasurements' +cid_concepts[12259] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval', 'WallMass'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleAWave', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'EndocardialArea', + 'PeakTissueVelocity', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'TimeToLeftVentricleETissueVelocity', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleEWave', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'InterventricularSeptumToPosteriorWallThicknessRatio', + 'IsovolumicRelaxationTime', + 'TimeToLeftVentricleSTissueVelocity', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'LeftVentricleMeridionalWallStress', + 'LeftVentricleEToATissueVelocityRatio', + 'SystolicToDiastolicVelocityRatio', + 'EpicardialArea', + 'MyocardialPerformanceIndexTei', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Volume', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'RatioOfMVPeakVelocityToLVPeakTissueVelocityEWave', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[3831] = 'StenosisLength' +cid_concepts[3831] = \ +{'SCT': ['Long', 'Short']} + +name_for_cid[93] = 'JointPositioningMethod' +cid_concepts[93] = \ +{'SCT': ['PassiveMovement', 'ManipulationOfJoint']} + +name_for_cid[8115] = 'SpecimenEmbeddingMedia' +cid_concepts[8115] = \ +{'SCT': ['EpoxyResin', + 'AcrylicResin', + 'TissueFreezingMedium', + 'ParaffinWax', + 'Plastic', + 'Agar']} + +name_for_cid[7063] = 'ModelScaleUnits' +cid_concepts[7063] = \ +{'UCUM': ['mm', 'M', 'cm', 'um']} + +name_for_cid[3470] = 'VesselLumenCrosssectionalAreaCalculationMethods' +cid_concepts[3470] = \ +{'DCM': ['DensitometricMethod', 'CircularMethod']} + +name_for_cid[85] = 'SUVUnits' +cid_concepts[85] = \ +{'UCUM': ['StandardizedUptakeValueIdealBodyWeight', + 'StandardizedUptakeValueBodySurfaceArea', + 'StandardizedUptakeValueLeanBodyMassJanma', + 'StandardizedUptakeValueBodyWeight', + 'StandardizedUptakeValueLeanBodyMassJames', + 'StandardizedUptakeValueLeanBodyMassJames128Multiplier']} + +name_for_cid[6058] = 'ProcedureModifiersforBreast' +cid_concepts[6058] = \ +{'DCM': ['SalineImplant', + 'PolyurethaneImplant', + 'PercutaneousSiliconeInjection', + 'CombinationImplant', + 'PrePectoralImplant', + 'NeedleLocalizationAndBiopsy', + 'RetroPectoralImplant', + 'MarkerPlacement', + 'Mammographic', + 'Mammographic', + 'PalpationGuided', + 'Targeted', + 'Survey', + 'VacuumAssisted', + 'Calibration', + 'QualityControl'], + 'SCT': ['Lumpectomy', + 'TissueDopplerImaging', + 'BreastImplantTypeNotSpecified', + '_3DMode', + '_2DMode', + 'Mammography', + 'DopplerContinuousWave', + 'MagneticResonanceImagingGuidedBiopsy', + 'Diagnostic', + 'QuadrantectomyOfBreast', + 'SiliconeGelImplant', + 'DopplerPulsed', + 'MMode', + 'DiagnosticRadiographyStereotacticLocalization', + 'Screening', + 'PowerDoppler', + 'UltrasonicGuidanceProcedure', + 'DopplerColorFlow', + 'ComputedTomographyGuidedBiopsy'], + 'UMLS': ['Mastectomy']} + +name_for_cid[8103] = 'AnatomicPathologySpecimenTypes' +cid_concepts[8103] = \ +{'SCT': ['SpecimenFromBreastObtainedByExcision', + 'SmearSample', + 'Aspirate', + 'SpecimenFromBreastObtainedByTotalMastectomy', + 'SegmentectomyBreastSample', + 'BreastTruCutBiopsySample', + 'BodySubstanceSample', + 'TissueSection', + 'SpecimenFromBreastObtainedByImageGuidedCoreBiopsy', + 'TissueSpot', + 'LumpectomyBreastSample', + 'LiquidBasedCytologicMaterial', + 'BreastDuctSample', + 'SpecimenFromBreastStereotacticallyGuidedCoreNeedleBiopsy', + 'TissueSpecimen', + 'GeneticSample', + 'SpecimenFromBreastObtainedByCoreNeedleBiopsy', + 'CoreSampleOfTissueBlock', + 'BodyFluidSample', + 'FrozenSectionBreastSample', + 'TouchPreparationCytologicMaterial', + 'Slide', + 'EntireBody', + 'SpecimenFromBreastByIncisionalBiopsyOfBreastMass', + 'GrossSpecimen']} + +name_for_cid[4209] = 'OphthalmicAnatomicStructureImaged' +cid_concepts[4209] = \ +{'SCT': ['BothEyes', + 'AnteriorChamberOfEye', + 'OphthalmicArtery', + 'LowerEyelid', + 'OpticNerveHead', + 'ChoroidOfEye', + 'Sclera', + 'Cornea', + 'Eyelid', + 'Lens', + 'Eye', + 'LacrimalSac', + 'Retina', + 'LacrimalCaruncle', + 'Iris', + 'UpperEyelid', + 'CiliaryBody', + 'Conjunctiva', + 'LacrimalGland', + 'FoveaCentralis']} + +name_for_cid[3466] = 'PlaneIdentification' +cid_concepts[3466] = \ +{'SCT': ['AnteroPosterior', + 'LeftAnteriorOblique', + 'LeftLateral', + 'CaudalRAO', + 'RightAnteriorOblique', + 'CranialRAO', + 'CaudalLAO', + 'CranialLAO']} + +name_for_cid[639] = 'TumorGraftHistologicType' +cid_concepts[639] = \ +{'NCIt': ['BronchioloalveolarAdenocarcinoma'], + 'SCT': ['NonSmallCellCarcinoma', + 'RenalCellCarcinoma', + 'SquamousCellCarcinoma', + 'AmelanoticMelanoma', + 'SpindleCellCarcinoma', + 'Glioblastoma', + 'Adenocarcinoma', + 'Carcinosarcoma', + 'MixedSmallCellCarcinoma', + 'Carcinoma', + 'Leukemia', + 'InfiltratingDuctalCarcinomaOfBreast', + 'Mesothelioma', + 'Cystadenocarcinoma', + 'LargeCellCarcinoma', + 'Astrocytoma', + 'Melanoma', + 'Osteosarcoma', + 'Sarcoma', + 'SmallCellCarcinoma']} + +name_for_cid[12218] = 'EchocardiographyCongenital' +cid_concepts[12218] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'EndDiastolicVelocity', + 'ROIInternalDimensionByUS', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference']} + +name_for_cid[3489] = 'CalciumDistribution' +cid_concepts[3489] = \ +{'SCT': ['Deep', 'Superficial']} + +name_for_cid[4032] = 'MRSpectroscopyMetabolites' +cid_concepts[4032] = \ +{'DCM': ['CreatineCholineCitrateRatio', + 'GlutamateAndGlutamine', + 'CholineCreatineRatio', + 'NAcetylaspartateCreatineRatio', + 'CreatineAndCholine', + 'NAcetylaspartateCholineRatio', + 'LipidAndLactate'], + 'SCT': ['Inositol', + 'Citrate', + 'Choline', + 'Creatine', + 'Lactate', + 'Glutamine', + 'NAcetylaspartate', + 'Lipid', + 'Tuarine']} + +name_for_cid[9250] = 'ScheduledProcessingParameterConceptCodesforRTTreatment' +cid_concepts[9250] = \ +{'DCM': ['TreatmentDeliveryType']} + +name_for_cid[402] = 'AuditActiveParticipantRoleIDCode' +cid_concepts[402] = \ +{'DCM': ['SourceMedia', + 'DestinationMedia', + 'SourceRoleID', + 'DestinationRoleID', + 'ApplicationLauncher', + 'Application']} + +name_for_cid[12023] = 'PelvisandUterusAnatomicSites' +cid_concepts[12023] = \ +{'SCT': ['Endometrium', 'Cervix', 'Uterus']} + +name_for_cid[3718] = 'MyocardialWallSegmentsinProjection' +cid_concepts[3718] = \ +{'SCT': ['MyocardiumOfPosterolateralRegion', + 'MyocardiumOfApexOfHeart', + 'MyocardiumOfInferolateralRegion', + 'LeftVentricleBasalLateralSegment', + 'LeftVentricularBasalSeptalSegment', + 'LeftVentricleBasalAnteriorSegment', + 'LeftVentricleApicalSeptalSegment', + 'MyocardiumOfDiaphragmaticRegion', + 'LeftVentricleBasalInferiorSegment', + 'LeftVentricularPosterobasalSegment', + 'MyocardiumOfAnterolateralRegion']} + +name_for_cid[7022] = 'RadiotherapyPurposesofReference' +cid_concepts[7022] = \ +{'DCM': ['RegistrationCreatedDuringTreatment', + 'RTTreatmentPlanForThePositionBeingVerified', + 'RegistrationUsedInPlanning']} + +name_for_cid[7472] = 'VolumeMeasurements' +cid_concepts[7472] = \ +{'DCM': ['VolumeEstimatedFromThreeOrMoreNonCoplanar2DRegions', + 'VolumeEstimatedFromTwoNonCoplanar2DRegions', + 'VolumeEstimatedFromSingle2DRegion', + 'VolumeOfSphere', + 'VolumeOfCircumscribedSphere', + 'VolumeOfEllipsoid', + 'VolumeOfBoundingThreeDimensionalRegion'], + 'SCT': ['Volume']} + +name_for_cid[9529] = 'SingleDoseDosimetricObjectives' +cid_concepts[9529] = \ +{'DCM': ['MinimumRadiationDose', + 'MaximumSurfaceRadiationDose', + 'MinimumSurfaceRadiationDose', + 'MinimumEquivalentUniformDose', + 'MaximumMeanRadiationDose', + 'MinimumMeanRadiationDose', + 'MaximumRadiationDose', + 'PrescriptionRadiationDose', + 'MaximumEquivalentUniformDose']} + +name_for_cid[7167] = 'PeripheralNervousSystemSegmentationTypes' +cid_concepts[7167] = \ +{'SCT': ['CranialNerve', + 'PeripheralNervousSystem', + 'PeripheralNerve', + 'VagusNerve', + 'AutonomicNerve', + 'SympatheticTrunk']} + +name_for_cid[3827] = 'VesselSegments' +cid_concepts[3827] = \ +{'BARI': ['_1stMarginalCoronaryArteryLaterals', + '_2ndMarginalCoronaryArteryLaterals', + '_3rdMarginalCoronaryArteryLaterals', + 'PosteriorDescendingSeptalPerforators', + '_1stDiagonalCoronaryArteryLaterals', + '_2ndDiagonalCoronaryArteryLaterals', + 'RamusLaterals', + '_3rdDiagonalCoronaryArteryLaterals'], + 'SCT': ['ProfundaFemorisVein', + 'SubclavianVein', + 'ExternalIliacArtery', + 'ProximalRightCoronaryArtery', + 'CeliacAxis', + 'OvarianVein', + 'PosteriorCerebralArtery', + 'BasilarArtery', + 'DeepPalmarVenousArch', + 'LateralCalfPerforator', + 'MidCircumflexCoronaryArtery', + 'CentralRetinalVein', + 'IntermediateArteryRamus', + 'GastricArtery', + 'FourthLumbarArtery', + 'SmallestCardiacVein', + 'ThirdLumbarArtery', + 'UmbilicalArtery', + 'RadialArtery', + 'SolealVein', + 'LobarArtery', + 'ThighPerforator', + 'MidRightCoronaryArtery', + 'RightBranchOfHepaticArtery', + 'ExternalIliacVein', + 'SubclavianArtery', + 'CentralRetinalArtery', + '_3rdLeftPosterolateralCoronaryArtery', + 'OphthalmicArtery', + 'SegmentalArtery', + 'BrachialVein', + 'SuperficialPalmarArch', + 'OvarianArtery', + 'PeronealArtery', + 'SuperficialFemoralVein', + 'LeftPosteriorDescendingCircumflexCoronaryArtery', + 'SuperiorLeftPulmonaryVein', + '_1stMarginalCoronaryArtery', + 'SuperiorMesentericVein', + 'LumbarArtery', + 'PeronealVein', + 'MidLeftAnteriorDescendingCoronaryArtery', + 'AtrioventricularVein', + 'CoronaryArteryGraft', + 'InfraRenalAorta', + 'PulmonaryVein', + 'CarotidBulb', + 'PoplitealVein', + 'GiacominiVein', + 'InternalCarotidArteryC5Segment', + 'DistalLeftAnteriorDescendingCoronaryArtery', + 'RightPulmonaryVein', + 'RightCoronaryArteryOstium', + 'MarginalCoronaryArtery', + 'HepaticVein', + 'ProximalLeftAnteriorDescendingCoronaryArtery', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'PosteriorTibialArtery', + 'GreatSaphenousVeinOfThigh', + 'LeftHepaticVein', + 'InnominateVein', + 'SuperficialFemoralArtery', + 'ProximalCircumflexCoronaryArtery', + '_2ndMarginalCoronaryArtery', + 'PosteriorCommunicatingArtery', + 'LeftBranchOfHepaticArtery', + 'ArcuateArteryOfTheKidney', + 'RightHepaticVein', + 'GastrocnemiusVein', + 'CephalicVein', + 'GastricVein', + 'LeftMainCoronaryArtery', + 'LeftMainBranchOfPortalVein', + 'InferiorRightHepaticVein', + 'VentricularVein', + 'CarotidSiphon', + 'PlantarArterialArch', + 'AnteriorPosteriorCerebralArteryBifurcation', + 'AtrialVein', + '_1stDiagonalCoronaryArtery', + 'AnteriorCardiacVein', + 'LeftMainCoronaryArteryOstium', + 'LesserSaphenousVein', + 'InferiorMesentericArtery', + 'DigitalArteryOfHand', + 'GreatSaphenousVein', + 'SecondLumbarArtery', + '_1stRightPosterolateralCoronaryArtery', + 'InternalCarotidArtery', + 'RightPosteriorAVCoronaryArtery', + 'UlnarVein', + 'SuperiorRightPulmonaryVein', + 'InferiorVenaCava', + 'ProperHepaticArtery', + 'InterlobarArteryOfKidney', + 'AnteriorMiddleCerebralArteryBifurcation', + 'PerforatingArteryOfKidney', + 'InternalCarotidArteryC6Segment', + 'DistalRightCoronaryArtery', + 'AnteriorTibialArtery', + 'LeftAnteriorDescendingCoronaryArtery', + 'CommonCarotidArtery', + 'GreatSaphenousVeinOfCalf', + 'LeftPulmonaryVein', + '_3rdMarginalCoronaryArtery', + 'Aorta', + 'CommonIliacArteryBifurcation', + 'MiddleHepaticVein', + 'RightMainBranchOfPortalVein', + 'RadialVein', + 'InferiorRightPulmonaryVein', + 'LeftPosterolateralCircumflexCoronaryArtery', + 'CommonHepaticArtery', + 'UterineArtery', + 'FirstLumbarArtery', + 'PoplitealArtery', + 'MiddleCerebralArteryM1Segment', + 'InternalIliacArtery', + 'SuperiorVenaCava', + 'UlnarArtery', + 'SixthLumbarArtery', + 'PosteriorArchVein', + 'SplenicVein', + 'CarotidBifurcation', + 'SaphenousVein', + '_2ndRightPosterolateralCoronaryArtery', + 'SplenicArtery', + 'InnominateArtery', + 'RenalArtery', + 'GastroduodenalArtery', + 'AccessoryRenalArtery', + 'AzygosVein', + 'BrachialArtery', + '_2ndDiagonalCoronaryArtery', + 'DistalCircumflexCoronaryArtery', + 'DorsalisPedisArtery', + 'CommonFemoralArtery', + 'SmallCardiacVein', + 'SuperficialPalmarVenousArch', + 'CommonFemoralVein', + '_1stLeftPosterolateralCoronaryArtery', + 'CircumflexCoronaryArtery', + 'InferiorMesentericVein', + 'AnteriorCommunicatingArtery', + 'MedianCubitalVein', + 'CoronarySinus', + 'HilarArtery', + 'TerminalInternalCarotidArtery', + 'AxillaryArtery', + 'VertebralArtery', + '_3rdDiagonalCoronaryArtery', + 'TransjugularIntrahepaticPortosystemicShunt', + 'SaphenofemoralJunction', + 'SupraRenalAorta', + 'InternalJugularVein', + 'CockettPerforatingVein', + 'AVGrooveContinuationOfCircumflexArtery', + 'UmbilicalVein', + 'CommonIliacVein', + 'PosteriorCerebralArteryP1Segment', + 'TesticularArtery', + '_3rdRightPosterolateralCoronaryArtery', + 'GreatCardiacVein', + 'PortalVein', + 'InferiorLeftPulmonaryVein', + 'AnteriorCerebralArtery', + 'RenalVein', + 'InternalIliacVein', + 'BoydPerforatingVein', + 'IlealVein', + 'CommonIliacArtery', + 'MiddleCardiacVein', + '_2ndLeftPosterolateralCoronaryArtery', + 'MiddleCerebralArteryM2Segment', + 'MiddleCerebralArtery', + 'PosteriorCerebralArteryP2Segment', + 'PosteriorDescendingRightCoronaryArtery', + 'TesticularVein', + 'AnteriorTibialVein', + 'PosteriorTibialVein', + 'SaphenopoplitealJunction', + 'BasilicVein', + '_1stSeptalCoronaryArtery', + 'RightCoronaryArtery', + 'HunterianPerforatingVein', + 'DeepPalmarArchOfRadialArtery', + 'ProfundaFemorisArtery', + 'FifthLumbarArtery', + 'AxillaryVein']} + +name_for_cid[10065] = 'RadiationTransportModelType' +cid_concepts[10065] = \ +{'DCM': ['MeasuredRadiationDose', + 'VoxelizedRadiationTransportModel', + 'GeometricRadiationTransportModel', + 'NURBSRadiationTransportModel', + 'MeshRadiationTransportModel', + 'BREPRadiationTransportModel']} + +name_for_cid[6131] = 'ChestTextureDescriptor' +cid_concepts[6131] = \ +{'DCM': ['Inhomogeneous', 'Homogeneous']} + +name_for_cid[300] = 'MultienergyRelevantMaterials' +cid_concepts[300] = \ +{'SCT': ['Silicon', + 'Yttrium', + 'Iron', + 'Iodine', + 'UricAcid', + 'CobaltChromiumAlloy', + 'Silicone', + 'Hafnium', + 'Tantalum', + 'Water', + 'Fat', + 'Gold', + 'Calcium', + 'Barium', + 'Gadolinium', + 'RenalStone', + 'NickelCobaltChromium', + 'Bismuth', + 'CalciumHydroxyapatite', + 'Titanium', + 'Platinum', + 'Silver', + 'AluminumOxide']} + +name_for_cid[12234] = 'RespirationState' +cid_concepts[12234] = \ +{'SCT': ['Expiration', 'Inspiration']} + +name_for_cid[245] = 'LateralitywithMedian' +cid_concepts[245] = \ +{'DCM': ['Median'], 'SCT': ['Bilateral', 'Right', 'Left', 'Unilateral']} + +name_for_cid[615] = 'AnesthesiaMaintenanceCodeTypeforSmallAnimalAnesthesia' +cid_concepts[615] = \ +{'SCT': ['InhalationAnesthesiaSystemClosedRebreathingPrimaryAgent', + 'InhalationAnesthesiaSystemClosedNoRebreathingPrimaryAgent']} + +name_for_cid[6166] = 'CADGeometrySecondaryGraphicalRepresentation' +cid_concepts[6166] = \ +{'DCM': ['OrthogonalLocationArcInnerMargin', + 'OrthogonalLocationArcOuterMargin', + 'OutlineOfLobulations', + 'InnerLimitsOfFuzzyMargin', + 'OuterLimitsOfFuzzyMargin', + 'OutlineOfSpiculations', + 'LinearSpiculation', + 'PixelatedSpiculations', + 'OrthogonalLocationArc'], + 'SCT': ['LongAxis', 'ShortAxis']} + +name_for_cid[11] = 'RouteofAdministration' +cid_concepts[11] = \ +{'DCM': ['RetroOrbitalRoute'], + 'NCIt': ['IntraepithelialRoute', 'ExtraluminalRoute', 'TransluminalRoute'], + 'SCT': ['IntramedullaryRoute', + 'IntraluminalRoute', + 'TopicalRoute', + 'IntrathecalRoute', + 'OralRoute', + 'IntramuscularRoute', + 'NasalRoute', + 'PerRectum', + 'IntratumorRoute', + 'IntravenousRoute', + 'SubcutaneousRoute', + 'IntraperitonealRoute', + 'ByInhalation', + 'VaginalRoute', + 'IntraArterialRoute', + 'IntraArticularRoute', + 'IntracardiacRoute', + 'IntraventricularRouteCardiac', + 'IntracutaneousRoute', + 'IntracoronaryRoute']} + +name_for_cid[10032] = 'ProjectionXRayAcquisitionDeviceTypes' +cid_concepts[10032] = \ +{'DCM': ['CassetteBasedProjectionRadiographySystem', + 'IntegratedProjectionRadiographySystem', + 'FluoroscopyGuidedProjectionRadiographySystem']} + +name_for_cid[7262] = 'DiffusionTractographyAlgorithmFamilies' +cid_concepts[7262] = \ +{'DCM': ['Deterministic', + 'Probabilistic', + 'Global', + 'FACT', + 'Streamline', + 'TEND', + 'Bootstrap', + 'Euler', + 'RungeKutta']} + +name_for_cid[3671] = 'ReasonforECGExam' +cid_concepts[3671] = \ +{'SCT': ['PreSurgeryTesting', + 'RoutineProcedure', + 'EmergencyDepartmentPatientVisit', + 'EmergencyProcedure', + 'ProcedureInCardiacCareUnit', + 'EvaluationOfMurmur', + 'OutpatientProcedure']} + +name_for_cid[6023] = 'SidefromBIRADS®' +cid_concepts[6023] = \ +{'SCT': ['LeftBreast', 'RightBreast', 'BothBreasts']} + +name_for_cid[3221] = 'StressTestTerminationReasons' +cid_concepts[3221] = \ +{'SCT': ['HypotensiveEpisode', + 'EndOfProtocol', + 'Arrhythmia', + 'TargetHeartRateAchieved', + 'Claudication', + 'ChestPain', + 'Syncope', + 'AbnormalECG', + 'Fatigue', + 'PatientRefusedExerciseTest', + 'Dyspnea', + 'HypertensiveEpisode']} + +name_for_cid[12263] = 'CardiacUltrasoundVenousReturnPulmonaryMeasurements' +cid_concepts[12263] = \ +{'DCM': ['Tau', + 'IndicatorMeanTransitTime', + 'RRInterval', + 'BloodVelocityPeak', + 'BloodVelocityMean', + 'BloodVelocityMinimum', + 'SystolicBloodVelocityMean', + 'SystolicBloodVelocityPeak', + 'DiastolicBloodVelocityMean', + 'DiastolicBloodVelocityPeak'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'AWaveAmplitude', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'PulmVeinADurationToMVADurationDifference', + 'EjectionTime', + 'PulmonaryVeinADurationMitralValveADurationRatio', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'BCSlope', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'TimeFromQWaveToPulmonicValveCloses', + 'CEDistance', + 'PulmonaryArteryPressureUsingAccelTime', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PulmonaryVeinAVTIToMitralValveVTIRatio', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'DEExcursion', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[3108] = 'NM/PETProcedures' +cid_concepts[3108] = \ +{'SCT': ['PETBrainStudy', + 'PETHeartStudy', + 'RadioisotopeStudyOfRespiratorySystem', + 'PETStudyForLocalizationOfTumor', + 'RadioisotopeStudyOfGenitourinarySystem', + 'PETBreastStudy', + 'RadioisotopeStudyOfMusculoskeletalSystem', + 'RadioisotopeStudyOfHematopoieticSystem', + 'NuclearMedicineDiagnosticProcedureOnNervousSystem', + 'RadioisotopeStudyOfGastrointestinalSystem', + 'NuclearMedicineCardiovascularStudy', + 'RadioisotopeStudyOfEndocrineSystem', + 'RadionuclideStudyForLocalizationOfInflammatoryDisease', + 'RadionuclideLocalizationOfTumor']} + +name_for_cid[9505] = 'FixationorPositioningDevices' +cid_concepts[9505] = \ +{'DCM': ['RectalBalloon', + 'Mold', + 'HeadAndNeckMask', + 'HeadMask', + 'Headframe', + 'VaginalCylinder', + 'BodyFrame', + 'BreastBoard', + 'Cast', + 'WholeBodyPod', + 'VacuumMold'], + 'SCT': ['Chair', 'Headrest', 'BiteBlock', 'Table']} + +name_for_cid[4272] = 'OPTScanPatternTypes' +cid_concepts[4272] = \ +{'DCM': ['GridBScanPattern', + 'CircleRadialBScanPattern', + 'CubeBScanPattern', + 'RasterBScanPattern', + 'RadialBScanPattern', + 'LineBScanPattern', + 'CircleBScanPattern', + 'CrossBScanPattern', + 'CircleRasterBScanPattern', + 'ConcentricCircleBScanPattern']} + +name_for_cid[642] = 'Cytokines' +cid_concepts[642] = \ +{'SCT': ['InterferonGamma', + 'VascularEndothelialGrowthFactor', + 'TumorNecrosisFactorAlpha']} + +name_for_cid[212] = 'GenericAnatomicLocationModifiers' +cid_concepts[212] = \ +{'DCM': ['Median'], + 'NCIt': ['Middle'], + 'SCT': ['Distal', + 'Proximal', + 'MidLongitudinal', + 'Central', + 'Lateral', + 'Posterior', + 'Inferior', + 'Anterior', + 'Superior']} + +name_for_cid[10024] = 'WaterEquivalentDiameterMethod' +cid_concepts[10024] = \ +{'DCM': ['AAPM220']} + +name_for_cid[12019] = 'OBGYNFetusSummary' +cid_concepts[12019] = \ +{'LN': ['EFWPercentileRank', + 'FetalHeartRate', + 'GestationalAgeByLMP', + 'GestationalAge', + 'EstimatedWeight', + 'CompositeUltrasoundAge']} + +name_for_cid[3688] = 'ElectrophysiologyWaveformVoltages' +cid_concepts[3688] = \ +{'MDC': ['PMinimumAmplitudePerLead', + 'R1AmplitudePerLead', + 'S2AmplitudePerLead', + 'AmplitudeAt20msIntoSTSegmentPerLead', + 'STAmplitudePerLead', + 'TMinimumAmplitudePerLead', + 'SAmplitudePerLead', + 'S1AmplitudePerLead', + 'AmplitudeAt40msIntoSTSegmentPerLead', + 'QAmplitudePerLead', + 'RAmplitudePerLead', + 'R3AmplitudePerLead', + 'AmplitudeAt60msIntoSTSegmentPerLead', + 'TMaximumAmplitudePerLead', + 'JPointAmplitudePerLead', + 'R2AmplitudePerLead', + 'P3AmplitudePerLead', + 'AmplitudeAt80msIntoSTSegmentPerLead', + 'S3AmplitudePerLead', + 'PMaximumAmplitudePerLead']} + +name_for_cid[3722] = 'DiabeticTherapy' +cid_concepts[3722] = \ +{'SCT': ['DiabeticOnOralTreatment', + 'DiabeticOnInsulin', + 'DiabeticOnDietaryTreatment']} + +name_for_cid[3237] = 'WallMotionComparisonFindings' +cid_concepts[3237] = \ +{'SCT': ['NewWallMotionAbnormality', 'NoChange', 'ImprovementOfWallMotion']} + +name_for_cid[6035] = 'CompositeFeatureRelations' +cid_concepts[6035] = \ +{'DCM': ['TargetContentItemsAreRelatedTemporally', + 'TargetContentItemsAreRelatedSpatially', + 'TargetContentItemsAreRelatedContraLaterally']} + +name_for_cid[3667] = 'FraminghamScores' +cid_concepts[3667] = \ +{'DCM': ['ComparativeLow10YearCHDRisk', + '_10YearCHDRisk', + 'ComparativeAverage10YearCHDRisk']} + +name_for_cid[4] = 'AnatomicRegion' +cid_concepts[4] = \ +{'DCM': ['Phantom'], + 'SCT': ['LeftHypochondriacRegion', + 'SubclavianVein', + 'ExternalIliacArtery', + 'BoneOfLowerLimb', + 'TruncusCoeliacus', + 'BasilarArtery', + 'ParanasalSinus', + 'ApexOfRightVentricle', + 'WristJoint', + 'FontanelOfSkull', + 'Mouth', + 'GenicularArtery', + 'LeftVentricleInflow', + 'SigmoidColon', + 'PharynxAndLarynx', + 'CarotidArtery', + 'BuccalRegionOfFace', + 'UmbilicalArtery', + 'PrimitiveAorta', + 'LeftVentricleOutflowTract', + 'RadialArtery', + 'Intracranial', + 'RightFemoralArtery', + 'JawRegion', + 'LeftFemoralArtery', + 'LumenOfBloodVessel', + 'Calcaneus', + 'EndoEsophageal', + 'AntecubitalVein', + 'Mandible', + 'Parasternal', + 'BroadLigament', + 'PatentDuctusArteriosus', + 'MesentericVein', + 'PulmonaryVein', + 'CoronaryArtery', + 'UpperLimb', + 'ExternalIliacVein', + 'CongenitalPulmonaryArteriovenousFistula', + 'DescendingAorta', + 'SubclavianArtery', + 'Flank', + 'Maxilla', + 'Lung', + 'OphthalmicArtery', + 'Nose', + 'PancreaticDuct', + 'Hand', + 'BrachialVein', + 'RightUpperQuadrantOfAbdomen', + 'Eye', + 'IntraThoracic', + 'Prostate', + 'ElbowJoint', + 'HepaticArtery', + 'Back', + 'FacialBones', + 'Sternum', + 'PeronealArtery', + 'NeckAndChest', + 'RightVentricleOutflowTract', + 'Duodenum', + 'RightHypochondriacRegion', + 'SuperiorLeftPulmonaryVein', + 'BileDuct', + 'SystemicCollateralArteryToLung', + 'UpperOuterQuadrantOfBreast', + 'LumbarArtery', + 'PancreaticDuctAndBileDuctSystems', + 'ApexOfLeftVentricle', + 'Cornea', + 'Larynx', + 'PulmonaryArtery', + 'FemoralArtery', + 'Ovary', + 'Skull', + 'ThoracoLumbarSpine', + 'EndoUrethral', + 'Thyroid', + 'Head', + 'AdrenalGland', + 'AcromioclavicularJoint', + 'UmbilicalRegion', + 'Calyx', + 'CongenitalCoronaryArteryFistulaToRightVentricle', + 'PosteriorMedialTributary', + 'SternoclavicularJoint', + 'EndoNasopharyngeal', + 'EsophagusStomachAndDuodenum', + 'Breast', + 'Neck', + 'Finger', + 'Submental', + 'CranialVenousSystem', + 'PoplitealFossa', + 'PulmonaryArteryConduit', + 'RightAtrium', + 'RightVentricle', + 'CommonVentricle', + 'Coccyx', + 'Abdomen', + 'HeadAndNeck', + 'Hypopharynx', + 'Ventricle', + 'Uterus', + 'TemporomandibularJoint', + 'TracheaAndBronchus', + 'HepaticVein', + 'Testis', + 'PelvisAndLowerExtremities', + 'InternalMammaryArtery', + 'Bladder', + 'Vulva', + 'LargeIntestine', + 'Forearm', + 'Face', + 'Spine', + 'Foot', + 'NeckChestAndAbdomen', + 'ExternalCarotidArtery', + 'SuperiorMesentericArtery', + 'MuscleOfUpperLimb', + 'PosteriorTibialArtery', + 'FemoralVein', + 'RightAuricularAppendage', + 'Zygoma', + 'InnominateVein', + 'SuperficialFemoralArtery', + 'UterusAndFallopianTubes', + 'LowerLimb', + 'PosteriorCommunicationArtery', + 'JuxtaposedAtrialAppendage', + 'AorticArch', + 'VertebralColumnAndCranium', + 'Jejunum', + 'ChestAbdomenAndPelvis', + 'AbdominalAorta', + 'EndoCardiac', + 'TarsalJoint', + 'Scalp', + 'CephalicVein', + 'Tongue', + 'LingualArtery', + 'GastricVein', + 'CongenitalCoronaryArteryFistulaToRightAtrium', + 'Fibula', + 'OrbitalStructure', + 'Penis', + 'InferiorCardiacVein', + 'Baffle', + 'LacrimalArtery', + 'OccipitalArtery', + 'EndoVascular', + 'Sclera', + 'Brain', + 'SystemicVenousAtrium', + 'Parathyroid', + 'AnomalousPulmonaryVein', + 'SuprasternalNotch', + 'CervicoThoracicSpine', + 'Perineum', + 'EndoRectal', + 'Femur', + 'AnteriorCardiacVein', + 'Pancreas', + 'LeftAtrium', + 'CerebralArtery', + 'Scapula', + 'InferiorMesentericArtery', + 'EndoRenal', + 'GreatSaphenousVein', + 'OmentalBursa', + 'BladderAndUrethra', + 'CervicalSpine', + 'IliacAndOrFemoralArtery', + 'InternalCarotidArtery', + 'EndoUreteric', + 'Sacrum', + 'SmallIntestine', + 'InternalAuditoryCanal', + 'SuperiorRightPulmonaryVein', + 'IntraArticular', + 'RenalPelvis', + 'InferiorVenaCava', + 'RightPulmonaryArtery', + 'Axilla', + 'Retroperitoneum', + 'Thymus', + 'VenousNetwork', + 'CommonAtrium', + 'Humerus', + 'Ilium', + 'AorticFistula', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'NasalBone', + 'AnteriorTibialArtery', + 'Cervix', + 'TruncusArteriosusCommunis', + 'EndoArterial', + 'CommonCarotidArtery', + 'Joint', + 'Buttock', + 'SubmandibularArea', + 'OpticCanal', + 'Aorta', + 'SuperficialTemporalArtery', + 'EndoVenous', + 'MastoidBone', + 'CongenitalCoronaryArteryFistulaToLeftVentricle', + 'NeckChestAbdomenAndPelvis', + 'Thigh', + 'Spleen', + 'ChestAndAbdomen', + 'InferiorRightPulmonaryVein', + 'Trachea', + 'BodyConduit', + 'LowerOuterQuadrantOfBreast', + 'AnkleJoint', + 'EndoVesical', + 'Mediastinum', + 'Cerebellum', + 'RightVentricleInflow', + 'MesentericArtery', + 'PoplitealArtery', + 'LeftLowerQuadrantOfAbdomen', + 'UpperUrinaryTract', + 'PulmonaryVenousAtrium', + 'Bronchus', + 'Pelvis', + 'SesamoidBonesOfFoot', + 'InternalIliacArtery', + 'PulmonaryChamberOfCorTriatriatum', + 'SuperiorVenaCava', + 'UlnarArtery', + 'LeftVentricle', + 'AnteriorSpinalArtery', + 'AbdomenAndPelvis', + 'LumbarRegion', + 'Omentum', + 'AnusRectumAndSigmoidColon', + 'SplenicVein', + 'Colon', + 'SubmandibularGland', + 'LeftLumbarRegion', + 'ThoracicSpine', + 'SaphenousVein', + 'Gallbladder', + 'InnominateArtery', + 'SplenicArtery', + 'RenalArtery', + 'HipJoint', + 'UpperArm', + 'Extremity', + 'FacialArtery', + 'EpigastricRegion', + 'AzygosVein', + 'BrachialArtery', + 'Liver', + 'IntraAbdominal', + 'HipJoint', + 'Rib', + 'BoneOfUpperLimb', + 'EndoVaginal', + 'LowerInnerQuadrantOfBreast', + 'Clavicle', + 'ParotidGland', + 'CommonFemoralArtery', + 'Stomach', + 'Subxiphoid', + 'UpperInnerQuadrantOfBreast', + 'AnteriorCommunicatingArtery', + 'CongenitalCoronaryArteryFistulaToLeftAtrium', + 'RightInguinalRegion', + 'ThoracicAorta', + 'CoronarySinus', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'ApexOfLung', + 'Ileum', + 'Atrium', + 'Knee', + 'VertebralArtery', + 'RightLowerQuadrantOfAbdomen', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'InternalJugularVein', + 'EyeRegion', + 'LacrimalArteryOfRightEye', + 'LumboSacralSpine', + 'SacroiliacJoint', + 'Anus', + 'UmbilicalVein', + 'EntireBody', + 'CommonIliacVein', + 'InguinalRegion', + 'EndoNasal', + 'HypogastricRegion', + 'RightLumbarRegion', + 'Thumb', + 'LumbarSpine', + 'GreatCardiacVein', + 'PrimitivePulmonaryArtery', + 'SellaTurcica', + 'PortalVein', + 'Scrotum', + 'InferiorLeftPulmonaryVein', + 'LowerLeg', + 'RenalVein', + 'BoydPerforatingVein', + 'Ear', + 'SupraclavicularRegionOfNeck', + 'CommonIliacArtery', + 'Toe', + 'Shoulder', + 'SpinalCord', + 'VascularGraft', + 'LeftAuricularAppendage', + 'CircleOfWillis', + 'LeftInguinalRegion', + 'Eyelid', + 'MuscleOfLowerLimb', + 'LeftUpperQuadrantOfAbdomen', + 'AscendingAorta', + 'HunterianPerforatingVein', + 'IntraPelvic', + 'Subcostal', + 'ProfundaFemorisArtery', + 'Pharynx', + 'ExternalAuditoryCanal', + 'AxillaryVein', + 'Patella', + 'Nasopharynx', + 'OccipitalVein', + 'DoddPerforatingVein']} + +name_for_cid[7274] = 'MRDiffusionModelFittingMethods' +cid_concepts[7274] = \ +{'DCM': ['LeastSquaresFitOfMultipleSamples', + 'LevenbergMarquardt', + 'TrustRegion', + 'FixedDp', + 'SegmentedUnconstrained', + 'SegmentedConstrained', + 'BayesianProbability', + 'LogOfRatioOfTwoSamples']} + +name_for_cid[9513] = 'FixationDevices' +cid_concepts[9513] = \ +{'DCM': ['RectalBalloon', + 'Mold', + 'HeadAndNeckMask', + 'HeadMask', + 'Headframe', + 'VaginalCylinder', + 'BodyFrame', + 'BreastBoard', + 'Cast', + 'WholeBodyPod', + 'VacuumMold'], + 'SCT': ['Headrest', 'BiteBlock']} + +name_for_cid[8302] = 'MeasurementPatternCodes' +cid_concepts[8302] = \ +{'DCM': ['TG18UNL80Pattern', 'TG18UNL10Pattern']} + +name_for_cid[12275] = 'CardiacUltrasoundCoronaryArteriesMeasurements' +cid_concepts[12275] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'HeartRate', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'EndDiastolicVelocity', + 'ROIInternalDimensionByUS', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference']} + +name_for_cid[7018] = 'MiscellaneousDocumentTitles' +cid_concepts[7018] = \ +{'DCM': ['AdditionalTeachingFileInformation']} + +name_for_cid[4264] = 'OphthalmicMapPurposesofReference' +cid_concepts[4264] = \ +{'DCM': ['Localizer', + 'SourceImageForImageProcessingOperation', + 'RelatedOphthalmicThicknessMap']} + +name_for_cid[6127] = 'SegmentLocationinLung' +cid_concepts[6127] = \ +{'SCT': ['AnteriorSegmentOfLeftUpperLobe', + 'AnteriorSegmentOfRightUpperLobe', + 'PosteriorSegmentOfRightUpperLobe']} + +name_for_cid[50] = 'InstanceAvailabilityStatus' +cid_concepts[50] = \ +{'DCM': ['Unavailable', 'Nearline', 'Offline', 'Online']} + +name_for_cid[3630] = 'CardiovascularAnatomicLocations' +cid_concepts[3630] = \ +{'SCT': ['SubclavianVein', + 'InternalCarotidArtery', + 'PulmonaryValve', + 'BasilarArtery', + 'PulmonaryArteriovenousFistula', + 'AorticValve', + 'LateralPlantarArtery', + 'RightVentricleApex', + 'InferiorVenaCava', + 'RightPulmonaryArtery', + 'LeftVentricleInflow', + 'GeniculateArtery', + 'CentralVenousSystem', + 'CarotidArtery', + 'CommonAtrium', + 'UmbilicalArtery', + 'NeoAorta', + 'AorticFistula', + 'LeftVentricleOutflowTract', + 'RadialArtery', + 'RightFemoralArtery', + 'SuperiorThyroidArtery', + 'IliacArtery', + 'LeftFemoralArtery', + 'TruncusArteriosusCommunis', + 'Artery', + 'AntecubitalVein', + 'CommonCarotidArtery', + 'Aorta', + 'PatentDuctusArteriosus', + 'SuperficialTemporalArtery', + 'MesentericVein', + 'Vein', + 'FistulaCoronaryToLeftVentricle', + 'PulmonaryVein', + 'CoronaryArtery', + 'DescendingAorta', + 'SubclavianArtery', + 'TibialArtery', + 'RightVentricleInflow', + 'OphthalmicArtery', + 'MesentericArtery', + 'MedialPlantarArtery', + 'VenaAnonyma', + 'PoplitealArtery', + 'PulmonaryVenousAtrium', + 'BrachialVein', + 'PulmonaryChamberInCorTriatriatum', + 'PulmonaryCapillaryWedge', + 'SuperiorVenaCava', + 'LeftVentricle', + 'AnteriorSpinalArtery', + 'HepaticArtery', + 'SplenicVein', + 'PeronealArtery', + 'RightVentricleOutflowTract', + 'SaphenousVein', + 'BrachiocephalicTrunk', + 'RenalArtery', + 'SystemicCollateralArteryToLung', + 'FacialArtery', + 'LumbarArtery', + 'LeftVentricleApex', + 'VentricularSeptalDefect', + 'AzygosVein', + 'PulmonaryArtery', + 'FemoralArtery', + 'BrachialArtery', + 'FistulaCoronaryToRightAtrium', + 'MitralValve', + 'FistulaCoronaryToRightVentricle', + 'PosteriorMedialTributary', + 'CoarctationOfAorta', + 'CommonFemoralArtery', + 'PulmonaryArteryConduit', + 'TricuspidValve', + 'RightAtrium', + 'AnteriorCommunicatingArtery', + 'FistulaCoronaryToLeftAtrium', + 'RightVentricle', + 'ThoracicAorta', + 'CommonVentricle', + 'AtrialSeptalDefect', + 'PulmonaryVeinWedge', + 'AxillaryArtery', + 'LeftPulmonaryArtery', + 'HepaticVein', + 'InternalMammaryArtery', + 'VertebralArtery', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'InternalJugularVein', + 'UmbilicalVein', + 'FemoralVein', + 'InnominateVein', + 'NeonatalPulmonaryArteryPrimitivePA', + 'SuperficialFemoralArtery', + 'PortalVein', + 'PosteriorCommunicatingArtery', + 'JuxtaposedAppendage', + 'AorticArch', + 'RenalVein', + 'BoydPerforatingVein', + 'AbdominalAorta', + 'CoronarySinus', + 'CephalicVein', + 'LingualArtery', + 'GastricVein', + 'Baffle', + 'LacrimalArtery', + 'BasilicVein', + 'OccipitalArtery', + 'SystemicVenousAtrium', + 'HunterianPerforatingVein', + 'AscendingAorta', + 'AnomalousPulmonaryVein', + 'ProfundaFemorisArtery', + 'LeftAtrium', + 'CerebralArtery', + 'AxillaryVein', + 'GreatSaphenousVein', + 'PulmonaryArteryWedge', + 'DoddPerforatingVein']} + +name_for_cid[6062] = 'InterventionalProcedureComplications' +cid_concepts[6062] = \ +{'DCM': ['AbnormalDischarge', 'NoComplications'], + 'SCT': ['Pneumothorax', + 'Weal', + 'HealthcareAssociatedInfection', + 'Swelling', + 'HematomaPostoperative', + 'HemorrhagePostprocedure', + 'Rash', + 'VasovagalSyncope', + 'PersistentPainFollowingProcedure']} + +name_for_cid[12222] = 'OrificeFlowProperties' +cid_concepts[12222] = \ +{'LN': ['DESlope', + 'ACInterval', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'AWavePeakVelocity', + 'PeakSystolicVelocity', + 'StenosisPeakGradient', + 'StenosisPeakVelocity', + 'VolumeFlow', + 'FlowRadius', + 'TimeAveragedPeakVelocity', + 'EndDiastolicVelocity', + 'VelocityOfFlowPropagation', + 'PeakGradient', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'PeakInstantaneousFlowRate', + 'AccelerationSlope', + 'DecelerationSlope', + 'DecelerationTime', + 'AccelerationTime', + 'SystolicToDiastolicVelocityRatio', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'TimeAveragedMeanVelocity'], + 'SCT': ['RegurgitantFraction', + 'CardiovascularOrificeArea', + 'CardiovascularOrificeDiameter']} + +name_for_cid[9401] = 'IEC61217DevicePositionParameters' +cid_concepts[9401] = \ +{'DCM': ['IEC61217TableTopLongitudinalPosition', + 'IEC61217TableTopVerticalPosition', + 'IEC61217GantryContinuousRollAngle', + 'IEC61217GantryContinuousPitchAngle', + 'IEC61217GantryContinuousYawAngle', + 'IEC61217PatientSupportContinuousAngle', + 'IEC61217TableTopContinuousPitchAngle', + 'IEC61217TableTopContinuousRollAngle', + 'IEC61217TableTopEccentricAxisDistance', + 'IEC61217TableTopContinuousEccentricAngle', + 'IEC61217TableTopLateralPosition']} + +name_for_cid[4233] = 'OphthalmicAxialLengthMeasurementsSegmentNames' +cid_concepts[4233] = \ +{'DCM': ['SingleOrAnteriorLens', 'PosteriorLens'], + 'SCT': ['AnteriorChamber', 'VitreousCavity', 'Cornea']} + +name_for_cid[603] = 'AnimalRoomTypes' +cid_concepts[603] = \ +{'DCM': ['AnimalHousingRoom', 'PreparationRoom', 'ImagingProcedureRoom'], + 'SCT': ['InductionRoom', 'IsolationRoom', 'RecoveryRoom']} + +name_for_cid[12223] = 'EchocardiographyStrokeVolumeOrigin' +cid_concepts[12223] = \ +{'SCT': ['RightVentricleOutflowTract', + 'LeftVentricle', + 'MitralValve', + 'LeftVentricleOutflowTract', + 'Aorta']} + +name_for_cid[4232] = 'VitreousStatus' +cid_concepts[4232] = \ +{'SCT': ['PostVitrectomy', + 'GasInVitreousCavity', + 'VitreousOnly', + 'SiliconeOil']} + +name_for_cid[602] = 'BiosafetyControlReasons' +cid_concepts[602] = \ +{'SCT': ['BiohazardousMaterial', 'Carcinogen', 'PatientImmunocompromised'], + 'UMLS': ['TransgenicAnimal']} + +name_for_cid[252] = 'SMLSizeDescriptor' +cid_concepts[252] = \ +{'SCT': ['Medium', 'Small', 'Large']} + +name_for_cid[3774] = 'SocialHistory' +cid_concepts[3774] = \ +{'SCT': ['Nutrition', + 'AlcoholConsumption', + 'TobaccoSmokingBehavior', + 'Exercise', + 'DrugMisuseBehavior']} + +name_for_cid[6126] = 'LocationinLung' +cid_concepts[6126] = \ +{'DCM': ['Subpleural'], + 'SCT': ['LowerLobeOfLung', + 'UpperZoneOfLung', + 'LowerZoneOfLung', + 'UpperLobeOfLung', + 'MiddleZoneOfLung', + 'MiddleLobeOfLung']} + +name_for_cid[7222] = 'ParametricMapDerivationImagePurposeofReference' +cid_concepts[7222] = \ +{'DCM': ['SourceImageForImageProcessingOperation']} + +name_for_cid[6063] = 'InterventionalProcedureResults' +cid_concepts[6063] = \ +{'SCT': ['Benign', + 'Malignant', + 'InsufficientSample', + 'HighRiskTumor', + 'IndeterminateResult']} + +name_for_cid[3261] = 'StressProtocols' +cid_concepts[3261] = \ +{'SCT': ['StressTestUsingBicycleErgometer', + 'EllestadProtocol', + 'PharmacologicStressProtocol', + 'DobutamineStressProtocol', + 'NaughtonProtocol', + 'PepperProtocol', + 'AdenosineStressProtocol', + 'StressTestUsingCardiacPacing', + 'PharmacologicAndExerciseStressTest', + 'ModifiedNaughtonProtocol', + 'DipyridamoleStressProtocol', + 'RampProtocol', + 'ExerciseStressECGTest', + 'BalkeProtocol', + 'ModifiedBruceProtocol', + 'BruceProtocol']} + +name_for_cid[9512] = 'TomotherapeuticRadiotherapyProcedureTechniques' +cid_concepts[9512] = \ +{'DCM': ['TopographicBeam', 'HelicalBeam']} + +name_for_cid[8303] = 'DisplayDeviceType' +cid_concepts[8303] = \ +{'DCM': ['CRTFrontProjectionSystem', + 'DLPRearProjectionSystem', + 'OLED', + 'CRTRearProjectionSystem', + 'DLPFrontProjectionSystem', + 'CRTDisplay', + 'PlasmaDisplay', + 'LiquidCrystalDisplay']} + +name_for_cid[12274] = 'CardiacUltrasoundAortaMeasurements' +cid_concepts[12274] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'AorticSinotubularJunctionToAorticRootRatio', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'AorticValveCuspSeparation', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[7019] = 'SegmentationNonImageSourcePurposesofReference' +cid_concepts[7019] = \ +{'DCM': ['SourceRealWorldValueMap']} + +name_for_cid[7449] = 'ReaderSpecialty' +cid_concepts[7449] = \ +{'DCM': ['OncologicImagingSpecialty', + 'OBGynImagingSpecialty', + 'ThoracicImagingSpecialty', + 'OncologySpecialty', + 'AbdominalImagingSpecialty', + 'VascularImagingSpecialty', + 'PediatricImagingSpecialty', + 'HeadAndNeckImagingSpecialty', + 'CardiacImagingSpecialty', + 'MusculoskeletalImagingSpecialty', + 'NeuroradiologyImagingSpecialty', + 'NeurologySpecialty']} + +name_for_cid[4265] = 'OphthalmicThicknessDeviationCategories' +cid_concepts[4265] = \ +{'DCM': ['PGreaterThan5Percent', + 'PLesserThan5Percent', + 'PLesserThan2Percent', + 'PLesserThan1Percent', + 'PLesserThan0Point5Percent']} + +name_for_cid[12018] = 'OBGYNSummary' +cid_concepts[12018] = \ +{'LN': ['NumberOfFetusesByUS', 'GestationalAgeByOvulationDate']} + +name_for_cid[10025] = 'RadiationDoseReferencePoints' +cid_concepts[10025] = \ +{'DCM': ['_15cmFromIsocenterTowardSource', + '_1cmAboveTabletop', + '_30cmInFrontOfImageInputSurface', + '_15cmFromTableCenterline', + 'InDetectorPlane', + '_30cmAboveTabletop', + 'EntranceExposureToA4Point2cmBreastThickness', + 'AtSurfaceOfPatient']} + +name_for_cid[3689] = 'ECGGlobalWaveformDurations' +cid_concepts[3689] = \ +{'MDC': ['PDurationGlobal', + 'PPTimePeriodGlobal', + 'RRTimePeriodGlobal', + 'QTDurationGlobal', + 'PQSegmentTimePeriodGlobal', + 'QRSDurationGlobal', + 'PQTimePeriodGlobal', + 'PRTimePeriodGlobal', + 'QTUTimePeriodGlobal']} + +name_for_cid[3723] = 'MITypes' +cid_concepts[3723] = \ +{'SCT': ['NonSTElevationMyocardialInfarction', + 'STElevationMyocardialInfarction']} + +name_for_cid[3236] = 'ToleranceComparisonFindings' +cid_concepts[3236] = \ +{'SCT': ['DecreasedTolerance', 'NoChange', 'IncreasedTolerance']} + +name_for_cid[6034] = 'IntendedUseofCADOutput' +cid_concepts[6034] = \ +{'DCM': ['PresentationRequiredRenderingDeviceIsExpectedToPresent', + 'PresentationOptionalRenderingDeviceMayPresent', + 'NotForPresentationRenderingDeviceExpectedNotToPresent']} + +name_for_cid[4009] = 'DXAnatomyImaged' +cid_concepts[4009] = \ +{'DCM': ['Phantom'], + 'SCT': ['BoneOfLowerLimb', + 'Ureter', + 'Sacrum', + 'SmallIntestine', + 'ParanasalSinus', + 'InternalAuditoryCanal', + 'WristJoint', + 'Humerus', + 'Ilium', + 'JawRegion', + 'Calcaneus', + 'NasalBone', + 'Esophagus', + 'Mandible', + 'OpticCanal', + 'MastoidBone', + 'NeckChestAbdomenAndPelvis', + 'Thigh', + 'ChestAndAbdomen', + 'Trachea', + 'UpperLimb', + 'AnkleJoint', + 'Maxilla', + 'Mediastinum', + 'Hand', + 'UpperUrinaryTract', + 'Bronchus', + 'Pelvis', + 'SesamoidBonesOfFoot', + 'Eye', + 'Chest', + 'Prostate', + 'ElbowJoint', + 'AbdomenAndPelvis', + 'FacialBones', + 'Colon', + 'Sternum', + 'SubmandibularGland', + 'ThoracicSpine', + 'NeckAndChest', + 'Duodenum', + 'Gallbladder', + 'BileDuct', + 'UpperArm', + 'Extremity', + 'PancreaticDuctAndBileDuctSystems', + 'Larynx', + 'Skull', + 'ThoracoLumbarSpine', + 'Urethra', + 'HipJoint', + 'Rib', + 'BoneOfUpperLimb', + 'Head', + 'AcromioclavicularJoint', + 'Clavicle', + 'ParotidGland', + 'SternoclavicularJoint', + 'Breast', + 'EsophagusStomachAndDuodenum', + 'Neck', + 'Finger', + 'Stomach', + 'Coccyx', + 'Abdomen', + 'HeadAndNeck', + 'TemporomandibularJoint', + 'ApexOfLung', + 'Ileum', + 'PelvisAndLowerExtremities', + 'Bladder', + 'Knee', + 'LargeIntestine', + 'Forearm', + 'EyeRegion', + 'Spine', + 'LumboSacralSpine', + 'Foot', + 'NeckChestAndAbdomen', + 'SacroiliacJoint', + 'Anus', + 'MuscleOfUpperLimb', + 'EntireBody', + 'Thumb', + 'LumbarSpine', + 'Zygoma', + 'SellaTurcica', + 'UterusAndFallopianTubes', + 'LowerLimb', + 'LowerLeg', + 'VertebralColumnAndCranium', + 'Jejunum', + 'ChestAbdomenAndPelvis', + 'Heart', + 'TarsalJoint', + 'Toe', + 'Shoulder', + 'Fibula', + 'OrbitalStructure', + 'MuscleOfLowerLimb', + 'CervicoThoracicSpine', + 'Femur', + 'Rectum', + 'Scapula', + 'Patella', + 'CervicalSpine']} + +name_for_cid[3666] = 'P50Equations' +cid_concepts[3666] = \ +{'DCM': ['IfAgeLesserThan30DayP50Equals24Point6', + 'IfAgeLesserThan18YearsP50Equals27Point2', + 'IfPremAgeLesserThan3DaysP50Equals19Point9', + 'IfAgeLesserThan1DayP50Equals21Point6', + 'IfAgeGreaterThan60YearsP50Equals29Point3', + 'IfAgeLesserThan40YearsP50Equals27Point4']} + +name_for_cid[5] = 'TransducerApproach' +cid_concepts[5] = \ +{'SCT': ['Peripheral', + 'Midline', + 'Ascending', + 'Right', + 'Surface', + 'Caudal', + 'Posterior', + 'Left', + 'External', + 'Superior', + 'Distal', + 'PiaMater', + 'Proximal', + 'Parasagittal', + 'Intraluminal', + 'Lateral', + 'Inferior', + 'Capsular', + 'Anterior', + 'WaterBagProsthesisForImagingProcedure', + 'Transverse', + 'GelProsthesisForImagingProcedure', + 'Cranial', + 'Central', + 'Apical', + 'Parenchyma', + 'SalineBagProsthesisForImagingProcedure', + 'MidLongitudinal', + 'SubcutaneousTissue', + 'Lumen', + 'ExternalProsthesisForSonographicProcedureStandOff', + 'DuraMater', + 'ContactWith', + 'Internal', + 'Medial', + 'Descending']} + +name_for_cid[7275] = 'MRDiffusionModelSpecificMethods' +cid_concepts[7275] = \ +{'DCM': ['VoxelwiseSelectionOfBValue']} + +name_for_cid[12262] = 'CardiacUltrasoundPulmonaryValve' +cid_concepts[12262] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'AWaveAmplitude', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'LeafletThickness', + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'LeafletSeparation', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'PercentThickening', + 'ACInterval', + 'BCSlope', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'TimeFromQWaveToPulmonicValveCloses', + 'CEDistance', + 'PulmonaryArteryPressureUsingAccelTime', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv', + 'VelocityOfFlowPropagation', + 'FractionalShortening', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'DEExcursion', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Area', + 'CardiacOutput', + 'CardiacEjectionFraction', + 'CardiovascularOrificeDiameter', + 'Length', + 'StrokeIndex', + 'Circumference', + 'BloodPressure', + 'CardiacIndex', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'StrokeVolume', + 'CardiovascularOrificeArea']} + +name_for_cid[9504] = 'RTGeometricInformation' +cid_concepts[9504] = \ +{'DCM': ['PatientSetupPoint', + 'ReferenceAcquisitionPoint', + 'MoveableLaserPatientSetupPoint', + 'RoomLaserPatientSetupPoint', + 'IsocentricTreatmentLocationPoint']} + +name_for_cid[4273] = 'RetinalSegmentationSurfaces' +cid_concepts[4273] = \ +{'DCM': ['PosteriorSurfaceOfTheRPE', + 'SurfaceOfTheCenterOfTheRPE', + 'SurfaceOfTheChoroidScleraInterface', + 'OuterSurfaceOfRNFL', + 'OuterSurfaceOfTheBM', + 'OuterSurfaceOfTheCC', + 'OuterSurfaceOfIPL', + 'OuterSurfaceOfGCL', + 'OuterSurfaceOfOPL', + 'OuterSurfaceOfINL', + 'SurfaceBetweenInnerAndOuterSegmentsOfThePhotoreceptors', + 'OuterSurfaceOfHFL', + 'AnteriorSurfaceOfTheRPE', + 'SurfaceOfTheInterdigitatingZoneBetweenRetinaAndRPE'], + 'SCT': ['ELMExternalLimitingMembrane', 'ILMInternalLimitingMembrane']} + +name_for_cid[643] = 'Toxins' +cid_concepts[643] = \ +{'PUBCHEM_CID': ['_6Hydroxydopamine'], + 'SCT': ['Lysophosphatidylcholine', 'Lipopolysaccharide'], + 'UMLS': ['EthidiumBromide']} + +name_for_cid[3735] = 'AcuteCoronarySyndromeTimePeriod' +cid_concepts[3735] = \ +{} + +name_for_cid[10] = 'InterventionalDrug' +cid_concepts[10] = \ +{'SCT': ['Nitroglycerin', + 'HemostaticAgent', + 'AntihemophilicFactorPreparation', + 'UrokinasePreparation', + 'Verapamil', + 'Propranolol', + 'Coagulant', + 'LidocaineHydrochloride', + 'AntiHeparinAgent', + 'Diuretic', + 'GlucagonPreparation', + 'ThrombolyticAgent', + 'Ethanol', + 'Nifedipine', + 'Anticoagulant', + 'Warfarin', + 'AntiarrhythmicDrug', + 'InotropicAgent', + 'Heparin', + 'BetaAdrenergicBlockingAgent', + 'ThrombinPreparation', + 'CentrallyActingHypotensiveAgent', + 'Thromboplastin', + 'ProtamineSulfate', + 'AlphaAdrenergicBlockingAgent', + 'Epinephrine', + 'TolazolineHydrocholoride', + 'Atropine', + 'Antihistamine', + 'Quinidine', + 'Dextran', + 'InjectableFibrinolysin', + 'StreptokinasePreparation', + 'MethyleneBlue', + 'Lidocaine', + 'CardiotonicDrug', + 'Digoxin', + 'CardiacAdrenergicBlockingAgent', + 'HypotensiveAgent', + 'AstringentDrug', + 'HumanFibrinogen']} + +name_for_cid[10033] = 'CTReconstructionAlgorithm' +cid_concepts[10033] = \ +{'DCM': ['IterativeReconstruction', 'FilteredBackProjection']} + +name_for_cid[7263] = 'DiffusionTractographyMeasurementTypes' +cid_concepts[7263] = \ +{'DCM': ['ApparentDiffusionCoefficient', + 'Trace', + 'MeanDiffusivity', + 'VolumetricDiffusionDxzComponent', + 'VolumetricDiffusionDxyComponent', + 'VolumetricDiffusionDxxComponent', + 'RelativeAnisotropy', + 'RadialDiffusivity', + 'FractionalAnisotropy', + 'AxialDiffusivity', + 'MeanKurtosis', + 'ApparentKurtosisCoefficient', + 'RadialKurtosis', + 'AxialKurtosis', + 'VolumetricDiffusionDzzComponent', + 'FractionalKurtosisAnisotropy', + 'VolumetricDiffusionDyzComponent', + 'VolumetricDiffusionDyyComponent']} + +name_for_cid[3670] = 'ECGProcedureTypes' +cid_concepts[3670] = \ +{'SCT': ['_15LeadECG', '_12LeadECG', '_18LeadECG']} + +name_for_cid[6022] = 'Side' +cid_concepts[6022] = \ +{'SCT': ['LeftBreast', 'RightBreast', 'BothBreasts']} + +name_for_cid[3220] = 'StressSymptoms' +cid_concepts[3220] = \ +{'DCM': ['AnginalEquivalent'], + 'SCT': ['Dizziness', + 'Nausea', + 'Claudication', + 'AtypicalAngina', + 'TypicalAngina', + 'Syncope', + 'Flushing', + 'Fatigue', + 'NoncardiacChestPain', + 'UnstableAngina', + 'ChestPain', + 'ChestPainNotPresent', + 'ChestDiscomfort', + 'Dyspnea', + 'StableAngina']} + +name_for_cid[301] = 'MultienergyMaterialUnits' +cid_concepts[301] = \ +{'DCM': ['ModifiedHounsfieldUnit', 'EffectiveAtomicNumber'], + 'UCUM': ['mgcm3', 'HounsfieldUnit', 'ElectronDensity', 'Percent', 'mgml']} + +name_for_cid[12235] = 'MitralValveAnatomicSites' +cid_concepts[12235] = \ +{'SCT': ['MedialMitralAnnulus', 'LateralMitralAnnulus', 'MitralAnnulus']} + +name_for_cid[244] = 'Laterality' +cid_concepts[244] = \ +{'SCT': ['Bilateral', 'Right', 'Left', 'Unilateral']} + +name_for_cid[614] = 'AnesthesiaInductionCodeTypefromAnesthesiaQualityInitiative(AQI)' +cid_concepts[614] = \ +{'SCT': ['IntramuscularRoute', 'PerRectum', 'IntravenousRoute', 'ByInhalation']} + +name_for_cid[10064] = 'PatientModelType' +cid_concepts[10064] = \ +{'DCM': ['AnthropomorphicModel', 'SimpleObjectModel', 'PatientSegmentedModel']} + +name_for_cid[6130] = 'SeverityDescriptor' +cid_concepts[6130] = \ +{'DCM': ['HyperAcute'], + 'SCT': ['AcuteOnset', 'Moderate', 'Mild', 'Chronic', 'Subacute', 'Severe']} + +name_for_cid[3762] = 'AntiarrhythmicAgents' +cid_concepts[3762] = \ +{'SCT': ['ClassIIIAntiarrhythmicAgent', + 'ClassIIAntiarrhythmicAgent', + 'ClassIVAntiarrhythmicAgent', + 'ClassIAntiarrhythmicAgent']} + +name_for_cid[3627] = 'MeasurementType' +cid_concepts[3627] = \ +{'SCT': ['Estimated', + 'PeakToPeak', + 'Measured', + 'Mode', + 'VisualEstimation', + 'BestValue', + 'Calculated', + 'Mean', + 'PointSourceMeasurement', + 'Median']} + +name_for_cid[7023] = 'RTProcessOutput' +cid_concepts[7023] = \ +{'DCM': ['RTPlanningResult', + 'RTTreatmentSimulationResult', + 'DosimetricResult', + 'RTTreatmentSessionResult', + 'PatientSetupVerificationResult', + 'RTTreatmentQAResult', + 'RTTreatmentCourseSummary', + 'RTPrescriptionResult', + 'PrePlanningResult', + 'CoordinateAlignmentImageSeries', + 'DoseCalculationImageSeries']} + +name_for_cid[7473] = 'GeneralAreaCalculationMethods' +cid_concepts[7473] = \ +{'DCM': ['AreaOfAClosedNURBS', 'AreaOfClosedIrregularPolygon']} + +name_for_cid[3430] = 'DateTimeQualifiers' +cid_concepts[3430] = \ +{'DCM': ['DatetimeUnsynchronized', 'DatetimeEstimated']} + +name_for_cid[9528] = 'BrachytherapyIsotope' +cid_concepts[9528] = \ +{'SCT': ['_32Phosphorus', + '_222Radon', + '_252Californium', + '_198Gold', + '_90Strontium', + '_137Cesium', + '_125Iodine', + '_226Radium', + '_90Yttrium', + '_103Palladium', + '_169Ytterbium', + '_131Cesium', + '_60Cobalt', + '_106Ruthenium', + '_192Iridium']} + +name_for_cid[7166] = 'CommonTissueSegmentationTypes' +cid_concepts[7166] = \ +{'SCT': ['Ligament', + 'Nerve', + 'Artery', + 'ConnectiveTissue', + 'LymphaticSystem', + 'Capillary', + 'Meniscus', + 'BloodVessel', + 'Tissue', + 'Cartilage', + 'Organ', + 'Vein', + 'Muscle', + 'Skin', + 'Blood', + 'Bone', + 'LymphaticVessel', + 'LymphNode', + 'BodyFat', + 'Tendon']} + +name_for_cid[3826] = 'HeartRhythm' +cid_concepts[3826] = \ +{'SCT': ['VentricularArrhythmia', 'NormalSinusRhythm', 'AtrialArrhythmia']} + +name_for_cid[4033] = 'MRProtonSpectroscopyMetabolites' +cid_concepts[4033] = \ +{'DCM': ['CreatineCholineCitrateRatio', + 'GlutamateAndGlutamine', + 'CholineCreatineRatio', + 'NAcetylaspartateCreatineRatio', + 'CreatineAndCholine', + 'NAcetylaspartateCholineRatio', + 'LipidAndLactate'], + 'SCT': ['Inositol', + 'Citrate', + 'Choline', + 'Creatine', + 'Lactate', + 'Glutamine', + 'NAcetylaspartate', + 'Lipid', + 'Tuarine']} + +name_for_cid[403] = 'SecurityAlertTypeCode' +cid_concepts[403] = \ +{'DCM': ['AuditRecordingStopped', + 'UseOfRestrictedFunction', + 'SoftwareConfiguration', + 'HardwareConfiguration', + 'RemoteServiceOperationStarted', + 'EmergencyOverrideStopped', + 'UserSecurityAttributesChanged', + 'SecurityRolesChanged', + 'ObjectSecurityAttributesChanged', + 'AuditRecordingStarted', + 'Login', + 'AuthorizationDecision', + 'ApplicationStop', + 'AuthenticationDecision', + 'ApplicationStart', + 'LocalServiceOperationStopped', + 'LocalServiceOperationStarted', + 'RemoteServiceOperationStopped', + 'SecurityConfiguration', + 'NetworkConfiguration', + 'EmergencyOverrideStarted', + 'NodeAuthentication', + 'Detach', + 'AccessControlDecision', + 'Attach', + 'SessionStop', + 'Logout', + 'SessionStart']} + +name_for_cid[12022] = 'FetalCraniumAnatomicSites' +cid_concepts[12022] = \ +{'SCT': ['Cerebellum', + 'LateralVentricle', + 'CerebralHemisphere', + 'OccipitalRegionOfScalp', + 'CisternaMagna', + 'AnteriorHornLateralVentricle', + 'PosteriorHornLateralVentricle', + 'Orbit']} + +name_for_cid[3719] = 'CanadianClinicalClassification' +cid_concepts[3719] = \ +{'SCT': ['AnginaClassII', + 'AnginaClassI', + 'AnginaClassIV', + 'AnginaClassIII', + 'ChestPainNotPresent']} + +name_for_cid[4208] = 'MydriaticAgent' +cid_concepts[4208] = \ +{'SCT': ['Tropicamide', + 'Homatropine', + 'Cyclopentolate', + 'Atropine', + 'Phenylephrine']} + +name_for_cid[3467] = 'EjectionFraction' +cid_concepts[3467] = \ +{'DCM': ['LeftAtrialEjectionFractionByAngiography'], + 'LN': ['RightVentricularEjectionFractionByAngiography', + 'LeftVentricularEjectionFractionByAngiography']} + +name_for_cid[638] = 'ExogenousSubstance' +cid_concepts[638] = \ +{'DCM': ['HumanAlphaSynucleinPreformedFibrils', + 'MouseAlphaSynucleinPreformedFibrils', + 'HumanTauPreformedFibrils', + 'MouseTauPreformedFibrils'], + 'NCIt': ['BronchioloalveolarAdenocarcinoma'], + 'PUBCHEM_CID': ['_6Hydroxydopamine'], + 'SCT': ['NonSmallCellCarcinoma', + 'SquamousCellCarcinoma', + 'AmelanoticMelanoma', + 'SpindleCellCarcinoma', + 'Lipopolysaccharide', + 'Adenocarcinoma', + 'Carcinosarcoma', + 'TumorNecrosisFactorAlpha', + 'MixedSmallCellCarcinoma', + 'LargeCellCarcinoma', + 'VascularEndothelialGrowthFactor', + 'Melanoma', + 'InterferonGamma', + 'RenalCellCarcinoma', + 'Glioblastoma', + 'Carcinoma', + 'Lysophosphatidylcholine', + 'Leukemia', + 'InfiltratingDuctalCarcinomaOfBreast', + 'Mesothelioma', + 'Cystadenocarcinoma', + 'TheilerMurineEncephalomyelitisVirus', + 'Astrocytoma', + 'AdenoAssociatedVirusGroup', + 'Osteosarcoma', + 'Sarcoma', + 'SmallCellCarcinoma'], + 'UMLS': ['EthidiumBromide']} + +name_for_cid[12219] = 'PulmonaryVeinModifiers' +cid_concepts[12219] = \ +{'SCT': ['RightLowerSegment', + 'RightUpperSegment', + 'LeftLowerSegment', + 'LeftUpperSegment']} + +name_for_cid[3488] = 'Min/Max/Mean' +cid_concepts[3488] = \ +{'SCT': ['Minimum', 'Maximum', 'Mean']} + +name_for_cid[84] = 'PETUnits' +cid_concepts[84] = \ +{'UCUM': ['MicromoleMinuteMilliliter', + 'Centimeter2Milliliter', + 'Centimeter2', + 'MilliliterGram', + 'StandardizedUptakeValueBodySurfaceArea', + 'StandardizedUptakeValueLeanBodyMassJanma', + 'ProportionalToCounts', + 'Counts', + 'Percent', + 'MilliliterMinuteGram', + 'StandardizedUptakeValueBodyWeight', + 'MicromoleMilliliter', + 'ProportionalToCountsPerSecond', + 'MilligramsMinuteMilliliter', + 'StandardizedUptakeValueIdealBodyWeight', + 'Centimeter', + 'BecquerelsMilliliter', + 'CountsPerSecond', + 'StandardizedUptakeValueLeanBodyMassJames', + 'StandardizedUptakeValueLeanBodyMassJames128Multiplier']} + +name_for_cid[6059] = 'BreastImplantTypes' +cid_concepts[6059] = \ +{'DCM': ['SalineImplant', + 'PolyurethaneImplant', + 'PercutaneousSiliconeInjection', + 'CombinationImplant', + 'PrePectoralImplant', + 'RetroPectoralImplant'], + 'SCT': ['SiliconeGelImplant', 'BreastImplantTypeNotSpecified']} + +name_for_cid[8102] = 'ContainerComponentTypes' +cid_concepts[8102] = \ +{'SCT': ['MicroscopeSlideCoverSlip', + 'SpecimenContainer', + 'TissueMicroarrayCassette', + 'ElectronMicroscopyGrid', + 'TissueCassette', + 'MicroscopeSlideMountingMedia', + 'SpecimenContainerLid', + 'MicroscopeSlide', + 'SpecimenVial', + 'SpecimenWell']} + +name_for_cid[7062] = 'PurposeofReferencetoPredecessor3DModel' +cid_concepts[7062] = \ +{'DCM': ['EditedModel', 'ComponentModel']} + +name_for_cid[3471] = 'EstimatedVolumes' +cid_concepts[3471] = \ +{'DCM': ['VolumeEstimatedFromTwoNonCoplanar2DRegions', + 'VolumeEstimatedFromSingle2DRegion']} + +name_for_cid[92] = 'JointPositionDuringAcquisition' +cid_concepts[92] = \ +{'DCM': ['NeutralMusculoskeletalPosition'], + 'SCT': ['Torsion', + 'ExternalRotation', + 'Pronation', + 'Flexion', + 'InternalRotation', + 'Abduction', + 'Extension', + 'Adduction', + 'Supination']} + +name_for_cid[8114] = 'SpecimenFixatives' +cid_concepts[8114] = \ +{'SCT': ['Chloroform', + 'OsmiumTetroxide', + 'CarnoyFluid', + 'HellyFluid', + 'MichelMedium', + 'BouinFluid', + 'ChromiumTrioxide', + 'PotassiumDichromate', + 'NeutralBufferedFormalin', + 'MercuricChloride', + 'FormolSublimate', + 'AceticAcid', + 'PicricAcid', + 'Formalin', + 'Methanol', + 'Formaldehyde', + 'Paraformaldehyde', + 'Ethanol', + 'ZenkerFluid']} + +name_for_cid[3758] = 'CardiovascularFamilyHistory' +cid_concepts[3758] = \ +{'SCT': ['NoFamilyHistoryOfCardiovascularDisease', + 'FamilyHistoryOfDiabetesMellitus', + 'FamilyHistoryOfCoronaryArteriosclerosis', + 'NoFamilyHistoryOfDiabetes', + 'FamilyHistoryUnknown', + 'FamilyHistoryOfCardiovascularDisease', + 'FamilyHistoryOfMyocardialInfarction']} + +name_for_cid[3426] = 'ConsumablesParameters' +cid_concepts[3426] = \ +{'DCM': ['LotIdentifier', 'UnitSerialIdentifier', 'DescriptionOfMaterial']} + +name_for_cid[7465] = 'MeasurementsDerivedFromMultipleROIMeasurements' +cid_concepts[7465] = \ +{'DCM': ['PercentileRankingOfMeasurement', + 'ZScoreOfMeasurement', + 'StandardDeviationOfPopulation', + '_2SigmaDeviationOfPopulation'], + 'SCT': ['_1SigmaLowerValueOfPopulation', + '_2SigmaLowerValueOfPopulation', + '_5thPercentileValueOfPopulation', + '_10thPercentileValueOfPopulation', + '_1SigmaUpperValueOfPopulation', + '_2SigmaUpperValueOfPopulation', + 'MeanValueOfPopulation', + '_95thPercentileValueOfPopulation', + '_90thPercentileValueOfPopulation', + 'MedianValueOfPopulation']} + +name_for_cid[7035] = 'ActionableFindingClassification' +cid_concepts[7035] = \ +{'RADLEX': ['ACRCategory2ActionableFinding', + 'ACRCategory1ActionableFinding', + 'ACRCategory3ActionableFinding']} + +name_for_cid[12258] = 'CardiacUltrasoundRightVentricle' +cid_concepts[12258] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval', 'WallMass'], + 'LN': ['DESlope', + 'PeakEWavePeakAWaveByUS', + 'EWavePeakVelocity', + 'MeanGradient', + 'VelocityTimeIntegral', + 'StenosisPeakGradient', + 'JetArea', + 'EnvelopeDuration', + 'VolumeFlow', + 'TimeToPeakByUS', + 'FlowRadius', + 'HeartRateCorrectedEjectionTime', + 'HeartRate', + 'PreEjectionPeriodEjectionTimeRatio', + 'FlowArea', + 'EndDiastolicVelocity', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'EndocardialArea', + 'ROIInternalDimensionByUS', + 'PeakGradient', + 'EjectionTime', + 'PeakInstantaneousFlowRate', + 'DecelerationTime', + 'AccelerationTime', + 'EFSlope', + 'PeakReversalVelocityDuringAtrialContraction', + 'ACInterval', + 'PreEjectionPeriod', + 'AWavePeakVelocity', + 'AWaveDuration', + 'PeakSystolicVelocity', + 'StenosisPeakVelocity', + 'DpDtByUS', + 'TimeAveragedPeakVelocity', + 'ROIThicknessByUS', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'IsovolumicRelaxationTime', + 'VelocityOfFlowPropagation', + 'AliasVelocity', + 'PressureHalfTime', + 'EVelocityToAnnulusEVelocityRatio', + 'AccelerationSlope', + 'DecelerationSlope', + 'SystolicToDiastolicVelocityRatio', + 'EpicardialArea', + 'MyocardialPerformanceIndexTei', + 'TimeAveragedMeanVelocity'], + 'SCT': ['MajorAxis', + 'Volume', + 'Area', + 'CardiovascularOrificeDiameter', + 'Length', + 'Circumference', + 'BloodPressure', + 'RegurgitantFraction', + 'Radius', + 'MinorAxis', + 'Diameter', + 'CardiovascularOrificeArea']} + +name_for_cid[6018] = 'ClockfaceLocationorRegion' +cid_concepts[6018] = \ +{'SCT': ['_7OClockPosition', + '_11OClockPosition', + '_12OClockPosition', + 'ChestWall', + '_5OClockPosition', + '_3OClockPosition', + '_6OClockPosition', + '_4OClockPosition', + 'AxillaRegion', + '_1OClockPosition', + '_8OClockPosition', + '_2OClockPosition', + 'CentralRegionOfBreast', + 'AxillaryTailRegion', + 'SubareolarRegion', + '_9OClockPosition', + '_10OClockPosition']} + +name_for_cid[4025] = 'PrimaryAnatomicStructureforIntraoralRadiography(SupernumeraryDentitionDesignationofTeeth)' +cid_concepts[4025] = \ +{'SCT': ['SupernumeraryPermanentMandibularLeftThirdMolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftFirstMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftCentralIncisorTooth', + 'SupernumeraryPermanentMaxillaryLeftSecondPremolarTooth', + 'SupernumeraryDeciduousMandibularRightCanineTooth', + 'SupernumeraryPermanentMandibularLeftLateralIncisorTooth', + 'SupernumeraryPermanentMandibularRightLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightFirstPremolarTooth', + 'SupernumeraryPermanentMaxillaryRightSecondMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightFirstMolarTooth', + 'SupernumeraryPermanentMandibularLeftSecondPremolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftSecondMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftThirdMolarTooth', + 'SupernumeraryPermanentMandibularRightFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftCentralIncisorTooth', + 'SupernumeraryDeciduousMandibularRightLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightCentralIncisorTooth', + 'SupernumeraryPermanentMaxillaryLeftFirstPremolarTooth', + 'SupernumeraryPermanentMandibularRightCentralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightCanineTooth', + 'SupernumeraryDeciduousMandibularLeftFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightCentralIncisorTooth', + 'SupernumeraryPermanentMandibularLeftFirstMolarTooth', + 'SupernumeraryPermanentMandibularRightSecondPremolarTooth', + 'SupernumeraryPermanentMaxillaryLeftSecondMolarTooth', + 'SupernumeraryDeciduousMandibularRightSecondMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftCanineTooth', + 'SupernumeraryDeciduousMandibularLeftCanineTooth', + 'SupernumeraryPermanentMandibularLeftCentralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightFirstMolarTooth', + 'SupernumeraryDeciduousMandibularLeftSecondMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightSecondMolarTooth', + 'SupernumeraryDeciduousMandibularLeftLateralIncisorTooth', + 'SupernumeraryPermanentMandibularRightFirstPremolarTooth', + 'SupernumeraryPermanentMandibularLeftCanineTooth', + 'SupernumeraryPermanentMandibularLeftSecondMolarTooth', + 'SupernumeraryDeciduousMaxillaryLeftCanineTooth', + 'SupernumeraryPermanentMaxillaryLeftFirstMolarTooth', + 'SupernumeraryDeciduousMaxillaryRightLateralIncisorTooth', + 'SupernumeraryDeciduousMandibularRightFirstMolarTooth', + 'SupernumeraryDeciduousMandibularLeftCentralIncisorTooth', + 'SupernumeraryPermanentMandibularRightThirdMolarTooth', + 'SupernumeraryPermanentMaxillaryLeftLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightLateralIncisorTooth', + 'SupernumeraryPermanentMandibularRightCanineTooth', + 'SupernumeraryPermanentMaxillaryRightSecondPremolarTooth', + 'SupernumeraryDeciduousMaxillaryRightCanineTooth', + 'SupernumeraryPermanentMandibularLeftFirstPremolarTooth', + 'SupernumeraryPermanentMandibularRightSecondMolarTooth', + 'SupernumeraryDeciduousMandibularRightCentralIncisorTooth', + 'SupernumeraryDeciduousMaxillaryLeftLateralIncisorTooth', + 'SupernumeraryPermanentMaxillaryRightThirdMolarTooth']} + +name_for_cid[9302] = 'MediaImportPPSDiscontinuationReasons' +cid_concepts[9302] = \ +{'DCM': ['IncorrectWorklistEntrySelected', + 'MediaFailure', + 'DiscontinuedForUnspecifiedReason', + 'ObjectSetIncomplete', + 'EquipmentFailure', + 'ObjectTypesNotSupported', + 'ObjectsIncorrectlyFormatted', + 'DuplicateOrder']} + +name_for_cid[100] = 'QuantitativeDiagnosticImagingProcedures' +cid_concepts[100] = \ +{'DCM': ['MultiparametricMRIOfProstate', + 'MultiparametricMRIOfWholeBody', + 'MultiparametricMRI'], + 'LN': ['NMUnspecifiedBodyRegion', + 'PETWholeBody', + 'SPECTBrain', + 'MRIUnspecifiedBodyRegion', + 'PETUnspecifiedBodyRegion', + 'CTUnspecifiedBodyRegion', + 'CTPerfusionHeadWithContrastIV'], + 'RADLEX': ['NMHeadPerfusionBrainPETCTAV45'], + 'SCT': ['DynamicMagneticResonanceImagingOfKnee', + 'DynamicMagneticResonanceImagingOfPelvis', + 'PETCTFDGImagingOfWholeBody', + 'PETCTMETImagingOfWholeBody', + 'MagneticResonanceImagingGuidance', + 'ImagingProcedure']} + +name_for_cid[12034] = 'UltrasoundTransducerBeamSteering' +cid_concepts[12034] = \ +{'DCM': ['PhasedBeamSteering', 'MechanicalBeamSteering', 'FixedBeamDirection']} + +name_for_cid[10009] = 'Measured/Calculated' +cid_concepts[10009] = \ +{'SCT': ['Estimated', 'Measured', 'Calculated']} + +name_for_cid[3778] = 'Stages' +cid_concepts[3778] = \ +{'SCT': ['Stage1', 'Stage5', 'Stage0', 'Stage4', 'Stage2', 'Stage3']} + +name_for_cid[6080] = 'GynecologicalHormones' +cid_concepts[6080] = \ +{'DCM': ['UnspecifiedGynecologicalHormone'], + 'SCT': ['Anastrozole', + 'Tamoxifen', + 'Raloxifene', + 'Contraceptives', + 'ProgesteroneProduct', + 'EstrogenProduct']} + +name_for_cid[4052] = 'PhantomDevices' +cid_concepts[4052] = \ +{'DCM': ['IECHeadDosimetryPhantom', + 'IECBodyDosimetryPhantom', + 'Phantom', + 'NEMAXR212000Phantom', + 'ACRAccreditationPhantomCT', + 'ACRAccreditationPhantomMR', + 'ACRAccreditationPhantomMammography', + 'ACRAccreditationPhantomStereotacticBreastBiopsy', + 'ACRAccreditationPhantomECT', + 'ACRAccreditationPhantomPET', + 'ACRAccreditationPhantomECTPET', + 'ACRAccreditationPhantomPETFaceplate']} + +name_for_cid[12106] = 'IntracranialCerebralVessels(Unilateral)' +cid_concepts[12106] = \ +{'SCT': ['BasilarArtery']} + +name_for_cid[7042] = 'CMDCTECCCalciumScoringPatientSizeCategories' +cid_concepts[7042] = \ +{'DCM': ['SmallLesserThan32Point0cmLateralThickness', + 'Medium32Point0To38Point0cmLateralThickness', + 'LargeGreaterThan38Point0cmLateralThickness']} + +name_for_cid[3451] = 'CalibrationObjects' +cid_concepts[3451] = \ +{'DCM': ['Sphere'], 'SCT': ['Catheter', 'MeasuringRuler']} + +name_for_cid[6203] = 'ColonNonlesionObjectType' +cid_concepts[6203] = \ +{'DCM': ['ChestTube', 'KidneyStent', 'PancreaticStent', 'Coin', 'FiducialMark'], + 'SCT': ['JejunostomyTube', + 'Suture', + 'IleostomyBag', + 'ColostomyBag', + 'VenaCavaFilter', + 'UrostomyBag', + 'UrostomySet', + 'Needle', + 'Prosthesis', + 'Jewelry', + 'RectalTube', + 'Catheter', + 'Staple', + 'UrethralCatheter', + 'ScarTissue', + 'UreteralStent', + 'Bullet', + 'Pin', + 'ColostomySet', + 'IleostomySet']} + +name_for_cid[3001] = 'ECGLeads' +cid_concepts[3001] = \ +{'MDC': ['FrankLeadC', + 'FrankLeadA', + 'FrankLeadM', + 'FrankLeadF', + 'ChestManubriumLeadPerV5Placement', + 'LeftArmLead', + 'CanineSixthLeftIntercostalSpaceAtCostochondralJunction', + 'RightArmLead', + 'LeftLegLead', + 'CanineOverDorsalSpinousProcessOf7thThoracicVertebra', + 'FrankLeadI', + 'FrankLeadE', + 'DerivedLeadV5', + 'DerivedLeadV6', + 'FrankLeadH', + 'DerivedLeadI', + 'DerivedLeadII', + 'DerivedLeadV1', + 'DerivedLeadV2', + 'DerivedLeadV3', + 'DerivedLeadV4', + 'EASILeadAS', + 'EASILeadAI', + 'EASIUpperSternumLead', + 'AuxiliaryBipolarLead4', + 'EASILeadES', + 'RightLegLead', + 'CanineFifthRightIntercostalSpaceNearEdgeOfSternum', + 'CanineSixthLeftIntercostalSpaceNearEdgeOfSternum', + 'LeadI', + 'UnspecifiedLead', + 'LeadV1', + 'LeadII', + 'LeadV3', + 'LeadV2', + 'LeadV5', + 'LeadV4', + 'LeadV7', + 'LeadV6', + 'DerivedLeadAvf', + 'AvrAugmentedVoltageRight', + 'ChestManubriumLeadPerV6Placement', + 'AvlAugmentedVoltageLeft', + 'DerivedLeadIII', + 'AvfAugmentedVoltageFoot', + 'DerivedLeadAvr', + 'Avr', + 'DerivedLeadAvl', + 'LeadV8', + 'LeadV9', + 'LeadV8R', + 'LeadV9R', + 'LeadIII', + 'AuxiliaryBipolarLead3', + 'LeadCR5', + 'ModifiedLimbLead', + 'AuxiliaryBipolarLead1', + 'AuxiliaryBipolarLead2', + 'ChestManubriumLeadPerV7Placement', + 'DefibrillatorLeadAnteriorLateral', + 'LeadCH5', + 'ExternalPacingLeadAnteriorPosterior', + 'AuxiliaryUnipolarLead1', + 'NegativeRightInfraclavicularFossa', + 'AuxiliaryUnipolarLead2', + 'NegativeLowRightScapulaLead', + 'AuxiliaryUnipolarLead3', + 'AuxiliaryUnipolarLead4', + 'LeadDNehbDorsal', + 'LeadANehbAnterior', + 'LeadJNehbInferior', + 'ChestLead', + 'PrecordialLead', + 'LeadVRNonaugmentedVoltageVectorOfRA', + 'LeadVLNonaugmentedVoltageVectorOfLA', + 'ChestManubriumLeadPerV2Placement', + 'LeadV7R', + 'ChestManubriumLeadPerV3Placement', + 'LeadX', + 'ChestManubriumLeadPerV4Placement', + 'LeadY', + 'LeadZ', + 'ChestLeadPerV5AndV5RPlacement', + 'ChestLeadPerV6AndV6RPlacement', + 'ChestLeadPerV7AndV8RPlacement', + 'ChestManubriumLead', + 'ChestManubriumLeadPerV1Placement', + 'ModifiedChestLeadPerV4Placement', + 'ChestLeadPerV2AndV2RPlacement', + 'ModifiedChestLeadPerV5Placement', + 'ChestLeadPerV3AndV3RPlacement', + 'ModifiedChestLeadPerV6Placement', + 'ChestLead', + 'ChestLeadPerV4AndV4RPlacement', + 'LeadV2R', + 'ChestLeadPerV1AndV1RPlacement', + 'LeadV3R', + 'LeadV4R', + 'LeadV5R', + 'LeadV6R', + 'LeadVFNonaugmentedVoltageVectorOfLL', + 'ModifiedChestLead', + 'ModifiedChestLeadPerV1Placement', + 'ModifiedChestLeadPerV2Placement', + 'ModifiedChestLeadPerV3Placement']} + +name_for_cid[12014] = 'OBFetalBodyWeightEquationsandTables' +cid_concepts[12014] = \ +{'LN': ['EFWByACHCHadlock1984', + 'EFWByACBPDFLHadlock1985', + 'EFWByBPDTTDHansmann1986', + 'EFWByACBPDFLHCHadlock1985', + 'EFWByACFLHCHadlock1985', + 'EFWByACBPDHadlock1984', + 'EFWByACCampbell1975', + 'EFWByACAndBPDShepard1982', + 'EFWByACFLHadlock1984', + 'EFW3ByShinozuka1996', + 'EFWByBPDAPADTADFLTokyo1987', + 'EFWByACBPDFLHadlock1984', + 'EFWByACFLHadlock1985', + 'EFWByBPDFTAFLOsaka1990', + 'EFW1ByShinozuka1996', + 'EFW2ByShinozuka1996']} + +name_for_cid[9] = 'ImageGuidedTherapeuticProcedures' +cid_concepts[9] = \ +{'SCT': ['Thoracentesis', + 'StentPlacement', + 'CatheterManipulation', + 'OcclusionOfCatheter', + 'UltrasonicGuidanceForAmniocentesis', + 'Amniocentesis', + 'AtherectomyByRotaryCutter', + 'PercutaneousRetrievalOfIntravascularForeignBody', + 'AmnioinfusionInjectionOfAmnion', + 'Vasoconstriction', + 'Fetocide', + 'IrrigationFollowingInsertionOfCatheter', + 'PercutaneousInsertionOfIntravascularFilter', + 'IntraArterialInfusionOfThrombolyticAgent', + 'RemovalOfCatheter', + 'AtherectomyByLaser', + 'CatheterReplacement', + 'Catheterization', + 'IntrauterineCordocentesis', + 'TranscatheterTherapyForEmbolization', + 'Biopsy', + 'Atherectomy', + 'SelectiveEmbolizationOfArtery', + 'RemovalOfForeignBody', + 'ProstaglandinInjection', + 'PercutaneousTransluminalBalloonAngioplasty', + 'FailedAttemptedProcedure', + 'IntrauterineTransfusion', + 'TranscatheterDeploymentOfDetachableBalloon', + 'BreechVersionObstetricalVersion', + 'Vasodilatation']} + +name_for_cid[4005] = 'PartialViewSectionforMammography' +cid_concepts[4005] = \ +{'SCT': ['Central', + 'Posterior', + 'Lateral', + 'Inferior', + 'Anterior', + 'Superior', + 'Medial']} + +name_for_cid[6038] = 'MammographyQualitativeTemporalDifferenceType' +cid_concepts[6038] = \ +{'SCT': ['DifferenceInMargin', 'DifferenceInSymmetry', 'DifferenceInShape']} + +name_for_cid[7500] = 'NeighbourhoodGreyToneDifferenceBasedFeatures' +cid_concepts[7500] = \ +{} + +name_for_cid[3810] = 'VascularMorphology' +cid_concepts[3810] = \ +{'SCT': ['Embolism', + 'Pseudoaneurysm', + 'Angioma', + 'ArterialDissection', + 'Stenosis', + 'Plaque', + 'Tortuosity', + 'Dilatation', + 'VascularCoiling', + 'VascularSclerosis', + 'ArteriovenousFistula', + 'Diverticulum', + 'Thrombus', + 'FibromuscularDysplasia', + 'Aneurysm', + 'Occlusion', + 'Stent']} + +name_for_cid[7150] = 'SegmentationPropertyCategories' +cid_concepts[7150] = \ +{'SCT': ['SpatialAndRelationalConcept', + 'AnatomicalStructure', + 'Function', + 'Substance', + 'MorphologicallyAbnormalStructure', + 'Tissue', + 'PhysicalObject', + 'BodySubstance']} + +name_for_cid[3113] = 'TypesofPerfusionDefects' +cid_concepts[3113] = \ +{'DCM': ['FalsePositiveDefectFinding'], + 'SCT': ['PartiallyReversibleMyocardialPerfusionDefect', + 'FixedMyocardialPerfusionDefect', + 'ReversibleMyocardialPerfusionDefect']} + +name_for_cid[3406] = 'NoncoronaryTranscatheterInterventions' +cid_concepts[3406] = \ +{'DCM': ['VascularIntervention', + 'MyocardialBiopsy', + 'AorticIntervention', + 'SeptalDefectIntervention', + 'ValvularIntervention']} + +name_for_cid[7445] = 'DeviceParticipatingRoles' +cid_concepts[7445] = \ +{'DCM': ['Recording', 'XRayReadingDevice', 'IrradiatingDevice']} + +name_for_cid[7015] = 'ExportDelayReasons' +cid_concepts[7015] = \ +{'DCM': ['DelayExportUntilPatientDies', + 'DelayExportUntilPatientIsDischarged', + 'DelayExportUntilExpertReviewIsAvailable', + 'DelayExportUntilClinicalInformationIsAvailable', + 'DelayExportUntilFinalReportIsAvailable', + 'DelayExportUntilHistopathologyIsAvailable', + 'DelayExportUntilConfirmationOfDiagnosisIsAvailable', + 'DelayExportUntilOtherLaboratoryResultsAreAvailable']} + +name_for_cid[12002] = 'UltrasoundProtocolStageTypes' +cid_concepts[12002] = \ +{'SCT': ['AfterProcedure', + 'ValsalvaManeuver', + 'CardiacStressState', + 'Hyperventilation', + 'BeforeProcedure', + 'PeakCardiacStressState', + 'CardiacPacing', + 'CardiacStressRecoveryState', + 'DuringProcedure', + 'HandGrip', + 'RestingState']} + +name_for_cid[3739] = 'CathProcedureType' +cid_concepts[3739] = \ +{'DCM': ['PercutaneousCoronaryIntervention'], + 'SCT': ['CatheterizationOfBothLeftAndRightHeartWithGraft', + 'CatheterizationOfLeftHeart', + 'CatheterizationOfBothLeftAndRightHeartWithoutGraft', + 'CatheterizationOfRightHeart']} + +name_for_cid[4013] = 'AnatomicRegionforMammography' +cid_concepts[4013] = \ +{'SCT': ['Breast']} + +name_for_cid[3555] = 'Pacing' +cid_concepts[3555] = \ +{'SCT': ['AtrialPacing', + 'TemporaryTranscutaneousPacing', + 'PacingWithMagnet', + 'Pacing', + 'AVSequentialPacing', + 'VentricularPacing']} + +name_for_cid[9508] = 'NonspecificVolumes' +cid_concepts[9508] = \ +{'DCM': ['UnclassifiedVolume', 'UnclassifiedCombination']} + +name_for_cid[3806] = 'StenosisShape' +cid_concepts[3806] = \ +{'SCT': ['Eccentric', 'Concentric']} + +name_for_cid[7003] = 'DiagnosticImagingReportPurposesofReference' +cid_concepts[7003] = \ +{'DCM': ['BestIllustrationOfFinding', + 'Baseline', + 'SourceOfMeasurement', + 'IllustrationOfROI']} + +name_for_cid[12281] = 'CardiacUltrasoundTargetSiteModifiers' +cid_concepts[12281] = \ +{'NCIt': ['Middle'], + 'SCT': ['Distal', + 'Proximal', + 'Lateral', + 'Posterior', + 'Inferior', + 'Anterior', + 'Medial']} + +name_for_cid[7453] = 'PerformingRoles' +cid_concepts[7453] = \ +{'DCM': ['Standby', + 'IrradiationAdministering', + 'IrradiationAuthorizing', + 'ImageQualityController', + 'Designator', + 'ResultsQualityController', + 'Assisting', + 'Recording', + 'Verifying', + 'Requesting', + 'EligibilityReader', + 'Performing'], + 'NCIt': ['Reader', 'Adjudicator', 'Reviewer'], + 'SCT': ['CirculatingNurse'], + 'UMLS': ['Referring']} + +name_for_cid[3410] = 'NumericParametersofDrugs/Contrast' +cid_concepts[3410] = \ +{'DCM': ['UndilutedDoseAdministered', + 'Concentration', + 'VolumeAdministered', + 'MassAdministered', + 'VolumeUnadministeredOrDiscarded', + 'QuantityAdministered', + 'RateOfAdministration', + 'DurationOfAdministration']} + +name_for_cid[6096] = 'PregnancyStatus' +cid_concepts[6096] = \ +{'SCT': ['Unknown', + 'PatientCurrentlyPregnant', + 'NotPregnant', + 'PossiblePregnancy']} + +name_for_cid[4101] = 'TracerKineticModels' +cid_concepts[4101] = \ +{'DCM': ['StandardToftsModel', + 'ExtendedToftsModel', + 'FirstPassLeakageProfileFPLPModel', + 'ShutterSpeedModelSSM', + 'GammaCapillaryTransitTimeGCTTModel', + 'AdiabaticTissueHomogeneityATHModel', + 'TwoCompartmentExchange2CXModel']} + +name_for_cid[8122] = 'MicroscopyIlluminatorandSensorColor' +cid_concepts[8122] = \ +{'SCT': ['Infrared', 'Ultraviolet', 'Red', 'FullSpectrum', 'Blue', 'Green']} + +name_for_cid[10068] = 'EstimateMethodTypes' +cid_concepts[10068] = \ +{'DCM': ['TabularDataAlgorithm', 'AnalyticalAlgorithm', 'EmpiricalAlgorithm'], + 'MSH': ['MonteCarloMethod']} + +name_for_cid[12110] = 'LowerExtremityVeins' +cid_concepts[12110] = \ +{'SCT': ['ProfundaFemorisVein', + 'CommonFemoralVein', + 'PoplitealVein', + 'LateralCalfPerforator', + 'GiacominiVein', + 'InternalIliacVein', + 'BoydPerforatingVein', + 'GastrocnemiusVein', + 'PosteriorArchVein', + 'SaphenousVein', + 'SolealVein', + 'SuperficialFemoralVein', + 'AnteriorTibialVein', + 'PosteriorTibialVein', + 'SaphenopoplitealJunction', + 'GreatSaphenousVeinOfCalf', + 'SaphenofemoralJunction', + 'HunterianPerforatingVein', + 'CockettPerforatingVein', + 'PeronealVein', + 'ThighPerforator', + 'CommonIliacVein', + 'LesserSaphenousVein', + 'GreatSaphenousVein', + 'ExternalIliacVein', + 'GreatSaphenousVeinOfThigh']} + +name_for_cid[12239] = 'CardiacOutputProperties' +cid_concepts[12239] = \ +{'SCT': ['CardiacOutput', 'StrokeIndex', 'CardiacIndex', 'StrokeVolume']} + +name_for_cid[7111] = 'Fiducials' +cid_concepts[7111] = \ +{'DCM': ['MRMarker', + 'InfraredReflectorMarker', + 'CoilMarker', + 'CylinderMarker', + 'TransponderMarker', + 'WireMarker', + 'InterHemisphericPlane', + 'VisibleReflectorMarker', + 'LeftHemisphereMostInferior', + 'Sphere', + 'LeftHemisphereMostSuperior', + 'LeftHemisphereMostPosterior', + 'LeftHemisphereMostAnterior', + 'RightHemisphereMostInferior', + 'RightHemisphereMostSuperior', + 'RightHemisphereMostPosterior', + 'RightHemisphereMostAnterior'], + 'SCT': ['VascularCalcification', + 'RadioactiveImplant', + 'PosteriorCommissure', + 'ContrastMedia', + 'Ostium', + 'Catheter', + 'RenalArtery', + 'AnteriorCommissure', + 'VesselOrigin', + 'BBShotLeadPellet', + 'AorticBifurcation', + 'CommonIliacBifurcation', + 'Vein', + 'Clip', + 'Stent', + 'FibrousPlaque', + 'CollateralBranchOfVessel']} + +name_for_cid[3502] = 'HemodynamicResistanceUnits' +cid_concepts[3502] = \ +{'UCUM': ['WoodU', 'PRU', 'DynScm5']} + +name_for_cid[618] = 'AirwayManagementMethodCodeTypefromAnesthesiaQualityInitiative(AQI)' +cid_concepts[618] = \ +{'DCM': ['NasalCannula'], + 'SCT': ['ViaTracheostomy', + 'AnestheticFaceMask', + 'ArtificialRespiration', + 'ControlledVentilation', + 'OxygenTherapy', + 'IntubationOfRespiratoryTract', + 'LaryngealMaskAirwayLMA']} + +name_for_cid[6002] = 'ChangeSinceLastMammogramorPriorSurgery' +cid_concepts[6002] = \ +{'SCT': ['RemovalOfImplantSincePreviousMammogram', + 'ImplantRevisedSincePreviousMammogram', + 'NoSignificantChangesInTheFinding', + 'IncreaseInSize', + 'NewFinding', + 'IncreaseInNumberOfCalcifications', + 'DecreaseInNumberOfCalcifications', + 'LessDefined', + 'FindingPartiallyRemoved', + 'MoreDefined', + 'DecreaseInSize']} + +name_for_cid[3200] = 'StressTestProcedure' +cid_concepts[3200] = \ +{'SCT': ['ExerciseStressTest', + 'PharmacologicStressTest', + 'PacedStressTest', + 'PharmacologicAndExerciseStressTest']} + +name_for_cid[3715] = 'LesionMargin' +cid_concepts[3715] = \ +{'SCT': ['Smooth', 'MultipleIrregularities', 'Ulcerative', 'Irregular']} + +name_for_cid[6147] = 'ResponseCriteria' +cid_concepts[6147] = \ +{'DCM': ['RECIST1Point0', 'RECIST1Point1', 'WHO'], 'NCIt': ['RANO']} + +name_for_cid[7306] = 'HumanHipImplantPlanningLandmarks' +cid_concepts[7306] = \ +{'DCM': ['AnatomicalAxisOfFemur', + 'AcetabularCenterOfRotation', + 'FemurHeadCenterOfRotation']} + +name_for_cid[30] = 'DICOMDevices' +cid_concepts[30] = \ +{'DCM': ['BoneMineralDensitometry', + 'SlideMicroscopy', + 'OphthalmicPhotography', + 'FilmDigitizer', + 'Workstation', + 'Electrocardiography', + 'GeneralMicroscopy', + 'XRayAngiography', + 'ExternalCameraPhotography', + 'IntravascularUltrasound', + 'ComputedRadiography', + 'ComputationServer', + 'MediaCreationDevice', + 'ComputedTomography', + 'OpticalSurfaceScanner', + 'Thermography', + 'Lensometry', + 'OphthalmicTomographyEnFace', + 'HemodynamicWaveform', + 'OpticalCoherenceTomography', + '_3DManufacturingModelingSystem', + 'UltrasoundBoneDensitometry', + 'Diaphanography', + 'PositronEmissionTomography', + 'CardiacElectrophysiology', + 'LaserScan', + 'HardCopyPrintServer', + 'PanoramicXRay', + 'OphthalmicMapping', + 'OphthalmicTomographyBScanVolumeAnalysis', + 'OphthalmicVisualField', + 'DigitalRadiography', + 'OphthalmicTomography', + 'Mammography', + 'Ultrasound', + 'IntravascularOpticalCoherenceTomography', + 'DepartmentSystemScheduler', + 'ProcedureLogging', + 'MagneticResonance', + 'IntraOralRadiography', + 'ComputerAssistedDetectionDiagnosis', + 'RTImage', + 'VisualAcuity', + 'RespiratoryWaveform', + 'Endoscopy', + 'Autorefraction', + 'RadiographicImaging', + 'Radiofluoroscopy', + 'Keratometry', + 'Archive', + 'ImageCapture', + 'AutomatedSlideStainer', + 'OphthalmicAxialMeasurements', + 'NuclearMedicine', + 'RadiationTherapyDevice', + 'BiomagneticImaging', + 'SubjectiveRefraction']} + +name_for_cid[10013] = 'CTAcquisitionType' +cid_concepts[10013] = \ +{'DCM': ['StationaryAcquisition', + 'ConstantAngleAcquisition', + 'FreeAcquisition', + 'SequencedAcquisition'], + 'SCT': ['SpiralAcquisition', 'ConeBeamAcquisition']} + +name_for_cid[4253] = 'VisualFieldStaticPerimetryFixationStrategy' +cid_concepts[4253] = \ +{'DCM': ['AutomatedOptical', + 'BlindSpotMonitoring', + 'MacularFixationTesting', + 'ObservationByExaminer'], + 'SCT': ['None']} + +name_for_cid[7185] = 'AbstractMultidimensionalImageModelAxisOrientation' +cid_concepts[7185] = \ +{'DCM': ['LeftToRight', + 'RightToLeft', + 'WallToSeptum', + 'SeptumToWall', + 'InferiorToAnterior', + 'AnteriorToInferior', + 'BaseToApex', + 'ApexToBase', + 'PosteriorToAnterior', + 'AnteriorToPosterior', + 'FootToHead', + 'HeadToFoot']} + +name_for_cid[12307] = 'CardiacPhasesandTimePoints' +cid_concepts[12307] = \ +{'DCM': ['FullCardiacCycle', + 'ARWave', + 'AtrialDiastolicFillingDWave', + 'PreEjectionPeriod', + 'ElectromechanicalDelay'], + 'SCT': ['Diastole', + 'VentricularIsovolumicContraction', + 'Diastasis', + 'EndDiastole', + 'EndSystole', + 'AtrialSystoleAWave', + 'VentricularEjectionSWave', + 'DiastolicRapidInflowEWave', + 'VentricularIsovolumicRelaxation', + 'Systole']} + +name_for_cid[12242] = 'AorticValveFindingSites' +cid_concepts[12242] = \ +{'SCT': ['AorticValveRing']} + +name_for_cid[7490] = 'ResearchAnimalSourceRegistries' +cid_concepts[7490] = \ +{'DCM': ['ILCR']} + +name_for_cid[9524] = 'RadiotherapyProcedureTechniques' +cid_concepts[9524] = \ +{'DCM': ['StaticBeam', + 'SlidingWindowBeam', + 'SynchronizedRoboticTreatment', + 'StepAndShootBeam', + 'MultipleFixedSources', + 'ConformalArcBeam', + 'ArcBeam', + 'TopographicBeam', + 'HelicalBeam', + 'VMAT', + 'NonSynchronizedRoboticTreatment']} + +name_for_cid[3083] = 'UnitsofRadioactivity' +cid_concepts[3083] = \ +{'UCUM': ['Millicurie', 'Becquerel', 'Megabecquerel']} + +name_for_cid[6055] = 'BreastClinicalFindingorIndicatedProblem' +cid_concepts[6055] = \ +{'DCM': ['CancerElsewhere', + 'NonBloodyDischarge', + 'ImageDetectedMass', + 'DifficultPhysicalClinicalExamination'], + 'SCT': ['OEAxillaryLymphadenopathy', + 'DiscolorationOfSkinOfBreast', + 'BloodyNippleDischarge', + 'DisseminatedMalignancyOfUnknownPrimary', + 'PeauDOrangeSurfaceOfBreast', + 'DisorderOfBreastImplant', + 'SkinRetractionOfBreast', + 'RadiographicCalcificationFinding', + 'OELymphadenopathy', + 'OEBreastLumpPalpated', + 'BreastPain', + 'SkinThickeningOfBreast', + 'NippleDischargeSymptom', + 'Erythema', + 'NippleProblem', + 'BreastLump']} + +name_for_cid[3607] = 'VenousSourceLocations' +cid_concepts[3607] = \ +{'SCT': ['InnominateVein', + 'SubclavianVein', + 'PosteriorMedialTributary', + 'PortalVein', + 'VenaAnonyma', + 'BrachialVein', + 'InferiorVenaCava', + 'RenalVein', + 'BoydPerforatingVein', + 'SuperiorVenaCava', + 'CephalicVein', + 'CentralVenousSystem', + 'GastricVein', + 'SplenicVein', + 'SaphenousVein', + 'HepaticVein', + 'AntecubitalVein', + 'BasilicVein', + 'PulmonaryVeinConfluence', + 'SaphenofemoralJunction', + 'HunterianPerforatingVein', + 'InternalJugularVein', + 'AnomalousPulmonaryVein', + 'AzygosVein', + 'MesentericVein', + 'Vein', + 'UmbilicalVein', + 'AxillaryVein', + 'PulmonaryVein', + 'FemoralVein', + 'GreatSaphenousVein', + 'DoddPerforatingVein']} + +name_for_cid[6405] = 'ChestNonlesionObjectTypeTissues' +cid_concepts[6405] = \ +{'SCT': ['ScarTissue']} + +name_for_cid[7701] = 'FiberTractsInBrainstem' +cid_concepts[7701] = \ +{'SCT': ['CorticospinalTractInBrainstem', + 'MedialLemniscus', + 'MedialLongitudinalFasciculus', + 'InferiorCerebellarPeduncle', + 'SuperiorCerebellarPeduncle', + 'LateralLemniscus', + 'MiddleCerebellarPeduncle']} + +name_for_cid[10044] = 'RadiosensitiveOrgans' +cid_concepts[10044] = \ +{'SCT': ['Lung', + 'SmallIntestine', + 'Breast', + 'Stomach', + 'Heart', + 'Skin', + 'Thymus', + 'Prostate', + 'LymphNode', + 'Colon', + 'Uterus', + 'SalivaryGlands', + 'Gallbladder', + 'Testis', + 'Esophagus', + 'Bladder', + 'Brain', + 'EyeLenses', + 'OralMucosa', + 'Ovary', + 'Muscle', + 'Pancreas', + 'BoneMarrow', + 'Liver', + 'Thyroid', + 'Spleen', + 'Kidney', + 'AdrenalGland', + 'BoneSurface']} + +name_for_cid[67] = 'ImagingAgentAdministrationCompletionStatus' +cid_concepts[67] = \ +{'DCM': ['TerminatedDueToFlowRateAboveTerminationLimit', + 'TerminatedDueToConsumableRemoval', + 'TerminatedDueToPressureAboveTerminationLimit', + 'TerminatedDueToCriticalBatteryLevel', + 'TerminatedByScanner', + 'TerminatedDueToAirDetected', + 'TerminatedDueToRequestFromOperator', + 'TerminatedDueToInjectorCommunicationLoss', + 'TerminatedDueToExcessiveDurationPause', + 'TerminatedDueToUnspecifiedInjectorFailure'], + 'SCT': ['Complete']} + +name_for_cid[6110] = 'LungAnatomyFindingorFeature' +cid_concepts[6110] = \ +{'DCM': ['MidlungWindow', 'SecondaryPulmonaryLobule'], + 'SCT': ['SegmentOfLung', 'LobeOfLung']} + +name_for_cid[3742] = 'MedicationAdministration,PCI' +cid_concepts[3742] = \ +{'SCT': ['Contraindicated', + 'AdministeredAfterPercutaneousCoronaryIntervention', + 'AdministeredDuringPercutaneousCoronaryIntervention', + 'NotAdministered', + 'AdministeredPriorToPercutaneousCoronaryIntervention']} + +name_for_cid[634] = 'PhaseofAnimalHandling' +cid_concepts[634] = \ +{'DCM': ['InHomeCage', + 'DuringTransport', + 'StagingPriorToImaging', + 'PreparationForImaging'], + 'SCT': ['AnesthesiaInduction', 'ImagingProcedure'], + 'UMLS': ['AnesthesiaRecoveryPeriod']} + +name_for_cid[4204] = 'OphthalmicFilter' +cid_concepts[4204] = \ +{'DCM': ['NoFilter'], + 'SCT': ['BlueOpticalFilter', + 'PolarizingOpticalFilter', + 'YellowGreenOpticalFilter', + 'GreenOpticalFilter', + 'BlueGreenOpticalFilter', + 'InfraredOpticalFilter', + 'RedOpticalFilter']} + +name_for_cid[1006] = 'AnatomicalReferenceBasisExtremities' +cid_concepts[1006] = \ +{'SCT': ['Foot', + 'KneeJoint', + 'Toe', + 'MalleolarStructureOfTibia', + 'TibialPlateau', + 'ElbowJoint', + 'Patella', + 'WristJoint', + 'AnkleJoint', + 'Metacarpal', + 'Scaphoid', + 'Talus']} + +name_for_cid[3484] = 'IVUSIndicesandRatios' +cid_concepts[3484] = \ +{'DCM': ['LumenShapeIndex', + 'StentSymmetryIndex', + 'StentExpansionIndex', + 'PlaquePlusMediaEccentricityIndex', + 'RemodelingIndex', + 'LumenEccentricityIndex', + 'StentDiameterRatio', + 'EEMDiameterRatio', + 'LumenDiameterRatio']} + +name_for_cid[12215] = 'EchocardiographyVenaCavae' +cid_concepts[12215] = \ +{'LN': ['InferiorVenaCavaDiameter', + 'InferiorVenaCavaPercentCollapse', + 'HeartRate']} + +name_for_cid[7202] = 'SourceImagePurposesofReference' +cid_concepts[7202] = \ +{'DCM': ['PredecessorContainingGroupOfImagingSubjects', + 'ForProcessingPredecessor', + 'MaskImageForImageProcessingOperation', + 'SourceImageForImageProcessingOperation', + 'LossyCompressedPredecessor', + 'UncompressedPredecessor', + 'FlowImageForImageProcessing', + 'StructuralImageForImageProcessing', + 'SourceImageForMontage']} + +name_for_cid[3611] = 'PressureMeasurements' +cid_concepts[3611] = \ +{'DCM': ['XDescentPressure', + 'YDescentPressure', + 'VentricularEndDiastolicPressure', + 'AWavePeakPressure', + 'PressureAtDpDtMax', + 'VWavePeakPressure', + 'ZPointPressure', + 'GradientPressureAverage', + 'GradientPressurePeak', + 'CWavePressure'], + 'LN': ['IntravascularDiastolicBloodPressure', + 'IntravascularSystolicBloodPressure'], + 'SCT': ['AverageDiastolicBloodPressure', + 'MinimumDiastolicBloodPressure', + 'AverageSystolicBloodPressure', + 'MaximumSystolicBloodPressure', + 'MeanBloodPressure']} + +name_for_cid[6043] = 'TypesofMammographyCADAnalysis' +cid_concepts[6043] = \ +{'DCM': ['IndividualImpressionRecommendationAnalysis', + 'OverallImpressionRecommendationAnalysis'], + 'SCT': ['FocalAsymmetricDensityAnalysis', + 'BreastCompositionAnalysis', + 'SpatialCollocationAnalysis', + 'SpatialProximityAnalysis', + 'TemporalCorrelation', + 'ImageQualityAnalysis', + 'AsymmetricBreastTissueAnalysis']} + +name_for_cid[3241] = 'HemodynamicMeasurementTechniques' +cid_concepts[3241] = \ +{'SCT': ['ThermistorCatheterMethod', + 'TipManometerMethod', + 'FiberopticCatheterMethod', + 'DopplerCatheterMethod', + 'FluidFilledCatheterMethod', + 'HallCatheterMethod', + 'AveragedHemodynamicMeasurementMethod', + 'PulmonaryCapillaryWedgeMethod', + 'ConductanceCatheterMethod', + 'StaticCatheterMethod', + 'CompositeHemodynamicMeasurementMethod', + 'WedgeMethod', + 'ComputedHemodynamicMeasurementMethod', + 'DualCatheterMethod', + 'PullbackMethod']} + +name_for_cid[3754] = 'VascularComplications' +cid_concepts[3754] = \ +{'SCT': ['LossOfDistalPulse', + 'Pseudoaneurysm', + 'AVFistula', + 'ArterialDissection', + 'OcclusionOfArtery', + 'Bleeding']} + +name_for_cid[6106] = 'AbnormalTextureFindingorFeature' +cid_concepts[6106] = \ +{'DCM': ['MosaicPattern', + 'ReticulonodularPattern', + 'NodularPattern', + 'ReticularPattern', + 'AbnormalInterstitialPattern', + 'SmallIrregularOpacities', + 'GranularPattern', + 'HoneycombPattern', + 'MiliaryPattern']} + +name_for_cid[71] = 'ImagingAgentAdministrationInjectorEventType' +cid_concepts[71] = \ +{'DCM': ['TerminatedDueToUnspecifiedInjectorFailure', + 'FlowRateAboveAdjustmentLimit', + 'AirDetected', + 'SyringeDetached', + 'FlowRateAboveWarningLimit', + 'SyringeAttached', + 'PressureAboveAdjustmentLimit', + 'KeepVeinOpenEnded', + 'PressureAboveWarningLimit', + 'KeepVeinOpenStarted', + 'TerminatedDueToFlowRateAboveTerminationLimit', + 'TerminatedDueToConsumableRemoval', + 'TerminatedDueToPressureAboveTerminationLimit', + 'TerminatedDueToCriticalBatteryLevel', + 'FixedDurationPauseEnded', + 'TerminatedByScanner', + 'EquipmentFailure', + 'TerminatedDueToAirDetected', + 'TerminatedDueToRequestFromOperator', + 'TerminatedDueToInjectorCommunicationLoss', + 'TerminatedDueToExcessiveDurationPause', + 'ResourceInadequate']} + +name_for_cid[1010] = 'ReferenceGeometryPlanes' +cid_concepts[1010] = \ +{'DCM': ['PlaneThroughDistalExtent', + 'PlaneThroughProximalExtent', + 'PlaneThroughLateralExtent', + 'PlaneThroughMedialExtent', + 'PlaneThroughRightmostExtent', + 'PlaneThroughLeftmostExtent', + 'PlaneThroughPosteriorExtent', + 'PlaneThroughAnteriorExtent', + 'PlaneThroughCenter', + 'PlaneThroughInferiorExtent', + 'PlaneThroughSuperiorExtent']} + +name_for_cid[622] = 'MedicationTypeCodeTypefromAnesthesiaQualityInitiative(AQI)' +cid_concepts[622] = \ +{'SCT': ['OcularLubricant', + 'CaloricAgent', + 'Vasoconstrictor', + 'CarbapenemAntibiotic', + 'BetaLactamAntibiotic', + 'AminoglycosideAntibiotic', + 'Potassium', + 'LocalAnesthetic', + 'NasalDecongestant', + 'Anticoagulant', + 'PenicillinAntibiotic', + 'ThyroidHormone', + 'MetronidazoleAntibiotic', + 'Calcium', + 'Magnesium', + 'AntidiureticHormone', + 'Oxytocic', + 'InotropicAgent', + 'Estrogen', + 'Antiarrhythmic', + 'Barbiturate', + 'Benzodiazepine', + 'SulfonamideAntibiotic', + 'Diuretic', + 'VancomycinAntibiotic', + 'Antifungal', + 'Hypoglycemic', + 'Steroid', + 'LowMolecularWeightHeparin', + 'RespiratoryStimulant', + 'AntiHeparinAgent', + 'Anticholinergic', + 'NeuromuscularBlockingNMBNonDepolarizing', + 'DrugDiluent', + 'GeneralAnesthetic', + 'HemostaticAgent', + 'MacrolideAntibiotic', + 'Antihypertensive', + 'Antibiotic', + 'Antihistamine', + 'AdrenergicAgent', + 'QuinoloneAntibiotic', + 'NSAID', + 'Vitamin', + 'Antiemetic', + 'BloodProduct', + 'Vasodilator', + 'BenzodiazepineAntagonist', + 'CalciumChannelBlocker', + 'CephalosporinAntibiotic', + 'CholinergicAgent', + 'GastrointestinalProkinetic', + 'PlasmaExpander', + 'Anticonvulsant', + 'BetaBlocker', + 'Bronchodilator', + 'TetracyclineAntibiotic', + 'SkeletalMuscleRelaxant', + 'NarcoticOpiateAntagonist', + 'LincomycinAntibiotic', + 'NeuromuscularBlockingNMBDepolarizing', + 'LinezolidAntibiotic', + 'Analgesic'], + 'UMLS': ['H2Antagonist', 'NarcoticAnalgesic', 'Antihypoglycemic']} + +name_for_cid[12203] = 'LeftVentricleOther' +cid_concepts[12203] = \ +{'LN': ['LeftVentricularIsovolumicRelaxationTime', 'LeftVentricleMass'], + 'SCT': ['LeftVentricularPeakSystolicTissueVelocity', + 'RatioOfMVPeakVelocityToLVPeakTissueVelocityEWave', + 'LeftVentricularIndexOfMyocardialPerformance', + 'LVPeakDiastolicTissueVelocityDuringAtrialSystole', + 'LeftVentricularIsovolumicContractionTime', + 'LeftVentricularPeakEarlyDiastolicTissueVelocity']} + +name_for_cid[3492] = 'VascularDissectionClassifications' +cid_concepts[3492] = \ +{'DCM': ['MedialDissection', + 'IntraStentDissection', + 'AdventitialDissection', + 'IntimalDissection'], + 'SCT': ['IntramuralHematoma']} + +name_for_cid[4029] = 'DermatologyAnatomicSites' +cid_concepts[4029] = \ +{'DCM': ['SkinOfParaspinalAreaOfTheNeck', + 'SkinOfLowerParaspinalRegion', + 'SkinOfMidParaspinalRegion', + 'SkinOfUpperParaspinalRegion', + 'SkinOfParaspinalAreaOfTheSuperiorBack', + 'SkinOfInferiorPosteriorSurfaceOfThePinna', + 'SkinOfInferiorHelixOfEar', + 'SkinOfCaruncleOfEye', + 'SkinOfAnteriorHelixOfEar', + 'SkinOfLateralPartOfDorsumOfFoot', + 'SkinOfLowerEyelidMargin', + 'SkinOfLowerAntihelixOfEar', + 'SkinOfPosteriorHelixOfEar', + 'SkinOfParanasalCheek', + 'SkinOfMedialPartOfDorsumOfFoot', + 'SkinOfInfraalarGroove', + 'SkinOfSuperiorPosteriorHelixOfEar', + 'SkinOfSuperiorAntihelixOfEar', + 'SkinOfSoleOfForefoot', + 'SkinOfPosteriorLobuleOfTheEar', + 'SkinOfUpperEyelidMargin', + 'SkinOfUpperAntihelixOfEar', + 'SkinOfSuperiorPosteriorSurfaceOfThePinna', + 'SkinOfMidBack'], + 'FMA': ['SkinOfLowerOuterQuadrantOfBreast', + 'SkinOfUpperInnerQuadrantOfBreast', + 'SkinOfLowerInnerQuadrantOfBreast', + 'SkinOfDorsalPartOfFourthToe', + 'SkinOfDorsalPartOfFifthToe', + 'SkinOfUpperOuterQuadrantOfLeftBreast', + 'SkinOfVermilionProperOfLowerLip', + 'SkinOfDorsalPartOfGreatToe', + 'SkinOfDorsalPartOfSecondToe', + 'SkinOfDorsalPartOfThirdToe', + 'SkinOfVermilionProperOfUpperLip', + 'SkinOfBackOfTrunk', + 'MucosaOfOralSegmentOfHardPalate', + 'MucosaOfUvula', + 'MucosaOfPalatoglossalArch', + 'SkinOfPlantarPartOfThirdToe', + 'SkinOfPlantarPartOfFourthToe', + 'SkinOfPalmarPartOfLittleFinger', + 'SkinOfPlantarPartOfFifthToe', + 'SkinOfPlantarPartOfSecondToe', + 'SkinOfPalmarPartOfRingFinger', + 'SkinOfPalmarPartOfIndexFinger', + 'SkinOfPalmarPartOfMiddleFinger', + 'SkinOfPlantarPartOfGreatToe', + 'SkinOfPalmarPartOfThumb', + 'SkinOfDorsalPartOfLittleFinger', + 'MucosaOfPharynx', + 'SkinOfDorsalPartOfRingFinger', + 'MucosaOfDorsumOfPharyngealPartOfTongue', + 'MucosaOfDorsumOfOralPartOfTongue', + 'SkinOfDorsalPartOfIndexFinger', + 'SkinOfDorsalPartOfMiddleFinger', + 'SkinOfDorsalPartOfThumb', + 'SkinOfDorsumOfNose', + 'MucosaOfPosteriorWallOfOropharynx'], + 'SCT': ['MucosaOfFloorOfMouth', + 'SkinOfOccipitalRegion', + 'NailOfFourthToe', + 'SkinOfSupraclavicularRegionOfNeck', + 'SkinOfAnteriorSurfaceOfLowerLeg', + 'SkinOfMedialCanthus', + 'FemaleExternalUrethralOrifice', + 'SkinOfAnteriorSurfaceOfUpperArm', + 'SkinOfAnteriorSurfaceOfForearm', + 'SkinOfPosteriorSurfaceOfForearm', + 'SkinOfChin', + 'SkinOfTemporalRegion', + 'NailOfMiddleFinger', + 'SkinOfLowerEyelid', + 'MucosaOfMandibularGingiva', + 'SkinOfInguinalRegion', + 'NailOfSecondToe', + 'SkinOfLabium', + 'SkinOfPerineum', + 'MaleExternalUrethralOrifice', + 'SkinOfUpperAbdomen', + 'SkinOfLowerLip', + 'Cornea', + 'Eyelash', + 'SkinOfEyeRegion', + 'SkinOfAntitragus', + 'SkinOfScalp', + 'SkinOfMedialSurfaceOfThigh', + 'SkinOfAreola', + 'SkinOfEarLobule', + 'SkinOfNuchalRegion', + 'SkinOfPrepuceOfClitoris', + 'SkinOfPosteriorSurfaceOfElbow', + 'SkinOfBack', + 'SkinOfPoplitealFossa', + 'VulvalVestibule', + 'SkinOfPosteriorSurfaceOfUpperArm', + 'SkinOfLateralPartOfHeel', + 'SkinOfUmbilicus', + 'SkinOfSupraorbitalArea', + 'FrenulumOfLabiaMinora', + 'SkinOfLateralCanthus', + 'SkinOfBackOfUpperThoracicRegion', + 'NailOfIndexFinger', + 'SkinOfLowerChestWall', + 'SkinOfUpperExtremity', + 'SkinOfNasolabialFold', + 'SkinOfThenarRegionOfPalm', + 'SkinOfHeel', + 'SkinOfAntecubitalFossa', + 'SkinOfExternalGenitalia', + 'MucosaOfUpperLip', + 'SkinOfSubmentalArea', + 'SkinOfClitoris', + 'SkinOfPostauricularRegion', + 'SkinOfForehead', + 'MucosaOfMaxillaryGingiva', + 'SkinOfAnteriorSurfaceOfKnee', + 'SkinOfLips', + 'MucosaOfTipOfTongue', + 'SkinOfSideOfNose', + 'SkinOfLowerBack', + 'SkinOfPhiltrum', + 'Sclera', + 'SkinOfTragus', + 'SkinOfFace', + 'SkinOfCavityOfConcha', + 'SkinOfEpigastricArea', + 'SkinOfPalmOfHand', + 'SkinOfTipOfNose', + 'SkinOfLateralAspectOfAnkle', + 'SkinOfCrusOfHelix', + 'VaginalIntroitus', + 'SkinOfAnteriorPortionOfNeck', + 'SkinOfLowerAbdomen', + 'SkinOfExternalAuditoryCanal', + 'SkinOfAnteriorSurfaceOfThigh', + 'SkinOfNeck', + 'SkinOfLateralPortionOfNeck', + 'SkinOfAbdomen', + 'SkinOfLabiumMinus', + 'Tooth', + 'SkinOfDigitOfHand', + 'SubmandibularTriangle', + 'SkinOfHead', + 'SkinOfLowerExtremity', + 'SkinOfMedialPartOfHeel', + 'SkinOfRootOfPenis', + 'SkinOfPartOfDorsalSurfaceOfHand', + 'SkinOfMedialAspectOfAnkle', + 'SkinOfGlutealFold', + 'SkinOfLabiumMajus', + 'SkinOfButtock', + 'SkinOfLateralBorderOfSoleOfFoot', + 'SkinOfParietalRegion', + 'SkinOfEyebrow', + 'SkinOfHand', + 'NailOfFifthToe', + 'NailOfThirdToe', + 'SkinOfPosteriorSurfaceOfLowerLeg', + 'SkinOfAlaNasi', + 'PosteriorCommissureOfLabiumMajorum', + 'SkinOfUpperLip', + 'SkinOfPosteriorSurfaceOfThorax', + 'SkinOfToe', + 'SkinOfPosteriorSurfaceOfThigh', + 'SkinOfGlansPenis', + 'SkinOfNose', + 'SkinOfVertexOfScalp', + 'SkinOfPalmarAreaOfWrist', + 'SkinOfHelixOfEar', + 'SkinOfInfraclavicularRegion', + 'Iris', + 'SkinOfAxilla', + 'SkinOfShaftOfPenis', + 'NailOfFinger', + 'MucosaOfTongue', + 'SkinOfHypothenarRegionOfPalm', + 'SkinOfAnteriorSurfaceOfThorax', + 'OralMucosa', + 'GroinSkinCrease', + 'SkinOfAnteriorTrunk', + 'NailOfToe', + 'SkinOfUpperEyelid', + 'SkinOfEar', + 'SkinOfPreauricularRegion', + 'NailOfGreatToe', + 'NailOfLittleFinger', + 'SkinOfAnus', + 'SternalSkin', + 'Hair', + 'AnteriorTriangleOfNeck', + 'MucosaOfLowerLip', + 'Skin', + 'SkinOfNipple', + 'SkinOfPerioralRegionOfFace', + 'SkinOfCheek', + 'SkinOfJawline', + 'NailOfRingFinger', + 'NailOfThumb', + 'SkinOfFoot', + 'SkinOfIntertragalIncisure', + 'SkinOfDorsalAreaOfWrist', + 'SkinOfHypogastricRegion', + 'SkinOfScrotum', + 'SkinOfUpperTrunk', + 'Retina', + 'SkinOfPenis', + 'SkinOfMedialBorderOfSoleOfFoot']} + +name_for_cid[6014] = 'MammographySingleImageFinding' +cid_concepts[6014] = \ +{'DCM': ['BreastGeometry', + 'CooperLigamentChanges', + 'ImageQuality', + 'MassInTheSkin', + 'SelectedRegion', + 'NonLesion', + 'MassOnTheSkin'], + 'SCT': ['BreastComposition', + 'AxillaryAdenopathy', + 'Edema', + 'AxillaryLymphNode', + 'TrabecularThickeningOfBreast', + 'SkinRetractionOfBreast', + 'ArchitecturalDistortionOfBreast', + 'TubularDensity', + 'MammographyBreastDensity', + 'SkinLesion', + 'IndividualCalcification', + 'Nipple', + 'SkinThickeningOfBreast', + 'CalcificationCluster', + 'IntramammaryLymphNode']} + +name_for_cid[26] = 'NuclearMedicineProjections' +cid_concepts[26] = \ +{'SCT': ['MedialLateral', + 'SagittalObliqueAxial', + 'LeftLateralProjection', + 'VerticalLongAxis', + 'HorizontalLongAxis', + 'Sagittal', + 'RightPosteriorOblique', + 'LeftAnteriorOblique', + 'PosteriorProjection', + 'AnteriorProjection', + 'Axial', + 'LateralMedial', + 'RightAnteriorOblique', + 'LeftPosteriorOblique', + 'ShortAxis', + 'MedioLateralOblique', + 'Lateral', + 'RightLateralProjection', + 'LateroMedialOblique', + 'Coronal', + 'ObliqueAxial', + 'Transverse']} + +name_for_cid[7310] = 'ImplantFixationMethod' +cid_concepts[7310] = \ +{'DCM': ['Bolting', 'Wedging', 'Pinning', 'Sewing'], + 'SCT': ['RepairByNailing', + 'Anchoring', + 'Gluing', + 'UncementedComponentFixation', + 'CementedComponentFixation', + 'InternalFixationUsingStaple', + 'InternalFixationUsingInternalFixatorSystem', + 'Fusion', + 'InternalFixationUsingPlate', + 'InternalFixationUsingScrew']} + +name_for_cid[6151] = 'BackgroundEchotexture' +cid_concepts[6151] = \ +{'DCM': ['HomogeneousFatEchotexture', + 'HomogeneousFibroglandularEchotexture', + 'HeterogeneousEchotexture']} + +name_for_cid[3703] = 'WallMotion' +cid_concepts[3703] = \ +{'DCM': ['NotVisualized'], + 'SCT': ['ModerateHypokinesis', + 'HyperkineticRegion', + 'Hypokinesis', + 'SevereHypokinesis', + 'Unknown', + 'NormalWallMotion', + 'MildHypokinesis', + 'Akinesis', + 'NotEvaluated', + 'Dyskinesis']} + +name_for_cid[7039] = 'PediatricSizeCategories' +cid_concepts[7039] = \ +{'SCT': ['BroselowLutenPurpleZone1011kg', + 'BroselowLutenYellowZone1214kg', + 'BroselowLutenWhiteZone1518kg', + 'BroselowLutenGreenZone3036kg', + 'BroselowLutenBlueZone1923kg', + 'BroselowLutenPinkZone67kg', + 'BroselowLutenOrangeZone2429kg', + 'BroselowLutenRedZone89kg']} + +name_for_cid[225] = 'MeasurementUncertaintyConcepts' +cid_concepts[225] = \ +{'SCT': ['RangeOfUpperMeasurementUncertainty', + 'RangeOfMeasurementUncertainty', + 'RangeOfLowerMeasurementUncertainty']} + +name_for_cid[7469] = 'GenericIntensityandSizeMeasurements' +cid_concepts[7469] = \ +{'DCM': ['ApparentDiffusionCoefficient', + 'DiffusionWeighted', + 'VolumeRatio', + 'VolumeOfSphere', + 'DiffusionCoefficient', + 'WaterFatOutOfPhase', + 'FractionalOccupancySegmentation', + 'WaterFatInPhase', + 'FractionalProbabilisticSegmentation', + 'BinarySegmentation', + 'WaterFraction', + 'MRSignalIntensity', + 'XRayAttenuation', + 'VolumeOfCircumscribedSphere', + 'VolumeOfEllipsoid', + 'FatFraction', + 'VolumeEstimatedFromThreeOrMoreNonCoplanar2DRegions', + 'VolumeEstimatedFromTwoNonCoplanar2DRegions', + 'VolumeEstimatedFromSingle2DRegion', + 'PathLength', + 'VolumeOfBoundingThreeDimensionalRegion', + 'YBRICTCRComponent', + 'R2Coefficient', + 'YBRICTCBComponent', + 'ChiSquare', + 'YBRICTYComponent', + 'DW', + 'YBRPARTIALCRComponent', + 'AIC', + 'YBRPARTIALCBComponent', + 'BIC', + 'YBRPARTIALYComponent', + 'Echogenicity', + 'YBRRCTCRComponent', + 'YBRRCTCBComponent', + 'YBRRCTYComponent', + 'Distance', + 'Height', + 'RelativeLinearStoppingPower', + 'RGBRComponent', + 'UltrasoundAttenuation', + '', + 'SpeedOfSound', + 'Vp', + 'Perfusion', + 'Elasticity', + 'EquivalentDose', + 'AbsorbedDose', + 'YBRFULLCRComponent', + 'YBRFULLCBComponent', + 'YBRFULLYComponent', + 'RGBBComponent', + 'RGBGComponent', + 'CreatineCholineCitrateRatio', + 'MagnetizationTransferRatio', + 'IAUC90BN', + 'IAUC180BN', + 'CreatineAndCholine', + 'LipidAndLactate', + 'SpatialDisplacementYComponent', + 'SpatialDisplacementXComponent', + 'NuclearMedicineTomographicActivity', + 'IAUC', + 'NuclearMedicineProjectionActivity', + 'IAUC60', + 'IAUC90', + 'IAUC180', + 'IAUCBN', + 'IAUC60BN', + 'FlowVariance', + 'FlowVelocity', + 'TissueVelocity', + 'IndexedHemodynamicResistance', + 'HemodynamicResistance', + 'SpatialDisplacementZComponent', + 'AttenuationCoefficient', + 'GlutamateAndGlutamine', + 'CholineCreatineRatio', + 'NAcetylaspartateCreatineRatio', + 'NAcetylaspartateCholineRatio', + 'Tmax', + 'R2', + 'VolumetricDiffusionDxzComponent', + 'MagneticSusceptibility', + 'VolumetricDiffusionDxyComponent', + 'VolumetricDiffusionDxxComponent', + 'RelativeRegionalBloodFlow', + 'RelativeRegionalBloodVolume', + 'Ktrans', + 'Kep', + 'Ve', + 'BloodOxygenationLevel', + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity', + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity', + 'AbsoluteRegionalBloodFlow', + 'T1WeightedDynamicContrastEnhancedMRSignalIntensity', + 'AbsoluteRegionalBloodVolume', + 'VolumetricDiffusionDzzComponent', + 'OxygenExtractionFraction', + 'R1', + 'VolumetricDiffusionDyzComponent', + 'R2', + 'VolumetricDiffusionDyyComponent', + 'VelocityEncoded', + 'ZScore', + 'ContrastAgentAngioMRSignalIntensity', + 'SpinTaggingPerfusionMRSignalIntensity', + 'RelativeAnisotropy', + 'FractionalAnisotropy', + 'FieldMapMRSignalIntensity', + 'T2WeightedMRSignalIntensity', + 'T2WeightedMRSignalIntensity', + 'T1WeightedMRSignalIntensity', + 'ProtonDensityWeightedMRSignalIntensity', + 'TimeOfFlightAngioMRSignalIntensity', + 'T1', + 'T2', + 'T2', + 'TimeCourseOfSignal', + 'TemperatureEncoded', + 'StudentTTest', + 'TimeToPeak', + 'SignalToNoise', + 'TemporalDerivativeThreshold', + 'MaximumSlope', + 'MaximumDifference', + 'TracerConcentration', + 'TimeOfPeakConcentration', + 'BolusArrivalTime', + 'TimeOfLeadingHalfPeakConcentration', + 'MeanTransitTime', + 'KurtosisDiffusionCoefficient', + 'GammaDistributionScaleParameter', + 'NegativeEnhancementIntegral', + 'GammaDistributionShapeParameter', + 'GammaDistributionMode', + 'DistributedDiffusionCoefficient', + 'RCoefficient', + 'AnomalousExponentParameter', + 'ProtonDensity', + 'SignalChange', + 'Suvbsa', + 'Suvibw', + 'SuvlbmJanma', + 'SuvlbmJames128', + 'MonoExponentialApparentDiffusionCoefficient', + 'SlowDiffusionCoefficient', + 'FastDiffusionCoefficient', + 'FastDiffusionCoefficientFraction', + 'StandardizedUptakeValue', + 'Suvbw', + 'Suvlbm'], + 'SCT': ['Width', + 'Volume', + 'Fat', + 'Area', + 'Lipid', + 'DiameterOfCircumscribedCircle', + 'Depth', + 'NAcetylaspartate', + 'PowerDoppler', + 'Perimeter', + 'Creatine', + 'Glutamine', + 'MinorAxis', + 'Diameter', + 'Tuarine', + 'Citrate', + 'MajorAxis', + 'Lactate', + 'LongAxis', + 'Length', + 'Circumference', + 'Inositol', + 'PerpendicularAxis', + 'Water', + 'Radius', + 'Choline', + 'AreaOfDefinedRegion', + 'ShortAxis']} + +name_for_cid[7193] = 'PhysicalObjectSegmentationPropertyTypes' +cid_concepts[7193] = \ +{'DCM': ['OtherMarker', + 'Mold', + 'BrachytherapyChannelShield', + 'HeadAndNeckMask', + 'BrachytherapySourceApplicator', + 'HeadMask', + 'Headframe', + 'BodyFrame', + 'BreastBoard', + 'Cast', + 'WholeBodyPod', + 'VacuumMold', + 'Portacath', + 'ChestTube', + 'CentralLine', + 'KidneyStent', + 'PancreaticStent', + 'NippleRing', + 'Coin', + 'BrachytherapyChannel', + 'RectalBalloon', + 'FiducialMark', + 'VaginalCylinder', + 'IonChamberArray', + 'DiodeArray', + 'LiquidIonChamber', + 'Diode', + 'IonChamber', + 'OSLD', + 'DiamondDetector', + 'Sphere'], + 'SCT': ['Suture', + 'Chair', + 'ForeignBody', + 'Glue', + 'InlayDentalRestoration', + 'EmbolizationCoil', + 'Jewelry', + 'Prosthesis', + 'MOSFETRadiationTherapyDosimetrySystemDosimeter', + 'Catheter', + 'EndotrachealTube', + 'MeasuringRuler', + 'Collimator', + 'RotationalAtherectomyDevice', + 'Bullet', + 'DentalProsthesis', + 'GuidingCatheter', + 'ThermoluminescentRadiationDosimeter', + 'OpaqueMarker', + 'BiteBlock', + 'CardiacPacemakerLead', + 'Clip', + 'BoneScrew', + 'CervicalCollar', + 'DetachableBalloon', + 'JejunostomyTube', + 'RadioactiveImplant', + 'CardiacPacemaker', + 'JWire', + 'VenaCavaFilter', + 'HeartValveProsthesis', + 'Needle', + 'AtherectomyDevice', + 'EmbolizationParticulate', + 'FeedingTube', + 'Laser', + 'Table', + 'Tracheotomy', + 'Staple', + 'CompressionPaddle', + 'UretericStent', + 'EmbolizationBall', + 'PercutaneousTransluminalAngioplastyBalloon', + 'BonePin', + 'BBShotLeadPellet', + 'Defibrillator', + 'Headrest', + 'CardiacPacemaker', + 'DigitalImager', + 'IDPlate', + 'Clothing', + 'LeftVentricularAssistDevice', + 'Stent', + 'Implant']} + +name_for_cid[4245] = 'WideFieldOphthalmicPhotographyTransformationMethod' +cid_concepts[4245] = \ +{'DCM': ['SphericalProjection', 'SurfaceContourMapping']} + +name_for_cid[9532] = 'NoParameterDosimetricObjectives' +cid_concepts[9532] = \ +{'DCM': ['MinimizeMeterset']} + +name_for_cid[7486] = 'MixedBreeds' +cid_concepts[7486] = \ +{'SCT': ['MixedBreedGoat', + 'MixedBreedCattle', + 'MixedBreedChicken', + 'MixedBreedDog', + 'MixedBreedCat', + 'MixedBreedPig', + 'MixedBreedHorse', + 'MixedBreedSheep']} + +name_for_cid[12254] = 'CardiacUltrasoundHemodynamicMeasurements' +cid_concepts[12254] = \ +{'DCM': ['Tau', 'IndicatorMeanTransitTime', 'RRInterval'], + 'LN': ['PreEjectionPeriod', + 'EjectionTime', + 'AWaveDuration', + 'EnvelopeDuration', + 'TimeToPeakByUS', + 'DpDtByUS', + 'HeartRateCorrectedEjectionTime', + 'FillingTime', + 'HeartRateCorrectedPreEjectionPeriod', + 'PreEjectionPeriodEjectionTimeRatio', + 'IsovolumicContractionTime', + 'ClosureToOpeningTime', + 'IsovolumicRelaxationTime'], + 'SCT': ['BloodPressure']} + + diff --git a/pydicom/_concepts_dict.py b/pydicom/_concepts_dict.py new file mode 100644 index 0000000000..cb8f8dc397 --- /dev/null +++ b/pydicom/_concepts_dict.py @@ -0,0 +1,40247 @@ +# Auto-generated by generate_concept_dicts.py. +# -*- coding: utf-8 -*- + +# Dict with scheme designator keys; value format is: +# {keyword: {code1: (meaning, cid_list), code2: ...} +# +# Most keyword identifiers map to a single code, but not all + +concepts = {} + +concepts['SCT'] = \ +{'ACEInhibitor': {'41549009': ('ACE inhibitor', [3760])}, + 'AConstant': {'397263007': ('A-Constant', [4237])}, + 'AConstantOfIntraocularLens': {'397263007': ('A-constant of intraocular lens ' + '(observable entity)', + [])}, + 'ASCOBCockerSpanielDogBreed': {'30565000': ('A.S.C.O.B. cocker spaniel dog ' + 'breed', + [7480])}, + 'ATSMCu64': {'422855001': ('ATSM Cu^64^', [4021])}, + 'AVFistula': {'128617001': ('AV Fistula', [3413, 3754])}, + 'AVGrooveContinuationOfCircumflexArtery': {'75902001': ('AV groove ' + 'continuation of ' + 'Circumflex Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'AVSequentialPacing': {'371910005': ('A-V sequential pacing', [3555])}, + 'Abdomen': {'113345001': ('Abdomen', + [4030, + 12020, + 4031, + 7483, + 7482, + 4040, + 7154, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'AbdomenAndOrPelvisStructure': {'416949008': ('Abdomen and/or pelvis ' + 'structure (body structure)', + [])}, + 'AbdomenAndPelvis': {'416949008': ('Abdomen and Pelvis', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'AbdominalAorta': {'7832008': ('Abdominal aorta', + [3604, + 4030, + 7154, + 3010, + 12291, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'AbdominalAortaStructure': {'7832008': ('Abdominal aorta structure (body ' + 'structure)', + [])}, + 'AbdominalAorticAneurysmStenting': {'307701005': ('Abdominal aortic aneurysm ' + 'stenting', + [3721])}, + 'AbdominalApproach': {'66739002': ('Abdominal approach (qualifier value)', + [])}, + 'AbdominalCavity': {'52731004': ('Abdominal cavity', + [7154, 9514, 7192, 7151])}, + 'AbdominalCavityStructure': {'52731004': ('Abdominal cavity structure (body ' + 'structure)', + [])}, + 'AbdominalLymphNode': {'8568009': ('abdominal lymph node', [7600])}, + 'AbdominalLymphNodeStructure': {'8568009': ('Abdominal lymph node structure ' + '(body structure)', + [])}, + 'AbdominalStructure': {'113345001': ('Abdominal structure (body structure)', + [])}, + 'AbdominalWallMuscle': {'195879000': ('Abdominal wall muscle', + [7154, 9514, 7192, 7151])}, + 'AbducensNerve': {'80622005': ('abducens nerve', [7710, 7706])}, + 'AbducensNerveStructure': {'80622005': ('Abducens nerve structure (body ' + 'structure)', + [])}, + 'Abduction': {'60074003': ('Abduction', [92])}, + 'AbductionFunction': {'60074003': ('Abduction, function (observable entity)', + [])}, + 'AberdeenAngusCattleBreed': {'84923006': ('Aberdeen Angus cattle breed ' + '(organism)', + [])}, + 'AberdeenAngusCowBreed': {'84923006': ('Aberdeen Angus cow breed', [7480])}, + 'AbigarCattleBreed': {'131540009': ('Abigar cattle breed', [7480])}, + 'AblationFrequency': {'386132006': ('Ablation frequency', [3425])}, + 'AblationOperationForArrhythmia': {'233159005': ('Ablation operation for ' + 'arrhythmia', + [3721])}, + 'AblationPower': {'386131004': ('Ablation power', [3425])}, + 'Abnormal': {'263654008': ('Abnormal', [3120, 222, 242])}, + 'AbnormalECG': {'102594003': ('Abnormal ECG', [12246, 3677, 3201, 3221])}, + 'AbnormalExerciseToleranceTest': {'165084003': ('Abnormal exercise tolerance ' + 'test', + [3201])}, + 'AbnormalExtracardiacTracerUptake': {'429576000': ('Abnormal extracardiac ' + 'tracer uptake (finding)', + [])}, + 'AbnormalExtracardiacUptake': {'429576000': ('Abnormal extracardiac uptake', + [3116])}, + 'AbnormalGait': {'22325002': ('Abnormal gait (finding)', [])}, + 'AbnormalRenalFunction': {'39539005': ('Abnormal Renal Function', + [64, 10045])}, + 'AbnormalRespiratoryRhythm': {'248584002': ('abnormal respiratory rhythm', + [3416])}, + 'AbnormallyHigh': {'371879000': ('Abnormally High', [222])}, + 'AbnormallyLow': {'371880002': ('Abnormally Low', [222])}, + 'AbnormallySmallCardiacChamber': {'373125003': ('Abnormally small cardiac ' + 'chamber', + [3705])}, + 'AbondanceCattleBreed': {'133551002': ('Abondance cattle breed', [7480])}, + 'Abscess': {'44132006': ('Abscess', [7159, 6031, 6030, 7194, 7151])}, + 'AbsenceFindings': {'272519000': ('Absence findings (qualifier value)', [])}, + 'Absent': {'272519000': ('Absent', [241, 240])}, + 'AbtenauerHorseBreed': {'133068005': ('Abtenauer horse breed', [7480])}, + 'AbyssinianCat': {'36074003': ('Abyssinian cat', [7480])}, + 'AbyssinianHighlandZebuCattleBreed': {'133653008': ('Abyssinian Highland Zebu ' + 'cattle breed', + [7480])}, + 'AbyssinianHorseBreed': {'133122005': ('Abyssinian horse breed', [7480])}, + 'AbyssinianShorthornedZebuCattleBreed': {'133654002': ('Abyssinian ' + 'Shorthorned Zebu ' + 'cattle breed', + [7480])}, + 'Acanthioparietal': {'399242004': ('acanthioparietal', [4010, 501])}, + 'AcanthioparietalProjection': {'399242004': ('Acanthioparietal projection ' + '(qualifier value)', + [])}, + 'Accentuated': {'428691001': ('accentuated', [3210])}, + 'AccessoryAtrioventricularBundle': {'8225009': ('Accessory atrioventricular ' + 'bundle', + [3011])}, + 'AccessoryNerve': {'15119000': ('accessory nerve', [7710, 7706])}, + 'AccessoryNerveStructure': {'15119000': ('Accessory nerve structure (body ' + 'structure)', + [])}, + 'AccessoryRenalArtery': {'85383006': ('Accessory Renal Artery', + [12103, + 12115, + 9514, + 7192, + 12111, + 7151, + 3827])}, + 'AccidentAndEmergency': {'225728007': ('Accident and Emergency', [7030])}, + 'AccidentAndEmergencyDepartment': {'225728007': ('Accident and Emergency ' + 'department (environment)', + [])}, + 'AcehCattleBreed': {'133655001': ('Aceh cattle breed', [7480])}, + 'Acepromazine': {'96218000': ('Acepromazine', [626, 623])}, + 'Acetabulum': {'37783008': ('Acetabulum', [1005, 1001, 1000])}, + 'AcetateC11': {'129513004': ('Acetate C^11^', [4021])}, + 'AceticAcid': {'2869004': ('Acetic acid', [8114])}, + 'AchhamCattleBreed': {'133656000': ('Achham cattle breed', [7480])}, + 'AcidFastStain': {'406976001': ('acid fast stain', [8112])}, + 'AcidPhosphataseStain': {'255792001': ('acid phosphatase stain', [8112])}, + 'AcousticRadiationsStructure': {'410726006': ('Acoustic radiations structure ' + '(body structure)', + [])}, + 'AcquiredIncompleteStentApposition': {'408710003': ('Acquired Incomplete ' + 'stent apposition', + [3494])}, + 'AcridineOrangeStain': {'29252006': ('acridine orange stain', [8112])}, + 'AcriflavineStain': {'17693003': ('acriflavine stain', [8112])}, + 'AcromioclavicularJoint': {'85856004': ('Acromioclavicular Joint', + [6113, + 4030, + 6109, + 4031, + 1004, + 6102, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'AcromioclavicularJointStructure': {'85856004': ('Acromioclavicular joint ' + 'structure (body structure)', + [])}, + 'AcromionProcessOfScapula': {'31934006': ('Acromion process of scapula', + [6115])}, + 'AcrylicPolymer': {'261712009': ('Acrylic polymer (substance)', [])}, + 'AcrylicResin': {'261712009': ('Acrylic resin', [8115])}, + 'ActiveIngredient': {'127489000': ('Active Ingredient', [4050])}, + 'ActiveProblem': {'394774009': ('Active problem', [3770])}, + 'AcuteFebrileMucocutaneousLymphNodeSyndrome': {'75053002': ('Acute febrile ' + 'mucocutaneous ' + 'lymph node ' + 'syndrome', + [12249, 12248])}, + 'AcuteMitralRegurgitation': {'373116009': ('Acute mitral regurgitation', + [3700])}, + 'AcuteMitralRegurgitationFromChordalDysfunction': {'371814000': ('Acute ' + 'mitral ' + 'regurgitation ' + 'from ' + 'chordal ' + 'dysfunction', + [3728])}, + 'AcuteMitralRegurgitationFromChordalRupture': {'371813006': ('Acute mitral ' + 'regurgitation ' + 'from chordal ' + 'rupture', + [3728])}, + 'AcuteMitralRegurgitationFromPapillaryMuscleDysfunction': {'371815004': ('Acute ' + 'mitral ' + 'regurgitation ' + 'from ' + 'papillary ' + 'muscle ' + 'dysfunction', + [3728])}, + 'AcuteMitralRegurgitationFromPapillaryMuscleRupture': {'371816003': ('Acute ' + 'mitral ' + 'regurgitation ' + 'from ' + 'papillary ' + 'muscle ' + 'rupture', + [3728])}, + 'AcuteMyocardialInfarction': {'57054005': ('Acute myocardial infarction', + [3700])}, + 'AcuteNonSTSegmentElevationMyocardialInfarction': {'401314000': ('Acute ' + 'non-ST ' + 'segment ' + 'elevation ' + 'myocardial ' + 'infarction ' + '(disorder)', + [])}, + 'AcuteOnset': {'373933003': ('Acute onset', [6130])}, + 'AcuteSTSegmentElevationMyocardialInfarction': {'401303003': ('Acute ST ' + 'segment ' + 'elevation ' + 'myocardial ' + 'infarction ' + '(disorder)', + [])}, + 'AcuteVentricularSeptalRupture': {'371817007': ('Acute ventricular septal ' + 'rupture', + [3700, 3728])}, + 'AdaevHorseBreed': {'133069002': ('Adaev horse breed', [7480])}, + 'AdamawaCattleBreed': {'133667004': ('Adamawa cattle breed', [7480])}, + 'Adduction': {'11554009': ('Adduction', [92])}, + 'AdductionFunction': {'11554009': ('Adduction, function (observable entity)', + [])}, + 'AdenZebuCattleBreed': {'133668009': ('Aden Zebu cattle breed', [7480])}, + 'AdenoAssociatedVirusGroup': {'112381006': ('Adeno-associated virus group', + [641, 638])}, + 'Adenocarcinoma': {'35917007': ('Adenocarcinoma', [639, 638])}, + 'AdenocarcinomaNoSubtype': {'35917007': ('Adenocarcinoma, no subtype ' + '(morphologic abnormality)', + [])}, + 'AdenocarcinomaWithApocrineMetaplasia': {'22694002': ('Adenocarcinoma with ' + 'apocrine metaplasia ' + '(morphologic ' + 'abnormality)', + [])}, + 'Adenohypophysis': {'62818001': ('Adenohypophysis', [7153, 9514, 7192, 7151])}, + 'AdenohypophysisStructure': {'62818001': ('Adenohypophysis structure (body ' + 'structure)', + [])}, + 'AdenoidCysticCarcinoma': {'11671000': ('Adenoid cystic carcinoma', + [6030, 6033])}, + 'AdenoidalStructure': {'55940004': ('Adenoidal structure (body structure)', + [])}, + 'Adenolipoma': {'22024005': ('Adenolipoma', [6031, 6030])}, + 'Adenoma': {'32048006': ('Adenoma', [6031, 6030])}, + 'AdenomaNoSubtype': {'32048006': ('Adenoma, no subtype (morphologic ' + 'abnormality)', + [])}, + 'Adenomyoepithelioma': {'128765009': ('Adenomyoepithelioma', [6031, 6030])}, + 'Adenosine': {'108502004': ('Adenosine', [3204])}, + 'AdenosineA2ReceptorAgonist': {'432062000': ('Adenosine A2 receptor agonist', + [3204])}, + 'AdenosinePreparation': {'108502004': ('Adenosine preparation (product)', [])}, + 'AdenosineStressProtocol': {'424444005': ('Adenosine Stress protocol', + [12001, 3261])}, + 'Adenosis': {'57597008': ('Adenosis', [6031, 6030])}, + 'AdjunctIntent': {'421974008': ('Adjunct intent', [3629])}, + 'AdjuvantIntent': {'373846009': ('Adjuvant intent', [3629])}, + 'AdministeredAfterLabVisit': {'371899006': ('Administered after lab visit', + [3741])}, + 'AdministeredAfterPercutaneousCoronaryIntervention': {'371902009': ('Administered ' + 'After ' + 'Percutaneous ' + 'Coronary ' + 'Intervention', + [3743, + 3742])}, + 'AdministeredBeforeLabVisit': {'371898003': ('Administered before lab visit', + [3741])}, + 'AdministeredBetween3And6HoursBeforePCI': {'371897008': ('Administered ' + 'between 3 and 6 ' + 'hours before PCI', + [3740])}, + 'AdministeredBetween6HoursAnd7DaysBeforePCI': {'371906007': ('Administered ' + 'between 6 hours ' + 'and 7 days ' + 'before PCI', + [3740])}, + 'AdministeredDuringLabVisit': {'371905006': ('Administered during lab visit', + [3741])}, + 'AdministeredDuringPercutaneousCoronaryIntervention': {'371903004': ('Administered ' + 'During ' + 'Percutaneous ' + 'Coronary ' + 'Intervention', + [3742])}, + 'AdministeredLessThan3HoursBeforePCI': {'371896004': ('Administered less than ' + '3 hours before PCI', + [3740])}, + 'AdministeredLessThan72HoursBeforePCI': {'371901002': ('Administered Less ' + 'than 72 Hours before ' + 'PCI', + [3743])}, + 'AdministeredPriorToPercutaneousCoronaryIntervention': {'371904005': ('Administered ' + 'Prior ' + 'to ' + 'Percutaneous ' + 'Coronary ' + 'Intervention', + [3742])}, + 'AdministrationOfAnesthesia': {'399097000': ('Administration of anesthesia ' + '(procedure)', + [])}, + 'AdministrationOfMedicationNotDoneDueToContraindication': {'373147003': ('Administration ' + 'of ' + 'medication ' + 'not ' + 'done ' + 'due ' + 'to ' + 'contraindication ' + '(situation)', + [])}, + 'AdministrationOfRadiopharmaceutical': {'440252007': ('Administration of ' + 'radiopharmaceutical ' + '(procedure)', + [])}, + 'AdministrationOfSedative': {'72641008': ('Administration of sedative ' + '(procedure)', + [])}, + 'AdrenalGland': {'23451007': ('Adrenal gland', + [1005, + 4030, + 7154, + 10060, + 1001, + 6204, + 1000, + 9514, + 7192, + 7151, + 6202, + 4, + 10044])}, + 'AdrenalStructure': {'23451007': ('Adrenal structure (body structure)', [])}, + 'AdrenergicAgent': {'86308005': ('Adrenergic agent', [621, 622])}, + 'Adventitia': {'30180000': ('Adventitia', [7156, 9514, 7192, 7151])}, + 'AdventitialDegeneration': {'47631006': ('adventitial degeneration', [3817])}, + 'Affenpinscher': {'52946002': ('Affenpinscher', [7480])}, + 'Afferent': {'49530007': ('Afferent', [2])}, + 'AfghanCattleBreed': {'133669001': ('Afghan cattle breed', [7480])}, + 'AfghanHound': {'77213006': ('Afghan hound', [7480])}, + 'AfricanRace': {'413464008': ('African race', [6099])}, + 'AfricanaSheepBreed': {'131768005': ('Africana sheep breed', [7480])}, + 'AfricanderCattleBreed': {'131426006': ('Africander cattle breed', [7480])}, + 'AfricangnusCattleBreed': {'131541008': ('Africangnus cattle breed', [7480])}, + 'AfricangusCattleBreed': {'131541008': ('Africangus cattle breed (organism)', + [])}, + 'After': {'288563008': ('After', [3600])}, + 'AfterMenopause': {'307429007': ('After menopause', [6086])}, + 'AfterProcedure': {'303110006': ('after procedure', + [3815, 631, 12102, 633, 61, 12002])}, + 'AfterValues': {'288563008': ('After values (qualifier value)', [])}, + 'Agar': {'10249006': ('Agar', [8115])}, + 'AgeroleseCattleBreed': {'131542001': ('Agerolese cattle breed', [7480])}, + 'AggressiveFibromatosis': {'47284001': ('Aggressive fibromatosis (morphologic ' + 'abnormality)', + [])}, + 'AidiDogBreed': {'132406005': ('Aidi dog breed', [7480])}, + 'AinuDogBreed': {'132516004': ('Ainu dog breed', [7480])}, + 'Air': {'15158005': ('Air', [13, 12, 6211, 3850])}, + 'AirHeatingPad': {'468192005': ('Air heating pad', [635])}, + 'AirHeatingPadSystem': {'468192005': ('Air heating pad system (physical ' + 'object)', + [])}, + 'AirTrapping': {'76171001': ('Air-trapping', [6105, 6108, 6102])}, + 'AiredaleTerrier': {'3921008': ('Airedale terrier', [7480])}, + 'AirwayManagement': {'386509000': ('Airway management (procedure)', [])}, + 'AirwayStructure': {'89187006': ('Airway structure', + [6109, 6102, 9514, 7192, 6111, 7151])}, + 'AkbashDogBreed': {'132531008': ('Akbash dog breed', [7480])}, + 'AkhaPigBreed': {'133172007': ('Akha pig breed', [7480])}, + 'AkhalTekeHorseBreed': {'133121003': ('Akhal-Teke horse breed', [7480])}, + 'Akinesis': {'195675009': ('Akinesis', [3706, 3703])}, + 'AkitaDog': {'84514002': ('Akita dog', [7480])}, + 'AksaîBlackPiedPigBreed': {'132118009': ('Aksaî Black Pied pig breed', + [7480])}, + 'AlaTauCattleBreed': {'133552009': ('Ala-Tau cattle breed', [7480])}, + 'AlambadiCattleBreed': {'133670000': ('Alambadi cattle breed', [7480])}, + 'AlanoEspañolDogBreed': {'132540007': ('Alano Español dog breed', [7480])}, + 'AlapahaBluebloodBulldogBreed': {'132532001': ('Alapaha blueblood bullDog ' + 'breed', + [7480])}, + 'AlaskanKleeKaiDogBreed': {'406725008': ('Alaskan Klee Kai dog breed', + [7480])}, + 'AlaskanMalamute': {'53228008': ('Alaskan malamute', [7480])}, + 'AlbanianDwarfCattleBreed': {'133554005': ('Albanian Dwarf cattle breed', + [7480])}, + 'AlbanianHorseBreed': {'133070001': ('Albanian horse breed', [7480])}, + 'AlbanianIllyrianCattleBreed': {'133553004': ('Albanian Illyrian cattle breed', + [7480])}, + 'AlbanianNativePigBreed': {'133209008': ('Albanian Native pig breed', [7480])}, + 'AlbersSchonberg': {'399142007': ('Albers-Schonberg', [4012])}, + 'AlbersSchönbergProjection': {'399142007': ('Albers-Schönberg projection ' + '(qualifier value)', + [])}, + 'AlbertStain': {'255793006': ("Albert's stain", [8112])}, + 'AlbeseCattleBreed': {'131543006': ('Albese cattle breed', [7480])}, + 'AlbèresCattleBreed': {'131555000': ('Albères cattle breed (organism)', [])}, + 'AlbèresCattlebreed': {'131555000': ('Albères cattlebreed', [7480])}, + 'AlcianBlue8GXStain': {'4656000': ('alcian blue 8GX stain', [8112])}, + 'AlcoholConsumption': {'160573003': ('Alcohol consumption', [3774])}, + 'AlcoholIntake': {'160573003': ('Alcohol intake (observable entity)', [])}, + 'AlcoholSolubleNigrosineStain': {'47995002': ('alcohol soluble nigrosine ' + 'stain', + [8112])}, + 'AldehydeFuchsinStain': {'406981005': ('aldehyde fuchsin stain', [8112])}, + 'AlentejanaCattleBreed': {'131556004': ('Alentejana cattle breed (organism)', + [])}, + 'AlentejanaCattlebreed': {'131556004': ('Alentejana cattlebreed', [7480])}, + 'AlentejanaPigBreed': {'132086001': ('Alentejana pig breed', [7480])}, + 'AlentejoHerderDogBreed': {'132393007': ('Alentejo herder dog breed', [7480])}, + 'AleppoCattleBreed': {'133575002': ('Aleppo cattle breed', [7480])}, + 'Alexander': {'399237007': ('Alexander', [4012])}, + 'AlexanderProjection': {'399237007': ('Alexander projection (qualifier value)', + [])}, + 'Alfentanil': {'387560008': ('Alfentanil', [65, 66])}, + 'AlgarviaGoatBreed': {'131677009': ('Algarvia goat breed', [7480])}, + 'AliabDinkaCattleBreed': {'131441006': ('Aliab Dinka cattle breed', [7480])}, + 'AlistanaSanabresaCattleBreed': {'133290002': ('Alistana-Sanabresa cattle ' + 'breed', + [7480])}, + 'Alive': {'438949009': ('Alive', [3772])}, + 'AliveAndWell': {'81323004': ('Alive and well', [3772])}, + 'AlizarinBlueSStain': {'54432009': ('alizarin blue S stain', [8112])}, + 'AlizarinCyanineGreenStain': {'21951008': ('alizarin cyanine green stain', + [8112])}, + 'AlizarinRedSStain': {'65580004': ('alizarin red S stain', [8112])}, + 'AlizarinYellowGGStain': {'27016007': ('alizarin yellow GG stain', [8112])}, + 'AlizarinYellowRStain': {'28622002': ('alizarin yellow R stain', [8112])}, + 'AlkaliBlue5B4BStain': {'76925007': ('alkali blue 5B (4B) stain', [8112])}, + 'AlkaliBlue6BStain': {'63929007': ('alkali blue 6B stain', [8112])}, + 'AlkalinePhosphataseStain': {'406971006': ('alkaline phosphatase stain', + [8112])}, + 'AllLegs': {'42694008': ('All legs', [7483, 7482])}, + 'AllergyAndImmunology': {'309913004': ('Allergy and Immunology', [7030])}, + 'AllergyToContrastMedia': {'293637006': ('Allergy to contrast media ' + '(disorder)', + [])}, + 'AllergyToXRayContrastMedia': {'293638001': ('Allergy to X-ray contrast media ' + '(disorder)', + [])}, + 'AlmanzorenaCattleBreed': {'133591004': ('Almanzorena cattle breed', [7480])}, + 'AlmostEntirelyFat': {'129716005': ('Almost entirely fat', [6001, 6000])}, + 'AlmostEntirelyFatBreastComposition': {'129716005': ('Almost entirely fat ' + 'breast composition ' + '(finding)', + [])}, + 'AlongEdge': {'57183005': ('Along edge (qualifier value)', [])}, + 'AlphaAdrenergicBlockingAgent': {'67440007': ('Alpha-adrenergic blocking ' + 'agent', + [10])}, + 'Alphachloralose': {'277016007': ('Alphachloralose', [625, 623])}, + 'Alphadolone': {'125707004': ('Alphadolone', [625, 623])}, + 'AlphadoloneAcetate': {'125707004': ('Alphadolone acetate (substance)', [])}, + 'AlpineChamoiseeGoatBreed': {'131674002': ('Alpine Chamoisee goat breed', + [7480])}, + 'AlpineDachsbrackeDogBreed': {'132542004': ('Alpine dachsbracke dog breed', + [7480])}, + 'AlpineGoat': {'70431006': ('Alpine goat (organism)', [])}, + 'AlpineGoatBreed': {'70431006': ('Alpine goat breed', [7480])}, + 'AltaiHorseBreed': {'133120002': ('Altai horse breed', [7480])}, + 'AltaiMountainGoatBreed': {'131618005': ('Altai Mountain goat breed', [7480])}, + 'AltaySheepBreed': {'132845007': ('Altay sheep breed', [7480])}, + 'AlterRealHorseBreed': {'133071002': ('Alter Real horse breed', [7480])}, + 'AluminumANDORAluminumCompound': {'105830007': ('Aluminum AND/OR aluminum ' + 'compound (substance)', + [])}, + 'AluminumOrAluminumCompound': {'105830007': ('Aluminum or Aluminum compound', + [10006, 10067])}, + 'AluminumOxide': {'83881004': ('Aluminum Oxide', [300])}, + 'AlurCattleBreed': {'131442004': ('Alur cattle breed', [7480])}, + 'AmbuBag': {'371785003': ('Ambu Bag', [3554])}, + 'AmelanoticMelanoma': {'70594002': ('Amelanotic melanoma', [639, 638])}, + 'AmericanAlbinoHorse': {'45790002': ('American Albino horse (organism)', [])}, + 'AmericanAlbinoHorseBreed': {'45790002': ('American Albino horse breed', + [7480])}, + 'AmericanBashkirCurlyHorseBreed': {'133072009': ('American Bashkir Curly ' + 'horse breed', + [7480])}, + 'AmericanBerkshirePigBreed': {'132046009': ('American Berkshire pig breed', + [7480])}, + 'AmericanBisonXCattleBreed': {'133703008': ('American bison X cattle breed', + [7480])}, + 'AmericanBlueGasconHoundDogBreed': {'132400004': ('American Blue Gascon Hound ' + 'dog breed', + [7480])}, + 'AmericanBobtailCatBreed': {'413488005': ('American bobtail cat breed', + [7480])}, + 'AmericanBobtailLonghairCatBreed': {'132658005': ('American Bobtail Longhair ' + 'cat breed', + [7480])}, + 'AmericanBobtailShorthairCatBreed': {'132657000': ('American Bobtail ' + 'Shorthair cat breed', + [7480])}, + 'AmericanBuckskinHorse': {'90050009': ('American Buckskin horse (organism)', + [])}, + 'AmericanBuckskinHorseBreed': {'90050009': ('American Buckskin horse breed', + [7480])}, + 'AmericanBulldogBreed': {'132534000': ('American Bulldog breed', [7480])}, + 'AmericanCashmereGoatBreed': {'131617000': ('American Cashmere goat breed', + [7480])}, + 'AmericanCockerSpaniel': {'22697009': ('American cocker spaniel (organism)', + [])}, + 'AmericanCockerSpanielDogBreed': {'22697009': ('American cocker spaniel dog ' + 'breed', + [7480])}, + 'AmericanCoonhound': {'63269002': ('American coonhound (organism)', [])}, + 'AmericanCoonhoundDogBreed': {'63269002': ('American coonhound dog breed', + [7480])}, + 'AmericanCreamDraftHorseBreed': {'133119008': ('American Cream Draft horse ' + 'breed', + [7480])}, + 'AmericanCreamHorse': {'26837006': ('American cream horse (organism)', [])}, + 'AmericanCreamHorseBreed': {'26837006': ('American cream horse breed', + [7480])}, + 'AmericanCurlCatBreed': {'132659002': ('American Curl cat breed', [7480])}, + 'AmericanDraftPonyBreed': {'425118005': ('American draft pony breed ' + '(organism)', + [])}, + 'AmericanDraftPonyHorseBreed': {'425118005': ('American draft pony horse ' + 'breed', + [7480])}, + 'AmericanEskimoDog': {'31392000': ('American eskimo dog (organism)', [])}, + 'AmericanEskimoDogBreed': {'31392000': ('American eskimo dog breed', [7480])}, + 'AmericanEskimoMiniatureDogBreed': {'132410008': ('American Eskimo, Miniature ' + 'dog breed', + [7480])}, + 'AmericanEskimoStandardDogBreed': {'132409003': ('American Eskimo, standard ' + 'dog breed', + [7480])}, + 'AmericanEskimoToyDogBreed': {'132411007': ('American Eskimo, Toy dog breed', + [7480])}, + 'AmericanEssexPigBreed': {'132030001': ('American Essex pig breed', [7480])}, + 'AmericanFoxhound': {'88779009': ('American foxhound', [7480])}, + 'AmericanHairlessTerrierDogBreed': {'132528007': ('American Hairless Terrier ' + 'dog breed', + [7480])}, + 'AmericanIndianDogBreed': {'132407001': ('American Indian Dog breed', [7480])}, + 'AmericanIndianHorseHorseBreed': {'132951001': ('American Indian Horse horse ' + 'breed', + [7480])}, + 'AmericanIndianOrAlaskaNative': {'413490006': ('American Indian or Alaska ' + 'native', + [6099])}, + 'AmericanLamaleseDogBreed': {'132627009': ('American lamalese dog breed', + [7480])}, + 'AmericanLandracePigBreed': {'132231009': ('American Landrace pig breed', + [7480])}, + 'AmericanMerinoSheep': {'73191001': ('American merino sheep (organism)', [])}, + 'AmericanMerinoSheepBreed': {'73191001': ('American merino sheep breed', + [7480])}, + 'AmericanMiniatureHorse': {'54699009': ('American miniature horse (organism)', + [])}, + 'AmericanMiniatureHorseBreed': {'54699009': ('American miniature horse breed', + [7480])}, + 'AmericanMustangHorseBreed': {'132952008': ('American Mustang horse breed', + [7480])}, + 'AmericanPaintHorse': {'7623008': ('American paint horse (organism)', [])}, + 'AmericanPaintHorseBreed': {'7623008': ('American paint horse breed', [7480])}, + 'AmericanPitBullTerrier': {'12390000': ('American pit bull terrier (organism)', + [])}, + 'AmericanPitBullTerrierDogBreed': {'12390000': ('American pit bull terrier ' + 'dog breed', + [7480])}, + 'AmericanPony': {'46408008': ('American pony (organism)', [])}, + 'AmericanPonyHorseBreed': {'46408008': ('American pony horse breed', [7480])}, + 'AmericanQuarterHorseHorseBreed': {'132953003': ('American Quarter Horse ' + 'horse breed', + [7480])}, + 'AmericanSaddlebredHorse': {'42724005': ('American saddlebred horse ' + '(organism)', + [])}, + 'AmericanSaddlebredHorseBreed': {'42724005': ('American saddlebred horse ' + 'breed', + [7480])}, + 'AmericanShetlandPonyHorseBreed': {'132954009': ('American Shetland pony ' + 'horse breed', + [7480])}, + 'AmericanShorthairCat': {'69855002': ('American shorthair cat', [7480])}, + 'AmericanTrotterHorse': {'26973000': ('American trotter horse (organism)', + [])}, + 'AmericanTrotterHorseBreed': {'26973000': ('American trotter horse breed', + [7480])}, + 'AmericanTunisHorse': {'72394007': ('American tunis horse (organism)', [])}, + 'AmericanTunisHorseBreed': {'72394007': ('American tunis horse breed', + [7480])}, + 'AmericanTunisSheepBreed': {'132812007': ('American Tunis sheep breed', + [7480])}, + 'AmericanWalkingPonyHorseBreed': {'133117005': ('American Walking Pony horse ' + 'breed', + [7480])}, + 'AmericanWaterSpaniel': {'31971008': ('American water spaniel (organism)', + [])}, + 'AmericanWaterSpanielDogBreed': {'31971008': ('American water spaniel dog ' + 'breed', + [7480])}, + 'AmericanWhiteParkCattleBreed': {'131557008': ('American White Park cattle ' + 'breed', + [7480])}, + 'AmericanWirehairedCat': {'21726001': ('American wirehaired cat', [7480])}, + 'AmericanYorkshirePigBreed': {'132045008': ('American Yorkshire pig breed', + [7480])}, + 'AmerifaxcattleBreed': {'131558003': ('Amerifaxcattle breed', [7480])}, + 'AminoglycosideAntibiotic': {'14443002': ('Aminoglycoside antibiotic', + [621, 622])}, + 'AminoglycosideClassOfAntibiotic': {'14443002': ('Aminoglycoside -class of ' + 'antibiotic- (substance)', + [])}, + 'AmmoniaN13': {'129508003': ('Ammonia N^13^', [4021])}, + 'Amniocentesis': {'34536000': ('Amniocentesis', [9])}, + 'AmnioinfusionInjectionOfAmnion': {'15415002': ('Amnioinfusion [injection of ' + 'amnion]', + [9])}, + 'AmnioticFluid': {'77012006': ('Amniotic fluid (substance)', [])}, + 'AmorphousCalcification': {'129760005': ('Amorphous calcification', + [6011, 6010])}, + 'Amphetamine': {'703842006': ('Amphetamine', [6089])}, + 'AmritMahalZebuCattleBreed': {'133594007': ('Amrit Mahal zebu cattle breed', + [7480])}, + 'AmritmahalCattleBreed': {'133594007': ('Amritmahal cattle breed (organism)', + [])}, + 'Amygdala': {'4958002': ('Amygdala', [7153, 7140, 9514, 7192, 7151])}, + 'AmygdaloidStructure': {'4958002': ('Amygdaloid structure (body structure)', + [])}, + 'Amyloid': {'37279009': ('Amyloid (tumor)', [6031, 6030])}, + 'AmyloidTumor': {'37279009': ('Amyloid tumor (morphologic abnormality)', [])}, + 'AnadoluHorseBreed': {'132955005': ('Anadolu horse breed', [7480])}, + 'AnalStructure': {'53505006': ('Anal structure (body structure)', [])}, + 'Analgesic': {'373265006': ('Analgesic', [621, 622])}, + 'AnastomosisOfPulmonarySubclavianArteryByBlalockTaussigOperation': {'13662000': ('Anastomosis ' + 'of ' + 'pulmonary-subclavian ' + 'artery ' + 'by ' + 'Blalock-Taussig ' + 'operation ' + '(procedure)', + [])}, + 'Anastrozole': {'386910003': ('Anastrozole', [6080])}, + 'AnatolianBlackCattleBreed': {'131559006': ('Anatolian Black cattle breed', + [7480])}, + 'AnatolianShepherdDogBreed': {'409926004': ('Anatolian shepherd dog breed', + [7480])}, + 'AnatomicStructurePotentiallyInvolvedInEvolutionOfDisease': {'413530006': ('Anatomic ' + 'structure ' + 'potentially ' + 'involved ' + 'in ' + 'evolution ' + 'of ' + 'disease ' + '(observable ' + 'entity)', + [])}, + 'Anatomical': {'51845000': ('anatomical', [20])}, + 'AnatomicalPoint': {'711101009': ('Anatomical point', [7110])}, + 'AnatomicalPosition': {'51845000': ('Anatomical position (finding)', [])}, + 'AnatomicalReferencePlane': {'243898001': ('Anatomical reference plane (body ' + 'structure)', + [])}, + 'AnatomicalStructure': {'123037004': ('Anatomical Structure', [7150]), + '91723000': ('Anatomical Structure', [9501])}, + 'Anchoring': {'129380009': ('Anchoring', [7310])}, + 'AnchoringAction': {'129380009': ('Anchoring - action (qualifier value)', [])}, + 'AndalusianBlackCattleBreed': {'131560001': ('Andalusian Black cattle breed', + [7480])}, + 'AndalusianBlondCattleBreed': {'133291003': ('Andalusian Blond cattle breed', + [7480])}, + 'AndalusianGrayCattleBreed': {'131561002': ('Andalusian Gray cattle breed', + [7480])}, + 'AndalusianHorse': {'80777007': ('Andalusian horse (organism)', [])}, + 'AndalusianHorseBreed': {'80777007': ('Andalusian horse breed', [7480])}, + 'AndeanHorseBreed': {'132956006': ('Andean horse breed', [7480])}, + 'AnesthesiaFinishTime': {'398164008': ('Anesthesia finish time (observable ' + 'entity)', + [])}, + 'AnesthesiaInduction': {'241687005': ('Anesthesia induction', [634])}, + 'AnesthesiaStartTime': {'398325003': ('Anesthesia start time (observable ' + 'entity)', + [])}, + 'Anesthesiology': {'309901009': ('Anesthesiology', [7030])}, + 'AnestheticDepartment': {'309901009': ('Anesthetic department (environment)', + [])}, + 'AnestheticFaceMask': {'297120004': ('Anesthetic face mask', [617, 618])}, + 'Aneurysm': {'85659009': ('aneurysm', [3810])}, + 'AneurysmOfAorticRoot': {'373134008': ('Aneurysm of Aortic Root', [3709])}, + 'Aneurysmal': {'255378009': ('Aneurysmal', [3712])}, + 'AngelnCattleBreed': {'131562009': ('Angeln cattle breed', [7480])}, + 'AngelnSaddlebackPigBreed': {'132252001': ('Angeln Saddleback pig breed', + [7480])}, + 'Angina': {'194828000': ('Angina (disorder)', [])}, + 'AnginaClassI': {'61490001': ('Angina Class I', [3719])}, + 'AnginaClassII': {'41334000': ('Angina Class II', [3719])}, + 'AnginaClassIII': {'85284003': ('Angina Class III', [3719])}, + 'AnginaClassIV': {'89323001': ('Angina Class IV', [3719])}, + 'AnginaPectoris': {'194828000': ('Angina pectoris', [64, 12246, 3201])}, + 'Angiography': {'77343006': ('Angiography', [3405, 3428])}, + 'Angiolipoma': {'73219006': ('Angiolipoma', [6031, 6030])}, + 'Angioma': {'2099007': ('angioma', [3810])}, + 'Angiomatosis': {'14350002': ('Angiomatosis', [6031, 6030])}, + 'AngioplastyInflationDuration': {'371852004': ('Angioplasty Inflation ' + 'duration', + [3425])}, + 'AngioplastyInflationPressure': {'371851006': ('Angioplasty Inflation ' + 'pressure', + [3425])}, + 'Angiosarcoma': {'39000009': ('Angiosarcoma', [6030, 6033])}, + 'AngiotensinConvertingEnzymeInhibitorAgent': {'41549009': ('Angiotensin-converting ' + 'enzyme inhibitor ' + 'agent (product)', + [])}, + 'AngiotensinIIReceptorAntagonist': {'96308008': ('Angiotensin II receptor ' + 'antagonist', + [3760])}, + 'Angle': {'1483009': ('Angle', [12304])}, + 'AngleOfRib': {'14510004': ('Angle of rib', [6115])}, + 'AngloArabHorseBreed': {'133044002': ('Anglo-Arab horse breed', [7480])}, + 'AngloFrancaisDeMoyenVenerieDogBreed': {'132536003': ('Anglo-Francais de ' + 'moyen venerie dog ' + 'breed', + [7480])}, + 'AngloFrancaisDePetitVenerieDogBreed': {'132537007': ('Anglo-Francais de ' + 'petit venerie dog ' + 'breed', + [7480])}, + 'AngloKabardaHorseBreed': {'132957002': ('Anglo-Kabarda horse breed', [7480])}, + 'AngloNubianGoat': {'16015002': ('Anglo nubian goat (organism)', [])}, + 'AngloNubianGoatBreed': {'16015002': ('Anglo nubian goat breed', [7480])}, + 'AngoraGoat': {'64158000': ('Angora goat (organism)', [])}, + 'AngoraGoatBreed': {'64158000': ('Angora goat breed', [7480])}, + 'Angular': {'1483009': ('Angular (qualifier value)', [])}, + 'AnilineBlueStain': {'406990003': ('aniline blue stain', [8112])}, + 'AnimalFeed': {'82566005': ('Animal feed (substance)', [])}, + 'AnionExchangeResin': {'346322006': ('Anion exchange resin', [3761])}, + 'AnkinaCattleBreed': {'131443009': ('Ankina cattle breed', [7480])}, + 'AnkleJoint': {'70258002': ('Ankle joint', + [4030, + 4031, + 7304, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009, + 1006])}, + 'AnkleJointStructure': {'70258002': ('Ankle joint structure (body structure)', + [])}, + 'AnkoleCattleBreed': {'131427002': ('Ankole cattle breed', [7480])}, + 'AnkoleWatusiCattleBreed': {'131428007': ('Ankole-Watusi cattle breed', + [7480])}, + 'AnnularAbscessOfAorticRoot': {'373135009': ('Annular Abscess of Aortic Root', + [3709])}, + 'AnomalousPulmonaryVein': {'128585006': ('Anomalous pulmonary vein', + [3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630, + 3607])}, + 'AntecubitalVein': {'128553008': ('Antecubital vein', + [3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630, + 3607])}, + 'AntegradeDirection': {'263677008': ('Antegrade Direction', [12306])}, + 'AntegradeFlow': {'263677008': ('Antegrade Flow', [12221])}, + 'Anterior': {'255549009': ('Anterior', + [3019, 211, 6025, 2, 6024, 212, 5, 4005, 12281])}, + 'AnteriorAuricularLymphNode': {'25247006': ('anterior auricular lymph node', + [7600])}, + 'AnteriorCardiacVein': {'194996006': ('Anterior Cardiac Vein', + [3839, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'AnteriorCerebralArtery': {'60176003': ('Anterior Cerebral Artery', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'AnteriorCervicalLymphNode': {'5727003': ('anterior cervical lymph node', + [7600])}, + 'AnteriorChamber': {'31636006': ('Anterior Chamber', [4233])}, + 'AnteriorChamberOfEye': {'31636006': ('Anterior chamber of eye', + [4211, 4209])}, + 'AnteriorChamberOfEyeStructure': {'31636006': ('Anterior chamber of eye ' + 'structure (body structure)', + [])}, + 'AnteriorCommissure': {'62872008': ('anterior commissure', + [7705, 7710, 7101, 7111])}, + 'AnteriorCommunicatingArtery': {'8012006': ('Anterior Communicating Artery', + [12105, + 3604, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'AnteriorCompression': {'441752004': ('Anterior compression', [4015])}, + 'AnteriorCompressionOfBreast': {'441752004': ('Anterior compression of breast ' + '(procedure)', + [])}, + 'AnteriorDescendingBranchOfLeftCoronaryArtery': {'59438005': ('Anterior ' + 'Descending ' + 'Branch of Left ' + 'Coronary ' + 'Artery', + [12292])}, + 'AnteriorEmissiveProjection': {'399321004': ('Anterior emissive projection ' + '(qualifier value)', + [])}, + 'AnteriorHornLateralVentricle': {'30399003': ('Anterior Horn Lateral ' + 'Ventricle', + [12022])}, + 'AnteriorMediastinalLymphNode': {'5296000': ('anterior mediastinal lymph node', + [7600])}, + 'AnteriorMiddleCerebralArteryBifurcation': {'397418009': ('Anterior-Middle ' + 'Cerebral Artery ' + 'Bifurcation', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'AnteriorPosteriorCerebralArteryBifurcation': {'397419001': ('Anterior-Posterior ' + 'Cerebral Artery ' + 'Bifurcation', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'AnteriorProjection': {'399321004': ('Anterior projection', [501, 26])}, + 'AnteriorSegmentOfLeftUpperLobe': {'22270008': ('Anterior segment of left ' + 'upper lobe', + [6124, 6127])}, + 'AnteriorSegmentOfRightUpperLobe': {'39743006': ('Anterior segment of right ' + 'upper lobe', + [6124, 6127])}, + 'AnteriorSpinalArtery': {'17388009': ('anterior spinal artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'AnteriorTibialArtery': {'68053000': ('Anterior Tibial Artery', + [12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'AnteriorTibialLymphNode': {'303713004': ('anterior tibial lymph node', + [7600])}, + 'AnteriorTibialVein': {'26703007': ('Anterior Tibial Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'AnteriorTriangleOfNeck': {'182329002': ('Anterior triangle of neck', [4029])}, + 'AnteriorWall': {'263943000': ('Anterior Wall', [12280])}, + 'AnteroPosterior': {'399348003': ('antero-posterior', + [4010, 7302, 501, 3466])}, + 'AnteroPosteriorOblique': {'399312000': ('antero-posterior oblique', + [4010, 501])}, + 'AnteroPosteriorObliqueProjection': {'399312000': ('Antero-posterior oblique ' + 'projection (qualifier ' + 'value)', + [])}, + 'AnteroPosteriorProjection': {'399348003': ('Antero-posterior projection ' + '(qualifier value)', + [])}, + 'Anterolateral': {'37197008': ('Anterolateral', [2])}, + 'AntiHeparinAgent': {'3361000': ('Anti-heparin agent', [10]), + '372708000': ('Anti-heparin agent', [621, 622])}, + 'Antiarrhythmic': {'372813008': ('Antiarrhythmic', [621, 622])}, + 'AntiarrhythmicAgent': {'372813008': ('Antiarrhythmic agent (substance)', [])}, + 'AntiarrhythmicDrug': {'67507000': ('Antiarrhythmic drug', [10])}, + 'Antibiotic': {'255631004': ('Antibiotic', [621, 622])}, + 'Anticholinergic': {'373246003': ('Anticholinergic', [621, 622])}, + 'AnticholinergicAgent': {'373246003': ('Anticholinergic agent (substance)', + [])}, + 'Anticoagulant': {'372862008': ('Anticoagulant', [621, 622]), + '81839001': ('Anticoagulant', [10])}, + 'Anticonvulsant': {'255632006': ('Anticonvulsant', [621, 622])}, + 'AntidiureticHormone': {'77671006': ('Antidiuretic hormone', [621, 622])}, + 'Antiemetic': {'52017007': ('Antiemetic', [621, 76, 622])}, + 'Antifungal': {'373219008': ('Antifungal', [621, 622])}, + 'AntihemophilicFactorPreparation': {'59057006': ('Antihemophilic factor ' + 'preparation', + [10])}, + 'Antihistamine': {'372806008': ('Antihistamine', [621, 622]), + '6425004': ('Antihistamine', [10])}, + 'Antihypertensive': {'1182007': ('Antihypertensive', [621, 622])}, + 'Anus': {'53505006': ('Anus', [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'AnusRectumAndSigmoidColon': {'110612005': ('Anus, rectum and sigmoid colon', + [4040, 9514, 7192, 7151, 4])}, + 'AnusRectumAndSigmoidColonCombinedSite': {'110612005': ('Anus, rectum and ' + 'sigmoid colon ' + '(combined site) ' + '(body structure)', + [])}, + 'Anxiety': {'48694002': ('Anxiety', [64, 9300, 60])}, + 'Aorta': {'15825003': ('Aorta', + [6129, + 3604, + 12236, + 12112, + 7152, + 12103, + 3010, + 6204, + 12141, + 4042, + 9514, + 7192, + 3606, + 7151, + 6202, + 3827, + 4, + 3630, + 12223])}, + 'AortaToPulmonaryArteryConnection': {'443096004': ('Aorta to Pulmonary Artery ' + 'Connection', + [12293, 12290])}, + 'AorticAneurysm': {'67362008': ('Aortic aneurysm', [3700])}, + 'AorticArch': {'57034009': ('Aortic Arch', + [3604, + 4030, + 6109, + 1004, + 6102, + 1001, + 6117, + 3010, + 12291, + 4042, + 1000, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'AorticArchStructure': {'57034009': ('Aortic arch structure (body structure)', + [])}, + 'AorticBifurcation': {'73166001': ('Aortic Bifurcation', [3837, 7111])}, + 'AorticDissection': {'308546005': ('Aortic dissection', [3700])}, + 'AorticFistula': {'128551005': ('Aortic fistula', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'AorticIncompetenceNonRheumatic': {'194983005': ('Aortic incompetence, ' + 'non-rheumatic (disorder)', + [])}, + 'AorticInsufficiency': {'194983005': ('Aortic insufficiency', [3700, 3728])}, + 'AorticIsthmus': {'88593004': ('Aortic isthmus', + [6109, 6102, 6117, 12291, 9514, 7192, 7151])}, + 'AorticLymphNode': {'35783009': ('aortic lymph node', [7600])}, + 'AorticPressureWaveform': {'128444004': ('Aortic pressure waveform', [3003])}, + 'AorticPressureWaveformFunction': {'128444004': ('Aortic pressure waveform, ' + 'function (observable ' + 'entity)', + [])}, + 'AorticRegurgitation': {'60234000': ('Aortic regurgitation', [12249, 12248])}, + 'AorticRoot': {'8128003': ('Aortic Root', [12305])}, + 'AorticRootFeature': {'364091008': ('Aortic root feature (observable entity)', + [])}, + 'AorticSinotubularJunction': {'443167003': ('Aortic Sinotubular Junction', + [12305, 12291])}, + 'AorticStenosis': {'60573004': ('Aortic stenosis', + [64, 3700, 12249, 3728, 12248])}, + 'AorticStructure': {'15825003': ('Aortic structure (body structure)', [])}, + 'AorticSystolicEjectionPeriod': {'371850007': ('Aortic systolic ejection ' + 'period (observable entity)', + [])}, + 'AorticSystolicEjectionPeriodSepa': {'371850007': ('Aortic Systolic Ejection ' + 'Period (SEPa)', + [3616])}, + 'AorticValve': {'34202007': ('Aortic Valve', + [6113, + 6109, + 3701, + 12305, + 12288, + 6102, + 12289, + 9514, + 7192, + 3610, + 7151, + 3630])}, + 'AorticValveArea': {'251011009': ('Aortic Valve Area', [3614, 3615])}, + 'AorticValveDisease': {'8722008': ('Aortic valve disease', [3700])}, + 'AorticValveDisorder': {'8722008': ('Aortic valve disorder (disorder)', [])}, + 'AorticValveFlow': {'371845001': ('Aortic Valve Flow', [3617])}, + 'AorticValvePullbackPressureWaveform': {'128453006': ('Aortic valve pullback ' + 'pressure waveform', + [3003])}, + 'AorticValvePullbackPressureWaveformFunction': {'128453006': ('Aortic valve ' + 'pullback ' + 'pressure ' + 'waveform, ' + 'function ' + '(observable ' + 'entity)', + [])}, + 'AorticValveRegurgitation': {'60234000': ('Aortic valve regurgitation ' + '(disorder)', + [])}, + 'AorticValveRing': {'77583004': ('Aortic Valve Ring', [12236, 12305, 12242])}, + 'AorticValveStenosis': {'60573004': ('Aortic valve stenosis (disorder)', [])}, + 'AorticValveStructure': {'34202007': ('Aortic valve structure (body ' + 'structure)', + [])}, + 'Aortography': {'54640009': ('Aortography', [3405, 3428])}, + 'AortopulmonaryReconstructionWithRightVentricleToPulmonaryArterialValvelessConduit': {'429616001': ('Aortopulmonary ' + 'reconstruction ' + 'with ' + 'right ' + 'ventricle ' + 'to ' + 'pulmonary ' + 'arterial ' + 'valveless ' + 'conduit ' + '(procedure)', + [])}, + 'AostaBlackPiedCattleBreed': {'133292005': ('Aosta Black Pied cattle breed', + [7480])}, + 'AostaChestnutCattleBreed': {'133293000': ('Aosta Chestnut cattle breed', + [7480])}, + 'AostaRedPiedCattleBreed': {'133294006': ('Aosta Red Pied cattle breed', + [7480])}, + 'ApennineSheepBreed': {'132811000': ('Apennine sheep breed', [7480])}, + 'ApexOfHeart': {'13383001': ('Apex of heart', [1004, 1001, 1000])}, + 'ApexOfLeftVentricle': {'128564006': ('apex of left ventricle', + [3717, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4])}, + 'ApexOfLung': {'86598002': ('Apex of Lung', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'ApexOfRightVentricle': {'128565007': ('Apex of right ventricle', + [3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4])}, + 'Aphakia': {'24010005': ('Aphakia (disorder)', [])}, + 'Aphakic': {'24010005': ('Aphakic', [4231])}, + 'Apical': {'43674008': ('Apical', [6125, 6124, 2, 5])}, + 'ApicalAnteriorFibromuscularStromaOfProstate': {'716925003': ('Apical ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6303, 6300])}, + 'ApicalAxillaryLymphNode': {'16051009': ('apical axillary lymph node', + [7600])}, + 'ApicalFourChamber': {'399214001': ('Apical four chamber', [12226])}, + 'ApicalFourChamberView': {'399214001': ('Apical four chamber view (qualifier ' + 'value)', + [])}, + 'ApicalLongAxis': {'399339008': ('Apical long axis', [12226, 501])}, + 'ApicalTwoChamber': {'399232001': ('Apical two chamber', [12226])}, + 'ApicalTwoChamberView': {'399232001': ('Apical two chamber view (qualifier ' + 'value)', + [])}, + 'ApocrineAdenocarcinoma': {'57141000': ('Apocrine adenocarcinoma', + [6030, 6033])}, + 'ApocrineMetaplasia': {'81274009': ('Apocrine Metaplasia', [6031, 6030])}, + 'AppaloosaHorse': {'55167009': ('Appaloosa horse (organism)', [])}, + 'AppaloosaHorseBreed': {'55167009': ('Appaloosa horse breed', [7480])}, + 'AppendicealStump': {'441850003': ('Appendiceal stump', [6204, 6202])}, + 'AppendicularLymphNode': {'46157003': ('appendicular lymph node', [7600])}, + 'Appendix': {'66754008': ('Appendix', [6204, 6202])}, + 'AppendixStructure': {'66754008': ('Appendix structure (body structure)', [])}, + 'AppenzellGoatBreed': {'131616009': ('Appenzell goat breed', [7480])}, + 'AppenzellerDogBreed': {'132538002': ('Appenzeller dog breed', [7480])}, + 'Apple': {'422670003': ('Apple', [4012])}, + 'AppleProjection': {'422670003': ('Apple projection (qualifier value)', [])}, + 'ApproachViaTracheostomy': {'180640008': ('Approach via tracheostomy ' + '(qualifier value)', + [])}, + 'ApulianPigBreed': {'132097001': ('Apulian pig breed', [7480])}, + 'ApulianPodolianCattleBreed': {'131444003': ('Apulian Podolian cattle breed', + [7480])}, + 'AraappaloosaHorseBreed': {'131862004': ('AraAppaloosa horse breed', [7480])}, + 'ArabiSheepBreed': {'132810004': ('Arabi sheep breed', [7480])}, + 'ArabianHorse': {'54098002': ('Arabian horse (organism)', [])}, + 'ArabianHorseBreed': {'54098002': ('Arabian horse breed', [7480])}, + 'AracenaCattleBreed': {'133295007': ('Aracena cattle breed', [7480])}, + 'Arachnoid': {'75042008': ('Arachnoid', [7153, 9514, 7192, 7151])}, + 'ArachnoidStructure': {'75042008': ('Arachnoid structure (body structure)', + [])}, + 'AradoCattleBreed': {'131445002': ('Arado cattle breed', [7480])}, + 'ArapawaIslandGoatBreed': {'131609008': ('Arapawa Island goat breed', [7480])}, + 'ArapawaIslandPigBreed': {'132221002': ('Arapawa Island pig breed', [7480])}, + 'ArapawaIslandSheepBreed': {'132809009': ('Arapawa Island sheep breed', + [7480])}, + 'Arcelin': {'399218003': ('Arcelin', [4012])}, + 'ArcelinProjection': {'399218003': ('Arcelin projection (qualifier value)', + [])}, + 'ArchOfVertebra': {'40265002': ('Arch of vertebra', [6115])}, + 'ArchitecturalDistortionOfBreast': {'129792006': ('Architectural distortion ' + 'of breast', + [6056, + 6016, + 6015, + 6054, + 6014])}, + 'ArcuateArteryOfTheKidney': {'274231001': ('Arcuate Artery of the Kidney', + [12103, + 12115, + 9514, + 7192, + 7151, + 3827])}, + 'ArdennesHorseBreed': {'133116001': ('Ardennes horse breed', [7480])}, + 'Area': {'42798000': ('Area', + [12304, + 12257, + 7471, + 12260, + 12271, + 12267, + 12266, + 12270, + 12265, + 12253, + 12269, + 218, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 7469])}, + 'AreaOfDefinedRegion': {'131184002': ('Area of defined region', + [7471, 218, 7469])}, + 'AreaOfInternalAuditoryCanal': {'361078006': ('Area of internal auditory ' + 'canal (body structure)', + [])}, + 'ArgentineCriolloHorseBreed': {'131863009': ('Argentine Criollo horse breed', + [7480])}, + 'ArgentineDogoDogBreed': {'132392002': ('Argentine Dogo dog breed', [7480])}, + 'ArgentineFriesianCattleBreed': {'133296008': ('Argentine Friesian cattle ' + 'breed', + [7480])}, + 'ArgentinePoloPonyHorseBreed': {'131864003': ('Argentine Polo Pony horse ' + 'breed', + [7480])}, + 'AriégeoisDogBreed': {'132539005': ('Ariégeois dog breed', [7480])}, + 'AriégeoisPonyBreed': {'396488006': ('Ariégeois pony breed (organism)', [])}, + 'AriégeoisPonyHorseBreed': {'396488006': ('Ariégeois pony horse breed', + [7480])}, + 'ArmErgometer': {'429560009': ('Arm ergometer', [3203])}, + 'ArmErgometerDevice': {'429560009': ('Arm ergometer, device (physical object)', + [])}, + 'ArmantDogBreed': {'132467004': ('Armant dog breed', [7480])}, + 'ArmoricanCattleBreed': {'133297004': ('Armorican cattle breed', [7480])}, + 'ArouquesaCattleBreed': {'133298009': ('Arouquesa cattle breed', [7480])}, + 'Arrhythmia': {'44808001': ('Arrhythmia', + [3413, 3756, 12246, 3727, 3755, 3201, 3221]), + '698247007': ('Arrhythmia', [3700])}, + 'ArsiCattleBreed': {'133631006': ('Arsi cattle breed', [7480])}, + 'ArterialAneurysm': {'233981004': ('Arterial aneurysm (disorder)', [])}, + 'ArterialBloodStasis': {'408707005': ('Arterial Blood Stasis', [3494])}, + 'ArterialDissection': {'710864009': ('Arterial dissection', + [3413, 3810, 3754])}, + 'ArterialGraftToCitedSegment': {'128950003': ('Arterial graft to cited ' + 'segment', + [3019])}, + 'ArterialPressureWaveform': {'128446002': ('Arterial pressure waveform', + [3003])}, + 'ArterialStasis': {'408707005': ('Arterial stasis (finding)', [])}, + 'ArterialStructure': {'51114001': ('Arterial structure (body structure)', [])}, + 'ArterialSwitchOperation': {'174826008': ('Arterial switch operation', + [12247])}, + 'ArterialTrueAneurysm': {'233981004': ('Arterial (True) Aneurysm', [3491])}, + 'ArterialVelocity': {'252064005': ('Arterial velocity (observable entity)', + [])}, + 'Arteriolosclerosis': {'17941002': ('arteriolosclerosis', [3817])}, + 'ArteriolosclerosisWithFibrinoidNecrosis': {'32651000': ('Arteriolosclerosis ' + 'with fibrinoid ' + 'necrosis ' + '(morphologic ' + 'abnormality)', + [])}, + 'Arteriosclerosis': {'28960008': ('arteriosclerosis', [3817])}, + 'ArteriosclerosisWithFibrinoidNecrosis': {'32651000': ('arteriosclerosis with ' + 'fibrinoid necrosis', + [3817])}, + 'ArterioscleroticVascularDisease': {'72092001': ('arteriosclerotic vascular ' + 'disease', + [3805])}, + 'ArteriovenousFistula': {'128617001': ('arteriovenous fistula', [3810]), + '439470001': ('Arteriovenous Fistula', [12293])}, + 'ArteriovenousFistulaOfPulmonaryVessels': {'111289009': ('Arteriovenous ' + 'fistula of ' + 'pulmonary vessels ' + '(disorder)', + [])}, + 'Artery': {'51114001': ('Artery', + [3604, + 7191, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3630, + 7166])}, + 'ArtificialMenopauseState': {'31351009': ('Artificial menopause state', + [6086])}, + 'ArtificialRespiration': {'40617009': ('Artificial Respiration', [617, 618])}, + 'AsRequired': {'225761000': ('As required', [6091])}, + 'Ascending': {'79458005': ('Ascending', [5])}, + 'AscendingAorta': {'54247002': ('Ascending aorta', + [3604, + 6109, + 12305, + 6102, + 6117, + 3010, + 12291, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'AscendingAortaStructure': {'54247002': ('Ascending aorta structure (body ' + 'structure)', + [])}, + 'AscendingColon': {'9040008': ('Ascending colon', [6210])}, + 'AscendingColonStructure': {'9040008': ('Ascending colon structure (body ' + 'structure)', + [])}, + 'AsciticFluid': {'409615008': ('Ascitic fluid', [645])}, + 'AshantiDwarfPigBreed': {'133178006': ('Ashanti Dwarf pig breed', [7480])}, + 'AsianRace': {'413582008': ('Asian race', [6099])}, + 'Aspirate': {'119295008': ('Aspirate', [8103])}, + 'Aspiration': {'14766002': ('Aspiration', [8109])}, + 'AssessmentScales': {'273249006': ('Assessment scales (assessment scale)', + [])}, + 'AssociatedFinding': {'246090004': ('Associated finding (attribute)', [])}, + 'AssociatedMorphology': {'116676008': ('Associated morphology (attribute)', + [])}, + 'AssociatedProcedure': {'363589002': ('Associated procedure (attribute)', [])}, + 'AssociatedWith': {'47429007': ('Associated with (attribute)', [])}, + 'Asthenia': {'13791008': ('Asthenia (debility)', [3205])}, + 'Asthma': {'195967001': ('Asthma (disorder)', [64])}, + 'AstringentDrug': {'60533005': ('Astringent drug', [10])}, + 'Astrocytoma': {'38713004': ('Astrocytoma', [639, 638])}, + 'AstrocytomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'38713004': ('Astrocytoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'AsturianMountainCattleBreed': {'131563004': ('Asturian Mountain cattle breed', + [7480])}, + 'AsturianTarpanHorseXDomesticHorseBreed': {'132992005': ('Asturian tarpan ' + 'horse X domestic ' + 'horse breed', + [7480])}, + 'AsturianValleyCattleBreed': {'131564005': ('Asturian Valley cattle breed', + [7480])}, + 'AsymmetricBreastTissue': {'129790003': ('Asymmetric breast tissue', + [6017, 6016, 6054])}, + 'AsymmetricBreastTissueAnalysis': {'133889002': ('Asymmetric breast tissue ' + 'analysis', + [6043])}, + 'AsymmetricBreastTissueFinding': {'129790003': ('Asymmetric breast tissue ' + 'finding (finding)', + [])}, + 'AsynchronousInvolutionOfBreast': {'130963002': ('Asynchronous involution of ' + 'breast', + [6031, 6030])}, + 'Ataxia': {'20262006': ('Ataxia (finding)', [])}, + 'AtaxiaOrIncoordination': {'20262006': ('Ataxia or incoordination', [3205])}, + 'AtebrinFSStain': {'84656005': ('atebrin FS stain', [8112])}, + 'Atherectomy': {'6832004': ('Atherectomy', [3405, 9])}, + 'AtherectomyByLaser': {'76611008': ('Atherectomy by laser', [3405, 9])}, + 'AtherectomyByRotaryCutter': {'65659003': ('Atherectomy by rotary cutter', + [3405, 9])}, + 'AtherectomyDevice': {'102312002': ('Atherectomy device', + [4051, 7151, 8, 7193])}, + 'Atheroma': {'48434008': ('atheroma', [3817])}, + 'AtheroscleroticFibrousPlaque': {'20717008': ('atherosclerotic fibrous plaque', + [3817])}, + 'AtlantalAxialJoint': {'62555009': ('Atlantal-axial joint', [7483, 7482])}, + 'AtlantoOccipitalJoint': {'20292002': ('Atlanto-occipital joint', + [7483, 7482])}, + 'AtlantooccipitalJointStructure': {'20292002': ('Atlantooccipital joint ' + 'structure (body structure)', + [])}, + 'AtpadiMahalCattleBreed': {'133632004': ('Atpadi Mahal cattle breed', [7480])}, + 'AtrialArrhythmia': {'17366009': ('atrial arrhythmia', [3826])}, + 'AtrialEffectiveRefractoryPeriod': {'129087001': ('Atrial effective ' + 'refractory period ' + '(observable entity)', + [])}, + 'AtrialEffectiveRefractoryPeriodEvaluationOf': {'129087001': ('Atrial ' + 'Effective ' + 'Refractory ' + 'Period, ' + 'evaluation of', + [3254])}, + 'AtrialFibrillation': {'49436004': ('Atrial fibrillation', [3700, 3230])}, + 'AtrialInversionOperationUsingAtrialWall': {'174822005': ('Atrial inversion ' + 'operation using ' + 'atrial wall', + [12247])}, + 'AtrialPacing': {'69158002': ('atrial pacing', [3555])}, + 'AtrialPrematureContraction': {'284470004': ('Atrial premature contraction', + [3230])}, + 'AtrialSeptalDefect': {'70142008': ('Atrial Septal Defect', + [6113, + 3700, + 12236, + 6109, + 12284, + 6102, + 12249, + 3728, + 12244, + 9514, + 12248, + 7192, + 3610, + 7151, + 3630])}, + 'AtrialSeptalDefectRepair': {'112811009': ('Atrial septal defect repair', + [12247])}, + 'AtrialSeptalDefectWithEndocardialCushionDefectPartial': {'60732002': ('Atrial ' + 'septal ' + 'defect ' + 'with ' + 'endocardial ' + 'cushion ' + 'defect, ' + 'partial', + [12249, + 12248])}, + 'AtrialSeptalDefectWithEndocardialCushionDefectPartialType': {'60732002': ('Atrial ' + 'septal ' + 'defect ' + 'with ' + 'endocardial ' + 'cushion ' + 'defect, ' + 'partial ' + 'type ' + '(disorder)', + [])}, + 'AtrialStructure': {'59652004': ('Atrial structure (body structure)', [])}, + 'AtrialSystole': {'59972007': ('Atrial Systole', [12233])}, + 'AtrialSystoleAWave': {'59972007': ('Atrial Systole (A-wave)', [12307])}, + 'AtrialSystoleFunction': {'59972007': ('Atrial systole, function (observable ' + 'entity)', + [])}, + 'AtrialVein': {'195164009': ('Atrial Vein', [3839, 9514, 7192, 7151, 3827])}, + 'AtrioventricularBundle': {'345000': ('Atrioventricular bundle', [3011])}, + 'AtrioventricularBundleStructure': {'345000': ('Atrioventricular bundle ' + 'structure (body structure)', + [])}, + 'AtrioventricularNode': {'25943004': ('Atrioventricular node', [3011])}, + 'AtrioventricularSequentialPacing': {'371910005': ('Atrioventricular ' + 'sequential pacing ' + '(procedure)', + [])}, + 'AtrioventricularVein': {'195496005': ('Atrioventricular Vein', + [3839, 9514, 7192, 7151, 3827])}, + 'Atrium': {'59652004': ('Atrium', [6113, 6109, 6102, 9514, 7192, 7151, 4])}, + 'Atropine': {'349947003': ('Atropine', [4208]), + '73949004': ('Atropine', [3204, 10])}, + 'Attending': {'405279007': ('Attending', [7450, 7452])}, + 'AttendingPhysician': {'405279007': ('Attending physician (occupation)', [])}, + 'AtypicalAngina': {'371807002': ('Atypical Angina', [3202, 3220])}, + 'AtypicalAnginaVariantAngina': {'87343002': ('Atypical Angina, Variant Angina', + [3700])}, + 'AtypicalChestPain': {'102589003': ('Atypical chest pain', [3700])}, + 'AtypicalIntraductalHyperplasia': {'6660000': ('Atypical intraductal ' + 'hyperplasia', + [6030, 6032])}, + 'AtypicalLobularHyperplasia': {'33889003': ('Atypical lobular hyperplasia', + [6030, 6032])}, + 'AubracCattleBreed': {'131565006': ('Aubrac cattle breed', [7480])}, + 'Audiology': {'309914005': ('Audiology', [7030])}, + 'AudiologyDepartment': {'309914005': ('Audiology department (environment)', + [])}, + 'AuditoryRadiation': {'410726006': ('auditory radiation', [7702, 7710])}, + 'AugmentationMammoplasty': {'22890008': ('Augmentation mammoplasty', [6051])}, + 'AulieAtaCattleBreed': {'131566007': ('Aulie-Ata cattle breed', [7480])}, + 'Aunt': {'25211005': ('Aunt', [7450, 7451])}, + 'AuramineGStain': {'73251007': ('auramine G stain', [8112])}, + 'AuramineOStain': {'81397005': ('auramine O stain', [8112])}, + 'AuramineStain': {'255794000': ('auramine stain', [8112])}, + 'AureEtSaintGironsCattleBreed': {'133299001': ('Aure et Saint-Girons cattle ' + 'breed', + [7480])}, + 'AustralianBrafordCattleBreed': {'133704002': ('Australian Braford cattle ' + 'breed (organism)', + [])}, + 'AustralianBrafordXZebuCattleBreed': {'133704002': ('Australian Braford X ' + 'zebu cattle breed', + [7480])}, + 'AustralianBrumbyHorseBreed': {'133131005': ('Australian Brumby horse breed', + [7480])}, + 'AustralianCattleDog': {'11746005': ('Australian cattle dog', [7480])}, + 'AustralianFriesianSahiwalCattleBreed': {'133715007': ('Australian Friesian ' + 'Sahiwal cattle breed ' + '(organism)', + [])}, + 'AustralianFriesianSahiwalXZebuCattleBreed': {'133715007': ('Australian ' + 'Friesian Sahiwal ' + 'X zebu cattle ' + 'breed', + [7480])}, + 'AustralianGoatBreed': {'131608000': ('Australian goat breed', [7480])}, + 'AustralianGreyhoundDogBreed': {'132468009': ('Australian Greyhound dog breed', + [7480])}, + 'AustralianKelpieDogBreed': {'132541006': ('Australian Kelpie dog breed', + [7480])}, + 'AustralianLowlineCattleBreed': {'131567003': ('Australian Lowline cattle ' + 'breed', + [7480])}, + 'AustralianMilkingZebuCattleBreed': {'133748007': ('Australian Milking Zebu ' + 'cattle breed (organism)', + [])}, + 'AustralianMilkingZebuXZebuCattleBreed': {'133748007': ('Australian Milking ' + 'Zebu X zebu cattle ' + 'breed', + [7480])}, + 'AustralianMistCatBreed': {'132660007': ('Australian Mist cat breed', [7480])}, + 'AustralianPonyHorseBreed': {'131865002': ('Australian Pony horse breed', + [7480])}, + 'AustralianShepherdDogBreed': {'132521001': ('Australian Shepherd dog breed', + [7480])}, + 'AustralianShorthornCattleBreed': {'133472001': ('Australian Shorthorn cattle ' + 'breed', + [7480])}, + 'AustralianStockHorseHorseBreed': {'133132003': ('Australian Stock Horse ' + 'horse breed', + [7480])}, + 'AustralianTerrier': {'112491001': ('Australian terrier', [7480])}, + 'AustralianTerrierRoughCoatedDogBreed': {'132469001': ('Australian Terrier, ' + 'rough-coated dog ' + 'breed', + [7480])}, + 'AustralianTerrierSilkyDogBreed': {'132470000': ('Australian Terrier, silky ' + 'dog breed', + [7480])}, + 'AustralianWhiteCattleBreed': {'133300009': ('Australian White cattle breed', + [7480])}, + 'AustrianHoundDogBreed': {'132471001': ('Austrian Hound dog breed', [7480])}, + 'AustrianPinscherDogBreed': {'132408006': ('Austrian Pinscher dog breed', + [7480])}, + 'AustrianSimmentalCattleBreed': {'133301008': ('Austrian Simmental cattle ' + 'breed', + [7480])}, + 'AustrianSmoothHairedBrackeDogBreed': {'132472008': ('Austrian Smooth-Haired ' + 'Bracke dog breed', + [7480])}, + 'AustrianYellowCattleBreed': {'133302001': ('Austrian Yellow cattle breed', + [7480])}, + 'AutomaticImplantableCardiacDefibrillatorInSitu': {'443325000': ('Automatic ' + 'implantable ' + 'cardiac ' + 'defibrillator ' + 'in situ ' + '(finding)', + [])}, + 'AutonomicNerve': {'53520000': ('Autonomic nerve', [9514, 7192, 7151, 7167])}, + 'AutonomicNerveStructure': {'53520000': ('Autonomic nerve structure (body ' + 'structure)', + [])}, + 'AutonomousBreathing': {'45804006': ('autonomous breathing', [3823])}, + 'AutonomousBreathingFunction': {'45804006': ('Autonomous breathing, function ' + '(observable entity)', + [])}, + 'AuxoisHorseBreed': {'131866001': ('Auxois horse breed', [7480])}, + 'AveligneseHorseBreed': {'131867005': ('Avelignese horse breed', [7480])}, + 'AverageDiastolicBloodPressure': {'314453003': ('Average diastolic blood ' + 'pressure', + [3337, 3611])}, + 'AverageSystolicBloodPressure': {'314440001': ('Average systolic blood ' + 'pressure', + [3337, 3611])}, + 'Averaged': {'373098007': ('Averaged', [3676])}, + 'AveragedHemodynamicMeasurementMethod': {'128580001': ('Averaged hemodynamic ' + 'measurement method', + [3241])}, + 'AveragedHemodynamicMeasurementMethodRegimeTherapy': {'128580001': ('Averaged ' + 'hemodynamic ' + 'measurement ' + 'method ' + '(regime/therapy)', + [])}, + 'AvetonouCattleBreed': {'133303006': ('Avetonou cattle breed', [7480])}, + 'AvilenaBlackIberianCattleBreed': {'133305004': ('Avilena-Black Iberian ' + 'cattle breed', + [7480])}, + 'AvilenaCattleBreed': {'133304000': ('Avilena cattle breed', [7480])}, + 'AwassiSheepBreed': {'132808001': ('Awassi sheep breed', [7480])}, + 'AweilDinkaCattleBreed': {'131446001': ('Aweil Dinka cattle breed', [7480])}, + 'Axial': {'24422004': ('Axial', [2, 501, 26]), + '399061009': ('axial', [4010, 501])}, + 'AxialProjection': {'399061009': ('Axial projection (qualifier value)', [])}, + 'Axilla': {'91470000': ('Axilla', [9514, 7192, 7151, 4])}, + 'AxillaPositionOnMammogram': {'129791004': ('Axilla position on mammogram ' + '(finding)', + [])}, + 'AxillaRegion': {'129791004': ('Axilla region', [6019, 6018])}, + 'AxillaryAdenopathy': {'127189005': ('Axillary adenopathy', + [6056, 6016, 6015, 6054, 6014])}, + 'AxillaryArtery': {'67937003': ('Axillary Artery', + [3604, + 6109, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 12107, + 3827, + 4, + 3630])}, + 'AxillaryFascia': {'368536000': ('Axillary Fascia', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'AxillaryLymphNode': {'68171009': ('Axillary lymph node', + [6056, 6016, 7600, 6015, 6054, 6014])}, + 'AxillaryLymphNodeStructure': {'68171009': ('Axillary lymph node structure ' + '(body structure)', + [])}, + 'AxillaryLymphadenopathy': {'127189005': ('Axillary lymphadenopathy ' + '(disorder)', + [])}, + 'AxillaryRegionStructure': {'91470000': ('Axillary region structure (body ' + 'structure)', + [])}, + 'AxillaryTail': {'399011000': ('Axillary Tail', [4015])}, + 'AxillaryTailMammographyView': {'399011000': ('Axillary tail mammography view ' + '(qualifier value)', + [])}, + 'AxillaryTailPositionOnMammogram': {'129785001': ('Axillary tail position on ' + 'mammogram (finding)', + [])}, + 'AxillaryTailRegion': {'129785001': ('Axillary tail region', [6019, 6018])}, + 'AxillaryTissue': {'442580003': ('Axillary tissue', [4015])}, + 'AxillaryTissueMammographyView': {'442580003': ('Axillary tissue mammography ' + 'view (qualifier value)', + [])}, + 'AxillaryVein': {'68705008': ('Axillary vein', + [6109, + 12108, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'AxillaryVeinLymphNode': {'421624008': ('axillary vein lymph node', [7600])}, + 'AxisOfCylinder': {'251799001': ('Axis of cylinder (observable entity)', [])}, + 'AyrshireCattleBreed': {'8989009': ('Ayrshire cattle breed (organism)', [])}, + 'AyrshireCowBreed': {'8989009': ('Ayrshire cow breed', [7480])}, + 'AzaouakCattleBreed': {'133633009': ('Azaouak cattle breed', [7480])}, + 'Azaperone': {'96229001': ('Azaperone', [625, 623])}, + 'AzawakhDogBreed': {'132520000': ('Azawakh dog breed', [7480])}, + 'AzerbaijanHorseBreed': {'131868000': ('Azerbaijan horse breed', [7480])}, + 'AzerbaijanZebuCattleBreed': {'133634003': ('Azerbaijan Zebu cattle breed', + [7480])}, + 'AzoBlackStain': {'85066006': ('azo black stain', [8112])}, + 'AzocarmineGGXStain': {'76048000': ('azocarmine G (GX) stain', [8112])}, + 'AzophloxinStain': {'35609001': ('azophloxin stain', [8112])}, + 'AzoresHorseBreed': {'131869008': ('Azores horse breed', [7480])}, + 'AzorubinSStain': {'2159007': ('azorubin S stain', [8112])}, + 'AztecaHorseBreed': {'133118000': ('Azteca horse breed', [7480])}, + 'AzureAStain': {'16836001': ('azure A stain', [8112])}, + 'AzureBStain': {'8926000': ('azure B stain', [8112])}, + 'AzureCStain': {'11069001': ('azure C stain', [8112])}, + 'AzygosVein': {'72107004': ('Azygos vein', + [6109, + 3839, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'BBShotDevice': {'102378009': ('BB shot, device (qualifier value)', [])}, + 'BBShotLeadPellet': {'102378009': ('BB Shot (Lead Pellet)', + [7112, 6040, 6401, 7151, 7111, 7193])}, + 'BKB1PigBreed': {'132277000': ('BKB-1 pig breed', [7480])}, + 'BSIPigBreed': {'132342003': ('BSI pig breed', [7480])}, + 'BaXuyenPigBreed': {'132220001': ('Ba Xuyen pig breed', [7480])}, + 'BachaurCattleBreed': {'133595008': ('Bachaur cattle breed', [7480])}, + 'Back': {'77568009': ('Back', [9514, 7192, 7151, 4])}, + 'BackStructureExcludingNeck': {'77568009': ('Back structure, excluding neck ' + '(body structure)', + [])}, + 'BadenWurttemburgHorseBreed': {'132731005': ('Baden Wurttemburg horse breed', + [7480])}, + 'Baffle': {'128981007': ('Baffle', + [3604, + 3608, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'BaffleDevice': {'128981007': ('Baffle, device (physical object)', [])}, + 'BaggaraCattleBreed': {'133635002': ('Baggara cattle breed', [7480])}, + 'BagotGoatBreed': {'131620008': ('Bagot goat breed', [7480])}, + 'BahiaPigBreed': {'132162000': ('Bahia pig breed', [7480])}, + 'BahimaCattleBreed': {'131447005': ('Bahima cattle breed', [7480])}, + 'BakosiCattleBreed': {'133306003': ('Bakosi cattle breed', [7480])}, + 'BakosiPigBreed': {'133187002': ('Bakosi pig breed', [7480])}, + 'BakwiriCattleBreed': {'133307007': ('Bakwiri cattle breed', [7480])}, + 'BaladiCattleBreed': {'131429004': ('Baladi cattle breed (organism)', [])}, + 'BaladicattleCattleBreed': {'131429004': ('Baladicattle cattle breed', + [7480])}, + 'BalancedCoronaryDominance': {'253730009': ('Balanced Coronary Dominance', + [3710])}, + 'BalancedCoronarySystem': {'253730009': ('Balanced coronary system (disorder)', + [])}, + 'BaldingerSpottedPigBreed': {'132356001': ('Baldinger Spotted pig breed', + [7480])}, + 'BalearicHorseBreed': {'133140009': ('Balearic horse breed', [7480])}, + 'BaliHorseBreed': {'131870009': ('Bali horse breed', [7480])}, + 'BalikunHorseBreed': {'131871008': ('Balikun horse breed', [7480])}, + 'BalineseCat': {'3653002': ('Balinese cat', [7480])}, + 'BalinesePigBreed': {'133175009': ('Balinese pig breed', [7480])}, + 'BalkanHoundDogBreed': {'132473003': ('Balkan Hound dog breed', [7480])}, + 'BalkeProtocol': {'129097005': ('Balke protocol', [12001, 3261])}, + 'BalkhiSheepBreed': {'132804004': ('Balkhi sheep breed', [7480])}, + 'BaltaretPigBreed': {'132198008': ('Baltaret pig breed', [7480])}, + 'BalticBlackPiedCattleBreed': {'133308002': ('Baltic Black Pied cattle breed', + [7480])}, + 'BaluchiHorseBreed': {'133139007': ('Baluchi horse breed', [7480])}, + 'BaluchiSheepBreed': {'132861009': ('Baluchi sheep breed', [7480])}, + 'BalwenWelshMountainSheepBreed': {'132813002': ('Balwen Welsh Mountain sheep ' + 'breed', + [7480])}, + 'BamaxiangPigBreed': {'132315004': ('Bamaxiang pig breed', [7480])}, + 'BambaraCattleBreed': {'133752007': ('Bambara cattle breed (organism)', [])}, + 'BambaraXZebuCattleBreed': {'133752007': ('Bambara X zebu cattle breed', + [7480])}, + 'BambawaCattleBreed': {'133636001': ('Bambawa cattle breed', [7480])}, + 'BambeyCattleBreed': {'133763005': ('Bambey cattle breed (organism)', [])}, + 'BambeyXZebuCattleBreed': {'133763005': ('Bambey X zebu cattle breed', + [7480])}, + 'BameiPigBreed': {'132132006': ('Bamei pig breed', [7480])}, + 'BamiCattleBreed': {'133637005': ('Bami cattle breed', [7480])}, + 'BanEiHorseBreed': {'133137009': ('Ban-ei horse breed', [7480])}, + 'BanatWhitePigBreed': {'133197006': ('Banat White pig breed', [7480])}, + 'BanjaraGreyhoundDogBreed': {'132474009': ('Banjara greyhound dog breed', + [7480])}, + 'BankerHorseHorseBreed': {'131873006': ('Banker Horse horse breed', [7480])}, + 'BantuPigBreed': {'132227003': ('Bantu pig breed', [7480])}, + 'BanyoCattleBreed': {'133638000': ('Banyo cattle breed', [7480])}, + 'BaouleCattleBreed': {'133309005': ('Baoule cattle breed', [7480])}, + 'BapediCattleBreed': {'131448000': ('Bapedi cattle breed', [7480])}, + 'BarbHorseBreed': {'133136000': ('Barb horse breed', [7480])}, + 'BarbadoSheepBreed': {'132860005': ('Barbado sheep breed', [7480])}, + 'BarbadosBlackbellySheepBreed': {'132806002': ('Barbados Blackbelly sheep ' + 'breed', + [7480])}, + 'BarbadosSheep': {'25660007': ('Barbados sheep (organism)', [])}, + 'BarbadosSheepBreed': {'25660007': ('Barbados sheep breed', [7480])}, + 'BarbariGoatBreed': {'131645006': ('Barbari goat breed', [7480])}, + 'BarbetDogBreed': {'132533006': ('Barbet dog breed', [7480])}, + 'Barbiturate': {'372798009': ('Barbiturate', [621, 622])}, + 'BardigianoHorseBreed': {'131874000': ('Bardigiano horse breed', [7480])}, + 'BargurCattleBreed': {'133639008': ('Bargur cattle breed', [7480])}, + 'BariCattleBreed': {'133640005': ('Bari cattle breed', [7480])}, + 'BariaVietnamMadagascarCattleBreed': {'131449008': ('Baria ' + '(Vietnam/Madagascar) ' + 'cattle breed', + [7480])}, + 'Barium': {'39290007': ('Barium', [13, 300])}, + 'BariumSulfate': {'25419009': ('Barium Sulfate', [12, 3850])}, + 'BarkaCattleBreed': {'133596009': ('Barka cattle breed (organism)', [])}, + 'BarkaZebuCattleBreed': {'133596009': ('Barka zebu cattle breed', [7480])}, + 'BarotseCattleBreed': {'131450008': ('Barotse cattle breed', [7480])}, + 'BarraDoCuanzoCattleBreed': {'131451007': ('Barra do Cuanzo cattle breed', + [7480])}, + 'BarrosaCattleBreed': {'133310000': ('Barrosa cattle breed', [7480])}, + 'BarrosoCattleBreed': {'133311001': ('Barroso cattle breed', [7480])}, + 'BarzonaCattleBreed': {'131568008': ('Barzona cattle breed', [7480])}, + 'Basal': {'57195005': ('Basal', [6125, 6124, 2])}, + 'BasalAnteriorFibromuscularStromaOfProstate': {'716891004': ('Basal anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6303, 6300])}, + 'BaseOfTongue': {'47975008': ('base of tongue', [7601])}, + 'BaselineState': {'128974000': ('Baseline state', [3262, 3602])}, + 'Basenji': {'47659007': ('Basenji', [7480])}, + 'BashiCattleBreed': {'131452000': ('Bashi cattle breed', [7480])}, + 'BashkirCurlyHorseBreed': {'133134002': ('Bashkir Curly horse breed', [7480])}, + 'BashkirHorseBreed': {'133135001': ('Bashkir horse breed', [7480])}, + 'BasilarArtery': {'59011009': ('basilar artery', + [3604, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630, + 12106])}, + 'BasilicVein': {'19715009': ('Basilic vein', + [12108, + 12103, + 9514, + 7192, + 7151, + 3827, + 3630, + 3607])}, + 'BasqueBlackPiedPigBreed': {'132122004': ('Basque Black Pied pig breed', + [7480])}, + 'BassetArtésianNormandDogBreed': {'132517008': ('Basset Artésian Normand dog ' + 'breed', + [7480])}, + 'BassetBleuDeGascogneDogBreed': {'132414004': ('Basset Bleu de Gascogne dog ' + 'breed', + [7480])}, + 'BassetFauveDeBretagneDogBreed': {'132397008': ('Basset Fauve de Bretagne dog ' + 'breed', + [7480])}, + 'BassetGriffonVendéenDogBreed': {'132412000': ('Basset Griffon Vendéen dog ' + 'breed', + [7480])}, + 'BassetHound': {'41320000': ('Basset hound', [7480])}, + 'BasutoCattleBreed': {'131453005': ('Basuto cattle breed', [7480])}, + 'BasutoPonyHorseBreed': {'133133008': ('Basuto Pony horse breed', [7480])}, + 'BatakHorseBreed': {'131875004': ('Batak horse breed', [7480])}, + 'BatanesBlackCattleBreed': {'133764004': ('Batanes Black cattle breed ' + '(organism)', + [])}, + 'BatanesBlackXZebuCattleBreed': {'133764004': ('Batanes Black X zebu cattle ' + 'breed', + [7480])}, + 'BatangasCattleBreed': {'131454004': ('Batangas cattle breed', [7480])}, + 'BatardDogBreed': {'132413005': ('Batard dog breed', [7480])}, + 'BauerChromicAcidLeucofuchsinStain': {'406982003': ("bauer's chromic acid " + 'leucofuchsin stain', + [8112])}, + 'BavarianForestSheepBreed': {'132805003': ('Bavarian Forest sheep breed', + [7480])}, + 'BavarianMountainHoundDogBreed': {'132518003': ('Bavarian Mountain Hound dog ' + 'breed', + [7480])}, + 'BavarianWarmbloodHorseBreed': {'131876003': ('Bavarian Warmblood horse breed', + [7480])}, + 'BavendaCattleBreed': {'131455003': ('Bavenda cattle breed', [7480])}, + 'BazadaisCattleBreed': {'131569000': ('Bazadais cattle breed', [7480])}, + 'BaznaPigBreed': {'133198001': ('Bazna pig breed', [7480])}, + 'Beagle': {'44696006': ('Beagle', [7480])}, + 'BeagleElizabethanDogBreed': {'132529004': ('Beagle, Elizabethan dog breed', + [7480])}, + 'BeagleHarrierDogBreed': {'132401000': ('Beagle Harrier dog breed', [7480])}, + 'BeagleRoughDogBreed': {'132381003': ('Beagle, Rough dog breed', [7480])}, + 'BeagleSmoothDogBreed': {'132380002': ('Beagle, Smooth dog breed', [7480])}, + 'BeagleStandardDogBreed': {'132475005': ('Beagle, Standard dog breed', + [7480])}, + 'BeardedCollie': {'75911001': ('Bearded collie (organism)', [])}, + 'BeardedCollieDogBreed': {'75911001': ('Bearded collie dog breed', [7480])}, + 'BearnaisCattleBreed': {'133312008': ('Bearnais cattle breed', [7480])}, + 'BeauceronDogBreed': {'132519006': ('Beauceron dog breed', [7480])}, + 'Beclere': {'399263002': ('Beclere', [4012])}, + 'BeclereProjection': {'399263002': ('Beclere projection (qualifier value)', + [])}, + 'BedlingtonTerrier': {'1514007': ('Bedlington terrier', [7480])}, + 'BeefShorthornCattleBreed': {'133313003': ('Beef shorthorn cattle breed', + [7480])}, + 'BeefSyntheticCattleBreed': {'133314009': ('Beef synthetic cattle breed', + [7480])}, + 'BeefmakerCattleBreed': {'131570004': ('Beefmaker cattle breed', [7480])}, + 'BeetalGoatBreed': {'131659004': ('Beetal goat breed', [7480])}, + 'Before': {'272113006': ('Before', [3600])}, + 'BeforeMenopause': {'309606002': ('Before menopause', [6086])}, + 'BeforeProcedure': {'307153007': ('Before procedure', + [631, 12102, 633, 61, 12002])}, + 'BeforeValues': {'272113006': ('Before values (qualifier value)', [])}, + 'BeijingBlackPiedCattleBreed': {'133315005': ('Beijing Black Pied cattle ' + 'breed', + [7480])}, + 'BeijingBlackPigBreed': {'132143003': ('Beijing Black pig breed', [7480])}, + 'BeiroaCattleBreed': {'133316006': ('Beiroa cattle breed', [7480])}, + 'BejaCattleBreed': {'131456002': ('Beja cattle breed', [7480])}, + 'BelarusRedCattleBreed': {'131571000': ('Belarus Red cattle breed', [7480])}, + 'BelgianArdennaisHorseBreed': {'131877007': ('Belgian Ardennais horse breed', + [7480])}, + 'BelgianBlackPiedHolsteinCattleBreed': {'133317002': ('Belgian Black Pied ' + 'Holstein cattle breed', + [7480])}, + 'BelgianBlackPiedHolsteincattleBreed': {'133317002': ('Belgian Black Pied ' + 'Holsteincattle breed ' + '(organism)', + [])}, + 'BelgianBlueCattleBreed': {'131572007': ('Belgian Blue cattle breed', [7480])}, + 'BelgianGriffonDogBreed': {'132527002': ('Belgian Griffon dog breed', [7480])}, + 'BelgianGriffonRoughDogBreed': {'132382005': ('Belgian Griffon, Rough dog ' + 'breed', + [7480])}, + 'BelgianGriffonSmoothDogBreed': {'132383000': ('Belgian Griffon, Smooth dog ' + 'breed', + [7480])}, + 'BelgianGroenendaelDog': {'74536009': ('Belgian groenendael dog', [7480])}, + 'BelgianHalfbloodHorseBreed': {'131878002': ('Belgian Halfblood horse breed', + [7480])}, + 'BelgianHorse': {'22720009': ('Belgian horse (organism)', [])}, + 'BelgianHorseBreed': {'22720009': ('Belgian horse breed', [7480])}, + 'BelgianLaekenDog': {'76554006': ('Belgian laeken dog', [7480])}, + 'BelgianLandraceBNPigBreed': {'132087005': ('Belgian Landrace, BN pig breed', + [7480])}, + 'BelgianMalinoisDog': {'37116003': ('Belgian malinois dog', [7480])}, + 'BelgianRedCattleBreed': {'131573002': ('Belgian Red cattle breed', [7480])}, + 'BelgianRedPiedCattleBreed': {'133318007': ('Belgian Red Pied cattle breed', + [7480])}, + 'BelgianSheepdog': {'85144002': ('Belgian sheepdog', [7480])}, + 'BelgianStreetDogBreed': {'132385007': ('Belgian Street Dog breed', [7480])}, + 'BelgianTervurenDog': {'27444002': ('Belgian tervuren dog', [7480])}, + 'BelgianWarmbloodHorseBreed': {'131879005': ('Belgian Warmblood horse breed', + [7480])}, + 'BelgianWhiteAndRedCattleBreed': {'133319004': ('Belgian White and Red cattle ' + 'breed', + [7480])}, + 'BelgianWolfhoundDogBreed': {'132522008': ('Belgian Wolfhound dog breed', + [7480])}, + 'BelgiumLandracePig': {'10261003': ('Belgium landrace pig (organism)', [])}, + 'BelgiumLandracePigBreed': {'10261003': ('Belgium landrace pig breed', + [7480])}, + 'BelmontAdaptaurCattleBreed': {'131574008': ('Belmont Adaptaur cattle breed', + [7480])}, + 'BelmontRedCattleBreed': {'131430009': ('Belmont Red cattle breed', [7480])}, + 'BelorusBlackPiedPigBreed': {'132278005': ('Belorus Black Pied pig breed', + [7480])}, + 'BeltedGallowayCattleBreed': {'13544004': ('Belted Galloway cattle breed ' + '(organism)', + [])}, + 'BeltedGallowayCowBreed': {'13544004': ('Belted Galloway cow breed', [7480])}, + 'BeltedWelshCattleBreed': {'133320005': ('Belted Welsh cattle breed', [7480])}, + 'BeltsvillePig': {'48394005': ('Beltsville pig (organism)', [])}, + 'BeltsvillePigBreed': {'48394005': ('Beltsville pig breed', [7480])}, + 'BenadirGoatBreed': {'131657002': ('Benadir goat breed', [7480])}, + 'BengalCatBreed': {'132661006': ('Bengal cat breed', [7480])}, + 'BengaliCattleBreed': {'133597000': ('Bengali cattle breed', [7480])}, + 'Benign': {'30807003': ('Benign', [6063])}, + 'BenignNeoplasmOfNippleOfFemaleBreast': {'92248004': ('Benign neoplasm of ' + 'nipple of female ' + 'breast (disorder)', + [])}, + 'BenignNeoplasmOfNippleOfFemaleBreastNippleAdenoma': {'92248004': ('Benign ' + 'neoplasm ' + 'of nipple ' + 'of female ' + 'breast ' + '(Nipple ' + 'adenoma)', + [6031, + 6030])}, + 'BentheimBlackPiedPigBreed': {'132355002': ('Bentheim Black Pied pig breed', + [7480])}, + 'BentheimerLandschafSheepBreed': {'132859000': ('Bentheimer Landschaf sheep ' + 'breed', + [7480])}, + 'BenzoFastScarletStain': {'27844007': ('benzo fast scarlet stain', [8112])}, + 'Benzodiazepine': {'372664007': ('Benzodiazepine', [621, 622])}, + 'BenzodiazepineAntagonist': {'372906009': ('Benzodiazepine antagonist', + [621, 622])}, + 'BergamascaSheepBreed': {'132681007': ('Bergamasca sheep breed', [7480])}, + 'BergamascoDogBreed': {'132523003': ('Bergamasco dog breed', [7480])}, + 'BergerDePicardDogBreed': {'132524009': ('Berger de Picard dog breed', + [7480])}, + 'BergerDePyreneesDogBreed': {'132525005': ('Berger de Pyrenees dog breed', + [7480])}, + 'BergerDuLanguedocDogBreed': {'132453008': ('Berger du Languedoc dog breed', + [7480])}, + 'BergerShetlandDogBreed': {'132640004': ('Berger Shetland dog breed', [7480])}, + 'BerkshirePig': {'112489009': ('Berkshire pig (organism)', [])}, + 'BerkshirePigBreed': {'112489009': ('Berkshire pig breed', [7480])}, + 'BerneseHoundDogBreed': {'132386008': ('Bernese Hound dog breed', [7480])}, + 'BerneseMountainDog': {'33458006': ('Bernese mountain dog', [7480])}, + 'BerrendasCattleBreed': {'131575009': ('Berrendas cattle breed', [7480])}, + 'Bertel': {'399362005': ('Bertel', [4012])}, + 'BertelProjection': {'399362005': ('Bertel projection (qualifier value)', [])}, + 'BestCorrectedVisualAcuity': {'419775003': ('Best Corrected Visual Acuity', + [4216])}, + 'BestValue': {'371912002': ('Best value', [3627])}, + 'BestValueNumericEstimationTechnique': {'371912002': ('Best value - numeric ' + 'estimation technique ' + '(qualifier value)', + [])}, + 'BestuzhevCattleBreed': {'133321009': ('Bestuzhev cattle breed', [7480])}, + 'BetaAdrenergicBlockingAgent': {'33252009': ('beta-Adrenergic blocking agent', + [10])}, + 'BetaBlocker': {'33252009': ('Beta blocker', [3760]), + '373254001': ('Beta-blocker', [621, 622])}, + 'BetaBlockingAgent': {'33252009': ('beta-Blocking agent (product)', []), + '373254001': ('beta-Blocking agent (substance)', [])}, + 'BetaGlucuronidaseStain': {'255795004': ('beta-glucuronidase stain', [8112])}, + 'BetaLactamAntibiotic': {'373297006': ('Beta-Lactam antibiotic', [621, 622])}, + 'BetizuakCattleBreed': {'133322002': ('Betizuak cattle breed', [7480])}, + 'BeulahSpeckledFaceSheepBreed': {'131716003': ('Beulah Speckled-Face sheep ' + 'breed', + [7480])}, + 'BhagnariCattleBreed': {'133598005': ('Bhagnari cattle breed', [7480])}, + 'BhirumPonyHorseBreed': {'133123000': ('Bhirum Pony horse breed', [7480])}, + 'BhujGoatBreed': {'131655005': ('Bhuj goat breed', [7480])}, + 'BhutiaHorseBreed': {'131880008': ('Bhutia horse breed', [7480])}, + 'BibrikSheepBreed': {'131704009': ('Bibrik sheep breed', [7480])}, + 'BichonTeneriffeDogBreed': {'132371002': ('Bichon Teneriffe dog breed', + [7480])}, + 'BichonsFriseDog': {'41538003': ('Bichons frise dog', [7480])}, + 'BicycleErgometer': {'739006': ('Bicycle ergometer', [3203])}, + 'BicycleErgometerDevice': {'739006': ('Bicycle ergometer, device (physical ' + 'object)', + [])}, + 'BidirectionalGlennShuntProcedureOfLeftSuperiorVenaCava': {'443989003': ('Bidirectional ' + 'Glenn ' + 'shunt ' + 'procedure ' + 'of ' + 'left ' + 'superior ' + 'vena ' + 'cava ' + '(procedure)', + [])}, + 'BidirectionalGlennShuntProcedureOfRightSuperiorVenaCava': {'444034006': ('Bidirectional ' + 'Glenn ' + 'shunt ' + 'procedure ' + 'of ' + 'right ' + 'superior ' + 'vena ' + 'cava ' + '(procedure)', + [])}, + 'BiebrichScarletStain': {'76605005': ('biebrich scarlet stain', [8112])}, + 'BielleseSheepBreed': {'131788009': ('Biellese sheep breed', [7480])}, + 'BifascicularBlock': {'74021003': ('Bifascicular Block', [3230])}, + 'Bifurcation': {'371894001': ('Bifurcation', [3712])}, + 'BifurcationLesionOfCoronaryArtery': {'371894001': ('Bifurcation lesion of ' + 'coronary artery ' + '(disorder)', + [])}, + 'Bilateral': {'51440002': ('Bilateral', [211, 2, 245, 244])}, + 'Bile': {'70150004': ('Bile', [7197, 7151])}, + 'BileAcidSequestrant': {'83750004': ('Bile acid sequestrant', [3761])}, + 'BileAcidSequestrantAntilipemicAgent': {'83750004': ('Bile acid sequestrant ' + 'antilipemic agent ' + '(product)', + [])}, + 'BileDuct': {'28273000': ('Bile duct', + [4030, + 4031, + 4040, + 7154, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'BileDuctStructure': {'28273000': ('Bile duct structure (body structure)', + [])}, + 'BillyDogBreed': {'132526006': ('Billy dog breed', [7480])}, + 'BimalCattleBreed': {'133641009': ('Bimal cattle breed', [7480])}, + 'BiohazardousMaterial': {'409595003': ('Biohazardous material', [602])}, + 'Biopsy': {'86273004': ('Biopsy', [8109, 9])}, + 'BiosafetyLevel1': {'409600007': ('Biosafety level 1', [601])}, + 'BiosafetyLevel2': {'409603009': ('Biosafety level 2', [601])}, + 'BiosafetyLevel3': {'409604003': ('Biosafety level 3', [601])}, + 'BiosafetyLevel4': {'409605002': ('Biosafety level 4', [601])}, + 'BirmanCat': {'43219001': ('Birman cat', [7480])}, + 'BisaroPigBreed': {'132174001': ('Bisaro pig breed', [7480])}, + 'BismarkBrownRStain': {'44488008': ('bismark brown R stain', [8112])}, + 'BismarkBrownYStain': {'85190005': ('bismark brown Y stain', [8112])}, + 'Bismuth': {'23172004': ('Bismuth', [300])}, + 'BisonBisonXBosTaurusHybrid': {'425181009': ('Bison bison X Bos taurus hybrid ' + '(organism)', + [])}, + 'BisonBisonXSimmentalHybrid': {'424705003': ('Bison bison X Simmental hybrid', + [7480])}, + 'BisonBisonXSimmentalHybridCattleBreed': {'424705003': ('Bison bison X ' + 'Simmental hybrid ' + 'cattle breed ' + '(organism)', + [])}, + 'BiteBlock': {'228745001': ('Bite block', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'BizanianHoundDogBreed': {'132372009': ('Bizanian Hound dog breed', [7480])}, + 'BlackAndTanCoonhound': {'45561005': ('Black and tan coonhound (organism)', + [])}, + 'BlackAndTanCoonhoundDogBreed': {'45561005': ('Black and tan coonhound dog ' + 'breed', + [7480])}, + 'BlackAngusCattleBreed': {'409905004': ('Black Angus cattle breed (organism)', + [])}, + 'BlackAngusCowBreed': {'409905004': ('Black Angus cow breed', [7480])}, + 'BlackBaldyCattleBreed': {'133323007': ('Black Baldy cattle breed', [7480])}, + 'BlackCockerSpaniel': {'82206008': ('Black cocker spaniel (organism)', [])}, + 'BlackCockerSpanielDogBreed': {'82206008': ('Black cocker spaniel dog breed', + [7480])}, + 'BlackColor': {'371252007': ('Black color', [6067])}, + 'BlackFacedHighlandSheep': {'65187008': ('Black faced Highland sheep ' + '(organism)', + [])}, + 'BlackFacedHighlandSheepBreed': {'65187008': ('Black faced Highland sheep ' + 'breed', + [7480])}, + 'BlackForestCattleBreed': {'133324001': ('Black Forest cattle breed ' + '(organism)', + [])}, + 'BlackForestHoundDogBreed': {'132550008': ('Black Forest Hound dog breed', + [7480])}, + 'BlackForrestCattleBreed': {'133324001': ('Black Forrest cattle breed', + [7480])}, + 'BlackGrisonneGoatBreed': {'131684001': ('Black Grisonne goat breed', [7480])}, + 'BlackHairlessPigBreed': {'132175000': ('Black Hairless pig breed', [7480])}, + 'BlackHampshirePigBreed': {'132043001': ('Black Hampshire pig breed', [7480])}, + 'BlackIberianCattleBreed': {'133325000': ('Black Iberian cattle breed', + [7480])}, + 'BlackMangalitsaPigBreed': {'132176004': ('Black Mangalitsa pig breed', + [7480])}, + 'BlackMouthCurDogBreed': {'132568006': ('Black Mouth Cur dog breed', [7480])}, + 'BlackRussianTerrierDogBreed': {'132535004': ('Black Russian Terrier dog ' + 'breed', + [7480])}, + 'BlackSeaHorseHorseBreed': {'131881007': ('Black Sea Horse horse breed', + [7480])}, + 'BlackSlavonianPigBreed': {'133204003': ('Black Slavonian pig breed', [7480])}, + 'BlackWelshCattleBreed': {'28744004': ('Black Welsh cattle breed (organism)', + [])}, + 'BlackWelshCowBreed': {'28744004': ('Black Welsh cow breed', [7480])}, + 'BlackWelshMountainSheepBreed': {'131706006': ('Black Welsh Mountain Sheep ' + 'breed', + [7480])}, + 'BlackettHealy': {'399246001': ('Blackett-Healy', [4012])}, + 'BlackettHealyProjection': {'399246001': ('Blackett-Healy projection ' + '(qualifier value)', + [])}, + 'BlackheadPersianSheepBreed': {'131707002': ('Blackhead Persian sheep breed', + [7480])}, + 'BlacksidedTrondheimAndNorlandCattleBreed': {'131576005': ('Blacksided ' + 'Trondheim and ' + 'Norland cattle ' + 'breed', + [7480])}, + 'Bladder': {'89837001': ('Bladder', + [4030, + 4031, + 7483, + 7482, + 4040, + 10060, + 6204, + 4042, + 9514, + 7160, + 7192, + 7151, + 6202, + 4, + 4009, + 10044])}, + 'BladderAndUrethra': {'110837003': ('Bladder and urethra', + [4040, 9514, 7192, 7151, 4])}, + 'BlalockTaussigShuntPulmonarySubclavianArteryAnastomosis': {'13662000': ('Blalock-Taussig ' + 'shunt, ' + 'pulmonary-subclavian ' + 'artery ' + 'anastomosis', + [12247])}, + 'BlancDeBouscatRabbitBreed': {'132888004': ('Blanc de Bouscat rabbit breed', + [7480])}, + 'BlancaAndaluzaGoatBreed': {'131681009': ('Blanca Andaluza goat breed', + [7480])}, + 'BlancaCeltibericaGoatBreed': {'131682002': ('Blanca Celtiberica goat breed', + [7480])}, + 'BlancoOrejinegroCattleBreed': {'131577001': ('Blanco Orejinegro cattle breed', + [7480])}, + 'Bleeding': {'50960005': ('Bleeding', [3413, 3754])}, + 'BleuDuMaineSheepBreed': {'131708007': ('Bleu du Maine sheep breed', [7480])}, + 'BlockSectioning': {'434472006': ('Block sectioning', [8110])}, + 'BlockStepSectioning': {'434475008': ('Block step sectioning', [8110])}, + 'BlockSurfaceRecut': {'434474007': ('Block surface recut', [8110])}, + 'BlondeDAquitaine': {'62153005': ("Blonde d'Aquitaine (organism)", [])}, + 'BlondeDAquitaineCowBreed': {'62153005': ("Blonde d'Aquitaine cow breed", + [7480])}, + 'BlondeDuCapBonCattleBreed': {'131458001': ('Blonde-du Cap Bon cattle breed', + [7480])}, + 'Blood': {'87612001': ('Blood', [7191, 7151, 7166])}, + 'BloodClot': {'75753009': ('Blood clot', [7159, 7194, 7151])}, + 'BloodPressure': {'75367002': ('Blood Pressure', + [12304, + 12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'BloodPressureCuffMethod': {'371911009': ('Blood pressure cuff method', + [3560])}, + 'BloodProduct': {'410652009': ('Blood product', [621, 622])}, + 'BloodSamplingFromExtracorporealBloodCircuit': {'243776001': ('blood sampling ' + 'from ' + 'extracorporeal ' + 'blood circuit', + [3515])}, + 'BloodVessel': {'59820001': ('Blood vessel', + [7191, + 7155, + 6204, + 9514, + 7192, + 7151, + 6202, + 7166])}, + 'BloodVesselStructure': {'59820001': ('Blood vessel structure (body ' + 'structure)', + [])}, + 'Bloodhound': {'81529001': ('Bloodhound', [7480])}, + 'BloodhoundSouthernHoundDogBreed': {'132374005': ('Bloodhound, Southern Hound ' + 'dog breed', + [7480])}, + 'BloodhoundStHubertDogBreed': {'132373004': ('Bloodhound, St. Hubert dog ' + 'breed', + [7480])}, + 'BloodyNippleDischarge': {'290113009': ('Bloody nipple discharge', [6055])}, + 'Blue': {'405738005': ('Blue', [4206, 4255, 8122])}, + 'BlueColor': {'405738005': ('Blue color (qualifier value)', [])}, + 'BlueGreenColor': {'405739002': ('Blue green color (qualifier value)', [])}, + 'BlueGreenOpticalFilter': {'422915004': ('Blue-green optical filter', [4204])}, + 'BlueOpticalFilter': {'445084008': ('Blue optical filter', [8124, 4204])}, + 'BlueOpticalFilterOfOpticalMicroscope': {'445084008': ('Blue optical filter ' + 'of optical microscope ' + '(physical object)', + [])}, + 'BlueShadeEosinStain': {'1346008': ('blue shade eosin stain', [8112])}, + 'BlueTickCoonhound': {'55959002': ('Blue tick coonhound (organism)', [])}, + 'BlueTickCoonhoundDogBreed': {'55959002': ('Blue tick coonhound dog breed', + [7480])}, + 'BluefacedLeicesterSheepBreed': {'131709004': ('Bluefaced Leicester sheep ' + 'breed', + [7480])}, + 'Blunted': {'428247006': ('blunted', [3211, 3210])}, + 'BoXuPigBreed': {'133164005': ('Bo Xu pig breed', [7480])}, + 'BoarPowerPig': {'74899005': ('Boar power pig (organism)', [])}, + 'BoarPowerPig141': {'68512002': ('Boar power pig 141 (organism)', [])}, + 'BoarPowerPig141PigBreed': {'68512002': ('Boar power pig 141 pig breed', + [7480])}, + 'BoarPowerPig161': {'74970001': ('Boar power pig 161 (organism)', [])}, + 'BoarPowerPig161PigBreed': {'74970001': ('Boar power pig 161 pig breed', + [7480])}, + 'BoarPowerPig27': {'76364003': ('Boar power pig 27 (organism)', [])}, + 'BoarPowerPig27PigBreed': {'76364003': ('Boar power pig 27 pig breed', + [7480])}, + 'BoarPowerPig282': {'87061000': ('Boar power pig 282 (organism)', [])}, + 'BoarPowerPig282PigBreed': {'87061000': ('Boar power pig 282 pig breed', + [7480])}, + 'BoarPowerPig292': {'56084008': ('Boar power pig 292 (organism)', [])}, + 'BoarPowerPig292PigBreed': {'56084008': ('Boar power pig 292 pig breed', + [7480])}, + 'BoarPowerPig414': {'24319000': ('Boar power pig 414 (organism)', [])}, + 'BoarPowerPig414PigBreed': {'24319000': ('Boar power pig 414 pig breed', + [7480])}, + 'BoarPowerPig454': {'43500007': ('Boar power pig 454 (organism)', [])}, + 'BoarPowerPig454PigBreed': {'43500007': ('Boar power pig 454 pig breed', + [7480])}, + 'BoarPowerPig474': {'84315000': ('Boar power pig 474 (organism)', [])}, + 'BoarPowerPig474PigBreed': {'84315000': ('Boar power pig 474 pig breed', + [7480])}, + 'BoarPowerPig48': {'32297006': ('Boar power pig 48 (organism)', [])}, + 'BoarPowerPig48PigBreed': {'32297006': ('Boar power pig 48 pig breed', + [7480])}, + 'BoarPowerPig545': {'61036003': ('Boar power pig 545 (organism)', [])}, + 'BoarPowerPig545PigBreed': {'61036003': ('Boar power pig 545 pig breed', + [7480])}, + 'BoarPowerPig565': {'29223008': ('Boar power pig 565 (organism)', [])}, + 'BoarPowerPig565PigBreed': {'29223008': ('Boar power pig 565 pig breed', + [7480])}, + 'BoarPowerPig59': {'53431006': ('Boar power pig 59 (organism)', [])}, + 'BoarPowerPig59PigBreed': {'53431006': ('Boar power pig 59 pig breed', + [7480])}, + 'BoarPowerPig616': {'33212007': ('Boar power pig 616 (organism)', [])}, + 'BoarPowerPig616PigBreed': {'33212007': ('Boar power pig 616 pig breed', + [7480])}, + 'BoarPowerPig656': {'48470006': ('Boar power pig 656 (organism)', [])}, + 'BoarPowerPig656PigBreed': {'48470006': ('Boar power pig 656 pig breed', + [7480])}, + 'BoarPowerPig72': {'18212001': ('Boar power pig 72 (organism)', [])}, + 'BoarPowerPig72PigBreed': {'18212001': ('Boar power pig 72 pig breed', + [7480])}, + 'BoarPowerPig747': {'84081007': ('Boar power pig 747 (organism)', [])}, + 'BoarPowerPig747PigBreed': {'84081007': ('Boar power pig 747 pig breed', + [7480])}, + 'BoarPowerPig828': {'34595003': ('Boar power pig 828 (organism)', [])}, + 'BoarPowerPig828PigBreed': {'34595003': ('Boar power pig 828 pig breed', + [7480])}, + 'BoarPowerPig84': {'30720007': ('Boar power pig 84 (organism)', [])}, + 'BoarPowerPig84PigBreed': {'30720007': ('Boar power pig 84 pig breed', + [7480])}, + 'BoarPowerPig929': {'25856007': ('Boar power pig 929 (organism)', [])}, + 'BoarPowerPig929PigBreed': {'25856007': ('Boar power pig 929 pig breed', + [7480])}, + 'BoarPowerPigBreed': {'74899005': ('Boar power pig breed', [7480])}, + 'Bodmin950PigBreed': {'132217009': ('Bodmin 950 pig breed', [7480])}, + 'BodyConduit': {'91830000': ('Body conduit', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'BodyFat': {'248300009': ('Body fat', [7191, 7151, 7166])}, + 'BodyFatObservable': {'248300009': ('Body fat observable (observable entity)', + [])}, + 'BodyFluid': {'32457005': ('Body fluid', [7197, 7151])}, + 'BodyFluidSample': {'309051001': ('Body fluid sample', [8103])}, + 'BodyMassIndex': {'60621009': ('Body mass index (observable entity)', [])}, + 'BodyOfSternum': {'52509009': ('Body of sternum', [6115])}, + 'BodyOrganStructure': {'113343008': ('Body organ structure (body structure)', + [])}, + 'BodyPartStructure': {'38866009': ('Body part structure (body structure)', + [])}, + 'BodyReferencePointMarker': {'706484002': ('Body reference point marker', + [7110])}, + 'BodyStructure': {'123037004': ('Body structure (body structure)', [])}, + 'BodySubstance': {'91720002': ('Body Substance', [7150])}, + 'BodySubstanceSample': {'309050000': ('Body substance sample', [8103])}, + 'BodySurfacePoint': {'183973000': ('Body surface point', [7110])}, + 'BodyTissueStructure': {'85756007': ('Body tissue structure (body structure)', + [])}, + 'BoerGoatBreed': {'131656006': ('Boer goat breed', [7480])}, + 'BoerboelDogBreed': {'416840006': ('Boerboel dog breed', [7480])}, + 'BolivianPigBreed': {'132168001': ('Bolivian pig breed', [7480])}, + 'BologneseDogBreed': {'132560004': ('Bolognese dog breed', [7480])}, + 'BombayCat': {'16528000': ('Bombay cat', [7480])}, + 'BondSheepBreed': {'131710009': ('Bond sheep breed', [7480])}, + 'Bone': {'272673000': ('Bone', [7191, 6204, 645, 7151, 6202, 7166])}, + 'BoneFormationFunction': {'83323007': ('Bone formation, function (observable ' + 'entity)', + [])}, + 'BoneMarrow': {'14016003': ('Bone Marrow', [10060, 644, 10044])}, + 'BoneMarrowStructure': {'14016003': ('Bone marrow structure (body structure)', + [])}, + 'BoneMarrowTransplant': {'23719005': ('Bone marrow transplant', [6083, 6085])}, + 'BoneMatrix': {'45001002': ('Bone matrix', [6211])}, + 'BoneNail': {'63289001': ('Bone Nail', [7309, 7307])}, + 'BoneOfLowerLimb': {'72001000': ('Bone of lower limb', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'BoneOfThorax': {'272710004': ('Bone of thorax', [7155, 9514, 7192, 7151])}, + 'BoneOfUpperLimb': {'371195002': ('Bone of upper limb', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'BonePin': {'77444004': ('Bone Pin', [7157, 7151, 7193])}, + 'BonePinDevice': {'77444004': ('Bone pin, device (physical object)', [])}, + 'BonePlate': {'271003': ('Bone Plate', [7309, 7307])}, + 'BonePlateDevice': {'271003': ('Bone plate, device (physical object)', [])}, + 'BoneScrew': {'68183006': ('Bone Screw', [7157, 7151, 7193])}, + 'BoneScrewDevice': {'68183006': ('Bone screw, device (physical object)', [])}, + 'BoneStructure': {'272673000': ('Bone structure (body structure)', [])}, + 'BoneStructureOfAcetabulum': {'37783008': ('Bone structure of acetabulum ' + '(body structure)', + [])}, + 'BoneStructureOfAtlas': {'14806007': ('Bone structure of atlas (body ' + 'structure)', + [])}, + 'BoneStructureOfCalcaneum': {'80144004': ('Bone structure of calcaneum (body ' + 'structure)', + [])}, + 'BoneStructureOfClavicle': {'51299004': ('Bone structure of clavicle (body ' + 'structure)', + [])}, + 'BoneStructureOfCoccyx': {'64688005': ('Bone structure of coccyx (body ' + 'structure)', + [])}, + 'BoneStructureOfCranium': {'89546000': ('Bone structure of cranium (body ' + 'structure)', + [])}, + 'BoneStructureOfDistalFemur': {'310652005': ('Bone structure of distal femur ' + '(body structure)', + [])}, + 'BoneStructureOfDistalHumerus': {'118495001': ('Bone structure of distal ' + 'humerus (body structure)', + [])}, + 'BoneStructureOfDistalRadius': {'75129005': ('Bone structure of distal radius ' + '(body structure)', + [])}, + 'BoneStructureOfDistalTibia': {'64605006': ('Bone structure of distal tibia ' + '(body structure)', + [])}, + 'BoneStructureOfDistalUlna': {'91238003': ('Bone structure of distal ulna ' + '(body structure)', + [])}, + 'BoneStructureOfFace': {'91397008': ('Bone structure of face (body structure)', + [])}, + 'BoneStructureOfFemur': {'71341001': ('Bone structure of femur (body ' + 'structure)', + [])}, + 'BoneStructureOfFibula': {'87342007': ('Bone structure of fibula (body ' + 'structure)', + [])}, + 'BoneStructureOfHand': {'24097009': ('Bone structure of hand (body structure)', + [])}, + 'BoneStructureOfHeadAndOrNeck': {'312779009': ('Bone structure of head and/or ' + 'neck', + [9514, 7192, 4028, 7151])}, + 'BoneStructureOfHumerus': {'85050009': ('Bone structure of humerus (body ' + 'structure)', + [])}, + 'BoneStructureOfIlium': {'22356005': ('Bone structure of ilium (body ' + 'structure)', + [])}, + 'BoneStructureOfIschium': {'85710004': ('Bone structure of ischium (body ' + 'structure)', + [])}, + 'BoneStructureOfLowerLimb': {'72001000': ('Bone structure of lower limb (body ' + 'structure)', + [])}, + 'BoneStructureOfMandible': {'91609006': ('Bone structure of mandible (body ' + 'structure)', + [])}, + 'BoneStructureOfManubrium': {'37285002': ('Bone structure of manubrium (body ' + 'structure)', + [])}, + 'BoneStructureOfMaxilla': {'70925003': ('Bone structure of maxilla (body ' + 'structure)', + [])}, + 'BoneStructureOfMetacarpal': {'36455000': ('Bone structure of metacarpal ' + '(body structure)', + [])}, + 'BoneStructureOfNavicular': {'75772009': ('Bone structure of navicular (body ' + 'structure)', + [])}, + 'BoneStructureOfPatella': {'64234005': ('Bone structure of patella (body ' + 'structure)', + [])}, + 'BoneStructureOfPelvis': {'118645006': ('Bone structure of pelvis (body ' + 'structure)', + [])}, + 'BoneStructureOfProximalFemur': {'310651003': ('Bone structure of proximal ' + 'femur (body structure)', + [])}, + 'BoneStructureOfProximalHumerus': {'119524001': ('Bone structure of proximal ' + 'humerus (body structure)', + [])}, + 'BoneStructureOfProximalRadius': {'12881000': ('Bone structure of proximal ' + 'radius (body structure)', + [])}, + 'BoneStructureOfProximalUlna': {'34318004': ('Bone structure of proximal ulna ' + '(body structure)', + [])}, + 'BoneStructureOfRadius': {'62413002': ('Bone structure of radius (body ' + 'structure)', + [])}, + 'BoneStructureOfRib': {'113197003': ('Bone structure of rib (body structure)', + [])}, + 'BoneStructureOfSacrum': {'54735007': ('Bone structure of sacrum (body ' + 'structure)', + [])}, + 'BoneStructureOfScaphoid': {'30518006': ('Bone structure of scaphoid (body ' + 'structure)', + [])}, + 'BoneStructureOfScapula': {'79601000': ('Bone structure of scapula (body ' + 'structure)', + [])}, + 'BoneStructureOfShaftOfFemur': {'41111004': ('Bone structure of shaft of ' + 'femur (body structure)', + [])}, + 'BoneStructureOfShaftOfHumerus': {'20760004': ('Bone structure of shaft of ' + 'humerus (body structure)', + [])}, + 'BoneStructureOfShaftOfRadius': {'47728000': ('Bone structure of shaft of ' + 'radius (body structure)', + [])}, + 'BoneStructureOfShaftOfTibia': {'52687003': ('Bone structure of shaft of ' + 'tibia (body structure)', + [])}, + 'BoneStructureOfShaftOfUlna': {'21133008': ('Bone structure of shaft of ulna ' + '(body structure)', + [])}, + 'BoneStructureOfSpine': {'51282000': ('Bone structure of spine (body ' + 'structure)', + [])}, + 'BoneStructureOfSternum': {'56873002': ('Bone structure of sternum (body ' + 'structure)', + [])}, + 'BoneStructureOfTalus': {'67453005': ('Bone structure of talus (body ' + 'structure)', + [])}, + 'BoneStructureOfTarsus': {'108371006': ('Bone structure of tarsus (body ' + 'structure)', + [])}, + 'BoneStructureOfThorax': {'272710004': ('Bone structure of thorax (body ' + 'structure)', + [])}, + 'BoneStructureOfTibia': {'12611008': ('Bone structure of tibia (body ' + 'structure)', + [])}, + 'BoneStructureOfUlna': {'23416004': ('Bone structure of ulna (body structure)', + [])}, + 'BoneStructureOfUpperLimb': {'371195002': ('Bone structure of upper limb ' + '(body structure)', + [])}, + 'BoneSurface': {'425647002': ('Bone Surface', [10060, 10044])}, + 'BonsmaraCattleBreed': {'131431008': ('Bonsmara cattle breed', [7480])}, + 'BooroolaMerinoSheepBreed': {'132735001': ('Booroola Merino sheep breed', + [7480])}, + 'BootedGoatBreed': {'131648008': ('Booted goat breed', [7480])}, + 'BoranCattleBreed': {'133599002': ('Boran cattle breed', [7480])}, + 'BordeauxDogBreed': {'132389001': ('Bordeaux Dog breed', [7480])}, + 'BorderCollieDogBreed': {'132561000': ('Border Collie dog breed', [7480])}, + 'BorderLeicesterSheepBreed': {'131711008': ('Border Leicester sheep breed', + [7480])}, + 'BorderTerrier': {'69529009': ('Border terrier', [7480])}, + 'BorderlineNormalECG': {'251135002': ('Borderline Normal ECG', [3677])}, + 'BorderlineNormalElectrocardiogram': {'251135002': ('Borderline normal ' + 'electrocardiogram ' + '(finding)', + [])}, + 'BoreraySheepBreed': {'131712001': ('Boreray sheep breed', [7480])}, + 'BorghigianaPigBreed': {'132178003': ('Borghigiana pig breed', [7480])}, + 'BorgouCattleBreed': {'133765003': ('Borgou cattle breed (organism)', [])}, + 'BorgouXZebuCattleBreed': {'133765003': ('Borgou X zebu cattle breed', + [7480])}, + 'BorneoZebuCattleBreed': {'133642002': ('Borneo Zebu cattle breed', [7480])}, + 'BorzoiDog': {'112492008': ('Borzoi dog', [7480])}, + 'Bos': {'388168008': ('Bos', [7454])}, + 'BosTaurus': {'34618005': ('Bos taurus (domestic cow)', [7454])}, + 'BosTaurusIndicus': {'125091004': ('Bos taurus indicus (organism)', [])}, + 'BosTaurusIndicusCowBreed': {'125091004': ('Bos taurus indicus cow breed', + [7480])}, + 'BosTaurusTaurusSubspeciesDomesticEuropeanCattle': {'385474004': ('Bos taurus ' + 'taurus ' + 'subspecies ' + 'domestic ' + 'European ' + 'cattle ' + '(organism)', + [])}, + 'BosTaurusTaurusSubspeciesDomesticEuropeanCowBreed': {'385474004': ('Bos ' + 'taurus ' + 'taurus ' + 'subspecies ' + 'domestic ' + 'European ' + 'cow ' + 'breed', + [7480])}, + 'BosTaurusXBisonBisonHybridCowBreed': {'425181009': ('Bos taurus X Bison ' + 'bison hybrid cow breed', + [7480])}, + 'BosnianHorseBreed': {'131882000': ('Bosnian horse breed', [7480])}, + 'BosnianHoundDogBreed': {'132573000': ('Bosnian Hound dog breed', [7480])}, + 'BostonTerrier': {'79295007': ('Boston terrier', [7480])}, + 'BothBreasts': {'63762007': ('Both breasts', [6023, 6022])}, + 'BothEyes': {'40638003': ('Both eyes', [4209])}, + 'Bottle': {'68276009': ('Bottle', [68, 69])}, + 'BottleDevice': {'68276009': ('Bottle, device (physical object)', [])}, + 'BouinFluid': {'433474002': ("Bouin's fluid", [8114])}, + 'BoulonnaisHorseBreed': {'131883005': ('Boulonnais horse breed', [7480])}, + 'BouvierDesFlandres': {'66712005': ('Bouvier des Flandres', [7480])}, + 'Bovinae': {'107007004': ('Bovinae', [7454])}, + 'BovineSpecies': {'79058000': ('Bovine species (organism)', [])}, + 'BovskaSheepBreed': {'131713006': ('Bovska sheep breed', [7480])}, + 'BoxerDog': {'42250008': ('Boxer dog', [7480])}, + 'BoydPerforatingVein': {'128548003': ("Boyd's perforating vein", + [12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 12110, + 3607])}, + 'BoykinSpanielDogBreed': {'132580003': ('Boykin Spaniel dog breed', [7480])}, + 'BraMaineCattleBreed': {'133768001': ('Bra-Maine cattle breed (organism)', + [])}, + 'BraMaineXZebuCattleBreed': {'133768001': ('Bra-Maine X zebu cattle breed', + [7480])}, + 'BraSwissCattleBreed': {'133779006': ('Bra-Swiss cattle breed (organism)', + [])}, + 'BraSwissXZebuCattleBreed': {'133779006': ('Bra-Swiss X zebu cattle breed', + [7480])}, + 'BrabantHorse': {'406711007': ('Brabant horse (organism)', [])}, + 'BrabantHorseBreed': {'406711007': ('Brabant horse breed', [7480])}, + 'BraccoItalianoDogBreed': {'132562007': ('Bracco Italiano dog breed', [7480])}, + 'BrachialArtery': {'17137000': ('Brachial artery', + [3604, + 6109, + 12103, + 6102, + 6117, + 3010, + 3440, + 4042, + 9514, + 7192, + 3606, + 7151, + 12107, + 3827, + 4, + 3630])}, + 'BrachialPlexus': {'36582005': ('Brachial plexus', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'BrachialPlexusStructure': {'36582005': ('Brachial plexus structure (body ' + 'structure)', + [])}, + 'BrachialVein': {'20115005': ('Brachial vein', + [12108, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'BrachiocephalicTrunk': {'12691009': ('brachiocephalic trunk', + [3604, 6109, 6102, 6117, 3606, 3630])}, + 'BrachiocephalicVein': {'8887007': ('Brachiocephalic vein', + [6109, 6102, 6117])}, + 'Brachytherapy': {'384692006': ('Brachytherapy', [6051])}, + 'BrachytherapyDevice': {'228748004': ('Brachytherapy Device', [3429, 3411])}, + 'BrachytherapyImplant': {'228748004': ('Brachytherapy implant (physical ' + 'object)', + [])}, + 'BrafordCattleBreed': {'133716008': ('Braford cattle breed (organism)', [])}, + 'BrafordXZebuCattleBreed': {'133716008': ('Braford X zebu cattle breed', + [7480])}, + 'BragadoDoSorraiaCattleBreed': {'133327008': ('Bragado do Sorraia cattle ' + 'breed', + [7480])}, + 'BragancaCattleBreed': {'133328003': ('Braganca cattle breed', [7480])}, + 'BrahmaCattleBreed': {'30384003': ('Brahma cattle breed (organism)', [])}, + 'BrahmaCowBreed': {'30384003': ('Brahma cow breed', [7480])}, + 'BrahmousinCattleBreed': {'133717004': ('Brahmousin cattle breed (organism)', + [])}, + 'BrahmousinXZebuCattleBreed': {'133717004': ('Brahmousin X zebu cattle breed', + [7480])}, + 'BrahornCattleBreed': {'133766002': ('Brahorn cattle breed (organism)', [])}, + 'BrahornXZebuCattleBreed': {'133766002': ('Brahorn X zebu cattle breed', + [7480])}, + 'Brain': {'12738006': ('Brain', + [7153, + 4030, + 10060, + 644, + 9514, + 645, + 7192, + 7151, + 4, + 10044])}, + 'BrainCerebrospinalFluidPathway': {'280371009': ('Brain cerebrospinal fluid ' + 'pathway', + [7153, 9514, 7192, 7151])}, + 'BrainStem': {'119238007': ('Brain stem', [7153, 7140, 9514, 7192, 7151])}, + 'BrainStemPart': {'119238007': ('Brain stem part (body structure)', [])}, + 'BrainStructure': {'12738006': ('Brain structure (body structure)', [])}, + 'BrainVentricle': {'35764002': ('Brain ventricle', [7153, 9514, 7192, 7151])}, + 'BrainVentricleStructure': {'35764002': ('Brain ventricle structure (body ' + 'structure)', + [])}, + 'BralersCattleBreed': {'133767006': ('Bralers cattle breed (organism)', [])}, + 'BralersXZebuCattleBreed': {'133767006': ('Bralers X zebu cattle breed', + [7480])}, + 'BrandenburgHorseBreed': {'131884004': ('Brandenburg horse breed', [7480])}, + 'BrandlbrackeDogBreed': {'132376007': ('Brandlbracke dog breed', [7480])}, + 'BrandroodLjsselveeCattleBreed': {'133329006': ('Brandrood ljsselvee cattle ' + 'breed', + [7480])}, + 'BraqueBelgeDogBreed': {'132384006': ('Braque Belge dog breed', [7480])}, + 'BraqueDAriégeDogBreed': {'132377003': ("Braque d'Ariége dog breed", [7480])}, + 'BraqueDAuvergneDogBreed': {'132569003': ("Braque d'Auvergne dog breed", + [7480])}, + 'BraqueDuBourbonnaisDogBreed': {'132564008': ('Braque du Bourbonnais dog ' + 'breed', + [7480])}, + 'BraqueDupuyDogBreed': {'132415003': ('Braque Dupuy dog breed', [7480])}, + 'BraqueFrancaisDeGrandTailleDogBreed': {'132559009': ('Braque Francais de ' + 'Grand Taille dog breed ' + '(organism)', + [])}, + 'BraqueFrancaisDePetiteTailleDogBreed': {'132565009': ('Braque Francais de ' + 'Petite Taille dog ' + 'breed', + [7480])}, + 'BraqueFrançaisDeGrandTailleDogBreed': {'132559009': ('Braque Français de ' + 'Grand Taille dog breed', + [7480])}, + 'BraqueSaintGermainDogBreed': {'132566005': ('Braque Saint-Germain dog breed', + [7480])}, + 'BraunesBergschafSheepBreed': {'131714000': ('Braunes Bergschaf sheep breed', + [7480])}, + 'BraunviehCattleBreed': {'131578006': ('Braunvieh cattle breed', [7480])}, + 'BraviaGoatBreed': {'131683007': ('Bravia goat breed', [7480])}, + 'BravonCattleBreed': {'133780009': ('Bravon cattle breed (organism)', [])}, + 'BravonXZebuCattleBreed': {'133780009': ('Bravon X zebu cattle breed', + [7480])}, + 'BrazilianDairyHybridCattle': {'133781008': ('Brazilian Dairy hybrid cattle ' + '(organism)', + [])}, + 'BrazilianDairyHybridXZebuCattleBreed': {'133781008': ('Brazilian Dairy ' + 'Hybrid X zebu cattle ' + 'breed', + [7480])}, + 'BrazilianPolledCattleBreed': {'133330001': ('Brazilian Polled cattle breed', + [7480])}, + 'BrazilianShorthairCatBreed': {'132662004': ('Brazilian Shorthair cat breed', + [7480])}, + 'BrazilianSomaliSheepBreed': {'131715004': ('Brazilian Somali sheep breed', + [7480])}, + 'BrazilianSportHorseHorseBreed': {'131885003': ('Brazilian Sport Horse horse ' + 'breed', + [7480])}, + 'BrazilinStain': {'41750006': ('brazilin stain', [8112])}, + 'Breast': {'76752008': ('Breast', + [4030, + 4031, + 10060, + 4042, + 9514, + 645, + 7192, + 7151, + 4, + 4009, + 4013, + 10044])}, + 'BreastComposition': {'129715009': ('Breast composition', + [6056, + 6016, + 6052, + 6053, + 6015, + 6054, + 6014])}, + 'BreastCompositionAnalysis': {'133890006': ('Breast composition analysis', + [6043])}, + 'BreastDuctSample': {'309548003': ('breast duct sample', [8104, 8103])}, + 'BreastHematoma': {'302924003': ('Breast hematoma', [6056])}, + 'BreastImplantTypeNotSpecified': {'2282003': ('Breast implant, type not ' + 'specified', + [6058, 6059])}, + 'BreastImplantation': {'119853006': ('Breast implantation', [6083, 6084])}, + 'BreastLobularHyperplasia': {'6703006': ('Breast lobular hyperplasia', + [6031, 6030])}, + 'BreastLobuleHyperplasia': {'6703006': ('Breast lobule hyperplasia (disorder)', + [])}, + 'BreastLump': {'89164003': ('Breast lump', [6055])}, + 'BreastNormal': {'290084006': ('Breast normal', [6054])}, + 'BreastPain': {'53430007': ('Breast pain', [6055])}, + 'BreastProsthesisDevice': {'2282003': ('Breast prosthesis, device (physical ' + 'object)', + [])}, + 'BreastReconstruction': {'33496007': ('Breast reconstruction', [6083, 6084])}, + 'BreastSize': {'248808008': ('Breast size (observable entity)', [])}, + 'BreastStructure': {'76752008': ('Breast structure (body structure)', [])}, + 'BreastSurgery': {'309968000': ('Breast Surgery', [7030])}, + 'BreastSurgeryDepartment': {'309968000': ('Breast surgery department ' + '(environment)', + [])}, + 'BreastSurgicalBiopsy': {'274331003': ('Breast - surgical biopsy', + [6083, 6050])}, + 'BreastTruCutBiopsySample': {'309058007': ('breast tru-cut biopsy sample', + [8104, 8103])}, + 'BrecknockHillCheviotSheepBreed': {'131702008': ('Brecknock Hill Cheviot ' + 'sheep breed', + [7480])}, + 'BreechVersionObstetricalVersion': {'65240009': ('Breech Version [Obstetrical ' + 'Version]', + [9])}, + 'BreitovPigBreed': {'132108004': ('Breitov pig breed', [7480])}, + 'BretonBlackPiedCattleBreed': {'133331002': ('Breton Black Pied cattle breed', + [7480])}, + 'BretonHorseBreed': {'133142001': ('Breton horse breed', [7480])}, + 'BrewertonProjection': {'260492003': ('Brewerton projection', [4012])}, + 'BriardDog': {'10369004': ('Briard dog', [7480])}, + 'BrightnessAcuityTestingVisualAcuity': {'425141002': ('Brightness Acuity ' + 'Testing Visual Acuity', + [4216])}, + 'BrillenschafSheepBreed': {'131701001': ('Brillenschaf sheep breed', [7480])}, + 'BrilliantCresylBlueStain': {'8342001': ('brilliant cresyl blue stain', + [8112])}, + 'BrilliantCroceinStain': {'86541009': ('brilliant crocein stain', [8112])}, + 'BrilliantOrangeStain': {'8429000': ('brilliant orange stain', [8112])}, + 'BrilliantYellowStain': {'57753006': ('brilliant yellow stain', [8112])}, + 'BriquetBassetGriffonVendeenDogBreed': {'132567001': ('Briquet Basset Griffon ' + 'Vendeen dog breed', + [7480])}, + 'BriquetBassetGriffonVendéenDogBreed': {'132567001': ('Briquet Basset Griffon ' + 'Vendéen dog breed ' + '(organism)', + [])}, + 'BritishAlpineGoatBreed': {'131654009': ('British Alpine goat breed', [7480])}, + 'BritishAppaloosaHorseBreed': {'131886002': ('British Appaloosa horse breed', + [7480])}, + 'BritishBlueCatBreed': {'132656009': ('British Blue cat breed', [7480])}, + 'BritishLandracePig': {'78994007': ('British landrace pig (organism)', [])}, + 'BritishLandracePigBreed': {'78994007': ('British landrace pig breed', + [7480])}, + 'BritishLopPig': {'22506004': ('British lop pig (organism)', [])}, + 'BritishLopPigBreed': {'22506004': ('British lop pig breed', [7480])}, + 'BritishMilkSheepBreed': {'131700000': ('British Milk Sheep breed', [7480])}, + 'BritishRidingPonyHorseBreed': {'131887006': ('British Riding Pony horse ' + 'breed', + [7480])}, + 'BritishSaanenGoatBreed': {'131678004': ('British Saanen goat breed', [7480])}, + 'BritishSaddlebackPig': {'15961007': ('British saddleback pig (organism)', + [])}, + 'BritishSaddlebackPigBreed': {'15961007': ('British saddleback pig breed', + [7480])}, + 'BritishShorthairedCat': {'70653001': ('British shorthaired cat', [7480])}, + 'BritishSpottedPonyHorseBreed': {'131888001': ('British Spotted Pony horse ' + 'breed', + [7480])}, + 'BritishToggenburgGoatBreed': {'131679007': ('British Toggenburg goat breed', + [7480])}, + 'BritishWarmbloodHorseBreed': {'132732003': ('British Warmblood horse breed', + [7480])}, + 'BritishWhiteCattleBreed': {'131579003': ('British White cattle breed', + [7480])}, + 'BrittanySpaniel': {'12091005': ('Brittany spaniel (organism)', [])}, + 'BrittanySpanielDogBreed': {'12091005': ('Brittany spaniel dog breed', + [7480])}, + 'BroadLigament': {'34411009': ('Broad ligament', [9514, 7192, 7151, 4])}, + 'BroadLigamentStructure': {'34411009': ('Broad ligament structure (body ' + 'structure)', + [])}, + 'BroadTangentialDirectIllumination': {'410463003': ('Broad tangential direct ' + 'illumination', + [4203])}, + 'BroadTangentialDirectIlluminationAction': {'410463003': ('Broad tangential ' + 'direct ' + 'illumination - ' + 'action (qualifier ' + 'value)', + [])}, + 'Broden': {'399344001': ('Broden', [4012])}, + 'BrodenProjection': {'399344001': ('Broden projection (qualifier value)', [])}, + 'Bronchial': {'261061003': ('Bronchial', [6129])}, + 'BronchialArtery': {'64468002': ('Bronchial artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'BronchialStructure': {'955009': ('Bronchial structure (body structure)', [])}, + 'Bronchodilator': {'372580007': ('Bronchodilator', [621, 622])}, + 'BronchopulmonarySegmentStructure': {'72674008': ('Bronchopulmonary segment ' + 'structure (body structure)', + [])}, + 'Bronchospasm': {'4386001': ('Bronchospasm', [9300, 60])}, + 'Bronchus': {'955009': ('Bronchus', + [4030, + 6109, + 4031, + 7155, + 6102, + 4040, + 4042, + 9514, + 7192, + 6111, + 7151, + 4, + 4009])}, + 'BroselowLutenBlueZone1923kg': {'444474005': ('Broselow Luten Blue Zone ' + '(19-23 kg)', + [7040, 7039])}, + 'BroselowLutenGreenZone3036kg': {'444503000': ('Broselow Luten Green Zone ' + '(30-36 kg)', + [7040, 7039])}, + 'BroselowLutenOrangeZone2429kg': {'444496004': ('Broselow Luten Orange Zone ' + '(24-29 kg)', + [7040, 7039])}, + 'BroselowLutenPediatricWeightEstimationBlueZone': {'444474005': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'blue zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationGreenZone': {'444503000': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'green zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationOrangeZone': {'444496004': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'orange ' + 'zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationPinkZone': {'444488009': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'pink zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationPurpleZone': {'444489001': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'purple ' + 'zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationRedZone': {'444471002': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'red zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationWhiteZone': {'444504006': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'white zone ' + '(finding)', + [])}, + 'BroselowLutenPediatricWeightEstimationYellowZone': {'444505007': ('Broselow ' + 'Luten ' + 'pediatric ' + 'weight ' + 'estimation ' + 'yellow ' + 'zone ' + '(finding)', + [])}, + 'BroselowLutenPinkZone67kg': {'444488009': ('Broselow Luten Pink Zone (6-7 ' + 'kg)', + [7040, 7039])}, + 'BroselowLutenPurpleZone1011kg': {'444489001': ('Broselow Luten Purple Zone ' + '(10-11 kg)', + [7040, 7039])}, + 'BroselowLutenRedZone89kg': {'444471002': ('Broselow Luten Red Zone (8-9 kg)', + [7040, 7039])}, + 'BroselowLutenWhiteZone1518kg': {'444504006': ('Broselow Luten White Zone ' + '(15-18 kg)', + [7040, 7039])}, + 'BroselowLutenYellowZone1214kg': {'444505007': ('Broselow Luten Yellow Zone ' + '(12-14 kg)', + [7040, 7039])}, + 'BrownAtlasCattleBreed': {'133332009': ('Brown Atlas cattle breed', [7480])}, + 'BrownColor': {'371254008': ('Brown color', [6067])}, + 'BrownSwissCattleBreed': {'44230005': ('Brown Swiss cattle breed (organism)', + [])}, + 'BrownSwissCowBreed': {'44230005': ('Brown Swiss cow breed', [7480])}, + 'BrownWelshCattleBreed': {'944009': ('Brown Welsh cattle breed (organism)', + [])}, + 'BrownWelshCowBreed': {'944009': ('Brown Welsh cow breed', [7480])}, + 'BruceProtocol': {'129095002': ('Bruce protocol', [12001, 3261])}, + 'BrunoDeJuraDogBreed': {'132416002': ('Bruno de Jura dog breed', [7480])}, + 'BuccalMucosa': {'16811007': ('buccal mucosa', [7601])}, + 'BuccalRegionOfFace': {'60819002': ('Buccal region of face', + [9514, 7192, 7151, 4])}, + 'BuccinatorLymphNode': {'143925009': ('buccinator lymph node', [7600])}, + 'BudyonnyHorseBreed': {'133130006': ('Budyonny horse breed', [7480])}, + 'BulboventricularForamen': {'443329006': ('Bulboventricular Foramen', + [12286])}, + 'BulgarianBrownCattleBreed': {'133333004': ('Bulgarian Brown cattle breed', + [7480])}, + 'BulgarianLandracePigBreed': {'133192000': ('Bulgarian Landrace pig breed', + [7480])}, + 'BulgarianNativePigBreed': {'132365008': ('Bulgarian Native pig breed', + [7480])}, + 'BulgarianRedCattleBreed': {'133334005': ('Bulgarian Red cattle breed', + [7480])}, + 'BulgarianWhitePigBreed': {'133191007': ('Bulgarian White pig breed', [7480])}, + 'BullTerrier': {'23995009': ('Bull terrier', [7480])}, + 'Bulldog': {'38184008': ('Bulldog', [7480])}, + 'Bullet': {'86122002': ('Bullet', + [6040, + 6102, + 6401, + 6138, + 6404, + 7151, + 6202, + 6203, + 7193])}, + 'BulletDevice': {'86122002': ('Bullet, device (physical object)', [])}, + 'Bullmastiff': {'71175006': ('Bullmastiff', [7480])}, + 'Bunamiodyl': {'90745007': ('Bunamiodyl', [12, 3850])}, + 'BuohaiHorseBreed': {'131889009': ('Buohai horse breed', [7480])}, + 'Bupivacaine': {'387150008': ('Bupivacaine', [630, 623])}, + 'BurlinaCattleBreed': {'133335006': ('Burlina cattle breed', [7480])}, + 'Burman': {'422861003': ('Burman', [4012])}, + 'BurmanProjection': {'422861003': ('Burman projection (qualifier value)', [])}, + 'BurmeseCat': {'89065000': ('Burmese cat', [7480])}, + 'BurmeseCattleBreed': {'133782001': ('Burmese cattle breed (organism)', [])}, + 'BurmesePigBreed': {'133166007': ('Burmese pig breed', [7480])}, + 'BurmeseXZebuCattleBreed': {'133782001': ('Burmese X zebu cattle breed', + [7480])}, + 'BurnsIntensiveCare': {'426439001': ('Burns Intensive Care', [7030])}, + 'BurnsIntensiveCareUnit': {'426439001': ('Burns intensive care unit ' + '(environment)', + [])}, + 'BurwashCattleBreed': {'133336007': ('Burwash cattle breed', [7480])}, + 'BuryatHorseBreed': {'131890000': ('Buryat horse breed', [7480])}, + 'BusaCattleBreed': {'133577005': ('Busa cattle breed', [7480])}, + 'BushuevCattleBreed': {'133783006': ('Bushuev cattle breed (organism)', [])}, + 'BushuevXZebuCattleBreed': {'133783006': ('Bushuev X zebu cattle breed', + [7480])}, + 'Butabarbital': {'372901004': ('Butabarbital', [625, 623])}, + 'ButanaCattleBreed': {'133643007': ('Butana cattle breed', [7480])}, + 'ButanolO15': {'422540000': ('Butanol O^15^', [4021])}, + 'Buttock': {'46862004': ('Buttock', [9514, 7192, 7151, 4])}, + 'ButtockStructure': {'46862004': ('Buttock structure (body structure)', [])}, + 'ButyrateEsteraseStain': {'406955006': ('butyrate esterase stain', [8112])}, + 'ByInhalation': {'446406008': ('By inhalation', [613, 11, 614])}, + 'ByelorussianHarnessHorseBreed': {'133129001': ('Byelorussian Harness horse ' + 'breed', + [7480])}, + 'ByelorussianRedCattleBreed': {'133337003': ('Byelorussian Red cattle breed', + [7480])}, + 'ByelorussianSyntheticCattleBreed': {'133338008': ('Byelorussian Synthetic ' + 'cattle breed', + [7480])}, + 'BypassGraftAngiography': {'252427007': ('Bypass graft angiography', + [3405, 3428])}, + 'BündnerGoatBreed': {'131680005': ('Bündner goat breed', [7480])}, + 'BündnerOberlandSheepBreed': {'131699001': ('Bündner Oberland sheep breed', + [7480])}, + 'C1Vertebra': {'14806007': ('C1 vertebra', [1003, 1001, 1000])}, + 'COOPELSO93CattleBreed': {'133359001': ('COOPELSO 93 cattle breed', [7480])}, + 'CPFPig': {'24840008': ('CPF pig (organism)', [])}, + 'CPFPigBreed': {'24840008': ('CPF pig breed', [7480])}, + 'CTAngiographyOfCoronaryArteries': {'419545005': ('CT angiography of coronary ' + 'arteries', + [3757])}, + 'CTOfAbdominalAorta': {'241553009': ('CT of abdominal aorta', [3820])}, + 'CTOfBreast': {'241539009': ('CT of breast', [6083, 6050])}, + 'CTV': {'228792002': ('CTV', [9534])}, + 'CTWithoutContrast': {'399331006': ('CT without contrast', [10014])}, + 'CabanninaCattleBreed': {'133339000': ('Cabannina cattle breed', [7480])}, + 'CachenaCattleBreed': {'131580000': ('Cachena cattle breed', [7480])}, + 'Cachexia': {'238108007': ('Cachexia', [3205])}, + 'Caffeine': {'255641001': ('Caffeine', [6089])}, + 'Cahoon': {'399278009': ('Cahoon', [4012])}, + 'CahoonProjection': {'399278009': ('Cahoon projection (qualifier value)', [])}, + 'CairnTerrier': {'87111007': ('Cairn terrier', [7480])}, + 'CaiuaCattleBreed': {'133784000': ('Caiua cattle breed (organism)', [])}, + 'CaiuaXZebuCattleBreed': {'133784000': ('Caiua X zebu cattle breed', [7480])}, + 'CalabrianCattleBreed': {'131457006': ('Calabrian cattle breed', [7480])}, + 'CalabrianHorseBreed': {'131891001': ('Calabrian horse breed', [7480])}, + 'CalabrianPigBreed': {'132096005': ('Calabrian pig breed', [7480])}, + 'CalascibettaPigBreed': {'132099003': ('Calascibetta pig breed', [7480])}, + 'CalasparrenaCattleBreed': {'133593001': ('Calasparrena cattle breed', + [7480])}, + 'CalcanealTubercle': {'82474009': ('Calcaneal tubercle', [7483, 7482])}, + 'CalcanealTubercleStructure': {'82474009': ('Calcaneal tubercle structure ' + '(body structure)', + [])}, + 'Calcaneus': {'80144004': ('Calcaneus', + [4030, + 4031, + 7304, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'CalcificationCluster': {'129769006': ('Calcification Cluster', + [6056, 6016, 6015, 6054, 6014])}, + 'CalcificationOfBreast': {'309587003': ('Calcification of breast', [6054])}, + 'Calcified': {'237897009': ('Calcified', [3712])}, + 'CalcifiedAneurysm': {'125273000': ('calcified aneurysm', [3808])}, + 'CalcifiedAtheromatousPlaque': {'29483008': ('calcified atheromatous plaque', + [3817])}, + 'CalcifiedHeartValve': {'373136005': ('Calcified Heart Valve', [3711])}, + 'CalcifiedSkinOfBreast': {'129757003': ('Calcified skin of breast', + [6011, 6010])}, + 'CalcifiedSutureMaterial': {'129758008': ('Calcified suture material', + [6011, 6010])}, + 'Calcium': {'5540006': ('Calcium', [621, 300, 622])}, + 'CalciumChannelBlocker': {'373304005': ('Calcium channel blocker', [621, 622]), + '48698004': ('Calcium channel blocker', [3760])}, + 'CalciumChannelBlockingAgent': {'48698004': ('Calcium channel blocking agent ' + '(product)', + [])}, + 'CalciumHydroxyapatite': {'256579008': ('Calcium Hydroxyapatite', [300])}, + 'Calculated': {'258090004': ('Calculated', [3745, 3627, 10009])}, + 'CaldeanoCattleBreed': {'133340003': ('Caldeano cattle breed', [7480])}, + 'CaldelanaCattleBreed': {'133341004': ('Caldelana cattle breed', [7480])}, + 'Caldwell': {'399358004': ('Caldwell', [4012])}, + 'CaldwellProjection': {'399358004': ('Caldwell projection (qualifier value)', + [])}, + 'CaliforniaRedSheepBreed': {'131795000': ('California Red sheep breed', + [7480])}, + 'CaliforniaSpangledCatBreed': {'132663009': ('California Spangled cat breed', + [7480])}, + 'CaliforniaVariegatedMutantSheepBreed': {'131794001': ('California Variegated ' + 'Mutant sheep breed', + [7480])}, + 'CallithrixJacchus': {'406733009': ('Callithrix jacchus (common marmoset)', + [7454])}, + 'CaloricAgent': {'373530005': ('Caloric agent', [621, 622])}, + 'CalvanaCattleBreed': {'133342006': ('Calvana cattle breed', [7480])}, + 'Calyx': {'2334006': ('Calyx', [9514, 7192, 7151, 4])}, + 'CamargueCattleBreed': {'133343001': ('Camargue cattle breed', [7480])}, + 'CamargueHorseBreed': {'131892008': ('Camargue horse breed', [7480])}, + 'CamarronGoat': {'9230001': ('Camarron goat (organism)', [])}, + 'CamarronGoatBreed': {'9230001': ('Camarron goat breed', [7480])}, + 'CambodianCattleBreed': {'133344007': ('Cambodian cattle breed', [7480])}, + 'Camborough12PigBreed': {'132048005': ('Camborough 12 pig breed', [7480])}, + 'Camborough15PigBreed': {'132211005': ('Camborough 15 pig breed', [7480])}, + 'Camborough22PigBreed': {'132210006': ('Camborough 22 pig breed', [7480])}, + 'CamboroughBluePigBreed': {'132047000': ('Camborough Blue pig breed', [7480])}, + 'CambridgeSheepBreed': {'131802002': ('Cambridge sheep breed', [7480])}, + 'CampCoventry': {'399212002': ('Camp-Coventry', [4012])}, + 'CampCoventryProjection': {'399212002': ('Camp-Coventry projection (qualifier ' + 'value)', + [])}, + 'CampanianBarbarySheepBreed': {'131793007': ('Campanian Barbary sheep breed', + [7480])}, + 'CampolinaHorseBreed': {'133128009': ('Campolina horse breed', [7480])}, + 'CanaanDogBreed': {'132552000': ('Canaan dog breed', [7480])}, + 'CanadianArcottSheepBreed': {'132689009': ('Canadian Arcott sheep breed', + [7480])}, + 'CanadianCattleBreed': {'21921002': ('Canadian cattle breed (organism)', [])}, + 'CanadianCowBreed': {'21921002': ('Canadian cow breed', [7480])}, + 'CanadianCuttingHorseHorseBreed': {'131893003': ('Canadian Cutting Horse ' + 'horse breed', + [7480])}, + 'CanadianDurocPigBreed': {'132218004': ('Canadian Duroc pig breed', [7480])}, + 'CanadianEskimoDog': {'91553005': ('Canadian eskimo dog (organism)', [])}, + 'CanadianEskimoDogBreed': {'91553005': ('Canadian eskimo dog breed', [7480])}, + 'CanadianHampshirePigBreed': {'132219007': ('Canadian Hampshire pig breed', + [7480])}, + 'CanadianHorse': {'47842004': ('Canadian horse (organism)', [])}, + 'CanadianHorseBreed': {'47842004': ('Canadian horse breed', [7480])}, + 'CanadianLandracePigBreed': {'132034005': ('Canadian Landrace pig breed', + [7480])}, + 'CanadianRoyalBluePigBreed': {'132215001': ('Canadian Royal Blue pig breed', + [7480])}, + 'CanadianRusticPonyHorseBreed': {'131894009': ('Canadian Rustic Pony horse ' + 'breed', + [7480])}, + 'CanadianSportHorseHorseBreed': {'131895005': ('Canadian Sport Horse horse ' + 'breed', + [7480])}, + 'CanadianYorkshirePigBreed': {'132035006': ('Canadian Yorkshire pig breed', + [7480])}, + 'CanaryIslandCattleBreed': {'131581001': ('Canary Island cattle breed', + [7480])}, + 'CanaryIslandGoatBreed': {'131652008': ('Canary Island goat breed', [7480])}, + 'CanastraPigBreed': {'132054006': ('Canastra pig breed', [7480])}, + 'CanastrinhoPigBreed': {'132065001': ('Canastrinho pig breed', [7480])}, + 'CanastrãoCabanoPigBreed': {'132062003': ('Canastrão, Cabano pig breed', + [7480])}, + 'CanastrãoCapitãoChicoPigBreed': {'132060006': ('Canastrão, Capitão Chico pig ' + 'breed', + [7480])}, + 'CanastrãoJunqueiraPigBreed': {'132059001': ('Canastrão, Junqueira pig breed', + [7480])}, + 'CanastrãoPigBreed': {'132058009': ('Canastrão pig breed', [7480])}, + 'CanastrãoVermelhoPigBreed': {'132063008': ('Canastrão, Vermelho pig breed', + [7480])}, + 'CanastrãoZabumbaPigBreed': {'132061005': ('Canastrão, Zabumba pig breed', + [7480])}, + 'CanchimCattleBreed': {'133718009': ('Canchim cattle breed (organism)', [])}, + 'CanchimXZebuCattleBreed': {'133718009': ('Canchim X zebu cattle breed', + [7480])}, + 'CaneCorsoDogBreed': {'132563002': ('Cane Corso dog breed', [7480])}, + 'CanikHorseBreed': {'131896006': ('Canik horse breed', [7480])}, + 'CanindéGoatBreed': {'131651001': ('Canindé goat breed', [7480])}, + 'CanineRegion': {'699510004': ('Canine region', [4017])}, + 'CanineRegionOfOralCavity': {'699510004': ('Canine region of oral cavity ' + '(body structure)', + [])}, + 'CanineSpecies': {'69986009': ('Canine species (organism)', [])}, + 'Canis': {'388490000': ('Canis', [7454])}, + 'CanisLupus': {'36855005': ('Canis lupus', [7454])}, + 'CanisLupusDingo': {'709853007': ('Canis lupus dingo (organism)', [])}, + 'CanisLupusFamiliaris': {'448771007': ('Canis lupus familiaris (domestic dog)', + [7454])}, + 'CanisLupusSubspeciesFamiliaris': {'448771007': ('Canis lupus subspecies ' + 'familiaris (organism)', + [])}, + 'Cannabis': {'398705004': ('Cannabis (substance)', [])}, + 'CannotReachTargetHeartRate': {'429733000': ('Cannot reach target heart rate', + [3205])}, + 'CantonesePigBreed': {'132292004': ('Cantonese pig breed', [7480])}, + 'CapeHorseHorseBreed': {'131897002': ('Cape Horse horse breed', [7480])}, + 'Capillary': {'20982000': ('Capillary', [7191, 7151, 7166])}, + 'Capra': {'388249000': ('Capra', [7454])}, + 'CapraHircus': {'125097000': ('Capra hircus (domestic goat)', [7454])}, + 'CaprineSpecies': {'68552000': ('Caprine species (organism)', [])}, + 'Capsular': {'11070000': ('Capsular', [2, 5])}, + 'CaptainCookerPigBreed': {'133184009': ('Captain Cooker pig breed', [7480])}, + 'CaracuCattleBreed': {'133345008': ('Caracu cattle breed', [7480])}, + 'CarazebuCattleBreed': {'133795006': ('Carazebu cattle breed (organism)', [])}, + 'CarazebuXZebuCattleBreed': {'133795006': ('Carazebu X zebu cattle breed', + [7480])}, + 'Carbapenem': {'396345004': ('Carbapenem (substance)', [])}, + 'CarbapenemAntibiotic': {'396345004': ('Carbapenem antibiotic', [621, 622])}, + 'CarbolFuchsinStain': {'406978000': ('carbol fuchsin stain', [8112])}, + 'Carbon14DXylose': {'2942001': ('Carbon^14^ D-xylose', [25])}, + 'Carbon14Triolein': {'42417005': ('Carbon^14^ triolein', [25])}, + 'CarbonDioxide': {'31811003': ('Carbon Dioxide', [13, 12, 624, 623, 3850])}, + 'CarbonDioxideO15': {'129507008': ('Carbon dioxide O^15^', [4021])}, + 'CarbonFiber': {'256501007': ('Carbon Fiber', [10067, 7300])}, + 'CarbonMonoxideC11': {'129515006': ('Carbon monoxide C^11^', [4021])}, + 'CarbonMonoxideO15': {'129506004': ('Carbon monoxide O^15^', [4021])}, + 'Carcinogen': {'88376000': ('Carcinogen', [602])}, + 'Carcinoma': {'68453008': ('Carcinoma', [639, 638])}, + 'CarcinomaInSituOfMaleBreast': {'92652009': ('Carcinoma in situ of male ' + 'breast', + [6030, 6033])}, + 'CarcinomaNoSubtype': {'68453008': ('Carcinoma, no subtype (morphologic ' + 'abnormality)', + [])}, + 'CarcinomaWithMetaplasia': {'22694002': ('Carcinoma with metaplasia', + [6030, 6033])}, + 'Carcinosarcoma': {'63264007': ('Carcinosarcoma', [6030, 6033, 639, 638])}, + 'CardiacAdrenergicBlockingAgent': {'373263004': ('Cardiac adrenergic blocking ' + 'agent', + [10])}, + 'CardiacAkinesia': {'195675009': ('Cardiac akinesia (finding)', [])}, + 'CardiacArrest': {'410429000': ('Cardiac arrest', [3413, 3755])}, + 'CardiacArrhythmia': {'698247007': ('Cardiac Arrhythmia', [9300, 60])}, + 'CardiacBloodPoolImaging': {'35621002': ('Cardiac blood pool imaging ' + '(nuclear)', + [3757, 3206])}, + 'CardiacCT': {'241547009': ('Cardiac CT', [3757])}, + 'CardiacCTForCalciumScoring': {'426005005': ('Cardiac CT for calcium scoring', + [3757])}, + 'CardiacCathCoronaryAngiogramAndLeftVentriculogram': {'418903008': ('Cardiac ' + 'cath ' + 'coronary ' + 'angiogram ' + 'and left ' + 'ventriculogram', + [3757])}, + 'CardiacCatheterization': {'41976001': ('Cardiac catheterization', [3757])}, + 'CardiacCatheterizationBailoutPhase': {'128961006': ('Cardiac catheterization ' + 'bailout phase', + [3405, 3250])}, + 'CardiacCatheterizationBaselinePhase': {'128955008': ('Cardiac ' + 'catheterization ' + 'baseline phase', + [3405, 3250, 3651])}, + 'CardiacCatheterizationCoronaryAngiogram': {'419416005': ('Cardiac ' + 'catheterization ' + 'coronary angiogram', + [3757])}, + 'CardiacCatheterizationGradientAssessmentPhase': {'371874005': ('Cardiac ' + 'catheterization ' + 'gradient ' + 'assessment ' + 'phase', + [3651])}, + 'CardiacCatheterizationImageAcquisitionPhase': {'128956009': ('Cardiac ' + 'catheterization ' + 'image ' + 'acquisition ' + 'phase', + [3405, 3250])}, + 'CardiacCatheterizationInterventionPhase': {'128957000': ('Cardiac ' + 'catheterization ' + 'intervention phase', + [3405, 3250])}, + 'CardiacCatheterizationLeftHeartTransseptal': {'67338003': ('Cardiac ' + 'catheterization, ' + 'left heart, ' + 'transseptal ' + '(procedure)', + [])}, + 'CardiacCatheterizationPostContrastPhase': {'129083002': ('Cardiac ' + 'catheterization ' + 'post contrast ' + 'phase', + [3405, 3250, 3651])}, + 'CardiacCatheterizationPostInterventionPhase': {'128960007': ('Cardiac ' + 'catheterization ' + 'post-intervention ' + 'phase', + [3405, + 3480, + 3250, + 3651])}, + 'CardiacCatheterizationPreInterventionPhase': {'128958005': ('Cardiac ' + 'catheterization ' + 'pre-intervention ' + 'phase', + [3405, + 3480, + 3250])}, + 'CardiacCatheterizationProcedurePhase': {'129085009': ('Cardiac ' + 'catheterization ' + 'procedure phase ' + '(qualifier value)', + [])}, + 'CardiacCatheterizationTestChallengePhase': {'373105002': ('Cardiac ' + 'catheterization ' + 'test/challenge ' + 'phase', + [3405, + 3250, + 3651])}, + 'CardiacCatheterizationTherapyPhase': {'128959002': ('Cardiac catheterization ' + 'therapy phase', + [3405, 3250])}, + 'CardiacComputedTomographyForCalciumScoring': {'426005005': ('Cardiac ' + 'computed ' + 'tomography for ' + 'calcium scoring ' + '(procedure)', + [])}, + 'CardiacCyclePhase': {'246092007': ('Cardiac cycle phase (attribute)', [])}, + 'CardiacDyskinesia': {'25437005': ('Cardiac dyskinesia (finding)', [])}, + 'CardiacEjectionFraction': {'70822001': ('Cardiac Ejection Fraction', + [12304, + 12257, + 12271, + 12267, + 12266, + 12270, + 12268, + 12252, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262])}, + 'CardiacEjectionFractionFunction': {'70822001': ('Cardiac ejection fraction, ' + 'function (observable ' + 'entity)', + [])}, + 'CardiacFunctionTestAbnormal': {'165076002': ('cardiac function test abnormal', + [3727])}, + 'CardiacIndex': {'54993008': ('Cardiac Index', + [12200, + 12257, + 12271, + 12267, + 12207, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12239])}, + 'CardiacIntensiveCare': {'309907008': ('Cardiac Intensive Care', [7030])}, + 'CardiacIntensiveCareUnit': {'309907008': ('Cardiac intensive care unit ' + '(environment)', + [])}, + 'CardiacMRI': {'241620005': ('Cardiac MRI', [3757, 3206, 3820])}, + 'CardiacMRIStress': {'431609005': ('Cardiac MRI stress', [3757])}, + 'CardiacMuscle': {'122448007': ('Cardiac muscle', [7710])}, + 'CardiacMuscleTissue': {'122448007': ('Cardiac muscle (tissue) (body ' + 'structure)', + [])}, + 'CardiacOutput': {'82799009': ('Cardiac Output', + [12200, + 12257, + 12271, + 12267, + 12207, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12239])}, + 'CardiacOutputMeasurementByThermalBathMethod': {'371838001': ('Cardiac output ' + 'measurement by ' + 'thermal bath ' + 'method ' + '(procedure)', + [])}, + 'CardiacOutputMeasurementByThermalDyeDilutionMethod': {'373104003': ('Cardiac ' + 'output ' + 'measurement ' + 'by ' + 'thermal ' + 'dye ' + 'dilution ' + 'method ' + '(procedure)', + [])}, + 'CardiacOutputMeasurementByThermalInlineMethod': {'371843008': ('Cardiac ' + 'output ' + 'measurement ' + 'by thermal ' + 'inline ' + 'method ' + '(procedure)', + [])}, + 'CardiacPacemaker': {'118378005': ('Cardiac Pacemaker', + [6040, 6401, 7151, 7193]), + '14106009': ('Cardiac pacemaker', + [3777, + 6102, + 6138, + 7157, + 1000, + 6404, + 7151, + 7193])}, + 'CardiacPacemakerDevice': {'14106009': ('Cardiac pacemaker, device (physical ' + 'object)', + [])}, + 'CardiacPacemakerInSitu': {'441509002': ('Cardiac pacemaker in situ (finding)', + [])}, + 'CardiacPacemakerLead': {'360129009': ('Cardiac pacemaker lead', + [6102, 6138, 6404, 7151, 7193])}, + 'CardiacPacing': {'18590009': ('Cardiac pacing', [12002])}, + 'CardiacSeptumProsthesisDevice': {'118375008': ('Cardiac septum prosthesis, ' + 'device (physical object)', + [])}, + 'CardiacShuntStudy': {'241213007': ('Cardiac shunt study (procedure)', [])}, + 'CardiacStressRecoveryState': {'432554001': ('Cardiac stress recovery state', + [3207, 12002])}, + 'CardiacStressState': {'432655005': ('Cardiac Stress State', + [3101, 3207, 12002])}, + 'CardiacSurgery': {'309971008': ('Cardiac Surgery', [7030])}, + 'CardiacSurgeryDepartment': {'309971008': ('Cardiac surgery department ' + '(environment)', + [])}, + 'CardiacTamponade': {'35304003': ('Cardiac tamponade', [3413, 3755])}, + 'CardiacValveAnnulus': {'305437000': ('Cardiac valve annulus', [12280])}, + 'CardiacValveLeaflet': {'6530003': ('Cardiac Valve Leaflet', [12280])}, + 'CardiacValveProsthesisDevice': {'25510005': ('Cardiac valve prosthesis, ' + 'device (physical object)', + [])}, + 'CardiacVentricularStructure': {'21814001': ('Cardiac ventricular structure ' + '(body structure)', + [])}, + 'CardiacVentriculography': {'252426003': ('Cardiac ventriculography', + [3405, 3428, 3744])}, + 'CardiacWallMotionFunction': {'60797005': ('Cardiac wall motion, function ' + '(observable entity)', + [])}, + 'CardiacWallStructure': {'272657006': ('Cardiac wall structure (body ' + 'structure)', + [])}, + 'CardiganWelshCorgi': {'60517007': ('Cardigan Welsh corgi (organism)', [])}, + 'CardiganWelshCorgiDogBreed': {'60517007': ('Cardigan Welsh corgi dog breed', + [7480])}, + 'CardiogenicShock': {'89138009': ('Cardiogenic shock', + [3413, 3700, 3726, 3727, 3755])}, + 'Cardiology': {'309915006': ('Cardiology', [7030])}, + 'CardiologyDepartment': {'309915006': ('Cardiology department (environment)', + [])}, + 'Cardiomegaly': {'287272002': ('Cardiomegaly', [12249, 12248])}, + 'Cardiomyopathy': {'85898001': ('Cardiomyopathy', [64, 3727])}, + 'CardiophrenicAngleLymphNode': {'371013005': ('cardiophrenic angle lymph node', + [7600])}, + 'CardiopulmonaryBypass': {'63697000': ('Cardiopulmonary bypass', [3553])}, + 'CardiopulmonaryBypassOperation': {'63697000': ('Cardiopulmonary bypass ' + 'operation (procedure)', + [])}, + 'CardiorespiratoryArrest': {'410430005': ('Cardiorespiratory arrest', + [9300, 60])}, + 'CardiothoracicSurgery': {'309969008': ('Cardiothoracic Surgery', [7030])}, + 'CardiothoracicSurgeryDepartment': {'309969008': ('Cardiothoracic surgery ' + 'department (environment)', + [])}, + 'CardiotonicAgent': {'69440003': ('Cardiotonic agent (substance)', [])}, + 'CardiotonicDrug': {'69440003': ('Cardiotonic drug', [10])}, + 'CardiovascularCT': {'303680000': ('cardiovascular CT', [3820])}, + 'CardiovascularCyclePoint': {'272518008': ('Cardiovascular cycle point ' + '(qualifier value)', + [])}, + 'CardiovascularEventRisk': {'395112001': ('Cardiovascular event risk ' + '(finding)', + [])}, + 'CardiovascularOrificeArea': {'399367004': ('Cardiovascular Orifice Area', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'CardiovascularOrificeDiameter': {'399027007': ('Cardiovascular Orifice ' + 'Diameter', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'CardiovascularPressureGradient': {'251081004': ('Cardiovascular pressure ' + 'gradient (observable ' + 'entity)', + [])}, + 'CardiovascularStressTestUsingBicycleErgometer': {'26046004': ('Cardiovascular ' + 'stress test ' + 'using bicycle ' + 'ergometer ' + '(procedure)', + [])}, + 'CardiovascularStressTestUsingPharmacologicStressAgent': {'424064009': ('Cardiovascular ' + 'stress ' + 'test ' + 'using ' + 'pharmacologic ' + 'stress ' + 'agent ' + '(procedure)', + [])}, + 'CardiovascularStressTestUsingTheAdenosineStressTestProtocol': {'424444005': ('Cardiovascular ' + 'stress ' + 'test ' + 'using ' + 'the ' + 'adenosine ' + 'stress ' + 'test ' + 'protocol ' + '(procedure)', + [])}, + 'CardiovascularStressTestUsingTheDipyridamoleStressTestProtocol': {'422685009': ('Cardiovascular ' + 'stress ' + 'test ' + 'using ' + 'the ' + 'dipyridamole ' + 'stress ' + 'test ' + 'protocol ' + '(procedure)', + [])}, + 'CardiovascularStressTestUsingTheDobutamineStressTestProtocol': {'424225000': ('Cardiovascular ' + 'stress ' + 'test ' + 'using ' + 'the ' + 'dobutamine ' + 'stress ' + 'test ' + 'protocol ' + '(procedure)', + [])}, + 'CardiovascularSystem': {'113257007': ('Cardiovascular system', + [7156, 9514, 7192, 7151])}, + 'CareOfTheElderlyDepartment': {'309933000': ('Care of the elderly department ' + '(environment)', + [])}, + 'CarfentanilC11': {'129511002': ('Carfentanil C^11^', [4021])}, + 'Carina': {'28700002': ('Carina', + [6113, + 6109, + 1004, + 6102, + 1001, + 1000, + 9514, + 7192, + 6111, + 7151])}, + 'CarinthianBlondCattleBreed': {'131582008': ('Carinthian Blond cattle breed', + [7480])}, + 'CarmineStain': {'73892005': ('carmine stain', [8112])}, + 'CarminicAcidStain': {'432003': ('carminic acid stain', [8112])}, + 'CarmoisineAStain': {'37575004': ('carmoisine A stain', [8112])}, + 'CarnoyFixative': {'433338005': ('Carnoy fixative (substance)', [])}, + 'CarnoyFluid': {'433338005': ("Carnoy's fluid", [8114])}, + 'CarolinaDogBreed': {'132544003': ('Carolina Dog breed', [7480])}, + 'CarotidArtery': {'69105007': ('Carotid Artery', + [3604, + 4030, + 1002, + 1001, + 3010, + 3440, + 4042, + 1000, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'CarotidArteryStructure': {'69105007': ('Carotid artery structure (body ' + 'structure)', + [])}, + 'CarotidBifurcation': {'80272002': ('Carotid Bifurcation', + [12104, 12103, 9514, 7192, 7151, 3827])}, + 'CarotidBody': {'51345006': ('Carotid Body', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'CarotidBodyStructure': {'51345006': ('Carotid body structure (body ' + 'structure)', + [])}, + 'CarotidBulb': {'21479005': ('Carotid Bulb', + [12104, 12103, 9514, 7192, 7151, 3827])}, + 'CarotidSinusMassageProcedurePhase': {'129090007': ('Carotid Sinus Massage ' + 'procedure phase', + [3254])}, + 'CarotidSiphon': {'54409005': ('Carotid Siphon', + [12105, 12103, 9514, 7192, 7151, 3827])}, + 'CarpatheGoatBreed': {'131687008': ('Carpathe goat breed', [7480])}, + 'CarpathianBrownCattleBreed': {'133346009': ('Carpathian Brown cattle breed', + [7480])}, + 'CarpathianPonyHorseBreed': {'133138004': ('Carpathian Pony horse breed', + [7480])}, + 'Carpus': {'8205005': ('Carpus', [7483, 7482])}, + 'CarthusianHorseBreed': {'133127004': ('Carthusian horse breed', [7480])}, + 'Cartilage': {'309312004': ('Cartilage', [7191, 7151, 7166])}, + 'CartilageTissue': {'309312004': ('Cartilage tissue (body structure)', [])}, + 'Cartridge': {'706440002': ('Cartridge', [68])}, + 'CarunchinhoPigBreed': {'132164004': ('Carunchinho pig breed', [7480])}, + 'CasanarenoCattleBreed': {'133347000': ('Casanareno cattle breed', [7480])}, + 'CasertanaPigBreed': {'132255004': ('Casertana pig breed', [7480])}, + 'CaspianHorseBreed': {'133126008': ('Caspian horse breed', [7480])}, + 'CastlemilkMooritSheepBreed': {'131792002': ('Castlemilk Moorit sheep breed', + [7480])}, + 'CatahoulaLeopardDogBreed': {'132545002': ('Catahoula Leopard dog breed', + [7480])}, + 'CatalanSheepdogBreed': {'132420003': ('Catalan Sheepdog breed', [7480])}, + 'CatalanaChickenBreed': {'131998006': ('Catalana chicken breed', [7480])}, + 'CatalinaIslandPigBreed': {'132038008': ('Catalina Island pig breed', [7480])}, + 'Cataract': {'193570009': ('Cataract (disorder)', [])}, + 'CatchingBreath': {'248584002': ('Catching breath (finding)', [])}, + 'Catheter': {'19923001': ('Catheter', + [4051, + 7112, + 6040, + 69, + 6102, + 6401, + 6138, + 6404, + 7151, + 8, + 6202, + 3451, + 6203, + 7111, + 7193])}, + 'CatheterDevice': {'19923001': ('Catheter, device (physical object)', [])}, + 'CatheterManipulation': {'103712006': ('Catheter manipulation', [9])}, + 'CatheterReplacement': {'103713001': ('Catheter replacement', [9])}, + 'Catheterization': {'45211000': ('Catheterization', [9])}, + 'CatheterizationOfBothLeftAndRightHeartWithGraft': {'128952006': ('Catheterization ' + 'of both ' + 'left and ' + 'right ' + 'heart with ' + 'graft', + [3405, + 3250, + 3739])}, + 'CatheterizationOfBothLeftAndRightHeartWithoutGraft': {'128953001': ('Catheterization ' + 'of both ' + 'left ' + 'and ' + 'right ' + 'heart ' + 'without ' + 'graft', + [3405, + 3250, + 3739])}, + 'CatheterizationOfLeftHeart': {'67629009': ('Catheterization of left heart', + [3405, 3250, 3739])}, + 'CatheterizationOfRightHeart': {'40403005': ('Catheterization of right heart', + [3405, 3250, 3739])}, + 'CaucasianCattleBreed': {'131583003': ('Caucasian cattle breed', [7480])}, + 'CaucasianMountainDogBreed': {'132546001': ('Caucasian Mountain Dog breed', + [7480])}, + 'CaucasianRace': {'413773004': ('Caucasian race', [6099])}, + 'CaucasianShepherdDogBreed': {'132421004': ('Caucasian Shepherd Dog breed', + [7480])}, + 'Caudad': {'399162004': ('caudad', [4011, 502])}, + 'Caudal': {'3583002': ('Caudal', [502, 23, 2, 5])}, + 'CaudalLAO': {'408724004': ('Caudal LAO', [3466])}, + 'CaudalLeftAnteriorObliqueProjection': {'408724004': ('Caudal left anterior ' + 'oblique projection ' + '(qualifier value)', + [])}, + 'CaudalRAO': {'408726002': ('Caudal RAO', [3466])}, + 'CaudalRightAnteriorObliqueProjection': {'408726002': ('Caudal right anterior ' + 'oblique projection ' + '(qualifier value)', + [])}, + 'CaudateNucleus': {'11000004': ('Caudate nucleus', + [7153, 7140, 9514, 7192, 7151])}, + 'CaudateNucleusStructure': {'11000004': ('Caudate nucleus structure (body ' + 'structure)', + [])}, + 'CaudoCranial': {'399196006': ('caudo-cranial', [4010, 4014, 501])}, + 'CaudoCranialProjection': {'399196006': ('Caudo-cranial projection (qualifier ' + 'value)', + [])}, + 'Caudocranial': {'399196006': ('Caudocranial', [7484])}, + 'CaudodistalCranioproximalOblique': {'442604001': ('Caudodistal-cranioproximal ' + 'oblique', + [7484])}, + 'CaudodistalCranioproximalObliqueProjection': {'442604001': ('Caudodistal-cranioproximal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Causton': {'399065000': ('Causton', [4012])}, + 'CaustonProjection': {'399065000': ('Causton projection (qualifier value)', + [])}, + 'CavalierKingCharlesSpaniel': {'66495005': ('Cavalier King Charles spaniel', + [7480])}, + 'CavallinoPigBreed': {'132095009': ('Cavallino pig breed', [7480])}, + 'CaviaPorcellus': {'125076001': ('Cavia porcellus (domestic guinea pig)', + [7454])}, + 'CayuseHorseBreed': {'133125007': ('Cayuse horse breed', [7480])}, + 'Cecum': {'32713005': ('Cecum', [6210])}, + 'CecumStructure': {'32713005': ('Cecum structure (body structure)', [])}, + 'CelestineBlueBStain': {'38707008': ('celestine blue B stain', [8112])}, + 'CeliacAxis': {'57850000': ('Celiac Axis', [12112, 12103, 3827])}, + 'CeliacLymphNode': {'47985009': ('celiac lymph node', [7600])}, + 'CementedComponentFixation': {'257771002': ('Cemented component fixation', + [7310])}, + 'Central': {'26216008': ('Central', [6125, 3019, 211, 6124, 2, 212, 5, 4005])}, + 'CentralAortopulmonaryShuntOperation': {'233224003': ('Central aortopulmonary ' + 'shunt operation', + [12247])}, + 'CentralAsianZebuCattleBreed': {'133796007': ('Central Asian Zebu cattle ' + 'breed (organism)', + [])}, + 'CentralAsianZebuXZebuCattleBreed': {'133796007': ('Central Asian Zebu X zebu ' + 'cattle breed', + [7480])}, + 'CentralAxillaryLymphNode': {'283001': ('central axillary lymph node', + [7600])}, + 'CentralIncisorRegion': {'699453001': ('Central incisor region', [4017])}, + 'CentralIncisorRegionOfOralCavity': {'699453001': ('Central incisor region of ' + 'oral cavity (body ' + 'structure)', + [])}, + 'CentralNervousSystem': {'21483005': ('Central nervous system', + [7153, 9514, 645, 7192, 7151])}, + 'CentralPortionOfBreastPositionOnMammogram': {'129786000': ('Central portion ' + 'of breast ' + 'position on ' + 'mammogram ' + '(finding)', + [])}, + 'CentralRegionOfBreast': {'129786000': ('Central region of breast', + [6019, 6018])}, + 'CentralRetinalArtery': {'76117006': ('Central Retinal Artery', + [12105, 12103, 9514, 7192, 7151, 3827])}, + 'CentralRetinalVein': {'62869001': ('Central Retinal Vein', + [12105, 12103, 9514, 7192, 7151, 3827])}, + 'CentralRussianBlackPiedCattleBreed': {'133348005': ('Central Russian Black ' + 'Pied cattle breed', + [7480])}, + 'CentralRussianPigBreed': {'132072000': ('Central Russian pig breed', [7480])}, + 'CentralVenousCatheter': {'52124006': ('Central venous catheter', [74])}, + 'CentralVenousCatheterDevice': {'52124006': ('Central venous catheter, device ' + '(physical object)', + [])}, + 'CentralVenousPressureWaveform': {'128445003': ('Central venous pressure ' + 'waveform', + [3003])}, + 'CentralVenousPressureWaveformFunction': {'128445003': ('Central venous ' + 'pressure waveform, ' + 'function (observable ' + 'entity)', + [])}, + 'CentralVenousSystem': {'34340008': ('Central venous system', [3630, 3607])}, + 'CentralZoneOfLeftHalfProstate': {'716901006': ('Central zone of left half ' + 'prostate', + [6302, 6303, 6300, 6301])}, + 'CentralZoneOfRightHalfProstate': {'716900007': ('Central zone of right half ' + 'prostate', + [6302, 6303, 6300, 6301])}, + 'CentrallyActingHypotensiveAgent': {'4382004': ('Centrally acting hypotensive ' + 'agent', + [10])}, + 'Cephalad': {'399196006': ('cephalad', [4011, 502])}, + 'Cephalic': {'66787007': ('Cephalic', [502, 23, 2])}, + 'CephalicVein': {'20699002': ('Cephalic vein', + [12108, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'CephalosporinAntibiotic': {'373262009': ('Cephalosporin antibiotic', + [621, 622])}, + 'CephalosporinClassOfAntibiotic': {'373262009': ('Cephalosporin -class of ' + 'antibiotic- (substance)', + [])}, + 'CerbatHorseBreed': {'131898007': ('Cerbat horse breed', [7480])}, + 'CerebellarCortex': {'25991003': ('Cerebellar Cortex', [7140])}, + 'CerebellarCortexStructure': {'25991003': ('Cerebellar cortex structure (body ' + 'structure)', + [])}, + 'CerebellarStructure': {'113305005': ('Cerebellar structure (body structure)', + [])}, + 'CerebellarSubarachnoidSpace': {'263972004': ('Cerebellar Subarachnoid Space', + [7140])}, + 'CerebellarWhiteMatter': {'33060004': ('Cerebellar white matter', + [7153, 7710, 7140, 9514, 7192, 7151])}, + 'CerebellarWhiteMatterStructure': {'33060004': ('Cerebellar white matter ' + 'structure (body structure)', + [])}, + 'Cerebellum': {'113305005': ('Cerebellum', + [4030, 12020, 9514, 7192, 7151, 4, 12022])}, + 'CerebralAqueduct': {'80447000': ('Cerebral aqueduct', + [7153, 9514, 7192, 7151])}, + 'CerebralArtery': {'88556005': ('cerebral artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'CerebralCortex': {'40146001': ('Cerebral cortex', [7153, 9514, 7192, 7151])}, + 'CerebralFornix': {'87463005': ('Cerebral fornix', [7153, 9514, 7192, 7151])}, + 'CerebralFornixStructure': {'87463005': ('Cerebral fornix structure (body ' + 'structure)', + [])}, + 'CerebralGrayMatter': {'40146001': ('Cerebral Gray Matter', [7140])}, + 'CerebralHemisphere': {'372073000': ('Cerebral hemisphere', [12022])}, + 'CerebralHemisphereStructure': {'372073000': ('Cerebral hemisphere structure ' + '(body structure)', + [])}, + 'CerebralWhiteMatter': {'68523003': ('Cerebral White Matter', + [7153, 7710, 7140, 9514, 7192, 7151])}, + 'CerebralWhiteMatterStructure': {'68523003': ('Cerebral white matter ' + 'structure (body structure)', + [])}, + 'CerebrospinalFluid': {'65216001': ('Cerebrospinal Fluid', + [7153, 9514, 7192, 7151])}, + 'CerebrovascularAccident': {'230690007': ('Cerebrovascular accident ' + '(disorder)', + [])}, + 'CerebrovascularAccidentOrStroke': {'230690007': ('Cerebrovascular Accident ' + 'or Stroke', + [3413, 3755])}, + 'CervicalCollar': {'63562005': ('Cervical collar', + [6102, 6138, 6404, 7151, 7193])}, + 'CervicalCollarDevice': {'63562005': ('Cervical collar, device (physical ' + 'object)', + [])}, + 'CervicalLymphNode': {'81105003': ('cervical lymph node', [7600])}, + 'CervicalLymphNodeStructure': {'81105003': ('Cervical lymph node structure ' + '(body structure)', + [])}, + 'CervicalSpine': {'122494005': ('Cervical spine', + [4030, + 4031, + 7304, + 7483, + 7482, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'CervicoThoracicSpine': {'297171002': ('Cervico-thoracic spine', + [4030, + 4031, + 7304, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'CervicothoracicRegionOfSpineStructure': {'297171002': ('Cervicothoracic ' + 'region of spine ' + 'structure (body ' + 'structure)', + [])}, + 'Cervix': {'71252005': ('Cervix', + [4040, 6204, 9514, 7160, 7192, 7151, 6202, 12023, 4])}, + 'CervixUteriStructure': {'71252005': ('Cervix uteri structure (body ' + 'structure)', + [])}, + 'CeskyFousekDogBreed': {'132547005': ('Cesky Fousek dog breed', [7480])}, + 'CeskyTerrierDogBreed': {'132548000': ('Cesky Terrier dog breed', [7480])}, + 'CestrumParqui': {'13653002': ('Cestrum parqui', [7480])}, + 'Chair': {'706699008': ('Chair', [9520, 9515, 7157, 7151, 9505, 7193])}, + 'ChakouyiHorseBreed': {'131899004': ('Chakouyi horse breed', [7480])}, + 'ChamDocCattleBreed': {'131459009': ('Cham-Doc cattle breed', [7480])}, + 'Chamberlain': {'399148006': ('Chamberlain', [4012])}, + 'ChamberlainProjection': {'399148006': ('Chamberlain projection (qualifier ' + 'value)', + [])}, + 'ChamoisOfTheAlpsGoatBreed': {'131685000': ('Chamois of the Alps goat breed', + [7480])}, + 'ChamoiseeGoat': {'89708009': ('Chamoisee goat (organism)', [])}, + 'ChamoiseeGoatBreed': {'89708009': ('Chamoisee goat breed', [7480])}, + 'ChanDocCattleBreed': {'131459009': ('Chan-Doc cattle breed (organism)', [])}, + 'ChanniCattleBreed': {'133600004': ('Channi cattle breed', [7480])}, + 'ChantillyTiffanyCatBreed': {'132664003': ('Chantilly/Tiffany cat breed', + [7480])}, + 'ChaouiaCattleBreed': {'133349002': ('Chaouia cattle breed', [7480])}, + 'ChaparGoatBreed': {'131650000': ('Chapar goat breed', [7480])}, + 'CharSwissCattleBreed': {'133351003': ('Char-swiss cattle breed', [7480])}, + 'CharaHorseHorseBreed': {'131900009': ('Chara Horse horse breed', [7480])}, + 'CharbrayCattleBreed': {'133719001': ('Charbray cattle breed (organism)', [])}, + 'CharbrayXZebuCattleBreed': {'133719001': ('Charbray X zebu cattle breed', + [7480])}, + 'CharfordCattleBreed': {'133797003': ('Charford cattle breed (organism)', [])}, + 'CharfordXZebuCattleBreed': {'133797003': ('Charford X zebu cattle breed', + [7480])}, + 'CharnequeriaGoatBreed': {'131686004': ('Charnequeria goat breed', [7480])}, + 'CharolaisCattleBreed': {'131584009': ('Charolais cattle breed', [7480])}, + 'CharollaisSheepBreed': {'131791009': ('Charollais sheep breed', [7480])}, + 'CharollandaisCattleBreed': {'133350002': ('Charollandais cattle breed', + [7480])}, + 'ChartPolskiDogBreed': {'132549008': ('Chart Polski dog breed', [7480])}, + 'ChartreuxCat': {'43529009': ('Chartreux cat', [7480])}, + 'ChassardLapinProjection': {'399013002': ('Chassard-Lapin projection ' + '(qualifier value)', + [])}, + 'ChassardLapine': {'399013002': ('Chassard-Lapine', [4012])}, + 'Chausse': {'399355001': ('Chausse', [4012])}, + 'ChausseProjection': {'399355001': ('Chausse projection (qualifier value)', + [])}, + 'CheekStructure': {'60819002': ('Cheek structure (body structure)', [])}, + 'ChejuHorseBreed': {'133124006': ('Cheju horse breed', [7480])}, + 'Chemotherapy': {'367336001': ('Chemotherapy', [6083, 6085])}, + 'ChenghuaPigBreed': {'132144009': ('Chenghua pig breed', [7480])}, + 'ChernigovCattleBreed': {'131460004': ('Chernigov cattle breed', [7480])}, + 'ChesapeakeBayRetriever': {'13248002': ('Chesapeake Bay retriever (organism)', + [])}, + 'ChesapeakeBayRetrieverDogBreed': {'13248002': ('Chesapeake Bay retriever dog ' + 'breed', + [7480])}, + 'ChesiCattleBreed': {'133353000': ('Chesi cattle breed', [7480])}, + 'Chest': {'51185008': ('Chest', + [4030, + 4031, + 7483, + 7482, + 4040, + 4042, + 9514, + 7192, + 7151, + 4009])}, + 'ChestAbdomenAndPelvis': {'416775004': ('Chest, Abdomen and Pelvis', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'ChestAndAbdomen': {'416550000': ('Chest and Abdomen', + [4030, + 4031, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'ChestAndOrAbdomenAndOrPelvisStructure': {'416775004': ('Chest and/or abdomen ' + 'and/or pelvis ' + 'structure (body ' + 'structure)', + [])}, + 'ChestAndOrAbdomenStructure': {'416550000': ('Chest and/or abdomen structure ' + '(body structure)', + [])}, + 'ChestCircumference': {'248366000': ('Chest circumference (observable entity)', + [])}, + 'ChestDiscomfort': {'279084009': ('Chest discomfort', [3220])}, + 'ChestImaging': {'413815006': ('Chest imaging (procedure)', [])}, + 'ChestPain': {'29857009': ('Chest Pain', [12246, 3201, 3221, 3220])}, + 'ChestPainFinding': {'29857009': ('Chest pain (finding)', [])}, + 'ChestPainNotPresent': {'161971004': ('Chest pain not present', + [3202, 3220, 3719])}, + 'ChestWall': {'78904004': ('Chest wall', [6129, 6018])}, + 'ChestWallMuscle': {'372074006': ('Chest wall muscle', + [7155, 9514, 7192, 7151])}, + 'ChestWallStructure': {'78904004': ('Chest wall structure (body structure)', + [])}, + 'ChesterWhitePig': {'69461005': ('Chester white pig (organism)', [])}, + 'ChesterWhitePigBreed': {'69461005': ('Chester white pig breed', [7480])}, + 'CheurfaCattleBreed': {'133354006': ('Cheurfa cattle breed', [7480])}, + 'CheviotSheep': {'50717006': ('Cheviot sheep (organism)', [])}, + 'CheviotSheepBreed': {'50717006': ('Cheviot sheep breed', [7480])}, + 'ChewingTobacco': {'81911001': ('Chewing tobacco', [6089])}, + 'ChiTerrierDogBreed': {'132623008': ('Chi Terrier dog breed', [7480])}, + 'ChiangusCattleBreed': {'133578000': ('Chiangus cattle breed', [7480])}, + 'ChianinaCattleBreed': {'35229007': ('Chianina cattle breed (organism)', [])}, + 'ChianinaCowBreed': {'35229007': ('Chianina cow breed', [7480])}, + 'ChianinaPigBreed': {'132179006': ('Chianina pig breed', [7480])}, + 'ChickasawHorseBreed': {'131901008': ('Chickasaw horse breed', [7480])}, + 'ChienDArtoisDogBreed': {'132551007': ("Chien d'Artois dog breed", [7480])}, + 'ChienFrançaisBlancEtNoirDogBreed': {'132543009': ('Chien Français Blanc et ' + 'Noir dog breed', + [7480])}, + 'ChienFrançaisBlancEtOrangeDogBreed': {'132558001': ('Chien Français Blanc et ' + 'Orange dog breed', + [7480])}, + 'ChienFrançaisTricoloreDogBreed': {'132553005': ('Chien Français Tricolore ' + 'dog breed', + [7480])}, + 'ChifordCattleBreed': {'133355007': ('Chiford cattle breed', [7480])}, + 'ChihuahuaSuperbreed': {'9761009': ('Chihuahua superbreed (organism)', [])}, + 'ChihuahuaSuperbreedDogBreed': {'9761009': ('Chihuahua superbreed dog breed', + [7480])}, + 'ChildAndAdolescentPsychiatry': {'309959002': ('Child and Adolescent ' + 'Psychiatry', + [7030])}, + 'ChildAndAdolescentPsychiatryDepartment': {'309959002': ('Child and ' + 'adolescent ' + 'psychiatry ' + 'department ' + '(environment)', + [])}, + 'ChileanCorraleroHorseBreed': {'133141008': ('Chilean Corralero horse breed', + [7480])}, + 'ChillsAndFever': {'274640006': ('Chills and fever', [9300, 60])}, + 'ChiloteHorseBreed': {'131902001': ('Chilote horse breed', [7480])}, + 'ChimaineCattleBreed': {'133356008': ('Chimaine cattle breed', [7480])}, + 'ChinPigBreed': {'133167003': ('Chin pig breed', [7480])}, + 'ChinampoCattleBreed': {'133357004': ('Chinampo cattle breed', [7480])}, + 'ChincoteaguePonyHorseBreed': {'133101004': ('Chincoteague Pony horse breed', + [7480])}, + 'ChineseBlackAndWhiteCattleBreed': {'131585005': ('Chinese Black-and-White ' + 'cattle breed', + [7480])}, + 'ChineseCrestedDogBreed': {'132554004': ('Chinese Crested dog breed', [7480])}, + 'ChineseFooDogBreed': {'132555003': ('Chinese Foo Dog breed', [7480])}, + 'ChineseImperialChInDogBreed': {'132556002': ("Chinese Imperial ch'in dog " + 'breed', + [7480])}, + 'ChineseKazakhHorseBreed': {'131903006': ('Chinese Kazakh horse breed', + [7480])}, + 'ChineseMongolianHorseBreed': {'131904000': ('Chinese Mongolian horse breed', + [7480])}, + 'ChinoSantandereanoCattleBreed': {'131461000': ('Chino Santandereano cattle ' + 'breed', + [7480])}, + 'ChinookDogBreed': {'132557006': ('Chinook dog breed', [7480])}, + 'ChiosSheepBreed': {'131789001': ('Chios sheep breed', [7480])}, + 'ChittagongRedCattleBreed': {'133644001': ('Chittagong Red cattle breed', + [7480])}, + 'ChloralHydrate': {'273948005': ('Chloral hydrate', [625, 623])}, + 'ChloriodizedOil': {'62442005': ('Chloriodized oil', [12, 3850])}, + 'ChloroacetateEsteraseStain': {'255796003': ('chloroacetate esterase stain', + [8112])}, + 'Chloroform': {'259153006': ('Chloroform', [624, 623, 8114])}, + 'Chlorpromazine': {'387258005': ('Chlorpromazine', [626, 623])}, + 'Choline': {'65123005': ('Choline', [7186, 7180, 218, 4032, 4033, 7469])}, + 'CholinergicAgent': {'421148003': ('Cholinergic agent', [621, 622])}, + 'CholinergicReceptorStimulatingAgent': {'421148003': ('Cholinergic receptor ' + 'stimulating agent ' + '(substance)', + [])}, + 'CholistaniCattleBreed': {'133601000': ('Cholistani cattle breed', [7480])}, + 'CholistaniSheepBreed': {'131703003': ('Cholistani sheep breed', [7480])}, + 'CholylCarbon14Glycine': {'70086001': ('Cholyl-carbon^14^ glycine', [25])}, + 'Chondroma': {'31186001': ('Chondroma', [6031, 6030])}, + 'Chondrosarcoma': {'14990007': ('Chondrosarcoma', [6030, 6033])}, + 'ChondrosarcomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'14990007': ('Chondrosarcoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'ChordaeTendineaeCordis': {'102298001': ('Chordae tendineae cordis', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'ChoroidOfEye': {'68703001': ('Choroid of eye', [4211, 4209])}, + 'ChoroidalStructure': {'68703001': ('Choroidal structure (body structure)', + [])}, + 'ChowChow': {'28751008': ('Chow Chow', [7480])}, + 'ChromeAzurolSStain': {'34128002': ('chrome azurol S stain', [8112])}, + 'ChromicAcidStain': {'406986000': ('chromic acid stain', [8112])}, + 'ChromicPhosphateP32': {'17069007': ('Chromic phosphate P^32^', [25])}, + 'Chromium51Albumin': {'4693006': ('Chromium^51^ albumin', [25])}, + 'Chromium51Chloride': {'6973004': ('Chromium^51^ chloride', [25])}, + 'ChromiumTrioxide': {'430821002': ('Chromium trioxide', [8114])}, + 'Chromotrope2RStain': {'85981002': ('chromotrope 2R stain', [8112])}, + 'Chronic': {'90734009': ('Chronic', [3770, 6130])}, + 'ChronicSick': {'161901003': ('Chronic sick (finding)', [])}, + 'ChronicallyIll': {'161901003': ('Chronically ill', [3772])}, + 'ChronotropicIncompetence': {'427989008': ('Chronotropic incompetence', + [3213])}, + 'ChryakPICPigBreed': {'132214002': ('Chryak PIC pig breed', [7480])}, + 'ChrysoidineRStain': {'10247008': ('chrysoidine R stain', [8112])}, + 'ChrysoidineYStain': {'16943008': ('chrysoidine Y stain', [8112])}, + 'ChumbivilcasHorseBreed': {'131905004': ('Chumbivilcas horse breed', [7480])}, + 'ChumyshHorseBreed': {'131906003': ('Chumysh horse breed', [7480])}, + 'CigaretteSmokingTobacco': {'66562002': ('Cigarette smoking tobacco', [6089])}, + 'CildirCattleBreed': {'133358009': ('Cildir cattle breed', [7480])}, + 'CiliaryBody': {'29534007': ('Ciliary body', [4211, 4209])}, + 'CiliaryBodyStructure': {'29534007': ('Ciliary body structure (body ' + 'structure)', + [])}, + 'Cingulum': {'37035000': ('Cingulum', [7153, 7704, 7710, 9514, 7192, 7151])}, + 'CinisaraCattleBreed': {'131462007': ('Cinisara cattle breed', [7480])}, + 'CircleOfWillis': {'11279006': ('Circle of Willis', + [4030, 9514, 7192, 7151, 4])}, + 'CirculatingNurse': {'413854007': ('Circulating Nurse', [7453])}, + 'Circumference': {'74551000': ('Circumference', + [12257, + 12277, + 7470, + 6165, + 12260, + 12271, + 12267, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 218, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 7469])}, + 'Circumferential': {'255593009': ('Circumferential', [6209])}, + 'CircumflexCoronaryArtery': {'57396003': ('Circumflex Coronary Artery', + [3604, + 6109, + 3015, + 12292, + 6102, + 6117, + 9514, + 7192, + 3016, + 7151, + 3827])}, + 'Circumscribed': {'263706005': ('Circumscribed', [6120])}, + 'CircumscribedLesion': {'129738007': ('Circumscribed lesion', [6007, 6006])}, + 'CiritHorseBreed': {'131907007': ('Cirit horse breed', [7480])}, + 'CirnecoDellEtnaDogBreed': {'132422006': ("Cirneco dell'Etna dog breed", + [7480])}, + 'CirsoidAneurysm': {'233982006': ('cirsoid aneurysm', [3808])}, + 'CisternaMagna': {'54165005': ('Cisterna Magna', [12020, 12022])}, + 'Citrate': {'59351004': ('Citrate', [7186, 7180, 218, 4032, 4033, 7469])}, + 'ClassIAntiarrhythmicAgent': {'373260001': ('class I antiarrhythmic agent', + [3762])}, + 'ClassIIAntiarrhythmicAgent': {'373278006': ('class II antiarrhythmic agent', + [3762])}, + 'ClassIIIAntiarrhythmicAgent': {'372855004': ('class III antiarrhythmic agent', + [3762])}, + 'ClassIVAntiarrhythmicAgent': {'372693007': ('class IV antiarrhythmic agent', + [3762])}, + 'Classification': {'278201002': ('Classification (attribute)', [])}, + 'Claudication': {'16973004': ('Claudication', [3221, 3220])}, + 'Clavicle': {'51299004': ('Clavicle', + [12021, + 4030, + 6109, + 4031, + 7304, + 7155, + 6102, + 6114, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'ClavicularNotchOfSternum': {'75319007': ('Clavicular notch of sternum', + [6115])}, + 'ClawnPigBreed': {'133181001': ('Clawn pig breed', [7480])}, + 'Clear': {'263707001': ('Clear', [6067])}, + 'ClearingOfTissueSpecimen': {'433452008': ('Clearing of tissue specimen ' + '(procedure)', + [])}, + 'Cleavage': {'399161006': ('Cleavage', [4015])}, + 'CleavageMammographyView': {'399161006': ('Cleavage mammography view ' + '(qualifier value)', + [])}, + 'Cleaves': {'399245002': ('Cleaves', [4012])}, + 'CleavesProjection': {'399245002': ('Cleaves projection (qualifier value)', + [])}, + 'Clements': {'399028002': ('Clements', [4012])}, + 'ClementsNakayama': {'399320003': ('Clements-Nakayama', [4012])}, + 'ClementsNakayamaProjection': {'399320003': ('Clements-Nakayama projection ' + '(qualifier value)', + [])}, + 'ClementsProjection': {'399028002': ('Clements projection (qualifier value)', + [])}, + 'ClevelandBayHorse': {'41092008': ('Cleveland bay horse (organism)', [])}, + 'ClevelandBayHorseBreed': {'41092008': ('Cleveland bay horse breed', [7480])}, + 'ClinicalAllergyDepartment': {'309913004': ('Clinical allergy department ' + '(environment)', + [])}, + 'ClinicalBiochemistry': {'310076001': ('Clinical Biochemistry', [7030])}, + 'ClinicalBiochemistryService': {'310076001': ('Clinical biochemistry service ' + '(qualifier value)', + [])}, + 'ClinicalFinding': {'404684003': ('Clinical finding (finding)', [])}, + 'ClinicalOncology': {'309902002': ('Clinical Oncology', [7030])}, + 'ClinicalOncologyDepartment': {'309902002': ('Clinical oncology department ' + '(environment)', + [])}, + 'ClinicalReport': {'371524004': ('Clinical report (record artifact)', [])}, + 'ClinicalTargetVolume': {'228792002': ('Clinical target volume (observable ' + 'entity)', + [])}, + 'Clip': {'77720000': ('Clip', [7112, 6040, 6401, 7151, 7111, 7193])}, + 'ClipDevice': {'77720000': ('Clip, device (physical object)', [])}, + 'ClosureOfAtrialSeptalDefect': {'112811009': ('Closure of atrial septal ' + 'defect (procedure)', + [])}, + 'ClosureOfDuctusArteriosusWithClip': {'233199008': ('Closure of ductus ' + 'arteriosus with clip', + [12247])}, + 'Clothing': {'272180002': ('Clothing', [7158, 7151, 7193])}, + 'ClumberSpaniel': {'67977006': ('Clumber spaniel (organism)', [])}, + 'ClumberSpanielDogBreed': {'67977006': ('Clumber spaniel dog breed', [7480])}, + 'ClunForestSheep': {'48697009': ('Clun Forest sheep (organism)', [])}, + 'ClunForestSheepBreed': {'48697009': ('Clun Forest sheep breed', [7480])}, + 'ClydesdaleHorse': {'1247002': ('Clydesdale horse (organism)', [])}, + 'ClydesdaleHorseBreed': {'1247002': ('Clydesdale horse breed', [7480])}, + 'CoPigBreed': {'132350007': ('Co pig breed', [7480])}, + 'Coagulant': {'15117003': ('Coagulant', [10])}, + 'CoarctationAngioplasty': {'308696000': ('Coarctation angioplasty (procedure)', + [])}, + 'CoarctationOfAorta': {'7305005': ('Coarctation of Aorta', + [12291, 3610, 3630])}, + 'CoarctationOfTheAorta': {'7305005': ('Coarctation of the Aorta', + [12249, 12248])}, + 'CoarctationOfTheAortaAngioplastyWithImplantOfStent': {'443829004': ('Coarctation ' + 'of the ' + 'Aorta ' + 'Angioplasty ' + 'with ' + 'Implant ' + 'of ' + 'Stent', + [12247])}, + 'CoarctationOfTheAortaBalloonAngioplasty': {'308696000': ('Coarctation of the ' + 'Aorta Balloon ' + 'Angioplasty', + [12247])}, + 'CoarsePopcornLikeCalcification': {'129749001': ('Coarse (popcorn-like) ' + 'calcification', + [6132, 6011, 6010])}, + 'CoarsePopcornLikeRadiographicCalcification': {'129749001': ('Coarse ' + '(popcorn-like) ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'CobaltChromiumAlloy': {'256526003': ('Cobalt-chromium alloy', [300])}, + 'CoburgerFuchsschafSheepBreed': {'131736002': ('Coburger Fuchsschaf sheep ' + 'breed', + [7480])}, + 'Cocaine': {'387085005': ('Cocaine', [6089])}, + 'CocaineAbuse': {'78267003': ('Cocaine abuse (disorder)', [])}, + 'CoccygealVertebraStructure': {'18149002': ('Coccygeal vertebra structure ' + '(body structure)', + [])}, + 'CoccygealVertrebrae': {'18149002': ('Coccygeal vertrebrae', [7483, 7482])}, + 'Coccyx': {'64688005': ('Coccyx', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'CochinealStain': {'91606004': ('cochineal stain', [8112])}, + 'CockerSpanielAnySolidColorOtherThanBlack': {'30565000': ('Cocker spaniel, ' + 'any solid color ' + 'other than black ' + '(organism)', + [])}, + 'CockettPerforatingVein': {'128549006': ("Cockett's perforating vein", + [12103, + 9514, + 7192, + 7151, + 3827, + 12110])}, + 'CoiledPosition': {'34108001': ('Coiled position (finding)', [])}, + 'CoinLesion': {'308689002': ('Coin lesion', [6104, 6102])}, + 'CoinLesionOfLung': {'308689002': ('Coin lesion of lung (finding)', [])}, + 'ColNoirDuValaisGoatBreed': {'131688003': ('Col Noir du Valais goat breed', + [7480])}, + 'ColcherSussman': {'423091003': ('Colcher-Sussman', [4012])}, + 'ColcherSussmanProjection': {'423091003': ('Colcher-Sussman projection ' + '(qualifier value)', + [])}, + 'ColicLymphNode': {'8356004': ('colic lymph node', [7600])}, + 'CollateralBranchOfVessel': {'397406000': ('Collateral Branch of vessel', + [3496, 12117, 7111])}, + 'CollectionOfBloodSpecimenForLaboratory': {'82078001': ('collection of blood ' + 'specimen for ' + 'laboratory', + [3515])}, + 'Collie': {'19078005': ('Collie', [7480])}, + 'Collimator': {'228761004': ('Collimator', [6040, 6401, 7151, 7193])}, + 'ColloidalGoldAu198': {'37947008': ('Colloidal gold Au^198^', [25])}, + 'ColloidalIndium111': {'30825005': ('Colloidal Indium^111^', [25])}, + 'ColloidalIronStain': {'406952009': ('colloidal iron stain', [8112])}, + 'ColombianCriolloHorseBreed': {'131804001': ('Colombian Criollo horse breed', + [7480])}, + 'Colon': {'71854001': ('Colon', + [4030, + 4031, + 7483, + 7482, + 10060, + 4042, + 9514, + 645, + 7192, + 7151, + 4, + 4009, + 10044])}, + 'ColonStructure': {'71854001': ('Colon structure (body structure)', [])}, + 'ColonicHaustra': {'6533001': ('Colonic haustra', [6201])}, + 'ColonicIntraluminalFluid': {'442170005': ('Colonic intraluminal fluid ' + '(substance)', + [])}, + 'ColorOfFluid': {'250431005': ('Color of fluid (observable entity)', [])}, + 'ColoradoRangerHorseBreed': {'133098003': ('Colorado Ranger horse breed', + [7480])}, + 'ColorectalSurgery': {'309983005': ('Colorectal Surgery', [7030])}, + 'ColorectalSurgeryDepartment': {'309983005': ('Colorectal surgery department ' + '(environment)', + [])}, + 'ColoredBullTerrier': {'86593006': ('Colored bull terrier (organism)', [])}, + 'ColoredBullTerrierDogBreed': {'86593006': ('Colored bull terrier dog breed', + [7480])}, + 'ColorpointShorthairedCat': {'61753003': ('Colorpoint shorthaired cat ' + '(organism)', + [])}, + 'ColostomyBag': {'339648008': ('Colostomy bag', [6202, 6203])}, + 'ColostomySet': {'341036005': ('Colostomy set', [6202, 6203])}, + 'ColourpointShorthairedCat': {'61753003': ('Colourpoint shorthaired cat', + [7480])}, + 'ColumbiaSheepBreed': {'131705005': ('Columbia sheep breed', [7480])}, + 'CombinedDiagnosticAndTherapeutic': {'371931008': ('Combined diagnostic and ' + 'therapeutic (procedure)', + [])}, + 'CombinedDiagnosticAndTherapeuticProcedure': {'371931008': ('Combined ' + 'Diagnostic and ' + 'Therapeutic ' + 'Procedure', + [3629])}, + 'CombinedSmallCellCarcinoma': {'21326004': ('Combined small cell carcinoma ' + '(morphologic abnormality)', + [])}, + 'ComebackSheepBreed': {'131766009': ('Comeback sheep breed', [7480])}, + 'Comedocarcinoma': {'78197004': ('Comedocarcinoma (intraductal)', + [6030, 6033])}, + 'ComedocarcinomaNoninfiltrating': {'78197004': ('Comedocarcinoma, ' + 'noninfiltrating (morphologic ' + 'abnormality)', + [])}, + 'ComisanaSheepBreed': {'131765008': ('Comisana sheep breed', [7480])}, + 'CommonAtrioventricularCanal': {'360481003': ('Common atrioventricular canal', + [12249, 12248])}, + 'CommonAtrium': {'253276007': ('Common atrium', + [3608, + 12284, + 3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'CommonCarotidArtery': {'32062004': ('Common carotid artery', + [3604, + 6109, + 12104, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'CommonCarotidArteryStructure': {'32062004': ('Common carotid artery ' + 'structure (body structure)', + [])}, + 'CommonDuctLymphNode': {'280639005': ('common duct lymph node', [7600])}, + 'CommonFemoralArtery': {'181347005': ('Common Femoral Artery', + [3604, + 12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'CommonFemoralVein': {'397363009': ('Common Femoral Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'CommonFemoralVeinStructure': {'397363009': ('Common femoral vein structure ' + '(body structure)', + [])}, + 'CommonHepaticArtery': {'66559000': ('Common Hepatic Artery', + [12112, 12103, 9514, 7192, 7151, 3827])}, + 'CommonIliacArtery': {'73634005': ('Common Iliac Artery', + [12109, + 12112, + 12103, + 3010, + 12140, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'CommonIliacArteryBifurcation': {'413896006': ('Common iliac artery ' + 'bifurcation', + [1005, + 12109, + 12103, + 1001, + 1000, + 9514, + 7192, + 7151, + 3827])}, + 'CommonIliacArteryStructure': {'73634005': ('Common iliac artery structure ' + '(body structure)', + [])}, + 'CommonIliacBifurcation': {'413896006': ('Common Iliac Bifurcation', + [3837, 7111])}, + 'CommonIliacVein': {'46027005': ('Common iliac vein', + [12113, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 12110])}, + 'CommonNonMitralNonTricuspidAtrioventricularValveStructure': {'312522004': ('Common ' + 'non-mitral ' + 'non-tricuspid ' + 'Atrioventricular ' + 'Valve ' + 'Structure', + [12285])}, + 'CommonTruncusArteriosus': {'61959006': ('Common truncus arteriosus ' + '(disorder)', + [])}, + 'CommonVentricle': {'45503006': ('Common ventricle', + [3609, + 3010, + 12287, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'Complaint': {'409586006': ('Complaint', [3769])}, + 'Complete': {'255594003': ('Complete', [67])}, + 'CompleteAtrioventricularBlock': {'27885002': ('Complete atrioventricular ' + 'block (disorder)', + [])}, + 'CompleteTranspositionOfGreatVessels': {'26146002': ('Complete transposition ' + 'of great vessels', + [12249, 12248])}, + 'ComplicatedAtheromatousPlaque': {'74937006': ('complicated atheromatous ' + 'plaque', + [3817])}, + 'ComplicationOfProcedure': {'116224001': ('Complication of Procedure', + [7002])}, + 'ComponentOfOpticalMicroscope': {'445316008': ('Component of optical ' + 'microscope (physical object)', + [])}, + 'CompositeHemodynamicMeasurementMethod': {'128577002': ('Composite ' + 'hemodynamic ' + 'measurement method', + [3241])}, + 'CompositeHemodynamicMeasurementMethodRegimeTherapy': {'128577002': ('Composite ' + 'hemodynamic ' + 'measurement ' + 'method ' + '(regime/therapy)', + [])}, + 'Compression': {'71173004': ('compression', [3805])}, + 'CompressionAction': {'263720003': ('Compression - action', [94])}, + 'CompressionPaddle': {'129460009': ('Compression paddle', + [6040, 6401, 7151, 7193])}, + 'CompressionPaddleDevice': {'129460009': ('Compression paddle, device ' + '(physical object)', + [])}, + 'ComputedHemodynamicMeasurementMethod': {'128576006': ('Computed hemodynamic ' + 'measurement method', + [3241])}, + 'ComputedHemodynamicMeasurementMethodRegimeTherapy': {'128576006': ('Computed ' + 'hemodynamic ' + 'measurement ' + 'method ' + '(regime/therapy)', + [])}, + 'ComputedTomographyAngiographyOfCoronaryArteries': {'419545005': ('Computed ' + 'tomography ' + 'angiography ' + 'of ' + 'coronary ' + 'arteries ' + '(procedure)', + [])}, + 'ComputedTomographyGuidedBiopsy': {'277591006': ('Computed tomography guided ' + 'biopsy', + [6060, 6058])}, + 'ComputedTomographyOfAbdominalAorta': {'241553009': ('Computed tomography of ' + 'abdominal aorta ' + '(procedure)', + [])}, + 'ComputedTomographyOfBreast': {'241539009': ('Computed tomography of breast ' + '(procedure)', + [])}, + 'ComputedTomographyOfCardiovascularSystem': {'303680000': ('Computed ' + 'tomography of ' + 'cardiovascular ' + 'system ' + '(procedure)', + [])}, + 'ComputedTomographyOfHead': {'303653007': ('Computed tomography of head ' + '(procedure)', + [])}, + 'ComputedTomographyOfHeart': {'241547009': ('Computed tomography of heart ' + '(procedure)', + [])}, + 'ComputedTomographyWithoutContrast': {'399331006': ('Computed tomography ' + 'without contrast ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForAsymmetricBreastTissue': {'133889002': ('Computer ' + 'assisted ' + 'image ' + 'analysis ' + 'for ' + 'asymmetric ' + 'breast ' + 'tissue ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForBreastCompositionAnalysis': {'133890006': ('Computer ' + 'assisted ' + 'image ' + 'analysis ' + 'for ' + 'breast ' + 'composition ' + 'analysis ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForFocalAsymmetricDensity': {'133888005': ('Computer ' + 'assisted ' + 'image ' + 'analysis ' + 'for ' + 'focal ' + 'asymmetric ' + 'density ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForImageQuality': {'133887000': ('Computer ' + 'assisted ' + 'image ' + 'analysis for ' + 'image quality ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForSpatialCollocation': {'133884007': ('Computer ' + 'assisted ' + 'image ' + 'analysis ' + 'for ' + 'spatial ' + 'collocation ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForSpatialProximity': {'133885008': ('Computer ' + 'assisted ' + 'image ' + 'analysis ' + 'for ' + 'spatial ' + 'proximity ' + '(procedure)', + [])}, + 'ComputerAssistedImageAnalysisForTemporalCorrelation': {'133886009': ('Computer ' + 'assisted ' + 'image ' + 'analysis ' + 'for ' + 'temporal ' + 'correlation ' + '(procedure)', + [])}, + 'ComputerizedAxialTomography': {'77477000': ('Computerized axial tomography ' + '(procedure)', + [])}, + 'ComputerizedTomographyService': {'310128004': ('Computerized Tomography ' + 'Service', + [7030])}, + 'ComtoisHorseBreed': {'131805000': ('Comtois horse breed', [7480])}, + 'ConcaveContactFundusLens': {'409783000': ('Concave contact fundus lens', + [4205])}, + 'ConcaveNoncontactFundusLens': {'410688004': ('Concave noncontact fundus lens', + [4205])}, + 'Concentric': {'255465008': ('Concentric', [3491, 3806])}, + 'CondenserAnnulus': {'445634000': ('Condenser annulus', [8124])}, + 'CondenserAnnulusOfOpticalMicroscope': {'445634000': ('Condenser annulus of ' + 'optical microscope ' + '(physical object)', + [])}, + 'Condition': {'260905004': ('Condition (attribute)', [])}, + 'ConductanceCatheterMethod': {'133910006': ('Conductance catheter method', + [3241])}, + 'ConductionDisorderOfTheHeart': {'44808001': ('Conduction disorder of the ' + 'heart (disorder)', + [])}, + 'ConeBeamAcquisition': {'702569007': ('Cone Beam Acquisition', [10013])}, + 'ConeBeamComputedTomographyImagingAction': {'702569007': ('Cone beam computed ' + 'tomography imaging ' + '- action ' + '(qualifier value)', + [])}, + 'ConfocalScanningLaserOphthalmoscope': {'392004000': ('Confocal Scanning ' + 'Laser Ophthalmoscope', + [4210])}, + 'CongenitalAnomalyOfCardiovascularSystem': {'9904008': ('Congenital anomaly ' + 'of cardiovascular ' + 'system (disorder)', + [])}, + 'CongenitalCoronaryArteryFistulaToLeftAtrium': {'128555001': ('Congenital ' + 'coronary ' + 'artery fistula ' + 'to left atrium', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'CongenitalCoronaryArteryFistulaToLeftVentricle': {'128556000': ('Congenital ' + 'coronary ' + 'artery ' + 'fistula to ' + 'left ' + 'ventricle', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'CongenitalCoronaryArteryFistulaToRightAtrium': {'128557009': ('Congenital ' + 'coronary ' + 'artery ' + 'fistula to ' + 'right atrium', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'CongenitalCoronaryArteryFistulaToRightVentricle': {'128558004': ('Congenital ' + 'coronary ' + 'artery ' + 'fistula to ' + 'right ' + 'ventricle', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'CongenitalHeartDisease': {'13213009': ('Congenital heart disease', [12246])}, + 'CongenitalPulmonaryArteriovenousFistula': {'111289009': ('Congenital ' + 'pulmonary ' + 'arteriovenous ' + 'fistula', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'CongenitalPulmonaryArteryConduit': {'128584005': ('Congenital pulmonary ' + 'artery conduit (disorder)', + [])}, + 'CongenitalPulmonaryVeinConfluence': {'128566008': ('Congenital pulmonary ' + 'vein confluence ' + '(disorder)', + [])}, + 'CongenitalPulmonaryVenousAtrium': {'128567004': ('Congenital pulmonary ' + 'venous atrium (disorder)', + [])}, + 'CongenitalStenosisOfAorticValve': {'18546004': ('Congenital stenosis of ' + 'aortic valve', + [12249, 12248])}, + 'CongenitalSystemicVenousAtrium': {'128568009': ('Congenital systemic venous ' + 'atrium (disorder)', + [])}, + 'CongestiveCardiomyopathy': {'399020009': ('Congestive cardiomyopathy', + [3700, 3728])}, + 'CongestiveHeartFailure': {'42343007': ('Congestive heart failure', + [3413, 3700, 3755])}, + 'CongoRedStain': {'45106005': ('Congo red stain', [8112])}, + 'Conjunctiva': {'29445007': ('Conjunctiva', [4211, 4209])}, + 'ConjunctivalStructure': {'29445007': ('Conjunctival structure (body ' + 'structure)', + [])}, + 'ConnectiveTissue': {'21793004': ('Connective tissue', [7191, 7151, 7166])}, + 'ConnectiveTissueStructure': {'21793004': ('Connective tissue structure (body ' + 'structure)', + [])}, + 'ConnemaraPonyHorseBreed': {'133097008': ('Connemara Pony horse breed', + [7480])}, + 'ConnorPrairiePig': {'29881002': ('Connor prairie pig (organism)', [])}, + 'ConnorPrairiePigBreed': {'29881002': ('Connor prairie pig breed', [7480])}, + 'ConstrictedPupil': {'301939004': ('Constricted Pupil', [4222])}, + 'ConstrictivePericarditis': {'85598007': ('Constrictive pericarditis', + [3700, 3728])}, + 'ConstructionOfConduitRightAtriumToPulmonaryTrunk': {'233022006': ('Construction ' + 'of ' + 'conduit - ' + 'right ' + 'atrium to ' + 'pulmonary ' + 'trunk ' + '(procedure)', + [])}, + 'ConstructionOfLVToAortaTunnelWRVToPAValvedConduit': {'429620002': ('Construction ' + 'of LV to ' + 'aorta ' + 'tunnel w ' + 'RV to PA ' + 'valved ' + 'conduit', + [12247])}, + 'ConstructionOfLeftVentricleToAortaTunnelWithRightVentricleToPulmonaryArteryValvedConduit': {'429620002': ('Construction ' + 'of ' + 'left ' + 'ventricle ' + 'to ' + 'aorta ' + 'tunnel ' + 'with ' + 'right ' + 'ventricle ' + 'to ' + 'pulmonary ' + 'artery ' + 'valved ' + 'conduit ' + '(procedure)', + [])}, + 'Consultant': {'309390008': ('Consultant', [7450, 7452])}, + 'ContactFundusLens': {'410686000': ('Contact fundus lens', [4205])}, + 'ContactWith': {'11723008': ('Contact with', [5])}, + 'ContactWithContextualQualifier': {'11723008': ('Contact with (contextual ' + 'qualifier) (qualifier value)', + [])}, + 'Continuous': {'255238004': ('Continuous', [6091])}, + 'ContinuousElectrocardiogramMonitoring': {'266706003': ('Continuous ' + 'electrocardiogram ' + 'monitoring ' + '(procedure)', + [])}, + 'ContinuousFlowVentilation': {'243156001': ('Continuous flow ventilation', + [620, 619])}, + 'Contraceptives': {'108899006': ('Contraceptives', [6080])}, + 'Contraindicated': {'373147003': ('Contraindicated', [3741, 3743, 3742]), + '373148008': ('Contraindicated', [3740])}, + 'Contralateral': {'255209002': ('Contralateral', [246])}, + 'ContrastAgent': {'7140000': ('Contrast agent', [6040, 12, 7198, 6402, 3850])}, + 'ContrastEchocardiography': {'433231002': ('Contrast echocardiography', + [12001])}, + 'ContrastMedia': {'385420005': ('Contrast media', [7112, 6201, 7111])}, + 'ContrastMediaAdverseReaction': {'292095005': ('Contrast media adverse ' + 'reaction', + [3413, 3755])}, + 'ContrastMediaAllergy': {'293637006': ('Contrast Media Allergy', [1200])}, + 'ContrastMediaSeenInPlaque': {'413912008': ('Contrast media seen in plaque ' + '(finding)', + [])}, + 'ContrastMediumInjectionSystemManifoldKit': {'467354001': ('Contrast medium ' + 'injection system ' + 'manifold kit', + [69])}, + 'ControlledVentilation': {'243147009': ('Controlled Ventilation', [617, 618])}, + 'ConvergentGaze': {'408745006': ('Convergent gaze', [4201])}, + 'ConvexContactFundusLens': {'410689007': ('Convex contact fundus lens', + [4205])}, + 'ConvexNoncontactFundusLens': {'410687009': ('Convex noncontact fundus lens', + [4205])}, + 'Coonhound': {'73319009': ('Coonhound', [7480])}, + 'CoopworthSheepBreed': {'131764007': ('Coopworth sheep breed', [7480])}, + 'Copper62LabeledPyruvaldehydeBisN4MethylThiosemicarbazone': {'422789008': ('Copper^62^ ' + 'labeled ' + 'pyruvaldehyde-bis ' + 'N-(4)-methyl-thiosemicarbazone ' + '(product)', + [])}, + 'Copper64Acetate': {'78686003': ('Copper^64^ acetate', [25])}, + 'Copper64LabeledDiacetylBisN4Methylthiosemicarbazone': {'422855001': ('Copper^64^ ' + 'labeled ' + 'diacetyl-bis ' + 'N-(4)-methylthiosemicarbazone ' + '(product)', + [])}, + 'Copper64Versenate': {'88166005': ('Copper^64^ versenate', [25])}, + 'Copper67Ceruloplasmin': {'29460005': ('Copper^67^ ceruloplasmin', [25])}, + 'CopperANDORCopperCompound': {'105837005': ('Copper AND/OR copper compound ' + '(substance)', + [])}, + 'CopperOrCopperCompound': {'105837005': ('Copper or Copper compound', + [10006, 10067])}, + 'CorTriatriatumOrifice': {'443445009': ('Cor Triatriatum Orifice', [12283])}, + 'CorTriloculareBiventriculare': {'253276007': ('Cor triloculare ' + 'biventriculare (disorder)', + [])}, + 'CoracoidProcessOfScapula': {'8931003': ('Coracoid process of scapula', + [6115])}, + 'CoreBodyTemperatureMeasuredInRectum': {'307047009': ('Core body temperature ' + 'measured in rectum ' + '(observable entity)', + [])}, + 'CoreNeedleBiopsyOfBreast': {'44578009': ('Core needle biopsy of breast', + [6083, 6050])}, + 'CoreSampleOfTissueBlock': {'430970004': ('Core sample of tissue block', + [8103])}, + 'CoreSampling': {'434479002': ('Core sampling', [8110])}, + 'CoreSamplingOfTissueBlock': {'434479002': ('Core sampling of tissue block ' + '(procedure)', + [])}, + 'CoriphosphineStain': {'49687009': ('coriphosphine stain', [8112])}, + 'CormoSheepBreed': {'131753009': ('Cormo sheep breed', [7480])}, + 'Cornea': {'28726007': ('Cornea', + [4211, 4266, 9514, 7192, 7151, 4209, 4, 4233, 4029])}, + 'CornealEndothelium': {'65431007': ('Corneal endothelium', [4211])}, + 'CornealEpithelium': {'15775008': ('Corneal epithelium', [4211])}, + 'CornealOpacity': {'64634000': ('Corneal Opacity', [4222])}, + 'CornealStructure': {'28726007': ('Corneal structure (body structure)', [])}, + 'CornishRexCatBreed': {'56917006': ('Cornish rex cat breed', [7480])}, + 'Coronal': {'81654009': ('Coronal', [6, 502, 2, 501, 26])}, + 'CoronaryAngiography': {'33367005': ('Coronary angiography (procedure)', [])}, + 'CoronaryArteriography': {'33367005': ('Coronary Arteriography', + [3405, 3428])}, + 'CoronaryArteriosclerosis': {'53741008': ('Coronary arteriosclerosis ' + '(disorder)', + [])}, + 'CoronaryArtery': {'41801008': ('Coronary Artery', + [3604, + 4030, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'CoronaryArteryBypassGraft': {'232717009': ('Coronary artery bypass graft', + [3721, 3764])}, + 'CoronaryArteryBypassGrafting': {'232717009': ('Coronary artery bypass ' + 'grafting (procedure)', + [])}, + 'CoronaryArteryDisease': {'53741008': ('Coronary artery disease', + [3700, 12246, 3201])}, + 'CoronaryArteryFeature': {'364092001': ('Coronary artery feature (observable ' + 'entity)', + [])}, + 'CoronaryArteryFistulaToRightAtrium': {'373095005': ('Coronary artery fistula ' + 'to right atrium ' + '(disorder)', + [])}, + 'CoronaryArteryGraft': {'264293000': ('Coronary Artery Graft', + [3604, + 6109, + 1004, + 3015, + 6102, + 1001, + 6117, + 1000, + 9514, + 7192, + 7151, + 3827])}, + 'CoronaryArteryStructure': {'41801008': ('Coronary artery structure (body ' + 'structure)', + [])}, + 'CoronaryBypassGraftAngiography': {'252427007': ('Coronary bypass graft ' + 'angiography (procedure)', + [])}, + 'CoronarySinus': {'31162003': ('Coronary sinus', [3608, 3630]), + '90219004': ('Coronary Sinus', + [3839, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'CoronarySinusStructure': {'90219004': ('Coronary sinus structure (body ' + 'structure)', + [])}, + 'CorpusCallosum': {'88442005': ('Corpus callosum', + [7153, 7705, 7710, 9514, 7192, 7151])}, + 'CorpusCallosumStructure': {'88442005': ('Corpus callosum structure (body ' + 'structure)', + [])}, + 'CorpusStriatum': {'31428008': ('Corpus striatum', [7153, 9514, 7192, 7151])}, + 'CorpusStriatumStructure': {'31428008': ('Corpus striatum structure (body ' + 'structure)', + [])}, + 'CorrectedTranspositionOfGreatVessels': {'83799000': ('Corrected ' + 'transposition of great ' + 'vessels', + [12249, 12248])}, + 'CorrectionOfCongenitalCardiovascularDeformity': {'428613004': ('Correction ' + 'of ' + 'congenital ' + 'cardiovascular ' + 'deformity', + [3721])}, + 'CorrectionOfVentricularSeptalDefect': {'76025005': ('Correction of ' + 'ventricular septal ' + 'defect', + [12247])}, + 'CorriedaleSheep': {'67515002': ('Corriedale sheep (organism)', [])}, + 'CorriedaleSheepBreed': {'67515002': ('Corriedale sheep breed', [7480])}, + 'CorrienteCattleBreed': {'131586006': ('Corriente cattle breed', [7480])}, + 'CorsicanCattleBreed': {'133361005': ('Corsican cattle breed', [7480])}, + 'CorsicanGoatBreed': {'131649000': ('Corsican goat breed', [7480])}, + 'CorsicanHorseBreed': {'131806004': ('Corsican horse breed', [7480])}, + 'CorsicanPigBreed': {'132123009': ('Corsican pig breed', [7480])}, + 'CorticospinalTractInBrainstem': {'360568007': ('corticospinal tract in ' + 'brainstem', + [7710, 7701])}, + 'CosentinaPigBreed': {'132180009': ('Cosentina pig breed', [7480])}, + 'CostaRicanSaddleHorseHorseBreed': {'131807008': ('Costa Rican Saddle Horse ' + 'horse breed', + [7480])}, + 'CostalCartilage': {'50016007': ('Costal Cartilage', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'CostalGroove': {'17399006': ('Costal groove', [6115])}, + 'CostenoHorseBreed': {'131808003': ('Costeno horse breed', [7480])}, + 'CosteñoConCuernosCattleBreed': {'131587002': ('Costeño con Cuernos cattle ' + 'breed', + [7480])}, + 'CostocervicalTrunk': {'3159004': ('Costocervical trunk', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'CotonDeTuléarDogBreed': {'132489000': ('Coton de Tuléar dog breed', [7480])}, + 'Cotswold16PigBreed': {'132016006': ('Cotswold 16 pig breed', [7480])}, + 'Cotswold29PigBreed': {'132017002': ('Cotswold 29 pig breed', [7480])}, + 'Cotswold90PigBreed': {'132018007': ('Cotswold 90 pig breed', [7480])}, + 'CotswoldGoldPigBreed': {'132014009': ('Cotswold Gold pig breed', [7480])}, + 'CotswoldPlatinumPigBreed': {'132015005': ('Cotswold Platinum pig breed', + [7480])}, + 'CotswoldSheep': {'67414001': ('Cotswold sheep (organism)', [])}, + 'CotswoldSheepBreed': {'67414001': ('Cotswold sheep breed', [7480])}, + 'Cough': {'49727002': ('Cough', [9300, 60])}, + 'Cranial': {'66787007': ('Cranial', [5])}, + 'CranialCavity': {'1101003': ('Cranial Cavity', [7140])}, + 'CranialCavityStructure': {'1101003': ('Cranial cavity structure (body ' + 'structure)', + [])}, + 'CranialLAO': {'408723005': ('Cranial LAO', [3466])}, + 'CranialLeftAnteriorObliqueProjection': {'408723005': ('Cranial left anterior ' + 'oblique projection ' + '(qualifier value)', + [])}, + 'CranialNerve': {'25238003': ('Cranial nerve', [9514, 7192, 7151, 7167])}, + 'CranialNerveStructure': {'25238003': ('Cranial nerve structure (body ' + 'structure)', + [])}, + 'CranialRAO': {'408725003': ('Cranial RAO', [3466])}, + 'CranialRightAnteriorObliqueProjection': {'408725003': ('Cranial right ' + 'anterior oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'CranialSubarachnoidSpace': {'33930006': ('Cranial Subarachnoid Space', + [7140])}, + 'CranialVenousSystem': {'128320002': ('Cranial venous system', + [4030, 9514, 7192, 7151, 4])}, + 'CranioCaudal': {'399162004': ('cranio-caudal', [4010, 4014, 501])}, + 'CranioCaudalExaggeratedLaterally': {'399192008': ('cranio-caudal exaggerated ' + 'laterally', + [4014])}, + 'CranioCaudalExaggeratedMedially': {'399101009': ('cranio-caudal exaggerated ' + 'medially', + [4014])}, + 'CranioCaudalProjection': {'399162004': ('Cranio-caudal projection (qualifier ' + 'value)', + [])}, + 'CranioCaudalProjectionExaggeratedLaterally': {'399192008': ('Cranio-caudal ' + 'projection ' + 'exaggerated ' + 'laterally ' + '(qualifier ' + 'value)', + [])}, + 'CranioCaudalProjectionExaggeratedMedially': {'399101009': ('Cranio-caudal ' + 'projection ' + 'exaggerated ' + 'medially ' + '(qualifier ' + 'value)', + [])}, + 'Creatine': {'14804005': ('Creatine', [7186, 7180, 218, 4032, 4033, 7469])}, + 'CreationOfConduitBetweenRightVentricleAndPulmonaryArtery': {'44777001': ('Creation ' + 'of ' + 'conduit ' + 'between ' + 'right ' + 'ventricle ' + 'and ' + 'pulmonary ' + 'artery ' + '(procedure)', + [])}, + 'CreationOfConduitRightAtriumToPulmonaryTrunk': {'233022006': ('Creation of ' + 'conduit right ' + 'atrium to ' + 'pulmonary ' + 'trunk', + [12247])}, + 'CreoleAntillesGoatBreed': {'131658007': ('Creole Antilles goat breed', + [7480])}, + 'CresylEchtVioletStain': {'406960005': ('cresyl echt violet stain', [8112])}, + 'CresylVioletStain': {'406959000': ('cresyl violet stain', [8112])}, + 'CretanLowlandCattleBreed': {'133362003': ('Cretan Lowland cattle breed', + [7480])}, + 'CretanMountainCattleBreed': {'133363008': ('Cretan Mountain cattle breed', + [7480])}, + 'CribriformCarcinoma': {'30156004': ('Cribriform carcinoma (morphologic ' + 'abnormality)', + [])}, + 'CriolloCattleBreed': {'83996001': ('Criollo cattle breed (organism)', [])}, + 'CriolloCowBreed': {'83996001': ('Criollo cow breed', [7480])}, + 'CriolloHorseBreed': {'133095000': ('Criollo horse breed', [7480])}, + 'CriolloSheepBreed': {'131752004': ('Criollo sheep breed', [7480])}, + 'CriouloHorseBreed': {'133028006': ('Crioulo horse breed', [7480])}, + 'CroatianRedCattleBreed': {'133364002': ('Croatian Red cattle breed', [7480])}, + 'CrystalPonceauStain': {'68459007': ('crystal ponceau stain', [8112])}, + 'CréoleAntillesGoatBreed': {'131658007': ('Créole Antilles goat breed ' + '(organism)', + [])}, + 'CréolePigBreed': {'132124003': ('Créole pig breed', [7480])}, + 'CubanCriolloCattleBreed': {'133798008': ('Cuban Criollo cattle breed ' + '(organism)', + [])}, + 'CubanCriolloXZebuCattleBreed': {'133798008': ('Cuban Criollo X zebu cattle ' + 'breed', + [7480])}, + 'CubanPasoHorseBreed': {'131809006': ('Cuban Paso horse breed', [7480])}, + 'CubanPintoHorseBreed': {'133105008': ('Cuban Pinto horse breed', [7480])}, + 'CubanTrotterHorseBreed': {'131910000': ('Cuban Trotter horse breed', [7480])}, + 'CubanZebuCattleBreed': {'133799000': ('Cuban Zebu cattle breed (organism)', + [])}, + 'CubanZebuXZebuCattleBreed': {'133799000': ('Cuban Zebu X zebu cattle breed', + [7480])}, + 'CubitalLymphNode': {'34775006': ('cubital lymph node', [7600])}, + 'CuinoPigBreed': {'132181008': ('Cuino pig breed', [7480])}, + 'CukurovaCattleBreed': {'133365001': ('Cukurova cattle breed', [7480])}, + 'CukurovaHorseBreed': {'132736000': ('Cukurova horse breed', [7480])}, + 'Culprit': {'371895000': ('Culprit', [3712])}, + 'CulpritLesion': {'371895000': ('Culprit Lesion', [3487])}, + 'CulpritLesionOfCoronaryArtery': {'371895000': ('Culprit lesion of coronary ' + 'artery (finding)', + [])}, + 'CupremHybridCattleBreed': {'131463002': ('Cuprem Hybrid cattle breed', + [7480])}, + 'CurativeIntent': {'373808002': ('Curative intent', [3629])}, + 'CurativeProcedureIntent': {'373808002': ('Curative - procedure intent ' + '(qualifier value)', + [])}, + 'CurcuminStain': {'89028002': ('curcumin stain', [8112])}, + 'CurledUp': {'34108001': ('curled-up', [20])}, + 'CurlyCoatedRetriever': {'38449002': ('Curly-coated retriever (organism)', + [])}, + 'CurlyCoatedRetrieverDogBreed': {'38449002': ('Curly-coated retriever dog ' + 'breed', + [7480])}, + 'CurraleiroCattleBreed': {'133366000': ('Curraleiro cattle breed', [7480])}, + 'CurrentSmoker': {'77176002': ('Current Smoker', [3724])}, + 'CutchiCattleBreed': {'133645000': ('Cutchi cattle breed', [7480])}, + 'CuttingBalloonAngioplastyCBADevice': {'371794009': ('Cutting Balloon ' + 'Angioplasty (CBA) ' + 'Device', + [3429, 3411])}, + 'CuttingBalloonAngioplastyDevice': {'371794009': ('Cutting balloon ' + 'angioplasty device ' + '(physical object)', + [])}, + 'CyanocobalaminCo57': {'187006': ('Cyanocobalamin Co^57^', [25])}, + 'CyanocobalaminCo58': {'5692007': ('Cyanocobalamin Co^58^', [25])}, + 'CyanocobalaminCo60': {'72159005': ('Cyanocobalamin Co^60^', [25])}, + 'Cyanosis': {'3415004': ('Cyanosis', [12249, 12248])}, + 'Cyclopentolate': {'8348002': ('Cyclopentolate', [4208])}, + 'CylindroidAneurysm': {'52856002': ('cylindroid aneurysm', [3808])}, + 'CyprusCattleBreed': {'133367009': ('Cyprus cattle breed', [7480])}, + 'Cyst': {'367643001': ('Cyst', [7159, 7194, 7151])}, + 'CystOfBreast': {'399294002': ('Cyst of breast', [6031, 6030, 6064, 6054])}, + 'Cystadenocarcinoma': {'21008007': ('Cystadenocarcinoma', [639, 638])}, + 'CysticAdventitialDisease': {'234021009': ('cystic adventitial disease', + [3805])}, + 'CysticLymphNode': {'280556009': ('cystic lymph node', [7600])}, + 'CysticMedialNecrosis': {'42182000': ('Cystic medial necrosis (morphologic ' + 'abnormality)', + [])}, + 'CysticMedicalNecrosis': {'42182000': ('cystic medical necrosis', [3817])}, + 'Cytokine': {'75777003': ('Cytokine', [637])}, + 'Cytology': {'310200001': ('Cytology', [7030])}, + 'CytologyService': {'310200001': ('Cytology service (qualifier value)', [])}, + 'CzechColdbloodHorseBreed': {'132737009': ('Czech Coldblood horse breed', + [7480])}, + 'CzechImprovedWhitePigBreed': {'133215008': ('Czech Improved White pig breed', + [7480])}, + 'CzechMeatPigBreed': {'133222000': ('Czech Meat pig breed', [7480])}, + 'CzechMiniaturePigBreed': {'133223005': ('Czech Miniature pig breed', [7480])}, + 'CzechPiedCattleBreed': {'133368004': ('Czech Pied cattle breed', [7480])}, + 'CzechWarmbloodHorseBreed': {'131915005': ('Czech Warmblood horse breed', + [7480])}, + 'CzechoslovakianSmallRidingHorseHorseBreed': {'132738004': ('Czechoslovakian ' + 'Small Riding ' + 'Horse horse ' + 'breed', + [7480])}, + 'CãoDaSerraDeAiresDogBreed': {'132417006': ('Cão da Serra de Aires dog breed', + [7480])}, + 'CãoDeCastroLaboreiroDogBreed': {'132418001': ('Cão de Castro Laboreiro dog ' + 'breed', + [7480])}, + 'CãoDeFilaMiguelDogBreed': {'132419009': ('Cão de Fila Miguel dog breed', + [7480])}, + 'DBIPigBreed': {'132328006': ('DBI pig breed', [7480])}, + 'DHSPlate': {'257327003': ('DHS Plate', [7309, 7307])}, + 'DKPig30PigBreed': {'41561001': ('DK pig 30 pig breed', [7480])}, + 'DKPig31PigBreed': {'36570001': ('DK pig 31 pig breed', [7480])}, + 'DKPig33PigBreed': {'6053007': ('DK pig 33 pig breed', [7480])}, + 'DKPig51PigBreed': {'8516002': ('DK pig 51 pig breed', [7480])}, + 'DKPig61PigBreed': {'61973002': ('DK pig 61 pig breed', [7480])}, + 'DKPig63PigBreed': {'112490000': ('DK pig 63 pig breed', [7480])}, + 'DKPig77PigBreed': {'11161001': ('DK pig 77 pig breed', [7480])}, + 'DKPigBreed': {'74921000': ('DK pig breed', [7480])}, + 'DLSSheepBreed': {'132855006': ('DLS sheep breed', [7480])}, + 'DRUTMTerminalsPigBreed': {'132209001': ('DRU (TM) Terminals pig breed ' + '(organism)', + [])}, + 'DRUTerminalsPigBreed': {'132209001': ('DRU™ Terminals pig breed', [7480])}, + 'DabieshanCattleBreed': {'131464008': ('Dabieshan cattle breed', [7480])}, + 'DachshundMiniatureBreed': {'132369002': ('Dachshund, Miniature breed ' + '(organism)', + [])}, + 'DachshundMiniatureDogBreed': {'132369002': ('Dachshund, Miniature dog breed', + [7480])}, + 'DachshundSuperbreedOfDog': {'2062007': ('Dachshund superbreed of dog', + [7480])}, + 'DaeraDinPanahGoatBreed': {'131653003': ('Daera Din Panah goat breed', + [7480])}, + 'DagestanMountainCattleBreed': {'133369007': ('Dagestan Mountain cattle breed', + [7480])}, + 'DahePigBreed': {'132152007': ('Dahe pig breed', [7480])}, + 'DairyShorthornCattleBreed': {'133370008': ('Dairy Shorthorn cattle breed', + [7480])}, + 'DairySyntheticCattleBreed': {'133371007': ('Dairy Synthetic cattle breed', + [7480])}, + 'DairyZebuOfUberabaCattleBreed': {'133646004': ('Dairy Zebu of Uberaba cattle ' + 'breed', + [7480])}, + 'DajalCattleBreed': {'133602007': ('Dajal cattle breed', [7480])}, + 'DalaSheepBreed': {'131751006': ('Dala sheep breed', [7480])}, + 'DalesPonyHorseBreed': {'133099006': ('Dales Pony horse breed', [7480])}, + 'DalesbredSheepBreed': {'131750007': ('Dalesbred sheep breed', [7480])}, + 'Dalland020PigBreed': {'132206008': ('Dalland 020 pig breed', [7480])}, + 'Dalland030PigBreed': {'132050002': ('Dalland 030 pig breed', [7480])}, + 'Dalland080PigBreed': {'132171009': ('Dalland 080 pig breed', [7480])}, + 'DalmatianDog': {'5916008': ('Dalmatian dog', [7480])}, + 'DamaniGoatBreed': {'131689006': ('Damani goat breed', [7480])}, + 'DamaniSheepBreed': {'131749007': ('Damani sheep breed', [7480])}, + 'DamaraCattleBreed': {'131465009': ('Damara cattle breed', [7480])}, + 'DamaraSheepBreed': {'131748004': ('Damara sheep breed', [7480])}, + 'DamascusCattleBreed': {'131588007': ('Damascus cattle breed', [7480])}, + 'DamiettaCattleBreed': {'131432001': ('Damietta cattle breed', [7480])}, + 'DamusStanselKayeOperation': {'233134001': ('Damus-Stansel-Kaye operation', + [12247])}, + 'DanakilCattleBreed': {'131466005': ('Danakil cattle breed', [7480])}, + 'DandieDinmontTerrier': {'3347005': ('Dandie dinmont terrier', [7480])}, + 'DaneliusMiller': {'424811006': ('Danelius-Miller', [4012])}, + 'DaneliusMillerProjection': {'424811006': ('Danelius-Miller projection ' + '(qualifier value)', + [])}, + 'DangiCattleBreed': {'133603002': ('Dangi cattle breed', [7480])}, + 'DangiCattleBreedOrganism': {'133603002': ('Dangi cattle breed (organism)', + [])}, + 'DangiCattleBreed': {'133603002': ('Dangi cattle breed', [7480])}, + 'DanishBroholmerDogBreed': {'132491008': ('Danish Broholmer dog breed', + [7480])}, + 'DanishDurocPigBreed': {'132265005': ('Danish Duroc pig breed', [7480])}, + 'DanishHampshirePigBreed': {'132266006': ('Danish Hampshire pig breed', + [7480])}, + 'DanishJerseyCattleBreed': {'133580006': ('Danish Jersey cattle breed', + [7480])}, + 'DanishLandraceGoatBreed': {'131661008': ('Danish Landrace goat breed', + [7480])}, + 'DanishLandracePig': {'84528008': ('Danish landrace pig (organism)', [])}, + 'DanishLandracePigBreed': {'84528008': ('Danish landrace pig breed', [7480])}, + 'DanishLandraceSheepBreed': {'131737006': ('Danish Landrace sheep breed', + [7480])}, + 'DanishLargeWhitePigBreed': {'132264009': ('Danish Large White pig breed', + [7480])}, + 'DanishOldenborgHorseBreed': {'132779003': ('Danish Oldenborg horse breed', + [7480])}, + 'DanishRedCattleBreed': {'131589004': ('Danish Red cattle breed', [7480])}, + 'DanishRedPiedCattleBreed': {'133372000': ('Danish Red Pied cattle breed', + [7480])}, + 'DanishSportPonyHorseBreed': {'132757008': ('Danish Sport Pony horse breed', + [7480])}, + 'DanishWarmbloodHorseBreed': {'131819000': ('Danish Warmblood horse breed', + [7480])}, + 'DanubeWhitePigBreed': {'133193005': ('Danube White pig breed', [7480])}, + 'DanubianHorseBreed': {'131919004': ('Danubian horse breed', [7480])}, + 'DarkfieldStop': {'445624009': ('Darkfield stop', [8124])}, + 'DarkfieldStopOfOpticalMicroscope': {'445624009': ('Darkfield stop of optical ' + 'microscope (physical ' + 'object)', + [])}, + 'DartmoorPonyHorseBreed': {'133027001': ('Dartmoor Pony horse breed', [7480])}, + 'DartmoorSheepBreed': {'131717007': ('Dartmoor sheep breed', [7480])}, + 'DashtiariCattleBreed': {'133647008': ('Dashtiari cattle breed', [7480])}, + 'DatongHorseBreed': {'131935006': ('Datong horse breed', [7480])}, + 'DaweiziPigBreed': {'132295002': ('Daweizi pig breed', [7480])}, + 'DeSénarmontCompensator': {'445663002': ('de Sénarmont compensator', [8124])}, + 'DeSénarmontCompensatorOfOpticalMicroscope': {'445663002': ('de Sénarmont ' + 'compensator of ' + 'optical ' + 'microscope ' + '(physical ' + 'object)', + [])}, + 'Dead': {'419099009': ('Dead (finding)', [])}, + 'DebouilletSheep': {'44835005': ('Debouillet sheep (organism)', [])}, + 'DebouilletSheepBreed': {'44835005': ('Debouillet sheep breed', [7480])}, + 'Deceased': {'419099009': ('Deceased', [3772])}, + 'DeciduousMandibularLeftCanineTooth': {'245639007': ('Deciduous mandibular ' + 'left canine tooth', + [4026, 4019])}, + 'DeciduousMandibularLeftCentralIncisorTooth': {'89552004': ('Deciduous ' + 'mandibular left ' + 'central incisor ' + 'tooth', + [4026, 4019])}, + 'DeciduousMandibularLeftFirstMolarTooth': {'38896004': ('Deciduous mandibular ' + 'left first molar ' + 'tooth', + [4026, 4019])}, + 'DeciduousMandibularLeftLateralIncisorTooth': {'14770005': ('Deciduous ' + 'mandibular left ' + 'lateral incisor ' + 'tooth', + [4026, 4019])}, + 'DeciduousMandibularLeftSecondMolarTooth': {'49330006': ('Deciduous ' + 'mandibular left ' + 'second molar tooth', + [4026, 4019])}, + 'DeciduousMandibularRightCanineTooth': {'6062009': ('Deciduous mandibular ' + 'right canine tooth', + [4026, 4019])}, + 'DeciduousMandibularRightCentralIncisorTooth': {'67834006': ('Deciduous ' + 'mandibular ' + 'right central ' + 'incisor tooth', + [4026, 4019])}, + 'DeciduousMandibularRightFirstMolarTooth': {'245631005': ('Deciduous ' + 'mandibular right ' + 'first molar tooth', + [4026, 4019])}, + 'DeciduousMandibularRightLateralIncisorTooth': {'22445006': ('Deciduous ' + 'mandibular ' + 'right lateral ' + 'incisor tooth', + [4026, 4019])}, + 'DeciduousMandibularRightSecondMolarTooth': {'61868007': ('Deciduous ' + 'mandibular right ' + 'second molar tooth', + [4026, 4019])}, + 'DeciduousMaxillaryLeftCanineTooth': {'73937000': ('Deciduous maxillary left ' + 'canine tooth', + [4026, 4019])}, + 'DeciduousMaxillaryLeftCentralIncisorTooth': {'51678005': ('Deciduous ' + 'maxillary left ' + 'central incisor ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryLeftFirstMolarTooth': {'45234009': ('Deciduous maxillary ' + 'left first molar ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryLeftLateralIncisorTooth': {'43622005': ('Deciduous ' + 'maxillary left ' + 'lateral incisor ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryLeftSecondMolarTooth': {'51943008': ('Deciduous maxillary ' + 'left second molar ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryRightCanineTooth': {'30618001': ('Deciduous maxillary ' + 'right canine tooth', + [4026, 4019])}, + 'DeciduousMaxillaryRightCentralIncisorTooth': {'245620002': ('Deciduous ' + 'maxillary right ' + 'central incisor ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryRightFirstMolarTooth': {'245616001': ('Deciduous maxillary ' + 'right first molar ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryRightLateralIncisorTooth': {'245619008': ('Deciduous ' + 'maxillary right ' + 'lateral incisor ' + 'tooth', + [4026, 4019])}, + 'DeciduousMaxillaryRightSecondMolarTooth': {'27855007': ('Deciduous maxillary ' + 'right second molar ' + 'tooth', + [4026, 4019])}, + 'DecreaseInNumberOfCalcifications': {'129727007': ('Decrease in number of ' + 'calcifications', + [6003, 6002])}, + 'DecreaseInNumberOfCalcificationsSincePreviousMammogram': {'129727007': ('Decrease ' + 'in ' + 'number ' + 'of ' + 'calcifications ' + 'since ' + 'previous ' + 'mammogram ' + '(finding)', + [])}, + 'DecreaseInSize': {'19776001': ('Decrease in size', [6134, 6003, 6002])}, + 'Decreased': {'1250004': ('Decreased', [3642])}, + 'DecreasedMyocardialIschemiaComparedToPriorStudy': {'429232006': ('Decreased ' + 'myocardial ' + 'ischemia ' + 'compared ' + 'to prior ' + 'study ' + '(finding)', + [])}, + 'DecreasedSize': {'19776001': ('Decreased size (finding)', [])}, + 'DecreasedTolerance': {'102460003': ('Decreased tolerance', [3236])}, + 'Deep': {'795002': ('Deep', [2, 3489])}, + 'DeepAnteriorCervicalLymphNode': {'168360002': ('deep anterior cervical lymph ' + 'node', + [7600])}, + 'DeepCervicalLymphNode': {'279145002': ('deep cervical lymph node', [7600])}, + 'DeepInguinalLymphNode': {'65266007': ('deep inguinal lymph node', [7600])}, + 'DeepIntraparotidLymphNode': {'75040000': ('deep intraparotid lymph node', + [7600])}, + 'DeepLateralCervicalLymphNode': {'167864002': ('deep lateral cervical lymph ' + 'node', + [7600])}, + 'DeepLymphNode': {'60996007': ('deep lymph node', [7600])}, + 'DeepPalmarArchOfRadialArtery': {'10119003': ('Deep Palmar Arch of Radial ' + 'Artery', + [12103, + 9514, + 7192, + 7151, + 12107, + 3827])}, + 'DeepPalmarVenousArch': {'368481004': ('Deep Palmar Venous Arch', + [12108, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'DeepParotidLymphNode': {'279142004': ('deep parotid lymph node', [7600])}, + 'DeepPoplitealLymphNode': {'35721009': ('deep popliteal lymph node', [7600])}, + 'Defibrillator': {'72506001': ('Defibrillator', [7157, 7151, 7193])}, + 'DefiniteThrombus': {'373142009': ('Definite Thrombus', [3714])}, + 'DegreeOfBloodVesselLumenCrossSectionalAreaReduction': {'408714007': ('Degree ' + 'of ' + 'blood ' + 'vessel ' + 'lumen ' + 'cross ' + 'sectional ' + 'area ' + 'reduction ' + '(observable ' + 'entity)', + [])}, + 'DegreeOfBloodVesselLumenDiameterReduction': {'408715008': ('Degree of blood ' + 'vessel lumen ' + 'diameter ' + 'reduction ' + '(observable ' + 'entity)', + [])}, + 'DehydrationOfTissueSpecimen': {'433470006': ('Dehydration of tissue specimen ' + '(procedure)', + [])}, + 'DekalbHybridPigLine': {'74921000': ('Dekalb hybrid pig line (organism)', [])}, + 'DekalbHybridPigLine30': {'41561001': ('Dekalb hybrid pig line 30 (organism)', + [])}, + 'DekalbHybridPigLine31': {'36570001': ('Dekalb hybrid pig line 31 (organism)', + [])}, + 'DekalbHybridPigLine33': {'6053007': ('Dekalb hybrid pig line 33 (organism)', + [])}, + 'DekalbHybridPigLine51': {'8516002': ('Dekalb hybrid pig line 51 (organism)', + [])}, + 'DekalbHybridPigLine61': {'61973002': ('Dekalb hybrid pig line 61 (organism)', + [])}, + 'DekalbHybridPigLine63': {'112490000': ('Dekalb hybrid pig line 63 (organism)', + [])}, + 'DekalbHybridPigLine77': {'11161001': ('Dekalb hybrid pig line 77 (organism)', + [])}, + 'DelaineMerinoSheep': {'46392004': ('Delaine merino sheep (organism)', [])}, + 'DelaineMerinoSheepBreed': {'46392004': ('Delaine merino sheep breed', + [7480])}, + 'DelibozHorseBreed': {'133026005': ('Deliboz horse breed', [7480])}, + 'DeliveredRadiationDose': {'371892002': ('Delivered Radiation Dose', [3425])}, + 'DelphianLymphNode': {'167664004': ('delphian lymph node', [7600])}, + 'DeltoidMuscle': {'35259002': ('Deltoid muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'DengchuanCattleBreed': {'133373005': ('Dengchuan cattle breed', [7480])}, + 'DentalProsthesis': {'27606000': ('Dental Prosthesis', [7157, 7151, 7193])}, + 'DentalProsthesisDevice': {'27606000': ('Dental prosthesis, device (physical ' + 'object)', + [])}, + 'DentalSurgery': {'309972001': ('Dental Surgery', [7030])}, + 'DentalSurgeryDepartment': {'309972001': ('Dental surgery department ' + '(environment)', + [])}, + 'DeogirCattleBreed': {'133701005': ('Deogir cattle breed', [7480])}, + 'DeoniCattleBreed': {'133604008': ('Deoni cattle breed', [7480])}, + 'DependenceOnEnablingMachineOrDevice': {'105501005': ('Dependence on enabling ' + 'machine or device', + [3205])}, + 'DepolarizingAgent': {'373250005': ('Depolarizing agent (substance)', [])}, + 'DepressionOfLeftVentricularSystolicFunction': {'371862006': ('Depression of ' + 'left ' + 'ventricular ' + 'systolic ' + 'function', + [3728])}, + 'Depth': {'131197000': ('Depth', [7470, 6165, 218, 7469])}, + 'DepthOfVesselFromSurface': {'413975003': ('Depth of vessel from surface ' + '(observable entity)', + [])}, + 'DerbyshireGritstoneSheepBreed': {'131735003': ('Derbyshire Gritstone sheep ' + 'breed', + [7480])}, + 'DerivedFlowNonValve': {'371839009': ('Derived Flow, Non-Valve', [3617])}, + 'DerivedPeriodNonValve': {'371853009': ('Derived Period, Non-Valve', [3616])}, + 'DermantsiPiedPigBreed': {'133194004': ('Dermantsi Pied pig breed', [7480])}, + 'Dermatology': {'309923008': ('Dermatology', [7030])}, + 'DermatologyDepartment': {'309923008': ('Dermatology department (environment)', + [])}, + 'DesFossesCommunesDeLOuestGoatBreed': {'131690002': ('Des Fosses (Communes de ' + "l'Ouest) goat breed", + [7480])}, + 'Descending': {'75294000': ('Descending', [5])}, + 'DescendingAorta': {'281130003': ('Descending aorta', + [6109, 6102, 6117, 12141, 9514, 7192, 7151]), + '32672002': ('Descending aorta', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'DescendingAortaStructure': {'281130003': ('Descending aorta structure (body ' + 'structure)', + [])}, + 'DescendingColon': {'32622004': ('Descending colon', [6210])}, + 'DescendingColonStructure': {'32622004': ('Descending colon structure (body ' + 'structure)', + [])}, + 'Desflurane': {'386841003': ('Desflurane', [624, 623])}, + 'DetachableBalloon': {'102320000': ('Detachable balloon', + [4051, 7151, 8, 7193])}, + 'DetachableBalloonDevice': {'102320000': ('Detachable balloon, device ' + '(physical object)', + [])}, + 'DeutscheBrackeDogBreed': {'132498002': ('Deutsche bracke dog breed', [7480])}, + 'DeutschesBlaukoepfigesFleischschafSheepBreed': {'131734004': ('Deutsches ' + 'Blaukoepfiges ' + 'Fleischschaf ' + 'sheep breed', + [7480])}, + 'DeviceAppliedToPatient': {'373061006': ('Device applied to patient', [3422])}, + 'DeviceAtSiteOfInterest': {'371876007': ('Device at site of interest', + [3422])}, + 'DeviceCrossedSeptum': {'386125002': ('Device crossed septum', [3422])}, + 'DeviceInsertedIntoSheath': {'371877003': ('Device inserted into sheath', + [3422])}, + 'DeviceUsed': {'373062004': ('Device used', [3422])}, + 'DeviceWithdrawnAndOrRemoved': {'371875006': ('Device withdrawn and / or ' + 'removed (finding)', + [])}, + 'DeviceWithdrawnRemoved': {'371875006': ('Device withdrawn / removed', + [3422])}, + 'DevonCattleBreed': {'131590008': ('Devon cattle breed', [7480])}, + 'DevonClosewoolSheepBreed': {'131733005': ('Devon Closewool sheep breed', + [7480])}, + 'DevonRexCatBreed': {'51692004': ('Devon rex cat breed', [7480])}, + 'DexamethasoneSodiumPhosphate': {'49992008': ('Dexamethasone sodium phosphate ' + '(product)', + [])}, + 'DexamethasoneSodiumSulfate': {'49992008': ('Dexamethasone sodium sulfate', + [65])}, + 'DexterCattleBreed': {'53031002': ('Dexter cattle breed (organism)', [])}, + 'DexterCowBreed': {'53031002': ('Dexter cow breed', [7480])}, + 'DexterKerryCattleBreed': {'133374004': ('Dexter-Kerry cattle breed', [7480])}, + 'Dextran': {'13132007': ('Dextran', [70, 3850, 10])}, + 'Dextrocardia': {'27637000': ('Dextrocardia', [12249, 12248])}, + 'DhanniCattleBreed': {'133605009': ('Dhanni cattle breed', [7480])}, + 'DiabeticOnDietOnly': {'170745003': ('Diabetic on diet only (finding)', [])}, + 'DiabeticOnDietaryTreatment': {'170745003': ('Diabetic on Dietary Treatment', + [3722])}, + 'DiabeticOnInsulin': {'170747006': ('Diabetic on Insulin', [3722])}, + 'DiabeticOnOralTreatment': {'170746002': ('Diabetic on Oral Treatment', + [3722])}, + 'DiabeticRetinopathyStudyField1': {'408734008': ('Diabetic Retinopathy Study ' + 'field 1', + [4207])}, + 'DiabeticRetinopathyStudyField2': {'410434001': ('Diabetic Retinopathy Study ' + 'field 2', + [4207])}, + 'DiabeticRetinopathyStudyField3': {'410435000': ('Diabetic Retinopathy Study ' + 'field 3', + [4207])}, + 'DiabeticRetinopathyStudyField4': {'410436004': ('Diabetic Retinopathy Study ' + 'field 4', + [4207])}, + 'DiabeticRetinopathyStudyField5': {'410437008': ('Diabetic Retinopathy Study ' + 'field 5', + [4207])}, + 'DiabeticRetinopathyStudyField6': {'410438003': ('Diabetic Retinopathy Study ' + 'field 6', + [4207])}, + 'DiabeticRetinopathyStudyField7': {'410439006': ('Diabetic Retinopathy Study ' + 'field 7', + [4207])}, + 'Diagnostic': {'261004008': ('Diagnostic', [6061, 4256, 6051, 6058])}, + 'DiagnosticAspirationOfBreastCyst': {'287572003': ('Diagnostic aspiration of ' + 'breast cyst', + [6083, 6050])}, + 'DiagnosticImaging': {'441662001': ('Diagnostic Imaging', [7030])}, + 'DiagnosticImagingDepartment': {'441662001': ('Diagnostic imaging department ' + '(environment)', + [])}, + 'DiagnosticIntent': {'261004008': ('Diagnostic Intent', [3629, 7064])}, + 'DiagnosticProcedure': {'103693007': ('Diagnostic procedure (procedure)', [])}, + 'DiagnosticProcedureOnBloodVessel': {'83422003': ('Diagnostic procedure on ' + 'blood vessel (procedure)', + [])}, + 'DiagnosticRadiographyStereotacticLocalization': {'64318009': ('Diagnostic ' + 'radiography, ' + 'stereotactic ' + 'localization', + [6060, 6058])}, + 'DiagnosticRadiographyWithContrastMedia': {'27483000': ('Diagnostic ' + 'radiography with ' + 'contrast media', + [10014])}, + 'DiagnosticRadioisotope': {'17600005': ('Diagnostic radioisotope', [25])}, + 'DiagnosticUltrasonography': {'16310003': ('Diagnostic ultrasonography', + [6029, 6028])}, + 'DialiCattleBreed': {'133648003': ('Diali cattle breed', [7480])}, + 'Diameter': {'81827009': ('Diameter', + [12304, + 12257, + 12277, + 7470, + 6165, + 12260, + 12271, + 12267, + 3423, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 218, + 12268, + 12272, + 12264, + 12008, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 7469])}, + 'DiameterOfCircumscribedCircle': {'131192006': ('Diameter of circumscribed ' + 'circle', + [7470, 6165, 218, 7469])}, + 'DiamondBlackStain': {'72572003': ('diamond black stain', [8112])}, + 'DianiPigBreed': {'133176005': ('Diani pig breed', [7480])}, + 'Diaphragm': {'5798000': ('Diaphragm', + [6109, + 1004, + 7155, + 6102, + 1001, + 6116, + 1000, + 9514, + 7192, + 7151])}, + 'DiaphragmStructure': {'5798000': ('Diaphragm structure (body structure)', + [])}, + 'DiaphragmaticLymphNode': {'196751009': ('diaphragmatic lymph node', [7600])}, + 'Diastasis': {'444469002': ('Diastasis', [12233, 12307])}, + 'DiastasisOfCardiacCycle': {'444469002': ('Diastasis of cardiac cycle ' + '(qualifier value)', + [])}, + 'Diastole': {'90892000': ('Diastole', [12233, 12307])}, + 'DiastoleFunction': {'90892000': ('Diastole, function (observable entity)', + [])}, + 'Diastolic': {'90892000': ('Diastolic', [3472])}, + 'DiastolicBloodPressure': {'271650006': ('Diastolic blood pressure ' + '(observable entity)', + [])}, + 'DiastolicPressure': {'271650006': ('Diastolic Pressure', [3641])}, + 'DiastolicPressureEqualization': {'413985002': ('Diastolic pressure ' + 'equalization (finding)', + [])}, + 'DiastolicRapidInflow': {'444392003': ('Diastolic Rapid Inflow', [12233])}, + 'DiastolicRapidInflowEWave': {'444392003': ('Diastolic Rapid Inflow (E-wave)', + [12307])}, + 'Diatrizoate': {'12335007': ('Diatrizoate', [12, 3850])}, + 'Diazepam': {'387264003': ('Diazepam', [625, 623])}, + 'DibromofluoresceinStain': {'17172002': ('dibromofluorescein stain', [8112])}, + 'DichroicBeamsplitter': {'445316008': ('Dichroic beamsplitter', [8124])}, + 'DidingaCattleBreed': {'133649006': ('Didinga cattle breed', [7480])}, + 'Diencephalon': {'87563008': ('Diencephalon', [7153, 9514, 7192, 7151])}, + 'DiethylEther': {'259170003': ('Diethyl ether', [624, 623])}, + 'DifferenceInAttenuation': {'442707000': ('Difference in attenuation', + [6207])}, + 'DifferenceInBorderDefinition': {'442688001': ('Difference in border ' + 'definition', + [6134])}, + 'DifferenceInBorderShape': {'442755000': ('Difference in border shape', + [6134])}, + 'DifferenceInDistribution': {'442704007': ('Difference in distribution', + [6134])}, + 'DifferenceInLocation': {'129808005': ('Difference in location', [6037]), + '442726008': ('Difference in location', + [6133, 6207])}, + 'DifferenceInMargin': {'129812004': ('Difference in margin', [6038])}, + 'DifferenceInNumberOfCalcifications': {'129810007': ('Difference in number of ' + 'calcifications', + [6037])}, + 'DifferenceInOpacity': {'129807000': ('Difference in opacity', [6037])}, + 'DifferenceInShape': {'129811006': ('Difference in shape', [6038])}, + 'DifferenceInSiteInvolvement': {'442711006': ('Difference in site involvement', + [6134])}, + 'DifferenceInSize': {'129806009': ('Difference in size', [6037]), + '442714003': ('Difference in size', [6133, 6207])}, + 'DifferenceInSpatialProximity': {'129809002': ('Difference in spatial ' + 'proximity', + [6037])}, + 'DifferenceInSubstance': {'442691001': ('Difference in substance', [6134])}, + 'DifferenceInSymmetry': {'129813009': ('Difference in symmetry', [6038])}, + 'DifferenceInTexture': {'442700003': ('Difference in Texture', [6134])}, + 'Diffuse': {'19648000': ('Diffuse', [6128])}, + 'DiffuseCalcificationDistribution': {'129764001': ('Diffuse calcification ' + 'distribution', + [6013, 6012])}, + 'DiffuseDisease': {'371915000': ('Diffuse Disease', [3712])}, + 'DiffuseDiseaseOfCoronaryArtery': {'371915000': ('Diffuse disease of coronary ' + 'artery (finding)', + [])}, + 'DiffuseFibroelastosis': {'125358004': ('diffuse fibroelastosis', [3817])}, + 'DiffuseInflammatoryErythema': {'402603005': ('Diffuse inflammatory erythema', + [9300, 60])}, + 'Digit': {'82680008': ('Digit', [7483, 7482])}, + 'DigitStructure': {'82680008': ('Digit structure (body structure)', [])}, + 'DigitalArteryOfHand': {'40254007': ('Digital artery of hand', + [12103, 9514, 7192, 7151, 12107, 3827])}, + 'DigitalImager': {'468440006': ('Digital imager', [7026, 7027, 7151, 7193])}, + 'DigitalImagerRadiationTherapy': {'468440006': ('Digital imager, radiation ' + 'therapy (physical object)', + [])}, + 'Digoxin': {'796001': ('Digoxin', [10])}, + 'DiiodofluoreceinI131': {'53207004': ('Diiodofluorecein I^131^', [25])}, + 'DiiodofluoresceinI131': {'53207004': ('Diiodofluorescein I^131^ (substance)', + [])}, + 'Dilatation': {'25322007': ('dilatation', [3810])}, + 'DilatedPortionOfSegment': {'413996005': ('Dilated portion of segment', + [12116])}, + 'DilationAndCurettage': {'13091001': ('Dilation and curettage', [6082])}, + 'DingPigBreed': {'132134007': ('Ding pig breed', [7480])}, + 'DingoDogBreed': {'709853007': ('Dingo dog breed', [7480])}, + 'Diphenhydramine': {'26458009': ('Diphenhydramine', [65])}, + 'Dipyridamole': {'66859009': ('Dipyridamole', [3204])}, + 'DipyridamoleStressProtocol': {'422685009': ('Dipyridamole Stress protocol', + [12001, 3261])}, + 'DirectOphthalmoscope': {'409900009': ('Direct Ophthalmoscope', [4202])}, + 'DirectionOfFlow': {'260674002': ('Direction of flow (attribute)', [])}, + 'DirectionalCoronaryAtherectomyDCADevice': {'371796006': ('Directional ' + 'Coronary ' + 'Atherectomy (DCA) ' + 'Device', + [3429, 3411])}, + 'DirectionalCoronaryAtherectomyDevice': {'371796006': ('Directional coronary ' + 'atherectomy device ' + '(physical object)', + [])}, + 'Disability': {'21134002': ('Disability (finding)', [])}, + 'DisabilitySevere': {'161045001': ('Disability - severe (finding)', [])}, + 'Disabled': {'21134002': ('Disabled', [3772])}, + 'Discoid': {'255282008': ('Discoid', [6128])}, + 'DiscoidAtelectasis': {'40779009': ('Discoid atelectasis (disorder)', [])}, + 'DiscolorationOfSkinOfBreast': {'290069002': ('Discoloration of skin of ' + 'breast', + [6055])}, + 'Disease': {'64572001': ('Disease', [3769])}, + 'DiseaseConditionDeterminationWellControlled': {'1194003': ('Disease ' + 'condition ' + 'determination, ' + 'well controlled ' + '(finding)', + [])}, + 'DishtyCattleBreed': {'133800001': ('Dishty cattle breed (organism)', [])}, + 'DishtyXZebuCattleBreed': {'133800001': ('Dishty X zebu cattle breed', + [7480])}, + 'DisodiumIndium111': {'56475001': ('Disodium indium^111^', [25])}, + 'DisorderOfBreastImplant': {'271989003': ('Disorder of breast implant', + [6055])}, + 'DisorderOfEyelid': {'60113004': ('Disorder of eyelid (disorder)', [])}, + 'DisorderOfLung': {'19829001': ('Disorder of lung (disorder)', [])}, + 'DisorderOfPericardium': {'55855009': ('Disorder of pericardium (disorder)', + [])}, + 'DisorderOfRefraction': {'39021009': ('Disorder of refraction (disorder)', + [])}, + 'DisplacementOfBreastImplant': {'399209000': ('Displacement of breast implant ' + '(procedure)', + [])}, + 'DissectingAneurysm': {'710864009': ('dissecting aneurysm', [3808])}, + 'Dissection': {'122459003': ('Dissection', [8110])}, + 'DissectionOfAorta': {'308546005': ('Dissection of aorta (disorder)', [])}, + 'DissectionOfArtery': {'710864009': ('Dissection of artery (disorder)', [])}, + 'DissectionProcedure': {'122459003': ('Dissection procedure (procedure)', [])}, + 'Disseminated': {'65709003': ('Disseminated', [6128])}, + 'DisseminatedMalignancyOfUnknownPrimary': {'285645000': ('Disseminated ' + 'malignancy of ' + 'unknown primary', + [6055])}, + 'Distal': {'46053002': ('Distal', [3019, 211, 2, 12116, 212, 5, 12281])}, + 'DistalCircumflexCoronaryArtery': {'6511003': ('Distal Circumflex Coronary ' + 'Artery', + [3014, + 3604, + 6109, + 3015, + 12292, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'DistalFemur': {'310652005': ('Distal Femur', [7304])}, + 'DistalHumerus': {'118495001': ('Distal Humerus', [7304])}, + 'DistalLeftAnteriorDescendingCoronaryArtery': {'36672000': ('Distal Left ' + 'Anterior ' + 'Descending ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'DistalRadius': {'75129005': ('Distal Radius', [7304])}, + 'DistalRightCoronaryArtery': {'41879009': ('Distal Right Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'DistalTibia': {'64605006': ('Distal Tibia', [7304])}, + 'DistalUlna': {'91238003': ('Distal Ulna', [7304])}, + 'DistilledWater': {'444883009': ('Distilled water', [610])}, + 'Diuretic': {'30492008': ('Diuretic', [3760, 10]), + '372695000': ('Diuretic', [621, 622])}, + 'Diverticulum': {'31113003': ('Diverticulum', [6201, 3810])}, + 'Dizziness': {'404640003': ('Dizziness', [3220])}, + 'DizzinessDueToDrug': {'473188002': ('Dizziness due to drug (disorder)', [])}, + 'DjakoreCattleBreed': {'133801002': ('Djakore cattle breed (organism)', [])}, + 'DjakoreXZebuCattleBreed': {'133801002': ('Djakore X zebu cattle breed', + [7480])}, + 'DjermaHorseBreed': {'133025009': ('Djerma horse breed', [7480])}, + 'DnepropetrovskPigBreed': {'132075003': ('Dnepropetrovsk pig breed', [7480])}, + 'DnieperCattleBreed': {'131467001': ('Dnieper cattle breed', [7480])}, + 'DnieperPigBreed': {'132078001': ('Dnieper pig breed', [7480])}, + 'DoayoCattleBreed': {'131468006': ('Doayo cattle breed', [7480])}, + 'DobermanPinscher': {'47075006': ('Doberman pinscher', [7480])}, + 'DobrogeaBlackPigBreed': {'133199009': ('Dobrogea Black pig breed', [7480])}, + 'Dobutamine': {'26523005': ('Dobutamine', [3204])}, + 'DobutamineStressProtocol': {'424225000': ('Dobutamine Stress protocol', + [12001, 3261])}, + 'DoddPerforatingVein': {'128554002': ("Dodd's perforating vein", + [3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630, + 3607])}, + 'DogueDeBordeauxDogBreed': {'132389001': ('Dogue de Bordeaux dog breed ' + '(organism)', + [])}, + 'DomesticLeopardCat': {'73271003': ('Domestic leopard cat', [7480])}, + 'DomesticLonghairedCat': {'8419007': ('Domestic longhaired cat', [7480])}, + 'DomesticMediumHairedCat': {'409914009': ('Domestic medium-haired cat', + [7480])}, + 'DomesticShorthairedCat': {'15020009': ('Domestic shorthaired cat', [7480])}, + 'DonGoatBreed': {'131669005': ('Don goat breed', [7480])}, + 'DonHorseBreed': {'132761002': ('Don horse breed', [7480])}, + 'DonPigBreed': {'132103008': ('Don pig breed', [7480])}, + 'DongolaCattleBreed': {'133650006': ('Dongola cattle breed', [7480])}, + 'DongolaHorseBreed': {'133023002': ('Dongola horse breed', [7480])}, + 'Doppler': {'83422003': ('Doppler', [3442])}, + 'DopplerCatheterMethod': {'133911005': ('Doppler catheter method', [3241])}, + 'DopplerColorFlow': {'261197005': ('Doppler Color Flow', [12224, 6058])}, + 'DopplerContinuousWave': {'261198000': ('Doppler Continuous Wave', + [12224, 6058])}, + 'DopplerPulsed': {'261199008': ('Doppler Pulsed', [12224, 6058])}, + 'DopplerUltrasonographyOfHeartTissue': {'439858009': ('Doppler ' + 'ultrasonography of ' + 'heart tissue ' + '(procedure)', + [])}, + 'DoranCattleBreed': {'133375003': ('Doran cattle breed', [7480])}, + 'DornaCattleBreed': {'133376002': ('Dorna cattle breed', [7480])}, + 'DorperSheepBreed': {'131732000': ('Dorper sheep breed', [7480])}, + 'Dorsal20DegreeRostralVentrocaudalOblique': {'442745004': ('Dorsal 20 degree ' + 'rostral-ventrocaudal ' + 'oblique', + [7484])}, + 'Dorsal20DegreeRostralVentrocaudalObliqueProjection': {'442745004': ('Dorsal ' + '20 ' + 'degree ' + 'rostral-ventrocaudal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal35DegreeLateralPalmaromedialOblique': {'442746003': ('Dorsal 35 degree ' + 'lateral-palmaromedial ' + 'oblique', + [7484])}, + 'Dorsal35DegreeLateralPalmaromedialObliqueProjection': {'442746003': ('Dorsal ' + '35 ' + 'degree ' + 'lateral-palmaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal35DegreeLateralPlantaromedialOblique': {'442606004': ('Dorsal 35 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique', + [7484])}, + 'Dorsal35DegreeLateralPlantaromedialObliqueProjection': {'442606004': ('Dorsal ' + '35 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal35DegreeMedialPalmarolateralOblique': {'442583001': ('Dorsal 35 degree ' + 'medial-palmarolateral ' + 'oblique', + [7484])}, + 'Dorsal35DegreeMedialPalmarolateralObliqueProjection': {'442583001': ('Dorsal ' + '35 ' + 'degree ' + 'medial-palmarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal35DegreeMedialPlantarolateralOblique': {'442608003': ('Dorsal 35 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique', + [7484])}, + 'Dorsal35DegreeMedialPlantarolateralObliqueProjection': {'442608003': ('Dorsal ' + '35 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal40DegreeLateralPlantaromedialOblique': {'442585008': ('Dorsal 40 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique', + [7484])}, + 'Dorsal40DegreeLateralPlantaromedialObliqueProjection': {'442585008': ('Dorsal ' + '40 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal40DegreeMedialPalmarolateralOblique': {'442621005': ('Dorsal 40 degree ' + 'medial-palmarolateral ' + 'oblique', + [7484])}, + 'Dorsal40DegreeMedialPalmarolateralObliqueProjection': {'442621005': ('Dorsal ' + '40 ' + 'degree ' + 'medial-palmarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal40DegreeMedialPlantarolateralOblique': {'442622003': ('Dorsal 40 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique', + [7484])}, + 'Dorsal40DegreeMedialPlantarolateralObliqueProjection': {'442622003': ('Dorsal ' + '40 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal45DegreeLateralPalmaromedialOblique': {'442597009': ('Dorsal 45 degree ' + 'lateral-palmaromedial ' + 'oblique', + [7484])}, + 'Dorsal45DegreeLateralPalmaromedialObliqueProjection': {'442597009': ('Dorsal ' + '45 ' + 'degree ' + 'lateral-palmaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal45DegreeLateralPlantaromedialOblique': {'442643002': ('Dorsal 45 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique', + [7484])}, + 'Dorsal45DegreeLateralPlantaromedialObliqueProjection': {'442643002': ('Dorsal ' + '45 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal45DegreeMedialPalmarolateral': {'442623008': ('Dorsal 45 degree ' + 'medial-palmarolateral', + [7484])}, + 'Dorsal45DegreeMedialPalmarolateralProjection': {'442623008': ('Dorsal 45 ' + 'degree ' + 'medial-palmarolateral ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal45DegreeMedialPlantarolateralOblique': {'442600005': ('Dorsal 45 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique', + [7484])}, + 'Dorsal45DegreeMedialPlantarolateralObliqueProjection': {'442600005': ('Dorsal ' + '45 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal60DegreeLateralPalmaromedialOblique': {'442639001': ('Dorsal 60 degree ' + 'lateral-palmaromedial ' + 'oblique', + [7484])}, + 'Dorsal60DegreeLateralPalmaromedialObliqueProjection': {'442639001': ('Dorsal ' + '60 ' + 'degree ' + 'lateral-palmaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal60DegreeLateralPlantaromedialOblique': {'442601009': ('Dorsal 60 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique', + [7484])}, + 'Dorsal60DegreeLateralPlantaromedialObliqueProjection': {'442601009': ('Dorsal ' + '60 ' + 'degree ' + 'lateral-plantaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal60DegreeMedialPalmarolateralOblique': {'442602002': ('Dorsal 60 degree ' + 'medial-palmarolateral ' + 'oblique', + [7484])}, + 'Dorsal60DegreeMedialPalmarolateralObliqueProjection': {'442602002': ('Dorsal ' + '60 ' + 'degree ' + 'medial-palmarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal60DegreeMedialPlantarolateralOblique': {'442641000': ('Dorsal 60 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique', + [7484])}, + 'Dorsal60DegreeMedialPlantarolateralObliqueProjection': {'442641000': ('Dorsal ' + '60 ' + 'degree ' + 'medial-plantarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal65DegreeProximalPalmarodistalOblique': {'442609006': ('Dorsal 65 ' + 'degree ' + 'proximal-palmarodistal ' + 'oblique', + [7484])}, + 'Dorsal65DegreeProximalPalmarodistalObliqueProjection': {'442609006': ('Dorsal ' + '65 ' + 'degree ' + 'proximal-palmarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsal65DegreeProximalPlantarodistalOblique': {'442624002': ('Dorsal 65 ' + 'degree ' + 'proximal-plantarodistal ' + 'oblique', + [7484])}, + 'Dorsal65DegreeProximalPlantarodistalObliqueProjection': {'442624002': ('Dorsal ' + '65 ' + 'degree ' + 'proximal-plantarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'DorsalAspectOfScapula': {'51698000': ('Dorsal aspect of scapula', [6115])}, + 'DorsalFuniculus': {'59752008': ('dorsal funiculus', [7710, 7707])}, + 'DorsalFuniculusStructure': {'59752008': ('Dorsal funiculus structure (body ' + 'structure)', + [])}, + 'DorsalScapularArtery': {'91732003': ('Dorsal scapular artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'DorsalisPedisArtery': {'86547008': ('Dorsalis Pedis Artery', + [12109, + 12103, + 3440, + 9514, + 7192, + 7151, + 3827])}, + 'DorsetDownSheepBreed': {'131722007': ('Dorset Down sheep breed', [7480])}, + 'DorsetSheepSuperbreed': {'25327001': ('Dorset sheep superbreed', [7480])}, + 'DorsoVentral': {'441672003': ('Dorso-ventral', [7484])}, + 'DorsoVentralProjection': {'441672003': ('Dorso-ventral projection (qualifier ' + 'value)', + [])}, + 'DorsolateralPalmaromedialOblique': {'442657000': ('Dorsolateral-palmaromedial ' + 'oblique', + [7484])}, + 'DorsolateralPalmaromedialObliqueProjection': {'442657000': ('Dorsolateral-palmaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'DorsolateralPlantaromedialOblique': {'442610001': ('Dorsolateral-plantaromedial ' + 'oblique', + [7484])}, + 'DorsolateralPlantaromedialObliqueProjection': {'442610001': ('Dorsolateral-plantaromedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'DorsomedialPalmarolateral': {'442729001': ('Dorsomedial-palmarolateral', + [7484])}, + 'DorsomedialPalmarolateralProjection': {'442729001': ('Dorsomedial-palmarolateral ' + 'projection (qualifier ' + 'value)', + [])}, + 'DorsomedialPlantarolateralOblique': {'442611002': ('Dorsomedial-plantarolateral ' + 'oblique', + [7484])}, + 'DorsomedialPlantarolateralObliqueProjection': {'442611002': ('Dorsomedial-plantarolateral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Dorsopalmar': {'441505008': ('Dorsopalmar', [7484])}, + 'DorsopalmarProjection': {'441505008': ('Dorsopalmar projection (qualifier ' + 'value)', + [])}, + 'Dorsoplantar': {'399335002': ('dorsoplantar', [4010, 7484, 501])}, + 'DorsoplantarProjection': {'399335002': ('Dorsoplantar projection (qualifier ' + 'value)', + [])}, + 'DorsoproximalPalmarodistalOblique': {'442744000': ('Dorsoproximal-palmarodistal ' + 'oblique', + [7484])}, + 'DorsoproximalPalmarodistalObliqueProjection': {'442744000': ('Dorsoproximal-palmarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'DorsoproximalPlantarodistalOblique': {'442592003': ('Dorsoproximal-plantarodistal ' + 'oblique', + [7484])}, + 'DorsoproximalPlantarodistalObliqueProjection': {'442592003': ('Dorsoproximal-plantarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'DorsorostralVentrocaudalOblique': {'442659002': ('Dorsorostral-ventrocaudal ' + 'oblique', + [7484])}, + 'DorsorostralVentrocaudalObliqueProjection': {'442659002': ('Dorsorostral-ventrocaudal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'DortyolCattleBreed': {'133377006': ('Dortyol cattle breed', [7480])}, + 'Dosage': {'260911001': ('Dosage', [6092])}, + 'Dosimeter': {'15869005': ('Dosimeter', [10010, 10020])}, + 'DosimeterDevice': {'15869005': ('Dosimeter, device (physical object)', [])}, + 'DoubleCoronaryVesselDisease': {'194843003': ('Double coronary vessel disease ' + '(disorder)', + [])}, + 'DoubleVesselCoronaryArteryDisease': {'194843003': ('Double vessel coronary ' + 'artery disease.', + [3728])}, + 'Down': {'255518004': ('Down', [4215])}, + 'Downgaze': {'255521002': ('Downgaze', [4201])}, + 'DownwardGaze': {'255521002': ('Downward gaze (qualifier value)', [])}, + 'DraftPonySuperbreed': {'425253007': ('Draft pony superbreed (organism)', [])}, + 'DraftPonySuperbreedHorseBreed': {'425253007': ('Draft pony superbreed horse ' + 'breed', + [7480])}, + 'DrakensbergerCattleBreed': {'131551009': ('Drakensberger cattle breed', + [7480])}, + 'DrentsHeideschaapSheepBreed': {'132685003': ('Drents Heideschaap sheep breed', + [7480])}, + 'DrentsePatrijshondDogBreed': {'132493006': ('Drentse Patrijshond dog breed', + [7480])}, + 'DreverDog': {'56984005': ('Drever dog', [7480])}, + 'Droperidol': {'387146001': ('Droperidol', [625, 623])}, + 'DroughtmasterCattleBreed': {'133720007': ('Droughtmaster cattle breed ' + '(organism)', + [])}, + 'DroughtmasterXZebuCattleBreed': {'133720007': ('Droughtmaster X zebu cattle ' + 'breed', + [7480])}, + 'DrugDiluent': {'74626007': ('Drug diluent', [621, 622])}, + 'DrugInducedDizziness': {'473188002': ('Drug Induced Dizziness', [9300, 60])}, + 'DrugInducedFlushing': {'403618004': ('Drug induced Flushing', [9300, 60])}, + 'DrugInducedHypotension': {'234171009': ('Drug-induced hypotension', + [9300, 60])}, + 'DrugInducedNauseaAndVomiting': {'405165006': ('Drug induced Nausea and ' + 'vomiting', + [9300, 60])}, + 'DrugInfusion': {'133882006': ('Drug infusion', [91, 3271])}, + 'DrugInfusionChallenge': {'133882006': ('Drug Infusion Challenge', + [3405, 3250, 3651])}, + 'DrugMisuseBehavior': {'228366006': ('Drug misuse behavior', [3774])}, + 'DrugRash': {'28926001': ('Drug Rash', [9300, 60])}, + 'DryEyes': {'162290004': ('Dry eyes (finding)', [])}, + 'DryEyesProblem': {'162290004': ('Dry Eyes Problem', [4222])}, + 'DrysdaleSheepBreed': {'131721000': ('Drysdale sheep breed', [7480])}, + 'DualCatheterMethod': {'128573003': ('Dual catheter method', [3241])}, + 'DualDiffuseDirectIllumination': {'410461001': ('Dual diffuse direct ' + 'illumination', + [4203])}, + 'DualDiffuseDirectIlluminationAction': {'410461001': ('Dual diffuse direct ' + 'illumination - action ' + '(qualifier value)', + [])}, + 'DuctalHyperplasiaUsual': {'67617000': ('Ductal hyperplasia, Usual', + [6031, 6030])}, + 'DukeCoronaryArteryDiseaseScore': {'304915008': ("Duke's coronary artery " + 'disease score (assessment ' + 'scale)', + [])}, + 'DukeTreadmillScore': {'304915008': ('Duke treadmill score', [3238])}, + 'DulmenPonyHorseBreed': {'131937003': ('Dulmen Pony horse breed', [7480])}, + 'DunkerDogBreed': {'132494000': ('Dunker dog breed', [7480])}, + 'Dunlap': {'399303002': ('Dunlap', [4012])}, + 'DunlapProjection': {'399303002': ('Dunlap projection (qualifier value)', [])}, + 'DuodenalStructure': {'38848004': ('Duodenal structure (body structure)', [])}, + 'Duodenum': {'38848004': ('Duodenum', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'DuraMater': {'18545000': ('Dura mater', [7153, 9514, 7192, 7151, 5])}, + 'DuraMaterStructure': {'18545000': ('Dura mater structure (body structure)', + [])}, + 'Duration': {'103335007': ('Duration (attribute)', [])}, + 'DurazolRedStain': {'11780008': ('durazol red stain', [8112])}, + 'During': {'272114000': ('During', [3600])}, + 'DuringMenopause': {'303111005': ('During menopause', [6086])}, + 'DuringProcedure': {'307154001': ('During procedure', + [631, 12102, 633, 61, 12002])}, + 'DuringValues': {'272114000': ('During values (qualifier value)', [])}, + 'DurocPig': {'3260001': ('Duroc pig (organism)', [])}, + 'DurocPigBreed': {'3260001': ('Duroc pig breed', [7480])}, + 'DutchBeltedCattleBreed': {'131592000': ('Dutch Belted cattle breed', [7480])}, + 'DutchDraftHorseBreed': {'133016003': ('Dutch Draft horse breed', [7480])}, + 'DutchFriesianCattleBreed': {'131593005': ('Dutch Friesian cattle breed', + [7480])}, + 'DutchKooikerDogBreed': {'132495004': ('Dutch Kooiker Dog breed', [7480])}, + 'DutchLandracePig': {'58311005': ('Dutch landrace pig (organism)', [])}, + 'DutchLandracePigBreed': {'58311005': ('Dutch landrace pig breed', [7480])}, + 'DutchShepherdDogBreed': {'132496003': ('Dutch Shepherd dog breed', [7480])}, + 'DutchTuigpaardHorseBreed': {'131947000': ('Dutch Tuigpaard horse breed', + [7480])}, + 'DutchWarmbloodHorseBreed': {'133022007': ('Dutch Warmblood horse breed', + [7480])}, + 'DutchYorkshirePigBreed': {'132270003': ('Dutch Yorkshire pig breed', [7480])}, + 'DyeDilution': {'373104003': ('Dye Dilution', [3628])}, + 'DyeDilutionCardiacOutputWaveform': {'128455004': ('Dye dilution cardiac ' + 'output waveform', + [3003])}, + 'DyeDilutionCardiacOutputWaveformFunction': {'128455004': ('Dye dilution ' + 'cardiac output ' + 'waveform, ' + 'function ' + '(observable ' + 'entity)', + [])}, + 'DynamicHipScrewPlate': {'257327003': ('Dynamic hip screw plate (physical ' + 'object)', + [])}, + 'DynamicMagneticResonanceImagingOfKnee': {'433139009': ('Dynamic magnetic ' + 'resonance imaging of ' + 'knee', + [100])}, + 'DynamicMagneticResonanceImagingOfPelvis': {'446315002': ('Dynamic magnetic ' + 'resonance imaging ' + 'of pelvis', + [100])}, + 'Dyskinesis': {'25437005': ('Dyskinesis', [3703])}, + 'Dyspnea': {'267036007': ('Dyspnea', [9300, 12246, 60, 3201, 3221, 3220])}, + 'DystrophicCalcification': {'129750001': ('Dystrophic calcification', + [6011, 6010])}, + 'DystrophicRadiographicCalcification': {'129750001': ('Dystrophic ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'DzumaliaPigBreed': {'133207005': ('Dzumalia pig breed', [7480])}, + 'DølafeCattleBreed': {'131591007': ('Dølafe cattle breed', [7480])}, + 'DøleHorseBreed': {'133024008': ('Døle horse breed', [7480])}, + 'ECGAnalysis': {'258181008': ('ECG analysis', [3215])}, + 'ECGEquivocal': {'370359005': ('ECG Equivocal', [3677])}, + 'EDTAGa68': {'423498000': ('EDTA Ga^68^', [4021])}, + 'ELMExternalLimitingMembrane': {'76710003': ('ELM - External limiting ' + 'membrane', + [9514, 7192, 7151, 4273])}, + 'Ear': {'117590005': ('Ear', [9514, 7192, 7151, 4])}, + 'EarNoseAndThroatDepartment': {'309978002': ('Ear, nose and throat department ' + '(environment)', + [])}, + 'EarStructure': {'117590005': ('Ear structure (body structure)', [])}, + 'EarlyDiastole': {'444389002': ('Early Diastole', [12233])}, + 'EarlyDiastoleOfCardiacCycle': {'444389002': ('Early diastole of cardiac ' + 'cycle (qualifier value)', + [])}, + 'EarlyRepolarization': {'428417006': ('Early repolarization', [3230])}, + 'EastAnatolianRedCattleBreed': {'133378001': ('East Anatolian Red cattle ' + 'breed', + [7480])}, + 'EastAndSoutheastAnadoluHorseBreed': {'131948005': ('East and Southeast ' + 'Anadolu horse breed', + [7480])}, + 'EastBalkanPigBreed': {'132366009': ('East Balkan pig breed', [7480])}, + 'EastBulgarianHorseBreed': {'132765006': ('East Bulgarian horse breed', + [7480])}, + 'EastFinnishCattleBreed': {'133379009': ('East Finnish cattle breed', [7480])}, + 'EastFriesianOldTypeHorseBreed': {'132766007': ('East Friesian (Old Type) ' + 'horse breed', + [7480])}, + 'EastFriesianSheepBreed': {'132853004': ('East Friesian sheep breed', [7480])}, + 'EastFriesianWarmbloodModernTypeHorseBreed': {'132767003': ('East Friesian ' + 'Warmblood ' + '(Modern Type) ' + 'horse breed', + [7480])}, + 'EastMacedonianCattleBreed': {'133380007': ('East Macedonian cattle breed', + [7480])}, + 'EastSiberianLaikaDogBreed': {'132497007': ('East Siberian Laika dog breed', + [7480])}, + 'EasternNuerCattleBreed': {'131469003': ('Eastern Nuer cattle breed', [7480])}, + 'Eccentric': {'255380003': ('Eccentric', [3491, 3806])}, + 'EccentricFixation': {'251786004': ('Eccentric Fixation', [4221, 4222])}, + 'Echocardiography': {'40701008': ('Echocardiography', + [12001, 3757, 3206, 3744])}, + 'EchocardiographyForDeterminingVentricularContraction': {'35757004': ('Echocardiography ' + 'for ' + 'determining ' + 'ventricular ' + 'contraction ' + '(procedure)', + [])}, + 'Ectatic': {'386140000': ('Ectatic', [3712])}, + 'EctaticCoronaryArtery': {'386140000': ('Ectatic coronary artery (finding)', + [])}, + 'EctopicAccessoryBreastTissue': {'1896004': ('Ectopic (accessory) breast ' + 'tissue', + [6031, 6030])}, + 'EctopicBreastTissue': {'1896004': ('Ectopic breast tissue (disorder)', [])}, + 'EdelschweinPigBreed': {'132353009': ('Edelschwein pig breed', [7480])}, + 'Edema': {'79654002': ('Edema', + [7169, + 6056, + 6016, + 7168, + 7159, + 6031, + 6030, + 7194, + 6015, + 6054, + 7151, + 6014])}, + 'EdemaOfFetalChestWall': {'443115002': ('Edema of fetal chest wall', [12249])}, + 'EdemaOfFetalScalp': {'443168008': ('Edema of fetal scalp', [12249])}, + 'EdemaOfLarynx': {'51599000': ('Edema of larynx (disorder)', [])}, + 'Edge': {'57183005': ('Edge', [2])}, + 'Efferent': {'33843005': ('Efferent', [2])}, + 'Effusion': {'41699000': ('Effusion', [12280])}, + 'EggshellCalcification': {'129751002': ('Eggshell calcification', + [6132, 6011, 6010])}, + 'EggshellRadiographicCalcification': {'129751002': ('Eggshell radiographic ' + 'calcification (finding)', + [])}, + 'EgyptianCattleBreed': {'131470002': ('Egyptian cattle breed', [7480])}, + 'EgyptianHorseBreed': {'133017007': ('Egyptian horse breed', [7480])}, + 'EgyptianMauCat': {'21637005': ('Egyptian mau cat', [7480])}, + 'ElasticVascularSclerosis': {'19952003': ('elastic vascular sclerosis', + [3817])}, + 'ElbowJoint': {'16953009': ('Elbow joint', + [4030, + 4031, + 7304, + 7483, + 7482, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009, + 1006])}, + 'ElbowJointStructure': {'16953009': ('Elbow joint structure (body structure)', + [])}, + 'Elective': {'103390000': ('Elective (qualifier value)', []), + '8715000': ('Elective', [3729])}, + 'ElectiveProcedure': {'103390000': ('Elective Procedure', [3414])}, + 'ElectricBlanket': {'79811009': ('Electric blanket', [635])}, + 'ElectricBlanketDevice': {'79811009': ('Electric blanket, device (physical ' + 'object)', + [])}, + 'ElectricHeatingPad': {'27812008': ('Electric heating pad', [635])}, + 'ElectricHeatingPadDevice': {'27812008': ('Electric heating pad, device ' + '(physical object)', + [])}, + 'ElectrocardiogramAbnormal': {'102594003': ('Electrocardiogram abnormal ' + '(finding)', + [])}, + 'ElectrocardiogramAnalysis': {'258181008': ('Electrocardiogram analysis ' + '(qualifier value)', + [])}, + 'ElectrocardiogramEquivocal': {'370359005': ('Electrocardiogram equivocal ' + '(finding)', + [])}, + 'ElectrocardiogramFinding': {'271921002': ('Electrocardiogram finding ' + '(observable entity)', + [])}, + 'ElectrocardiogramNormal': {'164854000': ('Electrocardiogram normal (finding)', + [])}, + 'ElectrocardiogramSTIntervalNormal': {'164929001': ('Electrocardiogram: ST ' + 'interval normal ' + '(finding)', + [])}, + 'ElectrocardiogramWithExerciseTest': {'46136006': ('Electrocardiogram with ' + 'exercise test (procedure)', + [])}, + 'Electron': {'46602004': ('Electron', [9525]), + '48006008': ('Electron', [9526])}, + 'ElectronMicroscopyGrid': {'434533009': ('Electron microscopy grid', + [8101, 8102])}, + 'ElectrophysiologyMappingPhase': {'129092004': ('Electrophysiology Mapping ' + 'phase', + [3254])}, + 'ElectrophysiologyProcedureBaselinePhase': {'129082007': ('Electrophysiology ' + 'procedure baseline ' + 'phase', + [3254])}, + 'ElegantWarmbloodHorseBreed': {'131961005': ('Elegant Warmblood horse breed', + [7480])}, + 'EleiaHorseBreed': {'132742001': ('Eleia horse breed', [7480])}, + 'Elevated': {'75540009': ('Elevated', [3642])}, + 'EllestadProtocol': {'129098000': ('Ellestad protocol', [12001, 3261])}, + 'ElliottdaleSheepBreed': {'131720004': ('Elliottdale sheep breed', [7480])}, + 'Embolism': {'55584005': ('embolism', [3805, 3815, 3810])}, + 'EmbolizationBall': {'102315000': ('Embolization ball', + [4051, 7151, 8, 7193])}, + 'EmbolizationBallDevice': {'102315000': ('Embolization ball, device (physical ' + 'object)', + [])}, + 'EmbolizationCoil': {'102314001': ('Embolization coil', + [4051, 7151, 8, 7193])}, + 'EmbolizationCoilDevice': {'102314001': ('Embolization coil, device (physical ' + 'object)', + [])}, + 'EmbolizationParticulate': {'102316004': ('Embolization particulate', + [4051, 7151, 8, 7193])}, + 'EmbolizationParticulateDevice': {'102316004': ('Embolization particulate, ' + 'device (physical object)', + [])}, + 'Embolus': {'55584005': ('Embolus', [7159, 7194, 7151])}, + 'EmbryonicVascularStructure': {'51852003': ('Embryonic vascular structure ' + '(body structure)', + [])}, + 'Emergency': {'25876001': ('Emergency (qualifier value)', [])}, + 'EmergencyCoronaryArteryBypass': {'414088005': ('Emergency Coronary Artery ' + 'Bypass', + [3413, 3755])}, + 'EmergencyCoronaryArteryBypassGraft': {'414088005': ('Emergency coronary ' + 'artery bypass graft ' + '(procedure)', + [])}, + 'EmergencyDepartment': {'50849002': ('Emergency Department', [3729])}, + 'EmergencyDepartmentPatientVisit': {'4525004': ('Emergency Department patient ' + 'visit', + [3671])}, + 'EmergencyPercutaneousCoronaryIntervention': {'414089002': ('Emergency ' + 'Percutaneous ' + 'Coronary ' + 'Intervention', + [3413, 3755])}, + 'EmergencyProcedure': {'373110003': ('Emergency procedure', [3671])}, + 'EmergencyRoomAdmission': {'50849002': ('Emergency room admission (procedure)', + [])}, + 'EmergentProcedure': {'25876001': ('Emergent Procedure', [3414])}, + 'EmptyVitreous': {'232077005': ('Empty vitreous (disorder)', [])}, + 'EndDiastole': {'255254001': ('End Diastole', [12307]), + '416190007': ('End diastole', [3337, 12233])}, + 'EndDiastolicFunction': {'255254001': ('End-diastolic, function (observable ' + 'entity)', + [])}, + 'EndOfProtocol': {'255253007': ('End of Protocol', [3221])}, + 'EndSystole': {'416430001': ('End Systole', [12233, 12307])}, + 'Ended': {'385656004': ('Ended', [3773])}, + 'EnderbyIslandCattleBreed': {'133581005': ('Enderby Island cattle breed', + [7480])}, + 'EndoArterial': {'51114001': ('Endo-arterial', [4])}, + 'EndoCardiac': {'80891009': ('Endo-cardiac', [4])}, + 'EndoEsophageal': {'32849002': ('Endo-esophageal', [4])}, + 'EndoNasal': {'53342003': ('Endo-nasal', [9514, 7192, 7151, 4])}, + 'EndoNasopharyngeal': {'18962004': ('Endo-nasopharyngeal', + [9514, 7192, 7151, 4])}, + 'EndoRectal': {'34402009': ('Endo-rectal', [4])}, + 'EndoRenal': {'64033007': ('Endo-renal', [4])}, + 'EndoUreteric': {'87953007': ('Endo-ureteric', [4])}, + 'EndoUrethral': {'13648007': ('Endo-urethral', [4])}, + 'EndoVaginal': {'76784001': ('Endo-vaginal', [4])}, + 'EndoVascular': {'59820001': ('Endo-vascular', [4])}, + 'EndoVenous': {'29092000': ('Endo-venous', [4])}, + 'EndoVesical': {'48367006': ('Endo-vesical', [9514, 7192, 7151, 4])}, + 'Endocardial': {'304059001': ('endocardial', [3843])}, + 'EndocrineSurgery': {'309979005': ('Endocrine Surgery', [7030])}, + 'EndocrineSurgeryDepartment': {'309979005': ('Endocrine surgery department ' + '(environment)', + [])}, + 'Endocrinology': {'309925001': ('Endocrinology', [7030])}, + 'EndocrinologyDepartment': {'309925001': ('Endocrinology department ' + '(environment)', + [])}, + 'EndometrialBiopsy': {'386802000': ('Endometrial biopsy', [6082])}, + 'EndometrialStructure': {'2739003': ('Endometrial structure (body structure)', + [])}, + 'Endometrium': {'2739003': ('Endometrium', [12023])}, + 'Endoscopy': {'310030000': ('Endoscopy', [7030])}, + 'EndoscopyService': {'310030000': ('Endoscopy service (qualifier value)', [])}, + 'EndotrachealTube': {'26412008': ('Endotracheal tube', + [6102, 6138, 6404, 7151, 7193])}, + 'EndotrachealTubeDevice': {'26412008': ('Endotracheal tube, device (physical ' + 'object)', + [])}, + 'EnemaTubeDevice': {'67966000': ('Enema tube, device (physical object)', [])}, + 'Enflurane': {'387176008': ('Enflurane', [624, 623])}, + 'EnglishBulldogBreed': {'132388009': ('English Bulldog breed', [7480])}, + 'EnglishCobHorseBreed': {'132743006': ('English Cob horse breed', [7480])}, + 'EnglishCockerSpaniel': {'21418008': ('English cocker spaniel (organism)', + [])}, + 'EnglishCockerSpanielDogBreed': {'21418008': ('English cocker spaniel dog ' + 'breed', + [7480])}, + 'EnglishCoonhound': {'31281003': ('English coonhound (organism)', [])}, + 'EnglishCoonhoundDogBreed': {'31281003': ('English coonhound dog breed', + [7480])}, + 'EnglishFoxhound': {'59975009': ('English foxhound', [7480])}, + 'EnglishGoatBreed': {'131691003': ('English goat breed', [7480])}, + 'EnglishGuernseyGoatBreed': {'131692005': ('English Guernsey goat breed', + [7480])}, + 'EnglishHackHorseBreed': {'131964002': ('English Hack horse breed', [7480])}, + 'EnglishHunterHorseBreed': {'132746003': ('English Hunter horse breed', + [7480])}, + 'EnglishLonghornCattleBreed': {'131594004': ('English Longhorn cattle breed', + [7480])}, + 'EnglishSetter': {'84367001': ('English setter (organism)', [])}, + 'EnglishSetterDogBreed': {'84367001': ('English setter dog breed', [7480])}, + 'EnglishShepherdDogBreed': {'132492001': ('English Shepherd dog breed', + [7480])}, + 'EnglishSpringerSpaniel': {'62228004': ('English Springer spaniel (organism)', + [])}, + 'EnglishSpringerSpanielDogBreed': {'62228004': ('English Springer spaniel dog ' + 'breed', + [7480])}, + 'EnglishToySpaniel': {'67088002': ('English toy spaniel', [7480])}, + 'EnglishToyTerrierDogBreed': {'132423001': ('English Toy Terrier dog breed', + [7480])}, + 'Enlarged': {'260376009': ('Enlarged', [6118, 6107])}, + 'EnlargedAorticRoot': {'373133002': ('Enlarged Aortic Root', [3709])}, + 'EnlargedSeptalForamenOfHeart': {'287272002': ('Enlarged septal foramen of ' + 'heart (disorder)', + [])}, + 'EntireAnulusFibrosusOfMitralOrifice': {'279174006': ('Entire anulus fibrosus ' + 'of mitral orifice ' + '(body structure)', + [])}, + 'EntireAnulusFibrosusOfTricuspidOrifice': {'279170002': ('Entire anulus ' + 'fibrosus of ' + 'tricuspid orifice ' + '(body structure)', + [])}, + 'EntireBloodVessel': {'361097006': ('Entire blood vessel (body structure)', + [])}, + 'EntireBody': {'38266002': ('Entire body', + [4030, + 4031, + 7483, + 7482, + 10060, + 4042, + 9514, + 7192, + 7151, + 8103, + 4, + 4009])}, + 'EntireBodyAsAWhole': {'38266002': ('Entire body as a whole (body structure)', + [])}, + 'EntireBreast': {'181131000': ('Entire breast (body structure)', [])}, + 'EntireDeciduousMandibularLeftCanineTooth': {'245639007': ('Entire deciduous ' + 'mandibular left ' + 'canine tooth ' + '(body structure)', + [])}, + 'EntireDeciduousMandibularRightFirstMolarTooth': {'245631005': ('Entire ' + 'deciduous ' + 'mandibular ' + 'right first ' + 'molar tooth ' + '(body ' + 'structure)', + [])}, + 'EntireDeciduousMaxillaryRightCentralIncisorTooth': {'245620002': ('Entire ' + 'deciduous ' + 'maxillary ' + 'right ' + 'central ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'EntireDeciduousMaxillaryRightFirstMolarTooth': {'245616001': ('Entire ' + 'deciduous ' + 'maxillary ' + 'right first ' + 'molar tooth ' + '(body ' + 'structure)', + [])}, + 'EntireDeciduousMaxillaryRightLateralIncisorTooth': {'245619008': ('Entire ' + 'deciduous ' + 'maxillary ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'EntireGastrocnemiusVein': {'264481007': ('Entire gastrocnemius vein (body ' + 'structure)', + [])}, + 'EntireSkin': {'181469002': ('Entire skin (body structure)', [])}, + 'EntireVessel': {'361097006': ('Entire Vessel', [3019])}, + 'EntlebucherDogBreed': {'132486007': ('Entlebucher dog breed', [7480])}, + 'EntorhinalCortex': {'3937002': ('Entorhinal Cortex', + [7153, 9514, 7192, 7151])}, + 'Entrapment': {'363563002': ('entrapment', [3805])}, + 'EpagneulBleuDePicardieDogBreed': {'132478007': ('Epagneul Bleu de Picardie ' + 'dog breed', + [7480])}, + 'EpagneulPicardDogBreed': {'132477002': ('Epagneul Picard dog breed', [7480])}, + 'EpagneulPontAudemerDogBreed': {'132480001': ('Epagneul Pont-Audemer dog ' + 'breed', + [7480])}, + 'Ephedrine': {'65026000': ('Ephedrine', [65])}, + 'Epicardial': {'261073003': ('epicardial', [3843])}, + 'EpicardialEchocardiography': {'433232009': ('Epicardial echocardiography', + [3405, 12001, 3428])}, + 'Epicardium': {'6871001': ('Epicardium', [3011])}, + 'EpidermalInclusionCyst': {'419670003': ('Epidermal inclusion cyst', + [6031, 6030])}, + 'EpidermoidCyst': {'419670003': ('Epidermoid cyst (morphologic abnormality)', + [])}, + 'EpididymisStructure': {'87644002': ('Epididymis structure (body structure)', + [])}, + 'EpiduralAnesthesia': {'18946005': ('Epidural anesthesia', [611, 612])}, + 'EpigastricLymphNode': {'60965003': ('epigastric lymph node', [7600])}, + 'EpigastricRegion': {'27947004': ('Epigastric region', [9514, 7192, 7151, 4])}, + 'EpigastricRegionStructure': {'27947004': ('Epigastric region structure (body ' + 'structure)', + [])}, + 'Epilepsy': {'84757009': ('Epilepsy (disorder)', [])}, + 'EpilepticConvulsions': {'84757009': ('Epileptic convulsions', [9300, 60])}, + 'Epinephrine': {'387362001': ('Epinephrine', [10])}, + 'EpirusCattleBreed': {'133381006': ('Epirus cattle breed', [7480])}, + 'EpitrochlearLymphNode': {'28870006': ('epitrochlear lymph node', [7600])}, + 'EpoxyResin': {'65345002': ('Epoxy resin', [8115])}, + 'Equal': {'9726003': ('Equal', [75])}, + 'EqualDensityIsodenseLesion': {'129745007': ('Equal density (isodense) lesion', + [6009, 6008])}, + 'EquipmentTemperature': {'250881009': ('Equipment temperature (observable ' + 'entity)', + [])}, + 'Equivocal': {'42425007': ('Equivocal', [3120])}, + 'Equus': {'388445009': ('Equus', [7454])}, + 'EquusCaballus': {'35354009': ('Equus caballus (domestic horse)', [7454])}, + 'EquusCaballusGmelini': {'125084002': ('Equus caballus gmelini (organism)', + [])}, + 'EquusCaballusGmeliniHorseBreed': {'125084002': ('Equus caballus gmelini ' + 'horse breed', + [7480])}, + 'ErasoModification': {'424655003': ('Eraso Modification', [4012])}, + 'ErasoModificationProjection': {'424655003': ('Eraso Modification projection ' + '(qualifier value)', + [])}, + 'ErectorSpinaeMuscle': {'44947003': ('Erector spinae muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'ErhulianPigBreed': {'132317007': ('Erhulian pig breed', [7480])}, + 'ErieGarnetStain': {'40076005': ('erie garnet stain', [8112])}, + 'EriochromeBlueBlackSEStain': {'58631000': ('eriochrome blue black SE stain', + [8112])}, + 'EriskayPonyHorseBreed': {'132747007': ('Eriskay Pony horse breed', [7480])}, + 'ErlunchunHorseBreed': {'131976002': ('Erlunchun horse breed', [7480])}, + 'EruptionCausedByDrug': {'28926001': ('Eruption caused by drug (disorder)', + [])}, + 'EruptionOfSkin': {'271807003': ('Eruption of skin (disorder)', [])}, + 'Erythema': {'247441003': ('Erythema', [6055])}, + 'ErythrosinBStain': {'7434003': ('erythrosin B stain', [8112])}, + 'ErythrosinYStain': {'5043000': ('erythrosin Y stain', [8112])}, + 'ErzgebirgGoatBreed': {'131667007': ('Erzgebirg goat breed', [7480])}, + 'EskimoDog': {'89450005': ('Eskimo dog', [7480])}, + 'EsophagealApertureOfDiaphragm': {'280062008': ('Esophageal aperture of ' + 'diaphragm (body structure)', + [])}, + 'EsophagealArtery': {'206034008': ('Esophageal artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'EsophagealHiatus': {'280062008': ('Esophageal Hiatus', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'EsophagealLymphNode': {'11899006': ('esophageal lymph node', [7600])}, + 'EsophagealStructure': {'32849002': ('Esophageal structure (body structure)', + [])}, + 'Esophagus': {'32849002': ('Esophagus', + [6113, + 4030, + 6109, + 4031, + 7155, + 7483, + 7482, + 6102, + 10060, + 4042, + 9514, + 7192, + 7151, + 4009, + 10044])}, + 'EsophagusStomachAndDuodenum': {'110861005': ('Esophagus, stomach and ' + 'duodenum', + [4030, + 4031, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'EsophagusStomachAndDuodenumCombinedSite': {'110861005': ('Esophagus, stomach ' + 'and duodenum ' + '(combined site) ' + '(body structure)', + [])}, + 'Estimated': {'414135002': ('Estimated', [3745, 6140, 3627, 10009])}, + 'EstonianBaconPigBreed': {'132274007': ('Estonian Bacon pig breed', [7480])}, + 'EstonianBlackPiedCattleBreed': {'133382004': ('Estonian Black Pied cattle ' + 'breed', + [7480])}, + 'EstonianDraftHorseBreed': {'132749005': ('Estonian Draft horse breed', + [7480])}, + 'EstonianHoundDogBreed': {'132479004': ('Estonian Hound dog breed', [7480])}, + 'EstonianNativeCattleBreed': {'133389008': ('Estonian Native cattle breed', + [7480])}, + 'EstonianNativeHorseBreed': {'133018002': ('Estonian Native horse breed', + [7480])}, + 'EstonianRedCattleBreed': {'131595003': ('Estonian Red cattle breed', [7480])}, + 'EstrelaMountainDogBreed': {'132476006': ('Estrela Mountain Dog breed', + [7480])}, + 'Estrogen': {'41598000': ('Estrogen', [621, 622])}, + 'EstrogenProduct': {'61946003': ('Estrogen product', [6080])}, + 'EstrogenicPreparation': {'61946003': ('Estrogenic preparation (product)', + [])}, + 'Ethanol': {'419442005': ('Ethanol', [10, 8114])}, + 'EthmoidBone': {'52374004': ('Ethmoid bone', [9514, 7192, 4028, 7151])}, + 'EthmoidBoneStructure': {'52374004': ('Ethmoid bone structure (body ' + 'structure)', + [])}, + 'EthylAlcohol': {'419442005': ('Ethyl alcohol', [6089])}, + 'EthylVioletStain': {'65445001': ('ethyl violet stain', [8112])}, + 'EthylenediamineTetraAcetateGallium68': {'423498000': ('Ethylenediamine ' + 'tetra-acetate ' + 'gallium^68^ (product)', + [])}, + 'Etiology': {'134198009': ('Etiology (attribute)', [])}, + 'Etomidate': {'387218008': ('Etomidate', [625, 623])}, + 'EurasianDogBreed': {'132481002': ('Eurasian dog breed', [7480])}, + 'EurasierDogBreed': {'132387004': ('Eurasier dog breed', [7480])}, + 'EurolinePigBreed': {'132026004': ('Euroline pig breed', [7480])}, + 'EuropiumANDOREuropiumCompound': {'429591003': ('Europium AND/OR europium ' + 'compound (substance)', + [])}, + 'EuropiumOrEuropiumCompound': {'429591003': ('Europium or Europium compound', + [10006, 10067])}, + 'EvaluationOfMurmur': {'373112006': ('Evaluation of murmur', [3671])}, + 'EvaluationProcedure': {'386053000': ('Evaluation procedure', [6028])}, + 'EvansBlueStain': {'22931006': ('Evans blue stain', [8112])}, + 'EvolèneCattleBreed': {'131596002': ('Evolène cattle breed', [7480])}, + 'ExSmoker': {'8517006': ('Ex-smoker (finding)', [])}, + 'ExaggeratedCranioCaudalProjection': {'399265009': ('Exaggerated ' + 'cranio-caudal projection ' + '(qualifier value)', + [])}, + 'ExaminationOfBreast': {'46662001': ('Examination of breast', [6083, 6050])}, + 'Excision': {'65801008': ('Excision', [8109])}, + 'Exercise': {'256235009': ('Exercise', [3774])}, + 'ExerciseChallenge': {'128967005': ('Exercise challenge', + [3405, 91, 3250, 3271, 3651])}, + 'ExerciseECGAbnormal': {'165084003': ('Exercise ECG abnormal', [3208])}, + 'ExerciseECGEquivocal': {'370367002': ('Exercise ECG equivocal', [3208])}, + 'ExerciseECGNormal': {'165082004': ('Exercise ECG normal', [3208])}, + 'ExerciseInducedAngina': {'300995000': ('Exercise-induced angina (disorder)', + [])}, + 'ExerciseState': {'128976003': ('Exercise state', [3262, 3602])}, + 'ExerciseStressECGTest': {'46136006': ('Exercise stress ECG test', + [12001, 3261])}, + 'ExerciseStressEchocardiography': {'433233004': ('Exercise stress ' + 'echocardiography', + [12001, 3757])}, + 'ExerciseStressTest': {'165079009': ('Exercise stress test', [3200])}, + 'ExerciseTolerance': {'248243004': ('Exercise tolerance (observable entity)', + [])}, + 'ExerciseToleranceTest': {'165079009': ('Exercise Tolerance Test', [3757])}, + 'ExerciseToleranceTestAbnormal': {'165084003': ('Exercise tolerance test ' + 'abnormal (finding)', + [])}, + 'ExerciseToleranceTestEquivocal': {'370367002': ('Exercise tolerance test ' + 'equivocal (finding)', + [])}, + 'ExerciseToleranceTestNormal': {'165082004': ('Exercise tolerance test normal ' + '(finding)', + [])}, + 'ExerciseToleranceTestRefused': {'408551003': ('Exercise tolerance test ' + 'refused (situation)', + [])}, + 'ExerciserDevice': {'111045004': ('Exerciser, device (physical object)', [])}, + 'ExertionalHypertension': {'429198000': ('Exertional hypertension', [3213])}, + 'ExertionalHypertensionDisorder': {'429198000': ('Exertional hypertension ' + '(disorder)', + [])}, + 'ExerciseToleranceTestNormal': {'165082004': ('Exercise tolerance test normal ' + '(finding)', + [])}, + 'ExerciseToleranceTestRefused': {'408551003': ('Exercise tolerance test ' + 'refused (situation)', + [])}, + 'ExerciserDevice': {'111045004': ('Exerciser, device (physical object)', [])}, + 'ExertionalHypertension': {'429198000': ('Exertional hypertension', [3213])}, + 'ExertionalHypotension': {'429561008': ('Exertional hypotension', [3213])}, + 'ExmoorHornSheepBreed': {'131719005': ('Exmoor Horn sheep breed', [7480])}, + 'ExmoorPonyHorseBreed': {'133019005': ('Exmoor Pony horse breed', [7480])}, + 'ExoticShorthairedCat': {'26057009': ('Exotic shorthaired cat', [7480])}, + 'ExpandingAneurysm': {'125272005': ('expanding aneurysm', [3808])}, + 'Expiration': {'58322009': ('expiration', [3823, 12234])}, + 'Extension': {'24154002': ('Extension', [92])}, + 'Extent': {'260858005': ('Extent (attribute)', [])}, + 'ExtentOfCardiacPerfusionDefect': {'427751006': ('Extent of cardiac perfusion ' + 'defect (observable entity)', + [])}, + 'ExtentOfMyocardialStressIschemia': {'429162008': ('Extent of myocardial ' + 'stress ischemia ' + '(observable entity)', + [])}, + 'Extents': {'255590007': ('Extents (qualifier value)', [])}, + 'External': {'261074009': ('External', [6139, 2, 5])}, + 'ExternalAuditoryCanal': {'84301002': ('External auditory canal', + [4040, 9514, 7192, 7151, 4])}, + 'ExternalAuditoryCanalStructure': {'84301002': ('External auditory canal ' + 'structure (body structure)', + [])}, + 'ExternalAuditoryMeatus': {'84301002': ('External Auditory Meatus', + [1002, 1001, 1000])}, + 'ExternalCamera': {'409903006': ('External Camera', [4202])}, + 'ExternalCapsule': {'10517005': ('external capsule', [7702, 7710])}, + 'ExternalCapsuleOfBrain': {'10517005': ('External capsule of brain (body ' + 'structure)', + [])}, + 'ExternalCarotidArtery': {'22286001': ('External Carotid Artery', + [12104, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'ExternalCarotidArteryStructure': {'22286001': ('External carotid artery ' + 'structure (body structure)', + [])}, + 'ExternalCounterPulsation': {'371790000': ('External Counter-Pulsation', + [3553])}, + 'ExternalCounterPulsationCirculatorySupportDevice': {'371790000': ('External ' + 'counter-pulsation ' + 'circulatory ' + 'support ' + 'device ' + '(physical ' + 'object)', + [])}, + 'ExternalEar': {'28347008': ('External ear', [9514, 7192, 4028, 7151])}, + 'ExternalEarStructure': {'28347008': ('External ear structure (body ' + 'structure)', + [])}, + 'ExternalElasticMembrane': {'414165007': ('External Elastic Membrane', + [3497])}, + 'ExternalElasticMembraneOfArtery': {'414165007': ('External elastic membrane ' + 'of artery (body structure)', + [])}, + 'ExternalIliacArtery': {'113269004': ('External Iliac Artery', + [12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'ExternalIliacLymphNode': {'65349008': ('external iliac lymph node', [7600])}, + 'ExternalIliacVein': {'63507001': ('External Iliac Vein', + [12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 12110])}, + 'ExternalIntercostalMuscle': {'53967007': ('External intercostal muscle', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'ExternalMammaryLymphNode': {'421988007': ('external mammary lymph node', + [7600])}, + 'ExternalProsthesisForSonographicProcedureDevice': {'102322008': ('External ' + 'prosthesis ' + 'for ' + 'sonographic ' + 'procedure, ' + 'device ' + '(physical ' + 'object)', + [])}, + 'ExternalProsthesisForSonographicProcedureStandOff': {'102322008': ('External ' + 'prosthesis ' + 'for ' + 'sonographic ' + 'procedure ' + '[Stand-off]', + [5])}, + 'ExternalRotation': {'52019005': ('External rotation', [92])}, + 'ExternalRotationFunction': {'52019005': ('External rotation, function ' + '(observable entity)', + [])}, + 'ExtraAbdominalDesmoid': {'47284001': ('Extra abdominal desmoid', + [6031, 6030])}, + 'ExtraArticular': {'87687004': ('Extra-articular', [2])}, + 'ExtraCorporealCirculation': {'182744004': ('Extra-corporeal circulation', + [3553])}, + 'ExtracorporealCirculationProcedure': {'182744004': ('Extracorporeal ' + 'circulation procedure ' + '(procedure)', + [])}, + 'ExtrafovealOcularFixation': {'251786004': ('Extrafoveal ocular fixation ' + '(finding)', + [])}, + 'ExtrapulmonaryLymphNodeOfLung': {'363537007': ('extrapulmonary lymph node of ' + 'lung', + [7600])}, + 'ExtremelyDense': {'129719003': ('Extremely dense', [6001, 6000])}, + 'ExtremelyDenseBreastComposition': {'129719003': ('Extremely dense breast ' + 'composition (finding)', + [])}, + 'Extremity': {'66019005': ('Extremity', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'Eye': {'81745001': ('Eye', + [4030, 4031, 4042, 9514, 7192, 7151, 4209, 4, 4009])}, + 'EyeLenses': {'78076003': ('Eye lenses', [10060, 10044])}, + 'EyeRegion': {'371398005': ('Eye region', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'EyeRegionStructure': {'371398005': ('Eye region structure (body structure)', + [])}, + 'Eyeball': {'79652003': ('Eyeball', [9514, 7192, 4028, 7151])}, + 'Eyelash': {'85803001': ('Eyelash', [4029])}, + 'Eyelid': {'80243003': ('Eyelid', [9514, 7192, 7151, 4209, 4])}, + 'EyelidDisease': {'60113004': ('Eyelid Disease', [4222])}, + 'EyelidStructure': {'80243003': ('Eyelid structure (body structure)', [])}, + 'FHCElitePig1': {'45635003': ('FHC elite pig 1 (organism)', [])}, + 'FHCElitePig1PigBreed': {'45635003': ('FHC elite pig 1 pig breed', [7480])}, + 'FHCElitePig2': {'59667000': ('FHC elite pig 2 (organism)', [])}, + 'FHCElitePig2PigBreed': {'59667000': ('FHC elite pig 2 pig breed', [7480])}, + 'FHCElitePig3': {'24111007': ('FHC elite pig 3 (organism)', [])}, + 'FHCElitePig3PigBreed': {'24111007': ('FHC elite pig 3 pig breed', [7480])}, + 'FHCElitePig4': {'47795006': ('FHC elite pig 4 (organism)', [])}, + 'FHCElitePig4PigBreed': {'47795006': ('FHC elite pig 4 pig breed', [7480])}, + 'FHCElitePig5': {'67720004': ('FHC elite pig 5 (organism)', [])}, + 'FHCElitePig5PigBreed': {'67720004': ('FHC elite pig 5 pig breed', [7480])}, + 'FHCElitePig6': {'49462008': ('FHC elite pig 6 (organism)', [])}, + 'FHCElitePig6PigBreed': {'49462008': ('FHC elite pig 6 pig breed', [7480])}, + 'FHCElitePig7': {'32683006': ('FHC elite pig 7 (organism)', [])}, + 'FHCElitePig7PigBreed': {'32683006': ('FHC elite pig 7 pig breed', [7480])}, + 'FHCElitePig8': {'73005003': ('FHC elite pig 8 (organism)', [])}, + 'FHCElitePig8PigBreed': {'73005003': ('FHC elite pig 8 pig breed', [7480])}, + 'FHCElitePig9': {'14063001': ('FHC elite pig 9 (organism)', [])}, + 'FHCElitePig9PigBreed': {'14063001': ('FHC elite pig 9 pig breed', [7480])}, + 'FHCPig': {'89928000': ('FHC pig (organism)', [])}, + 'FHCPigBreed': {'89928000': ('FHC pig breed', [7480])}, + 'FRSCattleBreed': {'133393002': ('FRS cattle breed', [7480])}, + 'FabrianeseSheepBreed': {'131718002': ('Fabrianese sheep breed', [7480])}, + 'Face': {'89545001': ('Face', [9514, 7192, 7151, 4])}, + 'FaceStructure': {'89545001': ('Face structure (body structure)', [])}, + 'FacialArtery': {'23074001': ('facial artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'FacialBones': {'91397008': ('Facial bones', + [4030, + 4031, + 7304, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'FacialLymphNode': {'48918001': ('facial lymph node', [7600])}, + 'FacialNerve': {'56052001': ('facial nerve', [7710, 7706])}, + 'FacialNerveStructure': {'56052001': ('Facial nerve structure (body ' + 'structure)', + [])}, + 'FacialSwelling': {'278528006': ('Facial Swelling', [9300, 60])}, + 'FaeroesCattleBreed': {'133390004': ('Faeroes cattle breed', [7480])}, + 'FaeroesIslandHorseHorseBreed': {'133020004': ('Faeroes Island Horse horse ' + 'breed', + [7480])}, + 'FaeroesSheepBreed': {'132846008': ('Faeroes sheep breed', [7480])}, + 'FailedAttemptedProcedure': {'103709008': ('Failed attempted procedure', [9])}, + 'FalabellaHorseBreed': {'133021000': ('Falabella horse breed', [7480])}, + 'FallopianTube': {'31435000': ('Fallopian tube', [9514, 7160, 7192, 7151])}, + 'FallopianTubeStructure': {'31435000': ('Fallopian tube structure (body ' + 'structure)', + [])}, + 'FamilyHistoryCardiovascularDisease': {'266894000': ('Family history: ' + 'Cardiovascular disease ' + '(situation)', + [])}, + 'FamilyHistoryDiabetesMellitus': {'160303001': ('Family history: Diabetes ' + 'mellitus (situation)', + [])}, + 'FamilyHistoryMyocardialInfarction': {'266897007': ('Family history: ' + 'Myocardial infarction ' + '(situation)', + [])}, + 'FamilyHistoryOfBreastCancer': {'429740004': ('Family history of breast ' + 'cancer', + [6087, 6081])}, + 'FamilyHistoryOfCardiovascularDisease': {'266894000': ('Family history of ' + 'cardiovascular ' + 'disease', + [3758])}, + 'FamilyHistoryOfClinicalFinding': {'416471007': ('Family history of clinical ' + 'finding (situation)', + [])}, + 'FamilyHistoryOfCoronaryArteriosclerosis': {'430091005': ('Family history of ' + 'coronary ' + 'arteriosclerosis', + [3758])}, + 'FamilyHistoryOfDiabetesMellitus': {'160303001': ('Family history of diabetes ' + 'mellitus', + [3758])}, + 'FamilyHistoryOfMalignantNeoplasmOfBreast': {'429740004': ('Family history of ' + 'malignant ' + 'neoplasm of ' + 'breast ' + '(situation)', + [])}, + 'FamilyHistoryOfMyocardialInfarction': {'266897007': ('Family history of ' + 'myocardial infarction', + [3758])}, + 'FamilyHistoryUnknown': {'407559004': ('Family history unknown', [3758])}, + 'FamilyHistoryWithExplicitContext': {'57177007': ('Family history with ' + 'explicit context ' + '(situation)', + [])}, + 'FannongSpottedPigBreed': {'132332000': ('Fannong Spotted pig breed', [7480])}, + 'FascialLayer': {'120576005': ('Fascial layer', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'FastBlueBBSaltStain': {'91295002': ('fast blue BB salt stain', [8112])}, + 'FastBlueBSaltStain': {'34700000': ('fast blue B salt stain', [8112])}, + 'FastBlueRRSaltStain': {'64112001': ('fast blue RR salt stain', [8112])}, + 'FastGarnetGBCSaltStain': {'89148006': ('fast garnet GBC salt stain', [8112])}, + 'FastGreenFCFStain': {'24167004': ('fast green FCF stain', [8112])}, + 'FastRedBSaltStain': {'40718007': ('fast red B salt stain', [8112])}, + 'FastRedITRStain': {'47486002': ('fast red ITR stain', [8112])}, + 'FastRedTRSaltStain': {'76633005': ('fast red TR salt stain', [8112])}, + 'FastSulfonBlackFStain': {'88660000': ('fast sulfon black F stain', [8112])}, + 'FastVioletBSaltStain': {'72371006': ('fast violet B salt stain', [8112])}, + 'Fat': {'256674009': ('Fat', [7180, 6211, 6122, 218, 300, 7469])}, + 'FatContainingRadiolucentLesion': {'129747004': ('Fat containing ' + '(radiolucent) lesion', + [6009, 6008])}, + 'FatNecrosisOfBreast': {'21381006': ('Fat necrosis of breast', [6031, 6030])}, + 'FatRed7BStain': {'76439002': ('fat red 7B stain', [8112])}, + 'Fatal': {'399166001': ('Fatal', [3716])}, + 'Fatigue': {'84229001': ('Fatigue', [3221, 3220])}, + 'FattyDegeneration': {'29185008': ('fatty degeneration', [3802])}, + 'FattyStreaks': {'53151000': ('fatty streaks', [3817])}, + 'FauveDeBretagneDogBreed': {'132426009': ('Fauve de Bretagne dog breed', + [7480])}, + 'Feces': {'39477002': ('Feces', [6201, 7197, 7151])}, + 'FeedingPatientRegimeTherapy': {'75118006': ('Feeding patient ' + '(regime/therapy)', + [])}, + 'FeedingTube': {'25062003': ('Feeding tube', [6102, 6138, 6404, 7151, 7193])}, + 'FeedingTubeDevice': {'25062003': ('Feeding tube, device (physical object)', + [])}, + 'FeetFirst': {'102541007': ('feet-first', [21])}, + 'FeetfirstPosition': {'102541007': ('Feetfirst position (finding)', [])}, + 'FelineSpecies': {'23826000': ('Feline species (organism)', [])}, + 'Felis': {'388626009': ('Felis', [7454])}, + 'FelisCatus': {'448169003': ('Felis catus (domestic cat)', [7454])}, + 'FellPonyHorseBreed': {'132996008': ('Fell Pony horse breed', [7480])}, + 'FellTerrierDogBreed': {'132482009': ('Fell Terrier dog breed', [7480])}, + 'FellataCattleBreed': {'133651005': ('Fellata cattle breed', [7480])}, + 'FemaleExternalGenitalia': {'86969008': ('Female external genitalia', + [9514, 7160, 7192, 7151])}, + 'FemaleExternalGenitaliaStructure': {'86969008': ('Female external genitalia ' + 'structure (body structure)', + [])}, + 'FemaleExternalUrethralOrifice': {'279479008': ('Female external urethral ' + 'orifice', + [4029])}, + 'FemaleFirstCousin': {'270002': ('Female first cousin', [7450, 7451])}, + 'FemaleGenitalLymphNode': {'314736006': ('female genital lymph node', [7600])}, + 'FemaleInternalGenitalia': {'87759004': ('Female internal genitalia', + [9514, 7160, 7192, 7151])}, + 'FemaleInternalGenitaliaStructure': {'87759004': ('Female internal genitalia ' + 'structure (body structure)', + [])}, + 'FemoralArtery': {'7657000': ('Femoral artery', + [3604, + 3010, + 3440, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'FemoralArteryPressureWaveform': {'128442000': ('Femoral artery pressure ' + 'waveform', + [3003])}, + 'FemoralHead': {'2812003': ('Femoral head', [1005, 1001, 1000])}, + 'FemoralHeadProsthesis': {'304121006': ('Femoral Head Prosthesis', + [7308, 7307])}, + 'FemoralVein': {'83419000': ('Femoral vein', + [3010, 4042, 9514, 7192, 7151, 4, 3630, 3607])}, + 'FemoralVeinStructure': {'83419000': ('Femoral vein structure (body ' + 'structure)', + [])}, + 'Femur': {'71341001': ('Femur', + [12021, + 4030, + 12020, + 4031, + 7304, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'FengjingPigBreed': {'132233007': ('Fengjing pig breed', [7480])}, + 'Ferguson': {'399372008': ('Ferguson', [4012])}, + 'FergusonProjection': {'399372008': ('Ferguson projection (qualifier value)', + [])}, + 'FerrandaisCattleBreed': {'133383009': ('Ferrandais cattle breed', [7480])}, + 'FerrousChlorideFe59': {'31192007': ('Ferrous chloride Fe^59^', [25])}, + 'FerrousCitrateFe59': {'87958003': ('Ferrous citrate Fe^59^', [25])}, + 'FerrousSulfateFe59': {'125001': ('Ferrous sulfate Fe^59^', [25])}, + 'FetalEchocardiography': {'433235006': ('Fetal echocardiography', [12001])}, + 'FetalUmbilicalVeinStructure': {'13576009': ('Fetal umbilical vein structure ' + '(body structure)', + [])}, + 'FetlockOfForelimb': {'13190002': ('Fetlock of forelimb', [7483, 7482])}, + 'FetlockOfHindlimb': {'113351006': ('Fetlock of hindlimb', [7483, 7482])}, + 'FetlockRegionOfForelimb': {'13190002': ('Fetlock region of forelimb (body ' + 'structure)', + [])}, + 'FetlockRegionOfHindlimb': {'113351006': ('Fetlock region of hindlimb (body ' + 'structure)', + [])}, + 'Fetocide': {'133874006': ('Fetocide (selective reduction)', [9])}, + 'FeulgenReactionStain': {'255797007': ('Feulgen reaction stain', [8112])}, + 'Fever': {'386661006': ('Fever', [12246])}, + 'FeverWithChills': {'274640006': ('Fever with chills (finding)', [])}, + 'FiberopticCatheter': {'371801001': ('Fiberoptic catheter', [3429])}, + 'FiberopticCatheterMethod': {'133912003': ('Fiberoptic catheter method', + [3241])}, + 'Fibrate': {'108602006': ('Fibrate', [3761])}, + 'FibrateAntihyperlipidemic': {'108602006': ('Fibrate antihyperlipidemic ' + '(product)', + [])}, + 'Fibril': {'88921000': ('Fibril', [637])}, + 'FibrinogenI123': {'71636003': ('Fibrinogen I^123^', [25])}, + 'Fibroadenoma': {'65877006': ('Fibroadenoma', [6031, 6030])}, + 'FibroadenomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'65877006': ('Fibroadenoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'FibrocysticBreastChanges': {'27431007': ('Fibrocystic breast changes ' + '(finding)', + [])}, + 'FibrocysticDiseaseOfBreast': {'27431007': ('Fibrocystic disease of breast', + [6031, 6030])}, + 'Fibroelastosis': {'72166006': ('fibroelastosis', [3817])}, + 'Fibromatosis': {'19928005': ('Fibromatosis', [6031, 6030])}, + 'FibromuscularDysplasia': {'31653004': ('fibromuscular dysplasia', [3810])}, + 'Fibrosarcoma': {'53654007': ('Fibrosarcoma', [6030, 6033])}, + 'FibrosingAdenosis': {'50916005': ('Fibrosing adenosis (morphologic ' + 'abnormality)', + [])}, + 'Fibrous': {'255423002': ('fibrous', [3805, 3802])}, + 'FibrousHistiocytomaMalignant': {'34360000': ('Fibrous histiocytoma, ' + 'malignant (morphologic ' + 'abnormality)', + [])}, + 'FibrousPlaque': {'40772000': ('Fibrous Plaque', + [3491, 3497, 3496, 3495, 7111])}, + 'Fibula': {'87342007': ('Fibula', + [12021, + 4030, + 4031, + 7304, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'FibularLymphNode': {'31171007': ('fibular lymph node', [7600])}, + 'FieldSpaniel': {'27385008': ('Field spaniel (organism)', [])}, + 'FieldSpanielDogBreed': {'27385008': ('Field spaniel dog breed', [7480])}, + 'FieldStain': {'255798002': ("field's stain", [8112])}, + 'FifthLumbarArtery': {'397411003': ('Fifth Lumbar Artery', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'FifthPercentile': {'371888009': ('Fifth percentile (qualifier value)', [])}, + 'FifthVentricle': {'180933005': ('Fifth Ventricle', [7140])}, + 'FightingBullCattleBreed': {'131597006': ('Fighting Bull cattle breed', + [7480])}, + 'FilaBrasileiroDogBreed': {'132483004': ('Fila Brasileiro dog breed', [7480])}, + 'Finding': {'404684003': ('Finding', [3769])}, + 'FindingLessWellDefinedSincePreviousMammogram': {'129728002': ('Finding less ' + 'well defined ' + 'since ' + 'previous ' + 'mammogram ' + '(finding)', + [])}, + 'FindingMoreDefinedSincePreviousMammogram': {'129729005': ('Finding more ' + 'defined since ' + 'previous ' + 'mammogram ' + '(finding)', + [])}, + 'FindingOfChangeSincePreviousMammogram': {'129720009': ('Finding of change ' + 'since previous ' + 'mammogram (finding)', + [])}, + 'FindingOfDifferenceInBorderDefinitionComparedToPreviousRadiologicExamination': {'442688001': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'border ' + 'definition ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInBorderShapeComparedToPreviousRadiologicExamination': {'442755000': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'border ' + 'shape ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInDistributionComparedToPreviousRadiologicExamination': {'442704007': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'distribution ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInLocationComparedToPreviousRadiologicExamination': {'442726008': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'location ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInRadiographicAttenuationComparedToPreviousRadiologicExamination': {'442707000': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'radiographic ' + 'attenuation ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInSiteInvolvementComparedToPreviousRadiologicExamination': {'442711006': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'site ' + 'involvement ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInSizeComparedToPreviousRadiologicExamination': {'442714003': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'size ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInSubstanceComparedToPreviousRadiologicExamination': {'442691001': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'substance ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfDifferenceInTextureComparedToPreviousRadiologicExamination': {'442700003': ('Finding ' + 'of ' + 'difference ' + 'in ' + 'texture ' + 'compared ' + 'to ' + 'previous ' + 'radiologic ' + 'examination ' + '(finding)', + [])}, + 'FindingOfElectrocardiogramSTSegment': {'365416000': ('Finding of ' + 'electrocardiogram ST ' + 'segment (finding)', + [])}, + 'FindingOfFunctionalPerformanceAndActivity': {'248536006': ('Finding of ' + 'functional ' + 'performance and ' + 'activity ' + '(finding)', + [])}, + 'FindingOfGestationalSac': {'300571009': ('Finding of gestational sac ' + '(finding)', + [])}, + 'FindingOfLeftVentricularFunction': {'366188009': ('Finding of left ' + 'ventricular function ' + '(finding)', + [])}, + 'FindingOfLesion': {'300577008': ('Finding of lesion (finding)', [])}, + 'FindingOfTobaccoSmokingBehavior': {'365981007': ('Finding of tobacco smoking ' + 'behavior (finding)', + [])}, + 'FindingPartiallyRemoved': {'129722001': ('Finding partially removed', + [6134, 6003, 6002])}, + 'FindingPartiallyRemovedSincePreviousMammogram': {'129722001': ('Finding ' + 'partially ' + 'removed ' + 'since ' + 'previous ' + 'mammogram ' + '(finding)', + [])}, + 'FindingRelatingToDrugMisuseBehavior': {'228366006': ('Finding relating to ' + 'drug misuse behavior ' + '(finding)', + [])}, + 'FindingReportedByPatientInformant': {'418799008': ('Finding reported by ' + 'patient/informant', + [3769])}, + 'FindingReportedBySubjectOrHistoryProvider': {'418799008': ('Finding reported ' + 'by subject or ' + 'history provider ' + '(finding)', + [])}, + 'FindingSite': {'363698007': ('Finding Site', [9000])}, + 'FindingsValues': {'260245000': ('Findings values (qualifier value)', [])}, + 'FineLinearBranchingCastingCalcification': {'129762002': ('Fine linear, ' + 'branching ' + '(casting) ' + 'calcification', + [6011, 6010])}, + 'FineLinearBranchingCastingRadiographicCalcification': {'129762002': ('Fine, ' + 'linear, ' + 'branching ' + '(casting) ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'FineLinearCastingCalcification': {'129761009': ('Fine, linear (casting) ' + 'calcification', + [6011, 6010])}, + 'FineLinearCastingRadiographicCalcification': {'129761009': ('Fine, linear, ' + '(casting) ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'FineMerinoSheepBreed': {'132722005': ('Fine Merino sheep breed', [7480])}, + 'FineNeedleAspirationOfBreast': {'387736007': ('Fine needle aspiration of ' + 'breast', + [6083, 6050])}, + 'FineSlitBeamDirectIllumination': {'410462008': ('Fine slit beam direct ' + 'illumination', + [4203])}, + 'FineSlitBeamDirectIlluminationAction': {'410462008': ('Fine slit beam direct ' + 'illumination - action ' + '(qualifier value)', + [])}, + 'Finger': {'7569003': ('Finger', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'FingerJoint': {'125682004': ('Finger Joint', [7304])}, + 'FingerJointStructure': {'125682004': ('Finger joint structure (body ' + 'structure)', + [])}, + 'FingerStructure': {'7569003': ('Finger structure (body structure)', [])}, + 'FinnhorseDraftHorseBreed': {'131993002': ('Finnhorse Draft horse breed', + [7480])}, + 'FinnhorseHorseBreed': {'133029003': ('Finnhorse horse breed', [7480])}, + 'FinnishAyrshireCattleBreed': {'133384003': ('Finnish Ayrshire cattle breed', + [7480])}, + 'FinnishHoundDogBreed': {'132484005': ('Finnish Hound dog breed', [7480])}, + 'FinnishLandraceGoatBreed': {'131666003': ('Finnish Landrace goat breed', + [7480])}, + 'FinnishLandracePigBreed': {'132234001': ('Finnish Landrace pig breed', + [7480])}, + 'FinnishLandraceSheep': {'72329005': ('Finnish landrace sheep (organism)', + [])}, + 'FinnishLandraceSheepBreed': {'72329005': ('Finnish landrace sheep breed', + [7480])}, + 'FinnishLapphundDogBreed': {'132485006': ('Finnish Lapphund dog breed', + [7480])}, + 'FinnishSpitzDog': {'83504004': ('Finnish spitz dog', [7480])}, + 'FinnishYorkshirePigBreed': {'132269004': ('Finnish Yorkshire pig breed', + [7480])}, + 'FirstDegreeAtrioventricularBlock': {'270492004': ('First degree ' + 'Atrioventricular block', + [3230])}, + 'FirstLumbarArtery': {'397407009': ('First Lumbar Artery', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'FirstMolarRegion': {'699507006': ('First molar region', [4017])}, + 'FirstMolarRegionOfOralCavity': {'699507006': ('First molar region of oral ' + 'cavity (body structure)', + [])}, + 'FirstPremolarRegion': {'699509009': ('First premolar region', [4017])}, + 'FirstPremolarRegionOfOralCavity': {'699509009': ('First premolar region of ' + 'oral cavity (body ' + 'structure)', + [])}, + 'FishOils': {'346441008': ('Fish oils', [3761])}, + 'Fisk': {'424962005': ('Fisk', [4012])}, + 'FiskProjection': {'424962005': ('Fisk projection (qualifier value)', [])}, + 'FissureOfLung': {'278983006': ('Fissure of lung', + [6109, 6112, 6102, 9514, 7192, 7151])}, + 'FistulaCoronaryToLeftAtrium': {'128555001': ('Fistula coronary to left ' + 'atrium', + [3604, 3606, 3630])}, + 'FistulaCoronaryToLeftVentricle': {'128556000': ('Fistula coronary to left ' + 'ventricle', + [3604, 3606, 3630])}, + 'FistulaCoronaryToRightAtrium': {'373095005': ('Fistula coronary to right ' + 'atrium', + [3604, 3606, 3630])}, + 'FistulaCoronaryToRightVentricle': {'128558004': ('Fistula coronary to right ' + 'ventricle', + [3604, 3606, 3630])}, + 'FiveChamber': {'398994001': ('Five chamber', [6, 502, 501])}, + 'FiveChamberView': {'398994001': ('Five chamber view (qualifier value)', [])}, + 'FixedMyocardialPerfusionDefect': {'251057006': ('Fixed myocardial perfusion ' + 'defect', + [3113])}, + 'FjallCattleBreed': {'131598001': ('Fjall cattle breed', [7480])}, + 'FjordHorse': {'89648005': ('Fjord horse (organism)', [])}, + 'FjordHorseBreed': {'89648005': ('Fjord horse breed', [7480])}, + 'FlagellarStain': {'255799005': ('Flagellar stain', [8112])}, + 'Flank': {'58602004': ('Flank', [644, 9514, 7192, 7151, 4])}, + 'FlankStructure': {'58602004': ('Flank structure (body structure)', [])}, + 'Flat': {'6041008': ('Flat', [6209])}, + 'FlatCoatedRetriever': {'9528004': ('Flat-coated retriever (organism)', [])}, + 'FlatCoatedRetrieverDogBreed': {'9528004': ('Flat-coated retriever dog breed', + [7480])}, + 'Fleischner': {'399281004': ('Fleischner', [4012])}, + 'FleischnerProjection': {'399281004': ('Fleischner projection (qualifier ' + 'value)', + [])}, + 'FlemishCattleBreed': {'133385002': ('Flemish cattle breed', [7480])}, + 'FleuveHorseBreed': {'133106009': ('Fleuve horse breed', [7480])}, + 'Flexion': {'9964006': ('Flexion', [92])}, + 'FlexionFunction': {'9964006': ('Flexion, function (observable entity)', [])}, + 'FloorOfMouth': {'36360002': ('floor of mouth', [7601])}, + 'FloorOfMouthStructure': {'36360002': ('Floor of mouth structure (body ' + 'structure)', + [])}, + 'Florbetaben18F': {'712736002': ('Florbetaben [18F] (substance)', [])}, + 'FlorbetabenF18': {'712736002': ('Florbetaben F^18^', [4021])}, + 'FlorbetapirF18': {'456995000': ('Florbetapir F^18^', [4021])}, + 'FloresHorseBreed': {'131978001': ('Flores horse breed', [7480])}, + 'FloridaCrackerHorseBreed': {'133114003': ('Florida Cracker horse breed', + [7480])}, + 'FloridaCrackerPineywoodsCattleBreed': {'131599009': ('Florida ' + 'Cracker/Pineywoods ' + 'cattle breed', + [7480])}, + 'FluciclatideF18': {'456999006': ('Fluciclatide F^18^', [4021])}, + 'FluciclovineF18': {'457000009': ('Fluciclovine F^18^', [4021])}, + 'FluidFilledCatheter': {'371798007': ('Fluid filled catheter', [3429])}, + 'FluidFilledCatheterHemodynamicMeasurementMethodRegimeTherapy': {'128581002': ('Fluid ' + 'filled ' + 'catheter ' + 'hemodynamic ' + 'measurement ' + 'method ' + '(regime/therapy)', + [])}, + 'FluidFilledCatheterMethod': {'128581002': ('Fluid filled catheter method', + [3241])}, + 'FlumazenilC11': {'423543007': ('Flumazenil C^11^', [4021])}, + 'FlumazenilF18': {'422975006': ('Flumazenil F^18^', [4021])}, + 'Fluorescein': {'350086004': ('Fluorescein', [4200])}, + 'FluoresceinProduct': {'350086004': ('Fluorescein product (product)', [])}, + 'FluoresceinSodiumStain': {'25351006': ('Fluorescein sodium stain', [8112])}, + 'FluoresceinStain': {'85596006': ('fluorescein stain', [8112])}, + 'FluorescentStain': {'35352008': ('fluorescent stain', [8112])}, + 'FluorethyltyrosinF18': {'424708001': ('Fluorethyltyrosin F^18^', [4021])}, + 'FluorexonStain': {'108880002': ('fluorexon stain', [8112])}, + 'FluoroLDopaF18': {'129500005': ('Fluoro-L-dopa F^18^', [4021])}, + 'FluorobenzothiazoleF18': {'423546004': ('Fluorobenzothiazole F^18^', [4021])}, + 'FluorocholineF18': {'456992002': ('Fluorocholine F^18^', [4021])}, + 'FluorodeoxyglucoseF18': {'35321007': ('Fluorodeoxyglucose F^18^', + [25, 3107, 4021])}, + 'FluoromethaneF18': {'422763008': ('Fluoromethane F^18^', [4021])}, + 'FluoromisonidazoleF18': {'422598008': ('Fluoromisonidazole F^18^', [4021])}, + 'FluoroscopicAngiographyOfCoronaryArteries': {'419416005': ('Fluoroscopic ' + 'angiography of ' + 'coronary ' + 'arteries ' + '(procedure)', + [])}, + 'FluoroscopicAngiographyOfLeftVentricleAndCoronaryArteries': {'418903008': ('Fluoroscopic ' + 'angiography ' + 'of ' + 'left ' + 'ventricle ' + 'and ' + 'coronary ' + 'arteries ' + '(procedure)', + [])}, + 'Fluoroscopy': {'44491008': ('Fluoroscopy', [10002])}, + 'FluorouracilF18': {'425236000': ('Fluorouracil F^18^', [4021])}, + 'Flushing': {'238810007': ('Flushing', [3220])}, + 'FlutemetamolF18': {'456997008': ('Flutemetamol F^18^', [4021])}, + 'Focal': {'87017008': ('Focal', [6128])}, + 'FocalAsymmetricBreastTissue': {'129789007': ('Focal asymmetric breast tissue', + [6017, 6016, 6054])}, + 'FocalAsymmetricBreastTissueFinding': {'129789007': ('Focal asymmetric breast ' + 'tissue finding ' + '(finding)', + [])}, + 'FocalAsymmetricDensityAnalysis': {'133888005': ('Focal asymmetric density ' + 'analysis', + [6043])}, + 'FocalFibroelastosis': {'125357009': ('focal fibroelastosis', [3817])}, + 'FocalFibrosis': {'45559001': ('Focal fibrosis', [6031, 6030])}, + 'FogeraCattleBreed': {'131471003': ('Fogera cattle breed', [7480])}, + 'Folio': {'425157002': ('Folio', [4012])}, + 'FolioProjection': {'425157002': ('Folio projection (qualifier value)', [])}, + 'FontanBaffleLeak': {'443461006': ('Fontan Baffle Leak', [12282, 12284])}, + 'FontanFenestration': {'443724003': ('Fontan Fenestration', [12282, 12284])}, + 'FontanInferiorVenaCavaPathway': {'443326004': ('Fontan Inferior Vena Cava ' + 'Pathway', + [12282])}, + 'FontanPathway': {'443298009': ('Fontan Pathway', [12282])}, + 'FontanPulmonaryArteryConnection': {'443625008': ('Fontan Pulmonary Artery ' + 'Connection', + [12282])}, + 'FontanelOfSkull': {'79361005': ('Fontanel of skull', [9514, 7192, 7151, 4])}, + 'FonthillMerinoSheepBreed': {'132718000': ('Fonthill Merino sheep breed', + [7480])}, + 'Foot': {'56459004': ('Foot', + [4030, + 12020, + 4031, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009, + 1006])}, + 'FootStructure': {'56459004': ('Foot structure (body structure)', [])}, + 'ForamenMagnum': {'24532009': ('Foramen Magnum', [1002, 1001, 1000])}, + 'ForcedAirWarmingBlanket': {'420572009': ('Forced air warming blanket', + [635])}, + 'ForcepsMajor': {'80049006': ('forceps major', [7705, 7710])}, + 'ForcepsMinor': {'42932006': ('forceps minor', [7705, 7710])}, + 'Forearm': {'14975008': ('Forearm', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'ForearmStructure': {'14975008': ('Forearm structure (body structure)', [])}, + 'Forefoot': {'419176008': ('Forefoot', [7483, 7482])}, + 'ForefootOfQuadruped': {'419176008': ('Forefoot of quadruped (body structure)', + [])}, + 'ForeignBody': {'19227008': ('Foreign body', [7158, 6064, 6054, 7151, 7193]), + '37058002': ('Foreign body (reaction)', [6031, 6030])}, + 'ForeignBodyGiantCellGranuloma': {'37058002': ('Foreign body giant cell ' + 'granuloma (morphologic ' + 'abnormality)', + [])}, + 'ForeignMaterialIodizedOilMercuryTalc': {'19227008': ('Foreign material ' + '(iodized oil, ' + 'mercury,talc)', + [6122])}, + 'ForensicIntent': {'447295008': ('Forensic Intent', [3629])}, + 'ForestMountainPigBreed': {'132077006': ('Forest Mountain pig breed', [7480])}, + 'Formaldehyde': {'111095003': ('Formaldehyde', [8114])}, + 'Formalin': {'431510009': ('Formalin', [8114])}, + 'FormerSmoker': {'8517006': ('Former Smoker', [3724])}, + 'FormolSublimate': {'434295000': ('Formol sublimate', [8114])}, + 'Fornix': {'87463005': ('fornix', [7704, 7710])}, + 'FortCrossCattleBreed': {'133387005': ('Fort Cross cattle breed', [7480])}, + 'FouchetStain': {'406980006': ('fouchet stain', [8112])}, + 'FourChamber': {'399214001': ('Four chamber', [6, 502, 501])}, + 'FourthLumbarArtery': {'397410002': ('Fourth Lumbar Artery', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'FourthVentricle': {'35918002': ('Fourth ventricle', + [7153, 7140, 9514, 7192, 7151])}, + 'FourthVentricleStructure': {'35918002': ('Fourth ventricle structure (body ' + 'structure)', + [])}, + 'FoutaHorseBreed': {'133113009': ('Fouta horse breed', [7480])}, + 'FoveaCentralis': {'67046006': ('Fovea centralis', [4266, 4209])}, + 'FoxTerrierSuperbreed': {'35802007': ('Fox terrier superbreed (organism)', + [])}, + 'FoxTerrierSuperbreedDogBreed': {'35802007': ('Fox terrier superbreed dog ' + 'breed', + [7480])}, + 'Foxhound': {'90101001': ('Foxhound', [7480])}, + 'FractionalFlowReserve': {'371842003': ('Fractional flow reserve', + [3620, 3621])}, + 'FractionalFlowReserveUsingIntracoronaryBolus': {'371835003': ('Fractional ' + 'Flow Reserve ' + 'using ' + 'intracoronary ' + 'bolus', + [3620, 3621])}, + 'FractionalFlowReserveUsingIntravenousInfusion': {'371841005': ('Fractional ' + 'Flow Reserve ' + 'using ' + 'intravenous ' + 'infusion', + [3620, 3621])}, + 'FractureOfLowerLimb': {'46866001': ('Fracture of lower limb', [3205])}, + 'FratiCattleBreed': {'133388000': ('Frati cattle breed', [7480])}, + 'FrederiksborgHorseBreed': {'133112004': ('Frederiksborg horse breed', + [7480])}, + 'FreeOfSymptoms': {'162467007': ('Free of symptoms (situation)', [])}, + 'FreibergHorseBreed': {'131979009': ('Freiberg horse breed', [7480])}, + 'FrenchAlpineGoat': {'5438004': ('French alpine goat (organism)', [])}, + 'FrenchAlpineGoatBreed': {'5438004': ('French alpine goat breed', [7480])}, + 'FrenchArdennaisHorseBreed': {'132734002': ('French Ardennais horse breed', + [7480])}, + 'FrenchBrownCattleBreed': {'133391000': ('French Brown cattle breed', [7480])}, + 'FrenchBulldog': {'59643008': ('French bulldog', [7480])}, + 'FrenchCobHorseBreed': {'131990004': ('French Cob horse breed', [7480])}, + 'FrenchGuardDogBreed': {'132487003': ('French Guard Dog breed', [7480])}, + 'FrenchLandracePig': {'8970009': ('French landrace pig (organism)', [])}, + 'FrenchLandracePigBreed': {'8970009': ('French landrace pig breed', [7480])}, + 'FrenchLargeWhitePigBreed': {'132088000': ('French Large White pig breed', + [7480])}, + 'FrenchSaddlePonyHorseBreed': {'131991000': ('French Saddle pony horse breed', + [7480])}, + 'FrenchSpanielDogBreed': {'132488008': ('French Spaniel dog breed', [7480])}, + 'FrenchTrotterHorseBreed': {'132774008': ('French Trotter horse breed', + [7480])}, + 'FrenulumOfLabiaMinora': {'279867004': ('Frenulum of labia minora', [4029])}, + 'Frequencies': {'272123002': ('Frequencies (qualifier value)', [])}, + 'Frequent': {'70232002': ('Frequent', [6091])}, + 'Friedman': {'399103007': ('Friedman', [4012])}, + 'FriedmanProjection': {'399103007': ('Friedman projection (qualifier value)', + [])}, + 'Friend': {'113163005': ('Friend', [7450])}, + 'FriesianHorseBreed': {'133111006': ('Friesian horse breed', [7480])}, + 'FriesianMilkSheepBreed': {'131725009': ('Friesian Milk Sheep breed', [7480])}, + 'FrijolilloCattleBreed': {'133392007': ('Frijolillo cattle breed', [7480])}, + 'FriuliBlackPigBreed': {'132182001': ('Friuli Black pig breed', [7480])}, + 'Frog': {'34296003': ('frog', [20])}, + 'FrogLikePosture': {'34296003': ('Frog-like posture (finding)', [])}, + 'Frontal': {'399033003': ('frontal', [4010, 501])}, + 'FrontalBone': {'74872008': ('Frontal bone', [9514, 7192, 4028, 7151])}, + 'FrontalBoneStructure': {'74872008': ('Frontal bone structure (body ' + 'structure)', + [])}, + 'FrontalLobe': {'83251001': ('Frontal lobe', [7153, 9514, 7192, 7151])}, + 'FrontalLobeStructure': {'83251001': ('Frontal lobe structure (body ' + 'structure)', + [])}, + 'FrontalOblique': {'399160007': ('frontal oblique', [4010, 501])}, + 'FrontalObliqueAxial': {'399132005': ('frontal-oblique axial', [4010, 501])}, + 'FrontalObliqueAxialProjection': {'399132005': ('Frontal-oblique axial ' + 'projection (qualifier value)', + [])}, + 'FrontalObliqueProjection': {'399160007': ('Frontal oblique projection ' + '(qualifier value)', + [])}, + 'FrontalProjection': {'399033003': ('Frontal projection (qualifier value)', + [])}, + 'FrontalSinus': {'55060009': ('Frontal sinus', + [7483, 7482, 1002, 1001, 1000])}, + 'FrontalSinusStructure': {'55060009': ('Frontal sinus structure (body ' + 'structure)', + [])}, + 'FroxfieldPygmyPigBreed': {'132263003': ('Froxfield Pygmy pig breed', [7480])}, + 'FrozenSectionBreastSample': {'309059004': ('frozen section breast sample', + [8104, 8103])}, + 'FrozenSectionEmbeddingMedium': {'433469005': ('Frozen section embedding ' + 'medium (substance)', + [])}, + 'FuanSpottedPigBreed': {'132283002': ('Fuan Spotted pig breed', [7480])}, + 'Fuchs': {'399073009': ('Fuchs', [4012])}, + 'FuchsProjection': {'399073009': ('Fuchs projection (qualifier value)', [])}, + 'FuchsinAcidStain': {'60920007': ('fuchsin acid stain', [8112])}, + 'FuchsinBasicStain': {'50062004': ('fuchsin basic stain', [8112])}, + 'FujianSmallPigBreed': {'132281000': ('Fujian Small pig breed', [7480])}, + 'FullSpectrum': {'414298005': ('Full Spectrum', [4206, 8122])}, + 'FullSpectrumColor': {'414298005': ('Full spectrum color (qualifier value)', + [])}, + 'FumatiPigBreed': {'132183006': ('Fumati pig breed', [7480])}, + 'Function': {'246464006': ('Function', [7150])}, + 'FunctionalCapacity': {'429160000': ('Functional capacity (observable entity)', + [])}, + 'FunctionalObservable': {'364644000': ('Functional observable (observable ' + 'entity)', + [])}, + 'FunctionalPerformanceAndActivity': {'248536006': ('Functional performance ' + 'and activity', + [3769])}, + 'FunctionalSingleVentricle': {'443379009': ('Functional Single Ventricle', + [12249, 12248])}, + 'FundusCamera': {'409898007': ('Fundus Camera', [4202])}, + 'FuriosoHorseBreed': {'132775009': ('Furioso horse breed', [7480])}, + 'FusiformAneurysm': {'85431000': ('fusiform aneurysm', [3808])}, + 'Fusion': {'129379006': ('Fusion', [7310])}, + 'FusionAction': {'129379006': ('Fusion - action (qualifier value)', [])}, + 'FuzhouBlackPigBreed': {'132285009': ('Fuzhou Black pig breed', [7480])}, + 'G1Grade': {'54102005': ('G1 grade (finding)', [])}, + 'G2Grade': {'1663004': ('G2 grade (finding)', [])}, + 'G3Grade': {'61026006': ('G3 grade (finding)', [])}, + 'G4Grade': {'258245003': ('G4 grade (finding)', [])}, + 'GTV': {'228791009': ('GTV', [9534])}, + 'GackoCattleBreed': {'133394008': ('Gacko cattle breed', [7480])}, + 'GadoDaTerraCattleBreed': {'133395009': ('Gado da Terra cattle breed', + [7480])}, + 'Gadodiamide': {'354088005': ('Gadodiamide', [12, 3850])}, + 'Gadolinium': {'58281002': ('Gadolinium', [13, 12, 3850, 300])}, + 'GadopentetateDimeglumine': {'404846007': ('Gadopentetate dimeglumine', + [12, 3850])}, + 'GaitProblem': {'22325002': ('Gait problem', [3205])}, + 'Galactocele': {'42385006': ('Galactocele', [6031, 6030])}, + 'GalicenoHorse': {'6220006': ('Galiceno horse (organism)', [])}, + 'GalicenoHorseBreed': {'6220006': ('Galiceno horse breed', [7480])}, + 'GalicianBlondCattleBreed': {'131600007': ('Galician Blond cattle breed', + [7480])}, + 'GalicianPigBreed': {'132184000': ('Galician pig breed', [7480])}, + 'GalicianPonyHorseBreed': {'133110007': ('Galician Pony horse breed', [7480])}, + 'Gallbladder': {'28231008': ('Gallbladder', + [4030, + 4031, + 4040, + 10060, + 4042, + 9514, + 7192, + 7151, + 4, + 4009, + 10044])}, + 'GallbladderStructure': {'28231008': ('Gallbladder structure (body structure)', + [])}, + 'Gallium67Citrate': {'73065000': ('Gallium^67^ citrate', [25])}, + 'GallocyanineStain': {'8836009': ('gallocyanine stain', [8112])}, + 'GallowayCattleBreed': {'66911005': ('Galloway cattle breed (organism)', [])}, + 'GallowayCowBreed': {'66911005': ('Galloway cow breed', [7480])}, + 'GalwaySheepBreed': {'406660008': ('Galway sheep breed', [7480])}, + 'GambianNDamaCattleBreed': {'133802009': ("Gambian N'Dama cattle breed " + '(organism)', + [])}, + 'GambianNDamaXZebuCattleBreed': {'133802009': ("Gambian N'Dama X zebu cattle " + 'breed', + [7480])}, + 'GansuAlpineFineWoolSheepBreed': {'131726005': ('Gansu Alpine Fine-wool sheep ' + 'breed', + [7480])}, + 'GanzhongnanSpottedPigBreed': {'132300000': ('Ganzhongnan Spotted pig breed', + [7480])}, + 'GanzhouWhitePigBreed': {'132336002': ('Ganzhou White pig breed', [7480])}, + 'GaolaoCattleBreed': {'133606005': ('Gaolao cattle breed', [7480])}, + 'GarfagninaCattleBreed': {'131472005': ('Garfagnina cattle breed', [7480])}, + 'GarganicaGoatBreed': {'131695007': ('Garganica goat breed', [7480])}, + 'Garment': {'272180002': ('Garment (physical object)', [])}, + 'GarranoTarpanHorseXDomesticHorseBreed': {'132990002': ('Garrano tarpan horse ' + 'X domestic horse ' + 'breed', + [7480])}, + 'GarreCattleBreed': {'133657009': ('Garre cattle breed', [7480])}, + 'Garth': {'425188003': ('Garth', [4012])}, + 'GarthProjection': {'425188003': ('Garth projection (qualifier value)', [])}, + 'Gas': {'74947009': ('Gas', [7197, 7151])}, + 'GasInVitreousCavity': {'247094004': ('Gas in vitreous cavity', [4232])}, + 'GasaraCattleBreed': {'133658004': ('Gasara cattle breed', [7480])}, + 'GasconCattleBreed': {'131601006': ('Gascon cattle breed', [7480])}, + 'GasconyPigBreed': {'132125002': ('Gascony pig breed', [7480])}, + 'GaseousSubstance': {'74947009': ('Gaseous substance (substance)', [])}, + 'GaspingForBreath': {'23141003': ('Gasping for breath (finding)', [])}, + 'GaspingRespiration': {'23141003': ('gasping respiration', [3416])}, + 'GastricArtery': {'23771002': ('Gastric Artery', + [12103, 9514, 7192, 12111, 7151, 3827])}, + 'GastricVein': {'110568007': ('Gastric vein', + [12113, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'GastroOmentalLymphNode': {'83380007': ('gastro-omental lymph node', [7600])}, + 'GastrocnemiusVein': {'264481007': ('Gastrocnemius vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'GastroduodenalArtery': {'37274004': ('Gastroduodenal Artery', + [12112, 12103, 9514, 7192, 7151, 3827])}, + 'GastrointestinalProkinetic': {'116532005': ('Gastrointestinal prokinetic', + [621, 622])}, + 'GastrointestinalSurgery': {'309980008': ('Gastrointestinal Surgery', [7030])}, + 'GastrointestinalSurgeryDepartment': {'309980008': ('Gastrointestinal surgery ' + 'department (environment)', + [])}, + 'GaunlingCattleBreed': {'131474006': ('Gaunling cattle breed', [7480])}, + 'Gavage': {'61420007': ('Gavage', [609])}, + 'GayalCattleBreed': {'133702003': ('Gayal cattle breed', [7480])}, + 'GaynorHart': {'399082003': ('Gaynor-Hart', [4012])}, + 'GaynorHartProjection': {'399082003': ('Gaynor-Hart projection (qualifier ' + 'value)', + [])}, + 'GazeDownAndLeft': {'255523004': ('Gaze down and left (qualifier value)', [])}, + 'GazeDownAndRight': {'255524005': ('Gaze down and right (qualifier value)', + [])}, + 'GazeUpAndLeft': {'255525006': ('Gaze up and left (qualifier value)', [])}, + 'GazeUpAndRight': {'255526007': ('Gaze up and right (qualifier value)', [])}, + 'GelProsthesisForImagingProcedure': {'102325005': ('Gel prosthesis for ' + 'imaging procedure', + [5])}, + 'GelProsthesisForImagingProcedureDevice': {'102325005': ('Gel prosthesis for ' + 'imaging procedure, ' + 'device (physical ' + 'object)', + [])}, + 'GelbrayCattleBreed': {'133731004': ('Gelbray cattle breed (organism)', [])}, + 'GelbrayXZebuCattleBreed': {'133731004': ('Gelbray X zebu cattle breed', + [7480])}, + 'GelbveihCattleBreed': {'76497003': ('Gelbveih cattle breed (organism)', [])}, + 'GelbveihCowBreed': {'76497003': ('Gelbveih cow breed', [7480])}, + 'GelderlandHorseBreed': {'133109002': ('Gelderland horse breed', [7480])}, + 'GeneralAnesthesia': {'50697003': ('General anesthesia', [611, 612])}, + 'GeneralAnesthetic': {'373288007': ('General anesthetic', [621, 622])}, + 'GeneralMedicalDepartment': {'309927009': ('General medical department ' + '(environment)', + [])}, + 'GeneralMedicine': {'309927009': ('General Medicine', [7030])}, + 'GeneralSurgery': {'309984004': ('General Surgery', [7030])}, + 'GeneralSurgicalDepartment': {'309984004': ('General surgical department ' + '(environment)', + [])}, + 'Generalized': {'60132005': ('Generalized', [6128])}, + 'GeneticSample': {'258562007': ('Genetic sample', [8103])}, + 'GenicularArtery': {'128559007': ('Genicular artery', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'GeniculateArtery': {'128559007': ('geniculate artery', [3604, 3606, 3630])}, + 'GentianViolet': {'387239001': ('Gentian violet (substance)', [])}, + 'GentileDiPugliaSheepBreed': {'131740006': ('Gentile di Puglia sheep breed', + [7480])}, + 'GenuOfCorpusCallosum': {'70215001': ('genu of corpus callosum', + [7705, 7710])}, + 'GenusBos': {'388168008': ('Genus Bos (organism)', [])}, + 'GenusCanis': {'388490000': ('Genus Canis (organism)', [])}, + 'GenusCapra': {'388249000': ('Genus Capra (organism)', [])}, + 'GenusDependovirus': {'112381006': ('Genus Dependovirus (organism)', [])}, + 'GenusEquus': {'388445009': ('Genus Equus (organism)', [])}, + 'GenusFelis': {'388626009': ('Genus Felis (organism)', [])}, + 'GenusMus': {'447482001': ('Genus Mus (organism)', [])}, + 'GenusOvis': {'388254009': ('Genus Ovis (organism)', [])}, + 'GenusRattus': {'371564000': ('Genus Rattus (organism)', [])}, + 'GenusSus': {'388393002': ('Genus Sus (organism)', [])}, + 'GeorgianMountainCattleBreed': {'133396005': ('Georgian Mountain cattle breed', + [7480])}, + 'GeriatricMedicine': {'309933000': ('Geriatric Medicine', [7030])}, + 'GermanAngusCattleBreed': {'133582003': ('German Angus cattle breed', [7480])}, + 'GermanBerkshirePigBreed': {'132185004': ('German Berkshire pig breed', + [7480])}, + 'GermanBlackPiedCattleBreed': {'133397001': ('German Black Pied cattle breed', + [7480])}, + 'GermanBlackPiedDairyCattleBreed': {'133398006': ('German Black Pied Dairy ' + 'cattle breed', + [7480])}, + 'GermanBlackheadedMuttonSheepBreed': {'131723002': ('German Blackheaded ' + 'Mutton sheep breed', + [7480])}, + 'GermanBrownCattleBreed': {'133405000': ('German Brown cattle breed', [7480])}, + 'GermanColoredGoatBreed': {'131693000': ('German colored goat breed', [7480])}, + 'GermanCornwallPigBreed': {'132358000': ('German Cornwall pig breed', [7480])}, + 'GermanFleckViehCattleBreed': {'67448000': ('German Fleck-Vieh cattle breed ' + '(organism)', + [])}, + 'GermanFleckViehCowBreed': {'67448000': ('German Fleck-Vieh cow breed', + [7480])}, + 'GermanKoolieDogBreed': {'132464006': ('German Koolie dog breed', [7480])}, + 'GermanLandraceBPigBreed': {'132352004': ('German Landrace B pig breed', + [7480])}, + 'GermanLandracePig': {'8763002': ('German landrace pig (organism)', [])}, + 'GermanLandracePigBreed': {'8763002': ('German landrace pig breed', [7480])}, + 'GermanLonghairedPointer': {'1420005': ('German longhaired pointer (organism)', + [])}, + 'GermanLonghairedPointerDogBreed': {'1420005': ('German longhaired pointer ' + 'dog breed', + [7480])}, + 'GermanMountainSheepBreed': {'131741005': ('German Mountain sheep breed', + [7480])}, + 'GermanMuttonMerinoSheepBreed': {'132716001': ('German Mutton Merino sheep ' + 'breed', + [7480])}, + 'GermanPasturePigBreed': {'132159003': ('German Pasture pig breed', [7480])}, + 'GermanPinscherDogBreed': {'132510005': ('German Pinscher dog breed', [7480])}, + 'GermanRedPiedCattleBreed': {'131602004': ('German Red Pied cattle breed', + [7480])}, + 'GermanRedPiedPigBreed': {'132357005': ('German Red Pied pig breed', [7480])}, + 'GermanRexCatBreed': {'132666001': ('German Rex cat breed', [7480])}, + 'GermanRidingPonyHorseBreed': {'131972000': ('German Riding Pony horse breed', + [7480])}, + 'GermanShepherdDog': {'42252000': ('German shepherd dog', [7480])}, + 'GermanShorthairedPointer': {'86767001': ('German shorthaired pointer ' + '(organism)', + [])}, + 'GermanShorthairedPointerDogBreed': {'86767001': ('German shorthaired pointer ' + 'dog breed', + [7480])}, + 'GermanShorthornCattleBreed': {'133406004': ('German Shorthorn cattle breed', + [7480])}, + 'GermanSpanielDogBreed': {'132505006': ('German Spaniel dog breed', [7480])}, + 'GermanSpitzDogBreed': {'132424007': ('German Spitz dog breed', [7480])}, + 'GermanWhiteheadedMuttonSheepBreed': {'131727001': ('German Whiteheaded ' + 'Mutton sheep breed', + [7480])}, + 'GermanWirehairedPointer': {'25264009': ('German wirehaired pointer ' + '(organism)', + [])}, + 'GermanWirehairedPointerDogBreed': {'25264009': ('German wirehaired pointer ' + 'dog breed', + [7480])}, + 'GermaniumGe68': {'129516007': ('Germanium Ge^68^', [4021])}, + 'GhanaSangaCattleBreed': {'133803004': ('Ghana Sanga cattle breed (organism)', + [])}, + 'GhanaSangaXZebuCattleBreed': {'133803004': ('Ghana Sanga X zebu cattle breed', + [7480])}, + 'GhanaShorthornCattleBreed': {'133407008': ('Ghana Shorthorn cattle breed', + [7480])}, + 'GhoriPigBreed': {'132186003': ('Ghori pig breed', [7480])}, + 'GiacominiVein': {'397437000': ('Giacomini vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'GiantFibroadenoma': {'34882000': ('Giant fibroadenoma', [6031, 6030])}, + 'GiantSchnauzer': {'57947002': ('Giant schnauzer (organism)', [])}, + 'GiantSchnauzerDogBreed': {'57947002': ('Giant schnauzer dog breed', [7480])}, + 'GidranHorseBreed': {'133108005': ('Gidran horse breed', [7480])}, + 'GiemsaStain': {'373646006': ('giemsa stain', [8112])}, + 'GirCattleBreed': {'32938007': ('Gir cattle breed (organism)', [])}, + 'GirCowBreed': {'32938007': ('Gir cow breed', [7480])}, + 'GirgentanaGoatBreed': {'131696008': ('Girgentana goat breed', [7480])}, + 'GirolandoCattleBreed': {'133804005': ('Girolando cattle breed (organism)', + [])}, + 'GirolandoXZebuCattleBreed': {'133804005': ('Girolando X zebu cattle breed', + [7480])}, + 'GlanCattleBreed': {'131603009': ('Glan cattle breed', [7480])}, + 'GlanDonnersbergCattleBreed': {'133408003': ('Glan-Donnersberg cattle breed', + [7480])}, + 'GlenOfImaalTerrierDogBreed': {'132644008': ('Glen of Imaal Terrier dog breed', + [7480])}, + 'GlennPathway': {'443789005': ('Glenn Pathway', [12282])}, + 'GlenoidCavityOfScapula': {'46385009': ('Glenoid cavity of scapula', [6115])}, + 'GlenoidStructure': {'46385009': ('Glenoid structure (body structure)', [])}, + 'Glioblastoma': {'63634009': ('Glioblastoma', [639, 638])}, + 'GlioblastomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'63634009': ('Glioblastoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'GlobusPallidus': {'14738005': ('Globus pallidus', + [7153, 7140, 9514, 7192, 7151])}, + 'GlobusPallidusStructure': {'14738005': ('Globus pallidus structure (body ' + 'structure)', + [])}, + 'GlomerularFiltrationRate': {'80274001': ('Glomerular filtration rate ' + '(observable entity)', + [])}, + 'GlossopharyngealNerve': {'21161002': ('glossopharyngeal nerve', + [7710, 7706])}, + 'GlossopharyngealNerveStructure': {'21161002': ('Glossopharyngeal nerve ' + 'structure (body structure)', + [])}, + 'Glottis': {'1307006': ('glottis', [7601])}, + 'GlottisStructure': {'1307006': ('Glottis structure (body structure)', [])}, + 'GloucesterCattleBreed': {'131604003': ('Gloucester cattle breed', [7480])}, + 'GloucesterOldSpotPig': {'90885005': ('Gloucester old spot pig (organism)', + [])}, + 'GloucesterOldSpotPigBreed': {'90885005': ('Gloucester old spot pig breed', + [7480])}, + 'GlucagonPreparation': {'10712001': ('Glucagon preparation', [10])}, + 'GlucagonProduct': {'10712001': ('Glucagon product (product)', [])}, + 'Glue': {'57126000': ('Glue', [4051, 7151, 8, 7193])}, + 'Gluing': {'360038009': ('Gluing', [7310])}, + 'GluingAction': {'360038009': ('Gluing - action (qualifier value)', [])}, + 'GlutamateN13': {'129509006': ('Glutamate N^13^', [4021])}, + 'Glutamine': {'25761002': ('Glutamine', [7186, 7180, 218, 4032, 4033, 7469])}, + 'GlutealLymphNode': {'80867000': ('gluteal lymph node', [7600])}, + 'GlycogenRichCarcinoma': {'74280008': ('Glycogen-rich carcinoma', + [6030, 6033])}, + 'GobraCattleBreed': {'133659007': ('Gobra cattle breed', [7480])}, + 'Gold': {'2309006': ('Gold', [300])}, + 'GoldAlloy': {'256496006': ('Gold Alloy', [7300])}, + 'GoldenAmericanSaddlebredHorseBreed': {'133107000': ('Golden American ' + 'Saddlebred horse breed', + [7480])}, + 'GoldenGuernseyGoatBreed': {'131660009': ('Golden Guernsey goat breed', + [7480])}, + 'GoldenRetriever': {'58108001': ('Golden retriever (organism)', [])}, + 'GoldenRetrieverDogBreed': {'58108001': ('Golden retriever dog breed', + [7480])}, + 'GoleCattleBreed': {'133409006': ('Gole cattle breed', [7480])}, + 'GolpayeganiCattleBreed': {'133410001': ('Golpayegani cattle breed', [7480])}, + 'Goniolens': {'389156006': ('Goniolens', [4205])}, + 'GoomsurCattleBreed': {'133660002': ('Goomsur cattle breed', [7480])}, + 'GorbatovRedCattleBreed': {'133411002': ('Gorbatov Red cattle breed', [7480])}, + 'GordonSetter': {'57849000': ('Gordon setter (organism)', [])}, + 'GordonSetterDogBreed': {'57849000': ('Gordon setter dog breed', [7480])}, + 'GorynCattleBreed': {'133412009': ('Goryn cattle breed', [7480])}, + 'GotlandHorseBreed': {'133100003': ('Gotland horse breed', [7480])}, + 'Grade1WellDifferentiated': {'54102005': ('Grade 1: well differentiated', + [6070])}, + 'Grade2ModeratelyDifferentiated': {'1663004': ('Grade 2: moderately ' + 'differentiated', + [6070])}, + 'Grade3PoorlyDifferentiated': {'61026006': ('Grade 3: poorly differentiated', + [6070])}, + 'Grade4Undifferentiated': {'258245003': ('Grade 4: undifferentiated', [6070])}, + 'GraftMaterial': {'246345001': ('Graft material', [637])}, + 'GraftToCitedBodySegment': {'128947001': ('Graft to cited body segment ' + '(substance)', + [])}, + 'GraftToCitedSegmentBody': {'128947001': ('Graft to cited segment, body', + [3019])}, + 'GraftToCitedSegmentDistalAnastomosis': {'128948006': ('Graft to cited ' + 'segment, distal ' + 'anastomosis', + [3019])}, + 'GraftToCitedSegmentProximalAnastomosis': {'128949003': ('Graft to cited ' + 'segment, proximal ' + 'anastomosis', + [3019])}, + 'GraftToDistalAnastomosis': {'128948006': ('Graft to distal anastomosis ' + '(substance)', + [])}, + 'GraftToProximalAnastomosis': {'128949003': ('Graft to proximal anastomosis ' + '(substance)', + [])}, + 'GramStain': {'385484003': ('gram stain', [8112])}, + 'GrandAngloFrançaisDogBreed': {'132506007': ('Grand Anglo-Français dog breed', + [7480])}, + 'GrandBassettGriffonVendeenDogBreed': {'132507003': ('Grand Bassett Griffon ' + 'Vendeen dog breed', + [7480])}, + 'GrandBassettGriffonVendéenDogBreed': {'132507003': ('Grand Bassett Griffon ' + 'Vendéen dog breed ' + '(organism)', + [])}, + 'GrandBleuDeGascogneDogBreed': {'132508008': ('Grand Bleu de Gascogne dog ' + 'breed', + [7480])}, + 'GrandGasconSaintongeoisDogBreed': {'132509000': ('Grand Gascon-Saintongeois ' + 'dog breed', + [7480])}, + 'GrandGriffonVendeenDogBreed': {'132515000': ('Grand Griffon Vendeen dog ' + 'breed', + [7480])}, + 'GrandGriffonVendéenDogBreed': {'132515000': ('Grand Griffon Vendéen dog ' + 'breed (organism)', + [])}, + 'Grandy': {'399311007': ('Grandy', [4012])}, + 'GrandyProjection': {'399311007': ('Grandy projection (qualifier value)', [])}, + 'GranularCellTumor': {'12169001': ('Granular cell tumor', [6031, 6030])}, + 'Grashey': {'399146005': ('Grashey', [4012])}, + 'GrasheyProjection': {'399146005': ('Grashey projection (qualifier value)', + [])}, + 'GratiCattleBreed': {'131473000': ('Grati cattle breed', [7480])}, + 'GraueGehoernteHeidschnuckeSheepBreed': {'131728006': ('Graue Gehoernte ' + 'Heidschnucke sheep ' + 'breed', + [7480])}, + 'GrayAlpineCattleBreed': {'133422003': ('Gray Alpine cattle breed', [7480])}, + 'GrayColor': {'371253002': ('Gray color', [6067])}, + 'GrayMatter': {'389081007': ('Gray Matter', [7153, 9514, 7192, 7151])}, + 'GrayMatterStructureOfCentralNervousSystem': {'389081007': ('Gray matter ' + 'structure of ' + 'central nervous ' + 'system (body ' + 'structure)', + [])}, + 'GreatCardiacVein': {'5928000': ('Great Cardiac Vein', + [3839, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'GreatCardiacVeinStructure': {'5928000': ('Great cardiac vein structure (body ' + 'structure)', + [])}, + 'GreatDaneDog': {'27615007': ('Great dane dog', [7480])}, + 'GreatMünsterländerDogBreed': {'132379000': ('Great Münsterländer dog breed', + [7480])}, + 'GreatPyreneeDog': {'32670005': ('Great Pyrenee dog', [7480])}, + 'GreatSaphenousVein': {'60734001': ('Great Saphenous Vein', + [12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 12110, + 3607])}, + 'GreatSaphenousVeinOfCalf': {'414368000': ('Great Saphenous Vein of Calf', + [12103, + 9514, + 7192, + 7151, + 3827, + 12110])}, + 'GreatSaphenousVeinOfThigh': {'414369008': ('Great Saphenous Vein of Thigh', + [12103, + 9514, + 7192, + 7151, + 3827, + 12110])}, + 'GreatSaphenousVeinStructure': {'60734001': ('Great saphenous vein structure ' + '(body structure)', + [])}, + 'GreaterCaucasusCattleBreed': {'133413004': ('Greater Caucasus cattle breed', + [7480])}, + 'GreaterSwissMountainDogBreed': {'132511009': ('Greater Swiss Mountain Dog ' + 'breed', + [7480])}, + 'GreaterSwissMountainHoundDogBreed': {'132649003': ('Greater Swiss Mountain ' + 'Hound dog breed', + [7480])}, + 'GreekLocalPigBreed': {'132253006': ('Greek Local pig breed', [7480])}, + 'GreekShorthornCattleBreed': {'133420006': ('Greek Shorthorn cattle breed', + [7480])}, + 'GreekSteppeCattleBreed': {'133421005': ('Greek Steppe cattle breed', [7480])}, + 'Green': {'371246006': ('Green', [4206, 4255, 8122])}, + 'GreenColor': {'371246006': ('Green color', [6067])}, + 'GreenOpticalFilter': {'445465004': ('Green optical filter', [8124, 4204])}, + 'GreenOpticalFilterOfOpticalMircroscope': {'445465004': ('Green optical ' + 'filter of optical ' + 'mircroscope ' + '(physical object)', + [])}, + 'GreenlandDogBreed': {'132512002': ('Greenland Dog breed', [7480])}, + 'Greyhound': {'112494009': ('Greyhound', [7480])}, + 'GriffonDog': {'55058007': ('Griffon dog', [7480])}, + 'GriffonFauveDeBretegneDogBreed': {'132513007': ('Griffon Fauve de Bretegne ' + 'dog breed', + [7480])}, + 'GriffonNivernaisDogBreed': {'132514001': ('Griffon Nivernais dog breed', + [7480])}, + 'GrisonsStripedGoatBreed': {'131664000': ('Grisons Striped goat breed', + [7480])}, + 'GroinSkinCrease': {'280387007': ('Groin skin crease', [4029])}, + 'GromarkSheepBreed': {'131730008': ('Gromark sheep breed', [7480])}, + 'GroningenHorseBreed': {'133104007': ('Groningen horse breed', [7480])}, + 'GroningenWhiteheadedCattleBreed': {'131605002': ('Groningen Whiteheaded ' + 'cattle breed', + [7480])}, + 'GrossSpecimen': {'430861001': ('Gross specimen', [8103])}, + 'GrossTumorVolume': {'228791009': ('Gross tumor volume (observable entity)', + [])}, + 'GroupedCalcificationDistribution': {'129766004': ('Grouped calcification ' + 'distribution', + [6013, 6012])}, + 'GuadarramaGoatBreed': {'131694006': ('Guadarrama goat breed', [7480])}, + 'GuadeloupeCreolePigBreed': {'132032009': ('Guadeloupe Creole pig breed', + [7480])}, + 'GuadeloupeCréolePigBreed': {'132032009': ('Guadeloupe Créole pig breed ' + '(organism)', + [])}, + 'GuadianaSpottedCattleBreed': {'133423008': ('Guadiana Spotted cattle breed', + [7480])}, + 'GuangxiHorseBreed': {'133115002': ('Guangxi horse breed', [7480])}, + 'GuangxiWhitePigBreed': {'132337006': ('Guangxi White pig breed', [7480])}, + 'GuanlingPigBreed': {'132148007': ('Guanling pig breed', [7480])}, + 'GuanzhongHorseBreed': {'131973005': ('Guanzhong horse breed', [7480])}, + 'GuelmaCattleBreed': {'133424002': ('Guelma cattle breed', [7480])}, + 'GuernseyCattleBreed': {'84839000': ('Guernsey cattle breed (organism)', [])}, + 'GuernseyCowBreed': {'84839000': ('Guernsey cow breed', [7480])}, + 'GuidanceIntent': {'363675004': ('Guidance Intent', [3629])}, + 'GuideWire': {'272224001': ('Guide Wire', [3429, 3411])}, + 'GuidingCatheter': {'102317008': ('Guiding catheter', + [4051, 3429, 3411, 7151, 8, 7193])}, + 'GuidingCatheterDevice': {'102317008': ('Guiding catheter, device (physical ' + 'object)', + [])}, + 'GuineaHogPigBreed': {'132235000': ('Guinea Hog pig breed', [7480])}, + 'GuizhouHorseBreed': {'131974004': ('Guizhou horse breed', [7480])}, + 'GujamavuCattleBreed': {'133661003': ('Gujamavu cattle breed', [7480])}, + 'GujaratiCattleBreed': {'112485003': ('Gujarati cattle breed (organism)', [])}, + 'GujaratiCowBreed': {'112485003': ('Gujarati cow breed', [7480])}, + 'GulfCoastNativeSheepBreed': {'131731007': ('Gulf Coast Native sheep breed', + [7480])}, + 'GuoxiaHorseBreed': {'131975003': ('Guoxia horse breed', [7480])}, + 'GurktalPigBreed': {'133203009': ('Gurktal pig breed', [7480])}, + 'GutAssociatedLymphNode': {'72381005': ('gut-associated lymph node', [7600])}, + 'GuteSheepBreed': {'131738001': ('Gute sheep breed', [7480])}, + 'Gutter': {'68493006': ('Gutter', [2])}, + 'GuzerandoCattleBreed': {'133805006': ('Guzerando cattle breed (organism)', + [])}, + 'GuzerandoXZebuCattleBreed': {'133805006': ('Guzerando X zebu cattle breed', + [7480])}, + 'GuzeratCattleBreed': {'133699005': ('Guzerat cattle breed', [7480])}, + 'GynecologicalHistory': {'267011001': ('Gynecological history (observable ' + 'entity)', + [])}, + 'Gynecology': {'309943002': ('Gynecology', [7030])}, + 'GynecologyDepartment': {'309943002': ('Gynecology department (environment)', + [])}, + 'Gynecomastia': {'4754008': ('Gynecomastia', [6031, 6030])}, + 'GypsyVannerHorse': {'406714004': ('Gypsy Vanner horse (organism)', [])}, + 'GypsyVannerHorseBreed': {'406714004': ('Gypsy Vanner horse breed', [7480])}, + 'GöttingenMiniaturePigBreed': {'132359008': ('Göttingen Miniature pig breed', + [7480])}, + 'GüssingForestPigPigBreed': {'132100006': ('Güssing Forest Pig pig breed', + [7480])}, + 'H1Antihistamine': {'349955005': ('H-1 Antihistamine', [65])}, + 'HIVPositive': {'165816005': ('HIV Positive', [3756])}, + 'HaBacPigBreed': {'132348004': ('Ha Bac pig breed', [7480])}, + 'Haas': {'399341009': ('Haas', [4012])}, + 'HaasProjection': {'399341009': ('Haas projection (qualifier value)', [])}, + 'HabenularCommissure': {'6866008': ('habenular commissure', [7705, 7710])}, + 'HackneyHorse': {'112488001': ('Hackney horse (organism)', [])}, + 'HackneyHorseBreed': {'112488001': ('Hackney horse breed', [7480])}, + 'HackneyPonyHorseBreed': {'132748002': ('Hackney Pony horse breed', [7480])}, + 'HaflingerHorse': {'54447000': ('Haflinger horse (organism)', [])}, + 'HaflingerHorseBreed': {'54447000': ('Haflinger horse breed', [7480])}, + 'Hafnium': {'50672002': ('Hafnium', [300])}, + 'HailumPigBreed': {'133169000': ('Hailum pig breed', [7480])}, + 'HainanLingaoPigBreed': {'132155009': ('Hainan, Lingao pig breed', [7480])}, + 'HainanPigBreed': {'133162009': ('Hainan pig breed', [7480])}, + 'HainanTunchangPigBreed': {'132156005': ('Hainan, Tunchang pig breed', + [7480])}, + 'HainanWenchangPigBreed': {'132157001': ('Hainan, Wenchang pig breed', + [7480])}, + 'Hair': {'386045008': ('Hair', [4029])}, + 'HaitiCreolePigBreed': {'132009005': ('Haiti Creole pig breed', [7480])}, + 'HaitiCréolePigBreed': {'132009005': ('Haiti Créole pig breed (organism)', + [])}, + 'HalfBrother': {'45929001': ('Half-brother', [7450, 7451])}, + 'HalfLifeOfRadiopharmaceutical': {'304283002': ('Half-life of ' + 'radiopharmaceutical ' + '(qualifier value)', + [])}, + 'HalfSaddlebredHorseBreed': {'131977006': ('Half Saddlebred horse breed', + [7480])}, + 'HalfSister': {'2272004': ('Half-sister', [7450, 7451])}, + 'HalhinGolCattleBreed': {'131475007': ('Halhin Gol cattle breed', [7480])}, + 'HallCatheter': {'371799004': ('Hall catheter', [3429])}, + 'HallCatheterMethod': {'133913008': ('Hall catheter method', [3241])}, + 'HallikarCattleBreed': {'133607001': ('Hallikar cattle breed', [7480])}, + 'HallingdalCattleBreed': {'133579008': ('Hallingdal cattle breed', [7480])}, + 'Halothane': {'387351001': ('Halothane', [624, 623])}, + 'Hamartoma': {'51398009': ('Hamartoma', [6031, 6030])}, + 'HamiltonstövareDogBreed': {'132490009': ('Hamiltonstövare dog breed', + [7480])}, + 'HamlinePigBreed': {'132011001': ('Hamline pig breed', [7480])}, + 'HampenPigBreed': {'132019004': ('Hampen pig breed', [7480])}, + 'HamplinePigBreed': {'132025000': ('Hampline pig breed', [7480])}, + 'HampshireDownSheep': {'82440005': ('Hampshire Down sheep (organism)', [])}, + 'HampshireDownSheepBreed': {'82440005': ('Hampshire Down sheep breed', + [7480])}, + 'HampshirePig': {'20280002': ('Hampshire pig (organism)', [])}, + 'HampshirePigBreed': {'20280002': ('Hampshire pig breed', [7480])}, + 'HampshireSheepBreed': {'131739009': ('Hampshire sheep breed', [7480])}, + 'HamrocPigBreed': {'132208009': ('Hamroc pig breed', [7480])}, + 'HanSheepBreed': {'131729003': ('Han sheep breed', [7480])}, + 'Hand': {'24097009': ('Hand', [7304]), + '85562004': ('Hand', [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'HandGrip': {'128965002': ('Hand grip', [12002])}, + 'HandGripPhysiologicChallenge': {'128965002': ('Hand grip physiologic ' + 'challenge (procedure)', + [])}, + 'HandStructure': {'85562004': ('Hand structure (body structure)', [])}, + 'HandSurgery': {'309985003': ('Hand Surgery', [7030])}, + 'HandSurgeryDepartment': {'309985003': ('Hand surgery department ' + '(environment)', + [])}, + 'Handgrip': {'128965002': ('Handgrip', [91, 3271])}, + 'HanfordMiniaturePigBreed': {'132042006': ('Hanford Miniature pig breed', + [7480])}, + 'HangPigBreed': {'132301001': ('Hang pig breed', [7480])}, + 'HanjiangBlackPigBreed': {'132133001': ('Hanjiang Black pig breed', [7480])}, + 'HanoverianHorse': {'66168008': ('Hanoverian horse (organism)', [])}, + 'HanoverianHorseBreed': {'66168008': ('Hanoverian horse breed', [7480])}, + 'HanoverianHoundDogBreed': {'132499005': ('Hanoverian Hound dog breed', + [7480])}, + 'HanselStain': {'406983008': ('hansel stain', [8112])}, + 'HanzhongWhitePigBreed': {'132338001': ('Hanzhong White pig breed', [7480])}, + 'HarbinWhitePigBreed': {'132127005': ('Harbin White pig breed', [7480])}, + 'HarianaCattleBreed': {'133608006': ('Hariana cattle breed', [7480])}, + 'HarlequinCatBreed': {'132650003': ('Harlequin cat breed', [7480])}, + 'HarnaiSheepBreed': {'131775006': ('Harnai sheep breed', [7480])}, + 'HarrierDog': {'76724004': ('Harrier dog', [7480])}, + 'HarrisBeathAxialProjection': {'260493008': ('Harris Beath axial projection', + [4012])}, + 'HartónCattleBreed': {'131606001': ('Hartón cattle breed', [7480])}, + 'HarvestingOfDonorMaterial': {'53958007': ('Harvesting of donor material ' + '(procedure)', + [])}, + 'HarvestingOfTissue': {'53958007': ('Harvesting of tissue', [8109])}, + 'HarzRedCattleBreed': {'133425001': ('Harz Red cattle breed', [7480])}, + 'HasActiveIngredient': {'127489000': ('Has active ingredient (attribute)', + [])}, + 'HasIntent': {'363703001': ('Has intent (attribute)', [])}, + 'HasInterpretation': {'363713009': ('Has interpretation (attribute)', [])}, + 'HashtNagriSheepBreed': {'131762006': ('Hasht Nagri sheep breed', [7480])}, + 'HattonCattleBreed': {'133806007': ('Hatton cattle breed (organism)', [])}, + 'HattonXZebuCattleBreed': {'133806007': ('Hatton X zebu cattle breed', + [7480])}, + 'HavanaBrownCat': {'3354004': ('Havana brown cat', [7480])}, + 'HavaneseDogBreed': {'132626000': ('Havanese dog breed', [7480])}, + 'HawaiianWildCattleBreed': {'133426000': ('Hawaiian wild cattle breed', + [7480])}, + 'HaysConverterCattleBreed': {'23629009': ('Hays converter cattle breed ' + '(organism)', + [])}, + 'HaysConverterCowBreed': {'23629009': ('Hays converter cow breed', [7480])}, + 'HazaragieSheepBreed': {'131763001': ('Hazaragie sheep breed', [7480])}, + 'Head': {'69536005': ('Head', + [4030, 4031, 4042, 9514, 7192, 4028, 7151, 4, 4009])}, + 'HeadAndNeck': {'774007': ('Head and Neck', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'HeadAndNeckStructure': {'774007': ('Head and neck structure (body structure)', + [])}, + 'HeadOfFemur': {'2812003': ('Head of Femur', [7304])}, + 'HeadOfRib': {'12872006': ('Head of rib', [6115])}, + 'HeadOfRibStructure': {'12872006': ('Head of rib structure (body structure)', + [])}, + 'HeadStructure': {'69536005': ('Head structure (body structure)', [])}, + 'HeadUp': {'128963009': ('Head up', [91, 3271])}, + 'HeadUpPhysiologicChallenge': {'128963009': ('Head up physiologic challenge ' + '(procedure)', + [])}, + 'Headache': {'25064002': ('Headache', [9300, 60])}, + 'Headfirst': {'102540008': ('headfirst', [21])}, + 'HeadfirstPosition': {'102540008': ('Headfirst position (finding)', [])}, + 'Headrest': {'706683002': ('Headrest', [9520, 7157, 7151, 9505, 9513, 7193])}, + 'HealthcareAssociatedInfection': {'408678008': ('Healthcare associated ' + 'infection', + [6062])}, + 'HealthcareAssociatedInfectiousDisease': {'408678008': ('Healthcare ' + 'associated ' + 'infectious disease ' + '(disorder)', + [])}, + 'HealthcareProfessional': {'223366009': ('Healthcare professional', [7450])}, + 'Heart': {'80891009': ('Heart', + [6113, + 4030, + 6109, + 4031, + 1004, + 7152, + 6102, + 10060, + 1001, + 4042, + 1000, + 6100, + 9514, + 7192, + 7151, + 4009, + 10044])}, + 'HeartDisease': {'56265001': ('heart disease', [3727])}, + 'HeartDiseaseCongenital': {'13213009': ('heart disease, congenital', + [3700, 3727, 3728])}, + 'HeartDiseaseRiskFactors': {'171224000': ('Heart disease risk factors', + [12246, 3201])}, + 'HeartFailure': {'84114007': ('Heart failure', [3201])}, + 'HeartRateRecoveryTime': {'429157007': ('Heart rate recovery time (observable ' + 'entity)', + [])}, + 'HeartRateResponse': {'428531008': ('Heart rate response (observable entity)', + [])}, + 'HeartStructure': {'80891009': ('Heart structure (body structure)', [])}, + 'HeartTransplant': {'32413006': ('Heart transplant', [3721, 3727])}, + 'HeartValveCalcification': {'373136005': ('Heart valve calcification ' + '(finding)', + [])}, + 'HeartValveDisorder': {'368009': ('Heart valve disorder (disorder)', [])}, + 'HeartValveProsthesis': {'25510005': ('Heart valve prosthesis', + [6102, 6138, 6404, 7151, 7193])}, + 'HeartValveReplacementProsthesis': {'275035006': ('Heart valve replacement - ' + 'prosthesis (procedure)', + [])}, + 'HeartValveStenosis': {'44241007': ('Heart valve stenosis (disorder)', [])}, + 'HebrideanSheepBreed': {'131770001': ('Hebridean sheep breed', [7480])}, + 'HeidschnuckeSheepBreed': {'131771002': ('Heidschnucke sheep breed', [7480])}, + 'HeiheHorseBreed': {'132750005': ('Heihe horse breed', [7480])}, + 'HeilongjiangSpottedPigBreed': {'132128000': ('Heilongjiang Spotted pig breed', + [7480])}, + 'HeilongkaingHorseBreed': {'132751009': ('Heilongkaing horse breed', [7480])}, + 'HeldInspiration': {'128969008': ('Held inspiration', [91, 3271])}, + 'HeldInspirationPhysiologicChallenge': {'128969008': ('Held inspiration ' + 'physiologic challenge ' + '(procedure)', + [])}, + 'HeldVentilation': {'128970009': ('Held ventilation', [91, 3271])}, + 'HeldVentilationPhysiologicChallenge': {'128970009': ('Held ventilation ' + 'physiologic challenge ' + '(procedure)', + [])}, + 'HellenicHoundDogBreed': {'132427000': ('Hellenic Hound dog breed', [7480])}, + 'HellyFixative': {'433471005': ('Helly fixative (substance)', [])}, + 'HellyFluid': {'433471005': ("Helly's fluid", [8114])}, + 'Hemangioma': {'2099007': ('Hemangioma', [6031, 6030])}, + 'HemangiomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'2099007': ('Hemangioma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'HemangiomaOfSubcutaneousTissue': {'93473009': ('Hemangioma of subcutaneous ' + 'tissue', + [6031, 6030])}, + 'HemangiomaVenous': {'56468002': ('Hemangioma - venous', [6031, 6030])}, + 'Hemangiopericytoma': {'36060005': ('Hemangiopericytoma', [6030, 6033])}, + 'Hemangiosarcoma': {'39000009': ('Hemangiosarcoma (morphologic abnormality)', + [])}, + 'HemateinStain': {'75956008': ('hematein stain', [8112])}, + 'Hematology': {'309954007': ('Hematology', [7030])}, + 'HematologyDepartment': {'309954007': ('Hematology department (environment)', + [])}, + 'Hematoma': {'35566002': ('Hematoma', [6031, 6030])}, + 'HematomaPostoperative': {'213262007': ('Hematoma - postoperative', [6062])}, + 'HematoxylinAndEosinStainMethod': {'104210008': ('Hematoxylin and eosin stain ' + 'method', + [8130])}, + 'HematoxylinStain': {'12710003': ('hematoxylin stain', [8112])}, + 'HemiFontanOperation': {'233230003': ('Hemi-Fontan operation', [12247])}, + 'HemiFontanPathway': {'443327008': ('Hemi-Fontan Pathway', [12282])}, + 'HemodynamicFlowWaveform': {'128434001': ('Hemodynamic flow waveform', + [3003])}, + 'HemodynamicFlowWaveformFunction': {'128434001': ('Hemodynamic flow waveform, ' + 'function (observable ' + 'entity)', + [])}, + 'HemodynamicImpedanceWaveform': {'128552003': ('Hemodynamic impedance ' + 'waveform', + [3003])}, + 'HemodynamicImpedanceWaveformFunction': {'128552003': ('Hemodynamic impedance ' + 'waveform, function ' + '(observable entity)', + [])}, + 'HemodynamicMeasurementViaDualCatheterMethodRegimeTherapy': {'128573003': ('Hemodynamic ' + 'measurement ' + 'via ' + 'dual ' + 'catheter ' + 'method ' + '(regime/therapy)', + [])}, + 'HemodynamicMeasurementViaPullbackMethodRegimeTherapy': {'128575005': ('Hemodynamic ' + 'measurement ' + 'via ' + 'pullback ' + 'method ' + '(regime/therapy)', + [])}, + 'HemodynamicMeasurementViaWedgeMethodRegimeTherapy': {'128579004': ('Hemodynamic ' + 'measurement ' + 'via ' + 'wedge ' + 'method ' + '(regime/therapy)', + [])}, + 'HemodynamicMeasurements': {'44324008': ('Hemodynamic Measurements', [12302])}, + 'HemodynamicOxygenSaturationWaveform': {'128435000': ('Hemodynamic oxygen ' + 'saturation waveform', + [3003])}, + 'HemodynamicOxygenSaturationWaveformFunction': {'128435000': ('Hemodynamic ' + 'oxygen ' + 'saturation ' + 'waveform, ' + 'function ' + '(observable ' + 'entity)', + [])}, + 'HemodynamicPressureWaveform': {'128433007': ('Hemodynamic pressure waveform', + [3003])}, + 'HemodynamicPressureWaveformFunction': {'128433007': ('Hemodynamic pressure ' + 'waveform, function ' + '(observable entity)', + [])}, + 'HemodynamicWaveform': {'128432002': ('Hemodynamic waveform', [3003])}, + 'HemodynamicWaveformFunction': {'128432002': ('Hemodynamic waveform, function ' + '(observable entity)', + [])}, + 'HemolymphNode': {'18457007': ('hemolymph node', [7600])}, + 'Hemoptysis': {'66857006': ('Hemoptysis', [12246])}, + 'Hemorrhage': {'50960005': ('Hemorrhage', [7159, 7194, 7151])}, + 'HemorrhagePostprocedure': {'110265006': ('Hemorrhage postprocedure', [6062])}, + 'HemostaticAgent': {'26370007': ('Hemostatic agent', [10]), + '372681003': ('Hemostatic agent', [621, 622])}, + 'Henschen': {'399199004': ('Henschen', [4012])}, + 'HenschenProjection': {'399199004': ('Henschen projection (qualifier value)', + [])}, + 'Heparin': {'84812008': ('Heparin', [10])}, + 'HepaticArtery': {'76015000': ('Hepatic artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'HepaticFlexureOfColon': {'48338005': ('Hepatic flexure of colon', [6210])}, + 'HepaticLymphNode': {'61492009': ('hepatic lymph node', [7600])}, + 'HepaticVein': {'8993003': ('Hepatic Vein', + [12282, + 12103, + 12114, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'HepatobiliarySurgery': {'310158005': ('Hepatobiliary Surgery', [7030])}, + 'HepatobiliarySurgicalService': {'310158005': ('Hepatobiliary surgical ' + 'service (qualifier value)', + [])}, + 'HequHorseBreed': {'133096004': ('Hequ horse breed', [7480])}, + 'HerdwickSheepBreed': {'131772009': ('Herdwick sheep breed', [7480])}, + 'HerefordCattleSuperbreed': {'125074003': ('Hereford cattle superbreed', + [7480])}, + 'HerefordPig': {'19770007': ('Hereford pig (organism)', [])}, + 'HerefordPigBreed': {'19770007': ('Hereford pig breed', [7480])}, + 'HerelandCattleBreed': {'133427009': ('Hereland cattle breed', [7480])}, + 'HerensCattleBreed': {'133231000': ('Herens cattle breed', [7480])}, + 'Heroin': {'387341002': ('Heroin', [6089])}, + 'HessenHorseBreed': {'131980007': ('Hessen horse breed', [7480])}, + 'HetaoLopEarPigBreed': {'132139002': ('Hetao Lop-Ear pig breed', [7480])}, + 'HeterogeneousCalcification': {'129763007': ('Heterogeneous calcification', + [6011, 6010])}, + 'HeterogeneousRadiographicCalcification': {'129763007': ('Heterogeneous ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'HeterogeneouslyDense': {'129718006': ('Heterogeneously dense', [6001, 6000])}, + 'HeterogeneouslyDenseBreastComposition': {'129718006': ('Heterogeneously ' + 'dense breast ' + 'composition ' + '(finding)', + [])}, + 'HezuoPigBreed': {'132236004': ('Hezuo pig breed', [7480])}, + 'Hickey': {'399277004': ('Hickey', [4012])}, + 'HickeyProjection': {'399277004': ('Hickey projection (qualifier value)', [])}, + 'High': {'75540009': ('High', [75])}, + 'HighConformationWhitePigBreed': {'132021009': ('High Conformation White pig ' + 'breed', + [7480])}, + 'HighDensityLesion': {'129744006': ('High density lesion', [6009, 6008])}, + 'HighFrequencyJetVentilation': {'243154003': ('High frequency jet ventilation ' + '(procedure)', + [])}, + 'HighFrequencyVentilation': {'243154003': ('High frequency ventilation', + [620, 619])}, + 'HighPowerNonImmersionLens': {'445621001': ('High power non-immersion lens', + [8121])}, + 'HighPowerNonimmersionLensOfOpticalMicroscope': {'445621001': ('High power ' + 'nonimmersion ' + 'lens of ' + 'optical ' + 'microscope ' + '(physical ' + 'object)', + [])}, + 'HighRightAtrium': {'128591008': ('High right atrium', [3011])}, + 'HighRisk': {'15508007': ('High risk', [3118])}, + 'HighRiskOfContextualQualifier': {'15508007': ('High risk of (contextual ' + 'qualifier) (qualifier value)', + [])}, + 'HighRiskTumor': {'258270003': ('High risk tumor', [6063])}, + 'HighestMediastinalLymphNode': {'127926002': ('highest mediastinal lymph node', + [7600])}, + 'HighlandPonyHorseBreed': {'133103001': ('Highland Pony horse breed', [7480])}, + 'HighlySignificant': {'371926006': ('Highly significant', [220])}, + 'Hilar': {'32381004': ('Hilar', [2])}, + 'HilarArtery': {'397405001': ('Hilar Artery', + [12103, 12115, 9514, 7192, 7151, 3827])}, + 'HilarLymphNode': {'53074004': ('hilar lymph node', [7600])}, + 'HilarRenalArtery': {'397405001': ('Hilar renal artery (body structure)', [])}, + 'HillRadnorSheepBreed': {'131773004': ('Hill Radnor sheep breed', [7480])}, + 'HilumOfLung': {'46750007': ('Hilum of lung', + [6129, 6109, 6102, 9514, 7192, 6111, 7151])}, + 'Hindfoot': {'416804009': ('Hindfoot', [7483, 7482])}, + 'HindfootOfQuadruped': {'416804009': ('Hindfoot of quadruped (body structure)', + [])}, + 'HinisHorseBreed': {'131981006': ('Hinis horse breed', [7480])}, + 'HinterwaldCattleBreed': {'133232007': ('Hinterwald cattle breed', [7480])}, + 'HipJoint': {'24136001': ('Hip joint', + [1005, + 7304, + 7483, + 7482, + 1001, + 1000, + 9514, + 7192, + 7151, + 4]), + '29836001': ('Hip joint', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'HipJointReconstruction': {'119614000': ('Hip joint reconstruction', [7301])}, + 'HipJointStructure': {'24136001': ('Hip joint structure (body structure)', + [])}, + 'HipRegionStructure': {'29836001': ('Hip region structure (body structure)', + [])}, + 'HippocampalStructure': {'5366008': ('Hippocampal structure (body structure)', + [])}, + 'Hippocampus': {'5366008': ('Hippocampus', [7153, 7140, 9514, 7192, 7151])}, + 'HirtzModification': {'424086005': ('Hirtz Modification', [4012])}, + 'HirtzModificationProjection': {'424086005': ('Hirtz Modification projection ' + '(qualifier value)', + [])}, + 'HirzaiHorseBreed': {'131982004': ('Hirzai horse breed', [7480])}, + 'HissarCattleBreed': {'133663000': ('Hissar cattle breed', [7480])}, + 'HistologicGrade': {'371469007': ('Histologic grade (observable entity)', [])}, + 'HistologicalGradeFinding': {'373372005': ('Histological grade finding ' + '(finding)', + [])}, + 'Histopathology': {'441950002': ('Histopathology', [7030])}, + 'HistopathologyDepartment': {'441950002': ('Histopathology department ' + '(environment)', + [])}, + 'HistoryOfBetaAdrenergicReceptorBlockingAgentTherapy': {'440935004': ('History ' + 'of ' + 'beta ' + 'adrenergic ' + 'receptor ' + 'blocking ' + 'agent ' + 'therapy ' + '(situation)', + [])}, + 'HistoryOfBetaBlockingAgentsTherapy': {'440935004': ('History of ' + 'Beta-blocking agents ' + 'therapy', + [64])}, + 'HistoryOfCABG': {'399261000': ('History of CABG', [3201])}, + 'HistoryOfCardiovascularDisease': {'266995000': ('History of - cardiovascular ' + 'disease', + [6088, 6087])}, + 'HistoryOfCerebrovascularDisease': {'308064009': ('History of cerebrovascular ' + 'disease', + [3756])}, + 'HistoryOfChronicLungDisease': {'414415007': ('History of chronic lung ' + 'disease', + [3756])}, + 'HistoryOfCongestiveHeartFailure': {'161505003': ('History of congestive ' + 'heart failure', + [64, 3756])}, + 'HistoryOfCoronaryArteryBypassGrafting': {'399261000': ('History of coronary ' + 'artery bypass ' + 'grafting (situation)', + [])}, + 'HistoryOfDiabetes': {'161445009': ('History of Diabetes', [3756])}, + 'HistoryOfDiabetesMellitus': {'161445009': ('History of diabetes mellitus', + [64, 6088, 6087])}, + 'HistoryOfEclampsia': {'161806007': ('History of - eclampsia', [6088, 6087])}, + 'HistoryOfEctopicPregnancy': {'161763005': ('History of - ectopic pregnancy', + [6088, 6087])}, + 'HistoryOfFemaleInfertility': {'161798008': ('History of female infertility ' + '(situation)', + [])}, + 'HistoryOfHeartFailure': {'161505003': ('History of heart failure (situation)', + [])}, + 'HistoryOfHypercholesterolemia': {'414416008': ('History of ' + 'hypercholesterolemia', + [3756])}, + 'HistoryOfHypertension': {'161501007': ('History of Hypertension', + [64, 3756, 6088, 6087])}, + 'HistoryOfInfertility': {'161798008': ('History of infertility', + [6088, 6087])}, + 'HistoryOfKidneyDisease': {'275552000': ('History of kidney disease ' + '(situation)', + [])}, + 'HistoryOfLowerLimbAmputation': {'161622006': ('History of lower limb ' + 'amputation (situation)', + [])}, + 'HistoryOfMyocardialInfarction': {'399211009': ('History of myocardial ' + 'infarction', + [3756, 3201])}, + 'HistoryOfObesity': {'161453001': ('History of - obesity', [6088, 6087])}, + 'HistoryOfPrematureDelivery': {'161765003': ('History of - premature delivery', + [6088, 6087])}, + 'HistoryOfRegularMedication': {'161656000': ('History of - regular medication', + [6088, 6087])}, + 'HistoryOfRenalFailure': {'414417004': ('History of renal failure', + [64, 3756])}, + 'HistoryOfSeverePreEclampsia': {'161807003': ('History of - severe ' + 'pre-eclampsia', + [6088, 6087])}, + 'HistoryOfSubstanceAbuse': {'371422002': ('History of substance abuse', + [6088, 6087])}, + 'HodgkinDisease': {'14537002': ("Hodgkin's disease (lymphoma)", [6030, 6033])}, + 'HodgkinLymphomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'14537002': ('Hodgkin ' + 'lymphoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'HoffmanModulator': {'445635004': ('Hoffman modulator', [8124])}, + 'HoffmanModulatorOfOpticalMicroscope': {'445635004': ('Hoffman modulator of ' + 'optical microscope ' + '(physical object)', + [])}, + 'HogIslandSheepBreed': {'131787004': ('Hog Island Sheep breed', [7480])}, + 'HokkaidoHorseBreed': {'133102006': ('Hokkaido horse breed', [7480])}, + 'HolgusCattleBreed': {'133428004': ('Holgus cattle breed', [7480])}, + 'HollandShepherdDogBreed': {'132428005': ('Holland Shepherd dog breed', + [7480])}, + 'Holly': {'399129007': ('Holly', [4012])}, + 'HollyProjection': {'399129007': ('Holly projection (qualifier value)', [])}, + 'Holmblad': {'399285008': ('Holmblad', [4012])}, + 'HolmbladProjection': {'399285008': ('Holmblad projection (qualifier value)', + [])}, + 'HolmongerCattleBreed': {'131476008': ('Holmonger cattle breed', [7480])}, + 'HolsteinFriesianCattleBreed': {'26105007': ('Holstein-Friesian cattle breed ' + '(organism)', + [])}, + 'HolsteinFriesianCowBreed': {'26105007': ('Holstein-Friesian cow breed', + [7480])}, + 'HolsteinerHorse': {'25813002': ('Holsteiner horse (organism)', [])}, + 'HolsteinerHorseBreed': {'25813002': ('Holsteiner horse breed', [7480])}, + 'Homatropine': {'82264009': ('Homatropine', [4208])}, + 'HomoSapiens': {'337915000': ('Homo sapiens', [7454])}, + 'HomoSapiensLivingOrganism': {'30996001': ('Homo sapiens (living organism) ' + '(organism)', + [])}, + 'HondurasSwitchTailPigBreed': {'132066000': ('Honduras Switch-Tail pig breed', + [7480])}, + 'Horizontal': {'24020000': ('Horizontal', [2, 6121])}, + 'HorizontalLongAxis': {'131186000': ('Horizontal Long Axis', [501, 27, 26])}, + 'HormelMiniaturePig': {'86694007': ('Hormel miniature pig (organism)', [])}, + 'HormelMiniaturePigBreed': {'86694007': ('Hormel miniature pig breed', + [7480])}, + 'HormoneTherapy': {'169413002': ('Hormone therapy', [6083, 6085])}, + 'HornDorsetSheepBreed': {'86920006': ('Horn dorset sheep breed', [7480])}, + 'HornedDorsetSheepBreed': {'86920006': ('Horned dorset sheep breed (organism)', + [])}, + 'HornedHereford': {'7843000': ('Horned Hereford (organism)', [])}, + 'HornedHerefordCowBreed': {'7843000': ('Horned Hereford cow breed', [7480])}, + 'HorroCattleBreed': {'131433006': ('Horro cattle breed', [7480])}, + 'HospitalAdmissionElective': {'8715000': ('Hospital admission, elective ' + '(procedure)', + [])}, + 'HospitalAdmissionTransferFromOtherHospitalOrHealthCareFacility': {'4563007': ('Hospital ' + 'admission, ' + 'transfer ' + 'from ' + 'other ' + 'hospital ' + 'or ' + 'health ' + 'care ' + 'facility ' + '(procedure)', + [])}, + 'HospitalConsultant': {'309390008': ('Hospital consultant (occupation)', [])}, + 'HospitalIsolationRoom': {'409688003': ('Hospital isolation room ' + '(environment)', + [])}, + 'HospitalRegistrar': {'158971006': ('Hospital registrar (occupation)', [])}, + 'Hough': {'399168000': ('Hough', [4012])}, + 'HoughProjection': {'399168000': ('Hough projection (qualifier value)', [])}, + 'Hound': {'25097001': ('Hound', [7480])}, + 'HovawartDogBreed': {'132500001': ('Hovawart dog breed', [7480])}, + 'HrbineckyCattleBreed': {'133429007': ('Hrbinecky cattle breed', [7480])}, + 'Hsieh': {'399083008': ('Hsieh', [4012])}, + 'HsiehProjection': {'399083008': ('Hsieh projection (qualifier value)', [])}, + 'HuaiPigBreed': {'132135008': ('Huai pig breed', [7480])}, + 'HuangHuaiHaiBlackPigBreed': {'132131004': ('Huang-Huai-Hai Black pig breed', + [7480])}, + 'HuangHuaiHaiBlackShenxianPigBreed': {'132130003': ('Huang-Huai-Hai Black, ' + 'Shenxian pig breed', + [7480])}, + 'HuazhongTwoEndBlackJianliPigBreed': {'132297005': ('Huazhong Two-End Black, ' + 'Jianli pig breed', + [7480])}, + 'HuazhongTwoEndBlackPigBreed': {'132296001': ('Huazhong Two-End Black pig ' + 'breed', + [7480])}, + 'HuazhongTwoEndBlackSatzelingPigBreed': {'132299008': ('Huazhong Two-End ' + 'Black, Satzeling pig ' + 'breed', + [7480])}, + 'HuazhongTwoEndBlackTongchengPigBreed': {'132298000': ('Huazhong Two-End ' + 'Black, Tongcheng pig ' + 'breed', + [7480])}, + 'HubeiWhitePigBreed': {'132323002': ('Hubei White pig breed', [7480])}, + 'HuchuanMountainPigBreed': {'132149004': ('Huchuan Mountain pig breed', + [7480])}, + 'HuculHorseBreed': {'131861006': ('Hucul horse breed', [7480])}, + 'HuertanaCattleBreed': {'133436008': ('Huertana cattle breed', [7480])}, + 'Hughston': {'399003005': ('Hughston', [4012])}, + 'HughstonProjection': {'399003005': ('Hughston projection (qualifier value)', + [])}, + 'HumanFibrinogen': {'418326009': ('Human fibrinogen', [10])}, + 'HumanImmunodeficiencyVirusPositive': {'165816005': ('Human immunodeficiency ' + 'virus positive ' + '(finding)', + [])}, + 'Humerus': {'85050009': ('Humerus', + [4030, + 6109, + 4031, + 7304, + 7483, + 7482, + 6102, + 6114, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'HungahybPigBreed': {'132364007': ('Hungahyb pig breed', [7480])}, + 'HungairanColdbloodHorseBreed': {'131983009': ('Hungairan Coldblood horse ' + 'breed', + [7480])}, + 'HungarianColdbloodHorseBreed': {'131983009': ('Hungarian Coldblood horse ' + 'breed (organism)', + [])}, + 'HungarianDunHorseBreed': {'131984003': ('Hungarian Dun horse breed', [7480])}, + 'HungarianGrayCattleBreed': {'133233002': ('Hungarian Gray cattle breed', + [7480])}, + 'HungarianPiedCattleBreed': {'133437004': ('Hungarian Pied cattle breed', + [7480])}, + 'HungarianSportHorseHorseBreed': {'131985002': ('Hungarian Sport Horse horse ' + 'breed', + [7480])}, + 'HungarianWhitePigBreed': {'132363001': ('Hungarian White pig breed', [7480])}, + 'HungarofriesCattleBreed': {'133438009': ('Hungarofries cattle breed', + [7480])}, + 'HunterHorse': {'19356005': ('Hunter horse (organism)', [])}, + 'HunterHorseBreed': {'19356005': ('Hunter horse breed', [7480])}, + 'HunterianPerforatingVein': {'128560002': ('Hunterian perforating vein', + [12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 12110, + 3607])}, + 'HydrocortisoneSodiumSuccinate': {'109066000': ('Hydrocortisone sodium ' + 'succinate', + [65])}, + 'HydroxymethylglutarylCoenzymeAReductaseInhibitor': {'96302009': ('Hydroxymethylglutaryl-coenzyme ' + 'A ' + 'reductase ' + 'inhibitor ' + '(product)', + [])}, + 'HyoidBone': {'21387005': ('Hyoid bone', [9514, 7192, 4028, 7151])}, + 'HyoidBoneStructure': {'21387005': ('Hyoid bone structure (body structure)', + [])}, + 'HyperLargeWhitePigBreed': {'132089008': ('Hyper Large White pig breed', + [7480])}, + 'Hyperkinesis': {'371855002': ('Hyperkinesis', [3706])}, + 'HyperkinesisOfRegionOfCardiacWall': {'373123005': ('Hyperkinesis of region ' + 'of cardiac wall ' + '(finding)', + [])}, + 'HyperkineticRegion': {'373123005': ('Hyperkinetic region', [3703])}, + 'HyperkineticVentricularWall': {'371855002': ('Hyperkinetic ventricular wall ' + '(finding)', + [])}, + 'Hypermetropia': {'38101003': ('Hypermetropia (disorder)', [])}, + 'Hyperopia': {'38101003': ('Hyperopia', [4238])}, + 'Hyperplasia': {'76197007': ('hyperplasia', [3815, 3802])}, + 'HyperplasiaUsual': {'76197007': ('Hyperplasia, usual', [6031, 6030])}, + 'Hypertension': {'38341003': ('Hypertension', [9300, 12246, 60, 3201])}, + 'Hypertensive': {'38341003': ('Hypertensive', [3211])}, + 'HypertensiveDisorderSystemicArterial': {'38341003': ('Hypertensive disorder, ' + 'systemic arterial ' + '(disorder)', + [])}, + 'HypertensiveEpisode': {'62275004': ('Hypertensive episode', [3221])}, + 'HypertensiveHeartDisease': {'64715009': ('Hypertensive heart disease', + [3700, 3728])}, + 'HypertrophicCardiomyopathyWithObstruction': {'45227007': ('Hypertrophic ' + 'cardiomyopathy ' + 'with obstruction', + [3728])}, + 'HypertrophicCardiomyopathyWithoutObstruction': {'195020003': ('Hypertrophic ' + 'cardiomyopathy ' + 'without ' + 'obstruction', + [3728])}, + 'HypertrophicObstructiveCardiomyopathy': {'45227007': ('Hypertrophic ' + 'obstructive ' + 'cardiomyopathy ' + '(disorder)', + [])}, + 'Hyperventilation': {'68978004': ('Hyperventilation', [3207, 12002])}, + 'HypochondriacRegionStructure': {'19695001': ('Hypochondriac region structure ' + '(body structure)', + [])}, + 'HypogastricLymphNode': {'69255009': ('hypogastric lymph node', [7600])}, + 'HypogastricRegion': {'11708003': ('Hypogastric region', + [9514, 7192, 7151, 4])}, + 'HypogastricRegionStructure': {'11708003': ('Hypogastric region structure ' + '(body structure)', + [])}, + 'HypoglossalNerve': {'37899009': ('hypoglossal nerve', [7710, 7706])}, + 'HypoglossalNerveStructure': {'37899009': ('Hypoglossal nerve structure (body ' + 'structure)', + [])}, + 'Hypoglycemic': {'312064005': ('Hypoglycemic', [621, 622])}, + 'HypoglycemicAgent': {'312064005': ('Hypoglycemic agent (product)', [])}, + 'Hypokinesis': {'37706002': ('Hypokinesis', [3706, 3703])}, + 'HypokinesisOfCardiacWall': {'37706002': ('Hypokinesis of cardiac wall ' + '(finding)', + [])}, + 'HypopharyngealStructure': {'81502006': ('Hypopharyngeal structure (body ' + 'structure)', + [])}, + 'Hypopharynx': {'81502006': ('hypopharynx', [7601, 9514, 7192, 7151, 4])}, + 'Hypoplasia': {'55199003': ('hypoplasia', [3813])}, + 'HypoplasticLeftHeartSyndrome': {'62067003': ('Hypoplastic left heart ' + 'syndrome', + [12249, 12248])}, + 'Hypotension': {'45007003': ('Hypotension', [9300, 60])}, + 'Hypotensive': {'45007003': ('Hypotensive', [3211])}, + 'HypotensiveAgent': {'1182007': ('Hypotensive agent', [10])}, + 'HypotensiveEpisode': {'67763001': ('Hypotensive episode', [3221])}, + 'Hysterectomy': {'236886002': ('Hysterectomy', [6082])}, + 'IDPlate': {'129467007': ('ID Plate', [6040, 6401, 7151, 7193])}, + 'ILMInternalLimitingMembrane': {'280677004': ('ILM - Internal limiting ' + 'membrane', + [9514, 7192, 7151, 4273])}, + 'INRA95CattleBreed': {'133440004': ('INRA 95 cattle breed', [7480])}, + 'IbageCattleBreed': {'133807003': ('Ibage cattle breed (organism)', [])}, + 'IbageXZebuCattleBreed': {'133807003': ('Ibage X zebu cattle breed', [7480])}, + 'IbanPigBreed': {'132844006': ('Iban pig breed', [7480])}, + 'IberianBlackIberianPigBreed': {'132082004': ('Iberian, Black Iberian pig ' + 'breed', + [7480])}, + 'IberianExtremaduraRedPigBreed': {'132080007': ('Iberian, Extremadura Red pig ' + 'breed', + [7480])}, + 'IberianJabugoSpottedPigBreed': {'132081006': ('Iberian, Jabugo Spotted pig ' + 'breed', + [7480])}, + 'IberianPigBreed': {'132079009': ('Iberian pig breed', [7480])}, + 'IbizanHound': {'10842007': ('Ibizan hound', [7480])}, + 'IcelandicCattleBreed': {'133234008': ('Icelandic cattle breed', [7480])}, + 'IcelandicHorse': {'70457009': ('Icelandic horse (organism)', [])}, + 'IcelandicHorseBreed': {'70457009': ('Icelandic horse breed', [7480])}, + 'IcelandicPigBreed': {'132254000': ('Icelandic pig breed', [7480])}, + 'IcelandicSheepBreed': {'131774005': ('Icelandic sheep breed', [7480])}, + 'IcelandicSheepdogBreed': {'132501002': ('Icelandic Sheepdog breed', [7480])}, + 'IdentificationPlateDevice': {'129467007': ('Identification plate, device ' + '(physical object)', + [])}, + 'IdiopathicHypertrophicSubaorticStenosis': {'360465008': ('Idiopathic ' + 'hypertrophic ' + 'subaortic stenosis', + [3700])}, + 'IleDeFranceSheepBreed': {'131761004': ('Ile-de-France sheep breed', [7480])}, + 'IlealStructure': {'34516001': ('Ileal structure (body structure)', [])}, + 'IlealVein': {'397439002': ('Ileal vein', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'IlealVeinStructure': {'397439002': ('Ileal vein structure (body structure)', + [])}, + 'IleocecalValve': {'23153004': ('Ileocecal valve', [6201])}, + 'IleocecalValveStructure': {'23153004': ('Ileocecal valve structure (body ' + 'structure)', + [])}, + 'IleocolicLymphNode': {'281676003': ('ileocolic lymph node', [7600])}, + 'IleostomyBag': {'417136005': ('Ileostomy bag', [6202, 6203])}, + 'IleostomySet': {'342706005': ('Ileostomy set', [6202, 6203])}, + 'Ileum': {'34516001': ('Ileum', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'IliacAndOrFemoralArtery': {'299716001': ('Iliac and/or femoral artery', + [4030, 9514, 7192, 7151, 4])}, + 'IliacAndOrFemoralArteryStructures': {'299716001': ('Iliac and/or femoral ' + 'artery structures (body ' + 'structure)', + [])}, + 'IliacArtery': {'10293006': ('Iliac artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'IliacCrest': {'29850006': ('Iliac Crest', [1005, 1001, 1000])}, + 'IliacCrestStructure': {'29850006': ('Iliac crest structure (body structure)', + [])}, + 'IliacLymphNode': {'84219008': ('iliac lymph node', [7600])}, + 'IliacVeinStructure': {'244411005': ('Iliac vein structure (body structure)', + [])}, + 'IliocostalisMuscle': {'57651003': ('Iliocostalis muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'Ilium': {'22356005': ('Ilium', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'IllawarraCattleBreed': {'133235009': ('Illawarra cattle breed', [7480])}, + 'IlocosCattleBreed': {'131477004': ('Ilocos cattle breed', [7480])}, + 'IloiloCattleBreed': {'131478009': ('Iloilo cattle breed', [7480])}, + 'ImageAnalysis': {'24587005': ('Image analysis', [3215])}, + 'ImageMode': {'399264008': ('Image mode (observable entity)', [])}, + 'ImageQualityAnalysis': {'133887000': ('Image quality analysis', + [6137, 6043])}, + 'Imaging': {'363679005': ('Imaging (procedure)', [])}, + 'ImagingFinding': {'365853002': ('Imaging finding (finding)', [])}, + 'ImagingGuidance': {'413815006': ('Imaging guidance', [12246])}, + 'ImagingProcedure': {'363679005': ('Imaging procedure', [100, 634])}, + 'ImagingResultAbnormal': {'408574004': ('Imaging result abnormal', [3209])}, + 'ImagingResultEquivocal': {'408379005': ('Imaging result equivocal', [3209])}, + 'ImagingResultNormal': {'408573005': ('Imaging result normal', [3209])}, + 'ImmobileHeartValve': {'373137001': ('Immobile Heart Valve', [3711])}, + 'ImmunofluorescentStain': {'255800009': ('immunofluorescent stain', [8112])}, + 'ImpairedLeftVentricularFunction': {'275514001': ('Impaired left ventricular ' + 'function', + [3119])}, + 'ImpairedRenalFunction': {'236423003': ('Impaired Renal Function', [1200])}, + 'Implant': {'40388003': ('Implant', [6040, 6401, 6054, 7151, 7193])}, + 'ImplantDevice': {'40388003': ('Implant, device', [1000])}, + 'ImplantDisplaced': {'399209000': ('Implant Displaced', [4015])}, + 'ImplantRevisedSincePreviousMammogram': {'129731001': ('Implant revised since ' + 'previous mammogram', + [6003, 6002])}, + 'ImplantableDefibrillator': {'72506001': ('Implantable defibrillator', + [3777])}, + 'ImplantableDefibrillatorDevice': {'72506001': ('Implantable defibrillator, ' + 'device (physical object)', + [])}, + 'ImplantableVenousAccessPort': {'398013009': ('Implantable venous access port', + [74])}, + 'ImplantationOfAutomaticCardiacDefibrillator': {'233170003': ('Implantation ' + 'of automatic ' + 'cardiac ' + 'defibrillator', + [3721])}, + 'ImplantationOfBaffleAtrialOrInteratrial': {'245544005': ('Implantation of ' + 'baffle, atrial or ' + 'interatrial', + [12247])}, + 'ImplantationOfCardiacPacemaker': {'307280005': ('Implantation of cardiac ' + 'pacemaker', + [3721])}, + 'ImplantationOfHeartValveProsthesisOrSyntheticDevice': {'47432005': ('Implantation ' + 'of ' + 'heart ' + 'valve ' + 'prosthesis ' + 'or ' + 'synthetic ' + 'device', + [12247])}, + 'ImplantationOfHeartValveWithTissueGraft': {'37153009': ('Implantation of ' + 'heart valve with ' + 'tissue graft', + [12247])}, + 'ImprovedRodopiCattleBreed': {'133439001': ('Improved Rodopi cattle breed', + [7480])}, + 'ImprovementOfLeftVentricularWallMotionComparedToPriorStudy': {'428825004': ('Improvement ' + 'of ' + 'left ' + 'ventricular ' + 'wall ' + 'motion ' + 'compared ' + 'to ' + 'prior ' + 'study ' + '(finding)', + [])}, + 'ImprovementOfWallMotion': {'428825004': ('Improvement of wall motion', + [3237])}, + 'InProgress': {'385651009': ('In progress', [3773])}, + 'InRemission': {'313386006': ('In remission', [3772])}, + 'InactiveProblem': {'394775005': ('Inactive problem', [3770])}, + 'IncaHairlessDogBreed': {'132502009': ('Inca Hairless Dog breed', [7480])}, + 'IncisionOfTrachea': {'48387007': ('Incision of trachea (procedure)', [])}, + 'IncompetenceOfAnyValvularStructure': {'10337008': ('Incompetence of any ' + 'valvular structure ' + '(finding)', + [])}, + 'IncompleteArterialStentAppositionAtTimeOfPlacement': {'408709008': ('Incomplete ' + 'arterial ' + 'stent ' + 'apposition ' + 'at time ' + 'of ' + 'placement ' + '(finding)', + [])}, + 'IncompleteArterialStentAppositionSubsequentToPlacement': {'408710003': ('Incomplete ' + 'arterial ' + 'stent ' + 'apposition ' + 'subsequent ' + 'to ' + 'placement ' + '(finding)', + [])}, + 'IncompleteLeftBundleBranchBlock': {'251120003': ('Incomplete Left bundle ' + 'branch block', + [3230])}, + 'IncompleteRightBundleBranchBlock': {'251124007': ('Incomplete Right bundle ' + 'branch block', + [3230])}, + 'IncompleteStentApposition': {'408709008': ('Incomplete Stent apposition', + [3494])}, + 'IncreaseInNumberOfCalcifications': {'129726003': ('Increase in number of ' + 'calcifications', + [6003, 6002])}, + 'IncreaseInNumberOfCalcificationsSincePreviousMammogram': {'129726003': ('Increase ' + 'in ' + 'number ' + 'of ' + 'calcifications ' + 'since ' + 'previous ' + 'mammogram ' + '(finding)', + [])}, + 'IncreaseInSize': {'15454001': ('Increase in size', [6134, 6003, 6002])}, + 'IncreasedLungTracerUptake': {'428920008': ('Increased lung tracer uptake ' + '(finding)', + [])}, + 'IncreasedLungUptake': {'428920008': ('Increased lung uptake', [3116])}, + 'IncreasedMyocardialIschemiaComparedToPriorStudy': {'429477006': ('Increased ' + 'myocardial ' + 'ischemia ' + 'compared ' + 'to prior ' + 'study ' + '(finding)', + [])}, + 'IncreasedSize': {'15454001': ('Increased size (finding)', [])}, + 'IncreasedTolerance': {'102459008': ('Increased tolerance', [3236])}, + 'IncreasedToleranceFinding': {'102459008': ('Increased tolerance (finding)', + [])}, + 'IncreasedLungUptake': {'428920008': ('Increased lung uptake', [3116])}, + 'IncreasedMyocardialIschemiaComparedToPriorStudy': {'429477006': ('Increased ' + 'myocardial ' + 'ischemia ' + 'compared ' + 'to prior ' + 'study ' + '(finding)', + [])}, + 'IncreasedSize': {'15454001': ('Increased size (finding)', [])}, + 'IncreasedTolerance': {'102459008': ('Increased tolerance', [3236])}, + 'Indeterminate': {'82334004': ('Indeterminate', [4220])}, + 'IndeterminateResult': {'280416009': ('Indeterminate result', [6063])}, + 'IndiaInkStain': {'406972004': ('India ink stain', [8112])}, + 'IndicationForProcedure': {'432678004': ('Indication for procedure ' + '(observable entity)', + [])}, + 'IndigoCarmineStain': {'45475000': ('indigo carmine stain', [8112])}, + 'IndirectIrisTransillumination': {'410467002': ('Indirect iris ' + 'transillumination', + [4203])}, + 'IndirectIrisTransilluminationAction': {'410467002': ('Indirect iris ' + 'transillumination - ' + 'action (qualifier ' + 'value)', + [])}, + 'IndirectOphthalmoscope': {'409901008': ('Indirect Ophthalmoscope', [4202])}, + 'IndirectOphthalmoscopyLens': {'409897002': ('Indirect ophthalmoscopy lens', + [4205])}, + 'IndirectRetroilluminationFromTheIris': {'410465005': ('Indirect ' + 'retroillumination ' + 'from the iris', + [4203])}, + 'IndirectRetroilluminationFromTheIrisAction': {'410465005': ('Indirect ' + 'retroillumination ' + 'from the iris - ' + 'action ' + '(qualifier ' + 'value)', + [])}, + 'IndirectRetroilluminationFromTheRetina': {'410466006': ('Indirect ' + 'retroillumination ' + 'from the retina', + [4203])}, + 'IndirectRetroilluminationFromTheRetinaAction': {'410466006': ('Indirect ' + 'retroillumination ' + 'from the ' + 'retina - ' + 'action ' + '(qualifier ' + 'value)', + [])}, + 'IndirectScleroticScatterIllumination': {'410464009': ('Indirect sclerotic ' + 'scatter illumination', + [4203])}, + 'IndirectScleroticScatterIlluminationAction': {'410464009': ('Indirect ' + 'sclerotic ' + 'scatter ' + 'illumination - ' + 'action ' + '(qualifier ' + 'value)', + [])}, + 'IndistinctLesion': {'129741003': ('Indistinct lesion', [6007, 6006])}, + 'Indium111CapromabPendetide': {'446871009': ('Indium^111 Capromab Pendetide', + [25])}, + 'Indium111Chloride': {'395742005': ('Indium^111 Chloride', [25])}, + 'Indium111FeOHGreaterThan3LesserThan': {'6516008': ('Indium^111^-Fe(OH) >3<', + [25])}, + 'Indium111Oxyquinoline': {'424570009': ('Indium^111^oxyquinoline', [25])}, + 'Indium111Pentetate': {'29218008': ('Indium^111^ pentetate', [25])}, + 'Indium111Pentetreotide': {'446800006': ('Indium^111 Pentetreotide', [25])}, + 'Indium111RedCellLabel': {'81621007': ('Indium^111^ red cell label', [25])}, + 'Indium111Transferrin': {'78570003': ('Indium^111^ transferrin', [25])}, + 'Indium111inOxyquinoline': {'424570009': ('Indium[111In]oxyquinoline ' + '(product)', + [])}, + 'Indium113Bleomycin': {'90617008': ('Indium^113^ bleomycin (substance)', [])}, + 'Indium113Chloride': {'21451004': ('Indium^113^ chloride (product)', [])}, + 'Indium113OxoquinolinePlateletLabel': {'56006008': ('Indium^113^ oxoquinoline ' + 'platelet label ' + '(substance)', + [])}, + 'Indium113OxoquinolineRedBloodCellLabel': {'56867003': ('Indium^113^ ' + 'oxoquinoline red ' + 'blood cell label ' + '(substance)', + [])}, + 'Indium113OxoquinolineWhiteBloodCellLabel': {'77510008': ('Indium^113^ ' + 'oxoquinoline white ' + 'blood cell label ' + '(substance)', + [])}, + 'Indium113Pentetate': {'42728008': ('Indium^113^ pentetate (substance)', [])}, + 'Indium113mBleomycin': {'90617008': ('Indium^113m^ bleomycin', [25])}, + 'Indium113mChloride': {'21451004': ('Indium^113m^ chloride', [25])}, + 'Indium113mOxoquinolinePlateletLabel': {'56006008': ('Indium^113m^ ' + 'oxoquinoline platelet ' + 'label', + [25])}, + 'Indium113mOxoquinolineRBCLabel': {'56867003': ('Indium^113m^ oxoquinoline ' + 'RBC label', + [25])}, + 'Indium113mOxoquinolineWBCLabel': {'77510008': ('Indium^113m^ oxoquinoline ' + 'WBC label', + [25])}, + 'Indium113mPentetate': {'42728008': ('Indium^113m^ pentetate', [25])}, + 'IndiumChloride111in': {'395742005': ('Indium chloride[111In] (substance)', + [])}, + 'IndividualCalcification': {'129770007': ('Individual Calcification', + [6056, 6016, 6015, 6054, 6014])}, + 'IndoBrazilianCattleBreed': {'133609003': ('Indo-Brazilian cattle breed', + [7480])}, + 'IndocyanineGreen': {'7292004': ('Indocyanine green', [4200])}, + 'IndophenolFromNaphtholStain': {'11727009': ('indophenol from naphthol stain', + [8112])}, + 'InductionOfGeneralAnesthesia': {'241687005': ('Induction of general ' + 'anesthesia (procedure)', + [])}, + 'InductionRoom': {'414485004': ('Induction room', [603])}, + 'InfarctionOfBreast': {'77296004': ('Infarction of breast', [6031, 6030])}, + 'InfectiousDisease': {'309934006': ('Infectious Disease', [7030])}, + 'InfectiousDiseasesDepartment': {'309934006': ('Infectious diseases ' + 'department (environment)', + [])}, + 'Inferior': {'261089000': ('Inferior', + [3019, 211, 2, 12117, 6065, 212, 5, 4005, 12281])}, + 'InferiorArticularFacetOfAxis': {'181901007': ('Inferior articular facet of ' + 'axis', + [6115])}, + 'InferiorArticularProcessOfVertebra': {'317766009': ('Inferior articular ' + 'process of vertebra', + [6115])}, + 'InferiorAuricularLymphNode': {'155237005': ('inferior auricular lymph node', + [7600])}, + 'InferiorCardiacVein': {'195416006': ('Inferior cardiac vein', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'InferiorCerebellarPeduncle': {'67701001': ('Inferior cerebellar peduncle', + [7153, + 7710, + 9514, + 7192, + 7151, + 7701])}, + 'InferiorCerebellarPeduncleStructure': {'67701001': ('Inferior cerebellar ' + 'peduncle structure ' + '(body structure)', + [])}, + 'InferiorFrontoOccipitalFasciculus': {'35664009': ('inferior fronto-occipital ' + 'fasciculus', + [7703, 7710])}, + 'InferiorGlutealLymphNode': {'40684008': ('inferior gluteal lymph node', + [7600])}, + 'InferiorHornOfLateralVentricle': {'53118009': ('Inferior Horn of Lateral ' + 'Ventricle', + [7140])}, + 'InferiorInguinalLymphNode': {'85380009': ('inferior inguinal lymph node', + [7600])}, + 'InferiorLeftPulmonaryVein': {'51249003': ('Inferior left pulmonary vein', + [3010, + 3840, + 4042, + 3011, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'InferiorLongitudinalFasciculus': {'55233005': ('Inferior longitudinal ' + 'fasciculus', + [7153, + 7703, + 7710, + 9514, + 7192, + 7151])}, + 'InferiorMesentericArtery': {'33795007': ('Inferior Mesenteric Artery', + [12112, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'InferiorMesentericLymphNode': {'113336002': ('inferior mesenteric lymph node', + [7600])}, + 'InferiorMesentericVein': {'32859001': ('Inferior Mesenteric Vein', + [12103, + 12114, + 9514, + 7192, + 7151, + 3827])}, + 'InferiorPancreaticLymphNode': {'280915003': ('inferior pancreatic lymph node', + [7600])}, + 'InferiorPancreaticoduodenalLymphNode': {'281227003': ('inferior ' + 'pancreaticoduodenal ' + 'lymph node', + [7600])}, + 'InferiorPhrenicArtery': {'29660000': ('Inferior phrenic artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'InferiorRightHepaticVein': {'397425002': ('Inferior Right Hepatic Vein', + [12103, + 12114, + 9514, + 7192, + 7151, + 3827])}, + 'InferiorRightHepaticVeinStructure': {'397425002': ('Inferior right hepatic ' + 'vein structure (body ' + 'structure)', + [])}, + 'InferiorRightPulmonaryVein': {'113273001': ('Inferior right pulmonary vein', + [3010, + 3840, + 4042, + 3011, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'InferiorRollingOfBreast': {'414493004': ('Inferior rolling of breast ' + '(procedure)', + [])}, + 'InferiorVenaCava': {'64131007': ('Inferior Vena Cava', + [12282, + 6109, + 12305, + 12103, + 6102, + 12114, + 7154, + 6117, + 3010, + 6204, + 4042, + 9514, + 7192, + 7151, + 6202, + 3827, + 4, + 3630, + 3607])}, + 'InferiorVenaCavaStructure': {'64131007': ('Inferior vena cava structure ' + '(body structure)', + [])}, + 'InferomedialToSuperolateralOblique': {'441555000': ('inferomedial to ' + 'superolateral oblique', + [4014])}, + 'InferomedialToSuperolateralObliqueView': {'441555000': ('Inferomedial to ' + 'superolateral ' + 'oblique view ' + '(qualifier value)', + [])}, + 'InfiltratingDuctCarcinoma': {'82711006': ('Infiltrating duct carcinoma', + [6030, 6033])}, + 'InfiltratingDuctCarcinomaOfBreast': {'408643008': ('Infiltrating duct ' + 'carcinoma of breast ' + '(disorder)', + [])}, + 'InfiltratingDuctalCarcinomaOfBreast': {'408643008': ('Infiltrating ductal ' + 'carcinoma of breast', + [639, 638])}, + 'Inflammation': {'23583003': ('Inflammation', [7159, 6031, 6030, 7194, 7151])}, + 'InflammatoryAbdominalAorticAneurysm': {'314186008': ('inflammatory abdominal ' + 'aortic aneurysm', + [3808])}, + 'InflammatoryCarcinoma': {'32968003': ('Inflammatory carcinoma', + [6030, 6033])}, + 'InfraMammaryFold': {'442593008': ('Infra-mammary fold', [4015])}, + 'InfraMammaryFoldMammographyView': {'442593008': ('Infra-mammary fold ' + 'mammography view ' + '(qualifier value)', + [])}, + 'InfraRedColor': {'414497003': ('Infra-red color (qualifier value)', [])}, + 'InfraRenalAorta': {'28205006': ('Infra-renal Aorta', + [12112, + 12103, + 12291, + 9514, + 7192, + 7151, + 3827])}, + 'InfraclavicularLymphNode': {'9659009': ('infraclavicular lymph node', + [7600])}, + 'Infrared': {'414497003': ('Infrared', [4206, 8122])}, + 'InfraredOpticalFilter': {'445169002': ('Infrared optical filter', + [8124, 4204])}, + 'InfraredOpticalFilterOfOpticalMicroscope': {'445169002': ('Infrared optical ' + 'filter of optical ' + 'microscope ' + '(physical object)', + [])}, + 'InfraspinatusMuscle': {'72573008': ('Infraspinatus muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'InfraspinatusMuscleStructure': {'72573008': ('Infraspinatus muscle structure ' + '(body structure)', + [])}, + 'Infrequent': {'27789000': ('Infrequent', [6091])}, + 'IngessanaCattleBreed': {'133664006': ('Ingessana cattle breed', [7480])}, + 'InguinalLymphNode': {'8928004': ('inguinal lymph node', [7600])}, + 'InguinalLymphNodeStructure': {'8928004': ('Inguinal lymph node structure ' + '(body structure)', + [])}, + 'InguinalRegion': {'26893007': ('Inguinal region', + [4040, 9514, 7192, 7151, 4])}, + 'InguinalRegionStructure': {'26893007': ('Inguinal region structure (body ' + 'structure)', + [])}, + 'InhalationAnesthesiaMachineSystemClosedNoRebreathingOfPrimaryAgent': {'44812007': ('Inhalation ' + 'anesthesia, ' + 'machine ' + 'system, ' + 'closed, ' + 'no ' + 'rebreathing ' + 'of ' + 'primary ' + 'agent ' + '(procedure)', + [])}, + 'InhalationAnesthesiaMachineSystemClosedRebreathingOfPrimaryAgent': {'112987001': ('Inhalation ' + 'anesthesia, ' + 'machine ' + 'system, ' + 'closed, ' + 'rebreathing ' + 'of ' + 'primary ' + 'agent ' + '(procedure)', + [])}, + 'InhalationAnesthesiaSystemClosedNoRebreathingPrimaryAgent': {'44812007': ('Inhalation ' + 'anesthesia ' + 'system ' + 'closed ' + 'no ' + 'rebreathing ' + 'primary ' + 'agent', + [616, + 615])}, + 'InhalationAnesthesiaSystemClosedRebreathingPrimaryAgent': {'112987001': ('Inhalation ' + 'anesthesia ' + 'system ' + 'closed ' + 'rebreathing ' + 'primary ' + 'agent', + [616, + 615])}, + 'InhalationTechnique': {'446406008': ('Inhalation technique (qualifier value)', + [])}, + 'InjectableFibrinolysin': {'87811005': ('Injectable fibrinolysin', [10])}, + 'InjectionOfAmnion': {'15415002': ('Injection of amnion (procedure)', [])}, + 'InjectionOfProstaglandin': {'133875007': ('Injection of prostaglandin ' + '(procedure)', + [])}, + 'InjectionSiteAbscess': {'95382004': ('Injection site abscess', + [9300, 60, 10043])}, + 'InjectionSiteAnesthesia': {'95398006': ('Injection site anesthesia', + [9300, 60, 10043])}, + 'InjectionSiteAtrophy': {'95404001': ('Injection site atrophy', + [9300, 60, 10043])}, + 'InjectionSiteBruising': {'95401009': ('Injection site bruising', + [9300, 60, 10043])}, + 'InjectionSiteBurning': {'95389008': ('Injection site burning', + [9300, 60, 10043])}, + 'InjectionSiteCyst': {'95396005': ('Injection site cyst', [9300, 60, 10043])}, + 'InjectionSiteDermatitis': {'95393002': ('Injection site dermatitis', + [9300, 60, 10043])}, + 'InjectionSiteDisorder': {'95376002': ('Injection site disorder', + [9300, 60, 10043])}, + 'InjectionSiteEdema': {'95392007': ('Injection site edema', + [9300, 60, 10043])}, + 'InjectionSiteExtravasation': {'95384003': ('Injection Site Extravasation', + [9301, 9300, 60])}, + 'InjectionSiteFibrosis': {'95403007': ('Injection site fibrosis', + [9300, 60, 10043])}, + 'InjectionSiteGranuloma': {'24389009': ('Injection site granuloma', + [9300, 60, 10043])}, + 'InjectionSiteHemorrhage': {'95385002': ('Injection site hemorrhage', + [9300, 60, 10043])}, + 'InjectionSiteHypersensitivity': {'95378001': ('Injection site ' + 'hypersensitivity', + [9300, 60, 10043])}, + 'InjectionSiteInduration': {'95402002': ('Injection site induration', + [9300, 60, 10043])}, + 'InjectionSiteInfection': {'95381006': ('Injection site infection', + [9300, 60, 10043])}, + 'InjectionSiteInflammation': {'95391000': ('Injection site inflammation', + [9300, 60, 10043])}, + 'InjectionSiteIrritation': {'95379009': ('Injection site irritation', + [9300, 60, 10043])}, + 'InjectionSiteMalabsorption': {'95387005': ('Injection site malabsorption', + [9300, 60, 10043])}, + 'InjectionSiteMass': {'95395009': ('Injection site mass', [9300, 60, 10043])}, + 'InjectionSiteNecrosis': {'95397001': ('Injection site necrosis', + [9300, 60, 10043])}, + 'InjectionSiteNerveDamage': {'95390004': ('Injection site nerve damage', + [9300, 60, 10043])}, + 'InjectionSitePain': {'95388000': ('Injection site pain', [9300, 60, 10043])}, + 'InjectionSiteParesthesia': {'95399003': ('Injection site paresthesia', + [9300, 60, 10043])}, + 'InjectionSitePigmentationChange': {'95380007': ('Injection site pigmentation ' + 'change', + [9300, 60, 10043])}, + 'InjectionSiteReaction': {'95377006': ('Injection site reaction', + [9300, 60, 10043])}, + 'InjectionSiteScar': {'111017005': ('Injection site scar', [9300, 60, 10043])}, + 'InjectionSiteSterileAbscess': {'95383009': ('Injection site sterile abscess', + [9300, 60, 10043])}, + 'InjectionSiteThrombosis': {'95386001': ('Injection site thrombosis', + [9300, 60, 10043])}, + 'InjectionSiteUlcer': {'95400005': ('Injection site ulcer', + [9300, 60, 10043])}, + 'InjectionSiteUrticaria': {'95394008': ('Injection site urticaria', + [9300, 60, 10043])}, + 'InkukuCattleBreed': {'131479001': ('Inkuku cattle breed', [7480])}, + 'InlayDentalRestoration': {'272287005': ('Inlay Dental Restoration', + [7157, 7151, 7193])}, + 'InnerEar': {'22945000': ('Inner ear', [9514, 7192, 4028, 7151])}, + 'InnerEarStructure': {'22945000': ('Inner ear structure (body structure)', + [])}, + 'InnermostIntercostalMuscles': {'24062007': ('Innermost intercostal muscles', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'InnominateArtery': {'12691009': ('Innominate Artery', + [12103, + 3010, + 12291, + 4042, + 9514, + 7192, + 7151, + 12107, + 3827, + 4])}, + 'InnominateLymphNode': {'196821008': ('innominate lymph node', [7600])}, + 'InnominateVein': {'8887007': ('Innominate vein', + [12108, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'InobutaInterSpeciesHybridPigBreed': {'133182008': ('Inobuta (inter-species ' + 'hybrid) pig breed', + [7480])}, + 'Inositol': {'72164009': ('Inositol', [7186, 7180, 218, 4032, 4033, 7469])}, + 'InotropicAgent': {'111139005': ('Inotropic agent', [621, 10, 622])}, + 'InsertionOfCatheter': {'45211000': ('Insertion of catheter', [6083, 6050])}, + 'InsertionOfCoronaryArteryStent': {'36969009': ('Insertion of coronary artery ' + 'stent', + [3764])}, + 'InsertionOfHipProsthesis': {'398010007': ('Insertion of hip prosthesis', + [7301])}, + 'InsolubleBerlinBlueStain': {'47030008': ('insoluble berlin blue stain', + [8112])}, + 'Inspiration': {'14910006': ('inspiration', [3823, 12234])}, + 'InstrumentDevice': {'57134006': ('Instrument, device (physical object)', [])}, + 'InsufficientSample': {'281268007': ('Insufficient sample', [6063])}, + 'Insula': {'36169008': ('Insula', [7153, 9514, 7192, 7151])}, + 'InsularStructure': {'36169008': ('Insular structure (body structure)', [])}, + 'InsulinDependentMotherIDM': {'444161008': ('Insulin dependent mother (IDM)', + [3756])}, + 'InsulinPump': {'69805005': ('Insulin pump', [3777])}, + 'InsulinPumpDevice': {'69805005': ('Insulin pump, device (physical object)', + [])}, + 'IntegratedRayTraceTriangulationAcquisitionLaserScanningDeviceWithConventionalFundusImaging': {'416567007': ('Integrated ' + 'ray-trace ' + 'triangulation ' + 'acquisition ' + 'laser ' + 'scanning ' + 'device ' + 'with ' + 'conventional ' + 'fundus ' + 'imaging ' + '(physical ' + 'object)', + [])}, + 'IntensiveCare': {'309904001': ('Intensive Care', [7030])}, + 'IntensiveCareUnit': {'309904001': ('Intensive care unit (environment)', [])}, + 'IntentsNatureOfProcedureValues': {'363675004': ('Intents (nature of ' + 'procedure values) ' + '(qualifier value)', + [])}, + 'InteratrialSeptum': {'58095006': ('Interatrial septum', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'InteratrialSeptumStructure': {'58095006': ('Interatrial Septum Structure', + [12284])}, + 'InteratrialTranspositionOfVenousReturn': {'40250003': ('Interatrial ' + 'transposition of ' + 'venous return ' + '(procedure)', + [])}, + 'IntercostalArtery': {'281134007': ('Intercostal artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'IntercostalLymphNode': {'64038003': ('intercostal lymph node', [7600])}, + 'InterferonGamma': {'420303002': ('Interferon gamma', [642, 638])}, + 'InteriliacLymphNode': {'279271008': ('interiliac lymph node', [7600])}, + 'InterlobarArteryOfKidney': {'274143007': ('Interlobar Artery of Kidney', + [12103, + 12115, + 9514, + 7192, + 7151, + 3827])}, + 'InterlobarLymphNodeOfTheLung': {'127919002': ('interlobar lymph node of the ' + 'lung', + [7600])}, + 'Intermediate': {'11896004': ('Intermediate', [2])}, + 'IntermediateArtery': {'244252004': ('Intermediate artery (body structure)', + [])}, + 'IntermediateArteryRamus': {'244252004': ('Intermediate Artery (Ramus)', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'IntermediateCommonIliacLymphNode': {'64556009': ('intermediate common iliac ' + 'lymph node', + [7600])}, + 'IntermediateExternalIliacLymphNode': {'50193000': ('intermediate external ' + 'iliac lymph node', + [7600])}, + 'Intermittent': {'7087005': ('Intermittent', [3770])}, + 'Internal': {'260521003': ('Internal', [6139, 2, 5])}, + 'InternalAuditoryCanal': {'361078006': ('Internal Auditory Canal', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'InternalAuditoryMeatus': {'61671002': ('Internal Auditory Meatus', + [1002, 1001, 1000])}, + 'InternalCapsule': {'85637007': ('internal capsule', [7702, 7710])}, + 'InternalCapsuleStructureOfBrain': {'85637007': ('Internal capsule structure ' + 'of brain (body structure)', + [])}, + 'InternalCarotidArtery': {'86117002': ('Internal Carotid Artery', + [12105, + 3604, + 12104, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'InternalCarotidArteryC5Segment': {'415637004': ('Internal Carotid Artery C5 ' + 'segment', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'InternalCarotidArteryC6Segment': {'698348000': ('Internal Carotid Artery C6 ' + 'segment', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'InternalCarotidArteryStructure': {'86117002': ('Internal carotid artery ' + 'structure (body structure)', + [])}, + 'InternalFixationUsingInternalFixatorSystem': {'257837004': ('Internal ' + 'fixation using ' + 'internal ' + 'fixator system', + [7310])}, + 'InternalFixationUsingPlate': {'257835007': ('Internal fixation using plate', + [7310])}, + 'InternalFixationUsingScrew': {'257834006': ('Internal fixation using screw', + [7310])}, + 'InternalFixationUsingStaple': {'257833000': ('Internal fixation using staple', + [7310])}, + 'InternalIliacArtery': {'90024005': ('Internal Iliac Artery', + [12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'InternalIliacVein': {'40300007': ('Internal iliac vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'InternalIntercostalMuscle': {'41313007': ('Internal intercostal muscle', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'InternalJugularVein': {'12123001': ('Internal jugular vein', + [6109, + 12108, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'InternalJugularVeinStructure': {'12123001': ('Internal jugular vein ' + 'structure (body structure)', + [])}, + 'InternalLimitingMembraneOfRetina': {'280677004': ('Internal limiting ' + 'membrane of retina (body ' + 'structure)', + [])}, + 'InternalMammaryArtery': {'69327007': ('Internal mammary artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'InternalNoseStructure': {'53342003': ('Internal nose structure (body ' + 'structure)', + [])}, + 'InternalRotation': {'12852001': ('Internal rotation', [92])}, + 'InternalRotationFunction': {'12852001': ('Internal rotation, function ' + '(observable entity)', + [])}, + 'InternalStructureOfEyeball': {'79652003': ('Internal structure of eyeball ' + '(body structure)', + [])}, + 'InternalThoracicArtery': {'69327007': ('Internal thoracic artery', + [6109, 6102, 6117])}, + 'InternationalStripedHorseHorseBreed': {'131986001': ('International Striped ' + 'Horse horse breed', + [7480])}, + 'InterpectoralLymphNode': {'420800007': ('interpectoral lymph node', [7600])}, + 'InterruptedAorticArch': {'218728005': ('Interrupted Aortic Arch', + [12249, 12248])}, + 'InterstitialTissue': {'85293002': ('Interstitial tissue', [6129])}, + 'IntertarsalJointStructure': {'27949001': ('Intertarsal joint structure (body ' + 'structure)', + [])}, + 'Interval': {'385673002': ('Interval', [12304])}, + 'InterventionalRadiologyService': {'708174004': ('Interventional Radiology ' + 'Service', + [7030])}, + 'InterventricularSeptum': {'589001': ('Interventricular septum', + [6109, + 12305, + 6102, + 12286, + 6116, + 9514, + 7192, + 7151])}, + 'InterventricularSeptumStructure': {'589001': ('Interventricular septum ' + 'structure (body structure)', + [])}, + 'IntestinalLymphNode': {'36251007': ('intestinal lymph node', [7600])}, + 'Intima': {'8361002': ('Intima', [7156, 9514, 7192, 7151])}, + 'IntraAbdominal': {'52731004': ('Intra-abdominal', [4])}, + 'IntraAorticBalloonPump': {'129113006': ('Intra-Aortic Balloon Pump', [3553])}, + 'IntraAorticBalloonPumpDevice': {'129113006': ('Intra-aortic balloon pump, ' + 'device (physical object)', + [])}, + 'IntraAorticBalloonPumpIABP': {'129113006': ('Intra-Aortic Balloon Pump ' + '(IABP)', + [3429])}, + 'IntraArterialInfusionOfThrombolyticAgent': {'69245005': ('Intra-arterial ' + 'infusion of ' + 'thrombolytic agent', + [9])}, + 'IntraArterialRoute': {'58100008': ('Intra-arterial route', [11])}, + 'IntraArterialWaveform': {'128446002': ('Intra-arterial waveform (observable ' + 'entity)', + [])}, + 'IntraArticular': {'131183008': ('Intra-articular', [2, 9514, 7192, 7151, 4])}, + 'IntraArticularRoute': {'12130007': ('Intra-articular route', [11])}, + 'IntraAtrialPacing': {'69158002': ('Intra-atrial pacing (procedure)', [])}, + 'IntraPelvic': {'21844003': ('Intra-pelvic', [9514, 7192, 7151, 4])}, + 'IntraThoracic': {'51185008': ('Intra-thoracic', [4])}, + 'IntracardiacEchocardiography': {'252421008': ('Intracardiac echocardiography', + [3405, 12001, 3428])}, + 'IntracardiacRoute': {'372460008': ('Intracardiac route', [11])}, + 'IntracavitaryBrachytherapy': {'384692006': ('Intracavitary brachytherapy ' + '(procedure)', + [])}, + 'IntracavitaryEchocardiography': {'252421008': ('Intracavitary ' + 'echocardiography (procedure)', + [])}, + 'IntracoronaryDopplerGuideWire': {'371788001': ('Intracoronary Doppler guide ' + 'wire', + [3429, 3411])}, + 'IntracoronaryPressureGuideWire': {'371789009': ('Intracoronary pressure ' + 'guide wire', + [3429, 3411])}, + 'IntracoronaryRoute': {'372463005': ('Intracoronary route', [11])}, + 'Intracranial': {'1101003': ('Intracranial', [9514, 7192, 7151, 4])}, + 'IntracranialHemorrhage': {'1386000': ('Intracranial hemorrhage (disorder)', + [])}, + 'IntracranialStructure': {'128319008': ('Intracranial structure', [7140])}, + 'IntracutaneousRoute': {'372464004': ('Intracutaneous route', [11])}, + 'IntracysticPapillaryAdenoma': {'47488001': ('Intracystic papillary adenoma ' + '(morphologic abnormality)', + [])}, + 'IntracysticPapilloma': {'47488001': ('Intracystic papilloma', [6031, 6030])}, + 'IntradermalRoute': {'372464004': ('Intradermal route (qualifier value)', [])}, + 'IntraductalCarcinomaMicroPapillary': {'128696009': ('Intraductal carcinoma ' + 'micro-papillary', + [6030, 6033])}, + 'IntraductalCarcinomaNonInfiltrating': {'86616005': ('Intraductal carcinoma, ' + 'non-infiltrating', + [6159])}, + 'IntraductalCarcinomaNoninfiltratingNoInternationalClassificationOfDiseasesForOncologySubtype': {'86616005': ('Intraductal ' + 'carcinoma, ' + 'noninfiltrating, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'IntraductalHyperplasia': {'67617000': ('Intraductal hyperplasia (morphologic ' + 'abnormality)', + [])}, + 'IntraductalMicropapillaryCarcinoma': {'128696009': ('Intraductal ' + 'micropapillary ' + 'carcinoma (morphologic ' + 'abnormality)', + [])}, + 'IntraductalPapilloma': {'5244003': ('Intraductal papilloma', [6031, 6030])}, + 'IntraglandularParotidLymphNode': {'143824007': ('intraglandular parotid ' + 'lymph node', + [7600])}, + 'Intraluminal': {'264045001': ('Intraluminal', [5])}, + 'IntraluminalFluid': {'442170005': ('Intraluminal fluid', [6201])}, + 'IntraluminalRoute': {'37737002': ('Intraluminal route', [11])}, + 'IntramammaryLymphNode': {'443808008': ('Intramammary lymph node', + [6056, + 6016, + 6031, + 7600, + 6030, + 6015, + 6054, + 6014])}, + 'IntramedullaryRoute': {'60213007': ('Intramedullary route', [11])}, + 'IntramuralHematoma': {'54493002': ('Intramural hematoma', [3492])}, + 'IntramuscularRoute': {'78421000': ('Intramuscular route', [613, 11, 614])}, + 'Intraoperative': {'277671009': ('Intraoperative', [631, 632, 31])}, + 'IntraoperativeEchocardiography': {'429884006': ('Intraoperative ' + 'echocardiography', + [12001])}, + 'IntraperitonealRoute': {'38239002': ('Intraperitoneal route', [613, 11])}, + 'IntrapulmonaryArteriovenousFistula': {'253639004': ('Intrapulmonary ' + 'arteriovenous fistula ' + '(disorder)', + [])}, + 'IntrapulmonaryLymphNode': {'196662004': ('intrapulmonary lymph node', + [7600])}, + 'IntrathecalRoute': {'72607000': ('Intrathecal route', [11])}, + 'IntratumorRoute': {'447122006': ('Intratumor route', [11])}, + 'IntrauterineCordocentesis': {'6708002': ('Intrauterine cordocentesis', [9])}, + 'IntrauterineTransfusion': {'45460008': ('Intrauterine transfusion', [9])}, + 'IntravascularEchocardiography': {'252420009': ('Intravascular ' + 'echocardiography', + [12001])}, + 'IntravascularOpticalCoherenceTomographyDevice': {'445282004': ('Intravascular ' + 'Optical ' + 'Coherence ' + 'Tomography ' + 'Device', + [3429, 3411])}, + 'IntravascularOpticalCoherenceTomographyImagingDevice': {'445282004': ('Intravascular ' + 'optical ' + 'coherence ' + 'tomography ' + 'imaging ' + 'device ' + '(physical ' + 'object)', + [])}, + 'IntravascularUltrasound': {'241466007': ('Intravascular ultrasound', + [3405, 3428])}, + 'IntravascularUltrasoundDevice': {'371795005': ('Intravascular ultrasound ' + 'device (physical object)', + [])}, + 'IntravascularUltrasoundIVUSDevice': {'371795005': ('Intravascular Ultrasound ' + '(IVUS) Device', + [3429, 3411])}, + 'IntravascularUltrasoundScan': {'241466007': ('Intravascular ultrasound scan ' + '(procedure)', + [])}, + 'IntravenousRoute': {'47625008': ('Intravenous route', [613, 11, 614])}, + 'IntraventricularConductionDefect': {'4554005': ('Intraventricular conduction ' + 'defect (disorder)', + [])}, + 'IntraventricularConductionDisturbance': {'4554005': ('Intraventricular ' + 'conduction disturbance', + [3230])}, + 'IntraventricularPacing': {'344994008': ('Intraventricular pacing (procedure)', + [])}, + 'IntraventricularRouteCardiac': {'420287000': ('Intraventricular route - ' + 'cardiac', + [11])}, + 'IntubationOfRespiratoryTract': {'447996002': ('Intubation of respiratory ' + 'tract', + [617, 618])}, + 'InvasiveCribriformCarcinoma': {'30156004': ('Invasive cribriform carcinoma', + [6030, 6033])}, + 'InvasiveLobularCarcinoma': {'89740008': ('Invasive lobular carcinoma', + [6030, 6033])}, + 'InverseTrendelenburg': {'26527006': ('inverse Trendelenburg', [20])}, + 'InverseTrendelenburgPosition': {'26527006': ('Inverse Trendelenburg position ' + '(finding)', + [])}, + 'InvertedDiverticulum': {'441901008': ('Inverted diverticulum', [6201])}, + 'Inward': {'255460003': ('Inward', [4214])}, + 'IodamideMeglumine': {'12801003': ('Iodamide meglumine', [12, 3850])}, + 'IodinatedI125Albumin': {'72015003': ('Iodinated I^125^ albumin', [25])}, + 'IodinatedI125HumanSerumAlbumin': {'64488003': ('Iodinated I^125^ human serum ' + 'albumin', + [25])}, + 'IodinatedI125Levothyroxine': {'80260008': ('Iodinated I^125^ levothyroxine', + [25])}, + 'IodinatedI125Liothyronine': {'33785000': ('Iodinated I^125^ liothyronine ' + '(substance)', + [])}, + 'IodinatedI125OleicAcidAndTriolein': {'73745003': ('Iodinated I^125^ oleic ' + 'acid and triolein', + [25])}, + 'IodinatedI125Povidone': {'69839009': ('Iodinated I^125^ povidone', [25])}, + 'IodinatedI125RoseBengal': {'21378001': ('Iodinated I^125^ Rose Bengal', + [25])}, + 'IodinatedI125SealedSource': {'37437001': ('Iodinated I^125^ sealed source', + [25])}, + 'IodinatedI125SodiumIodine': {'70154008': ('Iodinated I^125^ sodium iodine', + [25])}, + 'IodinatedI131AggregatedAlbumin': {'55814006': ('Iodinated I^131^ aggregated ' + 'albumin', + [25])}, + 'IodinatedI131Albumin': {'39200002': ('Iodinated I^131^ albumin', [25])}, + 'IodinatedI131GammaGlobulin': {'52408003': ('Iodinated I^131^ gamma globulin', + [25])}, + 'Iodine': {'44588005': ('Iodine', [13, 300])}, + 'Iodine123154Iodophenyl3RSMethylpentadecanoicAcid': {'447134003': ('Iodine^123 ' + '15-(4-Iodophenyl)-3(R,S)-Methylpentadecanoic ' + 'Acid', + [25])}, + 'Iodine1233IodobenzylguanidineMIBG': {'395787009': ('Iodine^123 ' + '3-Iodobenzylguanidine ' + 'MIBG', + [25])}, + 'Iodine1313IodobenzylguanidineMIBG': {'395789007': ('Iodine^131 ' + '3-Iodobenzylguanidine ' + 'MIBG', + [25])}, + 'Iodine131Methylnorcholestenol': {'446531006': ('Iodine^131 ' + 'Methylnorcholestenol', + [25])}, + 'Iodine131Polyvinylpyrrolidone': {'35884005': ('Iodine^131^ ' + 'polyvinylpyrrolidone', + [25])}, + 'Iodipamide': {'73212002': ('Iodipamide', [12, 3850])}, + 'Iodixanol': {'353962003': ('Iodixanol', [12, 3850])}, + 'IodizedOil': {'89595000': ('Iodized oil', [12, 3850])}, + 'IodoalphionicAcid': {'86584005': ('Iodoalphionic acid', [12, 3850])}, + 'IodocholesterolI131': {'68967007': ('Iodocholesterol I^131^', [25])}, + 'IodohippurateI123Sodium': {'33785000': ('Iodohippurate I^123^ sodium', [25])}, + 'IodohippurateI125Sodium': {'36900006': ('Iodohippurate I^125^ sodium', [25])}, + 'IodohippurateI131Sodium': {'33271006': ('Iodohippurate I^131^ sodium', [25])}, + 'Iodophthalein': {'74554008': ('Iodophthalein', [12, 3850])}, + 'Iodopyracet': {'40710000': ('Iodopyracet', [12, 3850])}, + 'IofetamineI123Hydrochloride': {'78481003': ('Iofetamine I^123^ hydrochloride', + [25])}, + 'Iohexol': {'109218004': ('Iohexol', [12, 3850])}, + 'IomudHorseBreed': {'133047009': ('Iomud horse breed', [7480])}, + 'Ion': {'48006008': ('Ion (substance)', [])}, + 'IonicIodinatedContrastAgent': {'96387000': ('Ionic iodinated contrast agent', + [12, 3850])}, + 'IonicIodinatedContrastMedia': {'96387000': ('Ionic iodinated contrast media ' + '(product)', + [])}, + 'Iopamidol': {'109219007': ('Iopamidol', [12, 3850])}, + 'IopanoicAcid': {'76155001': ('Iopanoic acid', [12, 3850])}, + 'Iophendylate': {'28121005': ('Iophendylate', [12, 3850])}, + 'IophenoxicAcid': {'23053002': ('Iophenoxic acid', [12, 3850])}, + 'Iopromide': {'353903006': ('Iopromide', [12, 3850])}, + 'Iothalamate': {'353912008': ('Iothalamate', [12, 3850])}, + 'IothalamateSodiumI125': {'55673009': ('Iothalamate sodium I^125^', [25])}, + 'Ioversol': {'109222009': ('Ioversol', [12, 3850])}, + 'Ioxaglate': {'109223004': ('Ioxaglate', [12, 3850])}, + 'IoxaglateMeglumine': {'109223004': ('Ioxaglate meglumine (product)', [])}, + 'Ioxilan': {'409484007': ('Ioxilan', [12, 3850])}, + 'Ipodate': {'87445005': ('Ipodate', [12, 3850])}, + 'Ipsilateral': {'255208005': ('Ipsilateral', [246])}, + 'IranianZebuCattleBreed': {'133686007': ('Iranian Zebu cattle breed', [7480])}, + 'IraqiCattleBreed': {'133808008': ('Iraqi cattle breed (organism)', [])}, + 'IraqiXZebuCattleBreed': {'133808008': ('Iraqi X zebu cattle breed', [7480])}, + 'Iris': {'41296002': ('Iris', [4211, 4209, 4029])}, + 'IrisStructure': {'41296002': ('Iris structure (body structure)', [])}, + 'IrishCobHorseBreed': {'131987005': ('Irish Cob horse breed', [7480])}, + 'IrishDraftHorseBreed': {'131908002': ('Irish Draft horse breed', [7480])}, + 'IrishGoatBreed': {'131663006': ('Irish goat breed', [7480])}, + 'IrishHunterHorseBreed': {'131909005': ('Irish Hunter horse breed', [7480])}, + 'IrishMoiledCattleBreed': {'133236005': ('Irish Moiled cattle breed', [7480])}, + 'IrishRedAndWhiteSetterDogBreed': {'132503004': ('Irish Red and White Setter ' + 'dog breed', + [7480])}, + 'IrishSetter': {'11477006': ('Irish setter (organism)', [])}, + 'IrishSetterDogBreed': {'11477006': ('Irish setter dog breed', [7480])}, + 'IrishTerrier': {'75494002': ('Irish terrier', [7480])}, + 'IrishWaterSpaniel': {'34870009': ('Irish water spaniel (organism)', [])}, + 'IrishWaterSpanielDogBreed': {'34870009': ('Irish water spaniel dog breed', + [7480])}, + 'IrishWolfhound': {'52952001': ('Irish wolfhound', [7480])}, + 'Iron': {'105840005': ('Iron', [13, 300])}, + 'IronANDORIronCompound': {'105840005': ('Iron AND/OR iron compound ' + '(substance)', + [])}, + 'IronFe59LabeledDextran': {'60459006': ('Iron Fe^59^ labeled dextran', [25])}, + 'IrradiatedVolume': {'228790005': ('Irradiated Volume', [9534])}, + 'Irregular': {'49608001': ('Irregular', [6119, 6005, 6004, 3715])}, + 'IrregularBreathing': {'248585001': ('irregular breathing', [3416])}, + 'IrrigationFollowingInsertionOfCatheter': {'8592001': ('Irrigation following ' + 'insertion of catheter', + [9])}, + 'IschemicHeartDisease': {'414545008': ('ischemic heart disease', [3727])}, + 'IscherwoodProjection': {'399025004': ('Ischerwood projection (qualifier ' + 'value)', + [])}, + 'Ischium': {'85710004': ('Ischium', [1005, 1001, 1000])}, + 'Isherwood': {'399025004': ('Isherwood', [4012])}, + 'IskarCattleBreed': {'131480003': ('Iskar cattle breed', [7480])}, + 'Isoflurane': {'387368002': ('Isoflurane', [624, 623])}, + 'IsolationRoom': {'409688003': ('Isolation room', [603])}, + 'IsraeliHolsteinCattleBreed': {'133237001': ('Israeli Holstein cattle breed', + [7480])}, + 'IsraeliHorseBreed': {'132733008': ('Israeli horse breed', [7480])}, + 'IsraeliRedCattleBreed': {'133583008': ('Israeli Red cattle breed', [7480])}, + 'IstobenCattleBreed': {'133238006': ('Istoben cattle breed', [7480])}, + 'IstrianCattleBreed': {'131481004': ('Istrian cattle breed', [7480])}, + 'IstrianPramenkaSheepBreed': {'131776007': ('Istrian Pramenka sheep breed', + [7480])}, + 'ItalianBrownCattleBreed': {'133441000': ('Italian Brown cattle breed', + [7480])}, + 'ItalianGreyhound': {'30347000': ('Italian greyhound', [7480])}, + 'ItalianHeavyDraftHorseBreed': {'131911001': ('Italian Heavy Draft horse ' + 'breed', + [7480])}, + 'ItalianLandracePig': {'71923001': ('Italian landrace pig (organism)', [])}, + 'ItalianLandracePigBreed': {'71923001': ('Italian landrace pig breed', + [7480])}, + 'ItalianRedPiedCattleBreed': {'133442007': ('Italian Red Pied cattle breed', + [7480])}, + 'Itching': {'418363000': ('Itching', [9300, 60])}, + 'ItchingOfSkin': {'418363000': ('Itching of skin (finding)', [])}, + 'JWire': {'129463006': ('J Wire', [6040, 6401, 7151, 7193])}, + 'JWireDevice': {'129463006': ('J wire, device (physical object)', [])}, + 'JabeHorseBreed': {'131912008': ('Jabe horse breed', [7480])}, + 'JackRusselTerrier': {'6103004': ('Jack Russel terrier', [7480])}, + 'JackRussellTerrierDogBreed': {'6103004': ('Jack Russell terrier dog breed ' + '(organism)', + [])}, + 'JacobSheepBreed': {'131777003': ('Jacob sheep breed', [7480])}, + 'JagdterrierDogBreed': {'132504005': ('Jagdterrier dog breed', [7480])}, + 'JamaicaBlackCattleBreed': {'133732006': ('Jamaica Black cattle breed ' + '(organism)', + [])}, + 'JamaicaBlackXZebuCattleBreed': {'133732006': ('Jamaica Black X zebu cattle ' + 'breed', + [7480])}, + 'JamaicaBrahmanCattleBreed': {'133665007': ('Jamaica Brahman cattle breed', + [7480])}, + 'JamaicaHopeCattleBreed': {'133733001': ('Jamaica Hope cattle breed ' + '(organism)', + [])}, + 'JamaicaHopeXZebuCattleBreed': {'133733001': ('Jamaica Hope X zebu cattle ' + 'breed', + [7480])}, + 'JamaicaRedCattleBreed': {'133734007': ('Jamaica Red cattle breed (organism)', + [])}, + 'JamaicaRedXZebuCattleBreed': {'133734007': ('Jamaica Red X zebu cattle breed', + [7480])}, + 'JanusGreenBStain': {'68263003': ('janus green B stain', [8112])}, + 'JapaneseBlackCattleBreed': {'133443002': ('Japanese Black cattle breed', + [7480])}, + 'JapaneseBobtailCat': {'26382003': ('Japanese bobtail cat', [7480])}, + 'JapaneseBrownCattleBreed': {'133444008': ('Japanese Brown cattle breed', + [7480])}, + 'JapaneseChinDog': {'53922000': ('Japanese chin dog', [7480])}, + 'JapanesePointerDogBreed': {'132530009': ('Japanese Pointer dog breed', + [7480])}, + 'JapanesePollCattleBreed': {'133445009': ('Japanese Poll cattle breed', + [7480])}, + 'JapaneseRetrieverDogBreed': {'132398003': ('Japanese Retriever dog breed', + [7480])}, + 'JapaneseShorthornCattleBreed': {'133452006': ('Japanese Shorthorn cattle ' + 'breed', + [7480])}, + 'JapaneseSpaniel': {'23159000': ('Japanese spaniel', [7480])}, + 'JapaneseSpitzDogBreed': {'132429002': ('Japanese Spitz dog breed', [7480])}, + 'JarmelistaCattleBreed': {'133453001': ('Jarmelista cattle breed', [7480])}, + 'JaulanCattleBreed': {'133239003': ('Jaulan cattle breed', [7480])}, + 'JavaHorseBreed': {'131913003': ('Java horse breed', [7480])}, + 'JavaneseCat': {'10701001': ('Javanese cat', [7480])}, + 'JavaneseOngoleCattleBreed': {'131482006': ('Javanese Ongole cattle breed', + [7480])}, + 'JavaneseZebuCattleBreed': {'131483001': ('Javanese Zebu cattle breed', + [7480])}, + 'JawRegion': {'661005': ('Jaw region', + [4030, + 4031, + 7304, + 4016, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'JawRegionStructure': {'661005': ('Jaw region structure (body structure)', + [])}, + 'JejunalStructure': {'21306003': ('Jejunal structure (body structure)', [])}, + 'JejunostomyTube': {'126065006': ('Jejunostomy tube', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'JejunostomyTubeDevice': {'126065006': ('Jejunostomy tube, device (physical ' + 'object)', + [])}, + 'Jejunum': {'21306003': ('Jejunum', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'JellicutCattleBreed': {'133666008': ('Jellicut cattle breed', [7480])}, + 'JemJemZebuCattleBreed': {'132771000': ('Jem-Jem Zebu cattle breed', [7480])}, + 'JennerGiemsaStain': {'255801008': ('Jenner-Giemsa stain', [8112])}, + 'JenubiCattleBreed': {'133674009': ('Jenubi cattle breed', [7480])}, + 'JerdiCattleBreed': {'133809000': ('Jerdi cattle breed (organism)', [])}, + 'JerdiXZebuCattleBreed': {'133809000': ('Jerdi X zebu cattle breed', [7480])}, + 'JerseyCattleBreed': {'51937006': ('Jersey cattle breed (organism)', [])}, + 'JerseyCowBreed': {'51937006': ('Jersey cow breed', [7480])}, + 'JersindCattleBreed': {'133810005': ('Jersind cattle breed (organism)', [])}, + 'JersindXZebuCattleBreed': {'133810005': ('Jersind X zebu cattle breed', + [7480])}, + 'Jewelry': {'80919006': ('Jewelry', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'JezerskosolcavskaSheepBreed': {'131778008': ('Jezerskosolcavska sheep breed', + [7480])}, + 'JianchangHorseBreed': {'132739007': ('Jianchang horse breed', [7480])}, + 'JianliPigBreed': {'132187007': ('Jianli pig breed', [7480])}, + 'JiaoxiPigBreed': {'132321000': ('Jiaoxi pig breed', [7480])}, + 'JiaxingBlackPigBreed': {'132318002': ('Jiaxing Black pig breed', [7480])}, + 'JidduCattleBreed': {'133675005': ('Jiddu cattle breed', [7480])}, + 'JielinHorseBreed': {'132740009': ('Jielin horse breed', [7480])}, + 'JijjigaZebuCattleBreed': {'133676006': ('Jijjiga Zebu cattle breed', [7480])}, + 'JindoDogBreed': {'132431006': ('Jindo dog breed', [7480])}, + 'JinhongHorseBreed': {'131916006': ('Jinhong horse breed', [7480])}, + 'JinhuaDongyangPigBreed': {'132293009': ('Jinhua, Dongyang pig breed', + [7480])}, + 'JinhuaPigBreed': {'132244004': ('Jinhua pig breed', [7480])}, + 'JinhuaYongkangPigBreed': {'132294003': ('Jinhua, Yongkang pig breed', + [7480])}, + 'JiningGrayGoatBreed': {'131665004': ('Jining Gray goat breed', [7480])}, + 'JinnanCattleBreed': {'131484007': ('Jinnan cattle breed', [7480])}, + 'JinzhouHorseBreed': {'131917002': ('Jinzhou horse breed', [7480])}, + 'Joint': {'39352004': ('Joint', [4040, 9514, 7192, 7151, 4])}, + 'JointStructure': {'39352004': ('Joint structure (body structure)', [])}, + 'JonicaGoatBreed': {'131697004': ('Jonica goat breed', [7480])}, + 'JotkoCattleBreed': {'133811009': ('Jotko cattle breed (organism)', [])}, + 'JotkoXZebuCattleBreed': {'133811009': ('Jotko X zebu cattle breed', [7480])}, + 'Judd': {'399201002': ('Judd', [4012])}, + 'JuddProjection': {'399201002': ('Judd projection (qualifier value)', [])}, + 'JudetProjection': {'260496000': ('Judet projection', [4012])}, + 'JugularLymphNode': {'58130000': ('jugular lymph node', [7600])}, + 'JutlandHorseBreed': {'133048004': ('Jutland horse breed', [7480])}, + 'JuvenileCarcinomaOfTheBreast': {'41919003': ('Juvenile carcinoma of the ' + 'breast (morphologic ' + 'abnormality)', + [])}, + 'JuvenileFibroadenoma': {'46212000': ('Juvenile fibroadenoma', [6031, 6030])}, + 'JuxtaintestinalLymphNode': {'279609001': ('juxtaintestinal lymph node', + [7600])}, + 'JuxtaposedAppendage': {'128563000': ('Juxtaposed appendage', [3608, 3630])}, + 'JuxtaposedAtrialAppendage': {'128563000': ('Juxtaposed atrial appendage', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'JämthundDogBreed': {'132430007': ('Jämthund dog breed', [7480])}, + 'KM1PigBreed': {'132117004': ('KM-1 pig breed', [7480])}, + 'KabardaHorseBreed': {'132758003': ('Kabarda horse breed', [7480])}, + 'KabotaCattleBreed': {'133677002': ('Kabota cattle breed', [7480])}, + 'KabyleCattleBreed': {'133454007': ('Kabyle cattle breed', [7480])}, + 'KachchaSiriCattleBreed': {'133678007': ('Kachcha Siri cattle breed', [7480])}, + 'KachhiSheepBreed': {'131779000': ('Kachhi sheep breed', [7480])}, + 'KaghaniGoatBreed': {'131662001': ('Kaghani goat breed', [7480])}, + 'KaiDogBreed': {'132399006': ('Kai Dog breed', [7480])}, + 'KaiKenDogBreed': {'132390005': ('Kai Ken dog breed', [7480])}, + 'KajliSheepBreed': {'131786008': ('Kajli sheep breed', [7480])}, + 'KakhetianPigBreed': {'132768008': ('Kakhetian pig breed', [7480])}, + 'KalakheriCattleBreed': {'133679004': ('Kalakheri cattle breed', [7480])}, + 'KalmykCattleBreed': {'131485008': ('Kalmyk cattle breed', [7480])}, + 'KalmykHorseBreed': {'132759006': ('Kalmyk horse breed', [7480])}, + 'KamanPigBreed': {'133177001': ('Kaman pig breed', [7480])}, + 'KamdhinoCattleBreed': {'133680001': ('Kamdhino cattle breed', [7480])}, + 'KameroenSheepBreed': {'132686002': ('Kameroen sheep breed', [7480])}, + 'KamoriGoatBreed': {'131668002': ('Kamori goat breed', [7480])}, + 'KandahariCattleBreed': {'133681002': ('Kandahari cattle breed', [7480])}, + 'Kandel': {'399152006': ('Kandel', [4012])}, + 'KandelProjection': {'399152006': ('Kandel projection (qualifier value)', [])}, + 'KanemCattleBreed': {'133812002': ('Kanem cattle breed (organism)', [])}, + 'KanemXZebuCattleBreed': {'133812002': ('Kanem X zebu cattle breed', [7480])}, + 'KangalDogBreed': {'132402007': ('Kangal Dog breed', [7480])}, + 'KangarooIslandPigBreed': {'133183003': ('Kangaroo Island pig breed', [7480])}, + 'KangayamCattleBreed': {'133610008': ('Kangayam cattle breed', [7480])}, + 'KaninganCattleBreed': {'133682009': ('Kaningan cattle breed', [7480])}, + 'KankrejCattleBreed': {'133611007': ('Kankrej cattle breed', [7480])}, + 'KaokoveldCattleBreed': {'131486009': ('Kaokoveld cattle breed', [7480])}, + 'KappiliyanCattleBreed': {'133689000': ('Kappiliyan cattle breed', [7480])}, + 'KapsikiCattleBreed': {'133455008': ('Kapsiki cattle breed', [7480])}, + 'KarabairHorseBreed': {'133049007': ('Karabair horse breed', [7480])}, + 'KarabakhHorseBreed': {'133050007': ('Karabakh horse breed', [7480])}, + 'KarachaiHorseBreed': {'131920005': ('Karachai horse breed', [7480])}, + 'KarakacanHorseBreed': {'131921009': ('Karakacan horse breed', [7480])}, + 'KarakulSheep': {'64591001': ('Karakul sheep (organism)', [])}, + 'KarakulSheepBreed': {'64591001': ('Karakul sheep breed', [7480])}, + 'KaramajongCattleBreed': {'133690009': ('Karamajong cattle breed', [7480])}, + 'KaranFriesCattleBreed': {'133735008': ('Karan Fries cattle breed (organism)', + [])}, + 'KaranFriesXZebuCattleBreed': {'133735008': ('Karan Fries X zebu cattle breed', + [7480])}, + 'KaranSwissCattleBreed': {'133736009': ('Karan Swiss cattle breed (organism)', + [])}, + 'KaranSwissXZebuCattleBreed': {'133736009': ('Karan Swiss X zebu cattle breed', + [7480])}, + 'KarelianBearDog': {'84660008': ('Karelian bear dog', [7480])}, + 'KareloFinnishLaikaDogBreed': {'132432004': ('Karelo-Finnish Laika dog breed', + [7480])}, + 'Kasabach': {'399280003': ('Kasabach', [4012])}, + 'KasabachProjection': {'399280003': ('Kasabach projection (qualifier value)', + [])}, + 'KatahdinSheepBreed': {'131743008': ('Katahdin sheep breed', [7480])}, + 'KateriniCattleBreed': {'133456009': ('Katerini cattle breed', [7480])}, + 'KathiawariHorseBreed': {'131922002': ('Kathiawari horse breed', [7480])}, + 'KazakhCattleBreed': {'133240001': ('Kazakh cattle breed', [7480])}, + 'KazakhHorseBreed': {'133051006': ('Kazakh horse breed', [7480])}, + 'KazakhWhiteheadCattleBreed': {'131487000': ('Kazakh Whitehead cattle breed', + [7480])}, + 'KeErQinHorseBreed': {'131923007': ('Ke-Er-Qin horse breed', [7480])}, + 'KedahKelantanCattleBreed': {'131488005': ('Kedah-Kelantan cattle breed', + [7480])}, + 'Keeshond': {'81607005': ('Keeshond', [7480])}, + 'KelePigBreed': {'132238003': ('Kele pig breed', [7480])}, + 'KemerovoPigBreed': {'132116008': ('Kemerovo pig breed', [7480])}, + 'KempHarper': {'399227002': ('Kemp Harper', [4012])}, + 'KempHarperProjection': {'399227002': ('Kemp Harper projection (qualifier ' + 'value)', + [])}, + 'KenacidBlueRStain': {'29342009': ('kenacid blue R stain', [8112])}, + 'KenanaCattleBreed': {'133691008': ('Kenana cattle breed', [7480])}, + 'KenkathaCattleBreed': {'133612000': ('Kenkatha cattle breed', [7480])}, + 'KenranCattleBreed': {'133457000': ('Kenran cattle breed', [7480])}, + 'KentuckyRedBerkshirePig': {'33551003': ('Kentucky red berkshire pig ' + '(organism)', + [])}, + 'KentuckyRedBerkshirePigBreed': {'33551003': ('Kentucky red berkshire pig ' + 'breed', + [7480])}, + 'KenyaBoranCattleBreed': {'133692001': ('Kenya Boran cattle breed', [7480])}, + 'KenyaZebuCattleBreed': {'133693006': ('Kenya Zebu cattle breed', [7480])}, + 'Keratoscope': {'397522002': ('Keratoscope', [4202])}, + 'KerryBlueTerrier': {'32591006': ('Kerry blue terrier', [7480])}, + 'KerryCattleBreed': {'133241002': ('Kerry cattle breed', [7480])}, + 'KerryHillSheep': {'11967001': ('Kerry Hill sheep (organism)', [])}, + 'KerryHillSheepBreed': {'11967001': ('Kerry Hill sheep breed', [7480])}, + 'Ketamine': {'373464007': ('Ketamine', [625, 623])}, + 'KetekuCattleBreed': {'133813007': ('Keteku cattle breed (organism)', [])}, + 'KetekuXZebuCattleBreed': {'133813007': ('Keteku X zebu cattle breed', + [7480])}, + 'KhamalaCattleBreed': {'133694000': ('Khamala cattle breed', [7480])}, + 'KharkovPigBreed': {'132074004': ('Kharkov pig breed', [7480])}, + 'KherigarhCattleBreed': {'133613005': ('Kherigarh cattle breed', [7480])}, + 'KhevsurianCattleBreed': {'133458005': ('Khevsurian cattle breed', [7480])}, + 'KhillariCattleBreed': {'133614004': ('Khillari cattle breed', [7480])}, + 'KholmogoryCattleBreed': {'133242009': ('Kholmogory cattle breed', [7480])}, + 'KhorsanCattleBreed': {'133687003': ('Khorsan cattle breed', [7480])}, + 'KhurasaniZebuCattleBreed': {'133695004': ('Khurasani zebu cattle breed', + [7480])}, + 'Kidney': {'64033007': ('Kidney', + [1005, + 4030, + 12020, + 4040, + 7154, + 10060, + 1001, + 6204, + 1000, + 9514, + 645, + 7192, + 7151, + 6202, + 10044])}, + 'KidneyStructure': {'64033007': ('Kidney structure (body structure)', [])}, + 'KigerMustangHorseBreed': {'133062006': ('Kiger Mustang horse breed', [7480])}, + 'KigeziCattleBreed': {'131489002': ('Kigezi cattle breed', [7480])}, + 'KikoGoatBreed': {'131670006': ('Kiko goat breed', [7480])}, + 'KilaraCattleBreed': {'133696003': ('Kilara cattle breed', [7480])}, + 'KilisCattleBreed': {'133459002': ('Kilis cattle breed', [7480])}, + 'KinderGoatBreed': {'131671005': ('Kinder goat breed', [7480])}, + 'KingShepherdDogBreed': {'132433009': ('King Shepherd dog breed', [7480])}, + 'KinniyaCattleBreed': {'133697007': ('Kinniya cattle breed', [7480])}, + 'KirdiPonyHorseBreed': {'133053009': ('Kirdi Pony horse breed', [7480])}, + 'KirgizHorseBreed': {'131924001': ('Kirgiz horse breed', [7480])}, + 'KirhizDogBreed': {'132435002': ('Kirhiz dog breed', [7480])}, + 'KisantuCattleBreed': {'131490006': ('Kisantu cattle breed', [7480])}, + 'KisberFelverHorseBreed': {'133043008': ('Kisber Felver horse breed', [7480])}, + 'KishuDogBreed': {'132434003': ('Kishu dog breed', [7480])}, + 'KisoHorseBreed': {'133054003': ('Kiso horse breed', [7480])}, + 'Kite': {'425030002': ('Kite', [4012])}, + 'KiteProjection': {'425030002': ('Kite projection (qualifier value)', [])}, + 'KladrubyHorseBreed': {'133055002': ('Kladruby horse breed', [7480])}, + 'KleenLeenBlackPig': {'36111002': ('Kleen leen black pig (organism)', [])}, + 'KleenLeenBlackPigBreed': {'36111002': ('Kleen leen black pig breed', [7480])}, + 'KleenLeenPig': {'69602006': ('Kleen leen pig (organism)', [])}, + 'KleenLeenPigBreed': {'69602006': ('Kleen leen pig breed', [7480])}, + 'KleenLeenRedPig': {'84232003': ('Kleen leen red pig (organism)', [])}, + 'KleenLeenRedPigBreed': {'84232003': ('Kleen leen red pig breed', [7480])}, + 'KleenLeenWhitePig': {'57613003': ('Kleen leen white pig (organism)', [])}, + 'KleenLeenWhitePigBreed': {'57613003': ('Kleen leen white pig breed', [7480])}, + 'KnabstrupHorseBreed': {'133056001': ('Knabstrup horse breed', [7480])}, + 'Knee': {'72696002': ('Knee', + [4030, + 4031, + 7304, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'KneeChest': {'23242002': ('knee-chest', [20])}, + 'KneeChestPosition': {'23242002': ('Knee-chest position (finding)', [])}, + 'KneeJoint': {'49076000': ('Knee joint', [1001, 1000, 1006])}, + 'KneeJointStructure': {'49076000': ('Knee joint structure (body structure)', + [])}, + 'KneeRegionStructure': {'72696002': ('Knee region structure (body structure)', + [])}, + 'Kneeling': {'55864004': ('kneeling', [20])}, + 'KnownAbsent': {'410516002': ('Known absent', [3770])}, + 'KochiCattleBreed': {'133460007': ('Kochi cattle breed', [7480])}, + 'KolbroekPigBreed': {'133189004': ('Kolbroek pig breed', [7480])}, + 'KolubaraCattleBreed': {'131491005': ('Kolubara cattle breed', [7480])}, + 'KomondorDog': {'46239008': ('Komondor dog', [7480])}, + 'KonariCattleBreed': {'133698002': ('Konari cattle breed', [7480])}, + 'KoninkTarpanHorseXDomesticHorseBreed': {'132991003': ('Konink tarpan horse X ' + 'domestic horse breed', + [7480])}, + 'KooikerhondjeDogBreed': {'132495004': ('Kooikerhondje dog breed (organism)', + [])}, + 'KookaSheepBreed': {'131724008': ('Kooka sheep breed', [7480])}, + 'KoratCat': {'27125003': ('Korat cat', [7480])}, + 'KoreanBlackCattleBreed': {'133352005': ('Korean Black cattle breed', [7480])}, + 'KoreanImprovedPigBreed': {'132141001': ('Korean Improved pig breed', [7480])}, + 'KoreanNativeCattleBreed': {'133461006': ('Korean Native cattle breed', + [7480])}, + 'KoreanNativePigBreed': {'132140000': ('Korean Native pig breed', [7480])}, + 'KoronadalPigBreed': {'133179003': ('Koronadal pig breed', [7480])}, + 'KostromaCattleBreed': {'133468000': ('Kostroma cattle breed', [7480])}, + 'Kovacs': {'399318001': ('Kovacs', [4012])}, + 'KovacsProjection': {'399318001': ('Kovacs projection (qualifier value)', [])}, + 'KraskyOvcarDogBreed': {'132624002': ('Krasky Ovcar dog breed', [7480])}, + 'KravarskyCattleBreed': {'133469008': ('Kravarsky cattle breed', [7480])}, + 'KrishnaValleyCattleBreed': {'133615003': ('Krishna Valley cattle breed', + [7480])}, + 'KrishnagariCattleBreed': {'133705001': ('Krishnagari cattle breed', [7480])}, + 'KrolevetsPigBreed': {'133228001': ('Krolevets pig breed', [7480])}, + 'KromfohrländerDogBreed': {'132625001': ('Kromfohrländer dog breed', [7480])}, + 'KrskopoljePigBreed': {'132239006': ('Krskopolje pig breed', [7480])}, + 'Krypton81m': {'61716009': ('Krypton^81m', [25])}, + 'Kuchendorf': {'399080006': ('Kuchendorf', [4012])}, + 'KuchendorfProjection': {'399080006': ('Kuchendorf projection (qualifier ' + 'value)', + [])}, + 'KuchinoshimaCattleBreed': {'133470009': ('Kuchinoshima cattle breed', + [7480])}, + 'KuiMlkDogBreed': {'132391009': ('Kui Mlk dog breed', [7480])}, + 'KulaPigBreed': {'132367000': ('Kula pig breed', [7480])}, + 'KumamotoCattleBreed': {'133473006': ('Kumamoto cattle breed', [7480])}, + 'KumauniCattleBreed': {'133706000': ('Kumauni cattle breed', [7480])}, + 'KunekunePigBreed': {'132240008': ('Kunekune pig breed', [7480])}, + 'KurdiCattleBreed': {'133252008': ('Kurdi cattle breed', [7480])}, + 'KurganCattleBreed': {'131492003': ('Kurgan cattle breed', [7480])}, + 'KuriCattleBreed': {'131434000': ('Kuri cattle breed', [7480])}, + 'Kurzbauer': {'399332004': ('Kurzbauer', [4012])}, + 'KurzbauerProjection': {'399332004': ('Kurzbauer projection (qualifier value)', + [])}, + 'KushumHorseBreed': {'133057005': ('Kushum horse breed', [7480])}, + 'KustanaiHorseBreed': {'133058000': ('Kustanai horse breed', [7480])}, + 'KuvaszDog': {'84548001': ('Kuvasz dog', [7480])}, + 'KuznetHorseBreed': {'131925000': ('Kuznet horse breed', [7480])}, + 'KwaiPigBreed': {'133170004': ('Kwai pig breed', [7480])}, + 'KyiApsoDogBreed': {'132631003': ('Kyi Apso dog breed', [7480])}, + 'KyiLeoDogBreed': {'132612009': ('Kyi-Leo dog breed', [7480])}, + 'KyogaCattleBreed': {'131493008': ('Kyoga cattle breed', [7480])}, + 'LASEK': {'414582004': ('LASEK', [4234])}, + 'LASIK': {'312965008': ('LASIK', [4234])}, + 'LVPeakDiastolicTissueVelocityDuringAtrialSystole': {'399007006': ('LV Peak ' + 'Diastolic ' + 'Tissue ' + 'Velocity ' + 'During ' + 'Atrial ' + 'Systole', + [12200, + 12203])}, + 'LaManchaGoat': {'55530007': ('La Mancha goat (organism)', [])}, + 'LaManchaGoatBreed': {'55530007': ('La Mancha goat breed', [7480])}, + 'LaVelasquezCattleBreed': {'133477007': ('La Velasquez cattle breed', [7480])}, + 'LaboratoryBiosafetyLevel': {'409599009': ('Laboratory biosafety level ' + '(observable entity)', + [])}, + 'LabradorRetriever': {'62137007': ('Labrador retriever (organism)', [])}, + 'LabradorRetrieverDogBreed': {'62137007': ('Labrador retriever dog breed', + [7480])}, + 'LacmoidStain': {'35724001': ('lacmoid stain', [8112])}, + 'LacombePig': {'30448006': ('Lacombe pig (organism)', [])}, + 'LacombePigBreed': {'30448006': ('Lacombe pig breed', [7480])}, + 'LaconiePigBreed': {'132093002': ('Laconie pig breed', [7480])}, + 'LacrimalArtery': {'59749000': ('lacrimal artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'LacrimalArteryOfRightEye': {'128979005': ('Lacrimal artery of right eye', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'LacrimalArteryRight': {'128979005': ('Lacrimal artery, right (body ' + 'structure)', + [])}, + 'LacrimalBone': {'6229007': ('Lacrimal bone', [9514, 7192, 4028, 7151])}, + 'LacrimalBoneStructure': {'6229007': ('Lacrimal bone structure (body ' + 'structure)', + [])}, + 'LacrimalCaruncle': {'43045000': ('Lacrimal caruncle', [4209])}, + 'LacrimalCaruncleStructure': {'43045000': ('Lacrimal caruncle structure (body ' + 'structure)', + [])}, + 'LacrimalGland': {'13561001': ('Lacrimal gland', [4209])}, + 'LacrimalGlandStructure': {'13561001': ('Lacrimal gland structure (body ' + 'structure)', + [])}, + 'LacrimalSac': {'3954005': ('Lacrimal sac', [4209])}, + 'LacrimalSacStructure': {'3954005': ('Lacrimal sac structure (body structure)', + [])}, + 'Lactate': {'83036002': ('Lactate', [7186, 7180, 218, 4032, 4033, 7469])}, + 'LactatedRingerS': {'347379006': ("Lactated Ringer's", [70, 3850])}, + 'LactatedRingerSolution': {'347379006': ("Lactated Ringer's solution " + '(product)', + [])}, + 'LactatingAdenoma': {'128651002': ('Lactating adenoma', [6031, 6030])}, + 'Lactocele': {'42385006': ('Lactocele (disorder)', [])}, + 'LacunarLymphNode': {'360993001': ('lacunar lymph node', [7600])}, + 'LadakhiCattleBreed': {'133707009': ('Ladakhi cattle breed', [7480])}, + 'LaguneCattleBreed': {'133474000': ('Lagune cattle breed', [7480])}, + 'LakelandTerrier': {'78214003': ('Lakeland terrier', [7480])}, + 'LakenvelderCattleBreed': {'133475004': ('Lakenvelder cattle breed', [7480])}, + 'LaminaOfVertebra': {'89340005': ('Lamina of vertebra', [6115])}, + 'Laminar': {'88446008': ('Laminar (qualifier value)', [])}, + 'Laminated': {'88446008': ('Laminated', [6132])}, + 'LanYuPigBreed': {'132306006': ('Lan-Yu pig breed', [7480])}, + 'LandaisHorseBreed': {'131926004': ('Landais horse breed', [7480])}, + 'LandracePig': {'80131009': ('Landrace pig (organism)', [])}, + 'LandracePigBreed': {'80131009': ('Landrace pig breed', [7480])}, + 'LangHongPigBreed': {'132344002': ('Lang Hong pig breed', [7480])}, + 'LangheSheepBreed': {'131756001': ('Langhe sheep breed', [7480])}, + 'LantangPigBreed': {'132287001': ('Lantang pig breed', [7480])}, + 'LaoshanPigBreed': {'132333005': ('Laoshan pig breed', [7480])}, + 'LapermLonghairCatBreed': {'132668000': ('LaPerm Longhair cat breed', [7480])}, + 'LapermShorthairCatBreed': {'132667005': ('LaPerm Shorthair cat breed', + [7480])}, + 'LaquerrierePierquin': {'399156009': ('Laquerriere-Pierquin', [4012])}, + 'LaquerrierePierquinProjection': {'399156009': ('Laquerriere-Pierquin ' + 'projection (qualifier value)', + [])}, + 'Large': {'255509001': ('Large', [6118, 252])}, + 'LargeBlackPig': {'21021000': ('Large black pig (organism)', [])}, + 'LargeBlackPigBreed': {'21021000': ('Large black pig breed', [7480])}, + 'LargeBlackWhitePigBreed': {'132241007': ('Large Black-White pig breed', + [7480])}, + 'LargeCellCarcinoma': {'22687000': ('Large cell carcinoma', [639, 638])}, + 'LargeIntestinalStructure': {'14742008': ('Large intestinal structure (body ' + 'structure)', + [])}, + 'LargeIntestine': {'14742008': ('Large intestine', + [4030, + 4031, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'LargePolishLongEaredPigBreed': {'133230004': ('Large Polish Long-Eared pig ' + 'breed', + [7480])}, + 'LargeRodLikeCalcification': {'129752009': ('Large rod-like calcification', + [6011, 6010])}, + 'LargeRodLikeRadiographicCalcification': {'129752009': ('Large rod-like ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'LargeSpanishHoundDogBreed': {'132613004': ('Large Spanish Hound dog breed', + [7480])}, + 'LargeVWave': {'414576002': ('Large v-wave (finding)', [])}, + 'LargeWhitePig': {'77236002': ('Large white pig (organism)', [])}, + 'LargeWhitePigBreed': {'77236002': ('Large white pig breed', [7480])}, + 'LaryngealEdema': {'51599000': ('Laryngeal edema', [9300, 60])}, + 'LaryngealMaskAirwayInsertion': {'424979004': ('Laryngeal mask airway ' + 'insertion (procedure)', + [])}, + 'LaryngealMaskAirwayLMA': {'424979004': ('Laryngeal Mask Airway (LMA)', + [617, 618])}, + 'LaryngealStructure': {'4596009': ('Laryngeal structure (body structure)', + [])}, + 'LaryngealVoiceFunction': {'43914001': ('Laryngeal voice function (observable ' + 'entity)', + [])}, + 'Larynx': {'4596009': ('Larynx', + [4030, + 4031, + 7601, + 4040, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'Laser': {'122456005': ('Laser', [8125]), + '38586004': ('Laser', [4051, 3429, 3411, 7151, 8, 7193])}, + 'LaserAssistedInSituKeratomileusis': {'312965008': ('Laser assisted in situ ' + 'keratomileusis ' + '(procedure)', + [])}, + 'LaserAssistedSubepithelialKeratomileusis': {'414582004': ('Laser assisted ' + 'subepithelial ' + 'keratomileusis ' + '(procedure)', + [])}, + 'LaserDevice': {'122456005': ('Laser device (physical object)', [])}, + 'LaserGeneratedElectromagneticRadiation': {'38586004': ('Laser-generated ' + 'electromagnetic ' + 'radiation (physical ' + 'force)', + [])}, + 'LaserMicrodissection': {'433454009': ('Laser microdissection', [8110])}, + 'Lateral': {'399067008': ('lateral', [4010, 501]), + '49370004': ('Lateral', + [3019, + 211, + 2, + 12117, + 6065, + 501, + 212, + 5, + 4005, + 12281, + 26])}, + 'Lateral45DegDorsal50DegProximalMediopalmarodistalOblique': {'442582006': ('Lateral ' + '45 ' + 'deg ' + 'dorsal ' + '50 ' + 'deg ' + 'proximal-mediopalmarodistal ' + 'oblique', + [7484])}, + 'Lateral45DegDorsal50DegProximalMedioplantarodistalObliq': {'442661006': ('Lateral ' + '45 ' + 'deg ' + 'dorsal ' + '50 ' + 'deg ' + 'proximal-medioplantarodistal ' + 'obliq', + [7484])}, + 'Lateral45DegreeDorsal50DegreeProximalMediopalmarodistalObliqueProjection': {'442582006': ('Lateral ' + '45 ' + 'degree ' + 'dorsal ' + '50 ' + 'degree ' + 'proximal-mediopalmarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Lateral45DegreeDorsal50DegreeProximalMedioplantarodistalObliqueProjection': {'442661006': ('Lateral ' + '45 ' + 'degree ' + 'dorsal ' + '50 ' + 'degree ' + 'proximal-medioplantarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'LateralAxillaryLymphNode': {'33770006': ('lateral axillary lymph node', + [7600])}, + 'LateralCalfPerforator': {'714754004': ('Lateral calf perforator', + [12103, + 9514, + 7192, + 7151, + 3827, + 12110])}, + 'LateralCanthus': {'61242005': ('Lateral Canthus', [1002, 1001, 1000])}, + 'LateralCanthusStructure': {'61242005': ('Lateral canthus structure (body ' + 'structure)', + [])}, + 'LateralCavalFontanProcedure': {'427886002': ('Lateral-Caval Fontan procedure', + [12247])}, + 'LateralCervicalLymphNode': {'68915008': ('lateral cervical lymph node', + [7600])}, + 'LateralCommonIliacLymphNode': {'41145006': ('lateral common iliac lymph node', + [7600])}, + 'LateralCorticospinalTract': {'461002': ('Lateral corticospinal tract', + [7153, 9514, 7192, 7151])}, + 'LateralDecubitus': {'32185000': ('lateral decubitus', [20])}, + 'LateralDecubitusPosition': {'32185000': ('Lateral decubitus position ' + '(finding)', + [])}, + 'LateralExternalIliacLymphNode': {'40242007': ('lateral external iliac lymph ' + 'node', + [7600])}, + 'LateralFuniculus': {'14892003': ('lateral funiculus', [7710, 7707])}, + 'LateralFuniculusStructure': {'14892003': ('Lateral funiculus structure (body ' + 'structure)', + [])}, + 'LateralHighRightAtrium': {'128592001': ('Lateral high right atrium', [3011])}, + 'LateralIncisorRegion': {'699511000': ('Lateral incisor region', [4017])}, + 'LateralIncisorRegionOfOralCavity': {'699511000': ('Lateral incisor region of ' + 'oral cavity (body ' + 'structure)', + [])}, + 'LateralJugularLymphNode': {'168159002': ('lateral jugular lymph node', + [7600])}, + 'LateralLemniscus': {'86136007': ('lateral lemniscus', [7710, 7701])}, + 'LateralLemniscusStructure': {'86136007': ('Lateral lemniscus structure (body ' + 'structure)', + [])}, + 'LateralMedial': {'399300004': ('Lateral-medial', [501, 26]), + '399352003': ('lateral-medial', [4010, 7302, 501])}, + 'LateralMedialEmissiveProjection': {'399300004': ('Lateral-medial emissive ' + 'projection (qualifier ' + 'value)', + [])}, + 'LateralMedialProjection': {'399352003': ('Lateral-medial projection ' + '(qualifier value)', + [])}, + 'LateralMitralAnnulus': {'399086000': ('Lateral Mitral Annulus', + [12236, 12305, 12235])}, + 'LateralMitralAnnulusStructure': {'399086000': ('Lateral mitral annulus ' + 'structure (body structure)', + [])}, + 'LateralOblique': {'260427002': ('lateral oblique', [4010, 501])}, + 'LateralPericardialLymphNode': {'196587000': ('lateral pericardial lymph node', + [7600])}, + 'LateralPlantarArtery': {'44830000': ('lateral plantar artery', + [3604, 3606, 3630])}, + 'LateralProjection': {'399067008': ('Lateral projection (qualifier value)', + [])}, + 'LateralRetropharyngealLymphNode': {'167464007': ('lateral retropharyngeal ' + 'lymph node', + [7600])}, + 'LateralRollingOfBreast': {'399197002': ('Lateral rolling of breast ' + '(procedure)', + [])}, + 'LateralVentricle': {'66720007': ('Lateral ventricle', + [7153, 7140, 9514, 7192, 7151, 12022])}, + 'LateralVentricleStructure': {'66720007': ('Lateral ventricle structure (body ' + 'structure)', + [])}, + 'LateralVesicularLymphNode': {'278672000': ('lateral vesicular lymph node', + [7600])}, + 'Laterality': {'272741003': ('Laterality', [210])}, + 'LateroMedial': {'399352003': ('latero-medial', [4014])}, + 'LateroMedialOblique': {'399099002': ('latero-medial oblique', + [4010, 4014, 501]), + '399159002': ('Latero-medial oblique', [501, 26])}, + 'LateroMedialObliqueEmissiveProjection': {'399159002': ('Latero-medial ' + 'oblique emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'LateroMedialObliqueProjection': {'399099002': ('Latero-medial oblique ' + 'projection (qualifier value)', + [])}, + 'LaterodorsoproximalMediopalmarodistalOblique': {'442630002': ('Laterodorsoproximal-mediopalmarodistal ' + 'oblique', + [7484])}, + 'LaterodorsoproximalMediopalmarodistalObliqueProjection': {'442630002': ('Laterodorsoproximal-mediopalmarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'LaterodorsoproximalMedioplantarodistalOblique': {'442631003': ('Laterodorsoproximal-medioplantarodistal ' + 'oblique', + [7484])}, + 'LaterodorsoproximalMedioplantarodistalObliqueProjection': {'442631003': ('Laterodorsoproximal-medioplantarodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Lateromedial': {'399352003': ('Lateromedial', [7484])}, + 'LatiSheepBreed': {'131754003': ('Lati sheep breed', [7480])}, + 'LatissimusDorsiMuscle': {'15665001': ('Latissimus dorsi muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'LatukaCattleBreed': {'133708004': ('Latuka cattle breed', [7480])}, + 'LatvianBlueRoanCattleBreed': {'133476003': ('Latvian Blue Roan cattle breed', + [7480])}, + 'LatvianBrownCattleBreed': {'133243004': ('Latvian Brown cattle breed', + [7480])}, + 'LatvianHorseBreed': {'133059008': ('Latvian horse breed', [7480])}, + 'LatvianWhitePigBreed': {'132275008': ('Latvian White pig breed', [7480])}, + 'Lauenstein': {'399169008': ('Lauenstein', [4012])}, + 'LauensteinProjection': {'399169008': ('Lauenstein projection (qualifier ' + 'value)', + [])}, + 'LaviniaCattleBreed': {'133814001': ('Lavinia cattle breed (organism)', [])}, + 'LaviniaXZebuCattleBreed': {'133814001': ('Lavinia X zebu cattle breed', + [7480])}, + 'Law': {'399206007': ('Law', [4012])}, + 'LawProjection': {'399206007': ('Law projection (qualifier value)', [])}, + 'Lawrence': {'399179005': ('Lawrence', [4012])}, + 'LawrenceProjection': {'399179005': ('Lawrence projection (qualifier value)', + [])}, + 'LeadANDORLeadCompound': {'105842002': ('Lead AND/OR lead compound ' + '(substance)', + [])}, + 'LeadOrLeadCompound': {'105842002': ('Lead or Lead compound', [10006, 10067])}, + 'LeakageOfConduitFromRightAtriumToPulmonaryArtery': {'443461006': ('Leakage ' + 'of ' + 'conduit ' + 'from ' + 'right ' + 'atrium to ' + 'pulmonary ' + 'artery ' + '(disorder)', + [])}, + 'LebaneseCattleBreed': {'133484004': ('Lebanese cattle breed', [7480])}, + 'LebedinCattleBreed': {'133485003': ('Lebedin cattle breed', [7480])}, + 'LeeSungPigBreed': {'132305005': ('Lee-Sung pig breed', [7480])}, + 'Left': {'7771000': ('Left', [247, 3019, 211, 2, 12117, 245, 5, 244])}, + 'Left20DegreeDorsalRightVentralOblique': {'442748002': ('Left 20 degree ' + 'dorsal-right ventral ' + 'oblique', + [7484])}, + 'Left20DegreeDorsalRightVentralObliqueProjection': {'442748002': ('Left 20 ' + 'degree ' + 'dorsal-right ' + 'ventral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Left20DegreeRostralRightCaudalOblique': {'442632005': ('Left 20 degree ' + 'rostral-right caudal ' + 'oblique', + [7484])}, + 'Left20DegreeRostralRightCaudalObliqueProjection': {'442632005': ('Left 20 ' + 'degree ' + 'rostral-right ' + 'caudal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Left20DegreeVentralRightDorsalOblique': {'442636008': ('Left 20 degree ' + 'ventral-right dorsal ' + 'oblique', + [7484])}, + 'Left20DegreeVentralRightDorsalObliqueProjection': {'442636008': ('Left 20 ' + 'degree ' + 'ventral-right ' + 'dorsal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Left30DegreeCaudalRightRostralOblique': {'442596000': ('Left 30 degree ' + 'caudal-right rostral ' + 'oblique', + [7484])}, + 'Left30DegreeCaudalRightRostralObliqueProjection': {'442596000': ('Left 30 ' + 'degree ' + 'caudal-right ' + 'rostral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Left45DegreeDorsalRightVentralOblique': {'442598004': ('Left 45 degree ' + 'dorsal-right ventral ' + 'oblique', + [7484])}, + 'Left45DegreeDorsalRightVentralObliqueProjection': {'442598004': ('Left 45 ' + 'degree ' + 'dorsal-right ' + 'ventral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Left45DegreeVentralRightDorsalOblique': {'442599007': ('Left 45 degree ' + 'ventral-right dorsal ' + 'oblique', + [7484])}, + 'Left45DegreeVentralRightDorsalObliqueProjection': {'442599007': ('Left 45 ' + 'degree ' + 'ventral-right ' + 'dorsal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'LeftAnteriorApicalPeripheralZoneOfProstate': {'716937001': ('Left anterior ' + 'apical ' + 'peripheral zone ' + 'of prostate', + [6303, + 6300, + 6301])}, + 'LeftAnteriorApicalTransitionZoneOfProstate': {'716931000': ('Left anterior ' + 'apical ' + 'transition zone ' + 'of prostate', + [6300, 6301])}, + 'LeftAnteriorBasalPeripheralZoneOfProstate': {'716905002': ('Left anterior ' + 'basal peripheral ' + 'zone of prostate', + [6303, + 6300, + 6301])}, + 'LeftAnteriorBasalTransitionZoneOfProstate': {'716897000': ('Left anterior ' + 'basal transition ' + 'zone of prostate', + [6300, 6301])}, + 'LeftAnteriorDescendingCoronaryArtery': {'59438005': ('Left Anterior ' + 'Descending Coronary ' + 'Artery', + [3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 3016, + 7151, + 3827])}, + 'LeftAnteriorDivisionOfLeftBranchAtrioventricularBundle': {'84654008': ('Left ' + 'anterior ' + 'division ' + 'of ' + 'left ' + 'branch ' + 'atrioventricular ' + 'bundle', + [3011])}, + 'LeftAnteriorFascicularBlock': {'37760005': ('Left anterior fascicular block', + [3230])}, + 'LeftAnteriorMiddlePeripheralZoneOfProstate': {'716920008': ('Left anterior ' + 'middle ' + 'peripheral zone ' + 'of prostate', + [6303, + 6300, + 6301])}, + 'LeftAnteriorMiddleTransitionZoneOfProstate': {'716914007': ('Left anterior ' + 'middle ' + 'transition zone ' + 'of prostate', + [6300, 6301])}, + 'LeftAnteriorOblique': {'399074003': ('Left anterior oblique', [501, 26]), + '399135007': ('left anterior oblique', + [4010, 501, 3466])}, + 'LeftAnteriorObliqueEmissiveProjection': {'399074003': ('Left anterior ' + 'oblique emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'LeftAnteriorObliqueProjection': {'399135007': ('Left anterior oblique ' + 'projection (qualifier value)', + [])}, + 'LeftApicalAnteriorFibromuscularStromaOfProstate': {'716927006': ('Left ' + 'apical ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6300, + 6301])}, + 'LeftApicalPeripheralZoneOfProstate': {'716935009': ('Left apical peripheral ' + 'zone of prostate', + [6302, 6300])}, + 'LeftApicalTransitionZoneOfProstate': {'716929009': ('Left apical transition ' + 'zone of prostate', + [6302, 6303, 6300])}, + 'LeftAtrialStructure': {'82471001': ('Left atrial structure (body structure)', + [])}, + 'LeftAtrium': {'82471001': ('Left atrium', + [3608, + 12305, + 3462, + 12284, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'LeftAtriumPressureWaveform': {'128441007': ('Left atrium pressure waveform', + [3003])}, + 'LeftAtriumPressureWaveformFunction': {'128441007': ('Left atrium pressure ' + 'waveform, function ' + '(observable entity)', + [])}, + 'LeftAtriumSystolicVolume': {'399235004': ('Left Atrium Systolic Volume', + [12205])}, + 'LeftAuricularAppendage': {'33626005': ('Left Auricular Appendage', + [12284, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4])}, + 'LeftBasalAnteriorFibromuscularStromaOfProstate': {'716893001': ('Left basal ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6300, + 6301])}, + 'LeftBasalPartTransitionZoneOfProstate': {'716895008': ('Left basal part ' + 'transition zone of ' + 'prostate', + [6302, 6303, 6300])}, + 'LeftBasalPeripheralZoneOfProstate': {'716903009': ('Left basal peripheral ' + 'zone of prostate', + [6302, 6300])}, + 'LeftBranchOfAtrioventricularBundle': {'74031005': ('Left branch of ' + 'atrioventricular bundle', + [3011])}, + 'LeftBranchOfHepaticArtery': {'21807003': ('Left Branch of Hepatic Artery', + [12112, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'LeftBreast': {'80248007': ('Left breast', [6023, 6022])}, + 'LeftBreastStructure': {'80248007': ('Left breast structure (body structure)', + [])}, + 'LeftBundleBranchBlock': {'63467002': ('Left bundle branch block', + [3205, 12246, 3230, 3201])}, + 'LeftBundleBranchStructure': {'74031005': ('Left bundle branch structure ' + '(body structure)', + [])}, + 'LeftCaudalRightRostralOblique': {'442638009': ('Left caudal-right rostral ' + 'oblique', + [7484])}, + 'LeftCaudalRightRostralObliqueProjection': {'442638009': ('Left caudal-right ' + 'rostral oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'LeftCommonCarotidArtery': {'113263003': ('Left Common Carotid Artery', + [12291])}, + 'LeftCommonCarotidArteryStructure': {'113263003': ('Left common carotid ' + 'artery structure (body ' + 'structure)', + [])}, + 'LeftCoronaryArteryMainStem': {'3227004': ('Left coronary artery main stem ' + '(body structure)', + [])}, + 'LeftCoronaryDominance': {'253729004': ('Left Coronary Dominance', [3710])}, + 'LeftDominantCoronarySystem': {'253729004': ('Left dominant coronary system ' + '(disorder)', + [])}, + 'LeftDorsalRightVentralOblique': {'442644008': ('Left dorsal-right ventral ' + 'oblique', + [7484])}, + 'LeftDorsalRightVentralObliqueProjection': {'442644008': ('Left dorsal-right ' + 'ventral oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'LeftDowngaze': {'255523004': ('Left downgaze', [4201])}, + 'LeftFemoralArtery': {'113270003': ('Left femoral artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'LeftGaze': {'255530005': ('Left gaze', [4201])}, + 'LeftGlennShuntProcedure': {'444178004': ('Left Glenn shunt procedure', + [12247])}, + 'LeftHepaticVein': {'273202007': ('Left Hepatic Vein', + [12103, 12114, 9514, 7192, 7151, 3827])}, + 'LeftHypochondriacRegion': {'133945003': ('Left hypochondriac region', + [9514, 7192, 7151, 4])}, + 'LeftHypochondriacRegionStructure': {'133945003': ('Left hypochondriac region ' + 'structure (body ' + 'structure)', + [])}, + 'LeftInferiorPulmonaryVein': {'51249003': ('Left Inferior Pulmonary Vein', + [12280])}, + 'LeftInguinalRegion': {'85119005': ('Left inguinal region', + [9514, 7192, 7151, 4])}, + 'LeftInguinalRegionStructure': {'85119005': ('Left inguinal region structure ' + '(body structure)', + [])}, + 'LeftLateral': {'399173006': ('left lateral', [4010, 501, 3466])}, + 'LeftLateralDecubitus': {'102536004': ('left lateral decubitus', [6206, 20])}, + 'LeftLateralDecubitusPosition': {'102536004': ('Left lateral decubitus ' + 'position (finding)', + [])}, + 'LeftLateralEmissiveProjection': {'399118008': ('Left lateral emissive ' + 'projection (qualifier value)', + [])}, + 'LeftLateralMiddlePeripheralZoneOfProstate': {'716918005': ('Left lateral ' + 'middle ' + 'peripheral zone ' + 'of prostate', + [6302, 6300])}, + 'LeftLateralProjection': {'399118008': ('Left lateral projection', [501, 26]), + '399173006': ('Left lateral projection (qualifier ' + 'value)', + [])}, + 'LeftLowerQuadrantOfAbdomen': {'68505006': ('Left lower quadrant of abdomen', + [9514, 7192, 7151, 4])}, + 'LeftLowerSegment': {'264068005': ('Left Lower Segment', [12237, 12219])}, + 'LeftLumbarRegion': {'133943005': ('Left lumbar region', + [9514, 7192, 7151, 4])}, + 'LeftMainBranchOfPortalVein': {'70253006': ('Left Main Branch of Portal Vein', + [12103, + 12114, + 9514, + 7192, + 7151, + 3827])}, + 'LeftMainBronchus': {'75245000': ('Left main bronchus', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'LeftMainBronchusStructure': {'75245000': ('Left main bronchus structure ' + '(body structure)', + [])}, + 'LeftMainCoronaryArtery': {'3227004': ('Left Main Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 12292, + 6102, + 6117, + 9514, + 7192, + 3016, + 7151, + 3827])}, + 'LeftMainCoronaryArteryDisease': {'371804009': ('Left main coronary artery ' + 'disease', + [3728])}, + 'LeftMainCoronaryArteryOstium': {'76862008': ('Left Main Coronary Artery ' + 'Ostium', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'LeftMiddleAnteriorFibromuscularStromaOfProstate': {'716910003': ('Left ' + 'middle ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6300, + 6301])}, + 'LeftMiddleTransitionZoneOfProstate': {'716912006': ('Left middle transition ' + 'zone of prostate', + [6302, 6303, 6300])}, + 'LeftOblique': {'399184004': ('left oblique', [4010, 501])}, + 'LeftObliqueProjection': {'399184004': ('Left oblique projection (qualifier ' + 'value)', + [])}, + 'LeftPleura': {'53727004': ('Left Pleura', [12294])}, + 'LeftPleuraStructure': {'53727004': ('Left pleura structure (body structure)', + [])}, + 'LeftPosteriorApicalTransitionZoneOfProstate': {'716933002': ('Left posterior ' + 'apical ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'LeftPosteriorBasalTransitionZoneOfProstate': {'716899002': ('Left posterior ' + 'basal ' + 'transition zone ' + 'of prostate', + [6300, 6301])}, + 'LeftPosteriorDescendingCircumflexCoronaryArtery': {'91760001': ('Left ' + 'Posterior ' + 'Descending ' + 'Circumflex ' + 'Coronary ' + 'Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'LeftPosteriorDivisionOfLeftBranchAtrioventricularBundle': {'91085002': ('Left ' + 'posterior ' + 'division ' + 'of ' + 'left ' + 'branch ' + 'atrioventricular ' + 'bundle', + [3011])}, + 'LeftPosteriorFascicularBlock': {'62026008': ('Left posterior fascicular ' + 'block', + [3230])}, + 'LeftPosteriorMiddleTransitionZoneOfProstate': {'716916009': ('Left posterior ' + 'middle ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'LeftPosteriorOblique': {'399006002': ('left posterior oblique', [4010, 501]), + '399136008': ('Left posterior oblique', [501, 26])}, + 'LeftPosteriorObliqueEmissiveProjection': {'399136008': ('Left posterior ' + 'oblique emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'LeftPosteriorObliqueProjection': {'399006002': ('Left posterior oblique ' + 'projection (qualifier ' + 'value)', + [])}, + 'LeftPosterolateralApicalPeripheralZoneOfProstate': {'716939003': ('Left ' + 'posterolateral ' + 'apical ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'LeftPosterolateralBasalPeripheralZoneOfProstate': {'716907005': ('Left ' + 'posterolateral ' + 'basal ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'LeftPosterolateralCircumflexCoronaryArtery': {'57823005': ('Left ' + 'Posterolateral ' + 'Circumflex ' + 'Coronary Artery', + [3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'LeftPosterolateralMiddlePeripheralZoneOfProstate': {'716922000': ('Left ' + 'posterolateral ' + 'middle ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'LeftPosteromedialApicalPeripheralZoneOfProstate': {'716941002': ('Left ' + 'posteromedial ' + 'apical ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'LeftPosteromedialMiddlePeripheralZoneOfProstate': {'716924004': ('Left ' + 'posteromedial ' + 'middle ' + 'peripheral ' + 'zone of ' + 'prostate', + [6302, + 6303, + 6300, + 6301])}, + 'LeftPulmonaryArtery': {'50408007': ('Left pulmonary artery', + [3829, + 3604, + 12305, + 3010, + 4042, + 9514, + 7192, + 3606, + 12280, + 7151, + 4, + 3630])}, + 'LeftPulmonaryVein': {'27706005': ('Left Pulmonary Vein', + [3840, 9514, 7192, 7151, 3827])}, + 'LeftRightLateral': {'399198007': ('Left-right lateral', [7484])}, + 'LeftRostralRightCaudalOblique': {'442645009': ('Left rostral-right caudal ' + 'oblique', + [7484])}, + 'LeftRostralRightCaudalObliqueProjection': {'442645009': ('Left rostral-right ' + 'caudal oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'LeftSeminalVesicle': {'42320003': ('Left seminal vesicle', + [6302, 6303, 6300, 6301])}, + 'LeftSidedBidirectionalGlennShuntProcedure': {'443989003': ('Left-sided ' + 'bidirectional ' + 'Glenn shunt ' + 'procedure', + [12247])}, + 'LeftSinusOfValsalva': {'36371001': ('Left Sinus of Valsalva', [12291])}, + 'LeftSubclavianArtery': {'85235006': ('Left Subclavian Artery', [12291])}, + 'LeftSuperiorPulmonaryVein': {'43863001': ('Left Superior Pulmonary Vein', + [12280])}, + 'LeftSuperiorVenaCava': {'9642004': ('Left Superior Vena Cava', [12282])}, + 'LeftToRightCardiovascularShunt': {'66130006': ('Left to right cardiovascular ' + 'shunt', + [12221])}, + 'LeftUpgaze': {'255525006': ('Left upgaze', [4201])}, + 'LeftUpperQuadrantOfAbdomen': {'86367003': ('Left upper quadrant of abdomen', + [9514, 7192, 7151, 4])}, + 'LeftUpperSegment': {'255482005': ('Left Upper Segment', [12237, 12219])}, + 'LeftVentralRightDorsalOblique': {'442739007': ('Left ventral-right dorsal ' + 'oblique', + [7484])}, + 'LeftVentralRightDorsalObliqueProjection': {'442739007': ('Left ventral-right ' + 'dorsal oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'LeftVentricle': {'87878005': ('Left Ventricle', + [12236, + 3609, + 12305, + 7152, + 12288, + 3462, + 3463, + 3010, + 12287, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630, + 12223])}, + 'LeftVentricleAnteriorSegment': {'284355001': ('Left ventricle anterior ' + 'segment', + [3232])}, + 'LeftVentricleApex': {'128564006': ('Left ventricle apex', [3609, 3630])}, + 'LeftVentricleApicalAnteriorSegment': {'264844003': ('left ventricle apical ' + 'anterior segment', + [3717])}, + 'LeftVentricleApicalInferiorSegment': {'264849008': ('left ventricle apical ' + 'inferior segment', + [3717])}, + 'LeftVentricleApicalLateralSegment': {'264853005': ('left ventricle apical ' + 'lateral segment', + [3717])}, + 'LeftVentricleApicalSegment': {'128564006': ('Left ventricle apical segment', + [3232])}, + 'LeftVentricleApicalSeptalSegment': {'264845002': ('left ventricle apical ' + 'septal segment', + [3717, 3718])}, + 'LeftVentricleBasalAnteriorSegment': {'264850008': ('Left ventricle basal ' + 'anterior segment', + [12305, 3717, 3718])}, + 'LeftVentricleBasalAnterolateralSegment': {'396654005': ('Left ventricle ' + 'basal anterolateral ' + 'segment', + [12305, 3717])}, + 'LeftVentricleBasalAnteroseptalSegment': {'396482007': ('Left ventricle basal ' + 'anteroseptal segment', + [12305, 3717])}, + 'LeftVentricleBasalInferiorSegment': {'264846001': ('Left ventricle basal ' + 'inferior segment', + [12305, 3717, 3718])}, + 'LeftVentricleBasalInferolateralSegment': {'396652009': ('Left ventricle ' + 'basal inferolateral ' + 'segment', + [12305, 3717])}, + 'LeftVentricleBasalInferoseptalSegment': {'396646008': ('Left ventricle basal ' + 'inferoseptal segment', + [12305, 3717])}, + 'LeftVentricleBasalLateralSegment': {'277631004': ('left ventricle basal ' + 'lateral segment', + [3718])}, + 'LeftVentricleEpicardialDiastolicAreaPsaxPapView': {'399293008': ('Left ' + 'Ventricle ' + 'Epicardial ' + 'Diastolic ' + 'Area, psax ' + 'pap view', + [12200, + 12240])}, + 'LeftVentricleInferiorSegment': {'284357009': ('Left ventricle inferior ' + 'segment', + [3232])}, + 'LeftVentricleInflow': {'70238003': ('Left ventricle inflow', + [3609, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'LeftVentricleLateralSegment': {'284358004': ('Left ventricle lateral segment', + [3232])}, + 'LeftVentricleMidAnteriorSegment': {'264848000': ('Left ventricle mid ' + 'anterior segment', + [12305, 3717])}, + 'LeftVentricleMidAnterolateralSegment': {'396656007': ('Left ventricle mid ' + 'anterolateral segment', + [12305, 3717])}, + 'LeftVentricleMidAnteroseptalSegment': {'396647004': ('Left ventricle mid ' + 'anteroseptal segment', + [12305, 3717])}, + 'LeftVentricleMidInferiorSegment': {'264847005': ('Left ventricle mid ' + 'inferior segment', + [12305, 3717])}, + 'LeftVentricleMidInferolateralSegment': {'396655006': ('Left ventricle mid ' + 'inferolateral segment', + [12305, 3717])}, + 'LeftVentricleMidInferoseptalSegment': {'396649001': ('Left ventricle mid ' + 'inferoseptal segment', + [12305, 3717])}, + 'LeftVentricleMyocardium': {'49848007': ('Left Ventricle Myocardium', + [12305])}, + 'LeftVentricleOutflowChamber': {'128570000': ('Left ventricle outflow chamber ' + '(disorder)', + [])}, + 'LeftVentricleOutflowTract': {'13418002': ('Left Ventricle Outflow Tract', + [12236, + 3609, + 3701, + 12305, + 3010, + 4042, + 3011, + 9514, + 7192, + 3610, + 12243, + 12280, + 7151, + 4, + 3630, + 12223])}, + 'LeftVentriclePressureWaveform': {'128438003': ('Left ventricle pressure ' + 'waveform', + [3003])}, + 'LeftVentriclePressureWaveformFunction': {'128438003': ('Left ventricle ' + 'pressure waveform, ' + 'function (observable ' + 'entity)', + [])}, + 'LeftVentricleSemiMajorAxisDiastolicDimension': {'399063007': ('Left ' + 'Ventricle ' + 'Semi-major ' + 'Axis ' + 'Diastolic ' + 'Dimension', + [12200, + 12201])}, + 'LeftVentricleSeptalSegment': {'284356000': ('Left ventricle septal segment', + [3232])}, + 'LeftVentricleToPulmonaryArteryConduitAnastomosis': {'443696003': ('Left ' + 'Ventricle ' + 'to ' + 'Pulmonary ' + 'Artery ' + 'Conduit ' + 'Anastomosis', + [12288])}, + 'LeftVentricleTruncatedSemiMajorAxisDiastolicDimension': {'399309003': ('Left ' + 'Ventricle ' + 'Truncated ' + 'Semi-major ' + 'Axis ' + 'Diastolic ' + 'Dimension', + [12200, + 12201])}, + 'LeftVentricularAreaFractionalChange': {'399287000': ('Left ventricular area ' + 'fractional change ' + '(observable entity)', + [])}, + 'LeftVentricularAssistDevice': {'360066001': ('Left ventricular assist device', + [3777, 7157, 3553, 7151, 7193])}, + 'LeftVentricularBasalSeptalSegment': {'277630003': ('left ventricular basal ' + 'septal segment', + [3718])}, + 'LeftVentricularCavitySize': {'250929008': ('Left ventricular cavity size ' + '(observable entity)', + [])}, + 'LeftVentricularDiastolicArea': {'399109006': ('Left Ventricular Diastolic ' + 'Area', + [12200, 12240])}, + 'LeftVentricularEndDiastolicPressure': {'276781007': ('Left Ventricular ' + 'End-Diastolic Pressure', + [3641])}, + 'LeftVentricularEpicardialDiastolicAreaPsaxPapView': {'399293008': ('Left ' + 'ventricular ' + 'epicardial ' + 'diastolic ' + 'area, ' + 'psax pap ' + 'view ' + '(observable ' + 'entity)', + [])}, + 'LeftVentricularFractionalAreaChange': {'399287000': ('Left Ventricular ' + 'Fractional Area Change', + [12200, 12240])}, + 'LeftVentricularFunction': {'250907009': ('Left ventricular function ' + '(observable entity)', + [])}, + 'LeftVentricularIndexOfMyocardialPerformance': {'399266005': ('Left ' + 'Ventricular ' + 'Index of ' + 'Myocardial ' + 'Performance', + [12200, 12203])}, + 'LeftVentricularIndexOfMyocardiumPerformance': {'399266005': ('Left ' + 'ventricular ' + 'index of ' + 'myocardium ' + 'performance ' + '(observable ' + 'entity)', + [])}, + 'LeftVentricularIsovolumicContractionTime': {'399051002': ('Left Ventricular ' + 'Isovolumic ' + 'Contraction Time', + [12200, 12203])}, + 'LeftVentricularPeakDiastolicTissueVelocityDuringAtrialSystole': {'399007006': ('Left ' + 'ventricular ' + 'peak ' + 'diastolic ' + 'tissue ' + 'velocity ' + 'during ' + 'atrial ' + 'systole ' + '(observable ' + 'entity)', + [])}, + 'LeftVentricularPeakEarlyDiastolicTissueVelocity': {'399133000': ('Left ' + 'Ventricular ' + 'Peak Early ' + 'Diastolic ' + 'Tissue ' + 'Velocity', + [12200, + 12203])}, + 'LeftVentricularPeakSystolicTissueVelocity': {'399167005': ('Left Ventricular ' + 'Peak Systolic ' + 'Tissue Velocity', + [12200, 12203])}, + 'LeftVentricularPosterobasalSegment': {'408720008': ('left ventricular ' + 'posterobasal segment', + [3718])}, + 'LeftVentricularSemiMajorAxisDiastolicDimension': {'399063007': ('Left ' + 'ventricular ' + 'semi-major ' + 'axis ' + 'diastolic ' + 'dimension ' + '(observable ' + 'entity)', + [])}, + 'LeftVentricularSize': {'250924003': ('Left ventricular size (observable ' + 'entity)', + [])}, + 'LeftVentricularStructure': {'87878005': ('Left ventricular structure (body ' + 'structure)', + [])}, + 'LeftVentricularSystolicArea': {'399030000': ('Left Ventricular Systolic Area', + [12200, 12240])}, + 'LeftVentricularSystolicPressure': {'276780008': ('Left Ventricular Systolic ' + 'Pressure', + [3641])}, + 'LeftVentricularTruncatedSemiMajorAxisDiastolicDimension': {'399309003': ('Left ' + 'ventricular ' + 'truncated ' + 'semi-major ' + 'axis ' + 'diastolic ' + 'dimension ' + '(observable ' + 'entity)', + [])}, + 'LeftVentricularWallMotion': {'250909007': ('Left ventricular wall motion ' + '(observable entity)', + [])}, + 'LeftVentriculogram': {'265484009': ('Left ventriculogram (procedure)', [])}, + 'LeftVentriculography': {'265484009': ('Left Ventriculography', [3405, 3428])}, + 'LegUp': {'128964003': ('Leg up', [91, 3271])}, + 'LegUpPhysiologicChallenge': {'128964003': ('Leg up physiologic challenge ' + '(procedure)', + [])}, + 'LeicesterSheep': {'6431001': ('Leicester sheep (organism)', [])}, + 'LeicesterSheepBreed': {'6431001': ('Leicester sheep breed', [7480])}, + 'LeicomaPigBreed': {'132361004': ('Leicoma pig breed', [7480])}, + 'LeineschafSheepBreed': {'131744002': ('Leineschaf sheep breed', [7480])}, + 'Leiomyoma': {'44598004': ('Leiomyoma', [6031, 6030])}, + 'LeiomyomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'44598004': ('Leiomyoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'Leiomyosarcoma': {'51549004': ('Leiomyosarcoma', [6030, 6033])}, + 'LeiomyosarcomaNoSubtype': {'51549004': ('Leiomyosarcoma, no subtype ' + '(morphologic abnormality)', + [])}, + 'LeiqiongCattleBreed': {'133662005': ('Leiqiong cattle breed', [7480])}, + 'LeishmanStain': {'255802001': ('Leishman stain', [8112])}, + 'Length': {'410668003': ('Length', + [12304, + 12257, + 12277, + 7470, + 6165, + 12260, + 12271, + 12267, + 3423, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 218, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 7469])}, + 'LengthOfSegment': {'414599003': ('Length of Segment', [12119, 12122])}, + 'LengthOfVesselSegment': {'414599003': ('Length of vessel segment (observable ' + 'entity)', + [])}, + 'LengthProperty': {'410668003': ('Length property (qualifier value)', [])}, + 'Lens': {'78076003': ('Lens', [4211, 4209])}, + 'LensOpacity': {'193570009': ('Lens Opacity', [4222])}, + 'LeonardGeorge': {'398996004': ('Leonard-George', [4012])}, + 'LeonardGeorgeProjection': {'398996004': ('Leonard-George projection ' + '(qualifier value)', + [])}, + 'LeonbergerDogBreed': {'132622003': ('Leonberger dog breed (organism)', [])}, + 'LeopardCurDogBreed': {'132403002': ('Leopard Cur dog breed', [7480])}, + 'LepingPigBreed': {'132302008': ('Leping pig breed', [7480])}, + 'Lesion': {'52988006': ('Lesion', [3487, 4266])}, + 'LesionWithCircumscribedMargin': {'129738007': ('Lesion with circumscribed ' + 'margin (finding)', + [])}, + 'LesionWithEqualIsodenseRadiographicDensity': {'129745007': ('Lesion with ' + 'equal ' + '(isodense) ' + 'radiographic ' + 'density ' + '(finding)', + [])}, + 'LesionWithFatContainingRadiolucentDensity': {'129747004': ('Lesion with fat ' + 'containing ' + '(radiolucent) ' + 'density ' + '(finding)', + [])}, + 'LesionWithHighRadiographicDensity': {'129744006': ('Lesion with high ' + 'radiographic density ' + '(finding)', + [])}, + 'LesionWithIndistinctMargin': {'129741003': ('Lesion with indistinct margin ' + '(finding)', + [])}, + 'LesionWithLowRadiographicDensityNotContainingFat': {'129746008': ('Lesion ' + 'with low ' + 'radiographic ' + 'density ' + '(not ' + 'containing ' + 'fat) ' + '(finding)', + [])}, + 'LesionWithMicrolobulatedMargin': {'129739004': ('Lesion with microlobulated ' + 'margin (finding)', + [])}, + 'LesionWithObscuredMargin': {'129740002': ('Lesion with obscured margin ' + '(finding)', + [])}, + 'LesionWithSpiculatedMargin': {'129742005': ('Lesion with spiculated margin ' + '(finding)', + [])}, + 'LessDefined': {'129728002': ('Less defined', [6134, 6003, 6002])}, + 'LessIschemia': {'429232006': ('Less ischemia', [3235])}, + 'LesserCaucasusCattleBreed': {'133486002': ('Lesser Caucasus cattle breed', + [7480])}, + 'LesserSaphenousVein': {'26805005': ('Lesser Saphenous Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'LesserTrochanter': {'55499008': ('Lesser trochanter', [1005, 1001, 1000])}, + 'Leukemia': {'93143009': ('Leukemia', [639, 638])}, + 'LeukemiaDisease': {'93143009': ('Leukemia, disease (disorder)', [])}, + 'LevatoresCostarumMuscles': {'73930003': ('Levatores costarum muscles', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'LevelOfC2C3IntervertebralDisc': {'243902007': ('Level of C2/C3 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfC3C4IntervertebralDisc': {'243903002': ('Level of C3/C4 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfC4C5IntervertebralDisc': {'243904008': ('Level of C4/C5 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfC5C6IntervertebralDisc': {'243905009': ('Level of C5/C6 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfC6C7IntervertebralDisc': {'243906005': ('Level of C6/C7 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfC7T1IntervertebralDisc': {'243925008': ('Level of C7/T1 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfL1L2IntervertebralDisc': {'243920003': ('Level of L1/L2 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfL2L3IntervertebralDisc': {'243921004': ('Level of L2/L3 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfL3L4IntervertebralDisc': {'243922006': ('Level of L3/L4 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfL4L5IntervertebralDisc': {'243923001': ('Level of L4/L5 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfL5S1IntervertebralDisc': {'243927000': ('Level of L5/S1 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT10T11IntervertebralDisc': {'243917006': ('Level of T10/T11 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT11T12IntervertebralDisc': {'243918001': ('Level of T11/T12 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT12L1IntervertebralDisc': {'243926009': ('Level of T12/L1 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT1T2IntervertebralDisc': {'243908006': ('Level of T1/T2 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT2T3IntervertebralDisc': {'243909003': ('Level of T2/T3 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT3T4IntervertebralDisc': {'243910008': ('Level of T3/T4 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT4T5IntervertebralDisc': {'243911007': ('Level of T4/T5 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT5T6IntervertebralDisc': {'243912000': ('Level of T5/T6 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT6T7IntervertebralDisc': {'243913005': ('Level of T6/T7 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT7T8IntervertebralDisc': {'243914004': ('Level of T7/T8 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT8T9IntervertebralDisc': {'243915003': ('Level of T8/T9 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'LevelOfT9T10IntervertebralDisc': {'243916002': ('Level of T9/T10 ' + 'intervertebral disc', + [1003, 1001, 1000])}, + 'Lewis': {'399037002': ('Lewis', [4012])}, + 'LewisProjection': {'399037002': ('Lewis projection (qualifier value)', [])}, + 'LewitzerHorseBreed': {'131927008': ('Lewitzer horse breed', [7480])}, + 'LhasaApso': {'36438004': ('Lhasa apso', [7480])}, + 'LiangGuangSmallSpottedGuangdongSmallEarPigBreed': {'132288006': ('Liang ' + 'Guang ' + 'Small ' + 'Spotted, ' + 'Guangdong ' + 'Small Ear ' + 'pig breed', + [7480])}, + 'LiangGuangSmallSpottedLuchuanPigBreed': {'132280004': ('Liang Guang Small ' + 'Spotted, Luchuan pig ' + 'breed', + [7480])}, + 'LiangGuangSmallSpottedPigBreed': {'132158006': ('Liang Guang Small Spotted ' + 'pig breed', + [7480])}, + 'LiaoningBlackPigBreed': {'132129008': ('Liaoning Black pig breed', [7480])}, + 'LiberianDwarfCattleBreed': {'133487006': ('Liberian Dwarf cattle breed', + [7480])}, + 'LibyanCattleBreed': {'133488001': ('Libyan cattle breed', [7480])}, + 'LichuanHorseBreed': {'131928003': ('Lichuan horse breed', [7480])}, + 'Lidocaine': {'387480006': ('Lidocaine', [630, 623]), + '82573000': ('Lidocaine', [10])}, + 'LidocaineHydrochloride': {'61773008': ('Lidocaine hydrochloride', [10])}, + 'LidocainePrilocaine': {'346553009': ('Lidocaine + Prilocaine', [630, 623])}, + 'Ligament': {'52082005': ('Ligament', [7191, 7151, 7166])}, + 'LigamentumArteriosum': {'2160002': ('Ligamentum arteriosum', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'LightEmittingDiode': {'445683001': ('Light emitting diode', [8125])}, + 'LightEmittingDiodeLampMicroscopeIlluminator': {'445683001': ('Light emitting ' + 'diode lamp ' + 'microscope ' + 'illuminator ' + '(physical ' + 'object)', + [])}, + 'LightGreenSFStain': {'89139001': ('light green SF stain', [8112])}, + 'LijiangHorseBreed': {'131929006': ('Lijiang horse breed', [7480])}, + 'Lilienfeld': {'399342002': ('Lilienfeld', [4012])}, + 'LilienfeldProjection': {'399342002': ('Lilienfeld projection (qualifier ' + 'value)', + [])}, + 'LimCattleBreed': {'133489009': ('Lim cattle breed', [7480])}, + 'LimbStructure': {'66019005': ('Limb structure (body structure)', [])}, + 'LimbicLobe': {'279215006': ('Limbic lobe', [7153, 9514, 7192, 7151])}, + 'LimbusOfFossaOvalis': {'84712000': ('Limbus of Fossa Ovalis', [12284])}, + 'LimianaCattleBreed': {'133490000': ('Limiana cattle breed', [7480])}, + 'LimousinCattleBreed': {'48702000': ('Limousin cattle breed (organism)', [])}, + 'LimousinCowBreed': {'48702000': ('Limousin cow breed', [7480])}, + 'LimousinPigBreed': {'132126001': ('Limousin pig breed', [7480])}, + 'Limping': {'16973004': ('Limping (finding)', [])}, + 'LimpurgerCattleBreed': {'133491001': ('Limpurger cattle breed', [7480])}, + 'LincolnLongwoolSheepBreed': {'131745001': ('Lincoln Longwool sheep breed', + [7480])}, + 'LincolnRedCattleBreed': {'3216001': ('Lincoln red cattle breed (organism)', + [])}, + 'LincolnRedCowBreed': {'3216001': ('Lincoln red cow breed', [7480])}, + 'LincolnRedShorthornCattleBreed': {'133244005': ('Lincoln Red Shorthorn ' + 'cattle breed', + [7480])}, + 'LincolnSheep': {'65492002': ('Lincoln sheep (organism)', [])}, + 'LincolnSheepBreed': {'65492002': ('Lincoln sheep breed', [7480])}, + 'Lincomycin': {'372677003': ('Lincomycin (substance)', [])}, + 'LincomycinAntibiotic': {'372677003': ('Lincomycin antibiotic', [621, 622])}, + 'Lindblom': {'399308006': ('Lindblom', [4012])}, + 'LindblomProjection': {'399308006': ('Lindblom projection (qualifier value)', + [])}, + 'Line21PigBreed': {'132023007': ('Line 21 pig breed', [7480])}, + 'Line32PigBreed': {'132022002': ('Line 32 pig breed', [7480])}, + 'Line500DurocPigBreed': {'132216000': ('Line 500 Duroc pig breed', [7480])}, + 'LinearCalcificationDistribution': {'129765000': ('Linear calcification ' + 'distribution', + [6013, 6012])}, + 'LinebackCattleBreed': {'133584002': ('Lineback cattle breed', [7480])}, + 'Linezolid': {'387056004': ('Linezolid (substance)', [])}, + 'LinezolidAntibiotic': {'387056004': ('Linezolid antibiotic', [621, 622])}, + 'LingualArtery': {'113264009': ('lingual artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'LingualTonsil': {'2048000': ('lingual tonsil', [7601])}, + 'LingualTonsilStructure': {'2048000': ('Lingual tonsil structure (body ' + 'structure)', + [])}, + 'Lip': {'48477009': ('lip', [7601, 9514, 7192, 4028, 7151])}, + 'LipStructure': {'48477009': ('Lip structure (body structure)', [])}, + 'LipetskPigBreed': {'132070008': ('Lipetsk pig breed', [7480])}, + 'Lipid': {'70106000': ('Lipid', [7186, 7180, 218, 4032, 4033, 7469])}, + 'LipidRichCarcinoma': {'3839000': ('Lipid-rich carcinoma (morphologic ' + 'abnormality)', + [])}, + 'LipidRichLipidSecretingCarcinoma': {'3839000': ('Lipid-rich ' + '(lipid-secreting) carcinoma', + [6030, 6033])}, + 'LipizzanerHorse': {'41754002': ('Lipizzaner horse (organism)', [])}, + 'LipizzanerHorseBreed': {'41754002': ('Lipizzaner horse breed', [7480])}, + 'Lipoadenoma': {'22024005': ('Lipoadenoma (morphologic abnormality)', [])}, + 'Lipoma': {'46720004': ('Lipoma', [6201, 6031, 6030])}, + 'LipomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'46720004': ('Lipoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'Lipopolysaccharide': {'3325005': ('Lipopolysaccharide', [643, 638])}, + 'Liposarcoma': {'49430005': ('Liposarcoma', [6030, 6033])}, + 'LiposarcomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'49430005': ('Liposarcoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'LiquidBasedCytologicMaterial': {'430346005': ('Liquid based cytologic ' + 'material', + [8103])}, + 'LissamineFastRedBStain': {'6701008': ('lissamine fast red B stain', [8112])}, + 'LissamineFastYellowStain': {'25079009': ('lissamine fast yellow stain', + [8112])}, + 'LissamineGreenBStain': {'38543004': ('lissamine green B stain', [8112])}, + 'LissamineRhodamineStain': {'111102009': ('lissamine rhodamine stain', + [8112])}, + 'Lithotomy': {'14205002': ('lithotomy', [20])}, + 'LithotomyPosition': {'14205002': ('Lithotomy position (finding)', [])}, + 'LithuanianHeavyDraftHorseBreed': {'133060003': ('Lithuanian Heavy Draft ' + 'horse breed', + [7480])}, + 'LithuanianNativePigBreed': {'132242000': ('Lithuanian Native pig breed', + [7480])}, + 'LithuanianRedCattleBreed': {'133245006': ('Lithuanian Red cattle breed', + [7480])}, + 'LithuanianWhitePigBreed': {'132276009': ('Lithuanian White pig breed', + [7480])}, + 'Liver': {'10200004': ('Liver', + [1005, + 4030, + 7154, + 10060, + 644, + 1001, + 6204, + 1000, + 9514, + 7192, + 7151, + 6202, + 4, + 10044])}, + 'LiverStructure': {'10200004': ('Liver structure (body structure)', [])}, + 'LivnyPigBreed': {'132109007': ('Livny pig breed', [7480])}, + 'LlaneroHorseBreed': {'131930001': ('Llanero horse breed', [7480])}, + 'LlanwenogSheepBreed': {'131746000': ('Llanwenog sheep breed', [7480])}, + 'LleynSheepBreed': {'131747009': ('Lleyn sheep breed', [7480])}, + 'LoashanGoatBreed': {'131635009': ('Loashan goat breed', [7480])}, + 'LobarArtery': {'274060004': ('Lobar Artery', + [12103, 12115, 9514, 7192, 7151, 3827])}, + 'LobarLymphNodeOfTheLung': {'127920008': ('lobar lymph node of the lung', + [7600])}, + 'LobeOfLung': {'31094006': ('Lobe of lung', + [6109, 6102, 9514, 7192, 7151, 6110])}, + 'LobiCattleBreed': {'133492008': ('Lobi cattle breed', [7480])}, + 'Lobular': {'40266001': ('Lobular', [6005, 6004])}, + 'LobularCarcinoma': {'89740008': ('Lobular carcinoma (morphologic ' + 'abnormality)', + [])}, + 'LobularCarcinomaInSituOfBreast': {'109888004': ('Lobular carcinoma in situ ' + 'of breast', + [6030, 6032])}, + 'LocalAnesthesia': {'386761002': ('Local anesthesia', [611, 612])}, + 'LocalAnesthetic': {'373477003': ('Local anesthetic', [621, 622])}, + 'LocalAnestheticIntrathecalBlock': {'231249005': ('Local anesthetic ' + 'intrathecal block ' + '(procedure)', + [])}, + 'LocalIndianDairyCattleBreed': {'133815000': ('Local Indian Dairy cattle ' + 'breed (organism)', + [])}, + 'LocalIndianDairyXZebuCattleBreed': {'133815000': ('Local Indian Dairy X zebu ' + 'cattle breed', + [7480])}, + 'LoenbergerDogBreed': {'132622003': ('Loenberger dog breed', [7480])}, + 'LohaniCattleBreed': {'133616002': ('Lohani cattle breed', [7480])}, + 'LohiSheepBreed': {'131760003': ('Lohi sheep breed', [7480])}, + 'LokaiHorseBreed': {'133061004': ('Lokai horse breed', [7480])}, + 'LombokHorseBreed': {'131931002': ('Lombok horse breed', [7480])}, + 'Long': {'255511005': ('long', [3831])}, + 'LongAndShortCoatChihuahua': {'57349006': ('Long and short coat chihuahua ' + '(organism)', + [])}, + 'LongAndShortCoatChihuahuaDogBreed': {'57349006': ('Long and short coat ' + 'chihuahua dog breed', + [7480])}, + 'LongAxis': {'103339001': ('Long axis', + [6, 7470, 6165, 502, 218, 501, 6166, 7469])}, + 'LongCoatChihuahua': {'36611001': ('Long coat chihuahua (organism)', [])}, + 'LongCoatChihuahuaDogBreed': {'36611001': ('Long coat chihuahua dog breed', + [7480])}, + 'LonghairedManx': {'40547002': ('Longhaired manx', [7480])}, + 'LonghairedMiniatureDachshund': {'57429001': ('Longhaired miniature dachshund ' + '(organism)', + [])}, + 'LonghairedMiniatureDachshundDogBreed': {'57429001': ('Longhaired miniature ' + 'dachshund dog breed', + [7480])}, + 'LonghairedStandardDachshund': {'59492009': ('Longhaired standard dachshund ' + '(organism)', + [])}, + 'LonghairedStandardDachshundDogBreed': {'59492009': ('Longhaired standard ' + 'dachshund dog breed', + [7480])}, + 'LonghornCattleBreed': {'66314009': ('Longhorn cattle breed (organism)', [])}, + 'LonghornCowBreed': {'66314009': ('Longhorn cow breed', [7480])}, + 'LongissimusMuscle': {'88340001': ('Longissimus muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'Longitudinal': {'38717003': ('Longitudinal', [6, 502, 12118, 2, 501])}, + 'LonglinPigBreed': {'132289003': ('Longlin pig breed', [7480])}, + 'LongyouBlackPigBreed': {'132303003': ('Longyou Black pig breed', [7480])}, + 'LonkSheepBreed': {'131755002': ('Lonk sheep breed', [7480])}, + 'Lordotic': {'260450008': ('lordotic', [20])}, + 'LordoticProjection': {'260450008': ('Lordotic projection (qualifier value)', + [])}, + 'Lorenz': {'399251007': ('Lorenz', [4012])}, + 'LorenzProjection': {'399251007': ('Lorenz projection (qualifier value)', [])}, + 'LorquinaCattleBreed': {'133592006': ('Lorquina cattle breed', [7480])}, + 'LossOfDistalPulse': {'414617007': ('Loss of distal pulse', [3413, 3754])}, + 'LostToFollowUp': {'399307001': ('Lost to follow-up', [3772])}, + 'LourdaisCattleBreed': {'133493003': ('Lourdais cattle breed', [7480])}, + 'Low': {'62482003': ('Low', [75])}, + 'LowBeer': {'399327000': ('Low-Beer', [4012])}, + 'LowBeerProjection': {'399327000': ('Low-Beer projection (qualifier value)', + [])}, + 'LowBloodPressure': {'45007003': ('Low blood pressure (disorder)', [])}, + 'LowDensityNotContainingFatLesion': {'129746008': ('Low density (not ' + 'containing fat) lesion', + [6009, 6008])}, + 'LowMolecularWeightHeparin': {'373294004': ('Low Molecular Weight Heparin', + [621, 622])}, + 'LowPowerScanningLensOfOpticalMicroscope': {'445601002': ('Low power scanning ' + 'lens of optical ' + 'microscope ' + '(physical object)', + [])}, + 'LowRightAtrium': {'128594000': ('Low right atrium', [3011])}, + 'LowRisk': {'75976002': ('Low risk', [3118])}, + 'LowToModerateRisk': {'429551001': ('Low to moderate risk', [3118])}, + 'LowerAlveolarRidge': {'288546009': ('lower alveolar ridge', [7601])}, + 'LowerAlveolarRidgeStructure': {'288546009': ('Lower alveolar ridge structure ' + '(body structure)', + [])}, + 'LowerDeepCervicalLymphNode': {'285429007': ('lower deep cervical lymph node', + [7600])}, + 'LowerDentalArchStructure': {'88176008': ('Lower dental arch structure (body ' + 'structure)', + [])}, + 'LowerEyelid': {'62736007': ('Lower Eyelid', [4209])}, + 'LowerEyelidStructure': {'62736007': ('Lower eyelid structure (body ' + 'structure)', + [])}, + 'LowerInnerQuadrantOfBreast': {'19100000': ('Lower inner quadrant of breast', + [6021, + 6020, + 9514, + 7192, + 7151, + 4])}, + 'LowerJugularLymphNode': {'245323006': ('lower jugular lymph node', [7600])}, + 'LowerLeg': {'30021000': ('Lower leg', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'LowerLegStructure': {'30021000': ('Lower leg structure (body structure)', + [])}, + 'LowerLimb': {'61685007': ('Lower limb', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'LowerLimbAmputation': {'161622006': ('Lower limb amputation', [3205])}, + 'LowerLimbLymphNode': {'4942000': ('lower limb lymph node', [7600])}, + 'LowerLimbLymphNodeStructure': {'4942000': ('Lower limb lymph node structure ' + '(body structure)', + [])}, + 'LowerLimbStructure': {'61685007': ('Lower limb structure (body structure)', + [])}, + 'LowerLimitOfReferenceRange': {'385524004': ('Lower limit of reference range ' + '(qualifier value)', + [])}, + 'LowerLobeOfLung': {'90572001': ('Lower lobe of lung', + [6124, 7155, 9514, 7192, 7151, 6126])}, + 'LowerOuterQuadrantOfBreast': {'33564002': ('Lower outer quadrant of breast', + [6021, + 6020, + 9514, + 7192, + 7151, + 4])}, + 'LowerParatrachealIncludingAzygousLymphNode': {'127932007': ('lower ' + 'paratracheal ' + '(including ' + 'azygous) lymph ' + 'node', + [7600])}, + 'LowerZoneOfLung': {'281394001': ('Lower zone of lung', [6124, 6126])}, + 'LucanianCattleBreed': {'131494002': ('Lucanian cattle breed', [7480])}, + 'LucanianPigBreed': {'132188002': ('Lucanian pig breed', [7480])}, + 'LucentCenteredCalcification': {'129754005': ('Lucent-centered calcification', + [6011, 6010])}, + 'LucentCenteredRadiographicCalcification': {'129754005': ('Lucent-centered ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'LucernaCattleBreed': {'133500008': ('Lucerna cattle breed', [7480])}, + 'LuciePig': {'80084005': ('Lucie pig (organism)', [])}, + 'LuciePigBreed': {'80084005': ('Lucie pig breed', [7480])}, + 'LugwareCattleBreed': {'133709007': ('Lugware cattle breed', [7480])}, + 'LuingCattleBreed': {'21553004': ('Luing cattle breed (organism)', [])}, + 'LuingCowBreed': {'21553004': ('Luing cow breed', [7480])}, + 'LumbarArtery': {'34635009': ('lumbar artery', + [3604, + 12112, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'LumbarLymphNode': {'8334002': ('lumbar lymph node', [7600])}, + 'LumbarRegion': {'52612000': ('Lumbar region', [9514, 7192, 7151, 4])}, + 'LumbarRegionBackStructure': {'52612000': ('Lumbar region back structure ' + '(body structure)', + [])}, + 'LumbarSpine': {'122496007': ('Lumbar spine', + [4030, + 4031, + 7304, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'LumbarSpineStructure': {'122496007': ('Lumbar spine structure (body ' + 'structure)', + [])}, + 'LumboSacralSpine': {'243898001': ('Lumbo-Sacral Spine', [7304]), + '297173004': ('Lumbo-sacral spine', + [4030, + 4031, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'LumbosacralRegionOfSpineStructure': {'297173004': ('Lumbosacral region of ' + 'spine structure (body ' + 'structure)', + [])}, + 'Lumen': {'113342003': ('Lumen', [5]), '91747007': ('Lumen', [7156])}, + 'LumenAreaStenosis': {'408714007': ('Lumen Area Stenosis', [12119, 12121])}, + 'LumenDiameterStenosis': {'408715008': ('Lumen Diameter Stenosis', + [12119, 12121])}, + 'LumenOfArtery': {'67170007': ('Lumen of artery', [3497])}, + 'LumenOfBloodVessel': {'91747007': ('Lumen of blood vessel', + [4040, 9514, 7192, 7151, 4])}, + 'LuminalIrregularities': {'371873004': ('Luminal Irregularities', [3712])}, + 'LuminalIrregularitiesOfCoronaryArtery': {'371873004': ('Luminal ' + 'irregularities of ' + 'coronary artery ' + '(finding)', + [])}, + 'Lumpectomy': {'392021009': ('Lumpectomy', [6060, 6058])}, + 'LumpectomyBreastSample': {'309546004': ('lumpectomy breast sample', + [8104, 8103])}, + 'LumpectomyOfBreast': {'392021009': ('Lumpectomy of breast (procedure)', [])}, + 'LundehundDogBreed': {'132614005': ('Lundehund dog breed', [7480])}, + 'LundyPonyHorseBreed': {'131932009': ('Lundy Pony horse breed', [7480])}, + 'Lung': {'39607008': ('Lung', + [6129, + 1004, + 7155, + 10060, + 1001, + 6204, + 1000, + 6100, + 9514, + 645, + 7192, + 7151, + 6202, + 4, + 10044])}, + 'LungAndTracheobronchialLymphNodes': {'110550009': ('lung and ' + 'tracheobronchial lymph ' + 'nodes', + [7600])}, + 'LungAndTracheobronchialLymphNodesCombinedSite': {'110550009': ('Lung and ' + 'tracheobronchial ' + 'lymph nodes ' + '(combined ' + 'site) (body ' + 'structure)', + [])}, + 'LungStructure': {'39607008': ('Lung structure (body structure)', [])}, + 'LurcherHoundDogBreed': {'132615006': ('Lurcher Hound dog breed', [7480])}, + 'LusitanoHorseBreed': {'133035003': ('Lusitano horse breed', [7480])}, + 'LutaiWhitePigBreed': {'132339009': ('Lutai White pig breed', [7480])}, + 'LuxiCattleBreed': {'133501007': ('Luxi cattle breed', [7480])}, + 'LuxolFastBlueStain': {'406958008': ('luxol fast blue stain', [8112])}, + 'LuzeinSheepBreed': {'131742003': ('Luzein sheep breed', [7480])}, + 'Lymph': {'38000004': ('Lymph', [645])}, + 'LymphNode': {'59441001': ('Lymph node', + [6113, + 6109, + 7191, + 6031, + 7600, + 6102, + 10060, + 6030, + 6064, + 9514, + 645, + 7192, + 6054, + 7151, + 7166, + 10044])}, + 'LymphNodeOfAorticArch': {'127937001': ('lymph node of aortic arch', [7600])}, + 'LymphNodeOfAortopulmonaryWindow': {'127938006': ('lymph node of ' + 'aortopulmonary window', + [7600])}, + 'LymphNodeOfEpiploicForamen': {'68878000': ('lymph node of epiploic foramen', + [7600])}, + 'LymphNodeOfGreaterCurvatureOfStomach': {'76878005': ('lymph node of greater ' + 'curvature of stomach', + [7600])}, + 'LymphNodeOfHead': {'13482005': ('lymph node of head', [7600])}, + 'LymphNodeOfHeadAndNeck': {'312501005': ('lymph node of head and neck', + [7600])}, + 'LymphNodeOfLesserCurvatureOfStomach': {'279784003': ('lymph node of lesser ' + 'curvature of stomach', + [7600])}, + 'LymphNodeOfLimb': {'312503008': ('lymph node of limb', [7600])}, + 'LymphNodeOfMesentery': {'279795009': ('lymph node of mesentery', [7600])}, + 'LymphNodeOfStomach': {'314730000': ('lymph node of stomach', [7600])}, + 'LymphNodeOfThePulmonaryLigament': {'127941002': ('lymph node of the ' + 'pulmonary ligament', + [7600])}, + 'LymphNodeOfThorax': {'47109002': ('lymph node of thorax', [7600])}, + 'LymphNodeOfTrunk': {'312502003': ('lymph node of trunk', [7600])}, + 'LymphNodeRingOfCardiaOfStomach': {'279866008': ('lymph node ring of cardia ' + 'of stomach', + [7600])}, + 'LymphNodeStructureOfLimb': {'312503008': ('Lymph node structure of limb ' + '(body structure)', + [])}, + 'LymphNodeStructureOfTrunk': {'312502003': ('Lymph node structure of trunk ' + '(body structure)', + [])}, + 'LymphaticSystem': {'89890002': ('Lymphatic system', [7191, 7151, 7166])}, + 'LymphaticTissue': {'181768009': ('Lymphatic tissue', [645])}, + 'LymphaticVessel': {'83555006': ('Lymphatic vessel', [7191, 7151, 7166])}, + 'Lymphoma': {'21964009': ('Lymphoma', [6030, 6033])}, + 'LysergicAcidDiethlyamide': {'15698006': ('Lysergic acid diethlyamide', + [6089])}, + 'LysergicAcidDiethylamide': {'15698006': ('Lysergic acid diethylamide ' + '(substance)', + [])}, + 'Lysholm': {'399370000': ('Lysholm', [4012])}, + 'LysholmProjection': {'399370000': ('Lysholm projection (qualifier value)', + [])}, + 'Lysolecithin': {'54446009': ('Lysolecithin (substance)', [])}, + 'Lysophosphatidylcholine': {'54446009': ('Lysophosphatidylcholine', + [643, 638])}, + 'LöwchenDogBreed': {'132607008': ('Löwchen dog breed', [7480])}, + 'M0NoDistantMetastasis': {'373169005': ('M0: No distant metastasis (breast)', + [6162])}, + 'M1DistantMetastasis': {'373171005': ('M1: Distant metastasis (breast)', + [6162])}, + 'MBayarHorseBreed': {'133034004': ("M'Bayar horse breed", [7480])}, + 'MMode': {'399155008': ('M mode', [12224, 6058])}, + 'MModeUltrasound': {'399155008': ('M-mode ultrasound (qualifier value)', [])}, + 'MOSFETRadiationTherapyDosimetrySystemDosimeter': {'701933006': ('MOSFET ' + 'radiation ' + 'therapy ' + 'dosimetry ' + 'system ' + 'dosimeter', + [7026, + 7027, + 7151, + 7193])}, + 'MRIOfBreast': {'241615005': ('MRI of breast', [6083, 6050, 6029, 6028])}, + 'MXDistantMetastasisCannotBeAssessed': {'373170006': ('MX: Distant metastasis ' + 'cannot be assessed ' + '(breast)', + [6162])}, + 'MacauPigBreed': {'132052005': ('Macau pig breed', [7480])}, + 'MacedonianBusaCattleBreed': {'133502000': ('Macedonian Busa cattle breed', + [7480])}, + 'MacedonianPigBreed': {'133208000': ('Macedonian pig breed', [7480])}, + 'MacrolideAntibiotic': {'372480009': ('Macrolide antibiotic', [621, 622])}, + 'MacrolideClassOfAntibioticSubstance': {'372480009': ('Macrolide (class of ' + 'antibiotic, substance) ' + '(substance)', + [])}, + 'MacroscopicTissueSpecimen': {'430861001': ('Macroscopic tissue specimen ' + '(specimen)', + [])}, + 'MadagascarZebuCattleBreed': {'133710002': ('Madagascar Zebu cattle breed', + [7480])}, + 'MadaripurCattleBreed': {'133711003': ('Madaripur cattle breed', [7480])}, + 'MadonieSicilianPigBreed': {'132256003': ('Madonie-Sicilian pig breed', + [7480])}, + 'MaduraCattleBreed': {'133842004': ('Madura cattle breed (organism)', [])}, + 'MaduraWildJavanXZebuCattleBreed': {'133842004': ('Madura wild javan X zebu ' + 'cattle breed', + [7480])}, + 'MagalCattleBreed': {'133712005': ('Magal cattle breed', [7480])}, + 'Magnesium': {'72717003': ('Magnesium', [621, 622])}, + 'MagnetInducedPacing': {'371909000': ('Magnet induced pacing (procedure)', + [])}, + 'MagneticResonanceAngiography': {'241663008': ('Magnetic resonance ' + 'angiography', + [3757])}, + 'MagneticResonanceImagingGuidance': {'258177008': ('Magnetic resonance ' + 'imaging guidance', + [100])}, + 'MagneticResonanceImagingGuidedBiopsy': {'277592004': ('Magnetic resonance ' + 'imaging guided biopsy', + [6060, 6058])}, + 'MagneticResonanceImagingOfBreast': {'241615005': ('Magnetic resonance ' + 'imaging of breast ' + '(procedure)', + [])}, + 'MagneticResonanceImagingOfHeart': {'241620005': ('Magnetic resonance imaging ' + 'of heart (procedure)', + [])}, + 'MagneticResonanceImagingOfVessels': {'241663008': ('Magnetic resonance ' + 'imaging of vessels ' + '(procedure)', + [])}, + 'MagneticResonanceImagingOfWholeBody': {'426252008': ('Magnetic resonance ' + 'imaging of whole body ' + '(procedure)', + [])}, + 'MagneticResonanceImagingService': {'310127009': ('Magnetic Resonance Imaging ' + 'Service', + [7030])}, + 'MagneticResonanceImagingStressStudyOfCardiacFunction': {'431609005': ('Magnetic ' + 'resonance ' + 'imaging ' + 'stress ' + 'study ' + 'of ' + 'cardiac ' + 'function ' + '(procedure)', + [])}, + 'Magnification': {'399163009': ('Magnification', [4015])}, + 'MagnificationViews': {'399163009': ('Magnification views', [6029, 6028])}, + 'MagnifiedProjection': {'399163009': ('Magnified projection (qualifier value)', + [])}, + 'MagyarAgårDogBreed': {'132436001': ('Magyar Agår dog breed', [7480])}, + 'Main': {'63161005': ('Main', [12117])}, + 'MainPulmonaryArteryPeakVelocity': {'399048009': ('Main Pulmonary Artery Peak ' + 'Velocity', + [12210])}, + 'MaineAnjouCattleBreed': {'45284002': ('Maine Anjou cattle breed (organism)', + [])}, + 'MaineAnjouCowBreed': {'45284002': ('Maine Anjou cow breed', [7480])}, + 'MaineCoonCat': {'81866001': ('Maine coon cat', [7480])}, + 'MaintenanceOfGeneralAnesthesia': {'241695009': ('Maintenance of general ' + 'anesthesia (procedure)', + [])}, + 'Major': {'255603008': ('Major', [251])}, + 'MajorAxis': {'131187009': ('Major Axis', + [12257, + 12277, + 7470, + 6165, + 12260, + 12271, + 12267, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 218, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 7469])}, + 'MakaweliCattleBreed': {'133503005': ('Makaweli cattle breed', [7480])}, + 'MalachiteGreenStain': {'27120008': ('malachite green stain', [8112])}, + 'MalagueñaGoatBreed': {'131676000': ('Malagueña goat breed', [7480])}, + 'MalakanHorseBreed': {'131933004': ('Malakan horse breed', [7480])}, + 'MalawiZebuCattleBreed': {'133713000': ('Malawi Zebu cattle breed', [7480])}, + 'MaleExternalGenitalia': {'90418005': ('Male external genitalia', + [9514, 7160, 7192, 7151])}, + 'MaleExternalGenitaliaStructure': {'90418005': ('Male external genitalia ' + 'structure (body structure)', + [])}, + 'MaleExternalUrethralOrifice': {'279478000': ('Male external urethral orifice', + [4029])}, + 'MaleExternalUrethralSphincter': {'717027004': ('Male external urethral ' + 'sphincter', + [6302, 6303, 6300, 6301])}, + 'MaleFirstCousin': {'11993008': ('Male first cousin', [7450, 7451])}, + 'MaleInternalGenitalia': {'38242008': ('Male internal genitalia', + [9514, 7160, 7192, 7151])}, + 'MaleInternalGenitaliaStructure': {'38242008': ('Male internal genitalia ' + 'structure (body structure)', + [])}, + 'Malignant': {'21594007': ('Malignant', [6063])}, + 'MalignantEpithelialNeoplasmOfThyroid': {'448216007': ('Malignant epithelial ' + 'neoplasm of thyroid', + [64])}, + 'MalignantFibrousHistiocytoma': {'34360000': ('Malignant fibrous histiocytoma', + [6030, 6033])}, + 'MalignantLymphomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'21964009': ('Malignant ' + 'lymphoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'MalignantMelanomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'2092003': ('Malignant ' + 'melanoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'MalignantNeoplasmPrimary': {'86049000': ('Malignant neoplasm, primary ' + '(morphologic abnormality)', + [])}, + 'MalleolarStructureOfTibia': {'314796009': ('Malleolar structure of tibia', + [1001, 1000, 1006])}, + 'MalloryBleachStain': {'406953004': ('Mallory bleach stain', [8112])}, + 'MalnadGiddaCattleBreed': {'133714006': ('Malnad Gidda cattle breed', [7480])}, + 'MalopolskiHorseBreed': {'131934005': ('Malopolski horse breed', [7480])}, + 'MalteseCatBreed': {'132652006': ('Maltese cat breed', [7480])}, + 'MalteseDog': {'39348004': ('Maltese dog', [7480])}, + 'MalteseGoatBreed': {'131610003': ('Maltese goat breed', [7480])}, + 'MalviCattleBreed': {'133617006': ('Malvi cattle breed', [7480])}, + 'MammaryDuctEctasia': {'22049009': ('Mammary duct ectasia', + [6057, 6031, 6030, 6064, 6054])}, + 'MammaryDuctogram': {'18102001': ('Mammary ductogram', + [6083, 6050, 6029, 6028])}, + 'MammographicArchitecturalDistortionOfBreast': {'129792006': ('Mammographic ' + 'architectural ' + 'distortion of ' + 'breast ' + '(finding)', + [])}, + 'MammographicBreastCompositionFinding': {'129715009': ('Mammographic breast ' + 'composition finding ' + '(finding)', + [])}, + 'MammographicBreastCompositionShowingScatteredFibroglandularDensities': {'129717001': ('Mammographic ' + 'breast ' + 'composition ' + 'showing ' + 'scattered ' + 'fibroglandular ' + 'densities ' + '(finding)', + [])}, + 'MammographicBreastDensity': {'129793001': ('Mammographic breast density ' + '(finding)', + [])}, + 'MammographicBreastMass': {'129788004': ('Mammographic breast mass', + [6017, 6016, 6054])}, + 'MammographicBreastMassFinding': {'129788004': ('Mammographic breast mass ' + 'finding (finding)', + [])}, + 'MammographicDifferenceInLocation': {'129808005': ('Mammographic difference ' + 'in location (finding)', + [])}, + 'MammographicDifferenceInMargin': {'129812004': ('Mammographic difference in ' + 'margin (finding)', + [])}, + 'MammographicDifferenceInNumberOfCalcifications': {'129810007': ('Mammographic ' + 'difference ' + 'in number ' + 'of ' + 'calcifications ' + '(finding)', + [])}, + 'MammographicDifferenceInOpacity': {'129807000': ('Mammographic difference in ' + 'opacity (finding)', + [])}, + 'MammographicDifferenceInShape': {'129811006': ('Mammographic difference in ' + 'shape (finding)', + [])}, + 'MammographicDifferenceInSize': {'129806009': ('Mammographic difference in ' + 'size (finding)', + [])}, + 'MammographicDifferenceInSpatialProximity': {'129809002': ('Mammographic ' + 'difference in ' + 'spatial proximity ' + '(finding)', + [])}, + 'MammographicDifferenceInSymmetry': {'129813009': ('Mammographic difference ' + 'in symmetry (finding)', + [])}, + 'MammographicSkinRetractionOfBreast': {'129796009': ('Mammographic skin ' + 'retraction of breast ' + '(finding)', + [])}, + 'MammographicSkinThickeningOfBreast': {'129797000': ('Mammographic skin ' + 'thickening of breast ' + '(finding)', + [])}, + 'MammographicTrabecularThickeningOfBreast': {'129795008': ('Mammographic ' + 'trabecular ' + 'thickening of ' + 'breast (finding)', + [])}, + 'Mammography': {'71651007': ('Mammography', [6060, 6058])}, + 'MammographyAssessmentCategory0NeedAdditionalImagingEvaluation': {'397138000': ('Mammography ' + 'assessment ' + '(Category ' + '0) ' + '- ' + 'Need ' + 'additional ' + 'imaging ' + 'evaluation ' + '(finding)', + [])}, + 'MammographyAssessmentCategory1Negative': {'397140005': ('Mammography ' + 'assessment ' + '(Category 1) - ' + 'Negative (finding)', + [])}, + 'MammographyAssessmentCategory2BenignFinding': {'397141009': ('Mammography ' + 'assessment ' + '(Category 2) - ' + 'Benign finding ' + '(finding)', + [])}, + 'MammographyAssessmentCategory3ProbablyBenignFindingShortIntervalFollowUp': {'397143007': ('Mammography ' + 'assessment ' + '(Category ' + '3) ' + '- ' + 'Probably ' + 'benign ' + 'finding, ' + 'short ' + 'interval ' + 'follow-up ' + '(finding)', + [])}, + 'MammographyAssessmentCategory4SuspiciousAbnormalityBiopsyShouldBeConsidered': {'397144001': ('Mammography ' + 'assessment ' + '(Category ' + '4) ' + '- ' + 'Suspicious ' + 'abnormality, ' + 'biopsy ' + 'should ' + 'be ' + 'considered ' + '(finding)', + [])}, + 'MammographyAssessmentCategory5HighlySuggestiveOfMalignancy': {'397145000': ('Mammography ' + 'assessment ' + '(Category ' + '5) ' + '- ' + 'Highly ' + 'suggestive ' + 'of ' + 'malignancy ' + '(finding)', + [])}, + 'MammographyBreastDensity': {'129793001': ('Mammography breast density', + [6056, 6016, 6015, 6054, 6014])}, + 'MampatiCattleBreed': {'133721006': ('Mampati cattle breed', [7480])}, + 'ManagraPigBreed': {'132033004': ('Managra pig breed', [7480])}, + 'ManapariCattleBreed': {'133722004': ('Manapari cattle breed', [7480])}, + 'ManchesterTerrierSuperbreed': {'5306005': ('Manchester terrier superbreed ' + '(organism)', + [])}, + 'ManchesterTerrierSuperbreedDogBreed': {'5306005': ('Manchester terrier ' + 'superbreed dog breed', + [7480])}, + 'MandalongCattleBreed': {'133747002': ('Mandalong cattle breed (organism)', + [])}, + 'MandalongXZebuCattleBreed': {'133747002': ('Mandalong X zebu cattle breed', + [7480])}, + 'MandiPigBreed': {'132165003': ('Mandi pig breed', [7480])}, + 'Mandible': {'91609006': ('Mandible', + [4030, + 4031, + 7304, + 4016, + 7483, + 7482, + 1002, + 1001, + 4042, + 1000, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'MandibularDentalArch': {'88176008': ('Mandibular dental arch', [7483, 7482])}, + 'MandibularIncisorTeeth': {'442274007': ('Mandibular incisor teeth', + [7483, 7482])}, + 'MandibularLeftCanineTooth': {'39844006': ('Mandibular left canine tooth', + [4026, 4018])}, + 'MandibularLeftCentralIncisorTooth': {'113278005': ('Mandibular left central ' + 'incisor tooth', + [4026, 4018])}, + 'MandibularLeftFirstMolarTooth': {'89625000': ('Mandibular left first molar ' + 'tooth', + [4026, 4018])}, + 'MandibularLeftFirstPremolarTooth': {'2400006': ('Mandibular left first ' + 'premolar tooth', + [4026, 4018])}, + 'MandibularLeftLateralTooth': {'77130001': ('Mandibular left lateral tooth', + [4026, 4018])}, + 'MandibularLeftSecondMolarTooth': {'48402004': ('Mandibular left second molar ' + 'tooth', + [4026, 4018])}, + 'MandibularLeftSecondPremolarTooth': {'24573005': ('Mandibular left second ' + 'premolar tooth', + [4026, 4018])}, + 'MandibularLeftThirdMolarTooth': {'74344005': ('Mandibular left third molar ' + 'tooth', + [4026, 4018])}, + 'MandibularLymphNode': {'155338003': ('mandibular lymph node', [7600])}, + 'MandibularRightCanineTooth': {'47055002': ('Mandibular right canine tooth', + [4026, 4018])}, + 'MandibularRightCentralIncisorTooth': {'15422005': ('Mandibular right central ' + 'incisor tooth', + [4026, 4018])}, + 'MandibularRightFirstMolarTooth': {'28480000': ('Mandibular right first molar ' + 'tooth', + [4026, 4018])}, + 'MandibularRightFirstPremolarTooth': {'80140008': ('Mandibular right first ' + 'premolar tooth', + [4026, 4018])}, + 'MandibularRightLateralIncisorTooth': {'82628004': ('Mandibular right lateral ' + 'incisor tooth', + [4026, 4018])}, + 'MandibularRightSecondMolarTooth': {'40005008': ('Mandibular right second ' + 'molar tooth', + [4026, 4018])}, + 'MandibularRightSecondPremolarTooth': {'8873007': ('Mandibular right second ' + 'premolar tooth', + [4026, 4018])}, + 'MandibularRightThirdMolarTooth': {'38994002': ('Mandibular right third molar ' + 'tooth', + [4026, 4018])}, + 'MangafodipirTrisodium': {'410873007': ('Mangafodipir trisodium', [12, 3850])}, + 'MangalargaHorseBreed': {'133052004': ('Mangalarga horse breed', [7480])}, + 'MangalargaMarchadorHorseBreed': {'132760001': ('Mangalarga Marchador horse ' + 'breed', + [7480])}, + 'MangalargaPaulistaHorseBreed': {'131936007': ('Mangalarga Paulista horse ' + 'breed', + [7480])}, + 'MangalistaPigBreed': {'132085002': ('Mangalista pig breed', [7480])}, + 'MangaliztaPigBreed': {'132085002': ('Mangalizta pig breed (organism)', [])}, + 'ManipulationOfCatheter': {'103712006': ('Manipulation of catheter ' + '(procedure)', + [])}, + 'ManipulationOfJoint': {'118745001': ('Manipulation of joint', [93])}, + 'ManipuriHorseBreed': {'132762009': ('Manipuri horse breed', [7480])}, + 'ManorHybridPigBreed': {'132010000': ('Manor Hybrid pig breed', [7480])}, + 'ManorMeishanPigBreed': {'132013003': ('Manor Meishan pig breed', [7480])}, + 'ManorRangerPigBreed': {'132012008': ('Manor Ranger pig breed', [7480])}, + 'MantiqueiraCattleBreed': {'133816004': ('Mantiqueira cattle breed (organism)', + [])}, + 'MantiqueiraXZebuCattleBreed': {'133816004': ('Mantiqueira X zebu cattle ' + 'breed', + [7480])}, + 'ManubriumOfSternum': {'37285002': ('Manubrium of sternum', [6115])}, + 'Manx': {'3995008': ('Manx', [7480])}, + 'ManxLoaghtanSheepBreed': {'131757005': ('Manx Loaghtan sheep breed', [7480])}, + 'ManxameseCatBreed': {'132651004': ('Manxamese cat breed', [7480])}, + 'MarchigianaCattleBreed': {'65344003': ('Marchigiana cattle breed (organism)', + [])}, + 'MarchigianaCowBreed': {'65344003': ('Marchigiana cow breed', [7480])}, + 'MaremmaSheepdogsDogBreed': {'132616007': ('Maremma Sheepdogs dog breed', + [7480])}, + 'MaremmanaCattleBreed': {'131495001': ('Maremmana cattle breed', [7480])}, + 'MaremmanaHorseBreed': {'131938008': ('Maremmana horse breed', [7480])}, + 'MaremmanaPigBreed': {'132189005': ('Maremmana pig breed', [7480])}, + 'MarfanSyndrome': {'19346006': ("Marfan's Syndrome", [3809])}, + 'Marginal': {'112233002': ('Marginal', [2])}, + 'MarginalCoronaryArtery': {'22765000': ('Marginal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'MarianasCattleBreed': {'131496000': ('Marianas cattle breed', [7480])}, + 'Marijuana': {'398705004': ('Marijuana', [6089])}, + 'MarinhoaCattleBreed': {'133504004': ('Marinhoa cattle breed', [7480])}, + 'MarkedlyEnlargedCardiacChamber': {'373128001': ('Markedly enlarged cardiac ' + 'chamber', + [3122, 3705])}, + 'MaronesaCattleBreed': {'133505003': ('Maronesa cattle breed', [7480])}, + 'MartiusYellowStain': {'46139004': ('martius yellow stain', [8112])}, + 'MarwariHorseBreed': {'131939000': ('Marwari horse breed', [7480])}, + 'MarylandPig': {'60958006': ('Maryland pig (organism)', [])}, + 'MarylandPigBreed': {'60958006': ('Maryland pig breed', [7480])}, + 'MaryutiCattleBreed': {'131497009': ('Maryuti cattle breed', [7480])}, + 'MasaiCattleBreed': {'409908002': ('Masai cattle breed (organism)', [])}, + 'MasaiCowBreed': {'409908002': ('Masai cow breed', [7480])}, + 'MasaiSheepBreed': {'131758000': ('Masai sheep breed', [7480])}, + 'MashenPigBreed': {'132137000': ('Mashen pig breed', [7480])}, + 'MashonaCattleBreed': {'133246007': ('Mashona cattle breed', [7480])}, + 'Mass': {'118538004': ('Mass', [12304]), + '4147007': ('Mass', [6104, 7159, 6102, 7194, 7151])}, + 'MassAMeasureOfQuantityOfMatterProperty': {'118538004': ('Mass, a measure of ' + 'quantity of matter ' + '(property) ' + '(qualifier value)', + [])}, + 'MassifCentralGoatBreed': {'131675001': ('Massif Central goat breed', [7480])}, + 'Mastectomy': {'5884001': ('Mastectomy (procedure)', [])}, + 'MastergiltPigBreed': {'132067009': ('Mastergilt pig breed', [7480])}, + 'MastiffDog': {'48524002': ('Mastiff dog', [7480])}, + 'MastoidBone': {'59066005': ('Mastoid bone', + [4030, + 4031, + 1002, + 1001, + 4042, + 1000, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'MastoidCellsAndAntra': {'91716001': ('Mastoid cells and antra', + [1002, 1001, 1000])}, + 'MastoidCellsAndAntraStructure': {'91716001': ('Mastoid cells and antra ' + 'structure (body structure)', + [])}, + 'MastoidLymphNode': {'279143009': ('mastoid lymph node', [7600])}, + 'MastoidStructure': {'59066005': ('Mastoid structure (body structure)', [])}, + 'MaternalHistoryOfInsulinDependence': {'444161008': ('Maternal history of ' + 'insulin dependence ' + '(situation)', + [])}, + 'MaureCattleBreed': {'133723009': ('Maure cattle breed', [7480])}, + 'MauritiusCreoleCattleBreed': {'131498004': ('Mauritius Creole cattle breed', + [7480])}, + 'MauritiusCréoleCattleBreed': {'131498004': ('Mauritius Créole cattle breed ' + '(organism)', + [])}, + 'Maxilla': {'70925003': ('Maxilla', + [4030, + 4031, + 7304, + 4016, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'MaxillaryDentalArch': {'39481002': ('Maxillary dental arch', [7483, 7482])}, + 'MaxillaryIncisorTeeth': {'442100006': ('Maxillary incisor teeth', + [7483, 7482])}, + 'MaxillaryLeftCanineTooth': {'72876007': ('Maxillary left canine tooth', + [4026, 4018])}, + 'MaxillaryLeftCentralIncisorTooth': {'31982000': ('Maxillary left central ' + 'incisor tooth', + [4026, 4018])}, + 'MaxillaryLeftFirstMolarTooth': {'23427002': ('Maxillary left first molar ' + 'tooth', + [4026, 4018])}, + 'MaxillaryLeftFirstPremolarTooth': {'61897005': ('Maxillary left first ' + 'premolar tooth', + [4026, 4018])}, + 'MaxillaryLeftLateralIncisorTooth': {'25748002': ('Maxillary left lateral ' + 'incisor tooth', + [4026, 4018])}, + 'MaxillaryLeftSecondMolarTooth': {'66303006': ('Maxillary left second molar ' + 'tooth', + [4026, 4018])}, + 'MaxillaryLeftSecondPremolarTooth': {'23226009': ('Maxillary left second ' + 'premolar tooth', + [4026, 4018])}, + 'MaxillaryLeftThirdMolarTooth': {'87704003': ('Maxillary left third molar ' + 'tooth', + [4026, 4018])}, + 'MaxillaryRightCanineTooth': {'80647007': ('Maxillary right canine tooth', + [4026, 4018])}, + 'MaxillaryRightCentralIncisorTooth': {'22120004': ('Maxillary right central ' + 'incisor tooth', + [4026, 4018])}, + 'MaxillaryRightFirstMolarTooth': {'5140004': ('Maxillary right first molar ' + 'tooth', + [4026, 4018])}, + 'MaxillaryRightFirstPremolarTooth': {'57826002': ('Maxillary right first ' + 'premolar tooth', + [4026, 4018])}, + 'MaxillaryRightLateralIncisorTooth': {'11712009': ('Maxillary right lateral ' + 'incisor tooth', + [4026, 4018])}, + 'MaxillaryRightSecondMolarTooth': {'7121006': ('Maxillary right second molar ' + 'tooth', + [4026, 4018])}, + 'MaxillaryRightSecondPremolarTooth': {'36492000': ('Maxillary right second ' + 'premolar tooth', + [4026, 4018])}, + 'MaxillaryRightThirdMolarTooth': {'68085002': ('Maxillary right third molar ' + 'tooth', + [4026, 4018])}, + 'MaxillarySinus': {'15924003': ('maxillary sinus', [7601, 1002, 1001, 1000])}, + 'MaxillarySinusStructure': {'15924003': ('Maxillary sinus structure (body ' + 'structure)', + [])}, + 'Maximal': {'56851009': ('Maximal (qualifier value)', [])}, + 'Maximum': {'56851009': ('Maximum', [3838, 12301, 7464, 3488])}, + 'MaximumDiastolicBloodPressure': {'314452008': ('Maximum diastolic blood ' + 'pressure (observable entity)', + [])}, + 'MaximumHeartRateAchievedDuringCourseOfProcedure': {'428630002': ('Maximum ' + 'heart rate ' + 'achieved ' + 'during ' + 'course of ' + 'procedure ' + '(observable ' + 'entity)', + [])}, + 'MaximumSystolicBloodPressure': {'314439003': ('Maximum systolic blood ' + 'pressure', + [3337, 3611])}, + 'May': {'399024000': ('May', [4012])}, + 'MayGrunwaldGiemsaStain': {'255803006': ('may-Grunwald giemsa stain', [8112])}, + 'MayProjection': {'399024000': ('May projection (qualifier value)', [])}, + 'Mayer': {'399000008': ('Mayer', [4012])}, + 'MayerProjection': {'399000008': ('Mayer projection (qualifier value)', [])}, + 'MazandaraniCattleBreed': {'133724003': ('Mazandarani cattle breed', [7480])}, + 'MazuryCattleBreed': {'133506002': ('Mazury cattle breed', [7480])}, + 'McnabDogBreed': {'132617003': ('McNab dog breed', [7480])}, + 'Mean': {'373098007': ('Mean', [3838, 7464, 3627, 3488])}, + 'MeanBloodPressure': {'6797001': ('Mean Blood Pressure', [12304, 3337, 3611])}, + 'MeanNumericEstimationTechnique': {'373098007': ('Mean - numeric estimation ' + 'technique (qualifier value)', + [])}, + 'MeanValueOfPopulation': {'373098007': ('Mean Value of population', + [226, 221, 7465])}, + 'Measured': {'258104002': ('Measured', [3627, 10009])}, + 'MeasurementMethod': {'370129005': ('Measurement Method', [9000])}, + 'MeasurementOfBloodPressureUsingCuffMethod': {'371911009': ('Measurement of ' + 'blood pressure ' + 'using cuff ' + 'method ' + '(procedure)', + [])}, + 'MeasurementOfCardiacOutput': {'117610000': ('Measurement of cardiac output ' + '(procedure)', + [])}, + 'MeasurementOfSystemicArterialPressureRegimeTherapy': {'73002000': ('Measurement ' + 'of ' + 'systemic ' + 'arterial ' + 'pressure ' + '(regime/therapy)', + [])}, + 'MeasurementOfVenousPressure': {'31724009': ('Measurement of venous pressure ' + '(procedure)', + [])}, + 'MeasuringRuler': {'102304005': ('Measuring ruler', + [4051, 7151, 8, 3451, 7193])}, + 'MeasuringRulerDevice': {'102304005': ('Measuring ruler, device (physical ' + 'object)', + [])}, + 'MeatlinePigBreed': {'132024001': ('Meatline pig breed', [7480])}, + 'MecklenburgHorseBreed': {'131994008': ('Mecklenburg horse breed', [7480])}, + 'Media': {'61695000': ('Media', [7156, 9514, 7192, 7151])}, + 'Medial': {'255561001': ('Medial', [2, 12117, 6065, 5, 4005, 12281])}, + 'MedialCommonIliacLymphNode': {'34625003': ('medial common iliac lymph node', + [7600])}, + 'MedialExternalIliacLymphNode': {'42472007': ('medial external iliac lymph ' + 'node', + [7600])}, + 'MedialLacunarLymphNode': {'23198005': ('medial lacunar lymph node', [7600])}, + 'MedialLateral': {'399012007': ('Medial-lateral', [501, 26]), + '399260004': ('medial-lateral', [4010, 501])}, + 'MedialLateralEmissiveProjection': {'399012007': ('Medial-lateral emissive ' + 'projection (qualifier ' + 'value)', + [])}, + 'MedialLateralProjection': {'399260004': ('Medial-lateral projection ' + '(qualifier value)', + [])}, + 'MedialLemniscus': {'30114003': ('Medial Lemniscus', + [7153, 7710, 9514, 7192, 7151, 7701])}, + 'MedialLemniscusStructure': {'30114003': ('Medial lemniscus structure (body ' + 'structure)', + [])}, + 'MedialLongitudinalFasciculus': {'28390009': ('medial longitudinal fasciculus', + [7710, 7701])}, + 'MedialLongitudinalFasciculusStructure': {'28390009': ('Medial longitudinal ' + 'fasciculus structure ' + '(body structure)', + [])}, + 'MedialMitralAnnulus': {'399093001': ('Medial Mitral Annulus', + [12236, 12305, 12235])}, + 'MedialMitralAnnulusStructure': {'399093001': ('Medial mitral annulus ' + 'structure (body structure)', + [])}, + 'MedialOblique': {'260426006': ('medial oblique', [4010, 501])}, + 'MedialPlantarArtery': {'74156002': ('medial plantar artery', + [3604, 3606, 3630])}, + 'MedialRollingOfBreast': {'399226006': ('Medial rolling of breast (procedure)', + [])}, + 'Median': {'260528009': ('Median (qualifier value)', []), + '373099004': ('Median', [3676, 7464, 3627])}, + 'MedianCubitalVein': {'49852007': ('Median Cubital vein', + [12108, 12103, 9514, 7192, 7151, 3827])}, + 'MedianNumericEstimationTechnique': {'373099004': ('Median - numeric ' + 'estimation technique ' + '(qualifier value)', + [])}, + 'MedianRetropharyngealLymphNode': {'167364008': ('median retropharyngeal ' + 'lymph node', + [7600])}, + 'MedianValueOfPopulation': {'373099004': ('Median Value of population', + [226, 221, 7465])}, + 'MediastinalEmphysema': {'16838000': ('Mediastinal emphysema (disorder)', [])}, + 'MediastinalLymphNode': {'62683002': ('mediastinal lymph node', [7600])}, + 'MediastinalLymphNodeStructure': {'62683002': ('Mediastinal lymph node ' + 'structure (body structure)', + [])}, + 'MediastinalStructure': {'72410000': ('Mediastinal structure (body structure)', + [])}, + 'Mediastinum': {'72410000': ('Mediastinum', + [6129, + 4030, + 4031, + 7155, + 4040, + 4042, + 6100, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'MedicalAir': {'417696007': ('Medical air', [629, 623])}, + 'MedicalIntensiveCare': {'441994008': ('Medical Intensive Care', [7030])}, + 'MedicalIntensiveCareUnit': {'441994008': ('Medical intensive care unit ' + '(environment)', + [])}, + 'MedicalMicrobiology': {'309956009': ('Medical Microbiology', [7030])}, + 'MedicalMicrobiologyDepartment': {'309956009': ('Medical microbiology ' + 'department (environment)', + [])}, + 'MedicalOphthalmologyDepartment': {'309935007': ('Medical ophthalmology ' + 'department (environment)', + [])}, + 'MedicalPractitioner': {'158965000': ('Medical Practitioner', + [7450, 9536, 7452])}, + 'MedicalRadiographer': {'159016003': ('Medical radiographer (occupation)', + [])}, + 'MedicalXRayFilm': {'706247001': ('Medical x-ray film', [7026])}, + 'MedicationAdministeredAfterLabVisit': {'371899006': ('Medication ' + 'administered after lab ' + 'visit (situation)', + [])}, + 'MedicationAdministeredAfterPercutaneousCoronaryIntervention': {'371902009': ('Medication ' + 'administered ' + 'after ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'MedicationAdministeredBeforeLabVisit': {'371898003': ('Medication ' + 'administered before ' + 'lab visit (situation)', + [])}, + 'MedicationAdministeredDuringLabVisit': {'371905006': ('Medication ' + 'administered during ' + 'lab visit (situation)', + [])}, + 'MedicationAdministeredDuringPercutaneousCoronaryIntervention': {'371903004': ('Medication ' + 'administered ' + 'during ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'MedicationAdministeredLessThan72HoursBeforePercutaneousCoronaryIntervention': {'371901002': ('Medication ' + 'administered ' + 'less ' + 'than ' + '72 ' + 'hours ' + 'before ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'MedicationAdministeredPriorToPercutaneousCoronaryIntervention': {'371904005': ('Medication ' + 'administered ' + 'prior ' + 'to ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'MedicationGiven': {'182833002': ('Medication given (situation)', [])}, + 'MedicationNotAdministered': {'371900001': ('Medication not administered ' + '(situation)', + [])}, + 'MedioLateral': {'399260004': ('medio-lateral', [4014]), + '399368009': ('Medio-Lateral', [7302])}, + 'MedioLateralOblique': {'399268006': ('Medio-lateral oblique', [501, 26]), + '399368009': ('medio-lateral oblique', + [4010, 4014, 501])}, + 'MedioLateralObliqueEmissiveProjection': {'399268006': ('Medio-lateral ' + 'oblique emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'MedioLateralObliqueProjection': {'399368009': ('Medio-lateral oblique ' + 'projection (qualifier value)', + [])}, + 'Mediolateral': {'261129000': ('Mediolateral (qualifier value)', []), + '399260004': ('Mediolateral', [7484])}, + 'Medium': {'255508009': ('Medium', [6118, 252])}, + 'MediumWoolMerinoSheepBreed': {'132717005': ('Medium-Wool Merino sheep breed', + [7480])}, + 'MedullaryCarcinoma': {'32913002': ('Medullary carcinoma', [6030, 6033])}, + 'MegezhHorseBreed': {'131940003': ('Megezh horse breed', [7480])}, + 'MeglumineDiatrizoate': {'47192000': ('Meglumine diatrizoate', [12, 3850])}, + 'MeglumineIodipamide': {'69783005': ('Meglumine iodipamide', [12, 3850])}, + 'MegrelHorseBreed': {'131941004': ('Megrel horse breed', [7480])}, + 'MeishanPigBreed': {'132243005': ('Meishan pig breed', [7480])}, + 'MeixinPigBreed': {'132330008': ('Meixin pig breed', [7480])}, + 'Melanoma': {'2092003': ('Melanoma', [639, 638])}, + 'MeldolaBlueStain': {'24516006': ('meldola blue stain', [8112])}, + 'Membranous': {'94150003': ('Membranous', [3707])}, + 'MembranousVentricularSeptumDefect': {'94150003': ('Membranous ventricular ' + 'septum defect (disorder)', + [])}, + 'MengguCattleBreed': {'131554001': ('Menggu cattle breed', [7480])}, + 'Meninges': {'1231004': ('Meninges', [7153, 9514, 7192, 7151])}, + 'MeningesStructure': {'1231004': ('Meninges structure (body structure)', [])}, + 'Meniscus': {'74135004': ('Meniscus', [7191, 7151, 7166])}, + 'MeniscusStructureOfJoint': {'74135004': ('Meniscus structure of joint (body ' + 'structure)', + [])}, + 'MenstrualBleedingPresent': {'289894009': ('Menstrual bleeding present ' + '(finding)', + [])}, + 'MenstruationPresent': {'289894009': ('Menstruation present', [6163])}, + 'MentalState': {'363871006': ('Mental state (observable entity)', [])}, + 'MenufiCattleBreed': {'131499007': ('Menufi cattle breed', [7480])}, + 'MeoPigBreed': {'132346000': ('Meo pig breed', [7480])}, + 'MeraukeCattleBreed': {'133725002': ('Merauke cattle breed', [7480])}, + 'Merchant': {'399284007': ('Merchant', [4012])}, + 'MerchantProjection': {'399284007': ('Merchant projection (qualifier value)', + [])}, + 'MercuricChloride': {'11496005': ('Mercuric chloride', [8114])}, + 'MercuryArcLamp': {'445685008': ('Mercury arc lamp', [8125])}, + 'MercuryArcLampMicroscopeIlluminator': {'445685008': ('Mercury arc lamp ' + 'microscope illuminator ' + '(physical object)', + [])}, + 'MerensHorseBreed': {'131942006': ('Merens horse breed', [7480])}, + 'MergellandSheepBreed': {'132687006': ('Mergelland sheep breed', [7480])}, + 'MerinoSheepSuperbreed': {'125101009': ('Merino sheep superbreed', [7480])}, + 'MerinolandschafSheepBreed': {'131759008': ('Merinolandschaf sheep breed', + [7480])}, + 'MertolengaCattleBreed': {'133585001': ('Mertolenga cattle breed', [7480])}, + 'Mescaline': {'373780001': ('Mescaline', [6089])}, + 'MesentericArtery': {'86570000': ('mesenteric artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'MesentericArteryLymphNode': {'299993000': ('mesenteric artery lymph node', + [7600])}, + 'MesentericVein': {'128583004': ('Mesenteric vein', + [3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630, + 3607])}, + 'Mesocardia': {'16567006': ('Mesocardia', [12249, 12248])}, + 'Mesothelioma': {'62064005': ('Mesothelioma', [639, 638])}, + 'MesotheliomaMalignant': {'62064005': ('Mesothelioma, malignant (morphologic ' + 'abnormality)', + [])}, + 'MespiperoneC11': {'424789007': ('Mespiperone C^11^', [4021])}, + 'MessaoriaCattleBreed': {'133507006': ('Messaoria cattle breed', [7480])}, + 'MessaraHorseBreed': {'131943001': ('Messara horse breed', [7480])}, + 'Metacarpal': {'36455000': ('Metacarpal', [1001, 1000, 1006])}, + 'Metacarpus': {'36455000': ('Metacarpus', [7483, 7482])}, + 'Metaiodobenzylguanidine123I': {'395787009': ('Metaiodobenzylguanidine[123I] ' + '(substance)', + [])}, + 'Metaiodobenzylguanidine131I': {'395789007': ('Metaiodobenzylguanidine[131I] ' + '(substance)', + [])}, + 'MetalOxideSemiconductorFieldEffectTransistorRadiationTherapyDosimetrySystemRadiationTherapyDosimetrySystemDosimeter': {'701933006': ('Metal-oxide ' + 'semiconductor ' + 'field-effect ' + 'transistor ' + 'radiation ' + 'therapy ' + 'dosimetry ' + 'system ' + 'radiation ' + 'therapy ' + 'dosimetry ' + 'system ' + 'dosimeter ' + '(physical ' + 'object)', + [])}, + 'MetalStent': {'257363003': ('metal stent', [3814])}, + 'MetanilYellowStain': {'54791001': ('metanil yellow stain', [8112])}, + 'Metastasis': {'128462008': ('Metastasis', [645])}, + 'MetastasisCategoryFinding': {'385380006': ('Metastasis category finding ' + '(finding)', + [])}, + 'Metatarsus': {'280711000': ('Metatarsus', [7483, 7482])}, + 'Methadone': {'387286002': ('Methadone', [6089])}, + 'Methanol': {'259221006': ('Methanol', [8114])}, + 'MethionineC11': {'129510001': ('Methionine C^11^', [4021])}, + 'Methlyphenidate': {'373337007': ('Methlyphenidate', [6089])}, + 'Methohexital': {'373488009': ('Methohexital', [625, 623])}, + 'Methoxyflurane': {'11136004': ('Methoxyflurane', [624, 623])}, + 'MethylBlueStain': {'9010006': ('methyl blue stain', [8112])}, + 'MethylGreenPyroninStain': {'255804000': ('methyl green pyronin stain', + [8112])}, + 'MethylGreenStain': {'22021002': ('methyl green stain', [8112])}, + 'MethylOrangeStain': {'42248000': ('methyl orange stain', [8112])}, + 'MethylRedStain': {'13744001': ('methyl red stain', [8112])}, + 'MethylViolet2BStain': {'15896008': ('methyl violet 2B stain', [8112])}, + 'MethylViolet6BStain': {'14544006': ('methyl violet 6B stain', [8112])}, + 'MethylVioletStain': {'387239001': ('methyl violet stain', [8112])}, + 'MethyleneBlue': {'354064008': ('Methylene blue', [4200]), + '6725000': ('Methylene blue', [10])}, + 'MethyleneBlueProduct': {'354064008': ('Methylene blue product (product)', + [])}, + 'MethyleneBlueStain': {'6725000': ('methylene blue stain', [8112])}, + 'MethyleneVioletStain': {'406961009': ('methylene violet stain', [8112])}, + 'MethyleneVioletStainBernthsen': {'31260003': ('methylene violet stain ' + '(Bernthsen)', + [8112])}, + 'Methylphenidate': {'373337007': ('Methylphenidate (substance)', [])}, + 'Methylprednisolone': {'116593003': ('Methylprednisolone', [65])}, + 'MethylprednisoloneSodiumSuccinate': {'109069007': ('Methylprednisolone ' + 'sodium succinate', + [65])}, + 'MetohijaRedCattleBreed': {'133508001': ('Metohija Red cattle breed', [7480])}, + 'Metrizamide': {'90733003': ('Metrizamide', [12, 3850])}, + 'Metrizoate': {'354094002': ('Metrizoate', [12, 3850])}, + 'Metronidazole': {'372602008': ('Metronidazole (substance)', [])}, + 'MetronidazoleAntibiotic': {'372602008': ('Metronidazole antibiotic', + [621, 622])}, + 'MeusseRhineIjsselCattleBreed': {'6112002': ('Meusse-Rhine-Ijssel cattle ' + 'breed (organism)', + [])}, + 'MeusseRhineIjsselCowBreed': {'6112002': ('Meusse-Rhine-Ijssel cow breed', + [7480])}, + 'MewatiCattleBreed': {'133618001': ('Mewati cattle breed', [7480])}, + 'MexicanHairlessDog': {'78246003': ('Mexican hairless dog', [7480])}, + 'MexicanWattledPigBreed': {'132170005': ('Mexican Wattled pig breed', [7480])}, + 'MezenHorseBreed': {'131988000': ('Mezen horse breed', [7480])}, + 'MezohegyesSportHorseHorseBreed': {'131989008': ('Mezohegyes Sport Horse ' + 'horse breed', + [7480])}, + 'MezzalinaCattleBreed': {'131500003': ('Mezzalina cattle breed', [7480])}, + 'MhaswadCattleBreed': {'133727005': ('Mhaswad cattle breed', [7480])}, + 'MiKiDogBreed': {'132438000': ('Mi-Ki dog breed', [7480])}, + 'MiPigBreed': {'132319005': ('Mi pig breed', [7480])}, + 'MiamiPigBreed': {'132190001': ('Miami pig breed', [7480])}, + 'MichelMedium': {'430028007': ("Michel's medium", [8114])}, + 'MichelTransportMedium': {'430028007': ('Michel transport medium (substance)', + [])}, + 'MicrocalcificationsOfTheBreast': {'44771000': ('Microcalcifications of the ' + 'breast', + [6011, 6010])}, + 'MicrodissectionOfTissueSpecimenUsingLaser': {'433454009': ('Microdissection ' + 'of tissue ' + 'specimen using ' + 'laser ' + '(procedure)', + [])}, + 'MicrolobulatedLesion': {'129739004': ('Microlobulated lesion', [6007, 6006])}, + 'MicroscopeSlide': {'433466003': ('Microscope slide', [8101, 8102])}, + 'MicroscopeSlideCoverSlip': {'433472003': ('Microscope slide cover slip', + [8102])}, + 'MicroscopeSlideCoverslip': {'433472003': ('Microscope slide coverslip ' + '(physical object)', + [])}, + 'MicroscopeSlideMountingMedia': {'430862008': ('Microscope slide mounting ' + 'media', + [8102])}, + 'MicroscopeSlideMountingMedium': {'430862008': ('Microscope slide mounting ' + 'medium (substance)', + [])}, + 'MicrowaveHeatingOfTissueSpecimen': {'433455005': ('Microwave heating of ' + 'tissue specimen ' + '(procedure)', + [])}, + 'MidCircumflexCoronaryArtery': {'91753007': ('Mid Circumflex Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 12292, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'MidFrequency': {'255218000': ('Mid-frequency', [6091])}, + 'MidLeftAnteriorDescendingCoronaryArtery': {'91748002': ('Mid Left Anterior ' + 'Descending Coronary ' + 'Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'MidLongitudinal': {'103342007': ('Mid-longitudinal', [3019, 211, 212, 5])}, + 'MidRightAtrium': {'128593006': ('Mid right atrium', [3011])}, + 'MidRightCoronaryArtery': {'450960006': ('Mid Right Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'Midazolam': {'373476007': ('Midazolam', [65, 625, 623, 66])}, + 'Midbrain': {'61962009': ('Midbrain', [7153, 9514, 7192, 7151])}, + 'MidbrainStructure': {'61962009': ('Midbrain structure (body structure)', [])}, + 'MidcolicLymphNode': {'282031000': ('midcolic lymph node', [7600])}, + 'MiddleAnteriorFibromuscularStromaOfProstate': {'716908000': ('Middle ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6303, 6300])}, + 'MiddleAsianOvtcharkaDogBreed': {'132437005': ('Middle Asian Ovtcharka dog ' + 'breed', + [7480])}, + 'MiddleCardiacVein': {'73580002': ('Middle Cardiac Vein', + [3839, 3011, 9514, 7192, 7151, 3827])}, + 'MiddleCerebellarPeduncle': {'33723005': ('Middle cerebellar peduncle', + [7153, + 7710, + 9514, + 7192, + 7151, + 7701])}, + 'MiddleCerebralArtery': {'17232002': ('Middle Cerebral Artery', + [12105, + 12103, + 12141, + 9514, + 7192, + 7151, + 3827])}, + 'MiddleCerebralArteryM1Segment': {'414722000': ('Middle Cerebral Artery M1 ' + 'Segment', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'MiddleCerebralArteryM2Segment': {'414723005': ('Middle Cerebral Artery M2 ' + 'Segment', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'MiddleDeepCervicalLymphNode': {'285427009': ('middle deep cervical lymph ' + 'node', + [7600])}, + 'MiddleEar': {'25342003': ('Middle ear', [9514, 7192, 4028, 7151])}, + 'MiddleEarStructure': {'25342003': ('Middle ear structure (body structure)', + [])}, + 'MiddleHepaticVein': {'273099000': ('Middle Hepatic Vein', + [12103, 12114, 9514, 7192, 7151, 3827])}, + 'MiddleJugularLymphNode': {'245322001': ('middle jugular lymph node', [7600])}, + 'MiddleLobeOfLung': {'40020002': ('Middle lobe of lung', [6124, 6126])}, + 'MiddleLobeOfRightLung': {'72481006': ('Middle lobe of right lung', + [7155, 9514, 7192, 7151])}, + 'MiddleWhitePig': {'82909008': ('Middle white pig (organism)', [])}, + 'MiddleWhitePigBreed': {'82909008': ('Middle white pig breed', [7480])}, + 'MiddleZoneOfLung': {'281393007': ('Middle zone of lung', [6124, 6126])}, + 'Midline': {'261129000': ('Midline', [5])}, + 'MigrationOfImplantOrInternalDevice': {'370512004': ('migration of implant or ' + 'internal device', + [3813])}, + 'Mild': {'255604002': ('Mild', [3716, 3832, 6130])}, + 'MildHypokinesis': {'371868005': ('Mild Hypokinesis', [3703])}, + 'MildHypokinesisOfCardiacWall': {'371868005': ('Mild hypokinesis of cardiac ' + 'wall (finding)', + [])}, + 'MildIntimalCoronaryIrregularitiesNoSignificantStenoses': {'371861004': ('Mild ' + 'intimal ' + 'coronary ' + 'irregularities, ' + 'no ' + 'significant ' + 'stenoses', + [3728])}, + 'MildIntimalCoronaryIrregularitiesWithoutSignificantStenoses': {'371861004': ('Mild ' + 'intimal ' + 'coronary ' + 'irregularities ' + 'without ' + 'significant ' + 'stenoses ' + '(finding)', + [])}, + 'MildRiskOfContextualQualifier': {'75976002': ('Mild risk of (contextual ' + 'qualifier) (qualifier value)', + [])}, + 'MildToModerate': {'371923003': ('Mild to Moderate', [3716])}, + 'MildToModerateRiskOfContextualQualifier': {'429551001': ('Mild to moderate ' + 'risk of ' + '(contextual ' + 'qualifier) ' + '(qualifier value)', + [])}, + 'MildlyEnlargedCardiacChamber': {'373126002': ('Mildly enlarged cardiac ' + 'chamber', + [3122, 3705])}, + 'MiliaryAneurysm': {'43299000': ('miliary aneurysm', [3808])}, + 'MilkOfCalciumCalcification': {'129753004': ('Milk of calcium calcification', + [6011, 6010])}, + 'MilkOfCalciumRadiographicCalcification': {'129753004': ('Milk of calcium ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'MilkingDevonCattleBreed': {'133247003': ('Milking Devon cattle breed', + [7480])}, + 'MilkingShorthornCattleBreed': {'78541007': ('Milking Shorthorn cattle breed ' + '(organism)', + [])}, + 'MilkingShorthornCowBreed': {'78541007': ('Milking Shorthorn cow breed', + [7480])}, + 'Miller': {'399005003': ('Miller', [4012])}, + 'MillerProjection': {'399005003': ('Miller projection (qualifier value)', [])}, + 'MinPeiDogBreed': {'132440005': ('Min-pei dog breed', [7480])}, + 'MinPigBreed': {'132120007': ('Min pig breed', [7480])}, + 'MinbeiSpottedPigBreed': {'132286005': ('Minbei Spotted pig breed', [7480])}, + 'MingrelianRedCattleBreed': {'133509009': ('Mingrelian Red cattle breed', + [7480])}, + 'MinhotaCattleBreed': {'133516005': ('Minhota cattle breed', [7480])}, + 'MiniatureAustralianShepherdDogBreed': {'132439008': ('Miniature Australian ' + 'Shepherd dog breed', + [7480])}, + 'MiniatureBullTerrierDogBreed': {'132618008': ('Miniature Bull Terrier dog ' + 'breed', + [7480])}, + 'MiniatureHerefordCattleBreed': {'132770004': ('Miniature Hereford cattle ' + 'breed', + [7480])}, + 'MiniaturePinscherDog': {'12131006': ('Miniature pinscher dog', [7480])}, + 'MiniaturePoodle': {'40121001': ('Miniature poodle (organism)', [])}, + 'MiniaturePoodleDogBreed': {'40121001': ('Miniature poodle dog breed', + [7480])}, + 'MiniatureSchnauzer': {'300004': ('Miniature schnauzer (organism)', [])}, + 'MiniatureSchnauzerDogBreed': {'300004': ('Miniature schnauzer dog breed', + [7480])}, + 'MiniatureZebuCattleBreed': {'133728000': ('Miniature Zebu cattle breed', + [7480])}, + 'Minimal': {'255605001': ('Minimal (qualifier value)', [])}, + 'Minimum': {'255605001': ('Minimum', [3838, 12301, 7464, 3488])}, + 'MinimumDiastolicBloodPressure': {'314451001': ('Minimum diastolic blood ' + 'pressure', + [3337, 3611])}, + 'MinisibPigBreed': {'132112005': ('Minisib pig breed', [7480])}, + 'Minnesota4PigBreed': {'132036007': ('Minnesota #4 pig breed', [7480])}, + 'MinnesotaPig': {'132036007': ('Minnesota pig (organism)', []), + '61083001': ('Minnesota pig (organism)', [])}, + 'MinnesotaPigBreed': {'61083001': ('Minnesota pig breed', [7480])}, + 'Minor': {'255606000': ('Minor', [251])}, + 'MinorAxis': {'131188004': ('Minor Axis', + [12304, + 12257, + 12277, + 7470, + 6165, + 12260, + 12271, + 12267, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 218, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 7469])}, + 'MinorcanCattleBreed': {'133517001': ('Minorcan cattle breed', [7480])}, + 'MinusinHorseBreed': {'132772007': ('Minusin horse breed', [7480])}, + 'MinzhuPigBreed': {'132248001': ('Minzhu pig breed', [7480])}, + 'MirandesaCattleBreed': {'133248008': ('Mirandesa cattle breed', [7480])}, + 'MirgorodPigBreed': {'132279002': ('Mirgorod pig breed', [7480])}, + 'MisakiHorseBreed': {'133012001': ('Misaki horse breed', [7480])}, + 'MishimaCattleBreed': {'133518006': ('Mishima cattle breed', [7480])}, + 'MissouriFoxTrottingHorse': {'12360007': ('Missouri fox trotting horse ' + '(organism)', + [])}, + 'MissouriFoxTrottingHorseBreed': {'12360007': ('Missouri fox trotting horse ' + 'breed', + [7480])}, + 'MitralAnnulus': {'65197004': ('Mitral Annulus', [12236, 12305, 12235])}, + 'MitralDiastolicFillingPeriod': {'371849007': ('Mitral diastolic filling ' + 'period (observable entity)', + [])}, + 'MitralDiastolicFillingPeriodDfpm': {'371849007': ('Mitral Diastolic Filling ' + 'Period (DFPm)', + [3616])}, + 'MitralRegurgitation': {'48724000': ('Mitral regurgitation', + [3700, 12249, 3728, 12248])}, + 'MitralRing': {'65197004': ('Mitral ring', [3011])}, + 'MitralStenosis': {'79619009': ('Mitral stenosis', + [3700, 12249, 3728, 12248])}, + 'MitralValve': {'91134007': ('Mitral Valve', + [6113, + 12236, + 6109, + 3701, + 12305, + 6102, + 12285, + 9514, + 7192, + 3610, + 7151, + 3630, + 12223])}, + 'MitralValveATDTRatio': {'399062002': ('Mitral Valve AT/DT Ratio', [12207])}, + 'MitralValveAWaveDuration': {'399229004': ('Mitral Valve A-Wave Duration', + [12207])}, + 'MitralValveArea': {'251012002': ('Mitral Valve Area', [3615])}, + 'MitralValveClosureToOpeningTime': {'399104001': ('Mitral Valve Closure to ' + 'Opening Time', + [12207])}, + 'MitralValveDisease': {'11851006': ('Mitral valve disease', [3700])}, + 'MitralValveDisorder': {'11851006': ('Mitral valve disorder (disorder)', [])}, + 'MitralValveEWaveDecelerationTime': {'399354002': ('Mitral Valve E-Wave ' + 'Deceleration Time', + [12207])}, + 'MitralValveFlow': {'371837006': ('Mitral Valve Flow', [3617])}, + 'MitralValveProlapse': {'409712001': ('Mitral valve prolapse', + [3700, 12249, 3728, 12248])}, + 'MitralValvePullbackPressureFunction': {'128450009': ('Mitral valve pullback ' + 'pressure, function ' + '(observable entity)', + [])}, + 'MitralValvePullbackPressureWaveform': {'128450009': ('Mitral valve pullback ' + 'pressure waveform', + [3003])}, + 'MitralValveRegurgitation': {'48724000': ('Mitral valve regurgitation ' + '(disorder)', + [])}, + 'MitralValveStenosis': {'79619009': ('Mitral valve stenosis (disorder)', [])}, + 'MitralValveStructure': {'91134007': ('Mitral valve structure (body ' + 'structure)', + [])}, + 'Mixed': {'26242008': ('mixed', [3802])}, + 'MixedAneurysm': {'85726003': ('mixed aneurysm', [3808])}, + 'MixedBreedCat': {'132653001': ('Mixed breed cat', [7480, 7486])}, + 'MixedBreedCattle': {'409906003': ('Mixed breed cattle', [7480, 7486])}, + 'MixedBreedChicken': {'406723001': ('Mixed breed chicken', [7480, 7486])}, + 'MixedBreedDog': {'132619000': ('Mixed breed dog', [7480, 7486])}, + 'MixedBreedGoat': {'131607005': ('Mixed breed goat', [7480, 7486])}, + 'MixedBreedHorse': {'406721004': ('Mixed breed horse', [7480, 7486])}, + 'MixedBreedPig': {'417012009': ('Mixed breed pig', [7480, 7486])}, + 'MixedBreedSheep': {'406722006': ('Mixed breed sheep', [7480, 7486])}, + 'MixedDairyCattleBreed': {'133249000': ('Mixed dairy cattle breed', [7480])}, + 'MixedIschemiaAndInfarction': {'428196007': ('Mixed Ischemia and Infarction', + [3121])}, + 'MixedMyocardialIschemiaAndInfarction': {'428196007': ('Mixed myocardial ' + 'ischemia and ' + 'infarction (disorder)', + [])}, + 'MixedPerijaneroCattleBreed': {'133821001': ('Mixed Perijanero cattle breed ' + '(organism)', + [])}, + 'MixedPerijaneroXZebuCattleBreed': {'133821001': ('Mixed Perijanero X zebu ' + 'cattle breed', + [7480])}, + 'MixedSmallCellCarcinoma': {'21326004': ('Mixed small cell carcinoma', + [639, 638])}, + 'MixedVenousBlood': {'116176007': ('Mixed Venous Blood', [3520])}, + 'Mixture': {'272163001': ('Mixture (qualifier value)', [])}, + 'MiyakoHorseBreed': {'133013006': ('Miyako horse breed', [7480])}, + 'Mode': {'373100007': ('Mode', [7464, 3627])}, + 'ModeNumericEstimationTechnique': {'373100007': ('Mode - numeric estimation ' + 'technique (qualifier value)', + [])}, + 'ModeneseCattleBreed': {'133519003': ('Modenese cattle breed', [7480])}, + 'Moderate': {'6736007': ('Moderate', [3716, 3832, 6130])}, + 'ModerateHypokinesis': {'371869002': ('Moderate Hypokinesis', [3703])}, + 'ModerateHypokinesisOfCardiacWall': {'371869002': ('Moderate hypokinesis of ' + 'cardiac wall (finding)', + [])}, + 'ModerateRisk': {'25594002': ('Moderate risk', [3118])}, + 'ModerateRiskOfContextualQualifier': {'25594002': ('Moderate risk of ' + '(contextual qualifier) ' + '(qualifier value)', + [])}, + 'ModerateSeverityModifier': {'6736007': ('Moderate (severity modifier) ' + '(qualifier value)', + [])}, + 'ModerateToHighRisk': {'429557002': ('Moderate to high risk', [3118])}, + 'ModerateToHighRiskOfContextualQualifier': {'429557002': ('Moderate to high ' + 'risk of ' + '(contextual ' + 'qualifier) ' + '(qualifier value)', + [])}, + 'ModerateToSevere': {'371924009': ('Moderate to Severe', [3716])}, + 'ModeratelyEnlargedCardiacChamber': {'373127006': ('Moderately enlarged ' + 'cardiac chamber', + [3122, 3705])}, + 'ModicanaCattleBreed': {'131501004': ('Modicana cattle breed', [7480])}, + 'ModicanaLowlandCattleBreed': {'131552002': ('Modicana lowland cattle breed', + [7480])}, + 'ModifiedBruceProtocol': {'129096001': ('Modified Bruce protocol', + [12001, 3261])}, + 'ModifiedNaughtonProtocol': {'129102008': ('Modified Naughton protocol', + [12001, 3261])}, + 'ModifiedTrichromeStain': {'406991004': ('modified trichrome stain', [8112])}, + 'MoghaniSheepBreed': {'132788007': ('Moghani sheep breed', [7480])}, + 'MoiCattleBreed': {'131502006': ('Moi cattle breed', [7480])}, + 'MolesPerUnitVolume': {'282258000': ('moles per unit volume (qualifier value)', + [])}, + 'MolybdenumANDORMolybdenumCompound': {'105860002': ('Molybdenum AND/OR ' + 'molybdenum compound ' + '(substance)', + [])}, + 'MolybdenumOrMolybdenumCompound': {'105860002': ('Molybdenum or Molybdenum ' + 'compound', + [10006, 10067, 10016])}, + 'MonarchPigBreed': {'132173007': ('Monarch pig breed', [7480])}, + 'MonchinaCattleBreed': {'133520009': ('Monchina cattle breed', [7480])}, + 'MongCaiPigBreed': {'132343008': ('Mong Cai pig breed', [7480])}, + 'MongallaCattleBreed': {'133729008': ('Mongalla cattle breed', [7480])}, + 'MongolianCattleBreed': {'133250000': ('Mongolian cattle breed', [7480])}, + 'MongolianHorseBreed': {'133014000': ('Mongolian horse breed', [7480])}, + 'MonitoredAnesthesiaCareMAC': {'398239001': ('Monitored Anesthesia Care (MAC)', + [611, 612])}, + 'MonitoredAnesthesiaCareSedation': {'398239001': ('Monitored anesthesia care ' + 'sedation (procedure)', + [])}, + 'MonitoringOfElectrocardiogramAtSurgery': {'91096005': ('Monitoring of ' + 'electrocardiogram at ' + 'surgery (procedure)', + [])}, + 'MonitoringOfRespirationRegimeTherapy': {'53617003': ('Monitoring of ' + 'respiration ' + '(regime/therapy)', + [])}, + 'MonoclonalAntibodyI124': {'424874008': ('Monoclonal antibody I^124^', + [4021])}, + 'MonoclonalGammopathyOfUndeterminedSignificance': {'35601003': ('Monoclonal ' + 'gammopathy ' + 'of ' + 'undetermined ' + 'significance ' + '(morphologic ' + 'abnormality)', + [])}, + 'MontafonCattleBreed': {'133521008': ('Montafon cattle breed', [7480])}, + 'MontanaPig': {'74517004': ('Montana pig (organism)', [])}, + 'MontanaPigBreed': {'74517004': ('Montana pig breed', [7480])}, + 'MontanaraCattleBreed': {'133590003': ('Montanara cattle breed', [7480])}, + 'MontbeliardCattleBreed': {'133522001': ('Montbeliard cattle breed', [7480])}, + 'MontdaleSheep': {'5164003': ('Montdale sheep (organism)', [])}, + 'MontdaleSheepBreed': {'5164003': ('Montdale sheep breed', [7480])}, + 'MontmorillonPigBreed': {'132191002': ('Montmorillon pig breed', [7480])}, + 'Moore': {'422568001': ('Moore', [4012])}, + 'MooreProjection': {'422568001': ('Moore projection (qualifier value)', [])}, + 'MoraRomagnolaPigBreed': {'132246002': ('Mora Romagnola pig breed', [7480])}, + 'MorabHorseBreed': {'133031007': ('Morab horse breed', [7480])}, + 'MoradaNovaSheepBreed': {'132803005': ('Morada Nova sheep breed', [7480])}, + 'MorangCattleBreed': {'133730003': ('Morang cattle breed', [7480])}, + 'MoravaPigBreed': {'133206001': ('Morava pig breed', [7480])}, + 'MoravianLargeYorkshirePigBreed': {'133216009': ('Moravian Large Yorkshire ' + 'pig breed', + [7480])}, + 'MoreDefined': {'129729005': ('More defined', [6134, 6003, 6002])}, + 'MoreIschemia': {'429477006': ('More ischemia', [3235])}, + 'MorenasDelNoroesteCattleBreed': {'133523006': ('Morenas del Noroeste cattle ' + 'breed', + [7480])}, + 'MorganHorse': {'21295007': ('Morgan horse (organism)', [])}, + 'MorganHorseBreed': {'21295007': ('Morgan horse breed', [7480])}, + 'Moribund': {'271593001': ('Moribund (finding)', [])}, + 'MorochucoHorseBreed': {'132773002': ('Morochuco horse breed', [7480])}, + 'Morphine': {'373529000': ('Morphine', [6089])}, + 'MorphologicallyAbnormalStructure': {'49755003': ('Morphologically Abnormal ' + 'Structure', + [3487, 4266, 1000, 7150])}, + 'MorphologyWithinNormalLimits': {'125112009': ('Morphology within normal ' + 'limits (finding)', + [])}, + 'MorticeProjection': {'260497009': ('Mortice projection', [4012])}, + 'MoruchaCattleBreed': {'133251001': ('Morucha cattle breed', [7480])}, + 'MoscowLonghairedToyTerrierDogBreed': {'132442002': ('Moscow Longhaired Toy ' + 'Terrier dog breed', + [7480])}, + 'MostSignificant': {'371925005': ('Most significant', [220])}, + 'MouflonSheep': {'45690005': ('Mouflon sheep (organism)', [])}, + 'MouflonSheepBreed': {'45690005': ('Mouflon sheep breed', [7480])}, + 'MountainCurDogBreed': {'132441009': ('Mountain Cur dog breed', [7480])}, + 'MouraPigBreed': {'132053000': ('Moura pig breed', [7480])}, + 'Mouth': {'123851003': ('Mouth', [9514, 7192, 7151, 4])}, + 'MouthClosed': {'286866000': ('Mouth closed', [4011, 502])}, + 'MouthRegionStructure': {'123851003': ('Mouth region structure (body ' + 'structure)', + [])}, + 'MoxotóGoatBreed': {'131622000': ('Moxotó goat breed', [7480])}, + 'MoyleHorseBreed': {'133032000': ('Moyle horse breed', [7480])}, + 'MozambiqueAngoniCattleBreed': {'133737000': ('Mozambique Angoni cattle breed', + [7480])}, + 'MpwapwaCattleBreed': {'133738005': ('Mpwapwa cattle breed', [7480])}, + 'MubanPigBreed': {'132843000': ('Muban pig breed', [7480])}, + 'MucicarmineStain': {'406964001': ('mucicarmine stain', [8112])}, + 'MucinousAdenocarcinoma': {'72495009': ('Mucinous adenocarcinoma (morphologic ' + 'abnormality)', + [])}, + 'MucinousAdenocarcinomaColloidCarcinoma': {'72495009': ('Mucinous ' + 'adenocarcinoma ' + '(Colloid carcinoma)', + [6030, 6033])}, + 'MucosaOfFloorOfMouth': {'36152006': ('Mucosa of floor of mouth', [4029])}, + 'MucosaOfLowerLip': {'46353006': ('Mucosa of lower lip', [4029])}, + 'MucosaOfMandibularGingiva': {'245823002': ('Mucosa of mandibular gingiva', + [4029])}, + 'MucosaOfMaxillaryGingiva': {'245814000': ('Mucosa of maxillary gingiva', + [4029])}, + 'MucosaOfTipOfTongue': {'245831007': ('Mucosa of tip of tongue', [4029])}, + 'MucosaOfTongue': {'8001006': ('Mucosa of tongue', [4029])}, + 'MucosaOfUpperLip': {'18444004': ('Mucosa of upper lip', [4029])}, + 'MudiDogBreed': {'132620006': ('Mudi dog breed', [7480])}, + 'MukotaPigBreed': {'132247006': ('Mukota pig breed', [7480])}, + 'MulefootPigBreed': {'132250009': ('Mulefoot pig breed', [7480])}, + 'MultiVesselCoronaryArteryDisease': {'371803003': ('Multi vessel coronary ' + 'artery disease.', + [3728])}, + 'Multifocal': {'524008': ('Multifocal', [6128])}, + 'MultifocalPrematureVentricularComplexes': {'10626002': ('Multifocal ' + 'premature ' + 'ventricular ' + 'complexes ' + '(disorder)', + [])}, + 'MultifocalPvcs': {'10626002': ('Multifocal PVCs', [3234])}, + 'MultipleAneurysm': {'125274006': ('multiple aneurysm', [3808])}, + 'MultipleAneurysms': {'125274006': ('Multiple aneurysms (morphologic ' + 'abnormality)', + [])}, + 'MultipleIrregularities': {'371922008': ('Multiple Irregularities', [3715])}, + 'MultipleMyelomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'55921005': ('Multiple ' + 'myeloma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'MultiplePregnancy': {'16356006': ('Multiple pregnancy', [6088, 6087])}, + 'MunchkinLonghairCatBreed': {'132670009': ('Munchkin Longhair cat breed', + [7480])}, + 'MunchkinShorthairCatBreed': {'132669008': ('Munchkin Shorthair cat breed', + [7480])}, + 'MunichMiniaturePigBreed': {'132360003': ('Munich Miniature pig breed', + [7480])}, + 'MunsterLanderPointerDogBreed': {'132621005': ('Munster Lander Pointer dog ' + 'breed', + [7480])}, + 'MuongKhuongPigBreed': {'132345001': ('Muong Khuong pig breed', [7480])}, + 'MurakozHorseBreed': {'131992007': ('Murakoz horse breed', [7480])}, + 'MurbodenCattleBreed': {'133268002': ('Murboden cattle breed', [7480])}, + 'MurcianCattleBreed': {'133524000': ('Murcian cattle breed', [7480])}, + 'MurcianPigBreed': {'132094008': ('Murcian pig breed', [7480])}, + 'MurcianaGranadinaGoatBreed': {'131698009': ('Murciana-Granadina goat breed', + [7480])}, + 'MurgeseHorse': {'406715003': ('Murgese horse (organism)', [])}, + 'MurgeseHorseBreed': {'406715003': ('Murgese horse breed', [7480])}, + 'MurgheseHorseBreed': {'132776005': ('Murghese horse breed', [7480])}, + 'MurinePoliovirus': {'42024000': ('Murine poliovirus (organism)', [])}, + 'MurleCattleBreed': {'133739002': ('Murle cattle breed', [7480])}, + 'Murmur': {'373112006': ('Murmur', [12246])}, + 'MurnauWerdenfelsCattleBreed': {'133525004': ('Murnau-Werdenfels cattle breed', + [7480])}, + 'MurrayGrayCattleBreed': {'133471008': ('Murray Gray cattle breed', [7480])}, + 'MusGenus': {'447482001': ('Mus genus', [7454])}, + 'MusMusculus': {'447612001': ('Mus musculus (organism)', [])}, + 'MusMusculusHouseMouse': {'447612001': ('Mus musculus (House mouse)', [7454])}, + 'Muscle': {'71616004': ('Muscle', + [7191, 10060, 6204, 7151, 6202, 7166, 10044])}, + 'MuscleBridge': {'424045003': ('Muscle Bridge', [3712])}, + 'MuscleOfHead': {'22688005': ('Muscle of head', [9514, 7192, 4028, 7151])}, + 'MuscleOfLowerLimb': {'102292000': ('Muscle of lower limb', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'MuscleOfNeck': {'81727001': ('Muscle of neck', [9514, 7192, 4028, 7151])}, + 'MuscleOfUpperLimb': {'30608006': ('Muscle of upper limb', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'Muscular': {'263816006': ('Muscular', [6100])}, + 'MusculoskeletalExtensionFunction': {'24154002': ('Musculoskeletal extension, ' + 'function (observable ' + 'entity)', + [])}, + 'MusculoskeletalTorsion': {'51795009': ('Musculoskeletal torsion (observable ' + 'entity)', + [])}, + 'MustangHorseBreed': {'133033005': ('Mustang horse breed', [7480])}, + 'MustardOperation': {'40250003': ('Mustard operation', [12247])}, + 'MustardOrSenningCommonSystemicVenousPathway': {'443809000': ('Mustard or ' + 'Senning Common ' + 'Systemic ' + 'Venous Pathway', + [12282])}, + 'MustardOrSenningInferiorVenaCavaPathway': {'444329004': ('Mustard or Senning ' + 'Inferior Vena Cava ' + 'Pathway', + [12282])}, + 'MustardOrSenningPulmonaryVenousPathway': {'443907004': ('Mustard or Senning ' + 'Pulmonary Venous ' + 'Pathway', + [12283])}, + 'MustardOrSenningSuperiorVenaCavaPathway': {'444177009': ('Mustard or Senning ' + 'Superior Vena Cava ' + 'Pathway', + [12282])}, + 'MustelaPutoriusFuro': {'449310008': ('Mustela putorius furo (ferret)', + [7454])}, + 'MustelaPutoriusSubspeciesFuro': {'449310008': ('Mustela putorius subspecies ' + 'furo (organism)', + [])}, + 'MycoticAneurysm': {'51668007': ('mycotic aneurysm', [3808])}, + 'Myeloma': {'55921005': ('Myeloma', [64])}, + 'MyeloperoxidaseStain': {'255805004': ('myeloperoxidase stain', [8112])}, + 'MyocardialBridgeOfCoronaryArtery': {'424045003': ('Myocardial bridge of ' + 'coronary artery ' + '(disorder)', + [])}, + 'MyocardialInfarction': {'22298006': ('Myocardial Infarction', [3121])}, + 'MyocardialIschemia': {'414795007': ('Myocardial ischemia', [3121])}, + 'MyocardialIschemiaManifestOnStressTestStatusPostMyocardialInfarction': {'371824008': ('Myocardial ' + 'ischemia ' + 'manifest ' + 'on ' + 'stress ' + 'test ' + 'status ' + 'post ' + 'myocardial ' + 'infarction ' + '(finding)', + [])}, + 'MyocardialPerfusion': {'251053005': ('Myocardial perfusion (observable ' + 'entity)', + [])}, + 'MyocardialPerfusionNormal': {'301121007': ('Myocardial perfusion normal', + [3120])}, + 'MyocardialPerfusionStressImagingUsingThallium201': {'431511008': ('Myocardial ' + 'perfusion ' + 'stress ' + 'imaging ' + 'using ' + 'Thallium ' + '201 ' + '(procedure)', + [])}, + 'Myocarditis': {'50920009': ('Myocarditis', [3700])}, + 'MyocardiumOfAnterolateralRegion': {'73050001': ('myocardium of anterolateral ' + 'region', + [3718])}, + 'MyocardiumOfApexOfHeart': {'47962008': ('myocardium of apex of heart', + [3718])}, + 'MyocardiumOfDiaphragmaticRegion': {'72542009': ('myocardium of diaphragmatic ' + 'region', + [3718])}, + 'MyocardiumOfInferolateralRegion': {'16239001': ('myocardium of inferolateral ' + 'region', + [3718])}, + 'MyocardiumOfPosterolateralRegion': {'33272004': ('myocardium of ' + 'posterolateral region', + [3718])}, + 'Myofibroblastoma': {'128738002': ('Myofibroblastoma', [6031, 6030])}, + 'Myopia': {'57190000': ('Myopia', [4238])}, + 'MyotonicGoatBreed': {'131623005': ('Myotonic goat breed', [7480])}, + 'MytileneHorseBreed': {'132777001': ('Mytilene horse breed', [7480])}, + 'N0NoRegionalLymphNodeMetastasisHistologically': {'373151001': ('N0: No ' + 'regional ' + 'lymph node ' + 'metastasis ' + 'histologically...', + [6161])}, + 'N1MetastasisIn1To3AxillaryLymphNodes': {'373156006': ('N1: Metastasis in 1 ' + 'to 3 axillary lymph ' + 'nodes...', + [6161])}, + 'N2MetastasisIn4To9AxillaryLymphNodes': {'373162001': ('N2: Metastasis in 4 ' + 'to 9 axillary lymph ' + 'nodes...', + [6161])}, + 'N2aMetastasisIn4To9AxillaryLymphNodes2Point0mm': {'373163006': ('N2a: ' + 'Metastasis ' + 'in 4 to 9 ' + 'axillary ' + 'lymph nodes ' + '(...2.0 ' + 'mm)...', + [6161])}, + 'N2bMetastasisInClinicallyApparentInternalNodes': {'373164000': ('N2b: ' + 'Metastasis ' + 'in ' + 'clinically ' + 'apparent ' + 'internal... ' + 'nodes...', + [6161])}, + 'N3MetastasisToIpsilateralInternalMammaryLymphNodes': {'369991007': ('N3: ' + 'Metastasis ' + 'to ' + 'ipsilateral ' + 'internal ' + 'mammary ' + 'lymph ' + 'node(s)', + [6161])}, + 'N3aMetastasisIn10OrMoreAxillaryLymphNodes': {'373165004': ('N3a: Metastasis ' + 'in 10 or more ' + 'axillary lymph ' + 'nodes...', + [6161])}, + 'N3bMetastasisInClinicallyApparentIpsilateralInternal': {'373167007': ('N3b: ' + 'Metastasis ' + 'in ' + 'clinically ' + 'apparent ' + 'ipsilateral ' + 'internal...', + [6161])}, + 'N3cMetastasisInIpsilateralSupraclavicularLymphNodes': {'373166003': ('N3c: ' + 'Metastasis ' + 'in ' + 'ipsilateral ' + 'supraclavicular ' + 'lymph ' + 'nodes...', + [6161])}, + 'NAcetylLAspartate': {'115391007': ('N-acetyl-L-aspartate (substance)', [])}, + 'NAcetylaspartate': {'115391007': ('N-acetylaspartate', + [7186, 7180, 218, 4032, 4033, 7469])}, + 'NDamaCattleBreed': {'133253003': ("N'dama cattle breed", [7480])}, + 'NDamaSangaCattleBreed': {'131505008': ("N'Dama Sanga cattle breed", [7480])}, + 'NGabouCattleBreed': {'133534009': ("N'Gabou cattle breed", [7480])}, + 'NGaoundereCattleBreed': {'133742008': ("N'Gaoundere cattle breed", [7480])}, + 'NSAID': {'372665008': ('NSAID', [621, 622])}, + 'NXRegionalLymphNodesCannotBeAssessed': {'373150000': ('NX: Regional lymph ' + 'nodes cannot be ' + 'assessed...', + [6161])}, + 'NYHAClassI': {'420300004': ('NYHA Class I', [3736])}, + 'NYHAClassII': {'421704003': ('NYHA Class II', [3736])}, + 'NYHAClassIII': {'420913000': ('NYHA Class III', [3736])}, + 'NYHAClassIV': {'422293003': ('NYHA Class IV', [3736])}, + 'NachiGoatBreed': {'131624004': ('Nachi goat breed', [7480])}, + 'NadbuzanskaPigBreed': {'133226002': ('Nadbuzanska pig breed', [7480])}, + 'NagoriCattleBreed': {'133619009': ('Nagori cattle breed', [7480])}, + 'NailOfFifthToe': {'22740002': ('Nail of fifth toe', [4029])}, + 'NailOfFinger': {'91456000': ('Nail of finger', [4029])}, + 'NailOfFourthToe': {'6194002': ('Nail of fourth toe', [4029])}, + 'NailOfGreatToe': {'38790000': ('Nail of great toe', [4029])}, + 'NailOfIndexFinger': {'63288009': ('Nail of index finger', [4029])}, + 'NailOfLittleFinger': {'44431006': ('Nail of little finger', [4029])}, + 'NailOfMiddleFinger': {'61366001': ('Nail of middle finger', [4029])}, + 'NailOfRingFinger': {'51596007': ('Nail of ring finger', [4029])}, + 'NailOfSecondToe': {'8770002': ('Nail of second toe', [4029])}, + 'NailOfThirdToe': {'1569005': ('Nail of third toe', [4029])}, + 'NailOfThumb': {'28274006': ('Nail of thumb', [4029])}, + 'NailOfToe': {'76578001': ('Nail of toe', [4029])}, + 'NakaliCattleBreed': {'133740000': ('Nakali cattle breed', [7480])}, + 'NamaCattleBreed': {'131503001': ('Nama cattle breed', [7480])}, + 'NamibDesertHorseHorseBreed': {'132778006': ('Namib Desert Horse horse breed', + [7480])}, + 'NanjingBlackPigBreed': {'132334004': ('Nanjing Black pig breed', [7480])}, + 'NantaisCattleBreed': {'133532008': ('Nantais cattle breed', [7480])}, + 'NanyangCattleBreed': {'131504007': ('Nanyang cattle breed', [7480])}, + 'NaphthaleneBlack12BStain': {'16788000': ('naphthalene black 12B stain', + [8112])}, + 'NaphtholASDChloracetateEsteraseStain': {'406973009': ('naphthol-AS-D-chloracetate ' + 'esterase stain', + [8112])}, + 'NaphtholGreenBStain': {'14958002': ('naphthol green B stain', [8112])}, + 'NaphtholYellowSStain': {'111101002': ('naphthol yellow S stain', [8112])}, + 'NarcoticOpiateAntagonist': {'372656001': ('Narcotic (opiate) antagonist', + [621, 622])}, + 'Narrow': {'134223000': ('Narrow', [6107])}, + 'NarymHorseBreed': {'132960009': ('Narym horse breed', [7480])}, + 'NasalBone': {'74386004': ('Nasal bone', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'NasalBoneStructure': {'74386004': ('Nasal bone structure (body structure)', + [])}, + 'NasalCavity': {'279549004': ('nasal cavity', [7601])}, + 'NasalCavityStructure': {'279549004': ('Nasal cavity structure (body ' + 'structure)', + [])}, + 'NasalCongestion': {'68235000': ('Nasal Congestion', [9300, 60])}, + 'NasalDecongestant': {'96329004': ('Nasal decongestant', [621, 622])}, + 'NasalDecongestantPreparation': {'96329004': ('Nasal decongestant preparation ' + '(product)', + [])}, + 'NasalRoute': {'46713006': ('Nasal route', [11])}, + 'NasalSinus': {'2095001': ('Nasal sinus', [7483, 7482])}, + 'NasalSinusStructure': {'2095001': ('Nasal sinus structure (body structure)', + [])}, + 'NasalStructure': {'45206002': ('Nasal structure (body structure)', [])}, + 'NasolabialLymphNode': {'144026003': ('nasolabial lymph node', [7600])}, + 'NasopharyngealStructure': {'71836000': ('Nasopharyngeal structure (body ' + 'structure)', + [])}, + 'Nasopharynx': {'360955006': ('Nasopharynx', [4040, 9514, 7192, 7151, 4]), + '71836000': ('nasopharynx', [7601])}, + 'NationalShowHorseHorseBreed': {'132997004': ('National Show Horse horse ' + 'breed', + [7480])}, + 'NationalSpottedSaddleHorseHorseBreed': {'132961008': ('National Spotted ' + 'Saddle Horse horse ' + 'breed', + [7480])}, + 'NaturalBrother': {'60614009': ('Natural brother', [7450, 7451])}, + 'NaturalDaughter': {'83420006': ('Natural daughter', [7450, 7451])}, + 'NaturalFather': {'9947008': ('Natural father', [7450, 7451])}, + 'NaturalGrandFather': {'62296006': ('Natural grand-father', [7450, 7451])}, + 'NaturalGrandMother': {'17945006': ('Natural grand-mother', [7450, 7451])}, + 'NaturalGrandfather': {'62296006': ('Natural grandfather (person)', [])}, + 'NaturalGrandmother': {'17945006': ('Natural grandmother (person)', [])}, + 'NaturalMother': {'65656005': ('Natural mother', [7450, 7451])}, + 'NaturalSister': {'73678001': ('Natural sister', [7450, 7451])}, + 'NaturalSon': {'113160008': ('Natural son', [7450, 7451])}, + 'NaughtonProtocol': {'129101001': ('Naughton protocol', [12001, 3261])}, + 'Nausea': {'422587007': ('Nausea', [3220])}, + 'NauseaAndVomitingStatusDisruptiveEffects': {'405165006': ('Nausea and ' + 'vomiting status: ' + 'disruptive ' + 'effects ' + '(observable ' + 'entity)', + [])}, + 'NavajoChurroSheepBreed': {'131838009': ('Navajo-Churro sheep breed', [7480])}, + 'NavajoSheep': {'59210004': ('Navajo sheep (organism)', [])}, + 'NavajoSheepBreed': {'59210004': ('Navajo sheep breed', [7480])}, + 'NavicularOfForefoot': {'30518006': ('Navicular of forefoot', [7483, 7482])}, + 'NavicularOfHindfoot': {'75772009': ('Navicular of hindfoot', [7483, 7482])}, + 'NdaguCattleBreed': {'133817008': ('Ndagu cattle breed (organism)', [])}, + 'NdaguXZebuCattleBreed': {'133817008': ('Ndagu X zebu cattle breed', [7480])}, + 'NebelungCatBreed': {'132671008': ('Nebelung cat breed', [7480])}, + 'Neck': {'45048000': ('Neck', + [4030, 4031, 4042, 9514, 7192, 4028, 7151, 4, 4009])}, + 'NeckAndChest': {'417437006': ('Neck and Chest', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'NeckAndOrChestAndOrAbdomenAndOrPelvis': {'416319003': ('Neck and/or chest ' + 'and/or abdomen ' + 'and/or pelvis (body ' + 'structure)', + [])}, + 'NeckAndOrChestAndOrAbdomenStructure': {'416152001': ('Neck and/or chest ' + 'and/or abdomen ' + 'structure (body ' + 'structure)', + [])}, + 'NeckAndOrChestStructure': {'417437006': ('Neck and/or chest structure (body ' + 'structure)', + [])}, + 'NeckChestAbdomenAndPelvis': {'416319003': ('Neck, Chest, Abdomen and Pelvis', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'NeckChestAndAbdomen': {'416152001': ('Neck, Chest and Abdomen', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'NeckOfRib': {'72184008': ('Neck of rib', [6115])}, + 'NeckStructure': {'45048000': ('Neck structure (body structure)', [])}, + 'Necrosis': {'6574001': ('Necrosis', [7168, 7159, 7194, 7151])}, + 'Needle': {'79068005': ('Needle', + [69, 6102, 6138, 7157, 6404, 7151, 6202, 6203, 7193])}, + 'NeedleDevice': {'79068005': ('Needle, device (physical object)', [])}, + 'Neer': {'422795009': ('Neer', [4012])}, + 'NeerProjection': {'422795009': ('Neer projection (qualifier value)', [])}, + 'Negative': {'260385009': ('Negative', [250])}, + 'NegativeLowerBodyPressure': {'128966001': ('Negative lower body pressure', + [91, 3271])}, + 'NegativeLowerBodyPressurePhysiologicChallenge': {'128966001': ('Negative ' + 'lower body ' + 'pressure ' + 'physiologic ' + 'challenge ' + '(procedure)', + [])}, + 'NegraSerranaGoatBreed': {'131612006': ('Negra Serrana goat breed', [7480])}, + 'NeijiangPigBreed': {'132249009': ('Neijiang pig breed', [7480])}, + 'NejdiCattleBreed': {'133533003': ('Nejdi cattle breed', [7480])}, + 'NelloreCattleBreed': {'76604009': ('Nellore cattle breed (organism)', [])}, + 'NelloreCowBreed': {'76604009': ('Nellore cow breed', [7480])}, + 'NeloreCattleBreed': {'133620003': ('Nelore cattle breed', [7480])}, + 'NeoAdjuvantIntent': {'373847000': ('Neo-adjuvant intent', [3629])}, + 'NeoAorta': {'14944004': ('Neo-aorta (primitive aorta)', [3604, 3606, 3630])}, + 'NeoaorticRoot': {'443726001': ('Neoaortic Root', [12289])}, + 'NeoaorticValve': {'443283007': ('Neoaortic Valve', [12289])}, + 'NeonatalIntensiveCare': {'405269005': ('Neonatal Intensive Care', [7030])}, + 'NeonatalIntensiveCareUnit': {'405269005': ('Neonatal intensive care unit ' + '(environment)', + [])}, + 'NeonatalPulmonaryArteryPrimitivePA': {'91707000': ('Neonatal pulmonary ' + 'artery (primitive PA)', + [3604, 3606, 3630])}, + 'Neoplasm': {'108369006': ('Neoplasm', [7159, 7194, 7151])}, + 'NeoplasmMetastatic': {'14799000': ('Neoplasm, metastatic (morphologic ' + 'abnormality)', + [])}, + 'NeoplasmOfColon': {'126838000': ('Neoplasm of colon (disorder)', [])}, + 'NeoplasmOfSkinOfBreast': {'126510002': ('Neoplasm of skin of breast ' + '(disorder)', + [])}, + 'NeoplasmOfTheMammarySkin': {'126510002': ('Neoplasm of the mammary skin', + [6030, 6033])}, + 'NeoplasmPrimary': {'86049000': ('Neoplasm, Primary', [7159, 7194, 7151])}, + 'NeoplasmSecondary': {'14799000': ('Neoplasm, Secondary', [7159, 7194, 7151])}, + 'NeopolitanMastiffDogBreed': {'132599007': ('Neopolitan Mastiff dog breed', + [7480])}, + 'NepaleseHillZebuCattleBreed': {'133741001': ('Nepalese Hill Zebu cattle ' + 'breed', + [7480])}, + 'Nephrology': {'309936008': ('Nephrology', [7030])}, + 'NephrologyDepartment': {'309936008': ('Nephrology department (environment)', + [])}, + 'Nerve': {'119410002': ('Nerve', [7191, 7151, 7166])}, + 'NervePart': {'119410002': ('Nerve part (body structure)', [])}, + 'Neurofibroma': {'89084002': ('Neurofibroma', [6031, 6030])}, + 'NeurofibromaNoInternationalClassificationOfDiseasesForOncologySubtype': {'89084002': ('Neurofibroma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'Neurofibromatosis': {'81669005': ('Neurofibromatosis', [6031, 6030])}, + 'Neurohypophysis': {'37512009': ('Neurohypophysis', [7153, 9514, 7192, 7151])}, + 'NeurohypophysisStructure': {'37512009': ('Neurohypophysis structure (body ' + 'structure)', + [])}, + 'Neurology': {'309937004': ('Neurology', [7030])}, + 'NeurologyDepartment': {'309937004': ('Neurology department (environment)', + [])}, + 'NeuromuscularBlockingNMBDepolarizing': {'373250005': ('NeuroMuscular ' + 'Blocking (NMB) - ' + 'depolarizing', + [621, 622])}, + 'NeuromuscularBlockingNMBNonDepolarizing': {'372790002': ('NeuroMuscular ' + 'Blocking (NMB) - ' + 'non depolarizing', + [621, 622])}, + 'Neurosurgery': {'310159002': ('Neurosurgery', [7030])}, + 'NeurosurgicalService': {'310159002': ('Neurosurgical service (qualifier ' + 'value)', + [])}, + 'NeutralBufferedFormalin': {'434162003': ('Neutral Buffered Formalin', + [8114])}, + 'NeutralRedStain': {'67956008': ('neutral red stain', [8112])}, + 'NeutrophilAlkalinePhosphataseStain': {'255806003': ('neutrophil alkaline ' + 'phosphatase stain', + [8112])}, + 'NeverSmokedTobacco': {'266919005': ('Never smoked tobacco (finding)', [])}, + 'NewFinding': {'129721008': ('New finding', [6003, 6002])}, + 'NewFindingSincePreviousMammogram': {'129721008': ('New finding since ' + 'previous mammogram ' + '(finding)', + [])}, + 'NewForestPony': {'26699009': ('New Forest pony (organism)', [])}, + 'NewForestPonyHorseBreed': {'26699009': ('New Forest pony horse breed', + [7480])}, + 'NewFuchsinStain': {'31714001': ('new fuchsin stain', [8112])}, + 'NewHuaiPigBreed': {'132136009': ('New Huai pig breed', [7480])}, + 'NewInfarction': {'429391004': ('New infarction', [3235])}, + 'NewIschemia': {'428927006': ('New ischemia', [3235])}, + 'NewKirgizHorseBreed': {'133010009': ('New Kirgiz horse breed', [7480])}, + 'NewLeftVentricularWallMotionAbnormalityComparedToPriorStudy': {'429058004': ('New ' + 'left ' + 'ventricular ' + 'wall ' + 'motion ' + 'abnormality ' + 'compared ' + 'to ' + 'prior ' + 'study ' + '(finding)', + [])}, + 'NewMyocardialInfarctionComparedToPriorStudy': {'429391004': ('New myocardial ' + 'infarction ' + 'compared to ' + 'prior study ' + '(finding)', + [])}, + 'NewMyocardialIschemiaComparedToPriorStudy': {'428927006': ('New myocardial ' + 'ischemia ' + 'compared to ' + 'prior study ' + '(finding)', + [])}, + 'NewWallMotionAbnormality': {'429058004': ('New wall motion abnormality', + [3237])}, + 'NewYorkHeartAssociationClassificationClassI': {'420300004': ('New York Heart ' + 'Association ' + 'Classification ' + '- Class I ' + '(finding)', + [])}, + 'NewYorkHeartAssociationClassificationClassII': {'421704003': ('New York ' + 'Heart ' + 'Association ' + 'Classification ' + '- Class II ' + '(finding)', + [])}, + 'NewYorkHeartAssociationClassificationClassIII': {'420913000': ('New York ' + 'Heart ' + 'Association ' + 'Classification ' + '- Class III ' + '(finding)', + [])}, + 'NewYorkHeartAssociationClassificationClassIV': {'422293003': ('New York ' + 'Heart ' + 'Association ' + 'Classification ' + '- Class IV ' + '(finding)', + [])}, + 'NewYorkRedPigBreed': {'132268007': ('New York Red pig breed', [7480])}, + 'NewZealandHeadingDogBreed': {'132463000': ('New Zealand Heading Dog breed', + [7480])}, + 'NewZealandRabbitBreed': {'132901006': ('New Zealand rabbit breed', [7480])}, + 'NewfoundlandDog': {'52253003': ('Newfoundland dog', [7480])}, + 'NewfoundlandPonyHorseBreed': {'133036002': ('Newfoundland Pony horse breed', + [7480])}, + 'NewfoundlandSheepBreed': {'132701004': ('Newfoundland sheep breed', [7480])}, + 'NgandaCattleBreed': {'131506009': ('Nganda cattle breed', [7480])}, + 'NghiaBinhPigBreed': {'132368005': ('Nghia Binh pig breed', [7480])}, + 'NguniCattleBreed': {'131435004': ('Nguni cattle breed', [7480])}, + 'NickelCobaltChromium': {'261249004': ('Nickel cobalt chromium', [300])}, + 'NickelTitanium': {'261250004': ('Nickel Titanium', [7300])}, + 'Nifedipine': {'85272000': ('Nifedipine', [10])}, + 'NigerianDwarfGoatBreed': {'131625003': ('Nigerian Dwarf goat breed', [7480])}, + 'NigerianHorseBreed': {'132962001': ('Nigerian horse breed', [7480])}, + 'NigerianPigBreed': {'133186006': ('Nigerian pig breed', [7480])}, + 'NightBlueStain': {'406965000': ('night blue stain', [8112])}, + 'NileBlueStain': {'77073008': ('nile blue stain', [8112])}, + 'NiloCanastraPigBreed': {'132057004': ('Nilo-Canastra pig breed', [7480])}, + 'NiloPigBreed': {'132161007': ('Nilo pig breed', [7480])}, + 'NiloticSangaCattleBreed': {'131507000': ('Nilotic Sanga cattle breed', + [7480])}, + 'NimariCattleBreed': {'133621004': ('Nimari cattle breed', [7480])}, + 'NinetiethPercentile': {'371887004': ('Ninetieth percentile (qualifier value)', + [])}, + 'NinetyFifthPercentile': {'371889001': ('Ninety-fifth percentile (qualifier ' + 'value)', + [])}, + 'NingxiangPigBreed': {'132245003': ('Ningxiang pig breed', [7480])}, + 'NiobiumANDORNiobiumCompound': {'429310004': ('Niobium AND/OR niobium ' + 'compound (substance)', + [])}, + 'NiobiumOrNiobiumCompound': {'429310004': ('Niobium or Niobium compound', + [10006, 10067])}, + 'Nipple': {'24142002': ('Nipple', [6016, 6054, 6014])}, + 'NippleDischargeSymptom': {'162164007': ('Nipple discharge symptom', [6055])}, + 'NippleInProfile': {'442581004': ('Nipple in profile', [4015])}, + 'NippleInProfileMammographyView': {'442581004': ('Nipple in profile ' + 'mammography view (qualifier ' + 'value)', + [])}, + 'NippleProblem': {'290119008': ('Nipple problem', [6055])}, + 'NippleRetraction': {'31845005': ('Nipple retraction', [6056, 6039])}, + 'NippleStructure': {'24142002': ('Nipple structure (body structure)', [])}, + 'NitraHybridPigBreed': {'133219002': ('Nitra Hybrid pig breed', [7480])}, + 'NitrateBasedVasodilatingAgent': {'31970009': ('Nitrate-based vasodilating ' + 'agent (product)', + [])}, + 'NitrateVasodilator': {'31970009': ('Nitrate vasodilator', [3760])}, + 'NitrazineYellowStain': {'86750008': ('nitrazine yellow stain', [8112])}, + 'Nitroglycerin': {'71759000': ('Nitroglycerin', [10])}, + 'NitrousOxide': {'111132001': ('Nitrous oxide', [624, 623])}, + 'NkediCattleBreed': {'133743003': ('Nkedi cattle breed', [7480])}, + 'NkoneCattleBreed': {'131508005': ('Nkone cattle breed', [7480])}, + 'No': {'373067005': ('No', [230, 231])}, + 'NoChange': {'260388006': ('No change', [3235, 3237, 3236])}, + 'NoFamilyHistoryBreastCarcinoma': {'313376005': ('No family history: breast ' + 'carcinoma (situation)', + [])}, + 'NoFamilyHistoryCardiovascularDisease': {'160270001': ('No family history: ' + 'Cardiovascular ' + 'disease (situation)', + [])}, + 'NoFamilyHistoryDiabetes': {'160274005': ('No family history diabetes ' + '(situation)', + [])}, + 'NoFamilyHistoryOfBreastCarcinoma': {'313376005': ('No family history of ' + 'breast carcinoma', + [6087, 6081])}, + 'NoFamilyHistoryOfCardiovascularDisease': {'160270001': ('No family history ' + 'of cardiovascular ' + 'disease', + [3758])}, + 'NoFamilyHistoryOfDiabetes': {'160274005': ('No family history of diabetes', + [3758])}, + 'NoHistoryOfSmoking': {'266919005': ('No History of Smoking', [3724])}, + 'NoMotorResponseToCommand': {'298336006': ('No motor response to command', + [9300, 60])}, + 'NoSignificantChangeSincePreviousMammogram': {'129723006': ('No significant ' + 'change since ' + 'previous ' + 'mammogram ' + '(finding)', + [])}, + 'NoSignificantChangesInTheFinding': {'129723006': ('No significant changes in ' + 'the finding', + [6134, 6003, 6002])}, + 'NoStatusChange': {'260388006': ('No status change (qualifier value)', [])}, + 'NoTailSheep': {'112486002': ('No-tail sheep (organism)', [])}, + 'NoTailSheepBreed': {'112486002': ('No-tail sheep breed', [7480])}, + 'NoThrombus': {'373140001': ('No Thrombus', [3714])}, + 'NodeCategoryFinding': {'385382003': ('Node category finding (finding)', [])}, + 'Nodular': {'255288007': ('Nodular', [6132])}, + 'Nodule': {'27925004': ('Nodule', [6104, 7159, 6102, 7194, 7151])}, + 'Nolke': {'399002000': ('Nolke', [4012])}, + 'NolkeProjection': {'399002000': ('Nolke projection (qualifier value)', [])}, + 'NomaHorseBreed': {'133037006': ('Noma horse breed', [7480])}, + 'NomarskiPrism': {'445633006': ('Nomarski prism', [8124])}, + 'NomarskiPrismOfOpticalMicroscope': {'445633006': ('Nomarski prism of optical ' + 'microscope (physical ' + 'object)', + [])}, + 'NonCalcified': {'17589002': ('non-calcified', [3802])}, + 'NonCardiacChestPain': {'274668005': ('Non-cardiac chest pain (finding)', [])}, + 'NonCoronarySinus': {'24865005': ('Non-coronary Sinus', [12291])}, + 'NonElectricHeatingPad': {'39790008': ('Non-electric heating pad', [635])}, + 'NonElectricHeatingPadDevice': {'39790008': ('Non-electric heating pad, ' + 'device (physical object)', + [])}, + 'NonHodgkinLymphoma': {'1929004': ("Non-Hodgkin's lymphoma", [6030, 6033])}, + 'NonHodgkinLymphomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'1929004': ('Non-Hodgkin ' + 'lymphoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'NonRadiopaqueMedium': {'43538006': ('Non radiopaque medium', [12, 3850])}, + 'NonRestrictive': {'373131000': ('Non-restrictive', [3707])}, + 'NonRestrictiveVentricularSeptalDefect': {'373131000': ('Non-restrictive ' + 'ventricular septal ' + 'defect (disorder)', + [])}, + 'NonSTElevationMyocardialInfarction': {'401314000': ('Non ST Elevation ' + 'Myocardial Infarction', + [3723])}, + 'NonSmallCellCarcinoma': {'128632008': ('Non-small cell carcinoma', + [639, 638])}, + 'NonSteroidalAntiInflammatoryAgent': {'372665008': ('Non-steroidal ' + 'anti-inflammatory agent ' + '(substance)', + [])}, + 'NonSustainedVentricularTachycardia': {'66657009': ('Non-sustained ' + 'ventricular tachycardia', + [3230])}, + 'NoncardiacChestPain': {'274668005': ('Noncardiac Chest Pain', [3202, 3220])}, + 'NoncontactFundusLens': {'410685001': ('Noncontact fundus lens', [4205])}, + 'NondepolarizingAgent': {'372790002': ('Nondepolarizing agent (substance)', + [])}, + 'None': {'260413007': ('None', [3716, 3707, 606, 4253])}, + 'NonionicIodinatedContrastMedia': {'96388005': ('Nonionic iodinated contrast ' + 'media (product)', + [])}, + 'NoniusHorseBreed': {'133045001': ('Nonius horse breed', [7480])}, + 'NonspecificEsteraseStain': {'255807007': ('nonspecific esterase stain', + [8112])}, + 'NonspecificSTTAbnormality': {'428750005': ('Nonspecific ST-T abnormality', + [3230])}, + 'NonspecificSTTAbnormalityOnElectrocardiogram': {'428750005': ('Nonspecific ' + 'ST-T ' + 'abnormality ' + 'on ' + 'electrocardiogram ' + '(finding)', + [])}, + 'NooitgedachtHorseBreed': {'133046000': ('Nooitgedacht horse breed', [7480])}, + 'NooitgedachtPonyHorseBreed': {'133038001': ('Nooitgedacht Pony horse breed', + [7480])}, + 'NoordhollanderSheepBreed': {'132690000': ('Noordhollander sheep breed', + [7480])}, + 'NorbottenspetsDogBreed': {'132592003': ('Norbottenspets dog breed', [7480])}, + 'NordlandHorseBreed': {'133039009': ('Nordland horse breed', [7480])}, + 'NorfolkHornSheepBreed': {'131837004': ('Norfolk Horn sheep breed', [7480])}, + 'NorfolkTerrier': {'62790004': ('Norfolk terrier', [7480])}, + 'Norgaard': {'399157000': ('Norgaard', [4012])}, + 'NorgaardProjection': {'399157000': ("Norgaard's projection (qualifier value)", + [])}, + 'NoricHorseBreed': {'133040006': ('Noric horse breed', [7480])}, + 'NorlinePigBreed': {'132027008': ('Norline pig breed', [7480])}, + 'Normal': {'164854000': ('Normal', [3230]), + '17621005': ('Normal', + [7169, + 7165, + 7168, + 7159, + 7196, + 222, + 7194, + 3211, + 3210, + 3119, + 242, + 7151])}, + 'NormalAorticRoot': {'373132007': ('Normal Aortic Root', [3709])}, + 'NormalCoronaryArteries': {'371860003': ('Normal coronary arteries', [3728])}, + 'NormalECG': {'164854000': ('Normal ECG', [3677])}, + 'NormalExtracardiacTracerUptake': {'428552000': ('Normal extracardiac tracer ' + 'uptake (finding)', + [])}, + 'NormalExtracardiacUptake': {'428552000': ('Normal extracardiac uptake', + [3116])}, + 'NormalGeneralBodyFunction': {'81323004': ('Normal general body function ' + '(finding)', + [])}, + 'NormalLeftAndRightHeartHemodynamics': {'371858000': ('Normal left and right ' + 'heart hemodynamics', + [3728])}, + 'NormalLeftHeartHemodynamics': {'371856001': ('Normal left heart hemodynamics', + [3728])}, + 'NormalLeftVentricularSystolicFunctionAndWallMotion': {'371857005': ('Normal ' + 'left ' + 'ventricular ' + 'systolic ' + 'function ' + 'and ' + 'wall ' + 'motion', + [3728])}, + 'NormalOverallCardiacContractility': {'373129009': ('Normal overall cardiac ' + 'contractility (finding)', + [])}, + 'NormalRange': {'260395002': ('Normal Range', [3642])}, + 'NormalRangeLowerLimit': {'385524004': ('Normal Range Lower Limit', [223])}, + 'NormalRangeUpperLimit': {'371933006': ('Normal Range Upper Limit', [223])}, + 'NormalRespiratoryRhythm': {'5467003': ('normal respiratory rhythm', [3416])}, + 'NormalRightHeartHemodynamics': {'371859008': ('Normal right heart ' + 'hemodynamics', + [3728])}, + 'NormalRisk': {'427986001': ('Normal risk', [3118])}, + 'NormalRiskOfContextualQualifier': {'427986001': ('Normal risk of (contextual ' + 'qualifier) (qualifier ' + 'value)', + [])}, + 'NormalSaline': {'262003004': ('Normal saline (product)', [])}, + 'NormalShape': {'31842008': ('Normal shape', [6039])}, + 'NormalSinusRhythm': {'64730000': ('normal sinus rhythm', [3826])}, + 'NormalSizeCardiacChamber': {'373124004': ('Normal size cardiac chamber', + [3122, 3705])}, + 'NormalVentricularWallMotion': {'373122000': ('Normal ventricular wall motion ' + '(finding)', + [])}, + 'NormalWallContractility': {'373129009': ('Normal wall contractility', + [3706])}, + 'NormalWallMotion': {'373122000': ('Normal wall motion', [3703])}, + 'NormalityUndetermined': {'371934000': ('Normality Undetermined', [222, 242])}, + 'NormanCoachHorse': {'39532001': ('Norman coach horse (organism)', [])}, + 'NormanCoachHorseBreed': {'39532001': ('Norman coach horse breed', [7480])}, + 'NormandPigBreed': {'132251008': ('Normand pig breed', [7480])}, + 'NormandeCattleBreed': {'81267004': ('Normande cattle breed (organism)', [])}, + 'NormandieCowBreed': {'81267004': ('Normandie cow breed', [7480])}, + 'NormanzuCattleBreed': {'133818003': ('Normanzu cattle breed (organism)', [])}, + 'NormanzuXZebuCattleBreed': {'133818003': ('Normanzu X zebu cattle breed', + [7480])}, + 'NorthAmericanShepherdDogBreed': {'132630002': ('North American Shepherd dog ' + 'breed', + [7480])}, + 'NorthBangladeshGrayCattleBreed': {'133744009': ('North Bangladesh Gray ' + 'cattle breed', + [7480])}, + 'NorthCaucasusPigBreed': {'132102003': ('North Caucasus pig breed', [7480])}, + 'NorthCountyCheviotSheep': {'87962009': ('North County cheviot sheep ' + '(organism)', + [])}, + 'NorthCountyCheviotSheepBreed': {'87962009': ('North County cheviot sheep ' + 'breed', + [7480])}, + 'NorthEastChinaSpottedPigBreed': {'132331007': ('North East China Spotted pig ' + 'breed', + [7480])}, + 'NorthFinncattleCattleBreed': {'133535005': ('North Finncattle cattle breed', + [7480])}, + 'NorthFujianBlackAndWhitePigBreed': {'132282007': ('North Fujian ' + 'Black-and-White pig breed', + [7480])}, + 'NorthMalawiAngoniCattleBreed': {'131509002': ('North Malawi Angoni cattle ' + 'breed', + [7480])}, + 'NorthSiberianPigBreed': {'132114006': ('North Siberian pig breed', [7480])}, + 'NorthSomaliZebuCattleBreed': {'133745005': ('North Somali Zebu cattle breed', + [7480])}, + 'NorthSwedishHorseHorseBreed': {'133041005': ('North Swedish Horse horse ' + 'breed', + [7480])}, + 'NorthSwedishTrotterHorseBreed': {'132963006': ('North Swedish Trotter horse ' + 'breed', + [7480])}, + 'NortheasternHorseBreed': {'133042003': ('Northeastern horse breed', [7480])}, + 'NorthernArdennaisHorseBreed': {'133067000': ('Northern Ardennais horse breed', + [7480])}, + 'NorthernBlueCattleBreed': {'133326004': ('Northern Blue cattle breed', + [7480])}, + 'NorwegianDunkerhoundDogBreed': {'132593008': ('Norwegian Dunkerhound dog ' + 'breed', + [7480])}, + 'NorwegianElkhound': {'76994004': ('Norwegian elkhound', [7480])}, + 'NorwegianForestCatBreed': {'132672001': ('Norwegian Forest cat breed', + [7480])}, + 'NorwegianFurSheepBreed': {'131836008': ('Norwegian Fur sheep breed', [7480])}, + 'NorwegianGoatBreed': {'131631000': ('Norwegian goat breed', [7480])}, + 'NorwegianLandracePig': {'42948007': ('Norwegian landrace pig (organism)', + [])}, + 'NorwegianLandracePigBreed': {'42948007': ('Norwegian landrace pig breed', + [7480])}, + 'NorwegianLundehundDogBreed': {'132629007': ('Norwegian Lundehund dog breed', + [7480])}, + 'NorwegianRedCattleBreed': {'133254009': ('Norwegian Red cattle breed', + [7480])}, + 'NorwichTerrier': {'26332008': ('Norwich terrier', [7480])}, + 'NorwoodTypeOperation': {'233139006': ('Norwood type operation', [12247])}, + 'Nose': {'45206002': ('Nose', [9514, 7192, 7151, 4])}, + 'NotAdministered': {'371900001': ('Not Administered', [3743, 3742])}, + 'NotEvaluated': {'373121007': ('Not Evaluated', [3703])}, + 'NotPerformed': {'262008008': ('Not performed', [3209, 3208])}, + 'NotPregnant': {'60001007': ('not pregnant', [6096])}, + 'NotSignificant': {'371928007': ('Not significant', [220])}, + 'NotSteady': {'103361006': ('Not Steady', [4220])}, + 'NottinghamCombinedGrade': {'372276001': ('Nottingham Combined Grade', + [6071])}, + 'NottinghamCombinedGradeCannotBeDetermined': {'384668003': ('Nottingham ' + 'Combined Grade ' + 'cannot be ' + 'determined', + [6069])}, + 'NottinghamCombinedGradeI3To5Points': {'369790002': ('Nottingham Combined ' + 'Grade I: 3-5 points', + [6069])}, + 'NottinghamCombinedGradeII6To7Points': {'369791003': ('Nottingham Combined ' + 'Grade II: 6-7 points', + [6069])}, + 'NottinghamCombinedGradeIII8To9Points': {'369792005': ('Nottingham Combined ' + 'Grade III: 8-9 points', + [6069])}, + 'NovaScotiaDuckTollingRetriever': {'26229008': ('Nova Scotia duck tolling ' + 'retriever (organism)', + [])}, + 'NovaScotiaDuckTollingRetrieverDogBreed': {'26229008': ('Nova Scotia duck ' + 'tolling retriever ' + 'dog breed', + [7480])}, + 'NubaMountainCattleBreed': {'133819006': ('Nuba Mountain cattle breed ' + '(organism)', + [])}, + 'NubaMountainXZebuCattleBreed': {'133819006': ('Nuba Mountain X zebu cattle ' + 'breed', + [7480])}, + 'NuclearFastRedStain': {'78869007': ('nuclear fast red stain', [8112])}, + 'NuclearMedicine': {'309938009': ('Nuclear Medicine', [7030])}, + 'NuclearMedicineCardiovascularStudy': {'108294005': ('Nuclear medicine ' + 'cardiovascular study', + [3757, 3206, 3108])}, + 'NuclearMedicineDepartment': {'309938009': ('Nuclear medicine department ' + '(environment)', + [])}, + 'NuclearMedicineDiagnosticProcedureOnCardiovascularSystem': {'108294005': ('Nuclear ' + 'medicine ' + 'diagnostic ' + 'procedure ' + 'on ' + 'cardiovascular ' + 'system ' + '(procedure)', + [])}, + 'NuclearMedicineDiagnosticProcedureOnNervousSystem': {'108300008': ('Nuclear ' + 'medicine ' + 'diagnostic ' + 'procedure ' + 'on ' + 'nervous ' + 'system', + [3108])}, + 'NuclearMedicineProcedure': {'371572003': ('Nuclear medicine procedure', + [6028])}, + 'NucleusAccumbens': {'427667007': ('Nucleus accumbens', + [7153, 7140, 9514, 7192, 7151])}, + 'NuerCattleBreed': {'131510007': ('Nuer cattle breed', [7480])}, + 'Nulliparous': {'102877006': ('Nulliparous', [6087, 6081])}, + 'NumberOfLesions': {'246206008': ('Number of lesions (observable entity)', + [])}, + 'NumberOfOccurrences': {'246432004': ('Number of occurrences (qualifier ' + 'value)', + [])}, + 'NumberOfUmbilicalArteries': {'249192005': ('Number of umbilical arteries', + [12279])}, + 'NurasCattleBreed': {'131511006': ('Nuras cattle breed', [7480])}, + 'Nurse': {'106292003': ('Nurse', [7450, 7452])}, + 'Nutrition': {'364393001': ('Nutrition', [3774])}, + 'NutritionalObservable': {'364393001': ('Nutritional observable (observable ' + 'entity)', + [])}, + 'NyoroCattleBreed': {'131512004': ('Nyoro cattle breed', [7480])}, + 'OEAxillaryLymphadenopathy': {'164150006': ('O/E - axillary lymphadenopathy', + [6055])}, + 'OEBreastLumpPalpated': {'268951004': ('O/E - Breast lump palpated', [6055])}, + 'OELymphadenopathy': {'274303007': ('O/E - lymphadenopathy', [6055])}, + 'OICPig': {'9135003': ('OIC pig (organism)', [])}, + 'OICPigBreed': {'9135003': ('OIC pig breed', [7480])}, + 'OberhasliGoatBreed': {'131632007': ('Oberhasli goat breed', [7480])}, + 'Oblique': {'21114003': ('Oblique', [6, 502, 6121, 501]), + '399182000': ('oblique', [4010, 501]), + '399366008': ('oblique', [21])}, + 'ObliqueAxial': {'399004004': ('oblique axial', [4010, 501]), + '399089007': ('Oblique axial', [501, 26])}, + 'ObliqueAxialEmissiveProjection': {'399089007': ('Oblique axial emissive ' + 'projection (qualifier ' + 'value)', + [])}, + 'ObliqueAxialProjection': {'399004004': ('Oblique axial projection (qualifier ' + 'value)', + [])}, + 'ObliqueBodyPosition': {'399366008': ('Oblique body position (finding)', [])}, + 'ObliqueCaudoCranial': {'399225005': ('oblique caudo-cranial', [4010, 501])}, + 'ObliqueCaudoCranialProjection': {'399225005': ('Oblique caudo-cranial ' + 'projection (qualifier value)', + [])}, + 'ObliqueCranioCaudal': {'399288005': ('oblique cranio-caudal', [4010, 501])}, + 'ObliqueCranioCaudalProjection': {'399288005': ('Oblique cranio-caudal ' + 'projection (qualifier value)', + [])}, + 'ObliqueLateral': {'260427002': ('Oblique lateral (qualifier value)', [])}, + 'ObliqueProjection': {'399182000': ('Oblique projection (qualifier value)', + [])}, + 'ObscuredLesion': {'129740002': ('Obscured lesion', [6007, 6006])}, + 'ObstetricHistory': {'248983002': ('Obstetric history (observable entity)', + [])}, + 'ObstetricalVersion': {'65240009': ('Obstetrical version (procedure)', [])}, + 'Obstetrics': {'309944008': ('Obstetrics', [7030])}, + 'ObstetricsAndGynecology': {'309942007': ('Obstetrics and Gynecology', + [7030])}, + 'ObstetricsAndGynecologyDepartment': {'309942007': ('Obstetrics and ' + 'gynecology department ' + '(environment)', + [])}, + 'ObstetricsDepartment': {'309944008': ('Obstetrics department (environment)', + [])}, + 'Obstruction': {'26036001': ('Obstruction (morphologic abnormality)', [])}, + 'ObturatorLymphNode': {'36086000': ('obturator lymph node', [7600])}, + 'OccipitalArtery': {'31145008': ('occipital artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'OccipitalBone': {'31640002': ('Occipital bone', [9514, 7192, 4028, 7151])}, + 'OccipitalBoneStructure': {'31640002': ('Occipital bone structure (body ' + 'structure)', + [])}, + 'OccipitalLobe': {'31065004': ('Occipital lobe', [7153, 9514, 7192, 7151])}, + 'OccipitalLobeStructure': {'31065004': ('Occipital lobe structure (body ' + 'structure)', + [])}, + 'OccipitalLymphNode': {'3916005': ('occipital lymph node', [7600])}, + 'OccipitalRegionOfScalp': {'700032006': ('Occipital region of scalp', + [12022])}, + 'OccipitalVein': {'32114007': ('Occipital vein', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'OcclusalProjection': {'260499007': ('Occlusal projection', [4010, 501])}, + 'Occlusion': {'26036001': ('occlusion', [3810])}, + 'OcclusionOfArtery': {'1386000': ('Occlusion of artery', [3413, 3754])}, + 'OcclusionOfCatheter': {'103714007': ('Occlusion of catheter', [9])}, + 'OcclusionOfPatentDuctusArteriosusUsingEmbolizationCoil': {'441676000': ('Occlusion ' + 'of ' + 'patent ' + 'ductus ' + 'arteriosus ' + 'using ' + 'embolization ' + 'coil ' + '(procedure)', + [])}, + 'OccupationalRequirement': {'429060002': ('Occupational requirement', [3201])}, + 'Ocicat': {'63972001': ('Ocicat', [7480])}, + 'OcularLubricant': {'398828005': ('Ocular Lubricant', [621, 622])}, + 'OculomotorNerve': {'56193007': ('oculomotor nerve', [7710, 7706])}, + 'OculomotorNerveStructure': {'56193007': ('Oculomotor nerve structure (body ' + 'structure)', + [])}, + 'OffAxis': {'419161000': ('Off axis', [6, 502, 501])}, + 'OhminiPigBreed': {'133180000': ('Ohmini pig breed', [7480])}, + 'OilImmersionLens': {'445622008': ('Oil immersion lens', [8121])}, + 'OilImmersionLensOfOpticalMicroscope': {'445622008': ('Oil immersion lens of ' + 'optical microscope ' + '(physical object)', + [])}, + 'OilInVitreousCavity': {'247095003': ('Oil in vitreous cavity (finding)', [])}, + 'OilRedOStain': {'40808006': ('oil red O stain', [8112])}, + 'OldDanishBirdDogBreed': {'132594002': ('Old Danish Bird Dog breed', [7480])}, + 'OldEnglishSheepdog': {'87029004': ('Old English sheepdog', [7480])}, + 'OldFarmCollieDogBreed': {'132461003': ('Old Farm Collie dog breed', [7480])}, + 'OldFormatDachsundDogBreed': {'132595001': ('Old Format Dachsund dog breed', + [7480])}, + 'OldFormatManchesterTerrierDogBreed': {'132596000': ('Old Format Manchester ' + 'Terrier dog breed', + [7480])}, + 'OldFormatMinToyPoodleDogBreed': {'132597009': ('Old Format Min/Toy Poodle ' + 'dog breed', + [7480])}, + 'OldFormatSheepBreed': {'131835007': ('Old Format Sheep breed', [7480])}, + 'OldFormatWelshCorgiDogBreed': {'132598004': ('Old Format Welsh Corgi dog ' + 'breed', + [7480])}, + 'OldGermanShepherdDogBreed': {'132462005': ('Old German Shepherd dog breed', + [7480])}, + 'OldNorwegianSheepBreed': {'131834006': ('Old Norwegian sheep breed', [7480])}, + 'OldSwedishSpottedPigBreed': {'132192009': ('Old Swedish Spotted pig breed', + [7480])}, + 'OldeEnglishBulldoggeDogBreed': {'132606004': ('Olde English Bulldogge dog ' + 'breed', + [7480])}, + 'OldenburgHorseBreed': {'133011008': ('Oldenburg horse breed', [7480])}, + 'OleicAcidI125': {'22979004': ('Oleic acid I^125^', [25])}, + 'OlfactoryTract': {'3960005': ('olfactory tract', [7710, 7706])}, + 'OlfactoryTractStructure': {'3960005': ('Olfactory tract structure (body ' + 'structure)', + [])}, + 'OliventinaPigBreed': {'132193004': ('Oliventina pig breed', [7480])}, + 'OmentalBursa': {'113346000': ('Omental bursa', [9514, 7192, 7151, 4])}, + 'OmentalBursaStructure': {'113346000': ('Omental bursa structure (body ' + 'structure)', + [])}, + 'Omentum': {'27398004': ('Omentum', [7154, 9514, 7192, 7151, 4])}, + 'OmentumStructure': {'27398004': ('Omentum structure (body structure)', [])}, + 'OnAdmission': {'278307001': ('On admission', [31])}, + 'OnExaminationAxillaryLymphadenopathy': {'164150006': ('On examination - ' + 'axillary ' + 'lymphadenopathy ' + '(disorder)', + [])}, + 'OnExaminationBreastLumpPalpated': {'268951004': ('On examination - breast ' + 'lump palpated (finding)', + [])}, + 'OnExaminationLens': {'309649001': ('On examination - lens (finding)', [])}, + 'OnExaminationLymphNodes': {'274303007': ('On examination - lymph nodes ' + '(finding)', + [])}, + 'OnExaminationPoorVisualFixation': {'314348007': ('On examination - poor ' + 'visual fixation (finding)', + [])}, + 'OneStandardDeviationAboveMean': {'371917008': ('One standard deviation above ' + 'mean (qualifier value)', + [])}, + 'OneStandardDeviationBelowMean': {'371919006': ('One standard deviation below ' + 'mean (qualifier value)', + [])}, + 'OpaqueMarker': {'262301009': ('Opaque Marker', [6040, 6401, 7151, 7193])}, + 'OpenWoundOfLowerLimb': {'26947005': ('Open wound of lower limb', [3205])}, + 'OperatingMicroscope': {'102321001': ('Operating Microscope', [4202])}, + 'OperatingMicroscopeDevice': {'102321001': ('Operating microscope, device ' + '(physical object)', + [])}, + 'OperationOnHeartValve': {'73544002': ('Operation on heart valve', [3721])}, + 'OperativeSite': {'43526002': ('Operative Site', [6201])}, + 'OphthalmicArtery': {'53549008': ('Ophthalmic Artery', + [12105, + 3604, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4209, + 3827, + 4, + 3630])}, + 'OphthalmicEndoscope': {'409902001': ('Ophthalmic Endoscope', [4202])}, + 'OphthalmicFormAtropine': {'349947003': ('Ophthalmic form atropine (product)', + [])}, + 'OphthalmicLubricant': {'398828005': ('Ophthalmic lubricant (product)', [])}, + 'OphthalmicPhenylephrine': {'386693003': ('Ophthalmic phenylephrine (product)', + [])}, + 'Ophthalmology': {'309935007': ('Ophthalmology', [7030])}, + 'OpiateAntagonist': {'372656001': ('Opiate antagonist (substance)', [])}, + 'OpticCanal': {'55024004': ('Optic canal', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'OpticCanalStructure': {'55024004': ('Optic canal structure (body structure)', + [])}, + 'OpticChiasm': {'244453006': ('Optic chiasm', [7153, 9514, 7192, 7151])}, + 'OpticChiasma': {'244453006': ('Optic chiasma (body structure)', [])}, + 'OpticDiscStructure': {'81016008': ('Optic disc structure (body structure)', + [])}, + 'OpticForamenProjection': {'272466003': ('Optic foramen projection (qualifier ' + 'value)', + [])}, + 'OpticNerve': {'18234004': ('optic nerve', [7710, 7706])}, + 'OpticNerveHead': {'81016008': ('Optic nerve head', [4211, 4266, 4209])}, + 'OpticNerveStructure': {'18234004': ('Optic nerve structure (body structure)', + [])}, + 'OpticRadiation': {'70105001': ('Optic radiation', + [7153, 7702, 7710, 9514, 7192, 7151])}, + 'OpticTract': {'53238003': ('Optic tract', [7153, 9514, 7192, 7151])}, + 'OpticTractStructure': {'53238003': ('Optic tract structure (body structure)', + [])}, + 'OpticalCoherenceTomographyScanner': {'392012008': ('Optical Coherence ' + 'Tomography Scanner', + [4210])}, + 'Optometry': {'310105000': ('Optometry', [7030])}, + 'OptometryService': {'310105000': ('Optometry service (qualifier value)', [])}, + 'OralCavity': {'74262004': ('oral cavity', [7601])}, + 'OralCavityStructure': {'74262004': ('Oral cavity structure (body structure)', + [])}, + 'OralMucosa': {'113277000': ('Oral mucosa', [10060, 10044, 4029])}, + 'OralMucousMembraneStructure': {'113277000': ('Oral mucous membrane structure ' + '(body structure)', + [])}, + 'OralRoute': {'26643006': ('Oral route', [11])}, + 'OralSurgery': {'309974000': ('Oral Surgery', [7030])}, + 'OralSurgeryDepartment': {'309974000': ('Oral surgery department ' + '(environment)', + [])}, + 'OrangeGStain': {'54221006': ('orange G stain', [8112])}, + 'OrangeIIStain': {'25941002': ('orange II stain', [8112])}, + 'Orbit': {'363654007': ('Orbit', [12022])}, + 'OrbitalStructure': {'363654007': ('Orbital structure', + [4030, + 4031, + 7483, + 7482, + 1002, + 1001, + 4042, + 1000, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'OrbitoParietalProjection': {'399351005': ('Orbito-parietal projection ' + '(qualifier value)', + [])}, + 'Orbitoparietal': {'399351005': ('orbitoparietal', [4010, 501])}, + 'OrceinStain': {'406966004': ('orcein stain', [8112])}, + 'OregonRexCatBreed': {'396505009': ('Oregon rex cat breed', [7480])}, + 'OrehlaDeColherPigBreed': {'132166002': ('Orehla de Colher pig breed', + [7480])}, + 'Organ': {'113343008': ('Organ', [7191, 7151, 7166])}, + 'OrganParenchyma': {'91772007': ('Organ parenchyma (body structure)', [])}, + 'OrientalHorseHorseBreed': {'132964000': ('Oriental Horse horse breed', + [7480])}, + 'OrientalLonghairCatBreed': {'132673006': ('Oriental Longhair cat breed', + [7480])}, + 'OrientalShorthairedCat': {'24967003': ('Oriental shorthaired cat', [7480])}, + 'OriginOfVessel': {'397421006': ('Origin of vessel', [12116])}, + 'OrkneySheepBreed': {'131833000': ('Orkney sheep breed', [7480])}, + 'OrlovTrotterHorseBreed': {'133066009': ('Orlov Trotter horse breed', [7480])}, + 'OrobicaGoatBreed': {'131613001': ('Orobica goat breed', [7480])}, + 'OropaCattleBreed': {'133536006': ('Oropa cattle breed', [7480])}, + 'OropharyngealStructure': {'31389004': ('Oropharyngeal structure (body ' + 'structure)', + [])}, + 'OropharyngealTonsil': {'17861009': ("oropharyngeal tonsil (waldeyer's ring)", + [7601])}, + 'Oropharynx': {'31389004': ('oropharynx', [7601])}, + 'OrthopedicDepartment': {'309989009': ('Orthopedic department (environment)', + [])}, + 'OrthopedicDevice': {'16349000': ('Orthopedic device', [1000])}, + 'OrthopedicSurgery': {'309989009': ('Orthopedic Surgery', [7030])}, + 'OrthostaticBodyPosition': {'10904000': ('Orthostatic body position (finding)', + [])}, + 'OryctolagusCuniculus': {'36571002': ('Oryctolagus cuniculus (organism)', [])}, + 'OryctolagusCuniculusEuropeanRabbit': {'36571002': ('Oryctolagus cuniculus ' + '(European rabbit)', + [7454])}, + 'OsmiumTetroxide': {'13931001': ('Osmium tetroxide', [8114])}, + 'Osmolality': {'56953008': ('Osmolality (observable entity)', [])}, + 'OssabawIslandPigBreed': {'132237008': ('Ossabaw Island pig breed', [7480])}, + 'Ossification': {'83323007': ('Ossification', [6132])}, + 'OssimiSheepBreed': {'132858008': ('Ossimi sheep breed', [7480])}, + 'OsteogenicSarcoma': {'21708004': ('Osteogenic sarcoma', [6030, 6033])}, + 'Osteosarcoma': {'21708004': ('Osteosarcoma', [639, 638])}, + 'OsteosarcomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'21708004': ('Osteosarcoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'Ostium': {'264114003': ('Ostium', [3019, 3837, 7111])}, + 'OstiumOfCoronarySinus': {'71271007': ('Ostium of coronary sinus', [3011])}, + 'Otorhinolaryngology': {'309978002': ('Otorhinolaryngology', [7030])}, + 'OtterHound': {'58116005': ('Otter hound', [7480])}, + 'Ottonello': {'399171008': ('Ottonello', [4012])}, + 'OttonelloProjection': {'399171008': ('Ottonello projection (qualifier value)', + [])}, + 'OuessantSheepBreed': {'132688001': ('Ouessant sheep breed', [7480])}, + 'OulmesBlondCattleBreed': {'133537002': ('Oulmes Blond cattle breed', [7480])}, + 'OutaouaisArcottSheepBreed': {'132857003': ('Outaouais Arcott sheep breed', + [7480])}, + 'OutpatientProcedure': {'371883000': ('Outpatient procedure', [3671])}, + 'Outward': {'255543005': ('Outward', [4214])}, + 'OvamboCattleBreed': {'131513009': ('Ovambo cattle breed', [7480])}, + 'OvarianArtery': {'12052000': ('Ovarian Artery', + [12103, 12140, 9514, 7192, 12111, 7151, 3827])}, + 'OvarianFollicleStructure': {'24162005': ('Ovarian follicle structure (body ' + 'structure)', + [])}, + 'OvarianStructure': {'15497006': ('Ovarian structure (body structure)', [])}, + 'OvarianVein': {'976004': ('Ovarian vein', + [12113, 12103, 12140, 9514, 7192, 7151, 3827])}, + 'Ovary': {'15497006': ('Ovary', + [10060, + 6204, + 9514, + 645, + 7160, + 7192, + 7151, + 6202, + 4, + 10044])}, + 'OverbedTrapezeDevice': {'422915004': ('Overbed trapeze device (physical ' + 'object)', + [])}, + 'OvineSpecies': {'36295001': ('Ovine species (organism)', [])}, + 'Ovis': {'388254009': ('Ovis', [7454])}, + 'OvisAries': {'125099002': ('Ovis aries (domestic sheep)', [7454])}, + 'OvoidShape': {'84360004': ('Ovoid shape (qualifier value)', [])}, + 'OvoidShapeOval': {'84360004': ('Ovoid shape (Oval)', [6005, 6004])}, + 'OwczarekPodhalandskiDogBreed': {'132591005': ('Owczarek Podhalandski dog ' + 'breed', + [7480])}, + 'OxfordDownSheep': {'53360003': ('Oxford Down sheep (organism)', [])}, + 'OxfordDownSheepBreed': {'53360003': ('Oxford Down sheep breed', [7480])}, + 'OxfordSandyBlockPig': {'5227002': ('Oxford sandy block pig (organism)', [])}, + 'OxfordSandyBlockPigBreed': {'5227002': ('Oxford sandy block pig breed', + [7480])}, + 'Oxygen': {'24099007': ('Oxygen', [13, 12, 3850])}, + 'OxygenAdministrationByMask': {'371908008': ('Oxygen Administration by mask', + [3531])}, + 'OxygenAdministrationByNasalCannula': {'371907003': ('Oxygen Administration ' + 'by nasal cannula', + [3531])}, + 'OxygenGas': {'320917000': ('Oxygen gas', [629, 623])}, + 'OxygenO14': {'424875009': ('Oxygen O^14^ (substance)', [])}, + 'OxygenO15': {'129504001': ('Oxygen O^15^', [4021])}, + 'OxygenTherapy': {'57485005': ('Oxygen Therapy', [617, 618])}, + 'OxygenWaterO15': {'129505000': ('Oxygen-water O^15^', [4021])}, + 'Oxytocic': {'410937004': ('Oxytocic', [621, 622])}, + 'OxytocicAgent': {'410937004': ('Oxytocic agent (substance)', [])}, + 'PETBrainStudy': {'241434002': ('PET brain study', [3108])}, + 'PETBreastStudy': {'416323006': ('PET breast study', [3108])}, + 'PETCTFDGImagingOfWholeBody': {'443271005': ('PET/CT FDG imaging of whole ' + 'body', + [100])}, + 'PETCTMETImagingOfWholeBody': {'443844003': ('PET/CT MET imaging of whole ' + 'body', + [100])}, + 'PETHeartStudy': {'241439007': ('PET heart study', [3757, 3206, 3108])}, + 'PETStudyForLocalizationOfTumor': {'241443006': ('PET study for localization ' + 'of tumor', + [3108])}, + 'PR1050PigBreed': {'132212003': ('PR 1050 pig breed', [7480])}, + 'PR1075PigBreed': {'132213008': ('PR 1075 pig breed', [7480])}, + 'PRK': {'397516006': ('PRK', [4234])}, + 'PTSMCu62': {'422789008': ('PTSM Cu^62^', [4021])}, + 'PTV': {'228793007': ('PTV', [9534])}, + 'PabnaCattleBreed': {'133820000': ('Pabna cattle breed (organism)', [])}, + 'PabnaXZebuCattleBreed': {'133820000': ('Pabna X zebu cattle breed', [7480])}, + 'PacedStressTest': {'428685003': ('Paced stress test', [3200])}, + 'PacemakerPulseGeneratorDevice': {'118378005': ('Pacemaker pulse generator, ' + 'device (physical object)', + [])}, + 'Pacing': {'18590009': ('Pacing', [91, 3271, 3555])}, + 'PacingWithMagnet': {'371909000': ('pacing with magnet', [3555])}, + 'PageBlue83Stain': {'5442001': ('page blue 83 stain', [8112])}, + 'PageBlueG90Stain': {'2088005': ('page blue G-90 stain', [8112])}, + 'PagetDiseaseMammary': {'2985005': ("Paget's disease, mammary (of the nipple)", + [6030, 6033])}, + 'PagliarolaSheepBreed': {'131830002': ('Pagliarola sheep breed', [7480])}, + 'PainManagement': {'309949003': ('Pain Management', [7030])}, + 'PainManagementDepartment': {'309949003': ('Pain management department ' + '(environment)', + [])}, + 'PainOfBreast': {'53430007': ('Pain of breast (finding)', [])}, + 'PainScore': {'225908003': ('Pain score (observable entity)', [])}, + 'PajunaCattleBreed': {'133538007': ('Pajuna cattle breed', [7480])}, + 'PalatineBone': {'51283005': ('Palatine bone', [9514, 7192, 4028, 7151])}, + 'PalatineBoneStructure': {'51283005': ('Palatine bone structure (body ' + 'structure)', + [])}, + 'PalatineTonsil': {'75573002': ('palatine tonsil', [7601])}, + 'PalatineUvula': {'26140008': ('palatine uvula', [7601])}, + 'PaleComplexion': {'398979000': ('Pale complexion (finding)', [])}, + 'PalliativeCare': {'309939001': ('Palliative Care', [7030])}, + 'PalliativeCareDepartment': {'309939001': ('Palliative care department ' + '(environment)', + [])}, + 'PalliativeIntent': {'363676003': ('Palliative Intent', [3629])}, + 'PalliativeProcedureIntent': {'363676003': ('Palliative - procedure intent ' + '(qualifier value)', + [])}, + 'PallorPaleComplexion': {'398979000': ('Pallor (Pale Complexion)', + [9300, 60])}, + 'Palmar45DegreeMedialDorsolateral': {'442740009': ('Palmar 45 degree ' + 'medial-dorsolateral', + [7484])}, + 'Palmar45DegreeMedialDorsolateralProjection': {'442740009': ('Palmar 45 ' + 'degree ' + 'medial-dorsolateral ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Palmar75DegreeProximalDorsodistalOblique': {'442591005': ('Palmar 75 degree ' + 'proximal-dorsodistal ' + 'oblique', + [7484])}, + 'Palmar75DegreeProximalDorsodistalObliqueProjection': {'442591005': ('Palmar ' + '75 ' + 'degree ' + 'proximal-dorsodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'PalmaromedialDorsolateral': {'442742001': ('Palmaromedial-dorsolateral', + [7484])}, + 'PalmaromedialDorsolateralProjection': {'442742001': ('Palmaromedial-dorsolateral ' + 'projection (qualifier ' + 'value)', + [])}, + 'PalmaroproximalDorsodistalOblique': {'442674000': ('Palmaroproximal-dorsodistal ' + 'oblique', + [7484])}, + 'PalmaroproximalDorsodistalObliqueProjection': {'442674000': ('Palmaroproximal-dorsodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'PalmeraCattleBreed': {'133539004': ('Palmera cattle breed', [7480])}, + 'PalmitateC11': {'129514005': ('Palmitate C^11^', [4021])}, + 'PalominoHorse': {'41738000': ('Palomino horse (organism)', [])}, + 'PalominoHorseBreed': {'41738000': ('Palomino horse breed', [7480])}, + 'PalousePig': {'49240006': ('Palouse pig (organism)', [])}, + 'PalousePigBreed': {'49240006': ('Palouse pig breed', [7480])}, + 'Palpation': {'113011001': ('Palpation', [3442])}, + 'Palpitations': {'80313002': ('Palpitations', [12246, 3201])}, + 'PanamaSheep': {'13934009': ('Panama sheep (organism)', [])}, + 'PanamaSheepBreed': {'13934009': ('Panama sheep breed', [7480])}, + 'Pancreas': {'15776009': ('Pancreas', + [1005, + 4030, + 10060, + 1001, + 1000, + 9514, + 7192, + 7151, + 4, + 10044])}, + 'PancreaticDuct': {'69930009': ('Pancreatic duct', [9514, 7192, 7151, 4])}, + 'PancreaticDuctAndBileDuctSystems': {'110621006': ('Pancreatic duct and bile ' + 'duct systems', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'PancreaticDuctAndBileDuctSystemsCombinedSite': {'110621006': ('Pancreatic ' + 'duct and bile ' + 'duct systems ' + '(combined ' + 'site) (body ' + 'structure)', + [])}, + 'PancreaticDuctStructure': {'69930009': ('Pancreatic duct structure (body ' + 'structure)', + [])}, + 'PancreaticLymphNode': {'77778009': ('pancreatic lymph node', [7600])}, + 'PancreaticStructure': {'15776009': ('Pancreatic structure (body structure)', + [])}, + 'PancreaticoduodenalLymphNode': {'76659008': ('pancreaticoduodenal lymph node', + [7600])}, + 'PancreaticosplenicLymphNode': {'16050005': ('pancreaticosplenic lymph node', + [7600])}, + 'Pancuronium': {'373738000': ('Pancuronium', [627, 623])}, + 'PanjeHorseBreed': {'132971005': ('Panje horse breed', [7480])}, + 'PankotaRedCattleBreed': {'133540002': ('Pankota Red cattle breed', [7480])}, + 'PantaneiroCattleBreed': {'133673003': ('Pantaneiro cattle breed', [7480])}, + 'PantaneiroHorseBreed': {'133065008': ('Pantaneiro horse breed', [7480])}, + 'PantelleriaCattleBreed': {'131514003': ('Pantelleria cattle breed', [7480])}, + 'Papaverine': {'346607007': ('Papaverine', [65])}, + 'PaphosCattleBreed': {'133541003': ('Paphos cattle breed', [7480])}, + 'PapillaryCarcinoma': {'25910003': ('Papillary carcinoma (invasive)', + [6030, 6033])}, + 'PapillaryCarcinomaInSitu': {'10376009': ('Papillary carcinoma in-situ', + [6030, 6033])}, + 'Papilloma': {'23730008': ('Papilloma', [6031, 6030])}, + 'PapillomaNoInternationalClassificationOfDiseasesForOncologySubtypeExceptPapillomaOfBladderM81201': {'23730008': ('Papilloma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(except ' + 'papilloma ' + 'of ' + 'bladder ' + 'M-81201) ' + '(morphologic ' + 'abnormality)', + [])}, + 'PapillonDog': {'41263004': ('Papillon dog', [7480])}, + 'ParaAorticLymphNodeOfTheAnteriorMediastinum': {'127939003': ('para-aortic ' + 'lymph node of ' + 'the anterior ' + 'mediastinum', + [7600])}, + 'ParaesophagealLymphNodeBelowCarina': {'127940001': ('paraesophageal lymph ' + 'node below carina', + [7600])}, + 'Paraffin': {'255667006': ('Paraffin (substance)', [])}, + 'ParaffinWax': {'311731000': ('Paraffin wax', [8115])}, + 'Paraformaldehyde': {'52836003': ('Paraformaldehyde', [8114])}, + 'ParalyticSyndrome': {'29426003': ('Paralytic syndrome', [3205])}, + 'ParamammaryLymphNode': {'368550005': ('paramammary lymph node', [7600])}, + 'ParametrialLymphNode': {'3243006': ('parametrial lymph node', [7600])}, + 'ParanasalSinus': {'2095001': ('Paranasal sinus', + [4030, + 4031, + 7601, + 4040, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'Paraproteinemia': {'35601003': ('Paraproteinemia', [64])}, + 'PararectalLymphNode': {'21875007': ('pararectal lymph node', [7600])}, + 'Parasagittal': {'103343002': ('Parasagittal', [6, 502, 501, 5])}, + 'Parasternal': {'91691001': ('Parasternal', [9514, 7192, 7151, 4])}, + 'ParasternalLongAxis': {'399139001': ('Parasternal long axis', [12226, 501])}, + 'ParasternalLongAxisView': {'399139001': ('Parasternal long axis view ' + '(qualifier value)', + [])}, + 'ParasternalLongAxisViewOfRightVentricularInflowTract': {'443082005': ('Parasternal ' + 'long ' + 'axis ' + 'view ' + 'of ' + 'right ' + 'ventricular ' + 'inflow ' + 'tract ' + '(qualifier ' + 'value)', + [])}, + 'ParasternalLongAxisViewOfRightVentricularOutflowTract': {'443083000': ('Parasternal ' + 'long ' + 'axis ' + 'view ' + 'of ' + 'right ' + 'ventricular ' + 'outflow ' + 'tract ' + '(qualifier ' + 'value)', + [])}, + 'ParasternalLongAxisViewOfTheRVInflowTract': {'443082005': ('Parasternal long ' + 'axis view of the ' + 'RV inflow tract', + [12226, 501])}, + 'ParasternalLongAxisViewOfTheRVOutflowTract': {'443083000': ('Parasternal ' + 'long axis view ' + 'of the RV ' + 'outflow tract', + [12226, 501])}, + 'ParasternalLymphNode': {'82365008': ('parasternal lymph node', [7600])}, + 'ParasternalShortAxis': {'399306005': ('Parasternal short axis', + [12226, 501])}, + 'ParasternalShortAxisAtTheAorticValveLevel': {'399239005': ('Parasternal ' + 'short axis at ' + 'the aortic valve ' + 'level', + [12226, 501])}, + 'ParasternalShortAxisAtTheLevelOfTheMitralChords': {'399371001': ('Parasternal ' + 'short axis ' + 'at the ' + 'level of ' + 'the mitral ' + 'chords', + [12226, + 501])}, + 'ParasternalShortAxisAtTheMitralValveLevel': {'399036006': ('Parasternal ' + 'short axis at ' + 'the Mitral Valve ' + 'level', + [12226, 501])}, + 'ParasternalShortAxisAtThePapillaryMuscleLevel': {'399271003': ('Parasternal ' + 'short axis ' + 'at the ' + 'Papillary ' + 'Muscle level', + [12226, 501])}, + 'ParasternalShortAxisView': {'399306005': ('Parasternal short axis view ' + '(qualifier value)', + [])}, + 'ParasternalShortAxisViewAtTheAorticValveLevel': {'399239005': ('Parasternal ' + 'short axis ' + 'view at the ' + 'aortic valve ' + 'level ' + '(qualifier ' + 'value)', + [])}, + 'ParasternalShortAxisViewAtTheLevelOfTheMitralChords': {'399371001': ('Parasternal ' + 'short ' + 'axis ' + 'view ' + 'at the ' + 'level ' + 'of the ' + 'mitral ' + 'chords ' + '(qualifier ' + 'value)', + [])}, + 'ParasternalShortAxisViewAtTheMitralValveLevel': {'399036006': ('Parasternal ' + 'short axis ' + 'view at the ' + 'mitral valve ' + 'level ' + '(qualifier ' + 'value)', + [])}, + 'ParasternalShortAxisViewAtThePapillaryMuscleLevel': {'399271003': ('Parasternal ' + 'short ' + 'axis ' + 'view at ' + 'the ' + 'papillary ' + 'muscle ' + 'level ' + '(qualifier ' + 'value)', + [])}, + 'Parathyroid': {'111002': ('Parathyroid', [4030, 9514, 7192, 7151, 4])}, + 'ParathyroidStructure': {'111002': ('Parathyroid structure (body structure)', + [])}, + 'ParatrachealLymphNode': {'65690001': ('paratracheal lymph node', [7600])}, + 'ParavaginalLymphNode': {'16228004': ('paravaginal lymph node', [7600])}, + 'ParavesicularLymphNode': {'1439000': ('paravesicular lymph node', [7600])}, + 'Parenchyma': {'91772007': ('Parenchyma', [5])}, + 'ParenteralEnteralSolutionBag': {'464557001': ('Parenteral/enteral solution ' + 'bag', + [68])}, + 'ParietalBone': {'24924006': ('Parietal bone', [9514, 7192, 4028, 7151])}, + 'ParietalBoneStructure': {'24924006': ('Parietal bone structure (body ' + 'structure)', + [])}, + 'ParietalLobe': {'16630005': ('Parietal lobe', [7153, 9514, 7192, 7151])}, + 'ParietalLobeStructure': {'16630005': ('Parietal lobe structure (body ' + 'structure)', + [])}, + 'ParietoOrbital': {'399316002': ('parieto-orbital', [4010, 501])}, + 'ParietoOrbitalProjection': {'399316002': ('Parieto-orbital projection ' + '(qualifier value)', + [])}, + 'Parietoacanthial': {'399272005': ('parietoacanthial', [4010, 501])}, + 'ParietoacanthialProjection': {'399272005': ('Parietoacanthial projection ' + '(qualifier value)', + [])}, + 'ParmensePigBreed': {'132194005': ('Parmense pig breed', [7480])}, + 'ParotidGland': {'45289007': ('Parotid gland', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'ParotidGlandStructure': {'45289007': ('Parotid gland structure (body ' + 'structure)', + [])}, + 'ParotidLymphNode': {'10209003': ('parotid lymph node', [7600])}, + 'ParoxysmalVentricularTachycardia': {'66657009': ('Paroxysmal ventricular ' + 'tachycardia (disorder)', + [])}, + 'ParthenaisCattleBreed': {'133255005': ('Parthenais cattle breed', [7480])}, + 'PartiColorCockerSpaniel': {'58888001': ('Parti-color cocker spaniel ' + '(organism)', + [])}, + 'PartiColorCockerSpanielDogBreed': {'58888001': ('Parti-color cocker spaniel ' + 'dog breed', + [7480])}, + 'Partial': {'255609007': ('Partial (qualifier value)', [])}, + 'PartialAnomalousPulmonaryVenousConnection': {'68237008': ('Partial anomalous ' + 'pulmonary venous ' + 'connection', + [12249, 12248])}, + 'PartialAnomalousPulmonaryVenousConnectionOperation': {'174900004': ('Partial ' + 'anomalous ' + 'pulmonary ' + 'venous ' + 'connection ' + 'operation', + [12247])}, + 'PartiallyReversibleMyocardialPerfusionDefect': {'251056002': ('Partially ' + 'Reversible ' + 'myocardial ' + 'perfusion ' + 'defect', + [3113])}, + 'PasoFinoHorse': {'56086005': ('Paso Fino horse (organism)', [])}, + 'PasoFinoHorseBreed': {'56086005': ('Paso Fino horse breed', [7480])}, + 'PassiveMovement': {'21278004': ('Passive movement', [93])}, + 'PasternOfForefoot': {'31329001': ('Pastern of forefoot', [7483, 7482])}, + 'PasternOfHindfoot': {'18525008': ('Pastern of hindfoot', [7483, 7482])}, + 'PasternRegionOfHindfoot': {'18525008': ('Pastern region of hindfoot (body ' + 'structure)', + [])}, + 'Patella': {'64234005': ('Patella', + [4030, + 4031, + 7304, + 7483, + 7482, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009, + 1006])}, + 'PatentBlueVSodiumSaltStain': {'48540004': ('patent blue V sodium salt stain', + [8112])}, + 'PatentDuctusArteriosus': {'83330001': ('patent ductus arteriosus', + [3604, + 12293, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'PatentDuctusArteriosusCoilOrDeviceClosure': {'441676000': ('Patent ductus ' + 'arteriosus coil ' + 'or device ' + 'closure', + [12247])}, + 'PatentForamenOvale': {'204317008': ('Patent Foramen Ovale', [12284])}, + 'Paternal': {'224944003': ('Paternal', [6097])}, + 'PathologicCalcification': {'18115005': ('pathologic calcification', [3802])}, + 'PathologicCalcificationCalcifiedStructure': {'18115005': ('Pathologic ' + 'calcification, ' + 'calcified ' + 'structure ' + '(morphologic ' + 'abnormality)', + [])}, + 'Pathology': {'309950003': ('Pathology', [7030])}, + 'PathologyDepartment': {'309950003': ('Pathology department (environment)', + [])}, + 'PatibarcinaHorseBreed': {'132972003': ('Patibarcina horse breed', [7480])}, + 'PatientCurrentlyPregnant': {'77386006': ('Patient currently pregnant', + [1200, 6096])}, + 'PatientHasPacemaker': {'441509002': ('Patient has pacemaker', [3205])}, + 'PatientImmunocompromised': {'370388006': ('Patient immunocompromised', + [602])}, + 'PatientInRemission': {'313386006': ('Patient in remission (finding)', [])}, + 'PatientMentalStateAssessment': {'363871006': ('Patient mental state ' + 'assessment', + [3441])}, + 'PatientRefusedExerciseTest': {'408551003': ('Patient Refused exercise test', + [3221])}, + 'PatterdaleTerrierDogBreed': {'132404008': ('Patterdale Terrier dog breed', + [7480])}, + 'Pawlow': {'399181007': ('Pawlow', [4012])}, + 'PawlowProjection': {'399181007': ('Pawlow projection (qualifier value)', [])}, + 'PeacockGoatBreed': {'131633002': ('Peacock goat breed', [7480])}, + 'PeakCardiacStressState': {'434161005': ('Peak cardiac stress state', + [3207, 12002])}, + 'PeakSystolic': {'255236000': ('Peak Systolic', [12233])}, + 'PeakSystolicFunction': {'255236000': ('Peak systolic, function (observable ' + 'entity)', + [])}, + 'PeakToPeak': {'371914001': ('Peak to peak', [3627])}, + 'PeakToPeakNumericEstimationTechnique': {'371914001': ('Peak to peak - ' + 'numeric estimation ' + 'technique (qualifier ' + 'value)', + [])}, + 'Pearson': {'399365007': ('Pearson', [4012])}, + 'PearsonProjection': {'399365007': ('Pearson projection (qualifier value)', + [])}, + 'PeauDOrangeSurfaceOfBreast': {'87386002': ("Peau d'orange surface of breast", + [6055])}, + 'PechoraCattleBreed': {'133399003': ('Pechora cattle breed', [7480])}, + 'PechoraHorseBreed': {'132973008': ('Pechora horse breed', [7480])}, + 'PectoralAxillaryLymphNode': {'69691007': ('pectoral axillary lymph node', + [7600])}, + 'PectoralGirdle': {'26444007': ('Pectoral girdle', [6115])}, + 'PectoralisMajorMuscle': {'60005003': ('Pectoralis major muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'PectoralisMajorMuscleStructure': {'60005003': ('Pectoralis major muscle ' + 'structure (body structure)', + [])}, + 'PectoralisMinorMuscle': {'18686000': ('Pectoralis minor muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'PectoralisMinorMuscleStructure': {'18686000': ('Pectoralis minor muscle ' + 'structure (body structure)', + [])}, + 'PediatricEchocardiography': {'431852008': ('Pediatric echocardiography', + [12001])}, + 'PediatricIntensiveCare': {'309910001': ('Pediatric Intensive Care', [7030])}, + 'PediatricIntensiveCareUnit': {'309910001': ('Pediatric intensive care unit ' + '(environment)', + [])}, + 'PediatricMedicine': {'420223003': ('Pediatric Medicine', [7030])}, + 'PediatricMedicineDepartment': {'420223003': ('Pediatric medicine department ' + '(environment)', + [])}, + 'PediatricOncology': {'309948006': ('Pediatric Oncology', [7030])}, + 'PediatricOncologyDepartment': {'309948006': ('Pediatric oncology department ' + '(environment)', + [])}, + 'PediatricSurgery': {'309991001': ('Pediatric Surgery', [7030])}, + 'PediatricSurgicalDepartment': {'309991001': ('Pediatric surgical department ' + '(environment)', + [])}, + 'PedicleOfVertebra': {'78972004': ('Pedicle of vertebra', [6115])}, + 'Pedunculated': {'25126001': ('Pedunculated', [6209])}, + 'PeeWeeCattleBreed': {'133400005': ('Pee Wee cattle breed', [7480])}, + 'PekingeseDog': {'67684001': ('Pekingese dog', [7480])}, + 'PelibüeySheepBreed': {'132802000': ('Pelibüey sheep breed', [7480])}, + 'PeloponnesusCattleBreed': {'133401009': ('Peloponnesus cattle breed', + [7480])}, + 'PelvicCavityStructure': {'21844003': ('Pelvic cavity structure (body ' + 'structure)', + [])}, + 'PelvicLymphNode': {'54268001': ('pelvic lymph node', [7600])}, + 'PelvicLymphNodeStructure': {'54268001': ('Pelvic lymph node structure (body ' + 'structure)', + [])}, + 'PelvicStructure': {'12921003': ('Pelvic structure (body structure)', [])}, + 'PelvicVascularStructure': {'281496003': ('Pelvic vascular structure (body ' + 'structure)', + [])}, + 'Pelvis': {'118645006': ('Pelvis', [7304]), + '12921003': ('Pelvis', + [4030, + 4031, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'PelvisAndLowerExtremities': {'416631005': ('Pelvis and lower extremities', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'PelvisAndOrLowerExtremityStructure': {'416631005': ('Pelvis and/or lower ' + 'extremity structure ' + '(body structure)', + [])}, + 'PelónPigBreed': {'132169009': ('Pelón pig breed', [7480])}, + 'PembrokeWelshCorgi': {'46725009': ('Pembroke Welsh corgi (organism)', [])}, + 'PembrokeWelshCorgiDogBreed': {'46725009': ('Pembroke Welsh corgi dog breed', + [7480])}, + 'PenArLan77PigBreed': {'132091000': ('Pen ar Lan 77 pig breed', [7480])}, + 'PenbukPigBreed': {'132142008': ('Penbuk pig breed', [7480])}, + 'PeneiaHorseBreed': {'132974002': ('Peneia horse breed', [7480])}, + 'PenicillinAntibiotic': {'373270004': ('Penicillin antibiotic', [621, 622])}, + 'PenicillinClassOfAntibiotic': {'373270004': ('Penicillin -class of ' + 'antibiotic- (substance)', + [])}, + 'PenileStructure': {'18911002': ('Penile structure (body structure)', [])}, + 'Penis': {'18911002': ('Penis', [9514, 7192, 7151, 4])}, + 'Penner': {'399138009': ('Penner', [4012])}, + 'PennerProjection': {'399138009': ('Penner projection (qualifier value)', [])}, + 'PenshirePigBreed': {'132092007': ('Penshire pig breed', [7480])}, + 'PentetateCalciumTrisodiumYb169': {'29348008': ('Pentetate calcium trisodium ' + 'Yb^169^', + [25])}, + 'Pentobarbital': {'372703009': ('Pentobarbital', [625, 623])}, + 'PepperProtocol': {'129100000': ('Pepper protocol', [12001, 3261])}, + 'PerRectum': {'37161004': ('Per rectum', [613, 11, 614])}, + 'PercheronHorse': {'1006005': ('Percheron horse (organism)', [])}, + 'PercheronHorseBreed': {'1006005': ('Percheron horse breed', [7480])}, + 'PercutaneousCoronaryIntervention': {'415070008': ('Percutaneous coronary ' + 'intervention', + [3721, 3764])}, + 'PercutaneousInsertionOfIntravascularFilter': {'105373008': ('Percutaneous ' + 'insertion of ' + 'intravascular ' + 'filter', + [3405, 9])}, + 'PercutaneousProstheticClosureOfAtrialSeptalDefect': {'30123000': ('Percutaneous ' + + 'prosthetic ' + 'closure ' + 'of atrial ' + 'septal ' + 'defect', + [12247])}, + 'PercutaneousRemovalOfEndovascularForeignBody': {'240946003': ('Percutaneous ' + 'removal of ' + 'endovascular ' + 'foreign body ' + '(procedure)', + [])}, + 'PercutaneousRetrievalOfIntravascularForeignBody': {'240946003': ('Percutaneous ' + 'retrieval ' + 'of ' + 'intravascular ' + 'foreign ' + 'body', + [9]), + '37630009': ('Percutaneous ' + + 'retrieval ' + 'of ' + 'intravascular ' + 'foreign ' + 'body', + [3405])}, + 'PercutaneousTransluminalAngioplastyBalloon': {'102319006': ('Percutaneous ' + 'transluminal ' + 'angioplasty ' + 'balloon', + [4051, + 3429, + 3411, + 7151, + 8, + 7193])}, + 'PercutaneousTransluminalAngioplastyBalloonDevice': {'102319006': ('Percutaneous ' + 'transluminal ' + 'angioplasty ' + 'balloon, ' + 'device ' + '(physical ' + 'object)', + [])}, + 'PercutaneousTransluminalBalloonAngioplasty': {'68457009': ('Percutaneous ' + + 'transluminal ' + 'balloon ' + 'angioplasty', + [3405, 9])}, + 'PercutaneousTransluminalBalloonAngioplastyOfCoarctationOfAortaWithInsertionOfStent': {'443829004': ('Percutaneous ' + 'transluminal ' + 'balloon ' + 'angioplasty ' + 'of ' + 'coarctation ' + 'of ' + 'aorta ' + 'with ' + 'insertion ' + 'of ' + 'stent ' + '(procedure)', + [])}, + 'PerdigueiroPortugueseDogBreed': {'132443007': ('Perdigueiro Portuguese dog ' + 'breed', + [7480])}, + 'PerdigueroDeBurgosDogBreed': {'132600005': ('Perdiguero de Burgos dog breed', + [7480])}, + 'PerdigueroNavarroDogBreed': {'132601009': ('Perdiguero Navarro dog breed', + [7480])}, + 'PerendaleSheep': {'41706005': ('Perendale sheep (organism)', [])}, + 'PerendaleSheepBreed': {'41706005': ('Perendale sheep breed', [7480])}, + 'PerforatingArteryOfKidney': {'15763003': ('Perforating Artery of Kidney', + [12103, + 12115, + 9514, + 7192, + 7151, + 3827])}, + 'Perfusion': {'371863001': ('Perfusion', [7161, 7195, 7151])}, + 'PerfusionFinding': {'371863001': ('Perfusion finding (finding)', [])}, + 'PerfusionImaging': {'35202002': ('Perfusion imaging (nuclear)', [3757])}, + 'PerianganHorseBreed': {'132975001': ('Periangan horse breed', [7480])}, + 'PericardialCavity': {'25489000': ('Pericardial cavity', + [7152, 9514, 7192, 7151])}, + 'PericardialCavityStructure': {'25489000': ('Pericardial cavity structure ' + '(body structure)', + [])}, + 'PericardialDisease': {'55855009': ('Pericardial disease', [3700])}, + 'PericardialEffusion': {'373945007': ('Pericardial effusion', [12236])}, + 'PericardialStructure': {'76848001': ('Pericardial structure (body structure)', + [])}, + 'PericardialTamponade': {'35304003': ('Pericardial tamponade', [3700, 3728])}, + 'PericardiophrenicArtery': {'3924000': ('Pericardiophrenic Artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'Pericardium': {'76848001': ('Pericardium', [12294, 7152, 9514, 7192, 7151])}, + 'PerigastricLymphNode': {'245344006': ('perigastric lymph node', [7600])}, + 'Perimeter': {'131191004': ('Perimeter', [7470, 6165, 218, 7469])}, + 'PerinealStructure': {'38864007': ('Perineal structure (body structure)', [])}, + 'Perineum': {'38864007': ('Perineum', [9514, 7192, 7151, 4])}, + 'PeriodOfCollection': {'260867005': ('Period of collection (qualifier value)', + [])}, + 'PeriodicAcidSchiffStain': {'255808002': ('periodic acid Schiff stain', + [8112])}, + 'PeripancreaticLymphNode': {'245346008': ('peripancreatic lymph node', + [7600])}, + 'Peripheral': {'14414005': ('Peripheral', [6125, 6124, 2, 5])}, + 'PeripheralAngiography': {'271993009': ('peripheral angiography', [3820])}, + 'PeripheralIntravenousCatheter': {'82449006': ('Peripheral intravenous ' + 'catheter', + [74])}, + 'PeripheralIntravenousCatheterDevice': {'82449006': ('Peripheral intravenous ' + 'catheter, device ' + '(physical object)', + [])}, + 'PeripheralNerve': {'84782009': ('Peripheral nerve', + [7710, 9514, 7192, 7151, 7167])}, + 'PeripheralNerveStructure': {'84782009': ('Peripheral nerve structure (body ' + 'structure)', + [])}, + 'PeripheralNervousSystem': {'3058005': ('Peripheral nervous system', + [9514, 7192, 7151, 7167])}, + 'PeripheralNervousSystemStructure': {'3058005': ('Peripheral nervous system ' + 'structure (body structure)', + [])}, + 'PeripheralVascularDisease': {'400047006': ('Peripheral vascular disease', + [3756, 3205])}, + 'Peritioneum': {'15425007': ('Peritioneum', [7154, 9514, 7192, 7151])}, + 'PeritonealCavity': {'83670000': ('Peritoneal cavity', + [7154, 9514, 7192, 7151])}, + 'PeritonealCavityStructure': {'83670000': ('Peritoneal cavity structure (body ' + 'structure)', + [])}, + 'PeritoneumSerousMembraneStructure': {'15425007': ('Peritoneum (serous ' + 'membrane) structure (body ' + 'structure)', + [])}, + 'PermethrinStain': {'333111009': ('permethrin stain', [8112])}, + 'PermethrinStainSubstance': {'333111009': ('Permethrin stain (substance)', + [])}, + 'PeritoneumSerousMembraneStructure': {'15425007': ('Peritoneum (serous ' + 'membrane) structure (body ' + 'structure)', + [])}, + 'PermethrinStain': {'333111009': ('permethrin stain', [8112])}, + 'PernaCurtaPigBreed': {'132163005': ('Perna-Curta pig breed', [7480])}, + 'PeronealArtery': {'8821006': ('peroneal artery', + [3604, + 12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'PeronealVein': {'71758008': ('Peroneal Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'PeroxidaseStain': {'406974003': ('peroxidase stain', [8112])}, + 'PerpendicularAxis': {'131189007': ('Perpendicular Axis', + [7470, 6165, 218, 7469])}, + 'PersianArabHorseBreed': {'132976000': ('Persian Arab horse breed', [7480])}, + 'PersianCat': {'68086001': ('Persian cat', [7480])}, + 'PersistentPainFollowingProcedure': {'279047007': ('Persistent pain following ' + 'procedure', + [6062])}, + 'PersonalHistoryOfBreastCancer': {'415076002': ('Personal history of breast ' + 'cancer', + [6051])}, + 'PersonalHistoryOfPrimaryMalignantNeoplasmOfBreast': {'415076002': ('Personal ' + 'history ' + 'of ' + 'primary ' + 'malignant ' + 'neoplasm ' + 'of ' + 'breast ' + '(situation)', + [])}, + 'PeruvianIncaOrchidDogBreed': {'132602002': ('Peruvian Inca Orchid dog breed', + [7480])}, + 'PeruvianPasoHorse': {'4960000': ('Peruvian Paso horse (organism)', [])}, + 'PeruvianPasoHorseBreed': {'4960000': ('Peruvian Paso horse breed', [7480])}, + 'PesterCattleBreed': {'133402002': ('Pester cattle breed', [7480])}, + 'PetisoArgentinoHorseBreed': {'132977009': ('Petiso Argentino horse breed', + [7480])}, + 'PetitBassetGriffonVendeenDog': {'47542005': ('Petit basset griffon vendeen ' + 'dog', + [7480])}, + 'PetitBassetGriffonVendéenDog': {'47542005': ('Petit Basset Griffon Vendéen ' + 'dog (organism)', + [])}, + 'PetitBleuDeGascogneDogBreed': {'132603007': ('Petit Bleu de Gascogne dog ' + 'breed', + [7480])}, + 'PetitBrabaçonDogBreed': {'132405009': ('Petit Brabaçon dog breed', [7480])}, + 'PetitGasconSaintongeoisDogBreed': {'132604001': ('Petit Gascon-Saintongeois ' + 'dog breed', + [7480])}, + 'PetitGriffonBleuDeGascogneDogBreed': {'132605000': ('Petit Griffon Bleu de ' + 'Gascogne dog breed', + [7480])}, + 'Phakic': {'309649001': ('Phakic', [4231])}, + 'PhakicIOL': {'397559001': ('Phakic IOL', [4231])}, + 'PhakicIntraocularLensImplant': {'397559001': ('Phakic intraocular lens ' + 'implant (physical object)', + [])}, + 'PharaohHound': {'14876008': ('Pharaoh hound', [7480])}, + 'PharmacologicAndExerciseStressTest': {'428813002': ('Pharmacologic and ' + 'exercise stress test', + [12001, + 3757, + 3261, + 3200])}, + 'PharmacologicStressProtocol': {'424064009': ('Pharmacologic Stress protocol', + [12001, 3261])}, + 'PharmacologicStressTest': {'424064009': ('Pharmacologic stress test', + [3200])}, + 'PharmacologicalStressTest': {'424064009': ('Pharmacological stress test', + [3757])}, + 'PharmacologicalStressUsed': {'246489000': ('Pharmacological stress used ' + '(attribute)', + [])}, + 'PharyngealStructure': {'54066008': ('Pharyngeal structure (body structure)', + [])}, + 'PharyngealTonsil': {'55940004': ('pharyngeal tonsil (adenoid)', [7601])}, + 'Pharynx': {'54066008': ('Pharynx', [4040, 9514, 7192, 7151, 4])}, + 'PharynxAndLarynx': {'312535008': ('Pharynx and larynx', + [4040, 9514, 7192, 7151, 4])}, + 'PharynxAndOrLarynxStructures': {'312535008': ('Pharynx and/or larynx ' + 'structures (body structure)', + [])}, + 'PhaseContrastPlate': {'445625005': ('Phase contrast plate', [8124])}, + 'PhaseContrastPlateOfOpticalMicroscope': {'445625005': ('Phase contrast plate ' + 'of optical ' + 'microscope (physical ' + 'object)', + [])}, + 'Phencyclidine': {'9721008': ('Phencyclidine', [6089])}, + 'Phenylephrine': {'386693003': ('Phenylephrine', [4208])}, + 'PhilippineGoatBreed': {'131634008': ('Philippine goat breed', [7480])}, + 'PhilippineNativeCattleBreed': {'131436003': ('Philippine Native cattle breed', + [7480])}, + 'PhilippineNativeIlocosPigBreed': {'132083009': ('Philippine Native, Ilocos ' + 'pig breed', + [7480])}, + 'PhilippineNativeJalajalaPigBreed': {'132084003': ('Philippine Native, ' + 'Jalajala pig breed', + [7480])}, + 'PhilippineNativePigBreed': {'132223004': ('Philippine Native pig breed', + [7480])}, + 'Phlebosclerosis': {'18016009': ('phlebosclerosis', [3817])}, + 'PhloxinBStain': {'71957009': ('phloxin B stain', [8112])}, + 'Phonation': {'43914001': ('Phonation', [91])}, + 'PhosphotungsticAcidHematoxylinStain': {'406967008': ('phosphotungstic ' + 'acid-hematoxylin stain', + [8112])}, + 'Photon': {'290006006': ('Photon', [9525])}, + 'PhotorefractiveKeratectomy': {'397516006': ('Photorefractive keratectomy ' + '(procedure)', + [])}, + 'PhyllodesTumor': {'71232009': ('Phyllodes tumor', [6030, 6032])}, + 'PhyllodesTumorBorderline': {'71232009': ('Phyllodes tumor, borderline ' + '(morphologic abnormality)', + [])}, + 'PhyllodesTumorMalignant': {'87913009': ('Phyllodes tumor, malignant', + [6030, 6033])}, + 'PhysicalObject': {'260787004': ('Physical object', [9501, 9502, 7150])}, + 'Physician': {'309343006': ('Physician', [7450, 9536, 7452])}, + 'PhysiologicalMonitoringRegimeRegimeTherapy': {'281691001': ('Physiological ' + 'monitoring ' + 'regime ' + '(regime/therapy)', + [])}, + 'Physiotherapy': {'310464005': ('Physiotherapy', [7030])}, + 'PhysiotherapyDepartment': {'310464005': ('Physiotherapy department ' + '(environment)', + [])}, + 'PiaMater': {'23180006': ('Pia mater', [7153, 9514, 7192, 7151, 5])}, + 'PiaMaterStructure': {'23180006': ('Pia mater structure (body structure)', + [])}, + 'PiauCarunchoPiauPigBreed': {'132064002': ('Piau, Caruncho Piau pig breed', + [7480])}, + 'PiauPigBreed': {'132056008': ('Piau pig breed', [7480])}, + 'PiauSorocabaPigBreed': {'132160008': ('Piau, Sorocaba pig breed', [7480])}, + 'PicCambourghPig': {'17717005': ('Pic Cambourgh pig (organism)', [])}, + 'PicCambourghPigBreed': {'17717005': ('Pic Cambourgh pig breed', [7480])}, + 'PicLinePig24': {'86440008': ('Pic line pig 24 (organism)', [])}, + 'PicLinePig24PigBreed': {'86440008': ('Pic line pig 24 pig breed', [7480])}, + 'PicLinePig26': {'29235007': ('Pic line pig 26 (organism)', [])}, + 'PicLinePig26PigBreed': {'29235007': ('Pic line pig 26 pig breed', [7480])}, + 'PicPig': {'75709004': ('Pic pig (organism)', [])}, + 'PicPigBreed': {'75709004': ('Pic pig breed', [7480])}, + 'PicricAcid': {'24215009': ('Picric acid', [8114])}, + 'PieRougeDeLEstCattleBreed': {'133403007': ("Pie Rouge de l'Est cattle breed", + [7480])}, + 'PieRougeDesPlainesCattleBreed': {'133563007': ('Pie Rouge des Plaines cattle ' + 'breed', + [7480])}, + 'PietrainPig': {'20044005': ('Pietrain pig (organism)', [])}, + 'PietrainPigBreed': {'20044005': ('Pietrain pig breed', [7480])}, + 'PigghamPigBreed': {'132267002': ('Piggham pig breed', [7480])}, + 'PiggybackIOL': {'370951003': ('Piggyback IOL', [4231])}, + 'PiggybackIntraocularLens': {'370951003': ('Piggyback intraocular lens ' + '(finding)', + [])}, + 'Pin': {'77444004': ('Pin', [6102, 6138, 6404, 6202, 6203])}, + 'PindosHorseBreed': {'132984001': ('Pindos horse breed', [7480])}, + 'PindosPonyBreed': {'424111008': ('Pindos pony breed (organism)', [])}, + 'PindosPonyHorseBreed': {'424111008': ('Pindos pony horse breed', [7480])}, + 'PinealGland': {'45793000': ('Pineal Gland', [7153, 9514, 7192, 7151])}, + 'PinealStructure': {'45793000': ('Pineal structure (body structure)', [])}, + 'PineywoodsPigBreed': {'132037003': ('Pineywoods pig breed', [7480])}, + 'PinholeVisualAcuity': {'419475002': ('Pinhole Visual Acuity', [4216])}, + 'PintabianHorseBreed': {'133064007': ('Pintabian horse breed', [7480])}, + 'Pinto': {'58264006': ('Pinto (organism)', [])}, + 'PintoHorseBreed': {'58264006': ('Pinto horse breed', [7480])}, + 'PinzgauerCattleBreed': {'400003': ('Pinzgauer cattle breed (organism)', [])}, + 'PinzgauerCowBreed': {'400003': ('Pinzgauer cow breed', [7480])}, + 'PinzhouCattleBreed': {'131515002': ('Pinzhou cattle breed', [7480])}, + 'PinziritaSheepBreed': {'132851002': ('Pinzirita sheep breed', [7480])}, + 'PiquiraPonyHorseBreed': {'132985000': ('Piquira Pony horse breed', [7480])}, + 'PirapetingaPigBreed': {'132055007': ('Pirapetinga pig breed', [7480])}, + 'Pirie': {'399022001': ('Pirie', [4012])}, + 'PirieProjection': {'399022001': ('Pirie projection (qualifier value)', [])}, + 'PisanaCattleBreed': {'133404001': ('Pisana cattle breed', [7480])}, + 'PitangueirasCattleBreed': {'133822008': ('Pitangueiras cattle breed ' + '(organism)', + [])}, + 'PitangueirasXZebuCattleBreed': {'133822008': ('Pitangueiras X zebu cattle ' + 'breed', + [7480])}, + 'PitmanMooreMiniaturePigBreed': {'132040003': ('Pitman-Moore Miniature pig ' + 'breed', + [7480])}, + 'PittIslandSheepBreed': {'132849001': ('Pitt Island sheep breed', [7480])}, + 'Pituitary': {'56329008': ('Pituitary', [7153, 9514, 7192, 7151])}, + 'PituitaryFossa': {'42575006': ('Pituitary Fossa', [1002, 1001, 1000])}, + 'PituitaryStructure': {'56329008': ('Pituitary structure (body structure)', + [])}, + 'PixieBobCatBreed': {'417277001': ('Pixie-bob cat breed', [7480])}, + 'PlacementOfStent': {'103716009': ('Placement of stent (procedure)', [])}, + 'PlacementOfStentInCoronaryArtery': {'36969009': ('Placement of stent in ' + 'coronary artery ' + '(procedure)', + [])}, + 'PlacentalStructure': {'78067005': ('Placental structure (body structure)', + [])}, + 'PlanningTargetVolume': {'228793007': ('Planning target volume (observable ' + 'entity)', + [])}, + 'Plantar60DegreeLateralDorsomedialOblique': {'442675004': ('Plantar 60 degree ' + 'lateral-dorsomedial ' + 'oblique', + [7484])}, + 'Plantar60DegreeLateralDorsomedialObliqueProjection': {'442675004': ('Plantar ' + '60 ' + 'degree ' + 'lateral-dorsomedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Plantar75DegreeProximalDorsodistalOblique': {'442603007': ('Plantar 75 ' + 'degree ' + 'proximal-dorsodistal ' + 'oblique', + [7484])}, + 'Plantar75DegreeProximalDorsodistalObliqueProjection': {'442603007': ('Plantar ' + '75 ' + 'degree ' + 'proximal-dorsodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'PlantarArterialArch': {'83018002': ('Plantar Arterial Arch', + [12109, 12103, 9514, 7192, 7151, 3827])}, + 'PlantarArterialArchStructure': {'83018002': ('Plantar arterial arch ' + 'structure (body structure)', + [])}, + 'PlantarolateralDorsomedialOblique': {'442658005': ('Plantarolateral-dorsomedial ' + 'oblique', + [7484])}, + 'PlantarolateralDorsomedialObliqueProjection': {'442658005': ('Plantarolateral-dorsomedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'PlantaroproximalDorsodistalOblique': {'442625001': ('Plantaroproximal-dorsodistal ' + 'oblique', + [7484])}, + 'PlantaroproximalDorsodistalObliqueProjection': {'442625001': ('Plantaroproximal-dorsodistal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Plantodorsal': {'399071006': ('plantodorsal', [4010, 501])}, + 'PlantodorsalProjection': {'399071006': ('Plantodorsal projection (qualifier ' + 'value)', + [])}, + 'Plaque': {'1522000': ('plaque', [3810])}, + 'PlaqueUlceration': {'62189002': ('Plaque Ulceration', [3491])}, + 'PlasmaExpander': {'372578001': ('Plasma Expander', [621, 622])}, + 'Plasmacytoma': {'10639003': ('Plasmacytoma', [6030, 6033])}, + 'Plastic': {'61088005': ('Plastic', [8115])}, + 'PlasticStent': {'257362008': ('plastic stent', [3814])}, + 'PlasticSurgery': {'309992008': ('Plastic Surgery', [7030])}, + 'PlasticSurgeryDepartment': {'309992008': ('Plastic surgery department ' + '(environment)', + [])}, + 'PlateLikeAtelectasis': {'40779009': ('Plate-like atelectasis', [6103, 6102])}, + 'Platinum': {'84847000': ('Platinum', [300])}, + 'PleomorphicAdenoma': {'8360001': ('Pleomorphic adenoma', [6031, 6030])}, + 'Pleura': {'3120008': ('Pleura', [12294, 7155, 9514, 7192, 7151])}, + 'PleuralEffusion': {'60046008': ('Pleural effusion', [645])}, + 'PleuralMembraneStructure': {'3120008': ('Pleural membrane structure (body ' + 'structure)', + [])}, + 'PleuralStructure': {'3120008': ('Pleural structure', [6129, 6100])}, + 'PlevenHorseBreed': {'132986004': ('Pleven horse breed', [7480])}, + 'PlottHound': {'40400008': ('Plott hound', [7480])}, + 'Pm0NoDistantMetastasisBreast': {'373169005': ('pM0: No distant metastasis ' + '(breast) (finding)', + [])}, + 'Pm1DistantMetastasisBreast': {'373171005': ('pM1: Distant metastasis ' + '(breast) (finding)', + [])}, + 'PmxDistantMetastasisCannotBeAssessedBreast': {'373170006': ('pMX: Distant ' + 'metastasis ' + 'cannot be ' + 'assessed ' + '(breast) ' + '(finding)', + [])}, + 'Pn0NoRegionalLymphNodeMetastasisHistologicallyIENoneGreaterThan0Point2mmNoAdditionalExaminationForIsolatedTumorCellsBreast': {'373151001': ('pN0: ' + 'No ' + 'regional ' + 'lymph ' + 'node ' + 'metastasis ' + 'histologically ' + '(i.e., ' + 'none ' + 'greater ' + 'than ' + '0.2 ' + 'mm), ' + 'no ' + 'additional ' + 'examination ' + 'for ' + 'isolated ' + 'tumor ' + 'cells ' + '(breast) ' + '(finding)', + [])}, + 'Pn1MetastasisIn1To3AxillaryLymphNodesAndOrInInternalMammaryNodesWithMicroscopicDiseaseDetectedBySentinelLymphNodeDissectionButNotClinicallyApparentBreast': {'373156006': ('pN1: ' + 'Metastasis ' + 'in ' + '1 ' + 'to ' + '3 ' + 'axillary ' + 'lymph ' + 'nodes, ' + 'and/or ' + 'in ' + 'internal ' + 'mammary ' + 'nodes ' + 'with ' + 'microscopic ' + 'disease ' + 'detected ' + 'by ' + 'sentinel ' + 'lymph ' + 'node ' + 'dissection ' + 'but ' + 'not ' + 'clinically ' + 'apparent ' + '(breast) ' + '(finding)', + [])}, + 'Pn2MetastasisIn4To9AxillaryLymphNodesOrInClinicallyApparentInternalMammaryLymphNodesInTheAbsenceOfAxillaryLymphNodeMetastasisBreast': {'373162001': ('pN2: ' + 'Metastasis ' + 'in ' + '4 ' + 'to ' + '9 ' + 'axillary ' + 'lymph ' + 'nodes, ' + 'or ' + 'in ' + 'clinically ' + 'apparent ' + 'internal ' + 'mammary ' + 'lymph ' + 'nodes ' + 'in ' + 'the ' + 'absence ' + 'of ' + 'axillary ' + 'lymph ' + 'node ' + 'metastasis ' + '(breast) ' + '(finding)', + [])}, + 'Pn2aMetastasisIn4To9AxillaryLymphNodesAtLeastOneTumorDepositGreaterThan2Point0mmBreast': {'373163006': ('pN2a: ' + 'Metastasis ' + 'in ' + '4 ' + 'to ' + '9 ' + 'axillary ' + 'lymph ' + 'nodes ' + '(at ' + 'least ' + 'one ' + 'tumor ' + 'deposit ' + 'greater ' + 'than ' + '2.0 ' + 'mm) ' + '(breast) ' + '(finding)', + [])}, + 'Pn2bMetastasisInClinicallyApparentInternalMammaryLymphNodesInTheAbsenceOfAxillaryLymphNodeMetastasisBreast': {'373164000': ('pN2b: ' + 'Metastasis ' + 'in ' + 'clinically ' + 'apparent ' + 'internal ' + 'mammary ' + 'lymph ' + 'nodes ' + 'in ' + 'the ' + 'absence ' + 'of ' + 'axillary ' + 'lymph ' + 'node ' + 'metastasis ' + '(breast) ' + '(finding)', + [])}, + 'Pn3aMetastasisIn10OrMoreAxillaryLymphNodesAtLeastOneTumorDepositGreaterThan2Point0mmOrMetastasisToInfraclavicularLymphNodesBreast': {'373165004': ('pN3a: ' + 'Metastasis ' + 'in ' + '10 ' + 'or ' + 'more ' + 'axillary ' + 'lymph ' + 'nodes ' + '(at ' + 'least ' + 'one ' + 'tumor ' + 'deposit ' + 'greater ' + 'than ' + '2.0 ' + 'mm), ' + 'or ' + 'metastasis ' + 'to ' + 'infraclavicular ' + 'lymph ' + 'nodes ' + '(breast) ' + '(finding)', + [])}, + 'Pn3bTumorOfBreastWithMetastasisAsPerAmericanJointCommitteeOnCancer6thEditionDefinitionBreast': {'373167007': ('pN3b: ' + 'Tumor ' + 'of ' + 'breast ' + 'with ' + 'metastasis ' + 'as ' + 'per ' + 'American ' + 'Joint ' + 'Committee ' + 'on ' + 'Cancer ' + '6th ' + 'Edition ' + 'definition ' + '(breast) ' + '(finding)', + [])}, + 'Pn3cMetastasisInIpsilateralSupraclavicularLymphNodesBreast': {'373166003': ('pN3c: ' + 'Metastasis ' + 'in ' + 'ipsilateral ' + 'supraclavicular ' + 'lymph ' + 'nodes ' + '(breast) ' + '(finding)', + [])}, + 'Pneumomediastinum': {'16838000': ('Pneumomediastinum', [6105, 6102])}, + 'Pneumothorax': {'36118008': ('Pneumothorax', [6105, 6102, 6062])}, + 'PnxRegionalLymphNodesCannotBeAssessedEGPreviouslyRemovedOrNotRemovedForPathologicStudyBreast': {'373150000': ('pNX: ' + 'Regional ' + 'lymph ' + 'nodes ' + 'cannot ' + 'be ' + 'assessed ' + '(e.g., ' + 'previously ' + 'removed, ' + 'or ' + 'not ' + 'removed ' + 'for ' + 'pathologic ' + 'study) ' + '(breast) ' + '(finding)', + [])}, + 'PodengoCanarioDogBreed': {'132444001': ('Podengo Canario dog breed', [7480])}, + 'PodengoPequenoDogBreed': {'132445000': ('Podengo Pequeno dog breed', [7480])}, + 'PointSourceMeasurement': {'371913007': ('Point source measurement', [3627])}, + 'PointSourceNumericEstimationTechnique': {'371913007': ('Point source - ' + 'numeric estimation ' + 'technique (qualifier ' + 'value)', + [])}, + 'Pointer': {'73318001': ('Pointer', [7480])}, + 'PoitevinDogBreed': {'132610001': ('Poitevin dog breed', [7480])}, + 'PoitouGoatBreed': {'131646007': ('Poitou goat breed', [7480])}, + 'PoitouMuleProducerHorseBreed': {'133073004': ('Poitou Mule Producer horse ' + 'breed', + [7480])}, + 'PolandChinaPig': {'79814001': ('Poland China pig (organism)', [])}, + 'PolandChinaPigBreed': {'79814001': ('Poland China pig breed', [7480])}, + 'PolarizingOpticalFilter': {'445391002': ('Polarizing optical filter', + [8124, 4204])}, + 'PolarizingOpticalFilterOfOpticalMicroscope': {'445391002': ('Polarizing ' + 'optical filter ' + 'of optical ' + 'microscope ' + '(physical ' + 'object)', + [])}, + 'PolesianHorseBreed': {'133074005': ('Polesian horse breed', [7480])}, + 'PolesianPigBreed': {'133225003': ('Polesian pig breed', [7480])}, + 'PolishBlackAndWhiteLowlandCattleBreed': {'133414005': ('Polish Black and ' + 'White Lowland cattle ' + 'breed', + [7480])}, + 'PolishDraftHorseBreed': {'132978004': ('Polish Draft horse breed', [7480])}, + 'PolishHoundDogBreed': {'132609006': ('Polish Hound dog breed', [7480])}, + 'PolishLandracePigBreed': {'132273001': ('Polish Landrace pig breed', [7480])}, + 'PolishMarshPigBreed': {'133229009': ('Polish Marsh pig breed', [7480])}, + 'PolishRedCattleBreed': {'133256006': ('Polish Red cattle breed', [7480])}, + 'PolishSimmentalCattleBreed': {'133415006': ('Polish Simmental cattle breed', + [7480])}, + 'PollMerinoSheepBreed': {'132721003': ('Poll Merino sheep breed', [7480])}, + 'PolledGirCattleBreed': {'133688008': ('Polled Gir cattle breed', [7480])}, + 'PolledGuzeratCattleBreed': {'133746006': ('Polled Guzerat cattle breed', + [7480])}, + 'PolledHereford': {'9277006': ('Polled Hereford (organism)', [])}, + 'PolledHerefordCowBreed': {'9277006': ('Polled Hereford cow breed', [7480])}, + 'PolledJerseyCattleBreed': {'133416007': ('Polled Jersey cattle breed', + [7480])}, + 'PolledLincolnRedCattleBreed': {'133417003': ('Polled Lincoln Red cattle ' + 'breed', + [7480])}, + 'PolledNeloreCattleBreed': {'133753002': ('Polled Nelore cattle breed', + [7480])}, + 'PolledShorthornUSCattleBreed': {'133418008': ('Polled Shorthorn (US) cattle ' + 'breed', + [7480])}, + 'PolledShorthornUnitedStatesOfAmericaCattleBreed': {'133418008': ('Polled ' + 'Shorthorn ' + '(United ' + 'States of ' + 'America) ' + 'cattle ' + 'breed ' + '(organism)', + [])}, + 'PolledSimmentalCattleBreed': {'133419000': ('Polled Simmental cattle breed', + [7480])}, + 'PolledSussexCattleBreed': {'133430002': ('Polled Sussex cattle breed', + [7480])}, + 'PolledWelshBlackCattleBreed': {'133431003': ('Polled Welsh Black cattle ' + 'breed', + [7480])}, + 'PolskiOwczarekNizinnyDogBreed': {'132608003': ('Polski Owczarek Nizinny dog ' + 'breed', + [7480])}, + 'PoltavaPigBreed': {'132069007': ('Poltava pig breed', [7480])}, + 'PolwarthSheepBreed': {'132705008': ('Polwarth sheep breed', [7480])}, + 'Polymer': {'412155002': ('Polymer', [7300])}, + 'PolypOfColon': {'68496003': ('Polyp of colon', [6201])}, + 'PolypSizeLargestDimension': {'373197004': ('Polyp size, largest dimension', + [6212])}, + 'PolypStalkLength': {'395511002': ('Polyp stalk length', [6212])}, + 'PolypaySheepBreed': {'131823008': ('Polypay sheep breed', [7480])}, + 'PomeranianCoarsewoolSheepBreed': {'131831003': ('Pomeranian Coarsewool sheep ' + 'breed', + [7480])}, + 'PomeranianDog': {'10040000': ('Pomeranian dog', [7480])}, + 'PomeranianPigBreed': {'132272006': ('Pomeranian pig breed', [7480])}, + 'Ponceau3RStain': {'65730007': ('ponceau 3R stain', [8112])}, + 'PonceauSStain': {'89856006': ('ponceau S stain', [8112])}, + 'PonceauXylidineStain': {'70520000': ('ponceau xylidine stain', [8112])}, + 'PontamineSkyBlue5BXStain': {'89577003': ('pontamine sky blue 5BX stain', + [8112])}, + 'PontamineSkyBlue6BXStain': {'80305003': ('pontamine sky blue 6BX stain', + [8112])}, + 'PontremoleseCattleBreed': {'133432005': ('Pontremolese cattle breed', + [7480])}, + 'PonwarCattleBreed': {'133622006': ('Ponwar cattle breed', [7480])}, + 'Pony': {'3997000': ('Pony (organism)', [])}, + 'PonyHorseBreed': {'3997000': ('Pony horse breed', [7480])}, + 'PonyOfTheAmericasHorseBreed': {'133063001': ('Pony of the Americas horse ' + 'breed', + [7480])}, + 'PoodleSuperbreed': {'15171008': ('Poodle superbreed (organism)', [])}, + 'PoodleSuperbreedDogBreed': {'15171008': ('Poodle superbreed dog breed', + [7480])}, + 'PoorVisualFixation': {'314348007': ('Poor Visual Fixation', [4222])}, + 'PoorlyDefined': {'300841009': ('Poorly defined', [6120])}, + 'PoplitealArtery': {'43899006': ('popliteal artery', + [3604, + 12109, + 12103, + 3010, + 3440, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'PoplitealFossa': {'32361000': ('Popliteal fossa', [9514, 7192, 7151, 4])}, + 'PoplitealFossaStructure': {'32361000': ('Popliteal fossa structure (body ' + 'structure)', + [])}, + 'PoplitealLymphNode': {'47471008': ('popliteal lymph node', [7600])}, + 'PoplitealLymphNodeStructure': {'47471008': ('Popliteal lymph node structure ' + '(body structure)', + [])}, + 'PoplitealVein': {'56849005': ('Popliteal Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'PorcelaineDogBreed': {'132578009': ('Porcelaine dog breed', [7480])}, + 'PorcineSpecies': {'42018006': ('Porcine species (organism)', [])}, + 'Portal': {'32381004': ('Portal (qualifier value)', [])}, + 'PortalVein': {'32764006': ('Portal Vein', + [12103, + 12114, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'PortalVeinStructure': {'32764006': ('Portal vein structure (body structure)', + [])}, + 'PortlandSheepBreed': {'132682000': ('Portland sheep breed', [7480])}, + 'PortoAmboimCattleBreed': {'131516001': ('Porto Amboim cattle breed', [7480])}, + 'PortugueseGuardDogBreed': {'132378008': ('Portuguese Guard Dog breed', + [7480])}, + 'PortuguesePointerDogBreed': {'132577004': ('Portuguese Pointer dog breed', + [7480])}, + 'PortugueseWaterDog': {'63390008': ('Portuguese water dog', [7480])}, + 'PosavinaCattleBreed': {'131517005': ('Posavina cattle breed', [7480])}, + 'PositionOfJoint': {'276334009': ('Position of joint (finding)', [])}, + 'Positive': {'10828004': ('Positive', [250, 3231])}, + 'PositronEmissionTomographyBrainStudy': {'241434002': ('Positron emission ' + 'tomography brain ' + 'study (procedure)', + [])}, + 'PositronEmissionTomographyBreastStudy': {'416323006': ('Positron emission ' + 'tomography breast ' + 'study (procedure)', + [])}, + 'PositronEmissionTomographyHeartStudy': {'241439007': ('Positron emission ' + 'tomography heart ' + 'study (procedure)', + [])}, + 'PositronEmissionTomographyOfWholeBody': {'702767007': ('Positron emission ' + 'tomography of whole ' + 'body (procedure)', + [])}, + 'PositronEmissionTomographyStudyForLocalizationOfTumor': {'241443006': ('Positron ' + 'emission ' + 'tomography ' + 'study ' + 'for ' + 'localization ' + 'of ' + 'tumor ' + '(procedure)', + [])}, + 'PositronEmissionTomographyWithComputedTomographyFluorodeoxyglucoseImagingOfWholeBody': {'443271005': ('Positron ' + 'emission ' + 'tomography ' + 'with ' + 'computed ' + 'tomography ' + 'fluorodeoxyglucose ' + 'imaging ' + 'of ' + 'whole ' + 'body ' + '(procedure)', + [])}, + 'PositronEmissionTomographyWithComputedTomographyOfWholeBodyForNeoplasmUptakeOfMethionine': {'443844003': ('Positron ' + 'emission ' + 'tomography ' + 'with ' + 'computed ' + 'tomography ' + 'of ' + 'whole ' + 'body ' + 'for ' + 'neoplasm ' + 'uptake ' + 'of ' + 'methionine ' + '(procedure)', + [])}, + 'PossiblePregnancy': {'102874004': ('possible pregnancy', [6096])}, + 'PossibleThrombus': {'373141002': ('Possible Thrombus', [3714])}, + 'PostAblationPhase': {'129093009': ('Post-ablation phase', [3254])}, + 'PostDefibrillationProcedurePhase': {'129091006': ('Post-defibrillation ' + 'procedure phase', + [3254])}, + 'PostDose': {'255566006': ('Post-dose', [31])}, + 'PostExerciseState': {'128977007': ('Post-exercise state', [3262, 3602])}, + 'PostInfarctAngina': {'314116003': ('Post infarct angina (disorder)', [])}, + 'PostInfarctionAngina': {'314116003': ('Post-infarction angina', [3700])}, + 'PostOperative': {'262061000': ('Post-operative', [31])}, + 'PostPTCA': {'373108000': ('Post PTCA', [3201])}, + 'PostPercutaneousTransluminalCoronaryAngioplasty': {'373108000': ('Post ' + 'percutaneous ' + 'transluminal ' + 'coronary ' + 'angioplasty ' + '(finding)', + [])}, + 'PostStenoticDilation': {'371872009': ('Post Stenotic Dilation', [3709])}, + 'PostVitrectomy': {'232077005': ('Post-Vitrectomy', [4232])}, + 'PostVolumeChallenge': {'128971008': ('Post volume challenge', [91, 3271])}, + 'PostartificialMenopausalSyndrome': {'31351009': ('Postartificial menopausal ' + 'syndrome (disorder)', + [])}, + 'PostauricularLymphNode': {'245328002': ('postauricular lymph node', [7600])}, + 'Postaxial': {'60583000': ('Postaxial', [2])}, + 'PostductalRegionOfAorticArch': {'60835009': ('Postductal region of aortic ' + 'arch', + [12280])}, + 'Posterior': {'255551008': ('Posterior', + [3019, 211, 6025, 2, 6024, 212, 5, 4005, 12281])}, + 'PosteriorArchVein': {'397435008': ('Posterior arch vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'PosteriorAuricularLymphNode': {'30793004': ('posterior auricular lymph node', + [7600])}, + 'PosteriorCerebralArtery': {'70382005': ('Posterior Cerebral Artery', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'PosteriorCerebralArteryP1Segment': {'415144009': ('Posterior Cerebral Artery ' + 'P1 Segment', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'PosteriorCerebralArteryP2Segment': {'415145005': ('Posterior Cerebral Artery ' + 'P2 Segment', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'PosteriorCerebralCommissure': {'279336005': ('Posterior cerebral commissure', + [7153, 9514, 7192, 7151])}, + 'PosteriorCommissure': {'279336005': ('posterior commissure', + [7705, 7710, 7101, 7111])}, + 'PosteriorCommissureOfLabiumMajorum': {'4019005': ('Posterior commissure of ' + 'labium majorum', + [4029])}, + 'PosteriorCommunicatingArtery': {'43119007': ('Posterior Communicating Artery', + [12105, + 3604, + 12103, + 3606, + 3827, + 3630])}, + 'PosteriorCommunicationArtery': {'43119007': ('Posterior communication artery', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'PosteriorDescendingCoronaryArtery': {'443113009': ('Posterior Descending ' + 'Coronary Artery', + [12292])}, + 'PosteriorDescendingRightCoronaryArtery': {'53655008': ('Posterior Descending ' + 'Right Coronary ' + 'Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'PosteriorEmissiveProjection': {'399001007': ('Posterior emissive projection ' + '(qualifier value)', + [])}, + 'PosteriorHornLateralVentricle': {'52943005': ('Posterior Horn Lateral ' + 'Ventricle', + [12022])}, + 'PosteriorMedialTributary': {'128569001': ('Posterior medial tributary', + [3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630, + 3607])}, + 'PosteriorMedialTributaryOfSuperficialVenousSystemOfLowerExtremity': {'128569001': ('Posterior ' + 'medial ' + 'tributary ' + 'of ' + 'superficial ' + 'venous ' + 'system ' + 'of ' + 'lower ' + 'extremity ' + '(body ' + 'structure)', + [])}, + 'PosteriorMediastinalLymphNode': {'25447008': ('posterior mediastinal lymph ' + 'node', + [7600])}, + 'PosteriorProjection': {'399001007': ('Posterior projection', [501, 26])}, + 'PosteriorSegmentOfRightUpperLobe': {'3236000': ('Posterior segment of right ' + 'upper lobe', + [6124, 6127])}, + 'PosteriorTibialArtery': {'13363002': ('Posterior Tibial Artery', + [12109, + 12103, + 3010, + 3440, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'PosteriorTibialLymphNode': {'303623000': ('posterior tibial lymph node', + [7600])}, + 'PosteriorTibialVein': {'4258007': ('Posterior Tibial Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'PosteriorTriangleCervicalLymphNode': {'245324000': ('posterior triangle ' + 'cervical lymph node', + [7600])}, + 'PosteriorWall': {'264159006': ('Posterior Wall', [12280])}, + 'PosteroAnterior': {'272479007': ('postero-anterior', [4010, 501])}, + 'PosteroAnteriorOblique': {'399059000': ('postero-anterior oblique', + [4010, 501])}, + 'PosteroAnteriorObliqueProjection': {'399059000': ('Postero-anterior oblique ' + 'projection (qualifier ' + 'value)', + [])}, + 'PosteroanteriorProjection': {'272479007': ('Posteroanterior projection ' + '(qualifier value)', + [])}, + 'Posterolateral': {'90069004': ('Posterolateral', [2])}, + 'Postoperative': {'262061000': ('Postoperative', [631, 632])}, + 'PostoperativeAnesthesiaCareUnit': {'398161000': ('Postoperative anesthesia ' + 'care unit (environment)', + [])}, + 'PostoperativeHematomaFormation': {'213262007': ('Postoperative hematoma ' + 'formation (disorder)', + [])}, + 'PostoperativeHemorrhage': {'110265006': ('Postoperative hemorrhage ' + '(disorder)', + [])}, + 'PostoperativePeriod': {'262061000': ('Postoperative period (qualifier value)', + [])}, + 'Postprandial': {'24863003': ('Postprandial (qualifier value)', [])}, + 'PostproceduralPeriod': {'303110006': ('Postprocedural period (qualifier ' + 'value)', + [])}, + 'PostsurgicalMenopause': {'371036001': ('Postsurgical menopause', [6086])}, + 'PostvesicularLymphNode': {'278571002': ('postvesicular lymph node', [7600])}, + 'Potassium': {'88480006': ('Potassium', [621, 622])}, + 'PotassiumCarbonateK42': {'111161000': ('Potassium carbonate K^42^', [25])}, + 'PotassiumChlorideK42': {'36641004': ('Potassium chloride K^42^', [25])}, + 'PotassiumChlorideK43': {'47729008': ('Potassium chloride K^43^', [25])}, + 'PotassiumDichromate': {'19893005': ('Potassium dichromate', [8114])}, + 'PotassiumHydroxideStain': {'406984002': ('potassium hydroxide stain', + [8112])}, + 'PotentialAcuityMeterVisualAcuity': {'424622008': ('Potential Acuity Meter ' + 'Visual Acuity', + [4216])}, + 'PottokTarpanHorseXDomesticHorseBreed': {'132993000': ('Pottok tarpan horse X ' + 'domestic horse breed', + [7480])}, + 'PowerDoppler': {'425704008': ('Power Doppler', + [7180, 12224, 218, 6058, 7469])}, + 'PowerDopplerUltrasound': {'425704008': ('Power doppler ultrasound (qualifier ' + 'value)', + [])}, + 'PowerOfCylinder': {'251797004': ('Power of cylinder (observable entity)', + [])}, + 'PowerOfSphere': {'251795007': ('Power of sphere (observable entity)', [])}, + 'PreAdmission': {'281379000': ('Pre-admission', [31])}, + 'PreBiopsyLocalizationOfBreastLesion': {'237380007': ('Pre-biopsy ' + 'localization of breast ' + 'lesion', + [6083, 6050])}, + 'PreDose': {'255235001': ('Pre-dose', [31])}, + 'PreExerciseState': {'128977007': ('Pre-exercise state (finding)', [])}, + 'PreOperative': {'262068006': ('Pre-operative', [3201, 31])}, + 'PreSurgeryTesting': {'110467000': ('Pre-Surgery testing', [3671])}, + 'Preaxial': {'32400000': ('Preaxial', [2])}, + 'PrececalLymphNode': {'281765006': ('prececal lymph node', [7600])}, + 'Prednisone': {'116602009': ('Prednisone', [65])}, + 'PreductalRegionOfAorticArch': {'75397005': ('Preductal region of aortic arch', + [12280])}, + 'PrefemoralLymphNode': {'48193007': ('prefemoral lymph node', [7600])}, + 'PregnancyObservable': {'364320009': ('Pregnancy observable (observable ' + 'entity)', + [])}, + 'PreinfarctionSyndrome': {'4557003': ('Preinfarction syndrome (disorder)', + [])}, + 'PrelaryngealLymphNode': {'74203007': ('prelaryngeal lymph node', [7600])}, + 'PrematureAtrialContraction': {'284470004': ('Premature atrial contraction ' + '(disorder)', + [])}, + 'PremierPigBreed': {'132028003': ('Premier pig breed', [7480])}, + 'Preoperative': {'262068006': ('Preoperative', [631, 632])}, + 'PrepericardialLymphNode': {'196516004': ('prepericardial lymph node', + [7600])}, + 'PresaCanarioDogBreed': {'132576008': ('Presa Canario dog breed', [7480])}, + 'Present': {'52101004': ('Present', [241, 240])}, + 'PressaMallorquinDogBreed': {'132446004': ('Pressa Mallorquin dog breed', + [7480])}, + 'PressurePhysicalAgent': {'279046003': ('Pressure - physical agent (physical ' + 'force)', + [])}, + 'PressureSupportVentilator': {'371786002': ('Pressure Support Ventilator', + [3554])}, + 'PresticePigBreed': {'133213001': ('Prestice pig breed', [7480])}, + 'PresymphysialLymphNode': {'6413002': ('presymphysial lymph node', [7600])}, + 'PretaCattleBreed': {'133433000': ('Preta cattle breed', [7480])}, + 'PretrachealLymphNode': {'168460001': ('pretracheal lymph node', [7600])}, + 'PrevascularRetrotrachealLymphNode': {'127930004': ('prevascular/retrotracheal ' + 'lymph node', + [7600])}, + 'PreventiveIntent': {'129428001': ('Preventive intent', [3629])}, + 'PreventiveProcedureIntent': {'129428001': ('Preventive - procedure intent ' + '(qualifier value)', + [])}, + 'PrevertebralLymphNode': {'196446004': ('prevertebral lymph node', [7600])}, + 'PrevesicularLymphNode': {'11740004': ('prevesicular lymph node', [7600])}, + 'PrewakwaCattleBreed': {'133754008': ('Prewakwa cattle breed', [7480])}, + 'PrianganSheepBreed': {'132814008': ('Priangan sheep breed', [7480])}, + 'PrimaryCareDepartment': {'441480003': ('Primary Care Department', [7030])}, + 'PrimaryGaze': {'408744005': ('Primary gaze', [4201])}, + 'PrimaryRestrictiveCardiomyopathy': {'90828009': ('Primary restrictive ' + 'cardiomyopathy (disorder)', + [])}, + 'PrimitiveAorta': {'14944004': ('Primitive aorta', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'PrimitiveAorticStructure': {'14944004': ('Primitive aortic structure (body ' + 'structure)', + [])}, + 'PrimitivePulmonaryArtery': {'91707000': ('Primitive pulmonary artery', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'Principal': {'63161005': ('Principal (qualifier value)', [])}, + 'PrinzmetalAngina': {'87343002': ('Prinzmetal angina (disorder)', [])}, + 'PriobHorseBreed': {'132979007': ('Priob horse breed', [7480])}, + 'Priority': {'260870009': ('Priority (attribute)', [])}, + 'PrisheksninskPigBreed': {'132107009': ('Prisheksninsk pig breed', [7480])}, + 'Problem': {'55607006': ('Problem', [3769])}, + 'ProblemResolved': {'413322009': ('Problem resolved', [3770])}, + 'Procedure': {'71388002': ('Procedure (procedure)', [])}, + 'ProcedureContext': {'408730004': ('Procedure context (attribute)', [])}, + 'ProcedureInCardiacCareUnit': {'373111004': ('Procedure in Cardiac Care Unit', + [3671])}, + 'ProcedureInCoronaryCareUnit': {'373111004': ('Procedure in coronary care ' + 'unit (procedure)', + [])}, + 'ProcedureOnJoint': {'118745001': ('Procedure on joint (procedure)', [])}, + 'ProcedurePhase': {'128954007': ('Procedure phase (qualifier value)', [])}, + 'ProcedureSite': {'363704007': ('Procedure site (attribute)', [])}, + 'ProcedureToMeetOccupationalRequirement': {'429060002': ('Procedure to meet ' + 'occupational ' + 'requirement ' + '(procedure)', + [])}, + 'ProcionBrilliantBlueMRSStain': {'24900003': ('procion brilliant blue MRS ' + 'stain', + [8112])}, + 'ProfessionalNurse': {'106292003': ('Professional nurse (occupation)', [])}, + 'ProfundaFemorisArtery': {'31677005': ('Profunda Femoris Artery', + [3604, + 12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'ProfundaFemorisVein': {'23438002': ('Profunda Femoris Vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'ProgesteronePreparation': {'50318003': ('Progesterone preparation (product)', + [])}, + 'ProgesteroneProduct': {'50318003': ('Progesterone product', [6080])}, + 'ProkineticAgent': {'116532005': ('Prokinetic Agent (product)', [])}, + 'PromontoryCommonIliacLymphNode': {'279189002': ('promontory common iliac ' + 'lymph node', + [7600])}, + 'Pronation': {'88241000': ('Pronation', [92])}, + 'PronationFunction': {'88241000': ('Pronation, function (observable entity)', + [])}, + 'Prone': {'1240000': ('Prone', [6206, 20])}, + 'ProneBodyPosition': {'1240000': ('Prone body position (finding)', [])}, + 'ProperHepaticArtery': {'18112008': ('Proper Hepatic Artery', + [12112, 12103, 9514, 7192, 7151, 3827])}, + 'ProphylacticIntent': {'360271000': ('Prophylactic intent', [3629])}, + 'ProphylaxisProcedureIntent': {'360271000': ('Prophylaxis - procedure intent ' + '(qualifier value)', + [])}, + 'Propofol': {'387423006': ('Propofol', [65, 625, 623, 66])}, + 'Propranolol': {'55745002': ('Propranolol', [10])}, + 'Propyliodone': {'111158001': ('Propyliodone', [12, 3850])}, + 'ProstaglandinInjection': {'133875007': ('Prostaglandin injection', [9])}, + 'Prostate': {'41216001': ('Prostate', + [4030, + 4031, + 10060, + 6204, + 4042, + 9514, + 645, + 7160, + 7192, + 7151, + 6202, + 4, + 4009, + 10044])}, + 'ProstaticStructure': {'41216001': ('Prostatic structure (body structure)', + [])}, + 'Prosthesis': {'53350007': ('Prosthesis', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'ProsthesisDevice': {'53350007': ('Prosthesis, device (physical object)', [])}, + 'ProtamineSulfate': {'64520006': ('Protamine sulfate', [10])}, + 'ProtargolSStain': {'406993001': ('protargol S stain', [8112])}, + 'ProteaseDigestionOfTissueSpecimen': {'433456006': ('Protease digestion of ' + 'tissue specimen', + [8113])}, + 'Proton': {'89177007': ('Proton', [9526])}, + 'ProvençaleGoatBreed': {'131611004': ('Provençale goat breed', [7480])}, + 'Proximal': {'40415009': ('Proximal', [3019, 211, 2, 12116, 212, 5, 12281])}, + 'ProximalCircumflexCoronaryArtery': {'52433000': ('Proximal Circumflex ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 12292, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'ProximalFemur': {'310651003': ('Proximal Femur', [7304])}, + 'ProximalHumerus': {'119524001': ('Proximal Humerus', [7304])}, + 'ProximalLeftAnteriorDescendingCoronaryArtery': {'68787002': ('Proximal Left ' + 'Anterior ' + 'Descending ' + 'Coronary ' + 'Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'ProximalRadius': {'12881000': ('Proximal Radius', [7304])}, + 'ProximalRightCoronaryArtery': {'91083009': ('Proximal Right Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'ProximalUlna': {'34318004': ('Proximal Ulna', [7304])}, + 'ProximoDistal': {'442626000': ('Proximo-distal', [7484])}, + 'ProximoDistalProjection': {'442626000': ('Proximo-distal projection ' + '(qualifier value)', + [])}, + 'PrussianBlueStain': {'255809005': ('Prussian blue stain', [8112])}, + 'PseudoAneurysm': {'22036004': ('Pseudo Aneurysm', [3491])}, + 'Pseudoaneurysm': {'22036004': ('Pseudoaneurysm', [3413, 3810, 3754])}, + 'Pseudophakia': {'95217000': ('Pseudophakia', [4231])}, + 'Psychiatry': {'309958005': ('Psychiatry', [7030])}, + 'PsychiatryDepartment': {'309958005': ('Psychiatry department (environment)', + [])}, + 'Psychology': {'310123008': ('Psychology', [7030])}, + 'PsychologyService': {'310123008': ('Psychology service (qualifier value)', + [])}, + 'Pt0NoEvidenceOfPrimaryTumorBreast': {'373174002': ('pT0: No evidence of ' + 'primary tumor (breast) ' + '(finding)', + [])}, + 'Pt1Tumor2cmOrLessInGreatestDimensionBreast': {'373172003': ('pT1: Tumor 2 cm ' + 'or less in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt1aTumorMoreThan0Point1cmButNotMoreThan0Point5cmInGreatestDimensionBreast': {'373180005': ('pT1a: ' + 'Tumor ' + 'more ' + 'than ' + '0.1 ' + 'cm ' + 'but ' + 'not ' + 'more ' + 'than ' + '0.5 ' + 'cm ' + 'in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt1bTumorMoreThan0Point5cmButNotMoreThan1cmInGreatestDimensionBreast': {'373204007': ('pT1b: ' + 'Tumor ' + 'more ' + 'than ' + '0.5 ' + 'cm ' + 'but ' + 'not ' + 'more ' + 'than ' + '1 ' + 'cm ' + 'in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt1cTumorMoreThan1cmButNotMoreThan2cmInGreatestDimensionBreast': {'373183007': ('pT1c: ' + 'Tumor ' + 'more ' + 'than ' + '1 ' + 'cm ' + 'but ' + 'not ' + 'more ' + 'than ' + '2 ' + 'cm ' + 'in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt1micMicroinvasion0Point1cmOrLessInGreatestDimensionBreast': {'373179007': ('pT1mic: ' + 'Microinvasion ' + '0.1 ' + 'cm ' + 'or ' + 'less ' + 'in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt2TumorMoreThan2cmButNotMoreThan5cmInGreatestDimensionBreast': {'373182002': ('pT2: ' + 'Tumor ' + 'more ' + 'than ' + '2 ' + 'cm ' + 'but ' + 'not ' + 'more ' + 'than ' + '5 ' + 'cm ' + 'in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt3TumorMoreThan5cmInGreatestDimensionBreast': {'373184001': ('pT3: Tumor ' + 'more than 5 ' + 'cm in ' + 'greatest ' + 'dimension ' + '(breast) ' + '(finding)', + [])}, + 'Pt4TumorOfAnySizeWithDirectExtensionToChestWallOrSkinBreast': {'373185000': ('pT4: ' + 'Tumor ' + 'of ' + 'any ' + 'size ' + 'with ' + 'direct ' + 'extension ' + 'to ' + 'chest ' + 'wall ' + 'or ' + 'skin ' + '(breast) ' + '(finding)', + [])}, + 'Pt4aTumorOfAnySizeWithExtensionToChestWallNotIncludingPectoralisMuscleBreast': {'373186004': ('pT4a: ' + 'Tumor ' + 'of ' + 'any ' + 'size ' + 'with ' + 'extension ' + 'to ' + 'chest ' + 'wall, ' + 'not ' + 'including ' + 'pectoralis ' + 'muscle ' + '(breast) ' + '(finding)', + [])}, + 'Pt4bTumorOfAnySizeWithEdemaIncludingPeauDOrangeOrUlcerationOfTheSkinOfTheBreastOrSatelliteSkinNodulesConfinedToTheSameBreastBreast': {'373187008': ('pT4b: ' + 'Tumor ' + 'of ' + 'any ' + 'size ' + 'with ' + 'edema ' + '(including ' + 'peau ' + "d'orange) " + 'or ' + 'ulceration ' + 'of ' + 'the ' + 'skin ' + 'of ' + 'the ' + 'breast ' + 'or ' + 'satellite ' + 'skin ' + 'nodules ' + 'confined ' + 'to ' + 'the ' + 'same ' + 'breast ' + '(breast) ' + '(finding)', + [])}, + 'Pt4cTumorOfAnySizeWithDirectExtensionToChestWallNotIncludingPectoralisMuscleAndEdemaIncludingPeauDOrangeOrUlcerationOfTheSkinOfTheBreastOrSatelliteSkinNodulesConfinedToTheSameBreast': {'373189006': ('pT4c: ' + 'Tumor ' + 'of ' + 'any ' + 'size ' + 'with ' + 'direct ' + 'extension ' + 'to ' + 'chest ' + 'wall ' + '(not ' + 'including ' + 'pectoralis ' + 'muscle) ' + 'and ' + 'edema ' + '(including ' + 'peau ' + "d'orange) " + 'or ' + 'ulceration ' + 'of ' + 'the ' + 'skin ' + 'of ' + 'the ' + 'breast ' + 'or ' + 'satellite ' + 'skin ' + 'nodules ' + 'confined ' + 'to ' + 'the ' + 'same ' + 'breast ' + '(finding)', + [])}, + 'Pt4dInflammatoryCarcinomaBreast': {'373190002': ('pT4d: Inflammatory ' + 'carcinoma (breast) ' + '(finding)', + [])}, + 'PtCategoryFinding': {'385385001': ('pT category finding (finding)', [])}, + 'PtisCarcinomaInSituBreast': {'373175001': ('pTis: Carcinoma in situ (breast) ' + '(finding)', + [])}, + 'PtisDuctalCarcinomaInSituBreast': {'373176000': ('pTis: Ductal carcinoma in ' + 'situ (breast) (finding)', + [])}, + 'PtisLobularCarcinomaInSituBreast': {'373177009': ('pTis: Lobular carcinoma ' + 'in situ (breast) ' + '(finding)', + [])}, + 'PtisPagetDiseaseWithoutInvasiveCarcinomaBreast': {'373178004': ('pTis: Paget ' + 'disease ' + 'without ' + 'invasive ' + 'carcinoma ' + '(breast) ' + '(finding)', + [])}, + 'PtxPrimaryTumorCannotBeAssessedBreast': {'373173008': ('pTX: Primary tumor ' + 'cannot be assessed ' + '(breast) (finding)', + [])}, + 'Pudelpointer': {'61286000': ('Pudelpointer', [7480])}, + 'PuertoRicanCriolloCattleBreed': {'133434006': ('Puerto Rican Criollo cattle ' + 'breed', + [7480])}, + 'PugDog': {'60252000': ('Pug dog', [7480])}, + 'PulMBorCattleBreed': {'133755009': ("Pul-M'bor cattle breed", [7480])}, + 'PulawyPigBreed': {'132271004': ('Pulawy pig breed', [7480])}, + 'PuliDog': {'21039009': ('Puli dog', [7480])}, + 'PullbackMethod': {'128575005': ('Pullback method', [3241])}, + 'PulmonaryArterialWaveform': {'128443005': ('Pulmonary arterial waveform ' + '(observable entity)', + [])}, + 'PulmonaryArteriovenousFistula': {'253639004': ('Pulmonary arteriovenous ' + 'fistula', + [3604, 3606, 3630])}, + 'PulmonaryArtery': {'81040000': ('Pulmonary artery', + [3604, + 4030, + 6109, + 12305, + 6102, + 6117, + 3010, + 12290, + 12141, + 4042, + 9514, + 7192, + 3610, + 3606, + 7151, + 4, + 3630])}, + 'PulmonaryArteryBlood': {'371953005': ('Pulmonary Artery Blood', [3520])}, + 'PulmonaryArteryConduit': {'128584005': ('Pulmonary artery conduit', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'PulmonaryArteryOxygenSaturationWaveform': {'128447006': ('Pulmonary artery ' + 'oxygen saturation ' + 'waveform', + [3003])}, + 'PulmonaryArteryOxygenSaturationWaveformFunction': {'128447006': ('Pulmonary ' + 'artery ' + 'oxygen ' + 'saturation ' + 'waveform, ' + 'function ' + '(observable ' + 'entity)', + [])}, + 'PulmonaryArteryPressure': {'250767002': ('Pulmonary Artery Pressure', + [3641])}, + 'PulmonaryArteryPressureWaveform': {'128443005': ('Pulmonary artery pressure ' + 'waveform', + [3003])}, + 'PulmonaryArteryStructure': {'81040000': ('Pulmonary artery structure (body ' + 'structure)', + [])}, + 'PulmonaryArteryWedge': {'128449009': ('Pulmonary artery wedge', + [3608, 3630])}, + 'PulmonaryArteryWedgePressure': {'118433006': ('Pulmonary artery wedge ' + 'pressure (observable entity)', + [])}, + 'PulmonaryArteryWedgePressureWaveform': {'128449009': ('Pulmonary artery ' + 'wedge pressure ' + 'waveform', + [3003])}, + 'PulmonaryAtresiaWithIntactVentricularSeptum': {'253590009': ('Pulmonary ' + 'atresia with ' + 'intact ' + 'ventricular ' + 'septum', + [12249, 12248])}, + 'PulmonaryAtresiaWithVentricularSeptalDefect': {'253591008': ('Pulmonary ' + 'atresia with ' + 'ventricular ' + 'septal defect', + [12249, 12248])}, + 'PulmonaryCapillaryWedge': {'128448001': ('Pulmonary capillary wedge', + [3608, 3630])}, + 'PulmonaryCapillaryWedgeMethod': {'128448001': ('Pulmonary capillary wedge ' + 'method', + [3241])}, + 'PulmonaryCapillaryWedgePressure': {'118433006': ('Pulmonary Capillary Wedge ' + 'Pressure', + [3641])}, + 'PulmonaryCapillaryWedgePressureWaveform': {'128448001': ('Pulmonary ' + 'capillary wedge ' + 'pressure waveform', + [3003])}, + 'PulmonaryCapillaryWedgePressureWaveformFunction': {'128448001': ('Pulmonary ' + 'capillary ' + 'wedge ' + 'pressure ' + 'waveform, ' + 'function ' + '(observable ' + 'entity)', + [])}, + 'PulmonaryChamberInCorTriatriatum': {'128586007': ('Pulmonary chamber in cor ' + 'triatriatum', + [3608, 3630])}, + 'PulmonaryChamberOfCorTriatriatum': {'128586007': ('Pulmonary chamber of cor ' + 'triatriatum', + [3010, + 4042, + 9514, + 7192, + 7151, + 4])}, + 'PulmonaryDisease': {'19829001': ('Pulmonary disease', [3205])}, + 'PulmonaryEdema': {'19242006': ('Pulmonary edema', [3700])}, + 'PulmonaryEmbolism': {'59282003': ('Pulmonary embolism', [6104, 6102])}, + 'PulmonaryHypertension': {'70995007': ('Pulmonary hypertension', + [64, 3700, 3728, 3640])}, + 'PulmonaryMetastasis': {'94391008': ('Pulmonary metastasis', [645])}, + 'PulmonarySystemicFlowRatio': {'251050008': ('Pulmonary/Systemic Flow Ratio', + [3620])}, + 'PulmonarySystolicEjectionPeriod': {'371848004': ('Pulmonary systolic ' + 'ejection period ' + '(observable entity)', + [])}, + 'PulmonarySystolicEjectionPeriodSepp': {'371848004': ('Pulmonary Systolic ' + 'Ejection Period (SEPp)', + [3616])}, + 'PulmonaryToSystemicFlowRatio': {'251050008': ('Pulmonary to systemic flow ' + 'ratio (observable entity)', + [])}, + 'PulmonaryTrunk': {'45341000': ('Pulmonary trunk', [6109, 6102, 6117, 12290])}, + 'PulmonaryValve': {'39057004': ('Pulmonary valve', + [6113, + 6109, + 3701, + 6102, + 9514, + 7192, + 3610, + 7151, + 3630])}, + 'PulmonaryValveArea': {'251013007': ('Pulmonary valve area (observable ' + 'entity)', + [])}, + 'PulmonaryValveDisorder': {'76267008': ('Pulmonary valve disorder (disorder)', + [])}, + 'PulmonaryValveFlow': {'371846000': ('Pulmonary Valve Flow', [3617])}, + 'PulmonaryValvePullbackPressureWaveform': {'128452001': ('Pulmonary valve ' + 'pullback pressure ' + 'waveform', + [3003])}, + 'PulmonaryValveSinuses': {'90315007': ('pulmonary valve sinuses', + [3829, 9514, 7192, 7151])}, + 'PulmonaryValveStructure': {'39057004': ('Pulmonary valve structure (body ' + 'structure)', + [])}, + 'PulmonaryVascularResistance': {'276901002': ('Pulmonary Vascular Resistance', + [3619, 3641])}, + 'PulmonaryVein': {'122972007': ('Pulmonary vein', + [6109, + 12283, + 6102, + 6117, + 3010, + 12141, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630, + 3607]), + '430757002': ('Pulmonary Vein', + [12305, 3840, 9514, 7192, 7151, 3827])}, + 'PulmonaryVeinAWaveDuration': {'399070007': ('Pulmonary Vein A-Wave Duration', + [12214])}, + 'PulmonaryVeinBlood': {'371954004': ('Pulmonary Vein Blood', [3520])}, + 'PulmonaryVeinCommonLeftSegment': {'443705001': ('Pulmonary Vein Common Left ' + 'Segment', + [12280])}, + 'PulmonaryVeinCommonRightSegment': {'443591004': ('Pulmonary Vein Common ' + 'Right Segment', + [12280])}, + 'PulmonaryVeinConfluence': {'128566008': ('Pulmonary vein confluence', + [3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630, + 3607])}, + 'PulmonaryVeinConfluenceToAtriumConnection': {'443208000': ('Pulmonary Vein ' + 'confluence to ' + 'Atrium ' + 'Connection', + [12280])}, + 'PulmonaryVeinDWaveVelocityTimeIntegral': {'399039004': ('Pulmonary Vein ' + 'D-Wave Velocity ' + 'Time Integral', + [12214])}, + 'PulmonaryVeinGreatVessel': {'430757002': ('Pulmonary Vein Great Vessel', + [12283])}, + 'PulmonaryVeinRightMiddleSegment': {'443714006': ('Pulmonary Vein Right ' + 'Middle Segment', + [12280])}, + 'PulmonaryVeinSWaveVelocityTimeIntegral': {'399267001': ('Pulmonary Vein ' + 'S-Wave Velocity ' + 'Time Integral', + [12214])}, + 'PulmonaryVeinToAtriumConnection': {'443297004': ('Pulmonary Vein to Atrium ' + 'Connection', + [12283])}, + 'PulmonaryVeinWedge': {'371829003': ('Pulmonary vein wedge', + [3604, 3606, 3630])}, + 'PulmonaryVeinWedgePressure': {'371829003': ('Pulmonary vein wedge pressure ' + '(observable entity)', + [])}, + 'PulmonaryVenousAtrium': {'128567004': ('Pulmonary venous atrium', + [3608, + 3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'PulmonaryVenousStructure': {'122972007': ('Pulmonary venous structure (body ' + 'structure)', + [])}, + 'PulmonicRing': {'90318009': ('Pulmonic Ring', [12305, 3011])}, + 'PulmonicValve': {'39057004': ('Pulmonic Valve', [12305, 12288, 12289])}, + 'PulmonicValveArea': {'251013007': ('Pulmonic Valve Area', [3614, 3615])}, + 'PulmonicValveDisease': {'76267008': ('Pulmonic valve disease', [3700])}, + 'PulmonicValveStenosis': {'56786000': ('Pulmonic valve stenosis', + [12249, 12248])}, + 'Pulmonology': {'309918008': ('Pulmonology', [7030])}, + 'PulsatilityIndex': {'252068008': ('Pulsatility Index', [3620])}, + 'PulsatilityIndexArterialVelocityWaveform': {'252068008': ('Pulsatility ' + 'index, arterial ' + 'velocity waveform ' + '(observable ' + 'entity)', + [])}, + 'PumiDogBreed': {'132575007': ('Pumi dog breed', [7480])}, + 'PunctateCalcification': {'129755006': ('Punctate calcification', + [6011, 6010])}, + 'PunctateRadiographicCalcification': {'129755006': ('Punctate radiographic ' + 'calcification (finding)', + [])}, + 'PunganurCattleBreed': {'133756005': ('Punganur cattle breed', [7480])}, + 'Pupillograph': {'420827006': ('Pupillograph', [4202])}, + 'PurkinjeFibers': {'13050003': ('Purkinje fibers', [3011])}, + 'Putamen': {'89278009': ('Putamen', [7153, 7140, 9514, 7192, 7151])}, + 'PutianPigBreed': {'132284008': ('Putian pig breed', [7480])}, + 'PygmyGoat': {'684003': ('Pygmy goat (organism)', [])}, + 'PygmyGoatBreed': {'684003': ('Pygmy goat breed', [7480])}, + 'PygoraGoatBreed': {'131672003': ('Pygora goat breed', [7480])}, + 'PyloricLymphNode': {'24889003': ('pyloric lymph node', [7600])}, + 'PyreneanCattleBreed': {'133435007': ('Pyrenean cattle breed', [7480])}, + 'PyreneanGoatBreed': {'131619002': ('Pyrenean goat breed', [7480])}, + 'PyreneanMastiffDogBreed': {'132447008': ('Pyrenean Mastiff dog breed', + [7480])}, + 'PyriformSinus': {'6217003': ('pyriform sinus', [7601])}, + 'PyronineBStain': {'76001002': ('pyronine B stain', [8112])}, + 'PyronineGStain': {'43106008': ('pyronine G stain', [8112])}, + 'QinchuanCattleBreed': {'133446005': ('Qinchuan cattle breed', [7480])}, + 'QingpingPigBreed': {'132313006': ('Qingping pig breed', [7480])}, + 'QuadrantectomyOfBreast': {'172049005': ('Quadrantectomy of breast', + [6060, 6058])}, + 'Quantity': {'246205007': ('Quantity', [9000])}, + 'QuarabHorseBreed': {'133159006': ('Quarab horse breed', [7480])}, + 'QuarterHorse': {'76467006': ('Quarter horse (organism)', [])}, + 'QuarterHorseBreed': {'76467006': ('Quarter horse breed', [7480])}, + 'QuarterPonyHorseBreed': {'133158003': ('Quarter Pony horse breed', [7480])}, + 'QuasahCattleBreed': {'133823003': ('Quasah cattle breed (organism)', [])}, + 'QuasahXZebuCattleBreed': {'133823003': ('Quasah X zebu cattle breed', + [7480])}, + 'QuinacrineFluorescentStain': {'406968003': ('quinacrine fluorescent stain', + [8112])}, + 'Quinidine': {'31306009': ('Quinidine', [10])}, + 'QuinoloneAntibiotic': {'372722000': ('Quinolone antibiotic', [621, 622])}, + 'QuinoloneClassOfAntibiotic': {'372722000': ('Quinolone -class of antibiotic- ' + '(substance)', + [])}, + 'RK': {'51683002': ('RK', [4234])}, + 'RVCardiacIndex': {'427990004': ('RV Cardiac Index', [12204])}, + 'RVCardiacOutput': {'428628004': ('RV Cardiac Output', [12204])}, + 'RVStrokeIndex': {'429619008': ('RV Stroke Index', [12204])}, + 'RVStrokeVolume': {'429483009': ('RV Stroke Volume', [12204])}, + 'RX3CattleBreed': {'133266003': ('RX3 cattle breed', [7480])}, + 'RaadPigBreed': {'133171000': ('Raad pig breed', [7480])}, + 'RaboLargoSheepBreed': {'132815009': ('Rabo Largo sheep breed', [7480])}, + 'RacemoseAneurysm': {'14156004': ('racemose aneurysm', [3808])}, + 'RackaSheepBreed': {'131851004': ('Racka sheep breed', [7480])}, + 'RackingHorseHorseBreed': {'133157008': ('Racking Horse horse breed', [7480])}, + 'RacloprideC11': {'129512009': ('Raclopride C^11^', [4021])}, + 'RadialArtery': {'45631007': ('radial artery', + [3604, + 12103, + 3010, + 3440, + 4042, + 9514, + 7192, + 3606, + 7151, + 12107, + 3827, + 4, + 3630])}, + 'RadialKeratotomy': {'51683002': ('Radial keratotomy (procedure)', [])}, + 'RadialScar': {'133855003': ('Radial scar', [6031, 6030])}, + 'RadialVein': {'52359001': ('Radial vein', + [12108, 12103, 9514, 7192, 7151, 3827])}, + 'RadiationTherapist': {'3430008': ('Radiation Therapist', [7450, 9536, 7452])}, + 'RadiationTherapy': {'53438000': ('Radiation therapy', [6083, 6085, 6051])}, + 'RadiationTherapyProcedureOrService': {'53438000': ('Radiation therapy ' + 'procedure or service ' + '(procedure)', + [])}, + 'RadicalAortopulmonaryReconstructWRVToPAValvelessConduit': {'429616001': ('Radical ' + 'aortopulmonary ' + 'reconstruct ' + 'w ' + 'RV ' + 'to ' + 'PA ' + 'valveless ' + 'conduit', + [12247])}, + 'RadioactiveImplant': {'19443004': ('Radioactive implant', + [7112, 7157, 7151, 7111, 7193])}, + 'RadioactiveImplantDevice': {'19443004': ('Radioactive implant, device ' + '(physical object)', + [])}, + 'RadioactiveIsotope': {'89457008': ('Radioactive isotope (substance)', [])}, + 'RadiofrequencyAblationDevice': {'371791001': ('Radiofrequency Ablation ' + 'Device', + [3429, 3411])}, + 'RadiofrequencyAblationProcedurePhase': {'129089003': ('Radiofrequency ' + 'Ablation procedure ' + 'phase', + [3254])}, + 'RadiographicCalcificationFinding': {'129748009': ('Radiographic ' + 'calcification finding', + [6055])}, + 'RadiographicCalcificationWithClusteredDistribution': {'129769006': ('Radiographic ' + 'calcification ' + 'with ' + 'clustered ' + 'distribution ' + '(finding)', + [])}, + 'RadiographicCalcificationWithDiffuseDistribution': {'129764001': ('Radiographic ' + 'calcification ' + 'with ' + 'diffuse ' + 'distribution ' + '(finding)', + [])}, + 'RadiographicCalcificationWithGroupedDistribution': {'129766004': ('Radiographic ' + 'calcification ' + 'with ' + 'grouped ' + 'distribution ' + '(finding)', + [])}, + 'RadiographicCalcificationWithLinearDistribution': {'129765000': ('Radiographic ' + 'calcification ' + 'with ' + 'linear ' + 'distribution ' + '(finding)', + [])}, + 'RadiographicCalcificationWithRegionalDistribution': {'129767008': ('Radiographic ' + 'calcification ' + 'with ' + 'regional ' + 'distribution ' + '(finding)', + [])}, + 'RadiographicCalcificationWithSegmentalDistribution': {'129768003': ('Radiographic ' + 'calcification ' + 'with ' + 'segmental ' + 'distribution ' + '(finding)', + [])}, + 'RadiographicContrastMedia': {'7140000': ('Radiographic contrast media ' + '(product)', + [])}, + 'RadiographicFindingOfAmorphousCalcification': {'129760005': ('Radiographic ' + 'finding of ' + 'amorphous ' + 'calcification ' + '(finding)', + [])}, + 'RadiographicFindingOfCalcifiedSkinOfBreast': {'129757003': ('Radiographic ' + 'finding of ' + 'calcified skin ' + 'of breast ' + '(finding)', + [])}, + 'RadiographicFindingOfCalcifiedSutureMaterial': {'129758008': ('Radiographic ' + 'finding of ' + 'calcified ' + 'suture ' + 'material ' + '(finding)', + [])}, + 'RadiographicFindingOfVascularCalcification': {'129759000': ('Radiographic ' + 'finding of ' + 'vascular ' + 'calcification ' + '(finding)', + [])}, + 'RadiographicIndividualCalcification': {'129770007': ('Radiographic ' + 'individual ' + 'calcification ' + '(finding)', + [])}, + 'RadiographicLesionMarginCharacteristics': {'129737002': ('Radiographic ' + 'lesion margin ' + 'characteristics ' + '(finding)', + [])}, + 'RadioisotopeBrainImaging': {'41440006': ('Radioisotope brain imaging ' + '(procedure)', + [])}, + 'RadioisotopeScanOfLymphaticSystem': {'169167001': ('Radioisotope scan of ' + 'lymphatic system', + [6083, 6050])}, + 'RadioisotopeScanOfTotalBody': {'229033006': ('Radioisotope scan of total ' + 'body (procedure)', + [])}, + 'RadioisotopeStudyOfEndocrineSystem': {'7562007': ('Radioisotope study of ' + 'endocrine system', + [3108])}, + 'RadioisotopeStudyOfGastrointestinalSystem': {'53585008': ('Radioisotope ' + + 'study of ' + 'gastrointestinal ' + 'system', + [3108])}, + 'RadioisotopeStudyOfGenitourinarySystem': {'76927004': ('Radioisotope study ' + 'of genitourinary ' + 'system', + [3108])}, + 'RadioisotopeStudyOfHematopoieticSystem': {'41842006': ('Radioisotope study ' + 'of hematopoietic ' + 'system', + [3108])}, + 'RadioisotopeStudyOfMusculoskeletalSystem': {'68796002': ('Radioisotope study ' + 'of musculoskeletal ' + 'system', + [3108])}, + 'RadioisotopeStudyOfRespiratorySystem': {'19086005': ('Radioisotope study of ' + 'respiratory system', + [3108])}, + 'RadiologicTechnologist': {'159016003': ('Radiologic Technologist', + [7450, 9536, 7452])}, + 'Radiology': {'309964003': ('Radiology', [7030])}, + 'RadiologyDepartment': {'309964003': ('Radiology department (environment)', + [])}, + 'RadionuclideAngiocardiography': {'426940008': ('Radionuclide ' + 'angiocardiography', + [3757])}, + 'RadionuclideCardiacVentriculography': {'85606007': ('Radionuclide cardiac ' + 'ventriculography ' + '(procedure)', + [])}, + 'RadionuclideLocalizationOfTumor': {'45316007': ('Radionuclide localization ' + 'of tumor', + [3108])}, + 'RadionuclideLocalizationOfTumorLimitedArea': {'66377006': ('Radionuclide ' + 'localization of ' + 'tumor, limited ' + 'area', + [6083, 6050])}, + 'RadionuclideLymphogram': {'169167001': ('Radionuclide lymphogram (procedure)', + [])}, + 'RadionuclideMyocardialPerfusionStudy': {'252432008': ('Radionuclide ' + 'myocardial perfusion ' + 'study', + [3757])}, + 'RadionuclideStudyForLocalizationOfInflammatoryDisease': {'252680004': ('Radionuclide ' + 'study ' + 'for ' + 'localization ' + 'of ' + 'inflammatory ' + 'disease', + [3108])}, + 'RadionuclideStudyForLocalizationOfTumorOrInflammatoryDisease': {'252680004': ('Radionuclide ' + 'study ' + 'for ' + 'localization ' + 'of ' + 'tumor ' + 'or ' + 'inflammatory ' + 'disease ' + '(procedure)', + [])}, + 'RadionuclideVentriculography': {'85606007': ('Radionuclide ventriculography', + [3744])}, + 'RadiopharmaceuticalAdverseReaction': {'292094009': ('Radiopharmaceutical ' + 'Adverse Reaction', + [9301, 9300])}, + 'RadiopharmaceuticalAgent': {'417881006': ('Radiopharmaceutical agent ' + '(substance)', + [])}, + 'Radiotherapy': {'309903007': ('Radiotherapy', [7030])}, + 'RadiotherapyDepartment': {'309903007': ('Radiotherapy department ' + '(environment)', + [])}, + 'Radius': {'131190003': ('Radius', + [12257, + 12277, + 7470, + 6165, + 12260, + 12271, + 12267, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 218, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 7469]), + '62413002': ('Radius', [12021, 7304])}, + 'RadiusANDUlnaCombinedSite': {'110535000': ('radius AND ulna (combined site) ' + '(body structure)', + [])}, + 'RadiusAndUlna': {'110535000': ('Radius and ulna', [7483, 7482])}, + 'RaferProjection': {'423720000': ('Rafer projection (qualifier value)', [])}, + 'Rafert': {'423720000': ('Rafert', [4012])}, + 'RafertLong': {'422534007': ('Rafert-Long', [4012])}, + 'RafertLongProjection': {'422534007': ('Rafert-Long projection (qualifier ' + 'value)', + [])}, + 'RagamuffinCatBreed': {'132675004': ('Ragamuffin cat breed', [7480])}, + 'RagdollCatBreed': {'132654007': ('Ragdoll cat breed', [7480])}, + 'RahvanHorseBreed': {'132980005': ('Rahvan horse breed', [7480])}, + 'Raloxifene': {'109029006': ('Raloxifene', [6080])}, + 'RambouilletSheep': {'2124007': ('Rambouillet sheep (organism)', [])}, + 'RambouilletSheepBreed': {'2124007': ('Rambouillet sheep breed', [7480])}, + 'RamgarhiCattleBreed': {'133757001': ('Ramgarhi cattle breed', [7480])}, + 'RamoGrandeCattleBreed': {'133447001': ('Ramo Grande cattle breed', [7480])}, + 'RampProtocol': {'129099008': ('Ramp protocol', [12001, 3261])}, + 'RanaCattle': {'133824009': ('Rana cattle (organism)', [])}, + 'RanaXZebuCattleBreed': {'133824009': ('Rana X zebu cattle breed', [7480])}, + 'RandallLinebackCattleBreed': {'133448006': ('Randall Lineback cattle breed', + [7480])}, + 'RangeOfLowerMeasurementUncertainty': {'371885007': ('-, range of lower ' + 'measurement uncertainty', + [225])}, + 'RangeOfMeasurementUncertainty': {'371884006': ('+/-, range of measurement ' + 'uncertainty', + [225])}, + 'RangeOfUpperMeasurementUncertainty': {'371886008': ('+, range of upper ' + 'measurement uncertainty', + [225])}, + 'RangerCattle': {'133825005': ('Ranger cattle (organism)', [])}, + 'RangerXZebuCattleBreed': {'133825005': ('Ranger X zebu cattle breed', + [7480])}, + 'RasNLansaPigBreed': {'132039000': ('Ras-n-Lansa pig breed', [7480])}, + 'RasaAragonesaSheepBreed': {'131852006': ('Rasa Aragonesa sheep breed', + [7480])}, + 'Rash': {'271807003': ('Rash', [6062])}, + 'RastelliInterventricularTunnel': {'443260009': ('Rastelli Interventricular ' + 'Tunnel', + [12288])}, + 'RastelliOperation': {'44777001': ('Rastelli operation', [12247])}, + 'RastreadorBrasileiroDogBreed': {'132448003': ('Rastreador Brasileiro dog ' + 'breed', + [7480])}, + 'RatTerrierDogBreed': {'132574006': ('Rat Terrier dog breed', [7480])}, + 'RathCattleBreed': {'133623001': ('Rath cattle breed', [7480])}, + 'RathiCattleBreed': {'133624007': ('Rathi cattle breed', [7480])}, + 'Ratio': {'118586006': ('Ratio', [12303])}, + 'RatioOfAorticValveAccelerationTimeToAorticValveEjectionTime': {'399058008': ('Ratio ' + 'of ' + 'aortic ' + 'valve ' + 'acceleration ' + 'time ' + 'to ' + 'aortic ' + 'valve ' + 'ejection ' + 'time ' + '(observable ' + 'entity)', + [])}, + 'RatioOfAorticValveAccelerationTimeToEjectionTime': {'399058008': ('Ratio of ' + 'Aortic ' + 'Valve ' + 'Acceleration ' + 'Time to ' + 'Ejection ' + 'Time', + [12211])}, + 'RatioOfMVPeakVelocityToLVPeakTissueVelocityEWave': {'399140004': ('Ratio of ' + 'MV Peak ' + 'Velocity ' + 'to LV ' + 'Peak ' + 'Tissue ' + 'Velocity ' + 'E-Wave', + [12200, + 12257, + 12271, + 12259, + 12203])}, + 'RatioOfMitralValveAccelerationTimeToMitralValveDecelerationTime': {'399062002': ('Ratio ' + 'of ' + 'mitral ' + 'valve ' + 'acceleration ' + 'time ' + 'to ' + 'mitral ' + 'valve ' + 'deceleration ' + 'time ' + '(observable ' + 'entity)', + [])}, + 'RatioOfMitralValvePeakVelocityToLeftVentricularPeakTissueVelocityEWave': {'399140004': ('Ratio ' + 'of ' + 'mitral ' + 'valve ' + 'peak ' + 'velocity ' + 'to ' + 'left ' + 'ventricular ' + 'peak ' + 'tissue ' + 'velocity ' + 'e-wave ' + '(observable ' + 'entity)', + [])}, + 'RatioOfPulmonicValveAccelerationTimeToEjectionTime': {'399238002': ('Ratio ' + 'of ' + 'Pulmonic ' + 'Valve ' + 'Acceleration ' + 'Time to ' + 'Ejection ' + 'Time', + [12209])}, + 'RatioOfPulmonicValveAccelerationTimeToPulmonicValveEjectionTime': {'399238002': ('Ratio ' + 'of ' + 'pulmonic ' + 'valve ' + 'acceleration ' + 'time ' + 'to ' + 'pulmonic ' + 'valve ' + 'ejection ' + 'time ' + '(observable ' + 'entity)', + [])}, + 'RatioProperty': {'118586006': ('Ratio (property) (qualifier value)', [])}, + 'Rattus': {'371564000': ('Rattus', [7454])}, + 'RattusNorvegicus': {'371565004': ('Rattus norvegicus (common rat)', [7454])}, + 'RaynaudDisease': {'195295006': ("Raynaud's disease", [3805])}, + 'RazorBackPigBreed': {'132051003': ('Razor-Back pig breed', [7480])}, + 'ReasonForStoppingTest': {'246101005': ('Reason for stopping test (attribute)', + [])}, + 'ReceivingOfSpecimenInLaboratory': {'428995007': ('Receiving of specimen in ' + 'laboratory (procedure)', + [])}, + 'RecentMyocardialInfarction': {'428752002': ('Recent Myocardial infarction', + [3205])}, + 'ReconstructionOfBreast': {'33496007': ('Reconstruction of breast (procedure)', + [])}, + 'RecoveryRoom': {'398161000': ('Recovery room', [603])}, + 'RectalCatheter': {'705541005': ('Rectal Catheter', [74])}, + 'RectalMass': {'248523006': ('Rectal mass', [6201])}, + 'RectalRoute': {'37161004': ('Rectal route (qualifier value)', [])}, + 'RectalTemperature': {'307047009': ('Rectal temperature', [636])}, + 'RectalTube': {'67966000': ('Rectal tube', [6202, 6203])}, + 'Rectum': {'34402009': ('Rectum', + [4030, + 4031, + 6210, + 4040, + 6204, + 4042, + 9514, + 7160, + 7192, + 7151, + 6202, + 4009])}, + 'RectumStructure': {'34402009': ('Rectum structure (body structure)', [])}, + 'Recumbent': {'102538003': ('recumbent', [19])}, + 'RecumbentBodyPosition': {'102538003': ('Recumbent body position (finding)', + [])}, + 'Recurrent': {'255227004': ('Recurrent', [3770])}, + 'RecurrentAnginaPostCABG': {'371810009': ('Recurrent angina Post-CABG', + [3700])}, + 'RecurrentAnginaPostDCA': {'371812001': ('Recurrent angina Post-DCA', [3700])}, + 'RecurrentAnginaPostPTCA': {'371808007': ('Recurrent angina Post-PTCA', + [3700])}, + 'RecurrentAnginaPostRotationalAtherectomy': {'371811008': ('Recurrent angina ' + 'Post-Rotational ' + 'Atherectomy', + [3700])}, + 'RecurrentAnginaPostStent': {'371809004': ('Recurrent angina Post-Stent', + [3700])}, + 'RecurrentAnginaStatusPostCoronaryArteryBypassGraft': {'371810009': ('Recurrent ' + 'angina ' + 'status ' + 'post ' + 'coronary ' + 'artery ' + 'bypass ' + 'graft ' + '(disorder)', + [])}, + 'RecurrentAnginaStatusPostCoronaryStentPlacement': {'371809004': ('Recurrent ' + 'angina ' + 'status ' + 'post ' + 'coronary ' + 'stent ' + 'placement ' + '(disorder)', + [])}, + 'RecurrentAnginaStatusPostDirectionalCoronaryAtherectomy': {'371812001': ('Recurrent ' + 'angina ' + 'status ' + 'post ' + 'directional ' + 'coronary ' + 'atherectomy ' + '(disorder)', + [])}, + 'RecurrentAnginaStatusPostPercutaneousTransluminalCoronaryAngioplasty': {'371808007': ('Recurrent ' + 'angina ' + 'status ' + 'post ' + 'percutaneous ' + 'transluminal ' + 'coronary ' + 'angioplasty ' + '(disorder)', + [])}, + 'RecurrentAnginaStatusPostRotationalAtherectomy': {'371811008': ('Recurrent ' + 'angina ' + 'status post ' + 'rotational ' + 'atherectomy ' + '(disorder)', + [])}, + 'Red': {'371240000': ('Red', [4206, 4255, 8122])}, + 'RedAndWhiteCattleBreed': {'133258007': ('Red and White cattle breed', + [7480])}, + 'RedAngusCattleBreed': {'133259004': ('Red Angus cattle breed', [7480])}, + 'RedBororoCattleBreed': {'133758006': ('Red Bororo cattle breed', [7480])}, + 'RedBrangusCattleBreed': {'133749004': ('Red Brangus cattle breed (organism)', + [])}, + 'RedBrangusXZebuCattleBreed': {'133749004': ('Red Brangus X zebu cattle breed', + [7480])}, + 'RedColor': {'371240000': ('Red color (qualifier value)', [])}, + 'RedDesertCattleBreed': {'133759003': ('Red Desert cattle breed', [7480])}, + 'RedEngadineSheepBreed': {'131853001': ('Red Engadine sheep breed', [7480])}, + 'RedFlemishCattleBreed': {'133386001': ('Red Flemish cattle breed', [7480])}, + 'RedFree': {'405739002': ('Red free', [4206])}, + 'RedFriesianCattleBreed': {'133586000': ('Red Friesian cattle breed', [7480])}, + 'RedGallowayCattleBreed': {'133449003': ('Red Galloway cattle breed', [7480])}, + 'RedHampracePigBreed': {'132044007': ('Red Hamprace pig breed', [7480])}, + 'RedKandhariCattleBreed': {'133760008': ('Red Kandhari cattle breed', [7480])}, + 'RedOpticalFilter': {'445279009': ('Red optical filter', [8124, 4204])}, + 'RedOpticalFilterOfOpticalMicroscope': {'445279009': ('Red optical filter of ' + 'optical microscope ' + '(physical object)', + [])}, + 'RedPollCattleBreed': {'88807001': ('Red Poll cattle breed (organism)', [])}, + 'RedPollCowBreed': {'88807001': ('Red Poll cow breed', [7480])}, + 'RedPolledØstlandCattleBreed': {'133260009': ('Red Polled Østland cattle ' + 'breed', + [7480])}, + 'RedSindhiCattleBreed': {'133625008': ('Red Sindhi cattle breed', [7480])}, + 'RedSteppeCattleBreed': {'133261008': ('Red Steppe cattle breed', [7480])}, + 'RedWattlePig': {'74568001': ('Red wattle pig (organism)', [])}, + 'RedWattlePigBreed': {'74568001': ('Red wattle pig breed', [7480])}, + 'RedboneCoonhound': {'25171009': ('Redbone coonhound (organism)', [])}, + 'RedboneCoonhoundDogBreed': {'25171009': ('Redbone coonhound dog breed', + [7480])}, + 'ReductionMammoplasty': {'59214008': ('Reduction mammoplasty', + [6083, 6051, 6084])}, + 'RefractiveError': {'39021009': ('Refractive Error', [4222])}, + 'ReggianaCattleBreed': {'133262001': ('Reggiana cattle breed', [7480])}, + 'RegionOfMetatarsal': {'280711000': ('Region of metatarsal (body structure)', + [])}, + 'RegionOfNasopharynx': {'360955006': ('Region of nasopharynx (body structure)', + [])}, + 'RegionalAnesthesia': {'27372005': ('Regional anesthesia', [611, 612])}, + 'RegionalCalcificationDistribution': {'129767008': ('Regional calcification ' + 'distribution', + [6013, 6012])}, + 'RegionalLymphNode': {'312500006': ('regional lymph node', [7600])}, + 'RegionalLymphNodeStructure': {'312500006': ('Regional lymph node structure ' + '(body structure)', + [])}, + 'Registrar': {'158971006': ('Registrar', [7450, 7452])}, + 'RegurgitantFlow': {'397417004': ('Regurgitant Flow', [12221])}, + 'RegurgitantFraction': {'399301000': ('Regurgitant Fraction', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'Regurgitation': {'10337008': ('Regurgitation', [3711])}, + 'RegusCattleBreed': {'133450003': ('Regus cattle breed', [7480])}, + 'Rehabilitation': {'309940004': ('Rehabilitation', [7030])}, + 'RehabilitationDepartment': {'309940004': ('Rehabilitation department ' + '(environment)', + [])}, + 'RelativeTimeProperty': {'118578006': ('Relative time (property) (qualifier ' + 'value)', + [])}, + 'Remifentanil': {'386839004': ('Remifentanil', [65, 66])}, + 'RemovalOfBreastImplant': {'27315000': ('Removal of breast implant', + [6083, 6084])}, + 'RemovalOfCatheter': {'103715008': ('Removal of catheter', [9])}, + 'RemovalOfDevice': {'128538000': ('Removal of device', [8109])}, + 'RemovalOfForeignBody': {'10849003': ('Removal of foreign body', [9])}, + 'RemovalOfImplantSincePreviousMammogram': {'129730000': ('Removal of implant ' + 'since previous ' + 'mammogram', + [6003, 6002])}, + 'RenalArtery': {'2841007': ('Renal artery', + [3604, + 4030, + 12103, + 12115, + 3837, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630, + 7111])}, + 'RenalCellCarcinoma': {'702391001': ('Renal cell carcinoma', [639, 638])}, + 'RenalFailure': {'42399005': ('Renal failure', [3413, 3755])}, + 'RenalFailureSyndrome': {'42399005': ('Renal failure syndrome (disorder)', + [])}, + 'RenalHilarLymphNode': {'249708006': ('renal hilar lymph node', [7600])}, + 'RenalImpairment': {'236423003': ('Renal impairment (disorder)', [])}, + 'RenalPelvis': {'25990002': ('Renal pelvis', [9514, 7192, 7151, 4])}, + 'RenalPelvisStructure': {'25990002': ('Renal pelvis structure (body ' + 'structure)', + [])}, + 'RenalStone': {'386103008': ('Renal stone', [300])}, + 'RenalVein': {'56400007': ('Renal Vein', + [12103, + 12115, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'RendenaCattleBreed': {'133451004': ('Rendena cattle breed', [7480])}, + 'ReniteloCattleBreed': {'133826006': ('Renitelo cattle breed (organism)', [])}, + 'ReniteloXZebuCattleBreed': {'133826006': ('Renitelo X zebu cattle breed', + [7480])}, + 'RepairByNailing': {'35860002': ('Repair by nailing', [7310])}, + 'RepairOfAtrialSeptalDefectWithProsthesisByClosedHeartTechnique': {'30123000': ('Repair ' + 'of ' + 'atrial ' + 'septal ' + 'defect ' + 'with ' + 'prosthesis ' + 'by ' + 'closed ' + 'heart ' + 'technique ' + '(procedure)', + [])}, + 'RepairOfCoarctationOfAorta': {'274022008': ('Repair of coarctation of aorta', + [12247])}, + 'RepairOfDefectOfTheAtrioventricularSeptum': {'174836000': ('Repair of defect ' + 'of the ' + 'atrioventricular ' + 'septum', + [12247])}, + 'RepairOfPartialAnomalousPulmonaryVenousConnection': {'174900004': ('Repair ' + 'of ' + 'partial ' + 'anomalous ' + 'pulmonary ' + 'venous ' + 'connection ' + '(procedure)', + [])}, + 'RepairOfTotalAnomalousPulmonaryVenousConnection': {'174830006': ('Repair of ' + 'total ' + 'anomalous ' + 'pulmonary ' + 'venous ' + 'connection', + [12247])}, + 'RepairOfVentricularSeptalDefectWithProsthesis': {'89814007': ('Repair of ' + 'ventricular ' + 'septal defect ' + 'with ' + 'prosthesis ' + '(procedure)', + [])}, + 'RepartidaGoatBreed': {'131647003': ('Repartida goat breed', [7480])}, + 'ReplacementOfCatheter': {'103713001': ('Replacement of catheter (procedure)', + [])}, + 'Representative': {'371916004': ('Representative', [3676])}, + 'RepresentativeNumericEstimationTechnique': {'371916004': ('Representative - ' + 'numeric ' + 'estimation ' + 'technique ' + '(qualifier value)', + [])}, + 'RequestByPhysician': {'103321005': ('Request by Physician', [3205])}, + 'RequestByPhysicianContextualQualifier': {'103321005': ('Request by physician ' + '(contextual ' + 'qualifier) ' + '(qualifier value)', + [])}, + 'ResavaPigBreed': {'133205002': ('Resava pig breed', [7480])}, + 'Resident': {'405277009': ('Resident', [7450, 9536, 7452])}, + 'ResidentPhysician': {'405277009': ('Resident physician (occupation)', [])}, + 'ResolutionOfIschemia': {'428824000': ('Resolution of ischemia', [3235])}, + 'ResolutionOfMyocardialIschemia': {'428824000': ('Resolution of myocardial ' + 'ischemia (situation)', + [])}, + 'RespirationAssessment': {'364062005': ('Respiration assessment', [3441])}, + 'RespirationImpedanceWaveform': {'128436004': ('Respiration impedance ' + 'waveform', + [3003])}, + 'RespirationImpedanceWaveformFunction': {'128436004': ('Respiration impedance ' + 'waveform, function ' + '(observable entity)', + [])}, + 'RespirationIntermittent': {'271824009': ('respiration intermittent', [3416])}, + 'RespirationObservable': {'364062005': ('Respiration observable (observable ' + 'entity)', + [])}, + 'RespiratoryCyclePoint': {'272517003': ('Respiratory cycle point (qualifier ' + 'value)', + [])}, + 'RespiratoryMedicineDepartment': {'309918008': ('Respiratory medicine ' + 'department (environment)', + [])}, + 'RespiratoryRate': {'86290005': ('Respiratory rate (observable entity)', [])}, + 'RespiratoryStimulant': {'418760000': ('Respiratory stimulant', [621, 622])}, + 'Restenotic': {'371893007': ('Restenotic', [3712])}, + 'RestenoticLesionOfCoronaryArtery': {'371893007': ('Restenotic lesion of ' + 'coronary artery (finding)', + [])}, + 'RestingState': {'128975004': ('Resting State', + [3405, + 3262, + 3602, + 3101, + 3250, + 3207, + 3102, + 10045, + 3651, + 12002])}, + 'Restrictive': {'253551005': ('Restrictive', [3707])}, + 'RestrictiveCardiomyopathy': {'90828009': ('Restrictive cardiomyopathy', + [3700, 3728])}, + 'RestrictiveVentricularSeptalDefect': {'253551005': ('Restrictive ventricular ' + 'septal defect ' + '(disorder)', + [])}, + 'ResurfacingOfHeadOfFemur': {'445185007': ('Resurfacing of head of femur ' + '(procedure)', + [])}, + 'ResurfacingOfTheFemoralHead': {'445185007': ('Resurfacing of the femoral ' + 'head', + [7301])}, + 'ResurfacingOfThePatella': {'239503002': ('Resurfacing of the patella', + [7301])}, + 'Retina': {'5665001': ('Retina', [4211, 4209, 4029])}, + 'RetinalStructure': {'5665001': ('Retinal structure (body structure)', [])}, + 'RetinalThicknessAnalyzer': {'416567007': ('Retinal Thickness Analyzer', + [4210])}, + 'RetintaCattleBreed': {'133263006': ('Retinta cattle breed', [7480])}, + 'RetintaExtremenaGoatBreed': {'131615008': ('Retinta Extremena goat breed', + [7480])}, + 'RetractionOfNipple': {'31845005': ('Retraction of nipple (disorder)', [])}, + 'Retriever': {'1974006': ('Retriever', [7480])}, + 'RetrocecalLymphNode': {'281847004': ('retrocecal lymph node', [7600])}, + 'RetrogradeDirection': {'312004007': ('Retrograde Direction', [12306])}, + 'RetrogradeFlow': {'312004007': ('Retrograde Flow', [12221])}, + 'RetromolarTrigone': {'85816001': ('retromolar trigone', [7601])}, + 'RetroperitonealCompartmentStructure': {'82849001': ('Retroperitoneal ' + 'compartment structure ' + '(body structure)', + [])}, + 'RetroperitonealLymphNode': {'91394001': ('retroperitoneal lymph node', + [7600])}, + 'RetroperitonealSpace': {'82849001': ('Retroperitoneal space', + [7154, 9514, 7192, 7151])}, + 'Retroperitoneum': {'82849001': ('Retroperitoneum', [4])}, + 'RetropharyngealLymphNode': {'25683005': ('retropharyngeal lymph node', + [7600])}, + 'RetropyloricLymphNode': {'280402004': ('retropyloric lymph node', [7600])}, + 'RetrotrachealLymphNode': {'127931000': ('retrotracheal lymph node ' + '(mediastinal)', + [7600])}, + 'RetrotrachealLymphNodeMediastinal': {'127931000': ('Retrotracheal lymph node ' + '(mediastinal) (body ' + 'structure)', + [])}, + 'ReversibleMyocardialPerfusionDefect': {'251055003': ('Reversible myocardial ' + 'perfusion defect', + [3113])}, + 'RexCatBreed': {'1809004': ('Rex cat breed', [7480])}, + 'RhaetianGrayCattleBreed': {'133462004': ('Rhaetian Gray cattle breed', + [7480])}, + 'RheinbergFilter': {'445623003': ('Rheinberg filter', [8124])}, + 'RheinbergFilterOfOpticalMicroscope': {'445623003': ('Rheinberg filter of ' + 'optical microscope ' + '(physical object)', + [])}, + 'Rhenium186re': {'395865006': ('Rhenium[186Re] (substance)', [])}, + 'Rhese': {'399234000': ('Rhese', [4012])}, + 'RheseProjection': {'399234000': ('Rhese projection (qualifier value)', [])}, + 'RheumaticFever': {'58718002': ('Rheumatic Fever', [12249, 12248])}, + 'Rheumatology': {'309941000': ('Rheumatology', [7030])}, + 'RheumatologyDepartment': {'309941000': ('Rheumatology department ' + '(environment)', + [])}, + 'RhinelandHeavyDraftHorseBreed': {'132965004': ('Rhineland Heavy Draft horse ' + 'breed', + [7480])}, + 'RhodamineBStain': {'27671009': ('rhodamine B stain', [8112])}, + 'RhodamineStain': {'406977005': ('rhodamine stain', [8112])}, + 'RhodesianRidgebackDog': {'74173000': ('Rhodesian ridgeback dog', [7480])}, + 'RhodiumANDORRhodiumCompound': {'105877002': ('Rhodium AND/OR rhodium ' + 'compound (substance)', + [])}, + 'RhodiumOrRhodiumCompound': {'105877002': ('Rhodium or Rhodium compound', + [10006, 10067, 10016])}, + 'RhoenschafSheepBreed': {'131854007': ('Rhoenschaf sheep breed', [7480])}, + 'Rib': {'113197003': ('Rib', + [4030, + 6109, + 4031, + 7155, + 6102, + 6114, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'RideauArcottSheepBreed': {'132703001': ('Rideau Arcott sheep breed', [7480])}, + 'Right': {'24028007': ('Right', [247, 3019, 211, 2, 12117, 245, 5, 244])}, + 'Right20DegreeDorsalLeftVentralOblique': {'442627009': ('Right 20 degree ' + 'dorsal-left ventral ' + 'oblique', + [7484])}, + 'Right20DegreeDorsalLeftVentralObliqueProjection': {'442627009': ('Right 20 ' + 'degree ' + 'dorsal-left ' + 'ventral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Right20DegreeRostralLeftCaudalOblique': {'442743006': ('Right 20 degree ' + 'rostral-left caudal ' + 'oblique', + [7484])}, + 'Right20DegreeRostralLeftCaudalObliqueProjection': {'442743006': ('Right 20 ' + 'degree ' + 'rostral-left ' + 'caudal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Right20DegreeVentralLeftDorsalOblique': {'442612009': ('Right 20 degree ' + 'ventral-left dorsal ' + 'oblique', + [7484])}, + 'Right20DegreeVentralLeftDorsalObliqueProjection': {'442612009': ('Right 20 ' + 'degree ' + 'ventral-left ' + 'dorsal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Right30DegreeCaudalLeftRostralOblique': {'442605000': ('Right 30 degree ' + 'caudal-left rostral ' + 'oblique', + [7484])}, + 'Right30DegreeCaudalLeftRostralObliqueProjection': {'442605000': ('Right 30 ' + 'degree ' + 'caudal-left ' + 'rostral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Right45DegreeDorsalLeftVentralOblique': {'442660007': ('Right 45 degree ' + 'dorsal-left ventral ' + 'oblique', + [7484])}, + 'Right45DegreeDorsalLeftVentralObliqueProjection': {'442660007': ('Right 45 ' + 'degree ' + 'dorsal-left ' + 'ventral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Right45DegreeVentralLeftDorsalOblique': {'442628004': ('Right 45 degree ' + 'ventral-left dorsal ' + 'oblique', + [7484])}, + 'Right45DegreeVentralLeftDorsalObliqueProjection': {'442628004': ('Right 45 ' + 'degree ' + 'ventral-left ' + 'dorsal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'RightAndLeft': {'51440002': ('Right and left (qualifier value)', [])}, + 'RightAnteriorApicalPeripheralZoneOfProstate': {'716936005': ('Right anterior ' + 'apical ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'RightAnteriorApicalTransitionZoneOfProstate': {'716930004': ('Right anterior ' + 'apical ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'RightAnteriorBasalPeripheralZoneOfProstate': {'716904003': ('Right anterior ' + 'basal ' + 'peripheral zone ' + 'of prostate', + [6303, + 6300, + 6301])}, + 'RightAnteriorBasalTransitionZoneOfProstate': {'716896009': ('Right anterior ' + 'basal ' + 'transition zone ' + 'of prostate', + [6300, 6301])}, + 'RightAnteriorMiddlePeripheralZoneOfProstate': {'716919002': ('Right anterior ' + 'middle ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'RightAnteriorMiddleTransitionZoneOfProstate': {'716913001': ('Right anterior ' + 'middle ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'RightAnteriorOblique': {'399108003': ('Right anterior oblique', [501, 26]), + '399356000': ('right anterior oblique', + [4010, 501, 3466])}, + 'RightAnteriorObliqueEmissiveProjection': {'399108003': ('Right anterior ' + 'oblique emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'RightAnteriorObliqueProjection': {'399356000': ('Right anterior oblique ' + 'projection (qualifier ' + 'value)', + [])}, + 'RightApicalAnteriorFibromuscularStromaOfProstate': {'716926002': ('Right ' + 'apical ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6300, + 6301])}, + 'RightApicalPeripheralZoneOfProstate': {'716934008': ('Right apical ' + 'peripheral zone of ' + 'prostate', + [6302, 6300])}, + 'RightApicalTransitionZoneOfProstate': {'716928001': ('Right apical ' + 'transition zone of ' + 'prostate', + [6302, 6303, 6300])}, + 'RightAtrialPressure': {'276755008': ('Right Atrial Pressure', [3641])}, + 'RightAtrialStructure': {'73829009': ('Right atrial structure (body ' + 'structure)', + [])}, + 'RightAtrioventricularOstium': {'90561006': ('Right atrioventricular ostium', + [3011])}, + 'RightAtrioventricularOstiumStructure': {'90561006': ('Right atrioventricular ' + 'ostium structure (body ' + 'structure)', + [])}, + 'RightAtrium': {'73829009': ('Right Atrium', + [3608, + 12305, + 3462, + 12284, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'RightAtriumPressureWaveform': {'128440008': ('Right atrium pressure waveform', + [3003])}, + 'RightAtriumPressureWaveformFunction': {'128440008': ('Right atrium pressure ' + 'waveform, function ' + '(observable entity)', + [])}, + 'RightAuricularAppendage': {'68300000': ('Right Auricular Appendage', + [12284, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4])}, + 'RightBasalAnteriorFibromuscularStromaOfProstate': {'716892006': ('Right ' + 'basal ' + + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6300, + 6301])}, + 'RightBasalPeripheralZoneOfProstate': {'716902004': ('Right basal peripheral ' + 'zone of prostate', + [6302, 6300])}, + 'RightBasalTransitionZoneOfProstate': {'716894007': ('Right basal transition ' + 'zone of prostate', + [6302, 6303, 6300])}, + 'RightBranchOfAtrioventricularBundle': {'57383004': ('Right branch of ' + 'Atrioventricular bundle', + [3011])}, + 'RightBranchOfHepaticArtery': {'69421009': ('Right Branch of Hepatic Artery', + [12112, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'RightBreast': {'73056007': ('Right breast', [6023, 6022])}, + 'RightBreastStructure': {'73056007': ('Right breast structure (body ' + 'structure)', + [])}, + 'RightBundleBranchBlock': {'59118001': ('Right bundle branch block', [3230])}, + 'RightCaudalLeftRostralOblique': {'442629007': ('Right caudal-left rostral ' + 'oblique', + [7484])}, + 'RightCaudalLeftRostralObliqueProjection': {'442629007': ('Right caudal-left ' + 'rostral oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'RightCommonCarotidArtery': {'65355003': ('Right Common Carotid Artery', + [12291])}, + 'RightCommonCarotidArteryStructure': {'65355003': ('Right common carotid ' + 'artery structure (body ' + 'structure)', + [])}, + 'RightCoronaryArtery': {'13647002': ('Right Coronary Artery', + [3604, + 6109, + 3015, + 12292, + 6102, + 6117, + 9514, + 7192, + 3016, + 7151, + 3827])}, + 'RightCoronaryArteryOstium': {'56789007': ('Right Coronary Artery Ostium', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'RightCoronaryArteryStructure': {'13647002': ('Right coronary artery ' + 'structure (body structure)', + [])}, + 'RightCoronaryDominance': {'253728007': ('Right Coronary Dominance', [3710])}, + 'RightDominantCoronarySystem': {'253728007': ('Right dominant coronary system ' + '(disorder)', + [])}, + 'RightDorsalLeftVentralOblique': {'442607008': ('Right dorsal-left ventral ' + 'oblique', + [7484])}, + 'RightDorsalLeftVentralObliqueProjection': {'442607008': ('Right dorsal-left ' + 'ventral oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'RightDowngaze': {'255524005': ('Right downgaze', [4201])}, + 'RightFemoralArtery': {'69833005': ('Right femoral artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'RightGaze': {'255531009': ('Right gaze', [4201])}, + 'RightGlennShuntProcedure': {'444001009': ('Right Glenn shunt procedure', + [12247])}, + 'RightHepaticVein': {'272998002': ('Right Hepatic Vein', + [12103, 12114, 9514, 7192, 7151, 3827])}, + 'RightHypochondriacRegion': {'133946002': ('Right hypochondriac region', + [9514, 7192, 7151, 4])}, + 'RightHypochondriacRegionStructure': {'133946002': ('Right hypochondriac ' + 'region structure (body ' + 'structure)', + [])}, + 'RightInferiorPulmonaryVein': {'113273001': ('Right Inferior Pulmonary Vein', + [12280])}, + 'RightInguinalRegion': {'37117007': ('Right inguinal region', + [9514, 7192, 7151, 4])}, + 'RightInguinalRegionStructure': {'37117007': ('Right inguinal region ' + 'structure (body structure)', + [])}, + 'RightLateral': {'399198007': ('right lateral', [4010, 501])}, + 'RightLateralDecubitus': {'102535000': ('right lateral decubitus', + [6206, 20])}, + 'RightLateralDecubitusPosition': {'102535000': ('Right lateral decubitus ' + 'position (finding)', + [])}, + 'RightLateralEmissiveProjection': {'399297009': ('Right lateral emissive ' + 'projection (qualifier ' + 'value)', + [])}, + 'RightLateralMiddlePeripheralZoneOfProstate': {'716917000': ('Right lateral ' + 'middle ' + 'peripheral zone ' + 'of prostate', + [6302, 6300])}, + 'RightLateralProjection': {'399198007': ('Right lateral projection (qualifier ' + 'value)', + []), + '399297009': ('Right lateral projection', + [501, 26])}, + 'RightLeftLateral': {'399173006': ('Right-left lateral', [7484])}, + 'RightLowerQuadrantOfAbdomen': {'48544008': ('Right lower quadrant of abdomen', + [9514, 7192, 7151, 4])}, + 'RightLowerSegment': {'255496004': ('Right Lower Segment', [12237, 12219])}, + 'RightLumbarRegion': {'133944004': ('Right lumbar region', + [9514, 7192, 7151, 4])}, + 'RightMainBranchOfPortalVein': {'73931004': ('Right Main Branch of Portal ' + 'Vein', + [12103, + 12114, + 9514, + 7192, + 7151, + 3827])}, + 'RightMainBronchus': {'70074004': ('Right main bronchus', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'RightMainBronchusStructure': {'70074004': ('Right main bronchus structure ' + '(body structure)', + [])}, + 'RightMiddleAnteriorFibromuscularStromaOfProstate': {'716909008': ('Right ' + 'middle ' + 'anterior ' + 'fibromuscular ' + 'stroma of ' + 'prostate', + [6300, + 6301])}, + 'RightMiddleTransitionZoneOfProstate': {'716911004': ('Right middle ' + 'transition zone of ' + 'prostate', + [6302, 6303, 6300])}, + 'RightOblique': {'399236003': ('right oblique', [4010, 501])}, + 'RightObliqueProjection': {'399236003': ('Right oblique projection (qualifier ' + 'value)', + [])}, + 'RightPleura': {'44788007': ('Right Pleura', [12294])}, + 'RightPleuraStructure': {'44788007': ('Right pleura structure (body ' + 'structure)', + [])}, + 'RightPosteriorAVCoronaryArtery': {'12800002': ('Right posterior AV Coronary ' + 'Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'RightPosteriorApicalTransitionZoneOfProstate': {'716932007': ('Right ' + 'posterior ' + 'apical ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'RightPosteriorBasalTransitionZoneOfProstate': {'716898005': ('Right ' + 'posterior ' + 'basal ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'RightPosteriorMiddleTransitionZoneOfProstate': {'716915008': ('Right ' + 'posterior ' + 'middle ' + 'transition ' + 'zone of ' + 'prostate', + [6300, 6301])}, + 'RightPosteriorOblique': {'399038007': ('right posterior oblique', + [4010, 501]), + '399075002': ('Right posterior oblique', [501, 26])}, + 'RightPosteriorObliqueEmissiveProjection': {'399075002': ('Right posterior ' + 'oblique emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'RightPosteriorObliqueProjection': {'399038007': ('Right posterior oblique ' + 'projection (qualifier ' + 'value)', + [])}, + 'RightPosterolateralApicalPeripheralZoneOfProstate': {'716938006': ('Right ' + 'posterolateral ' + 'apical ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'RightPosterolateralBasalPeripheralZoneOfProstate': {'716906001': ('Right ' + 'posterolateral ' + 'basal ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'RightPosterolateralMiddlePeripheralZoneOfProstate': {'716921007': ('Right ' + 'posterolateral ' + 'middle ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'RightPosteromedialApicalPeripheralZoneOfProstate': {'716940001': ('Right ' + 'posteromedial ' + 'apical ' + 'peripheral ' + 'zone of ' + 'prostate', + [6303, + 6300, + 6301])}, + 'RightPosteromedialMiddlePeripheralZoneOfProstate': {'716923005': ('Right ' + 'posteromedial ' + + 'middle ' + 'peripheral ' + 'zone of ' + 'prostate', + [6302, + 6303, + 6300, + 6301])}, + 'RightPulmonaryArtery': {'78480002': ('Right pulmonary artery', + [3829, + 3604, + 12305, + 3010, + 4042, + 9514, + 7192, + 3606, + 12280, + 7151, + 4, + 3630])}, + 'RightPulmonaryVein': {'91539005': ('Right Pulmonary Vein', + [3840, 9514, 7192, 7151, 3827])}, + 'RightRostralLeftCaudalOblique': {'442747007': ('Right rostral-left caudal ' + 'oblique', + [7484])}, + 'RightRostralLeftCaudalObliqueProjection': {'442747007': ('Right rostral-left ' + 'caudal oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'RightSeminalVesicle': {'74308000': ('Right seminal vesicle', + [6302, 6303, 6300, 6301])}, + 'RightSidedBidirectionalGlennShuntProcedure': {'444034006': ('Right-sided ' + 'bidirectional ' + 'Glenn shunt ' + 'procedure', + [12247])}, + 'RightSinusOfValsalva': {'89093001': ('Right Sinus of Valsalva', [12291])}, + 'RightSubclavianArtery': {'29700009': ('Right Subclavian Artery', [12291])}, + 'RightSuperiorPulmonaryVein': {'8629005': ('Right Superior Pulmonary Vein', + [12280])}, + 'RightSuperiorVenaCava': {'443444008': ('Right Superior Vena Cava', [12282])}, + 'RightToLeftCardiovascularShunt': {'79692001': ('Right to left cardiovascular ' + 'shunt', + [12221])}, + 'RightUpgaze': {'255526007': ('Right upgaze', [4201])}, + 'RightUpperQuadrantOfAbdomen': {'50519007': ('Right upper quadrant of abdomen', + [9514, 7192, 7151, 4])}, + 'RightUpperSegment': {'255499006': ('Right Upper Segment', [12237, 12219])}, + 'RightVentralLeftDorsalOblique': {'442595001': ('Right ventral-left dorsal ' + 'oblique', + [7484])}, + 'RightVentralLeftDorsalObliqueProjection': {'442595001': ('Right ventral-left ' + 'dorsal oblique ' + 'projection ' + '(qualifier value)', + [])}, + 'RightVentricle': {'53085002': ('Right ventricle', + [3609, + 12305, + 7152, + 12288, + 3462, + 3463, + 3010, + 12287, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'RightVentricleApex': {'128565007': ('Right ventricle apex', [3609, 3630])}, + 'RightVentricleBasalSegment': {'277635008': ('Right Ventricle Basal Segment', + [12305])}, + 'RightVentricleInflow': {'8017000': ('Right ventricle inflow', + [3609, + 3010, + 4042, + 3011, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'RightVentricleMidventricularSegment': {'277634007': ('Right Ventricle ' + 'Midventricular Segment', + [12305])}, + 'RightVentricleOutflowChamber': {'128572008': ('Right ventricle outflow ' + 'chamber (disorder)', + [])}, + 'RightVentricleOutflowTract': {'44627009': ('Right Ventricle Outflow Tract', + [12236, + 3609, + 12305, + 3010, + 4042, + 3011, + 9514, + 7192, + 3610, + 12280, + 7151, + 4, + 3630, + 12223])}, + 'RightVentriclePressureWaveform': {'128439006': ('Right ventricle pressure ' + 'waveform', + [3003])}, + 'RightVentriclePressureWaveformFunction': {'128439006': ('Right ventricle ' + 'pressure waveform, ' + 'function ' + '(observable entity)', + [])}, + 'RightVentricleToPulmonaryArteryConduitAnastomosis': {'443328003': ('Right ' + 'Ventricle ' + 'to ' + 'Pulmonary ' + 'Artery ' + 'Conduit ' + 'Anastomosis', + [12288])}, + 'RightVentricularCardiacIndex': {'427990004': ('Right ventricular cardiac ' + 'index (observable entity)', + [])}, + 'RightVentricularCardiacOutput': {'428628004': ('Right ventricular cardiac ' + 'output (observable entity)', + [])}, + 'RightVentricularCavitySize': {'250964004': ('Right ventricular cavity size ' + '(observable entity)', + [])}, + 'RightVentricularEndDiastolicPressure': {'276774000': ('Right Ventricular ' + 'End-Diastolic ' + 'Pressure', + [3641])}, + 'RightVentricularIndexOfMyocardialPerformance': {'399154007': ('Right ' + 'Ventricular ' + 'Index of ' + 'Myocardial ' + 'Performance', + [12204])}, + 'RightVentricularInflowTractView': {'398998003': ('Right Ventricular Inflow ' + 'Tract View', + [12226, 501])}, + 'RightVentricularOutflowTractView': {'399195005': ('Right Ventricular Outflow ' + 'Tract View', + [12226, 501])}, + 'RightVentricularPeakSystolicPressure': {'399023006': ('Right Ventricular ' + 'Peak Systolic ' + 'Pressure', + [12204])}, + 'RightVentricularStrokeIndex': {'429619008': ('Right ventricular stroke index ' + '(observable entity)', + [])}, + 'RightVentricularStrokeVolume': {'429483009': ('Right ventricular stroke ' + 'volume (observable entity)', + [])}, + 'RightVentricularStructure': {'53085002': ('Right ventricular structure (body ' + 'structure)', + [])}, + 'RightVentricularSystolicPressure': {'276772001': ('Right Ventricular ' + 'Systolic Pressure', + [3641])}, + 'RightVentricularWallMotion': {'250949004': ('Right ventricular wall motion ' + '(observable entity)', + [])}, + 'RightVentriculogram': {'265483003': ('Right ventriculogram (procedure)', [])}, + 'RightVentriculography': {'265483003': ('Right Ventriculography', + [3405, 3428])}, + 'RijnlamASheepBreed': {'132697002': ('Rijnlam-A sheep breed', [7480])}, + 'RioLimonDairyCriolloCattleBreed': {'133463009': ('Rio Limon Dairy Criollo ' + 'cattle breed', + [7480])}, + 'RiopardenzeCattleBreed': {'133827002': ('Riopardenze cattle breed (organism)', + [])}, + 'RiopardenzeXZebuCattleBreed': {'133827002': ('Riopardenze X zebu cattle ' + 'breed', + [7480])}, + 'RiskFactor': {'80943009': ('Risk factor (observable entity)', [])}, + 'RiskFactorsPresentAtHeartDiseaseScreening': {'171224000': ('Risk factors ' + 'present at heart ' + 'disease ' + 'screening ' + '(observable ' + 'entity)', + [])}, + 'Robert': {'425035007': ('Robert', [4012])}, + 'RobertProjection': {'425035007': ('Robert projection (qualifier value)', [])}, + 'RockAlpineGoat': {'74745008': ('Rock alpine goat (organism)', [])}, + 'RockAlpineGoatBreed': {'74745008': ('Rock alpine goat breed', [7480])}, + 'RockyMountainHorseHorseBreed': {'133156004': ('Rocky Mountain Horse horse ' + 'breed', + [7480])}, + 'RodopiCattleBreed': {'133464003': ('Rodopi cattle breed', [7480])}, + 'RojhanCattleBreed': {'133626009': ('Rojhan cattle breed', [7480])}, + 'RolledInferior': {'414493004': ('Rolled Inferior', [4015])}, + 'RolledLateral': {'399197002': ('Rolled Lateral', [4015])}, + 'RolledMedial': {'399226006': ('Rolled Medial', [4015])}, + 'RolledSuperior': {'415670009': ('Rolled Superior', [4015])}, + 'RomagnolaCattleBreed': {'131437007': ('Romagnola cattle breed', [7480])}, + 'RomagnolaPigBreed': {'132195006': ('Romagnola pig breed', [7480])}, + 'RomanianBrownCattleBreed': {'133466001': ('Romanian Brown cattle breed', + [7480])}, + 'RomanianLargeWhitePigBreed': {'133201006': ('Romanian Large White pig breed', + [7480])}, + 'RomanianMeatPigPigBreed': {'133202004': ('Romanian Meat Pig pig breed', + [7480])}, + 'RomanianNativeBaltaretPigBreed': {'133196002': ('Romanian Native, Baltaret ' + 'pig breed', + [7480])}, + 'RomanianNativeStocliPigBreed': {'133195003': ('Romanian Native, Stocli pig ' + 'breed', + [7480])}, + 'RomanianRedCattleBreed': {'133465002': ('Romanian Red cattle breed', [7480])}, + 'RomanianSaddleHorseHorseBreed': {'132966003': ('Romanian Saddle Horse horse ' + 'breed', + [7480])}, + 'RomanianSteppeCattleBreed': {'131518000': ('Romanian Steppe cattle breed', + [7480])}, + 'RomanovSheep': {'32145006': ('Romanov sheep (organism)', [])}, + 'RomanovSheepBreed': {'32145006': ('Romanov sheep breed', [7480])}, + 'RomanowskyStain': {'255810000': ('Romanowsky stain', [8112])}, + 'RomedaleSheep': {'79603002': ('Romedale sheep (organism)', [])}, + 'RomedaleSheepBreed': {'79603002': ('Romedale sheep breed', [7480])}, + 'RomneletSheep': {'112487006': ('Romnelet sheep (organism)', [])}, + 'RomneletSheepBreed': {'112487006': ('Romnelet sheep breed', [7480])}, + 'RomneyMarshSheep': {'3099004': ('Romney marsh sheep (organism)', [])}, + 'RomneyMarshSheepBreed': {'3099004': ('Romney marsh sheep breed', [7480])}, + 'RomneySheepBreed': {'132807006': ('Romney sheep breed', [7480])}, + 'RomosinuanoCattleBreed': {'133264000': ('Romosinuano cattle breed', [7480])}, + 'RongchangPigBreed': {'132150004': ('Rongchang pig breed', [7480])}, + 'RootOfAorta': {'8128003': ('Root of Aorta', [12289, 12291])}, + 'RoseBengal': {'330888007': ('Rose Bengal', [4200])}, + 'RoseBengalProduct': {'330888007': ('Rose bengal product (product)', [])}, + 'RoseBengalSodiumI131': {'111159009': ('Rose Bengal sodium I^131^', [25])}, + 'RoseBengalStain': {'82411007': ('rose bengal stain', [8112])}, + 'Rosenberg': {'425042007': ('Rosenberg', [4012])}, + 'RosenbergProjection': {'425042007': ('Rosenberg projection (qualifier value)', + [])}, + 'RosolicAcidSodiumSaltStain': {'15529003': ('rosolic acid sodium salt stain', + [8112])}, + 'RostovPigBreed': {'132104002': ('Rostov pig breed', [7480])}, + 'Rostral20DegreeDorsalCaudoventralOblique': {'442730006': ('Rostral 20 degree ' + 'dorsal-caudoventral ' + 'oblique', + [7484])}, + 'Rostral20DegreeDorsalCaudoventralObliqueProjection': {'442730006': ('Rostral ' + '20 ' + 'degree ' + 'dorsal-caudoventral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Rostral30DegreeVentralCaudodorsal': {'442588005': ('Rostral 30 degree ' + 'ventral-caudodorsal', + [7484])}, + 'Rostral30DegreeVentralCaudodorsalProjection': {'442588005': ('Rostral 30 ' + 'degree ' + 'ventral-caudodorsal ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Rostrocaudal': {'442690000': ('Rostrocaudal', [7484])}, + 'RostrocaudalProjection': {'442690000': ('Rostrocaudal projection (qualifier ' + 'value)', + [])}, + 'RostrodorsalCaudoventralOblique': {'442637004': ('Rostrodorsal-caudoventral ' + 'oblique', + [7484])}, + 'RostrodorsalCaudoventralObliqueProjection': {'442637004': ('Rostrodorsal-caudoventral ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'RostroventralCaudodorsal': {'442586009': ('Rostroventral-caudodorsal', + [7484])}, + 'RostroventralCaudodorsalProjection': {'442586009': ('Rostroventral-caudodorsal ' + 'projection (qualifier ' + 'value)', + [])}, + 'RotationAction': {'257912008': ('Rotation - action', [94])}, + 'RotationalAtherectomyDevice': {'102313007': ('Rotational atherectomy device', + [4051, + 3429, + 3411, + 7151, + 8, + 7193])}, + 'RotationalAtherectomySpeed': {'371854003': ('Rotational Atherectomy Speed', + [3425])}, + 'RottalHorseBreed': {'132967007': ('Rottal horse breed', [7480])}, + 'RottweilerDog': {'14245006': ('Rottweiler dog', [7480])}, + 'RougeDeLQuestSheepBreed': {'132789004': ("Rouge de l'Quest sheep breed", + [7480])}, + 'RoughAndSmoothCollie': {'58341007': ('Rough and smooth collie (organism)', + [])}, + 'RoughAndSmoothDogBreed': {'58341007': ('Rough and smooth dog breed', [7480])}, + 'RoughCollie': {'31377001': ('Rough collie (organism)', [])}, + 'RoughCollieDogBreed': {'31377001': ('Rough collie dog breed', [7480])}, + 'RoughFellSheepBreed': {'131816007': ('Rough Fell sheep breed', [7480])}, + 'RoundShape': {'42700002': ('Round shape', [6119, 6005, 6004])}, + 'RoundShapedCalcification': {'129756007': ('Round shaped calcification', + [6011, 6010])}, + 'RoundShapedRadiographicCalcification': {'129756007': ('Round shaped ' + 'radiographic ' + 'calcification ' + '(finding)', + [])}, + 'RouteOfAdministration': {'410675002': ('Route of administration (attribute)', + [])}, + 'Routine': {'373115008': ('Routine', [3676])}, + 'RoutineNumericEstimationTechnique': {'373115008': ('Routine - numeric ' + 'estimation technique ' + '(qualifier value)', + [])}, + 'RoutineProcedure': {'373113001': ('Routine procedure', [3671])}, + 'RoveGoatBreed': {'131639003': ('Rove goat breed', [7480])}, + 'RoyaVesubieGoatBreed': {'131614007': ('Roya-Vesubie goat breed', [7480])}, + 'RoyalCanadianMountedPoliceHorseHorseBreed': {'132968002': ('Royal Canadian ' + 'Mounted Police ' + 'Horse horse ' + 'breed', + [7480])}, + 'RubidiumChlorideRb82': {'129503007': ('Rubidium chloride Rb^82^', [4021])}, + 'RuptureOfBreastImplant': {'237473006': ('Rupture of breast implant', [6072])}, + 'RupturedAneurysm': {'22039006': ('ruptured aneurysm', [3808])}, + 'RupturedSinusOfValsalva': {'21379009': ('Ruptured Sinus of Valsalva', + [3709])}, + 'RussianBlackPiedCattleBreed': {'133265004': ('Russian Black Pied cattle ' + 'breed', + [7480])}, + 'RussianBlueCat': {'84797007': ('Russian blue cat', [7480])}, + 'RussianBrownCattleBreed': {'133467005': ('Russian Brown cattle breed', + [7480])}, + 'RussianHeavyDraftHorseBreed': {'133155000': ('Russian Heavy Draft horse ' + 'breed', + [7480])}, + 'RussianLargeWhitePigBreed': {'132076002': ('Russian Large White pig breed', + [7480])}, + 'RussianLongEaredWhitePigBreed': {'132105001': ('Russian Long-Eared White pig ' + 'breed', + [7480])}, + 'RussianSaddleHorseHorseBreed': {'132969005': ('Russian Saddle Horse horse ' + 'breed', + [7480])}, + 'RussianShortEaredWhitePigBreed': {'132106000': ('Russian Short-Eared White ' + 'pig breed', + [7480])}, + 'RussianTrotterHorseBreed': {'132994006': ('Russian Trotter horse breed', + [7480])}, + 'RussianWhiteGoatBreed': {'131621007': ('Russian White goat breed', [7480])}, + 'RussoLaikaDogBreed': {'132572005': ('Russo-Laika dog breed', [7480])}, + 'RustaqiCattleBreed': {'133828007': ('Rustaqi cattle breed (organism)', [])}, + 'RustaqiXZebuCattleBreed': {'133828007': ('Rustaqi X zebu cattle breed', + [7480])}, + 'RutherfordMorrisonPouch': {'243977002': ("Rutherford Morrison's pouch (body " + 'structure)', + [])}, + 'RyaSheepBreed': {'132787002': ('Rya sheep breed', [7480])}, + 'RyelandSheepBreed': {'132706009': ('Ryeland sheep breed', [7480])}, + 'RygjaSheepBreed': {'132786006': ('Rygja sheep breed', [7480])}, + 'RätienGrayCattleBreed': {'133257002': ('Rätien Gray cattle breed', [7480])}, + 'SL96PigBreed': {'133221007': ('SL96 pig breed', [7480])}, + 'SPECT': {'105371005': ('SPECT', [3757, 3206])}, + 'SPMIPositiveStressForIschemia': {'371824008': ('s/p MI positive stress for ' + 'ischemia', + [3700])}, + 'SPMPigBreed': {'132020005': ('SPM pig breed', [7480])}, + 'SRDGoatBreed': {'131640001': ('SRD goat breed', [7480])}, + 'STDepression': {'26141007': ('ST Depression', [3233, 3230]), + '429622005': ('ST Depression (observable entity)', [])}, + 'STElevation': {'164931005': ('ST elevation (observable entity)', []), + '76388001': ('ST Elevation', [3233, 3230])}, + 'STElevationMyocardialInfarction': {'401303003': ('ST Elevation Myocardial ' + 'Infarction', + [3723])}, + 'STIntervalNormal': {'164929001': ('ST Interval Normal', [3231])}, + 'STSegmentDepression': {'26141007': ('ST segment depression (finding)', [])}, + 'STSegmentElevation': {'76388001': ('ST segment elevation (finding)', [])}, + 'SaanenGoat': {'21208000': ('Saanen goat (organism)', [])}, + 'SaanenGoatBreed': {'21208000': ('Saanen goat breed', [7480])}, + 'SableIslandHorseHorseBreed': {'132970006': ('Sable Island Horse horse breed', + [7480])}, + 'SabreCattleBreed': {'133829004': ('Sabre cattle breed (organism)', [])}, + 'SabreXZebuCattleBreed': {'133829004': ('Sabre X zebu cattle breed', [7480])}, + 'SabuesoEspañolDogBreed': {'132449006': ('Sabueso Español dog breed ' + '(organism)', + [])}, + 'SabuesosEspañolesDogBreed': {'132449006': ('Sabuesos Españoles dog breed', + [7480])}, + 'SaccularAneurysm': {'54002007': ('saccular aneurysm', [3808])}, + 'SacralLymphNode': {'79926007': ('sacral lymph node', [7600])}, + 'SacrococcygealRegionOfSpineStructure': {'297174005': ('Sacrococcygeal region ' + 'of spine structure ' + '(body structure)', + [])}, + 'SacroiliacJoint': {'39723000': ('Sacroiliac joint', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'SacroiliacJointStructure': {'39723000': ('Sacroiliac joint structure (body ' + 'structure)', + [])}, + 'Sacrum': {'54735007': ('Sacrum', + [1005, + 4030, + 4031, + 7483, + 7482, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'SaddlebackPigBreed': {'132225006': ('Saddleback pig breed', [7480])}, + 'SaddlebredHorseSuperbreed': {'427136006': ('Saddlebred horse superbreed ' + '(organism)', + [])}, + 'SaddlebredHorseSuperbreedHorseBreed': {'427136006': ('Saddlebred horse ' + 'superbreed horse breed', + [7480])}, + 'SaffronStain': {'38271009': ('saffron stain', [8112])}, + 'SafraninStain': {'406988004': ('safranin stain', [8112])}, + 'Sagittal': {'30730003': ('sagittal', [4010, 6, 502, 2, 501, 26])}, + 'SagittalObliqueAxial': {'399273000': ('Sagittal-oblique axial', [501, 26]), + '399325008': ('sagittal-oblique axial', [4010, 501])}, + 'SagittalObliqueAxialEmissiveProjection': {'399273000': ('Sagittal-oblique ' + 'axial emissive ' + 'projection ' + '(qualifier value)', + [])}, + 'SagittalObliqueAxialProjection': {'399325008': ('Sagittal-oblique axial ' + 'projection (qualifier ' + 'value)', + [])}, + 'SahelTypeSheepBreed': {'132785005': ('Sahel-type sheep breed', [7480])}, + 'SahfordCattleBreed': {'133830009': ('Sahford cattle breed (organism)', [])}, + 'SahfordXZebuCattleBreed': {'133830009': ('Sahford X zebu cattle breed', + [7480])}, + 'SahiwalCattleBreed': {'133627000': ('Sahiwal cattle breed', [7480])}, + 'SaidiCattleBreed': {'131519008': ('Saidi cattle breed', [7480])}, + 'SaintBernardDog': {'83236005': ('Saint Bernard dog (organism)', [])}, + 'SaintBernardLongHairedDogBreed': {'132394001': ('Saint Bernard, Long-haired ' + 'dog breed', + [7480])}, + 'SaintBernardShortHairedDogBreed': {'132395000': ('Saint Bernard, ' + 'Short-haired dog breed', + [7480])}, + 'SaintHubertBloodhoundDogBreed': {'132373004': ('Saint Hubert bloodhound dog ' + 'breed (organism)', + [])}, + 'SakhalinWhitePigBreed': {'132113000': ('Sakhalin White pig breed', [7480])}, + 'SakhalinWhitePigBreedOrganism': {'132113000': ('Sakhalin White pig breed ' + '(organism)', + [])}, + 'SakhalinWhitePigBreed': {'132113000': ('Sakhalin White pig breed', [7480])}, + 'SalernoHorseBreed': {'132981009': ('Salerno horse breed', [7480])}, + 'SalersCattleBreed': {'90612002': ('Salers cattle breed (organism)', [])}, + 'SalersCowBreed': {'90612002': ('Salers cow breed', [7480])}, + 'Saline': {'262003004': ('Saline', [70, 3850])}, + 'SalineBagProsthesisForImagingProcedure': {'102324009': ('Saline bag ' + 'prosthesis for ' + 'imaging procedure', + [5])}, + 'SalineBagProsthesisForImagingProcedureDevice': {'102324009': ('Saline bag ' + 'prosthesis ' + 'for imaging ' + 'procedure, ' + 'device ' + '(physical ' + 'object)', + [])}, + 'SalineThrombectomy': {'371797002': ('Saline Thrombectomy', [3429, 3411])}, + 'SalineThrombectomyDevice': {'371797002': ('Saline thrombectomy device ' + '(physical object)', + [])}, + 'SalivaryGland': {'385294005': ('salivary gland', + [7601, 9514, 7192, 4028, 7151])}, + 'SalivaryGlandStructure': {'385294005': ('Salivary gland structure (body ' + 'structure)', + [])}, + 'SalivaryGlands': {'385294005': ('Salivary Glands', [10060, 10044])}, + 'SalornCattleBreed': {'133267007': ('Salorn cattle breed', [7480])}, + 'SalukiDog': {'59528003': ('Saluki dog', [7480])}, + 'SalvageProcedure': {'257950002': ('Salvage Procedure', [3414])}, + 'Samarium153': {'419804008': ('Samarium 153 (substance)', [])}, + 'SamoyedDog': {'69474004': ('Samoyed dog', [7480])}, + 'SamplingForSmear': {'448895004': ('Sampling for smear (procedure)', [])}, + 'SamplingOfTissueSpecimen': {'433465004': ('Sampling of tissue specimen', + [8111])}, + 'SanClementeGoatBreed': {'131636005': ('San Clemente goat breed', [7480])}, + 'SanMartineroCattleBreed': {'133269005': ('San Martinero cattle breed', + [7480])}, + 'SanPierrePig': {'80979001': ('San Pierre pig (organism)', [])}, + 'SanPierrePigBreed': {'80979001': ('San Pierre pig breed', [7480])}, + 'SandalwoodHorseBreed': {'132982002': ('Sandalwood horse breed', [7480])}, + 'SandanHorseBreed': {'132983007': ('Sandan horse breed', [7480])}, + 'SanfratelloHorseBreed': {'133030008': ('Sanfratello horse breed', [7480])}, + 'SanheCattleBreed': {'131438002': ('Sanhe cattle breed', [7480])}, + 'SanheHorseBreed': {'133154001': ('Sanhe horse breed', [7480])}, + 'SanjiangWhitePigBreed': {'132121006': ('Sanjiang White pig breed', [7480])}, + 'SanoProcedure': {'442123009': ('Sano procedure', [12247])}, + 'SantaCruzCattleBreed': {'133750004': ('Santa Cruz cattle breed (organism)', + [])}, + 'SantaCruzSheepBreed': {'131790005': ('Santa Cruz sheep breed', [7480])}, + 'SantaCruzXZebuCattleBreed': {'133750004': ('Santa Cruz X zebu cattle breed', + [7480])}, + 'SantaInêsSheepBreed': {'132784009': ('Santa Inês sheep breed', [7480])}, + 'SaphenofemoralJunction': {'128587003': ('Saphenofemoral Junction', + [12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 12110, + 3607])}, + 'SaphenopoplitealJunction': {'244415001': ('Saphenopopliteal junction', + [12103, + 9514, + 7192, + 7151, + 3827, + 12110])}, + 'SaphenousVein': {'362072009': ('Saphenous vein', + [12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 12110, + 3607])}, + 'SaphenousVeinStructure': {'362072009': ('Saphenous vein structure (body ' + 'structure)', + [])}, + 'SarPlaninaSheepBreed': {'132783003': ('Sar Planina sheep breed', [7480])}, + 'SarabiCattleBreed': {'133270006': ('Sarabi cattle breed', [7480])}, + 'Sarcoma': {'2424003': ('Sarcoma', [639, 638])}, + 'SarcomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'2424003': ('Sarcoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'SardaGoatBreed': {'131626002': ('Sarda goat breed', [7480])}, + 'SardinianAngloArabHorseBreed': {'133075006': ('Sardinian Anglo-Arab horse ' + 'breed', + [7480])}, + 'SardinianBrownCattleBreed': {'133479005': ('Sardinian brown cattle breed', + [7480])}, + 'SardinianCattleBreed': {'133478002': ('Sardinian cattle breed', [7480])}, + 'SardinianPigBreed': {'132257007': ('Sardinian pig breed', [7480])}, + 'SardinianPonyHorseBreed': {'133076007': ('Sardinian Pony horse breed', + [7480])}, + 'SardinianSheepBreed': {'132852009': ('Sardinian sheep breed', [7480])}, + 'SardoModicanaCattleBreed': {'131520002': ('Sardo-Modicana cattle breed', + [7480])}, + 'SarnyPigBreed': {'133227006': ('Sarny pig breed', [7480])}, + 'SarplaninacDogBreed': {'132571003': ('Sarplaninac dog breed', [7480])}, + 'SarvarHorseBreed': {'133077003': ('Sarvar horse breed', [7480])}, + 'SavinjaGrayCattleBreed': {'133480008': ('Savinja Gray cattle breed', [7480])}, + 'SayaguesaCattleBreed': {'133481007': ('Sayaguesa cattle breed', [7480])}, + 'ScaleneLymphNode': {'81132008': ('scalene lymph node', [7600])}, + 'ScalenousAnteriorMuscle': {'50755001': ('Scalenous anterior muscle', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'Scalp': {'41695006': ('Scalp', [9514, 7192, 7151, 4])}, + 'ScalpStructure': {'41695006': ('Scalp structure (body structure)', [])}, + 'ScanningLaserOphthalmoscope': {'392001008': ('Scanning Laser Ophthalmoscope', + [4202])}, + 'ScanningLaserPolarimeter': {'392007007': ('Scanning Laser Polarimeter', + [4210])}, + 'ScanningOrImagingWithVascularFlow': {'35202002': ('Scanning or imaging with ' + 'vascular flow (procedure)', + [])}, + 'Scaphoid': {'30518006': ('Scaphoid', [1001, 1000, 1006])}, + 'Scapula': {'79601000': ('Scapula', + [4030, + 6109, + 4031, + 1004, + 6102, + 6114, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'Scar': {'12402003': ('Scar (morphologic abnormality)', [])}, + 'ScarTissue': {'12402003': ('Scar tissue', + [6040, + 7191, + 6031, + 6102, + 6138, + 6030, + 6403, + 7151, + 6202, + 6203, + 6405])}, + 'ScatteredFibroglandularDensities': {'129717001': ('Scattered fibroglandular ' + 'densities', + [6001, 6000])}, + 'SchapendoesDogBreed': {'132570002': ('Schapendoes dog breed', [7480])}, + 'SchillerHoundDogBreed': {'132450006': ('Schiller Hound dog breed', [7480])}, + 'SchipperkeDog': {'21150005': ('Schipperke dog', [7480])}, + 'SchleswigHorseBreed': {'133078008': ('Schleswig horse breed', [7480])}, + 'SchnauzerSuperbreed': {'91429002': ('Schnauzer superbreed (organism)', [])}, + 'SchnauzerSuperbreedDogBreed': {'91429002': ('Schnauzer superbreed dog breed', + [7480])}, + 'SchoonebekerSheepBreed': {'132698007': ('Schoonebeker sheep breed', [7480])}, + 'Schuller': {'399290006': ('Schuller', [4012])}, + 'SchwarzwalderFuchseHorseBreed': {'133079000': ('Schwarzwalder Fuchse horse ' + 'breed', + [7480])}, + 'SchwerfurtMeatPigBreed': {'132362006': ('Schwerfurt Meat pig breed', [7480])}, + 'SchwyzCattleBreed': {'133576001': ('Schwyz cattle breed', [7480])}, + 'SchwyzZeboidCattleBreed': {'133831008': ('Schwyz-Zeboid cattle breed ' + '(organism)', + [])}, + 'SchwyzZeboidXZebuCattleBreed': {'133831008': ('Schwyz-Zeboid X zebu cattle ' + 'breed', + [7480])}, + 'SchüllerProjection': {'399290006': ('Schüller projection (qualifier value)', + [])}, + 'Sclera': {'18619003': ('Sclera', [4211, 9514, 7192, 7151, 4209, 4, 4029])}, + 'ScleralStructure': {'18619003': ('Scleral structure (body structure)', [])}, + 'SclerosingAdenosis': {'50916005': ('Sclerosing adenosis', [6031, 6030])}, + 'Score': {'246262008': ('Score (attribute)', [])}, + 'ScottishDeerhound': {'54858000': ('Scottish deerhound', [7480])}, + 'ScottishFoldCat': {'73049001': ('Scottish fold cat', [7480])}, + 'ScottishHighlandCattleBreed': {'83173002': ('Scottish Highland cattle breed ' + '(organism)', + [])}, + 'ScottishHighlandCowBreed': {'83173002': ('Scottish Highland cow breed', + [7480])}, + 'ScottishTerrier': {'61405001': ('Scottish terrier', [7480])}, + 'Scraping': {'56757003': ('Scraping', [8109])}, + 'Screening': {'360156006': ('Screening', [6061, 4256, 6051, 6058])}, + 'ScreeningIntent': {'360156006': ('Screening Intent', [3629])}, + 'ScreeningProcedureIntent': {'360156006': ('Screening - procedure intent ' + '(qualifier value)', + [])}, + 'Screw': {'68183006': ('Screw', [7309, 7307])}, + 'ScrotalStructure': {'20233005': ('Scrotal structure (body structure)', [])}, + 'Scrotum': {'20233005': ('Scrotum', [9514, 7192, 7151, 4])}, + 'ScrubNurse': {'415506007': ('Scrub nurse', [7450, 7452])}, + 'SealyhamTerrier': {'34752004': ('Sealyham terrier', [7480])}, + 'SebaceousCystOfSkinOfBreast': {'76649007': ('Sebaceous cyst of skin of ' + 'breast', + [6064, 6054])}, + 'SecondDegreeAtrioventricularBlock': {'195042002': ('Second degree ' + 'Atrioventricular block', + [3230])}, + 'SecondLumbarArtery': {'397408004': ('Second Lumbar Artery', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'SecondMolarRegion': {'699505003': ('Second molar region', [4017])}, + 'SecondMolarRegionOfOralCavity': {'699505003': ('Second molar region of oral ' + 'cavity (body structure)', + [])}, + 'SecondPremolarRegion': {'699508001': ('Second premolar region', [4017])}, + 'SecondPremolarRegionOfOralCavity': {'699508001': ('Second premolar region of ' + 'oral cavity (body ' + 'structure)', + [])}, + 'SecondaryMalignantNeoplasmOfLung': {'94391008': ('Secondary malignant ' + 'neoplasm of lung ' + '(disorder)', + [])}, + 'SecondaryMalignantNeoplasticDisease': {'128462008': ('Secondary malignant ' + 'neoplastic disease ' + '(disorder)', + [])}, + 'SecondarySTTAbnormality': {'428549008': ('Secondary ST-T abnormality', + [3230])}, + 'SecondarySTTAbnormalityOnElectrocardiogram': {'428549008': ('Secondary ST-T ' + 'abnormality on ' + 'electrocardiogram ' + '(finding)', + [])}, + 'SecretoryJuvenileCarcinomaOfTheBreast': {'41919003': ('Secretory (juvenile) ' + 'carcinoma of the ' + 'breast', + [6030, 6033])}, + 'SectioningOfTissueBlock': {'434472006': ('Sectioning of tissue block ' + '(procedure)', + [])}, + 'Sedation': {'72641008': ('Sedation', [611, 612])}, + 'Sedative': {'372614000': ('Sedative', [76])}, + 'SeferihisarCattleBreed': {'133482000': ('Seferihisar cattle breed', [7480])}, + 'SegmentOfLung': {'72674008': ('Segment of lung', + [6109, 6102, 9514, 7192, 7151, 6110])}, + 'Segmental': {'62372003': ('Segmental', [6128])}, + 'SegmentalArtery': {'120234003': ('Segmental Artery', + [12103, 12115, 9514, 7192, 7151, 3827])}, + 'SegmentalCalcificationDistribution': {'129768003': ('Segmental calcification ' + 'distribution', + [6013, 6012])}, + 'SegmentalLymphNodeOfTheLung': {'127921007': ('segmental lymph node of the ' + 'lung', + [7600])}, + 'SegmentectomyBreastSample': {'309547008': ('segmentectomy breast sample', + [8104, 8103])}, + 'SelectiveEmbolizationOfArtery': {'57238002': ('Selective embolization of ' + 'artery', + [3405, 9])}, + 'SelectiveFetalReduction': {'133874006': ('Selective fetal reduction ' + '(procedure)', + [])}, + 'Selenium75HCAT': {'13626001': ('Selenium^75^ HCAT', [25])}, + 'Selenium75HomocholicAcidTaurine': {'13626001': ('Selenium^75^-homocholic ' + 'acid taurine (substance)', + [])}, + 'SelenomethionineSe75': {'88473009': ('Selenomethionine Se^75^ (substance)', + [])}, + 'SelenomethionioneSe75': {'88473009': ('Selenomethionione Se^75^', [25])}, + 'SelkirkRexCatBreed': {'132676003': ('Selkirk Rex cat breed', [7480])}, + 'SellaTurcica': {'42575006': ('Sella turcica', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'SelleFrancaisHorseBreed': {'133153007': ('Selle Francais horse breed', + [7480])}, + 'SemiErect': {'102539006': ('semi-erect', [19])}, + 'SemiErectBodyPosition': {'102539006': ('Semi-erect body position (finding)', + [])}, + 'SemiProne': {'34026001': ('semi-prone', [20])}, + 'SeminalVesicle': {'64739004': ('Seminal Vesicle', + [6204, 9514, 7160, 7192, 7151, 6202])}, + 'SeminalVesicleStructure': {'64739004': ('Seminal vesicle structure (body ' + 'structure)', + [])}, + 'SemipronePosition': {'34026001': ('Semiprone position (finding)', [])}, + 'SemirechenskPigBreed': {'132119001': ('Semirechensk pig breed', [7480])}, + 'SenegusCattleBreed': {'133587009': ('Senegus cattle breed', [7480])}, + 'SenepolCattleBreed': {'132781001': ('Senepol cattle breed', [7480])}, + 'SengologaCattleBreed': {'131521003': ('Sengologa cattle breed', [7480])}, + 'SenneHorseBreed': {'133080002': ('Senne horse breed', [7480])}, + 'SensationOfBeingWarm': {'724232004': ('Sensation of being warm (finding)', + [9300, 60])}, + 'SentinelLymphNodeBiopsy': {'396487001': ('Sentinel lymph node biopsy', + [6083, 6050])}, + 'SeptalArtery': {'244251006': ('Septal Artery', [12292])}, + 'SerereCattleBreed': {'131522005': ('Serere cattle breed', [7480])}, + 'Seroma': {'56021002': ('Seroma', [6031, 6030])}, + 'SerpentinaGoatBreed': {'131627006': ('Serpentina goat breed', [7480])}, + 'SerpentineAneurysm': {'70984001': ('serpentine aneurysm', [3808])}, + 'SerranaGoatBreed': {'131628001': ('Serrana goat breed', [7480])}, + 'SerratusAnteriorMuscle': {'18346003': ('Serratus anterior muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'SesamoidBonesOfFoot': {'58742003': ('Sesamoid bones of foot', + [4030, + 4031, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'SeshagaCattleBreed': {'131523000': ('Seshaga cattle breed', [7480])}, + 'Sessile': {'5712003': ('Sessile', [6209])}, + 'Settegast': {'399243009': ('Settegast', [4012])}, + 'SettegastProjection': {'399243009': ('Settegast projection (qualifier value)', + [])}, + 'Setter': {'37453003': ('Setter', [7480])}, + 'Severe': {'24484000': ('Severe', [3716, 3832, 6130])}, + 'SevereHypokinesis': {'371870001': ('Severe Hypokinesis', [3703])}, + 'SevereHypokinesisOfCardiacWall': {'371870001': ('Severe hypokinesis of ' + 'cardiac wall (finding)', + [])}, + 'SevereSeverityModifier': {'24484000': ('Severe (severity modifier) ' + '(qualifier value)', + [])}, + 'SevereThrombus': {'373143004': ('Severe Thrombus', [3714])}, + 'SeverelyDisabled': {'161045001': ('Severely disabled', [3772])}, + 'SeverelyElevated': {'260360000': ('Severely Elevated', [3642])}, + 'SeverelyIll': {'271593001': ('Severely ill', [3772])}, + 'Severity': {'246112005': ('Severity (attribute)', [])}, + 'Sevoflurane': {'386842005': ('Sevoflurane', [624, 623])}, + 'ShaftOfFemur': {'41111004': ('Shaft of Femur', [7304])}, + 'ShaftOfHumerus': {'20760004': ('Shaft of Humerus', [7304])}, + 'ShaftOfRadius': {'47728000': ('Shaft of Radius', [7304])}, + 'ShaftOfRib': {'41601005': ('Shaft of rib', [6115])}, + 'ShaftOfTibia': {'52687003': ('Shaft of Tibia', [7304])}, + 'ShaftOfUlna': {'21133008': ('Shaft of Ulna', [7304])}, + 'ShagyaHorseBreed': {'133152002': ('Shagya horse breed', [7480])}, + 'ShahutouPigBreed': {'132320004': ('Shahutou pig breed', [7480])}, + 'ShakhansurriCattleBreed': {'133761007': ('Shakhansurri cattle breed', + [7480])}, + 'Shaking': {'26079004': ('Shaking', [9300, 60])}, + 'ShallowBreathing': {'386616007': ('shallow breathing', [3823])}, + 'ShanHorseBreed': {'133081003': ('Shan horse breed', [7480])}, + 'ShanghaiWhitePigBreed': {'132322007': ('Shanghai White pig breed', [7480])}, + 'ShanxiBlackPigBreed': {'132335003': ('Shanxi Black pig breed', [7480])}, + 'Shape': {'300842002': ('Shape (attribute)', [])}, + 'ShapeFinding': {'107644003': ('Shape finding (qualifier value)', [])}, + 'SharPeiDogBreed': {'132589002': ('Shar-pei dog breed', [7480])}, + 'SharabiCattleBreed': {'133271005': ('Sharabi cattle breed', [7480])}, + 'Sheath': {'268461001': ('Sheath', [3429])}, + 'SheathContraception': {'268461001': ('Sheath contraception (finding)', [])}, + 'SheepBreedUndeterminedSheepBreed': {'131832005': ('Sheep, Breed Undetermined ' + 'sheep breed', + [7480])}, + 'ShekoCattleBreed': {'133762000': ('Sheko cattle breed', [7480])}, + 'ShendiCattleBreed': {'133769009': ('Shendi cattle breed', [7480])}, + 'ShengxianSpottedPigBreed': {'132312001': ('Shengxian Spotted pig breed', + [7480])}, + 'ShetlandCattleBreed': {'133272003': ('Shetland cattle breed', [7480])}, + 'ShetlandPony': {'69067004': ('Shetland pony (organism)', [])}, + 'ShetlandPonyHorseBreed': {'69067004': ('Shetland pony horse breed', [7480])}, + 'ShetlandSheepBreed': {'131801009': ('Shetland sheep breed', [7480])}, + 'ShetlandSheepdog': {'50125003': ('Shetland sheepdog', [7480])}, + 'ShibaInuDogBreed': {'132587000': ('Shiba Inu dog breed', [7480])}, + 'ShieldingBlock': {'228739009': ('Shielding Block', [10066, 9517, 9520])}, + 'ShihTzuDog': {'31077009': ('Shih tzu dog', [7480])}, + 'ShillukCattleBreed': {'132782008': ('Shilluk cattle breed', [7480])}, + 'ShilohShepherdDogBreed': {'132586009': ('Shiloh Shepherd dog breed', [7480])}, + 'ShireHorse': {'13487004': ('Shire horse (organism)', [])}, + 'ShireHorseBreed': {'13487004': ('Shire horse breed', [7480])}, + 'ShkodraPigBreed': {'133210003': ('Shkodra pig breed', [7480])}, + 'ShkodraRedCattleBreed': {'133483005': ('Shkodra Red cattle breed', [7480])}, + 'Short': {'367450005': ('short', [3831])}, + 'ShortAxis': {'103340004': ('Short axis', + [6, + 7470, + 6165, + 502, + 218, + 501, + 27, + 6166, + 26, + 7469])}, + 'ShortCoatChihuahua': {'15966002': ('Short coat chihuahua (organism)', [])}, + 'ShortCoatChihuahuaDogBreed': {'15966002': ('Short coat chihuahua dog breed', + [7480])}, + 'ShorthairCatBreed': {'132665002': ('Shorthair cat breed', [7480])}, + 'ShorthornCattleBreed': {'80835003': ('Shorthorn cattle breed (organism)', + [])}, + 'ShorthornCowBreed': {'80835003': ('Shorthorn cow breed', [7480])}, + 'Shoulder': {'16982005': ('Shoulder', + [4030, + 4031, + 7304, + 7483, + 7482, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'ShoulderGirdleStructure': {'26444007': ('Shoulder girdle structure (body ' + 'structure)', + [])}, + 'ShoulderRegionStructure': {'16982005': ('Shoulder region structure', + [1004, 1001, 1000])}, + 'ShropshireSheep': {'4574003': ('Shropshire sheep (organism)', [])}, + 'ShropshireSheepBreed': {'4574003': ('Shropshire sheep breed', [7480])}, + 'ShropshireTerrierDogBreed': {'132579001': ('Shropshire Terrier dog breed', + [7480])}, + 'ShuwaCattleBreed': {'133770005': ('Shuwa cattle breed', [7480])}, + 'SiameseCat': {'65694005': ('Siamese cat', [7480])}, + 'SiamesePigBreed': {'133168008': ('Siamese pig breed', [7480])}, + 'SiberianBlackPiedCattleBreed': {'131524006': ('Siberian Black Pied cattle ' + 'breed', + [7480])}, + 'SiberianBlackPiedPigBreed': {'132115007': ('Siberian Black Pied pig breed', + [7480])}, + 'SiberianCatBreed': {'132677007': ('Siberian cat breed', [7480])}, + 'SiberianHuskie': {'3674001': ('Siberian huskie', [7480])}, + 'SiberianPigBreed': {'132196007': ('Siberian pig breed', [7480])}, + 'SiboneyCattleBreed': {'133751000': ('Siboney cattle breed (organism)', [])}, + 'SiboneyXZebuCattleBreed': {'133751000': ('Siboney X zebu cattle breed', + [7480])}, + 'SicilianBarbarySheepBreed': {'131767000': ('Sicilian Barbary sheep breed', + [7480])}, + 'SicilianPigBreed': {'132258002': ('Sicilian pig breed', [7480])}, + 'SienaBeltedPigBreed': {'132098006': ('Siena Belted pig breed', [7480])}, + 'SigmoidColon': {'60184004': ('Sigmoid colon', + [6210, 4040, 9514, 7192, 7151, 4])}, + 'SigmoidColonStructure': {'60184004': ('Sigmoid colon structure (body ' + 'structure)', + [])}, + 'SigmoidLymphNode': {'30024008': ('sigmoid lymph node', [7600])}, + 'SignetRingCellCarcinoma': {'87737001': ('Signet ring cell carcinoma', + [6030, 6033])}, + 'SignificanceUndetermined': {'386135008': ('Significance Undetermined', + [220])}, + 'Significant': {'386134007': ('Significant', [220])}, + 'SignificantCoronaryBypassGraftDisease': {'371805005': ('Significant coronary ' + 'bypass graft disease', + [3728])}, + 'SilentIschemia': {'233823002': ('Silent ischemia', [3700])}, + 'SilentMyocardialIschemia': {'233823002': ('Silent myocardial ischemia ' + '(disorder)', + [])}, + 'SilesianHorseBreed': {'133082005': ('Silesian horse breed', [7480])}, + 'Silicon': {'51420009': ('Silicon', [300])}, + 'Silicone': {'13652007': ('Silicone', [300])}, + 'SiliconeGelImplant': {'257357007': ('Silicone gel implant', [6058, 6059])}, + 'SiliconeOil': {'247095003': ('Silicone Oil', [4232])}, + 'SilkyTerrier': {'39882003': ('Silky terrier', [7480])}, + 'Silver': {'41967008': ('Silver', [300])}, + 'SilverANDORSilverCompound': {'105847008': ('Silver AND/OR silver compound ' + '(substance)', + [])}, + 'SilverNitrateStain': {'406985001': ('silver nitrate stain', [8112])}, + 'SilverOrSilverCompound': {'105847008': ('Silver or Silver compound', + [10006, 10067])}, + 'SilverStain': {'406951002': ('silver stain', [8112])}, + 'SimbrahCattleBreed': {'133273008': ('Simbrah cattle breed', [7480])}, + 'SimmentalCattleBreed': {'28483003': ('Simmental cattle breed (organism)', + [])}, + 'SimmentalCowBreed': {'28483003': ('Simmental cow breed', [7480])}, + 'SinclairMiniaturePigBreed': {'132224005': ('Sinclair Miniature pig breed', + [7480])}, + 'SingapuraCat': {'10136006': ('Singapura cat', [7480])}, + 'SingleBeats': {'371871002': ('Single Beats', [3676])}, + 'SingleBeatsNumericEstimationTechnique': {'371871002': ('Single beats - ' + 'numeric estimation ' + 'technique (qualifier ' + 'value)', + [])}, + 'SingleCoronaryVesselDisease': {'194842008': ('Single coronary vessel disease ' + '(disorder)', + [])}, + 'SingleEvent': {'307486002': ('Single event', [6091])}, + 'SingleFootingHorseHorseBreed': {'133160001': ('Single-Footing Horse horse ' + 'breed', + [7480])}, + 'SinglePhotonEmissionComputerizedTomography': {'105371005': ('Single photon ' + 'emission ' + 'computerized ' + 'tomography ' + '(procedure)', + [])}, + 'SingleVesselCoronaryArteryDisease': {'194842008': ('Single vessel coronary ' + 'artery disease.', + [3728])}, + 'SinhalaCattleBreed': {'133771009': ('Sinhala cattle breed', [7480])}, + 'SiniHorseBreed': {'133083000': ('Sini horse breed', [7480])}, + 'SinoAtrialNode': {'88210001': ('Sino-atrial node', [3011])}, + 'SinoGasconyPigBreed': {'132031002': ('Sino-Gascony pig breed', [7480])}, + 'SinoVietnamesePigBreed': {'133163004': ('Sino-Vietnamese pig breed', [7480])}, + 'SinusNodeRecoveryPhase': {'129086005': ('Sinus node recovery phase ' + '(qualifier value)', + [])}, + 'SinusNodeRecoveryTimeEvaluationOf': {'129086005': ('Sinus Node Recovery ' + 'Time, evaluation of', + [3254])}, + 'SiriZebuCattleBreed': {'133628005': ('Siri zebu cattle breed', [7480])}, + 'SiriusRedF3BStain': {'51567006': ('sirius red F3B stain', [8112])}, + 'SiskaPigBreed': {'132261001': ('Siska pig breed', [7480])}, + 'SistaniCattleBreed': {'133772002': ('Sistani cattle breed', [7480])}, + 'SiteOf': {'272737002': ('Site of (attribute)', [])}, + 'Sitting': {'33586001': ('sitting', [20])}, + 'SittingPosition': {'33586001': ('Sitting position (finding)', [])}, + 'SixthLumbarArtery': {'397412005': ('Sixth Lumbar Artery', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'SkeletalAndOrSmoothMuscleStructure': {'71616004': ('Skeletal and/or smooth ' + 'muscle structure (body ' + 'structure)', + [])}, + 'SkeletalMuscle': {'127954009': ('Skeletal muscle', [7710])}, + 'SkeletalMuscleRelaxant': {'372666009': ('Skeletal muscle relaxant', + [621, 622])}, + 'SkeletalMuscleStructure': {'127954009': ('Skeletal muscle structure (body ' + 'structure)', + [])}, + 'SkeletalMuscleStructureOfChestWall': {'372074006': ('Skeletal muscle ' + 'structure of chest wall ' + '(body structure)', + [])}, + 'SkeletalMuscleStructureOfHead': {'22688005': ('Skeletal muscle structure of ' + 'head (body structure)', + [])}, + 'SkeletalMuscleStructureOfLowerLimb': {'102292000': ('Skeletal muscle ' + 'structure of lower limb ' + '(body structure)', + [])}, + 'SkeletalMuscleStructureOfNeck': {'81727001': ('Skeletal muscle structure of ' + 'neck (body structure)', + [])}, + 'SkeletalMuscleStructureOfUpperLimb': {'30608006': ('Skeletal muscle ' + 'structure of upper limb ' + '(body structure)', + [])}, + 'Skin': {'39937001': ('Skin', [7191, 10060, 7151, 7166, 10044, 4029])}, + 'SkinConditionAssessment': {'364528001': ('Skin condition assessment', + [3441])}, + 'SkinLesion': {'95324001': ('Skin lesion', [6056, 6016, 6015, 6054, 6014])}, + 'SkinObservable': {'364528001': ('Skin observable (observable entity)', [])}, + 'SkinOfAbdomen': {'75093004': ('Skin of abdomen', + [7154, 9514, 7192, 7151, 4029])}, + 'SkinOfAlaNasi': {'68598004': ('Skin of ala nasi', [4029])}, + 'SkinOfAntecubitalFossa': {'17957002': ('Skin of antecubital fossa', [4029])}, + 'SkinOfAnteriorPortionOfNeck': {'11584001': ('Skin of anterior portion of ' + 'neck', + [4029])}, + 'SkinOfAnteriorSurfaceOfForearm': {'70559009': ('Skin of anterior surface of ' + 'forearm', + [4029])}, + 'SkinOfAnteriorSurfaceOfKnee': {'181553006': ('Skin of anterior surface of ' + 'knee', + [4029])}, + 'SkinOfAnteriorSurfaceOfLowerLeg': {'25763004': ('Skin of anterior surface of ' + 'lower leg', + [4029])}, + 'SkinOfAnteriorSurfaceOfThigh': {'61248009': ('Skin of anterior surface of ' + 'thigh', + [4029])}, + 'SkinOfAnteriorSurfaceOfThorax': {'244106003': ('Skin of anterior surface of ' + 'thorax', + [4029])}, + 'SkinOfAnteriorSurfaceOfUpperArm': {'45981001': ('Skin of anterior surface of ' + 'upper arm', + [4029])}, + 'SkinOfAnteriorTrunk': {'181491009': ('Skin of anterior trunk', [4029])}, + 'SkinOfAntitragus': {'38407007': ('Skin of antitragus', [4029])}, + 'SkinOfAnus': {'59112000': ('Skin of anus', [4029])}, + 'SkinOfAreola': {'72005009': ('Skin of areola', [4029])}, + 'SkinOfAxilla': {'699891005': ('Skin of axilla', [4029])}, + 'SkinOfBack': {'66643007': ('Skin of back', [4029])}, + 'SkinOfBackOfUpperThoracicRegion': {'699893008': ('Skin of back of upper ' + 'thoracic region', + [4029])}, + 'SkinOfButtock': {'22180002': ('Skin of buttock', [4029])}, + 'SkinOfCavityOfConcha': {'51098001': ('Skin of cavity of concha', [4029])}, + 'SkinOfCheek': {'36141000': ('Skin of cheek', [4029])}, + 'SkinOfChest': {'74160004': ('Skin of chest', [7155, 9514, 7192, 7151])}, + 'SkinOfChin': {'23747009': ('Skin of chin', [4029])}, + 'SkinOfClitoris': {'29353003': ('Skin of clitoris', [4029])}, + 'SkinOfCrusOfHelix': {'57726007': ('Skin of crus of helix', [4029])}, + 'SkinOfDigitOfHand': {'244169007': ('Skin of digit of hand', [4029])}, + 'SkinOfDorsalAreaOfWrist': {'52876008': ('Skin of dorsal area of wrist', + [4029])}, + 'SkinOfEar': {'1902009': ('Skin of ear', [4029])}, + 'SkinOfEarLobule': {'2059009': ('Skin of ear lobule', [4029])}, + 'SkinOfEpigastricArea': {'30598005': ('Skin of epigastric area', [4029])}, + 'SkinOfExternalAuditoryCanal': {'86409001': ('Skin of external auditory canal', + [4029])}, + 'SkinOfExternalGenitalia': {'60944009': ('Skin of external genitalia', + [4029])}, + 'SkinOfEyeRegion': {'362916000': ('Skin of eye region', [4029])}, + 'SkinOfEyebrow': {'367577003': ('Skin of eyebrow', [4029])}, + 'SkinOfFace': {'73897004': ('Skin of face', [4029])}, + 'SkinOfFoot': {'60496002': ('Skin of foot', [4029])}, + 'SkinOfForehead': {'68698007': ('Skin of forehead', [4029])}, + 'SkinOfGlansPenis': {'7991003': ('Skin of glans penis', [4029])}, + 'SkinOfGlutealFold': {'63029009': ('Skin of gluteal fold', [4029])}, + 'SkinOfHand': {'33712006': ('Skin of hand', [4029])}, + 'SkinOfHead': {'70762009': ('Skin of head', [4029])}, + 'SkinOfHeel': {'84607009': ('Skin of heel', [4029])}, + 'SkinOfHelixOfEar': {'79313003': ('Skin of helix of ear', [4029])}, + 'SkinOfHypogastricRegion': {'367578008': ('Skin of hypogastric region', + [4029])}, + 'SkinOfHypothenarRegionOfPalm': {'89784008': ('Skin of hypothenar region of ' + 'palm', + [4029])}, + 'SkinOfInfraclavicularRegion': {'66288003': ('Skin of infraclavicular region', + [4029])}, + 'SkinOfInguinalRegion': {'39687006': ('Skin of inguinal region', [4029])}, + 'SkinOfIntertragalIncisure': {'45591000': ('Skin of intertragal incisure', + [4029])}, + 'SkinOfJawline': {'244097004': ('Skin of jawline', [4029])}, + 'SkinOfLabium': {'73058008': ('Skin of labium', [4029])}, + 'SkinOfLabiumMajus': {'128252004': ('Skin of labium majus', [4029])}, + 'SkinOfLabiumMinus': {'128253009': ('Skin of labium minus', [4029])}, + 'SkinOfLateralAspectOfAnkle': {'181564009': ('Skin of lateral aspect of ankle', + [4029])}, + 'SkinOfLateralBorderOfSoleOfFoot': {'35739000': ('Skin of lateral border of ' + 'sole of foot', + [4029])}, + 'SkinOfLateralCanthus': {'37671003': ('Skin of lateral canthus', [4029])}, + 'SkinOfLateralPartOfHeel': {'699909001': ('Skin of lateral part of heel', + [4029])}, + 'SkinOfLateralPortionOfNeck': {'5272005': ('Skin of lateral portion of neck', + [4029])}, + 'SkinOfLips': {'88089004': ('Skin of lips', [4029])}, + 'SkinOfLowerAbdomen': {'699914002': ('Skin of lower abdomen', [4029])}, + 'SkinOfLowerBack': {'113182001': ('Skin of lower back', [4029])}, + 'SkinOfLowerChestWall': {'699915001': ('Skin of lower chest wall', [4029])}, + 'SkinOfLowerExtremity': {'371304004': ('Skin of lower extremity', [4029])}, + 'SkinOfLowerEyelid': {'40069000': ('Skin of lower eyelid', [4029])}, + 'SkinOfLowerLip': {'66934001': ('Skin of lower lip', [4029])}, + 'SkinOfMedialAspectOfAnkle': {'181563003': ('Skin of medial aspect of ankle', + [4029])}, + 'SkinOfMedialBorderOfSoleOfFoot': {'52953006': ('Skin of medial border of ' + 'sole of foot', + [4029])}, + 'SkinOfMedialCanthus': {'27887005': ('Skin of medial canthus', [4029])}, + 'SkinOfMedialPartOfHeel': {'699919007': ('Skin of medial part of heel', + [4029])}, + 'SkinOfMedialSurfaceOfThigh': {'73958006': ('Skin of medial surface of thigh', + [4029])}, + 'SkinOfNasolabialFold': {'37108007': ('Skin of nasolabial fold', [4029])}, + 'SkinOfNeck': {'43081002': ('Skin of neck', [4029])}, + 'SkinOfNipple': {'54468004': ('Skin of nipple', [4029])}, + 'SkinOfNose': {'113179006': ('Skin of nose', [4029])}, + 'SkinOfNuchalRegion': {'4658004': ('Skin of nuchal region', [4029])}, + 'SkinOfOccipitalRegion': {'79951008': ('Skin of occipital region', [4029])}, + 'SkinOfPalmOfHand': {'70887009': ('Skin of palm of hand', [4029])}, + 'SkinOfPalmarAreaOfWrist': {'24527008': ('Skin of palmar area of wrist', + [4029])}, + 'SkinOfParietalRegion': {'21672008': ('Skin of parietal region', [4029])}, + 'SkinOfPartOfDorsalSurfaceOfHand': {'281642007': ('Skin of part of dorsal ' + 'surface of hand', + [4029])}, + 'SkinOfPenis': {'35900000': ('Skin of penis', [4029])}, + 'SkinOfPerineum': {'48014002': ('Skin of perineum', [4029])}, + 'SkinOfPerioralRegionOfFace': {'110488009': ('Skin of perioral region of face', + [4029])}, + 'SkinOfPhiltrum': {'84365009': ('Skin of philtrum', [4029])}, + 'SkinOfPoplitealFossa': {'84507004': ('Skin of popliteal fossa', [4029])}, + 'SkinOfPostauricularRegion': {'24483006': ('Skin of postauricular region', + [4029])}, + 'SkinOfPosteriorSurfaceOfElbow': {'181536004': ('Skin of posterior surface of ' + 'elbow', + [4029])}, + 'SkinOfPosteriorSurfaceOfForearm': {'41550009': ('Skin of posterior surface ' + 'of forearm', + [4029])}, + 'SkinOfPosteriorSurfaceOfLowerLeg': {'47224004': ('Skin of posterior surface ' + 'of lower leg', + [4029])}, + 'SkinOfPosteriorSurfaceOfThigh': {'4578000': ('Skin of posterior surface of ' + 'thigh', + [4029])}, + 'SkinOfPosteriorSurfaceOfThorax': {'244111001': ('Skin of posterior surface ' + 'of thorax', + [4029])}, + 'SkinOfPosteriorSurfaceOfUpperArm': {'72939005': ('Skin of posterior surface ' + 'of upper arm', + [4029])}, + 'SkinOfPreauricularRegion': {'86719006': ('Skin of preauricular region', + [4029])}, + 'SkinOfPrepuceOfClitoris': {'76723005': ('Skin of prepuce of clitoris', + [4029])}, + 'SkinOfRootOfPenis': {'244117002': ('Skin of root of penis', [4029])}, + 'SkinOfScalp': {'43067004': ('Skin of scalp', [4029])}, + 'SkinOfScrotum': {'81992007': ('Skin of scrotum', [4029])}, + 'SkinOfShaftOfPenis': {'244118007': ('Skin of shaft of penis', [4029])}, + 'SkinOfSideOfNose': {'244089006': ('Skin of side of nose', [4029])}, + 'SkinOfSubmentalArea': {'34926004': ('Skin of submental area', [4029])}, + 'SkinOfSupraclavicularRegionOfNeck': {'76072005': ('Skin of supraclavicular ' + 'region of neck', + [4029])}, + 'SkinOfSupraorbitalArea': {'48670002': ('Skin of supraorbital area', [4029])}, + 'SkinOfTemporalRegion': {'16621002': ('Skin of temporal region', [4029])}, + 'SkinOfThenarRegionOfPalm': {'26795005': ('Skin of thenar region of palm', + [4029])}, + 'SkinOfTipOfNose': {'79283007': ('Skin of tip of nose', [4029])}, + 'SkinOfToe': {'52034004': ('Skin of toe', [4029])}, + 'SkinOfTragus': {'79502000': ('Skin of tragus', [4029])}, + 'SkinOfUmbilicus': {'315003': ('Skin of umbilicus', [4029])}, + 'SkinOfUpperAbdomen': {'699935000': ('Skin of upper abdomen', [4029])}, + 'SkinOfUpperExtremity': {'371311000': ('Skin of upper extremity', [4029])}, + 'SkinOfUpperEyelid': {'41310005': ('Skin of upper eyelid', [4029])}, + 'SkinOfUpperLip': {'16251004': ('Skin of upper lip', [4029])}, + 'SkinOfUpperTrunk': {'54440003': ('Skin of upper trunk', [4029])}, + 'SkinOfVertexOfScalp': {'61719002': ('Skin of vertex of scalp', [4029])}, + 'SkinRetractionOfBreast': {'129796009': ('Skin retraction of breast', + [6056, + 6016, + 6015, + 6054, + 6055, + 6014])}, + 'SkinStructure': {'39937001': ('Skin structure (body structure)', [])}, + 'SkinStructureOfAbdomen': {'75093004': ('Skin structure of abdomen (body ' + 'structure)', + [])}, + 'SkinStructureOfChest': {'74160004': ('Skin structure of chest (body ' + 'structure)', + [])}, + 'SkinThickeningOfBreast': {'129797000': ('Skin thickening of breast', + [6056, + 6016, + 6015, + 6054, + 6055, + 6014])}, + 'SkuddeSheepBreed': {'131799006': ('Skudde sheep breed', [7480])}, + 'Skull': {'89546000': ('Skull', + [4030, + 12020, + 4031, + 7304, + 7483, + 7482, + 1002, + 1001, + 4042, + 1000, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'SkyeTerrier': {'24299002': ('Skye terrier', [7480])}, + 'SkyrosHorseBreed': {'133084006': ('Skyros horse breed', [7480])}, + 'SkyrosPonyBreed': {'423926000': ('Skyros pony breed (organism)', [])}, + 'SkyrosPonyHorseBreed': {'423926000': ('Skyros pony horse breed', [7480])}, + 'Slide': {'258661006': ('Slide', [8103])}, + 'SlideOverviewLens': {'445601002': ('Slide overview lens', [8121])}, + 'SlitLampBiomicroscope': {'397247004': ('Slit Lamp Biomicroscope', [4202])}, + 'SloughiDogBreed': {'132590006': ('Sloughi dog breed', [7480])}, + 'SlovakCuvakDogBreed': {'132585008': ('Slovak Cuvak dog breed', [7480])}, + 'SlovakWarmbloodHorseBreed': {'133085007': ('Slovak Warmblood horse breed', + [7480])}, + 'SlovakianBlackPiedPigBreed': {'133214007': ('Slovakian Black Pied pig breed', + [7480])}, + 'SlovakianPiedCattleBreed': {'133494009': ('Slovakian Pied cattle breed', + [7480])}, + 'SlovakianPinzgauCattleBreed': {'133495005': ('Slovakian Pinzgau cattle breed', + [7480])}, + 'SlovakianWhitePigBreed': {'133217000': ('Slovakian White pig breed', [7480])}, + 'SlovenianBrownCattleBreed': {'133496006': ('Slovenian Brown cattle breed', + [7480])}, + 'SlovenianWhitePigBreed': {'133211004': ('Slovenian White pig breed', [7480])}, + 'Slovhyb1PigBreed': {'133218005': ('Slovhyb-1 pig breed', [7480])}, + 'Small': {'255507004': ('Small', [6118, 252])}, + 'SmallCardiacVein': {'49082002': ('Small Cardiac Vein', + [3839, 9514, 7192, 7151, 3827])}, + 'SmallCellCarcinoma': {'74364000': ('Small cell carcinoma', [639, 638])}, + 'SmallEastAfricanZebuCattleBreed': {'133773007': ('Small East African Zebu ' + 'cattle breed', + [7480])}, + 'SmallIntestinalStructure': {'30315005': ('Small intestinal structure (body ' + 'structure)', + [])}, + 'SmallIntestine': {'30315005': ('Small intestine', + [4030, + 4031, + 7154, + 10060, + 4042, + 9514, + 7192, + 7151, + 4, + 4009, + 10044])}, + 'SmallMünsterländerDogBreed': {'132584007': ('Small Münsterländer dog breed', + [7480])}, + 'SmallPolishPrickEaredPigBreed': {'133224004': ('Small Polish Prick-Eared pig ' + 'breed', + [7480])}, + 'SmallSpanishHoundDogBreed': {'132583001': ('Small Spanish Hound dog breed', + [7480])}, + 'SmallWhitePigBreed': {'132197003': ('Small White pig breed', [7480])}, + 'SmallestCardiacVein': {'195073003': ('Smallest Cardiac Vein', + [3839, 9514, 7192, 7151, 3827])}, + 'SmearProcedure': {'448895004': ('Smear procedure', [8110])}, + 'SmearSample': {'258433009': ('Smear sample', [8103])}, + 'SmithfieldDogBreed': {'132465007': ('Smithfield dog breed', [7480])}, + 'Smoker': {'77176002': ('Smoker (finding)', [])}, + 'Smooth': {'82280004': ('Smooth', [3715])}, + 'SmoothCollie': {'10544000': ('Smooth collie (organism)', [])}, + 'SmoothCollieDogBreed': {'10544000': ('Smooth collie dog breed', [7480])}, + 'SmoothFoxTerrier': {'8351009': ('Smooth fox terrier (organism)', [])}, + 'SmoothFoxTerrierDogBreed': {'8351009': ('Smooth fox terrier dog breed', + [7480])}, + 'SmoothHairedVizsla': {'90444005': ('Smooth haired vizsla (organism)', [])}, + 'SmoothHairedVizslaDogBreed': {'90444005': ('Smooth haired vizsla dog breed', + [7480])}, + 'SmoothMiniatureDachshund': {'112493003': ('Smooth miniature dachshund ' + '(organism)', + [])}, + 'SmoothMiniatureDachshundDogBreed': {'112493003': ('Smooth miniature ' + 'dachshund dog breed', + [7480])}, + 'SmoothStandardDachshund': {'69862006': ('Smooth standard dachshund ' + '(organism)', + [])}, + 'SmoothStandardDachshundDogBreed': {'69862006': ('Smooth standard dachshund ' + 'dog breed', + [7480])}, + 'SnowshoeCatBreed': {'132678002': ('Snowshoe cat breed', [7480])}, + 'SoaySheepBreed': {'132790008': ('Soay sheep breed', [7480])}, + 'SocialPersonalHistoryObservable': {'160476009': ('Social / personal history ' + 'observable (observable ' + 'entity)', + [])}, + 'SocotraCattleBreed': {'131525007': ('Socotra cattle breed', [7480])}, + 'SodiumAcetrizoate': {'32836007': ('Sodium acetrizoate', [12, 3850])}, + 'SodiumChlorideNa22': {'6257000': ('Sodium chloride Na^22^', [25])}, + 'SodiumChlorideNa24': {'31527000': ('Sodium chloride Na^24^', [25])}, + 'SodiumChromateCr51': {'62517004': ('Sodium chromate Cr^51^', [25])}, + 'SodiumDiatrizoate': {'24891006': ('Sodium diatrizoate', [12, 3850])}, + 'SodiumDiprotrizoate': {'83423008': ('Sodium diprotrizoate', [12, 3850])}, + 'SodiumFluorideF18': {'129501009': ('Sodium fluoride F^18^', [25, 4021])}, + 'SodiumIodideI123': {'67690002': ('Sodium iodide I^123^', [25])}, + 'SodiumIodideI124': {'422980002': ('Sodium iodide I^124^', [4021])}, + 'SodiumIodideI131': {'111160004': ('Sodium iodide I^131^', [25])}, + 'SodiumIodipamide': {'925002': ('Sodium iodipamide', [12, 3850])}, + 'SodiumIodomethamate': {'38344006': ('Sodium iodomethamate', [12, 3850])}, + 'SodiumNa22': {'129517003': ('Sodium Na^22^', [4021])}, + 'SodiumPertechnetateTc99m': {'19495007': ('Sodium pertechnetate Tc^99m^', + [25])}, + 'SodiumPhosphateP32': {'10781003': ('Sodium phosphate P^32^', [25])}, + 'SodiumTyropanoate': {'109212003': ('Sodium tyropanoate', [12, 3850])}, + 'SoftCoatedWheatenTerrier': {'47699005': ('Soft-coated wheaten terrier', + [7480])}, + 'SoftPalate': {'49460000': ('Soft palate', [9514, 7192, 4028, 7151])}, + 'SoftPalateStructure': {'49460000': ('Soft palate structure (body structure)', + [])}, + 'SokokeCatBreed': {'132679005': ('Sokoke cat breed', [7480])}, + 'SokolkaHorseBreed': {'133086008': ('Sokolka horse breed', [7480])}, + 'SokotoGudaliCattleBreed': {'133774001': ('Sokoto Gudali cattle breed', + [7480])}, + 'SolealVein': {'397427005': ('Soleal vein', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'SolitaryPlasmacytomaOfBone': {'10639003': ('Solitary plasmacytoma of bone ' + '(morphologic abnormality)', + [])}, + 'SolochromeAzurineBSStain': {'43549000': ('solochrome azurine (BS) stain', + [8112])}, + 'SolochromeBlack6BStain': {'11201005': ('solochrome black 6B stain', [8112])}, + 'SolochromeCyanineRStain': {'25091000': ('solochrome cyanine R stain', + [8112])}, + 'SolochromeDarkBlueStain': {'38902009': ('solochrome dark blue stain', + [8112])}, + 'SolognoteSheepBreed': {'131803007': ('Solognote sheep breed', [7480])}, + 'SolubleBerlinBlueStain': {'64991008': ('soluble berlin blue stain', [8112])}, + 'SomaliCat': {'4042003': ('Somali cat', [7480])}, + 'SomaliCattleBreed': {'133775000': ('Somali cattle breed', [7480])}, + 'SomaliGoatBreed': {'131637001': ('Somali goat breed', [7480])}, + 'SomaliPonyHorseBreed': {'133150005': ('Somali Pony horse breed', [7480])}, + 'SomaliSheepBreed': {'131797008': ('Somali sheep breed', [7480])}, + 'SombaCattleBreed': {'133497002': ('Somba cattle breed', [7480])}, + 'SonValleyCattleBreed': {'133777008': ('Son Valley cattle breed', [7480])}, + 'SonkheriCattleBreed': {'133776004': ('Sonkheri cattle breed', [7480])}, + 'SopravissanaSheepBreed': {'131796004': ('Sopravissana sheep breed', [7480])}, + 'SorraiaHorseBreed': {'133149005': ('Sorraia horse breed', [7480])}, + 'SouthAfricanBrownSwissCattleBreed': {'133498007': ('South African Brown ' + 'Swiss cattle breed', + [7480])}, + 'SouthAfricanLandracePigBreed': {'133190008': ('South African Landrace pig ' + 'breed', + [7480])}, + 'SouthAfricanMerinoSheepBreed': {'132723000': ('South African Merino sheep ' + 'breed', + [7480])}, + 'SouthAfricanMiniatureHorseBreed': {'133087004': ('South African Miniature ' + 'horse breed', + [7480])}, + 'SouthAfricanMuttonMerinoSheepBreed': {'132719008': ('South African Mutton ' + 'Merino sheep breed', + [7480])}, + 'SouthAnatolianRedCattleBreed': {'133499004': ('South Anatolian Red cattle ' + 'breed', + [7480])}, + 'SouthChinaBlackPigBreed': {'133174008': ('South China Black pig breed', + [7480])}, + 'SouthChinaPigBreed': {'133173002': ('South China pig breed', [7480])}, + 'SouthChinaZebuCattleBreed': {'133778003': ('South China Zebu cattle breed', + [7480])}, + 'SouthDevonCattleBreed': {'133274002': ('South Devon cattle breed', [7480])}, + 'SouthGermanColdbloodHorseBreed': {'133088009': ('South German Coldblood ' + 'horse breed', + [7480])}, + 'SouthMalawiZebuCattleBreed': {'133785004': ('South Malawi Zebu cattle breed', + [7480])}, + 'SouthRussianOvcharkaDogBreed': {'132582006': ('South Russian Ovcharka dog ' + 'breed', + [7480])}, + 'SouthRussianSteppeHoundDogBreed': {'132451005': ('South Russian Steppe Hound ' + 'dog breed', + [7480])}, + 'SouthSuffolkSheepBreed': {'132791007': ('South Suffolk sheep breed', [7480])}, + 'SouthWalesMountainSheepBreed': {'132792000': ('South Wales Mountain sheep ' + 'breed', + [7480])}, + 'SouthYunnanShortEaredPigBreed': {'132154008': ('South Yunnan Short-Eared pig ' + 'breed', + [7480])}, + 'SouthdownSheep': {'3566006': ('Southdown sheep (organism)', [])}, + 'SouthdownSheepBreed': {'3566006': ('Southdown sheep breed', [7480])}, + 'SouthernBlackmouthCurDogBreed': {'132581004': ('Southern Blackmouth Cur dog ' + 'breed', + [7480])}, + 'SouthernCriouloCattleBreed': {'133588004': ('Southern Crioulo cattle breed', + [7480])}, + 'SouthernTswanaCattleBreed': {'131526008': ('Southern Tswana cattle breed', + [7480])}, + 'SouthernUkrainianCattleBreed': {'133510004': ('Southern Ukrainian cattle ' + 'breed (organism)', + [])}, + 'SouthernUkranianCattleBreed': {'133510004': ('Southern Ukranian cattle breed', + [7480])}, + 'SouthwestSpanishMustangHorseBreed': {'133089001': ('Southwest Spanish ' + 'Mustang horse breed', + [7480])}, + 'SovereignPigBreed': {'132068004': ('Sovereign pig breed', [7480])}, + 'SovietHeavyDraftHorseBreed': {'133148002': ('Soviet Heavy Draft horse breed', + [7480])}, + 'SovietMeatPigBreed': {'132071007': ('Soviet Meat pig breed', [7480])}, + 'Spaniel': {'45625009': ('Spaniel', [7480])}, + 'SpanishAmericanHorseHorseBreed': {'133090005': ('Spanish-American Horse ' + 'horse breed', + [7480])}, + 'SpanishAngloArabHorseBreed': {'133091009': ('Spanish Anglo-Arab horse breed', + [7480])}, + 'SpanishBarbHorseBreed': {'133147007': ('Spanish Barb horse breed', [7480])}, + 'SpanishBrownAlpineCattleBreed': {'133511000': ('Spanish Brown Alpine cattle ' + 'breed', + [7480])}, + 'SpanishColonialHorseHorseBreed': {'133092002': ('Spanish Colonial Horse ' + 'horse breed', + [7480])}, + 'SpanishGoatBreed': {'131638006': ('Spanish goat breed', [7480])}, + 'SpanishGreyhoundDogBreed': {'132466008': ('Spanish Greyhound dog breed', + [7480])}, + 'SpanishMastiffDogBreed': {'132639001': ('Spanish Mastiff dog breed', [7480])}, + 'SpanishMustangHorse': {'76302002': ('Spanish mustang horse (organism)', [])}, + 'SpanishMustangHorseBreed': {'76302002': ('Spanish mustang horse breed', + [7480])}, + 'SpanishNormanHorseBreed': {'133146003': ('Spanish-Norman horse breed', + [7480])}, + 'SpanishPointerDogBreed': {'132611002': ('Spanish Pointer dog breed', [7480])}, + 'SpatialAndRelationalConcept': {'309825002': ('Spatial and Relational Concept', + [7150])}, + 'SpatialAndRelationalConcepts': {'309825002': ('Spatial and relational ' + 'concepts (qualifier value)', + [])}, + 'SpatialCollocationAnalysis': {'133884007': ('Spatial collocation analysis', + [6137, 6043])}, + 'SpatialProximityAnalysis': {'133885008': ('Spatial proximity analysis', + [6137, 6043])}, + 'SpecimenClearing': {'433452008': ('Specimen clearing', [8113])}, + 'SpecimenCollection': {'17636008': ('Specimen collection', + [8111, 8109, 3515])}, + 'SpecimenContainer': {'434711009': ('Specimen container', [8101, 8102])}, + 'SpecimenContainerLid': {'434473001': ('Specimen container lid', [8102])}, + 'SpecimenDehydration': {'433470006': ('Specimen dehydration', [8113])}, + 'SpecimenFreezing': {'27872000': ('Specimen freezing', [8113])}, + 'SpecimenFromBreastByIncisionalBiopsyOfBreastMass': {'122739003': ('specimen ' + 'from ' + 'breast by ' + 'incisional ' + 'biopsy of ' + 'breast ' + 'mass', + [8104, + 8103])}, + 'SpecimenFromBreastObtainedByCoreNeedleBiopsy': {'122737001': ('specimen from ' + 'breast ' + 'obtained by ' + 'core needle ' + 'biopsy', + [8104, 8103])}, + 'SpecimenFromBreastObtainedByExcision': {'397199005': ('specimen from breast ' + 'obtained by excision', + [8104, 8103])}, + 'SpecimenFromBreastObtainedByImageGuidedCoreBiopsy': {'373102004': ('specimen ' + 'from ' + 'breast ' + 'obtained ' + 'by image ' + 'guided ' + 'core ' + 'biopsy', + [8104, + 8103])}, + 'SpecimenFromBreastObtainedByIncisionalBiopsyOfBreastMass': {'122739003': ('Specimen ' + 'from ' + 'breast ' + 'obtained ' + 'by ' + 'incisional ' + 'biopsy ' + 'of ' + 'breast ' + 'mass ' + '(specimen)', + [])}, + 'SpecimenFromBreastObtainedByTotalMastectomy': {'122595009': ('specimen from ' + 'breast ' + 'obtained by ' + 'total ' + 'mastectomy', + [8104, 8103])}, + 'SpecimenFromBreastStereotacticallyGuidedCoreNeedleBiopsy': {'122738006': ('specimen ' + 'from ' + 'breast, ' + 'stereotactically ' + 'guided ' + 'core ' + 'needle ' + 'biopsy', + [8104, + 8103])}, + 'SpecimenMammography': {'80865008': ('Specimen mammography (procedure)', [])}, + 'SpecimenMicrowaveHeating': {'433455005': ('Specimen microwave heating', + [8113])}, + 'SpecimenObtainedByAspiration': {'119295008': ('Specimen obtained by ' + 'aspiration (specimen)', + [])}, + 'SpecimenObtainedFromBreastByStereotacticallyGuidedCoreNeedleBiopsy': {'122738006': ('Specimen ' + 'obtained ' + 'from ' + 'breast ' + 'by ' + 'stereotactically ' + 'guided ' + 'core ' + 'needle ' + 'biopsy ' + '(specimen)', + [])}, + 'SpecimenProcessing': {'9265001': ('Specimen processing', [8111])}, + 'SpecimenRadiographyOfBreast': {'80865008': ('Specimen radiography of breast', + [6083, 6050])}, + 'SpecimenReceiving': {'428995007': ('Specimen receiving', [8111])}, + 'SpecimenSteamHeating': {'433457002': ('Specimen steam heating', [8113])}, + 'SpecimenType': {'371439000': ('Specimen type (observable entity)', [])}, + 'SpecimenVial': {'434746001': ('Specimen vial', [8101, 8102])}, + 'SpecimenWell': {'434822004': ('Specimen well', [8101, 8102])}, + 'SpecularMicroscope': {'409899004': ('Specular Microscope', [4202])}, + 'SpeechAndLanguageTherapy': {'310101009': ('Speech and Language Therapy', + [7030])}, + 'SpeechAndLanguageTherapyService': {'310101009': ('Speech and language ' + 'therapy service (qualifier ' + 'value)', + [])}, + 'SpeedOfBloodPressureResponse': {'427732000': ('Speed of blood pressure ' + 'response (observable entity)', + [])}, + 'SphenoidBone': {'73117003': ('Sphenoid bone', [9514, 7192, 4028, 7151])}, + 'SphenoidBoneStructure': {'73117003': ('Sphenoid bone structure (body ' + 'structure)', + [])}, + 'SphynxCatBreed': {'132680008': ('Sphynx cat breed', [7480])}, + 'SpiculatedLesion': {'129742005': ('Spiculated lesion', [6007, 6006])}, + 'SpiegelSheepBreed': {'132794004': ('Spiegel sheep breed', [7480])}, + 'SpinalAnesthesia': {'231249005': ('Spinal anesthesia', [611, 612])}, + 'SpinalCanalStructure': {'61853006': ('Spinal canal structure (body ' + 'structure)', + [])}, + 'SpinalCerebrospinalFluidPathway': {'280401006': ('Spinal cerebrospinal fluid ' + 'pathway', + [7153, 9514, 7192, 7151])}, + 'SpinalCord': {'2748008': ('Spinal cord', [7153, 9514, 7192, 7151, 4])}, + 'SpinalCordGrayMatter': {'12958003': ('Spinal cord gray matter', + [7153, 9514, 7192, 7151])}, + 'SpinalCordGrayMatterStructure': {'12958003': ('Spinal cord gray matter ' + 'structure (body structure)', + [])}, + 'SpinalCordStructure': {'2748008': ('Spinal cord structure (body structure)', + [])}, + 'SpinalCordWhiteMatter': {'27088001': ('Spinal cord white matter', + [7153, 7710, 9514, 7192, 7151])}, + 'SpinalCordWhiteMatterStructure': {'27088001': ('Spinal cord white matter ' + 'structure (body structure)', + [])}, + 'SpinalisMuscle': {'4317002': ('Spinalis muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'SpindleCellCarcinoma': {'65692009': ('Spindle cell carcinoma', [639, 638])}, + 'SpindleCellNodule': {'110451006': ('Spindle cell nodule (tumor)', + [6030, 6033])}, + 'Spine': {'421060004': ('Spine', + [4030, + 6109, + 4031, + 6102, + 6114, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'SpinoneItalianoDogBreed': {'132638009': ('Spinone Italiano dog breed', + [7480])}, + 'SpinousProcessOfVertebra': {'55678000': ('Spinous process of vertebra', + [6115])}, + 'SpiperoneF18': {'129499001': ('Spiperone F^18^', [4021])}, + 'SpiralAcquisition': {'116152004': ('Spiral Acquisition', [10013])}, + 'SpiralComputedTomographyScan': {'116152004': ('Spiral computed tomography ' + 'scan (procedure)', + [])}, + 'SpiritSolubleAnilineBlueStain': {'11645004': ('spirit soluble aniline blue ' + 'stain', + [8112])}, + 'SpiritSolubleEosinStain': {'83600004': ('spirit soluble eosin stain', + [8112])}, + 'SpitiHorseBreed': {'133093007': ('Spiti horse breed', [7480])}, + 'Spleen': {'78961009': ('Spleen', + [4030, + 7154, + 10060, + 6204, + 9514, + 7192, + 7151, + 6202, + 4, + 10044])}, + 'SplenicArtery': {'22083002': ('Splenic Artery', + [12112, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'SplenicFlexureOfColon': {'72592005': ('Splenic flexure of colon', [6210])}, + 'SplenicLymphNode': {'280824006': ('splenic lymph node', [7600])}, + 'SplenicStructure': {'78961009': ('Splenic structure (body structure)', [])}, + 'SplenicVein': {'35819009': ('Splenic Vein', + [12103, + 12114, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'SpleniumOfCorpusCallosum': {'23347006': ('splenium of corpus callosum', + [7705, 7710])}, + 'SporeStain': {'255811001': ('spore stain', [8112])}, + 'SpotCompression': {'399055006': ('Spot compression', [6029, 4015, 6028])}, + 'SpotCompressionOfBreast': {'399055006': ('Spot compression of breast ' + '(procedure)', + [])}, + 'SpottedPig': {'36187006': ('Spotted pig (organism)', [])}, + 'SpottedPigBreed': {'36187006': ('Spotted pig breed', [7480])}, + 'SprecaCattleBreed': {'131527004': ('Spreca cattle breed', [7480])}, + 'SpælsauSheepBreed': {'132793005': ('Spælsau sheep breed', [7480])}, + 'SquamousCellCarcinoma': {'28899001': ('Squamous cell carcinoma', + [6030, 6033, 639, 638])}, + 'SquamousCellCarcinomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'28899001': ('Squamous ' + 'cell ' + 'carcinoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'StBernardDog': {'83236005': ('St. Bernard dog', [7480])}, + 'StCroixSheepBreed': {'132795003': ('St. Croix sheep breed', [7480])}, + 'StableAngina': {'233819005': ('Stable Angina', [3700, 3202, 3220])}, + 'StabyhounDogBreed': {'132637004': ('Stabyhoun dog breed', [7480])}, + 'StaffordshireBullTerrier': {'83216009': ('Staffordshire bull terrier ' + '(organism)', + [])}, + 'StaffordshireBullTerrierDogBreed': {'83216009': ('Staffordshire bull terrier ' + 'dog breed', + [7480])}, + 'Stage': {'258214002': ('Stage (attribute)', [])}, + 'Stage0': {'261613009': ('Stage 0', [3778])}, + 'Stage1': {'258215001': ('Stage 1', [3778])}, + 'Stage2': {'258219007': ('Stage 2', [3778])}, + 'Stage3': {'258224005': ('Stage 3', [3778])}, + 'Stage4': {'258228008': ('Stage 4', [3778])}, + 'Stage5': {'261617005': ('Stage 5', [3778])}, + 'StagingIntent': {'373825000': ('Staging intent', [3629])}, + 'StagingProcedureIntent': {'373825000': ('Staging - procedure intent ' + '(qualifier value)', + [])}, + 'Staining': {'127790008': ('Staining', [8111, 8130])}, + 'StainingMethod': {'127790008': ('Staining method (procedure)', [])}, + 'StainlessSteelMaterial': {'256506002': ('Stainless Steel Material', [7300])}, + 'StandardDachshund': {'416885007': ('Standard dachshund (organism)', [])}, + 'StandardDachshundDogBreed': {'416885007': ('Standard dachshund dog breed', + [7480])}, + 'StandardDeviation': {'386136009': ('Standard Deviation', [7464])}, + 'StandardManchesterTerrier': {'9131007': ('Standard Manchester terrier', + [7480])}, + 'StandardPoodle': {'507002': ('Standard poodle (organism)', [])}, + 'StandardPoodleDogBreed': {'507002': ('Standard poodle dog breed', [7480])}, + 'StandardSchnauzer': {'69592005': ('Standard schnauzer (organism)', [])}, + 'StandardSchnauzerDogBreed': {'69592005': ('Standard schnauzer dog breed', + [7480])}, + 'StandardbredHorse': {'34200004': ('Standardbred horse (organism)', [])}, + 'StandardbredHorseBreed': {'34200004': ('Standardbred horse breed', [7480])}, + 'Standing': {'10904000': ('standing', [20])}, + 'Staple': {'56353002': ('Staple', + [6040, + 6102, + 6401, + 6138, + 6404, + 7151, + 6202, + 6203, + 7193])}, + 'StapleDevice': {'56353002': ('Staple, device (physical object)', [])}, + 'StartTime': {'398201009': ('Start time (qualifier value)', [])}, + 'StaticCatheterHemodynamicMeasurementMethodRegimeTherapy': {'128578007': ('Static ' + 'catheter ' + 'hemodynamic ' + 'measurement ' + 'method ' + '(regime/therapy)', + [])}, + 'StaticCatheterMethod': {'128578007': ('Static catheter method', [3241])}, + 'Statins': {'96302009': ('Statins', [3761])}, + 'Staunig': {'399098005': ('Staunig', [4012])}, + 'StaunigProjection': {'399098005': ('Staunig projection (qualifier value)', + [])}, + 'Steady': {'55011004': ('Steady', [4220])}, + 'SteamHeatingOfTissueSpecimen': {'433457002': ('Steam heating of tissue ' + 'specimen (procedure)', + [])}, + 'Stecher': {'399292003': ('Stecher', [4012])}, + 'StecherProjection': {'399292003': ('Stecher projection (qualifier value)', + [])}, + 'SteigarSheepBreed': {'132796002': ('Steigar sheep breed', [7480])}, + 'SteinschafSheepBreed': {'132797006': ('Steinschaf sheep breed', [7480])}, + 'Stenosis': {'415582006': ('stenosis', [3813, 3810]), + '44241007': ('Stenosis', [3711])}, + 'Stenotic': {'386139002': ('Stenotic', [3712])}, + 'StenoticCoronaryArtery': {'386139002': ('Stenotic coronary artery (finding)', + [])}, + 'StenoticLesionLength': {'408716009': ('Stenotic Lesion Length', [3483])}, + 'Stent': {'65818007': ('Stent', + [4051, + 3429, + 3496, + 7157, + 3411, + 7151, + 8, + 3810, + 7111, + 7193])}, + 'StentCrossSectionalArea': {'408705002': ('Stent Cross-Sectional Area', + [3482])}, + 'StentDevice': {'65818007': ('Stent, device', [1000])}, + 'StentDiameter': {'408706001': ('Stent Diameter', [3481])}, + 'StentLength': {'408703009': ('Stent Length', [3483])}, + 'StentPlacement': {'103716009': ('Stent placement', [3405, 9])}, + 'StentVolume': {'408704003': ('Stent Volume', [3485])}, + 'Stented': {'386138005': ('Stented', [3712])}, + 'StentedCoronaryArtery': {'386138005': ('Stented coronary artery (finding)', + [])}, + 'StenverProjection': {'399349006': ("Stenver's projection (qualifier value)", + [])}, + 'Stenvers': {'399349006': ('Stenvers', [4012])}, + 'StepSectioningOfTissueBlock': {'434475008': ('Step sectioning of tissue ' + 'block (procedure)', + [])}, + 'SteppeMeatPigBreed': {'132073005': ('Steppe Meat pig breed', [7480])}, + 'SterlingPigBreed': {'132200002': ('Sterling pig breed', [7480])}, + 'SternalAngle': {'44612009': ('Sternal angle', [6115])}, + 'SternalSkin': {'244107007': ('Sternal skin', [4029])}, + 'SternoclavicularJoint': {'7844006': ('Sternoclavicular joint', + [4030, + 4031, + 1004, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'SternoclavicularJointStructure': {'7844006': ('Sternoclavicular joint ' + 'structure (body structure)', + [])}, + 'SternocleidomastoidMuscle': {'22823000': ('Sternocleidomastoid muscle', + [6109, + 6102, + 6116, + 9514, + 7192, + 7151])}, + 'Sternum': {'56873002': ('Sternum', + [4030, + 6109, + 4031, + 1004, + 7155, + 6102, + 6114, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'Steroid': {'116566001': ('Steroid', [621, 622])}, + 'Stiffle': {'116010006': ('Stiffle', [7483, 7482])}, + 'StifleJoint': {'116010006': ('Stifle joint (body structure)', [])}, + 'Stomach': {'69695003': ('Stomach', + [4030, + 4031, + 10060, + 4042, + 9514, + 7192, + 7151, + 4, + 4009, + 10044])}, + 'StomachStructure': {'69695003': ('Stomach structure (body structure)', [])}, + 'StoopedOver': {'87068006': ('stooped-over', [20])}, + 'StoopedOverPosition': {'87068006': ('Stooped-over position (finding)', [])}, + 'StopTime': {'397898000': ('Stop time (qualifier value)', [])}, + 'StreiPigBreed': {'133200007': ('Strei pig breed', [7480])}, + 'StreptokinaseAgent': {'20847002': ('Streptokinase agent (substance)', [])}, + 'StreptokinasePreparation': {'20847002': ('Streptokinase preparation', [10])}, + 'StressTestUsingBicycleErgometer': {'26046004': ('Stress test using Bicycle ' + 'Ergometer', + [12001, 3261])}, + 'StressTestUsingCardiacPacing': {'428685003': ('Stress test using cardiac ' + 'pacing', + [12001, 3757, 3261])}, + 'StressThalliumProcedure': {'431511008': ('Stress thallium procedure', + [3110])}, + 'Stroke': {'309966001': ('Stroke', [7030])}, + 'StrokeIndex': {'277381004': ('Stroke Index', + [12200, + 12257, + 12271, + 12267, + 12207, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12239])}, + 'StrokeUnit': {'309966001': ('Stroke unit (environment)', [])}, + 'StrokeVolume': {'90096001': ('Stroke Volume', + [12304, + 12200, + 12257, + 12271, + 12267, + 3835, + 12207, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12239])}, + 'StrongWoolMerinoSheepBreed': {'132720002': ('Strong Wool Merino sheep breed', + [7480])}, + 'StrontiumChlorideSr85': {'69076006': ('Strontium chloride Sr^85^', [25])}, + 'StrontiumChlorideSr87': {'38424001': ('Strontium chloride Sr^87^', [25])}, + 'StrontiumNitrateSr85': {'8858006': ('Strontium nitrate Sr^85^', [25])}, + 'StrontiumNitrateSr87': {'31953001': ('Strontium nitrate Sr^87^', [25])}, + 'StructureOfAbdominalVein': {'84421000': ('Structure of abdominal vein (body ' + 'structure)', + [])}, + 'StructureOfAbdominalWallMuscle': {'195879000': ('Structure of abdominal wall ' + 'muscle (body structure)', + [])}, + 'StructureOfAcromion': {'31934006': ('Structure of acromion (body structure)', + [])}, + 'StructureOfAmnion': {'70847004': ('Structure of amnion (body structure)', + [])}, + 'StructureOfAngleOfRib': {'14510004': ('Structure of angle of rib (body ' + 'structure)', + [])}, + 'StructureOfAntecubitalVein': {'128553008': ('Structure of antecubital vein ' + '(body structure)', + [])}, + 'StructureOfAnteriorApicalPartOfPeripheralZoneOfLeftHalfProstate': {'716937001': ('Structure ' + 'of ' + 'anterior ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorApicalPartOfPeripheralZoneOfRightHalfProstate': {'716936005': ('Structure ' + 'of ' + 'anterior ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorApicalPartOfTransitionZoneOfLeftHalfProstate': {'716931000': ('Structure ' + 'of ' + 'anterior ' + 'apical ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorApicalPartOfTransitionZoneOfRightHalfProstate': {'716930004': ('Structure ' + 'of ' + 'anterior ' + 'apical ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorAuricularLymphNode': {'25247006': ('Structure of anterior ' + 'auricular lymph node ' + '(body structure)', + [])}, + 'StructureOfAnteriorBasalPartOfPeripheralZoneOfLeftHalfProstate': {'716905002': ('Structure ' + 'of ' + 'anterior ' + 'basal ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorBasalPartOfPeripheralZoneOfRightHalfProstate': {'716904003': ('Structure ' + 'of ' + 'anterior ' + 'basal ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorBasalPartOfTransitionZoneOfLeftHalfProstate': {'716897000': ('Structure ' + 'of ' + 'anterior ' + 'basal ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorBasalPartOfTransitionZoneOfRightHalfProstate': {'716896009': ('Structure ' + 'of ' + 'anterior ' + 'basal ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorCardiacVein': {'194996006': ('Structure of anterior ' + 'cardiac vein (body ' + 'structure)', + [])}, + 'StructureOfAnteriorCerebralArtery': {'60176003': ('Structure of anterior ' + 'cerebral artery (body ' + 'structure)', + [])}, + 'StructureOfAnteriorCervicalLymphNode': {'5727003': ('Structure of anterior ' + 'cervical lymph node ' + '(body structure)', + [])}, + 'StructureOfAnteriorCommissure': {'62872008': ('Structure of anterior ' + 'commissure (body structure)', + [])}, + 'StructureOfAnteriorCommunicatingArtery': {'8012006': ('Structure of anterior ' + 'communicating artery ' + '(body structure)', + [])}, + 'StructureOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'59438005': ('Structure ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorHornOfLateralVentricle': {'30399003': ('Structure of ' + 'anterior horn of ' + 'lateral ventricle ' + '(body structure)', + [])}, + 'StructureOfAnteriorMediastinalLymphNode': {'5296000': ('Structure of ' + 'anterior mediastinal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfAnteriorMiddleRegionalPartOfPeripheralZoneOfLeftHalfProstate': {'716920008': ('Structure ' + 'of ' + 'anterior ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorMiddleRegionalPartOfPeripheralZoneOfRightHalfProstate': {'716919002': ('Structure ' + 'of ' + 'anterior ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorMiddleRegionalPartOfTransitionZoneOfLeftHalfProstate': {'716914007': ('Structure ' + 'of ' + 'anterior ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorMiddleRegionalPartOfTransitionZoneOfRightHalfProstate': {'716913001': ('Structure ' + 'of ' + 'anterior ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorSegmentOfRightUpperLobeOfLung': {'39743006': ('Structure ' + 'of ' + 'anterior ' + 'segment of ' + 'right ' + 'upper lobe ' + 'of lung ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorSegmentOfUpperDivisionOfLeftUpperLobeOfLung': {'22270008': ('Structure ' + 'of ' + 'anterior ' + 'segment ' + 'of ' + 'upper ' + 'division ' + 'of ' + 'left ' + 'upper ' + 'lobe ' + 'of ' + 'lung ' + '(body ' + 'structure)', + [])}, + 'StructureOfAnteriorSpinalArtery': {'17388009': ('Structure of anterior ' + 'spinal artery (body ' + 'structure)', + [])}, + 'StructureOfAnteriorTibialArtery': {'68053000': ('Structure of anterior ' + 'tibial artery (body ' + 'structure)', + [])}, + 'StructureOfAnteriorTibialLymphNode': {'303713004': ('Structure of anterior ' + 'tibial lymph node (body ' + 'structure)', + [])}, + 'StructureOfAnteriorTibialVein': {'26703007': ('Structure of anterior tibial ' + 'vein (body structure)', + [])}, + 'StructureOfAnulusFibrosusOfAorta': {'77583004': ('Structure of anulus ' + 'fibrosus of aorta (body ' + 'structure)', + [])}, + 'StructureOfAnulusFibrosusOfMitralOrifice': {'65197004': ('Structure of ' + 'anulus fibrosus of ' + 'mitral orifice ' + '(body structure)', + [])}, + 'StructureOfAnulusFibrosusOfPulmonaryArtery': {'90318009': ('Structure of ' + 'anulus fibrosus ' + 'of pulmonary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfAnulusFibrosusOfTricuspidOrifice': {'113259005': ('Structure of ' + 'anulus ' + 'fibrosus of ' + 'tricuspid ' + 'orifice (body ' + 'structure)', + [])}, + 'StructureOfAorticBifurcation': {'73166001': ('Structure of aortic ' + 'bifurcation (body structure)', + [])}, + 'StructureOfAorticIsthmus': {'88593004': ('Structure of aortic isthmus (body ' + 'structure)', + [])}, + 'StructureOfAorticLymphNode': {'35783009': ('Structure of aortic lymph node ' + '(body structure)', + [])}, + 'StructureOfAorticSinotubularJunction': {'443167003': ('Structure of aortic ' + 'sinotubular junction ' + '(body structure)', + [])}, + 'StructureOfApexOfHeart': {'13383001': ('Structure of apex of heart (body ' + 'structure)', + [])}, + 'StructureOfApexOfLeftVentricle': {'128564006': ('Structure of apex of left ' + 'ventricle (body structure)', + [])}, + 'StructureOfApexOfLung': {'86598002': ('Structure of apex of lung (body ' + 'structure)', + [])}, + 'StructureOfApexOfRightVentricle': {'128565007': ('Structure of apex of right ' + 'ventricle (body structure)', + [])}, + 'StructureOfApicalAxillaryLymphNode': {'16051009': ('Structure of apical ' + 'axillary lymph node ' + '(body structure)', + [])}, + 'StructureOfApicalPartOfAnteriorFibromuscularStromaOfLeftHalfProstate': {'716927006': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfApicalPartOfAnteriorFibromuscularStromaOfProstate': {'716925003': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfApicalPartOfAnteriorFibromuscularStromaOfRightHalfProstate': {'716926002': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfApicalPartOfPeripheralZoneOfLeftHalfProstate': {'716935009': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfApicalPartOfPeripheralZoneOfRightHalfProstate': {'716934008': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfApicalPartOfTransitionZoneOfLeftHalfProstate': {'716929009': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfApicalPartOfTransitionZoneOfRightHalfProstate': {'716928001': ('Structure ' + 'of ' + 'apical ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfAppendicularLymphNode': {'46157003': ('Structure of appendicular ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfArchOfVertebra': {'40265002': ('Structure of arch of vertebra ' + '(body structure)', + [])}, + 'StructureOfArcuateArteryOfKidney': {'274231001': ('Structure of arcuate ' + 'artery of kidney (body ' + 'structure)', + [])}, + 'StructureOfArteryOfAbdomen': {'118634008': ('Structure of artery of abdomen ' + '(body structure)', + [])}, + 'StructureOfArteryOfLowerExtremity': {'70791007': ('Structure of artery of ' + 'lower extremity (body ' + 'structure)', + [])}, + 'StructureOfArteryOfNeck': {'119568004': ('Structure of artery of neck (body ' + 'structure)', + [])}, + 'StructureOfArteryOfUpperExtremity': {'75531005': ('Structure of artery of ' + 'upper extremity (body ' + 'structure)', + [])}, + 'StructureOfAtlantoaxialJoint': {'62555009': ('Structure of atlantoaxial ' + 'joint (body structure)', + [])}, + 'StructureOfAtrialVein': {'195164009': ('Structure of atrial vein (body ' + 'structure)', + [])}, + 'StructureOfAtrioventricularBranchOfCircumflexBranchOfLeftCoronaryArtery': {'75902001': ('Structure ' + 'of ' + 'atrioventricular ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfAtrioventricularNode': {'25943004': ('Structure of ' + 'atrioventricular node (body ' + 'structure)', + [])}, + 'StructureOfAtrioventricularNodeBranchOfRightCoronaryArtery': {'12800002': ('Structure ' + 'of ' + 'atrioventricular ' + 'node ' + 'branch ' + 'of ' + 'right ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfAtrioventricularVein': {'195496005': ('Structure of ' + 'atrioventricular vein ' + '(body structure)', + [])}, + 'StructureOfAxillaryArtery': {'67937003': ('Structure of axillary artery ' + '(body structure)', + [])}, + 'StructureOfAxillaryFascia': {'368536000': ('Structure of axillary fascia ' + '(body structure)', + [])}, + 'StructureOfAxillaryVein': {'68705008': ('Structure of axillary vein (body ' + 'structure)', + [])}, + 'StructureOfAxillaryVeinLymphNode': {'421624008': ('Structure of axillary ' + 'vein lymph node (body ' + 'structure)', + [])}, + 'StructureOfAzygousVein': {'72107004': ('Structure of azygous vein (body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfAnteriorFibromuscularStromaOfLeftHalfProstate': {'716893001': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfAnteriorFibromuscularStromaOfProstate': {'716891004': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfAnteriorFibromuscularStromaOfRightHalfProstate': {'716892006': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfPeripheralZoneOfLeftHalfProstate': {'716903009': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfPeripheralZoneOfRightHalfProstate': {'716902004': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfTransitionZoneOfLeftHalfProstate': {'716895008': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasalPartOfTransitionZoneOfRightHalfProstate': {'716894007': ('Structure ' + 'of ' + 'basal ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfBasilarArtery': {'59011009': ('Structure of basilar artery (body ' + 'structure)', + [])}, + 'StructureOfBasilicVein': {'19715009': ('Structure of basilic vein (body ' + 'structure)', + [])}, + 'StructureOfBodyConduit': {'91830000': ('Structure of body conduit (body ' + 'structure)', + [])}, + 'StructureOfBodyOfSternum': {'52509009': ('Structure of body of sternum (body ' + 'structure)', + [])}, + 'StructureOfBothEyes': {'40638003': ('Structure of both eyes (body structure)', + [])}, + 'StructureOfBrachialArtery': {'17137000': ('Structure of brachial artery ' + '(body structure)', + [])}, + 'StructureOfBrachialVein': {'20115005': ('Structure of brachial vein (body ' + 'structure)', + [])}, + 'StructureOfBrachiocephalicArtery': {'12691009': ('Structure of ' + 'brachiocephalic artery ' + '(body structure)', + [])}, + 'StructureOfBrachiocephalicVein': {'8887007': ('Structure of brachiocephalic ' + 'vein (body structure)', + [])}, + 'StructureOfBronchialArtery': {'64468002': ('Structure of bronchial artery ' + '(body structure)', + [])}, + 'StructureOfBuccinatorLymphNode': {'143925009': ('Structure of buccinator ' + 'lymph node (body structure)', + [])}, + 'StructureOfCalfOfLeg': {'53840002': ('Structure of calf of leg (body ' + 'structure)', + [])}, + 'StructureOfCalyx': {'2334006': ('Structure of calyx (body structure)', [])}, + 'StructureOfCapillaryBloodVesselOrgan': {'20982000': ('Structure of capillary ' + 'blood vessel (organ) ' + '(body structure)', + [])}, + 'StructureOfCardiacValveLeaflet': {'6530003': ('Structure of cardiac valve ' + 'leaflet (body structure)', + [])}, + 'StructureOfCardiacVein': {'85439003': ('Structure of cardiac vein (body ' + 'structure)', + [])}, + 'StructureOfCardiovascularSystem': {'113257007': ('Structure of ' + 'cardiovascular system ' + '(body structure)', + [])}, + 'StructureOfCarina': {'28700002': ('Structure of carina (body structure)', + [])}, + 'StructureOfCarotidBifurcation': {'80272002': ('Structure of carotid ' + 'bifurcation (body structure)', + [])}, + 'StructureOfCarotidSinus': {'21479005': ('Structure of carotid sinus (body ' + 'structure)', + [])}, + 'StructureOfCarotidSiphon': {'54409005': ('Structure of carotid siphon (body ' + 'structure)', + [])}, + 'StructureOfCeliacArtery': {'57850000': ('Structure of celiac artery (body ' + 'structure)', + [])}, + 'StructureOfCeliacLymphNode': {'47985009': ('Structure of celiac lymph node ' + '(body structure)', + [])}, + 'StructureOfCentralAxillaryLymphNode': {'283001': ('Structure of central ' + 'axillary lymph node (body ' + 'structure)', + [])}, + 'StructureOfCentralNervousSystem': {'21483005': ('Structure of central ' + 'nervous system (body ' + 'structure)', + [])}, + 'StructureOfCentralRetinalArtery': {'76117006': ('Structure of central ' + 'retinal artery (body ' + 'structure)', + [])}, + 'StructureOfCentralVeinOfTheRetina': {'62869001': ('Structure of central vein ' + 'of the retina (body ' + 'structure)', + [])}, + 'StructureOfCentralZoneOfLeftHalfProstate': {'716901006': ('Structure of ' + 'central zone of ' + 'left half ' + 'prostate (body ' + 'structure)', + [])}, + 'StructureOfCentralZoneOfRightHalfProstate': {'716900007': ('Structure of ' + 'central zone of ' + 'right half ' + 'prostate (body ' + 'structure)', + [])}, + 'StructureOfCephalicVein': {'20699002': ('Structure of cephalic vein (body ' + 'structure)', + [])}, + 'StructureOfCerebralAqueduct': {'80447000': ('Structure of cerebral aqueduct ' + '(body structure)', + [])}, + 'StructureOfCerebralArtery': {'88556005': ('Structure of cerebral artery ' + '(body structure)', + [])}, + 'StructureOfCerebralCortex': {'40146001': ('Structure of cerebral cortex ' + '(body structure)', + [])}, + 'StructureOfCervicalVertebralColumn': {'122494005': ('Structure of cervical ' + 'vertebral column (body ' + 'structure)', + [])}, + 'StructureOfChordaeTendineaeCordis': {'102298001': ('Structure of chordae ' + 'tendineae cordis (body ' + 'structure)', + [])}, + 'StructureOfChoroidPlexus': {'80621003': ('Structure of choroid plexus (body ' + 'structure)', + [])}, + 'StructureOfCingulum': {'37035000': ('Structure of cingulum (body structure)', + [])}, + 'StructureOfCircleOfWillis': {'11279006': ('Structure of circle of Willis ' + '(body structure)', + [])}, + 'StructureOfCircumflexBranchOfLeftCoronaryArtery': {'57396003': ('Structure ' + 'of ' + 'circumflex ' + 'branch of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfCisternaMagna': {'54165005': ('Structure of cisterna magna (body ' + 'structure)', + [])}, + 'StructureOfClavicularNotchOfSternum': {'75319007': ('Structure of clavicular ' + 'notch of sternum (body ' + 'structure)', + [])}, + 'StructureOfClinoidPortionOfInternalCarotidArtery': {'415637004': ('Structure ' + 'of ' + 'clinoid ' + 'portion ' + 'of ' + 'internal ' + 'carotid ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfColicLymphNode': {'8356004': ('Structure of colic lymph node ' + '(body structure)', + [])}, + 'StructureOfColonicHaustra': {'6533001': ('Structure of colonic haustra (body ' + 'structure)', + [])}, + 'StructureOfCommonDuctLymphNode': {'280639005': ('Structure of common duct ' + 'lymph node (body structure)', + [])}, + 'StructureOfCommonHepaticArtery': {'66559000': ('Structure of common hepatic ' + 'artery (body structure)', + [])}, + 'StructureOfCommonIliacVein': {'46027005': ('Structure of common iliac vein ' + '(body structure)', + [])}, + 'StructureOfCommonLeftPulmonaryVein': {'443705001': ('Structure of common ' + 'left pulmonary vein ' + '(body structure)', + [])}, + 'StructureOfCommonRightPulmonaryVein': {'443591004': ('Structure of common ' + 'right pulmonary vein ' + '(body structure)', + [])}, + 'StructureOfCoracoidProcessOfScapula': {'8931003': ('Structure of coracoid ' + 'process of scapula (body ' + 'structure)', + [])}, + 'StructureOfCornealEndothelium': {'65431007': ('Structure of corneal ' + 'endothelium (body structure)', + [])}, + 'StructureOfCornealEpithelium': {'15775008': ('Structure of corneal ' + 'epithelium (body structure)', + [])}, + 'StructureOfCoronarySinusOfLeftAtrialSeptum': {'31162003': ('Structure of ' + 'coronary sinus ' + 'of left atrial ' + 'septum (body ' + 'structure)', + [])}, + 'StructureOfCoronarySinusOstium': {'71271007': ('Structure of coronary sinus ' + 'ostium (body structure)', + [])}, + 'StructureOfCostalCartilage': {'50016007': ('Structure of costal cartilage ' + '(body structure)', + [])}, + 'StructureOfCostalGroove': {'17399006': ('Structure of costal groove (body ' + 'structure)', + [])}, + 'StructureOfCostocervicalTrunk': {'3159004': ('Structure of costocervical ' + 'trunk (body structure)', + [])}, + 'StructureOfCubitalLymphNode': {'34775006': ('Structure of cubital lymph node ' + '(body structure)', + [])}, + 'StructureOfCysticLymphNode': {'280556009': ('Structure of cystic lymph node ' + '(body structure)', + [])}, + 'StructureOfDeciduousMandibularLeftCanineTooth': {'43281008': ('Structure of ' + 'deciduous ' + 'mandibular ' + 'left canine ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularLeftCentralIncisorTooth': {'89552004': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'left ' + 'central ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularLeftFirstMolarTooth': {'38896004': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'left ' + 'first ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularLeftLateralIncisorTooth': {'14770005': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'left ' + 'lateral ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularLeftSecondMolarTooth': {'49330006': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'left ' + 'second ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularRightCanineTooth': {'6062009': ('Structure of ' + 'deciduous ' + 'mandibular ' + 'right canine ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularRightCentralIncisorTooth': {'67834006': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'right ' + 'central ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularRightFirstMolarTooth': {'58646007': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'right ' + 'first ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularRightLateralIncisorTooth': {'22445006': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMandibularRightSecondMolarTooth': {'61868007': ('Structure ' + 'of ' + 'deciduous ' + 'mandibular ' + 'right ' + 'second ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryLeftCanineTooth': {'73937000': ('Structure of ' + 'deciduous ' + 'maxillary left ' + 'canine tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryLeftCentralIncisorTooth': {'51678005': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'left ' + 'central ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryLeftFirstMolarTooth': {'45234009': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'left first ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryLeftLateralIncisorTooth': {'43622005': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'left ' + 'lateral ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryLeftSecondMolarTooth': {'51943008': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'left ' + 'second ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryRightCanineTooth': {'30618001': ('Structure of ' + 'deciduous ' + 'maxillary ' + 'right canine ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryRightCentralIncisorTooth': {'88824007': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'right ' + 'central ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryRightFirstMolarTooth': {'17505006': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'right ' + 'first ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryRightLateralIncisorTooth': {'65624003': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeciduousMaxillaryRightSecondMolarTooth': {'27855007': ('Structure ' + 'of ' + 'deciduous ' + 'maxillary ' + 'right ' + 'second ' + 'molar ' + 'tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfDeepAnteriorCervicalLymphNode': {'168360002': ('Structure of deep ' + 'anterior cervical ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfDeepInguinalLymphNode': {'65266007': ('Structure of deep inguinal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfDeepLateralCervicalLymphNode': {'167864002': ('Structure of deep ' + 'lateral cervical ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfDeepLymphNode': {'60996007': ('Structure of deep lymph node (body ' + 'structure)', + [])}, + 'StructureOfDeepPalmarVenousArch': {'368481004': ('Structure of deep palmar ' + 'venous arch (body ' + 'structure)', + [])}, + 'StructureOfDeepPoplitealLymphNode': {'35721009': ('Structure of deep ' + 'popliteal lymph node ' + '(body structure)', + [])}, + 'StructureOfDeepVolarArchOfRadialArtery': {'10119003': ('Structure of deep ' + 'volar arch of radial ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfDelphianLymphNode': {'167664004': ('Structure of delphian lymph ' + 'node (body structure)', + [])}, + 'StructureOfDeltoidMuscle': {'35259002': ('Structure of deltoid muscle (body ' + 'structure)', + [])}, + 'StructureOfDescendingThoracicAorta': {'32672002': ('Structure of descending ' + 'thoracic aorta (body ' + 'structure)', + [])}, + 'StructureOfDiaphragmaticLymphNode': {'196751009': ('Structure of ' + 'diaphragmatic lymph node ' + '(body structure)', + [])}, + 'StructureOfDiencephalon': {'87563008': ('Structure of diencephalon (body ' + 'structure)', + [])}, + 'StructureOfDigitalArteryOfHand': {'40254007': ('Structure of digital artery ' + 'of hand (body structure)', + [])}, + 'StructureOfDistalPortionOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'36672000': ('Structure ' + 'of ' + 'distal ' + 'portion ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfDistalPortionOfCircumflexBranchOfLeftCoronaryArtery': {'6511003': ('Structure ' + 'of ' + 'distal ' + 'portion ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfDistalPortionOfRightCoronaryArtery': {'41879009': ('Structure of ' + 'distal ' + 'portion of ' + 'right ' + 'coronary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfDorsalAspectOfScapula': {'51698000': ('Structure of dorsal aspect ' + 'of scapula (body ' + 'structure)', + [])}, + 'StructureOfDorsalScapularArtery': {'91732003': ('Structure of dorsal ' + 'scapular artery (body ' + 'structure)', + [])}, + 'StructureOfDorsalisPedisArtery': {'86547008': ('Structure of dorsalis pedis ' + 'artery (body structure)', + [])}, + 'StructureOfDuctusArteriosus': {'4432005': ('Structure of ductus arteriosus ' + '(body structure)', + [])}, + 'StructureOfDuctusVenosus': {'367624001': ('Structure of ductus venosus (body ' + 'structure)', + [])}, + 'StructureOfEntorhinalCortex': {'3937002': ('Structure of entorhinal cortex ' + '(body structure)', + [])}, + 'StructureOfEpigastricLymphNode': {'60965003': ('Structure of epigastric ' + 'lymph node (body structure)', + [])}, + 'StructureOfEpitrochlearLymphNode': {'28870006': ('Structure of epitrochlear ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfErectorSpinaeMuscle': {'44947003': ('Structure of erector spinae ' + 'muscle (body structure)', + [])}, + 'StructureOfEsophagealArtery': {'206034008': ('Structure of esophageal artery ' + '(body structure)', + [])}, + 'StructureOfEsophagealLymphNode': {'11899006': ('Structure of esophageal ' + 'lymph node (body structure)', + [])}, + 'StructureOfExternalIliacArtery': {'113269004': ('Structure of external iliac ' + 'artery (body structure)', + [])}, + 'StructureOfExternalIliacLymphNode': {'65349008': ('Structure of external ' + 'iliac lymph node (body ' + 'structure)', + [])}, + 'StructureOfExternalIliacVein': {'63507001': ('Structure of external iliac ' + 'vein (body structure)', + [])}, + 'StructureOfExternalIntercostalMuscle': {'53967007': ('Structure of external ' + 'intercostal muscle ' + '(body structure)', + [])}, + 'StructureOfExternalJugularVein': {'71585003': ('Structure of external ' + 'jugular vein (body ' + 'structure)', + [])}, + 'StructureOfExternalLimitingMembraneOfRetina': {'76710003': ('Structure of ' + 'external ' + 'limiting ' + 'membrane of ' + 'retina (body ' + 'structure)', + [])}, + 'StructureOfExternalMammaryLymphNode': {'421988007': ('Structure of external ' + 'mammary lymph node ' + '(body structure)', + [])}, + 'StructureOfExtrapulmonaryLymphNodeOfLung': {'363537007': ('Structure of ' + 'extrapulmonary ' + 'lymph node of ' + 'lung (body ' + 'structure)', + [])}, + 'StructureOfEyeProper': {'81745001': ('Structure of eye proper (body ' + 'structure)', + [])}, + 'StructureOfFacialArtery': {'23074001': ('Structure of facial artery (body ' + 'structure)', + [])}, + 'StructureOfFacialLymphNode': {'48918001': ('Structure of facial lymph node ' + '(body structure)', + [])}, + 'StructureOfFemoralArtery': {'7657000': ('Structure of femoral artery (body ' + 'structure)', + [])}, + 'StructureOfFibularLymphNode': {'31171007': ('Structure of fibular lymph node ' + '(body structure)', + [])}, + 'StructureOfFifthLumbarArtery': {'397411003': ('Structure of fifth lumbar ' + 'artery (body structure)', + [])}, + 'StructureOfFirstDiagonalBranchOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'91750005': ('Structure ' + 'of ' + 'first ' + 'diagonal ' + 'branch ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfFirstLeftPosterolateralBranchOfCircumflexBranchOfLeftCoronaryArtery': {'91757008': ('Structure ' + 'of ' + 'first ' + 'left ' + 'posterolateral ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfFirstLumbarArtery': {'397407009': ('Structure of first lumbar ' + 'artery (body structure)', + [])}, + 'StructureOfFirstObtuseMarginalBranchOfCircumflexBranchOfLeftCoronaryArtery': {'91754001': ('Structure ' + 'of ' + 'first ' + 'obtuse ' + 'marginal ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfFirstRightPosterolateralBranchOfThePosteriorDescendingBranchOfRightCoronaryArtery': {'91761002': ('Structure ' + 'of ' + 'first ' + 'right ' + 'posterolateral ' + 'branch ' + 'of ' + 'the ' + 'posterior ' + 'descending ' + 'branch ' + 'of ' + 'right ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfFontanelOfSkull': {'79361005': ('Structure of fontanel of skull ' + '(body structure)', + [])}, + 'StructureOfForamenMagnum': {'24532009': ('Structure of foramen magnum (body ' + 'structure)', + [])}, + 'StructureOfForcepsMajor': {'80049006': ('Structure of forceps major (body ' + 'structure)', + [])}, + 'StructureOfForcepsMinor': {'42932006': ('Structure of forceps minor (body ' + 'structure)', + [])}, + 'StructureOfFourthLumbarArtery': {'397410002': ('Structure of fourth lumbar ' + 'artery (body structure)', + [])}, + 'StructureOfFoveaCentralis': {'67046006': ('Structure of fovea centralis ' + '(body structure)', + [])}, + 'StructureOfGastricVein': {'110568007': ('Structure of gastric vein (body ' + 'structure)', + [])}, + 'StructureOfGastroOmentalLymphNode': {'83380007': ('Structure of ' + 'gastro-omental lymph node ' + '(body structure)', + [])}, + 'StructureOfGastroduodenalArtery': {'37274004': ('Structure of gastroduodenal ' + 'artery (body structure)', + [])}, + 'StructureOfGenicularArtery': {'128559007': ('Structure of genicular artery ' + '(body structure)', + [])}, + 'StructureOfGenuOfCorpusCallosum': {'70215001': ('Structure of genu of corpus ' + 'callosum (body structure)', + [])}, + 'StructureOfGlutealLymphNode': {'80867000': ('Structure of gluteal lymph node ' + '(body structure)', + [])}, + 'StructureOfHabenularCommissure': {'6866008': ('Structure of habenular ' + 'commissure (body structure)', + [])}, + 'StructureOfHeadOfFemur': {'2812003': ('Structure of head of femur (body ' + 'structure)', + [])}, + 'StructureOfHemolymphNode': {'18457007': ('Structure of hemolymph node (body ' + 'structure)', + [])}, + 'StructureOfHepaticArteryProper': {'18112008': ('Structure of hepatic artery ' + 'proper (body structure)', + [])}, + 'StructureOfHepaticLymphNode': {'61492009': ('Structure of hepatic lymph node ' + '(body structure)', + [])}, + 'StructureOfHepaticVein': {'8993003': ('Structure of hepatic vein (body ' + 'structure)', + [])}, + 'StructureOfHighRightAtrium': {'128591008': ('Structure of high right atrium ' + '(body structure)', + [])}, + 'StructureOfHilarLymphNode': {'53074004': ('Structure of hilar lymph node ' + '(body structure)', + [])}, + 'StructureOfHilumOfLung': {'46750007': ('Structure of hilum of lung (body ' + 'structure)', + [])}, + 'StructureOfHypogastricLymphNode': {'69255009': ('Structure of hypogastric ' + 'lymph node (body structure)', + [])}, + 'StructureOfIleocolicLymphNode': {'281676003': ('Structure of ileocolic lymph ' + 'node (body structure)', + [])}, + 'StructureOfIliacArtery': {'10293006': ('Structure of iliac artery (body ' + 'structure)', + [])}, + 'StructureOfIliacLymphNode': {'84219008': ('Structure of iliac lymph node ' + '(body structure)', + [])}, + 'StructureOfIliocostalisMuscle': {'57651003': ('Structure of iliocostalis ' + 'muscle (body structure)', + [])}, + 'StructureOfInferiorArticularProcessOfVertebra': {'317766009': ('Structure of ' + 'inferior ' + 'articular ' + 'process of ' + 'vertebra ' + '(body ' + 'structure)', + [])}, + 'StructureOfInferiorAuricularLymphNode': {'155237005': ('Structure of ' + 'inferior auricular ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfInferiorFrontoOccipitalFasciculus': {'35664009': ('Structure of ' + 'inferior ' + 'fronto-occipital ' + 'fasciculus ' + '(body ' + 'structure)', + [])}, + 'StructureOfInferiorGlutealLymphNode': {'40684008': ('Structure of inferior ' + 'gluteal lymph node ' + '(body structure)', + [])}, + 'StructureOfInferiorHornOfLateralVentricle': {'53118009': ('Structure of ' + 'inferior horn of ' + 'lateral ventricle ' + '(body structure)', + [])}, + 'StructureOfInferiorInguinalLymphNode': {'85380009': ('Structure of inferior ' + 'inguinal lymph node ' + '(body structure)', + [])}, + 'StructureOfInferiorLeftPulmonaryVein': {'51249003': ('Structure of inferior ' + 'left pulmonary vein ' + '(body structure)', + [])}, + 'StructureOfInferiorLongitudinalFasciculus': {'55233005': ('Structure of ' + 'inferior ' + 'longitudinal ' + 'fasciculus (body ' + 'structure)', + [])}, + 'StructureOfInferiorMesentericArtery': {'33795007': ('Structure of inferior ' + 'mesenteric artery (body ' + 'structure)', + [])}, + 'StructureOfInferiorMesentericLymphNode': {'113336002': ('Structure of ' + 'inferior mesenteric ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfInferiorMesentericVein': {'32859001': ('Structure of inferior ' + 'mesenteric vein (body ' + 'structure)', + [])}, + 'StructureOfInferiorPancreaticLymphNode': {'280915003': ('Structure of ' + 'inferior pancreatic ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfInferiorPancreaticoduodenalLymphNode': {'281227003': ('Structure ' + 'of ' + 'inferior ' + 'pancreaticoduodenal ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfInferiorPhrenicArtery': {'29660000': ('Structure of inferior ' + 'phrenic artery (body ' + 'structure)', + [])}, + 'StructureOfInferiorRightPulmonaryVein': {'113273001': ('Structure of ' + 'inferior right ' + 'pulmonary vein (body ' + 'structure)', + [])}, + 'StructureOfInflowTractOfLeftVentricle': {'70238003': ('Structure of inflow ' + 'tract of left ' + 'ventricle (body ' + 'structure)', + [])}, + 'StructureOfInflowTractOfRightVentricle': {'8017000': ('Structure of inflow ' + 'tract of right ' + 'ventricle (body ' + 'structure)', + [])}, + 'StructureOfInfrarenalAorta': {'28205006': ('Structure of infrarenal aorta ' + '(body structure)', + [])}, + 'StructureOfInfrasternalAngle': {'5076001': ('Structure of infrasternal angle ' + '(body structure)', + [])}, + 'StructureOfInnermostIntercostalMuscle': {'24062007': ('Structure of ' + 'innermost intercostal ' + 'muscle (body ' + 'structure)', + [])}, + 'StructureOfInnominateLymphNode': {'196821008': ('Structure of innominate ' + 'lymph node (body structure)', + [])}, + 'StructureOfInteriliacLymphNode': {'279271008': ('Structure of interiliac ' + 'lymph node (body structure)', + [])}, + 'StructureOfInterlobarArteryOfKidney': {'274143007': ('Structure of ' + 'interlobar artery of ' + 'kidney (body ' + 'structure)', + [])}, + 'StructureOfIntermediateCommonIliacLymphNode': {'64556009': ('Structure of ' + 'intermediate ' + 'common iliac ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfInternalAcousticMeatusOfTemporalBone': {'61671002': ('Structure ' + 'of internal ' + 'acoustic ' + 'meatus of ' + 'temporal ' + 'bone (body ' + 'structure)', + [])}, + 'StructureOfInternalIliacArtery': {'90024005': ('Structure of internal iliac ' + 'artery (body structure)', + [])}, + 'StructureOfInternalIliacVein': {'40300007': ('Structure of internal iliac ' + 'vein (body structure)', + [])}, + 'StructureOfInternalIntercostalMuscle': {'41313007': ('Structure of internal ' + 'intercostal muscle ' + '(body structure)', + [])}, + 'StructureOfInternalThoracicArtery': {'69327007': ('Structure of internal ' + 'thoracic artery (body ' + 'structure)', + [])}, + 'StructureOfInterpectoralLymphNode': {'420800007': ('Structure of ' + 'interpectoral lymph node ' + '(body structure)', + [])}, + 'StructureOfIntestinalLymphNode': {'36251007': ('Structure of intestinal ' + 'lymph node (body structure)', + [])}, + 'StructureOfIntracranialVein': {'128320002': ('Structure of intracranial vein ' + '(body structure)', + [])}, + 'StructureOfIntraglandularParotidLymphNode': {'143824007': ('Structure of ' + 'intraglandular ' + 'parotid lymph ' + 'node (body ' + 'structure)', + [])}, + 'StructureOfIntramammaryLymphNode': {'443808008': ('Structure of intramammary ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfIntrapulmonaryLymphNode': {'196662004': ('Structure of ' + 'intrapulmonary lymph ' + 'node (body structure)', + [])}, + 'StructureOfJugularLymphNode': {'58130000': ('Structure of jugular lymph node ' + '(body structure)', + [])}, + 'StructureOfJugularNotchOfSternum': {'26493002': ('Structure of jugular notch ' + 'of sternum (body ' + 'structure)', + [])}, + 'StructureOfJuxtaintestinalLymphNode': {'279609001': ('Structure of ' + 'juxtaintestinal lymph ' + 'node (body structure)', + [])}, + 'StructureOfLacrimalArtery': {'59749000': ('Structure of lacrimal artery ' + '(body structure)', + [])}, + 'StructureOfLaminaOfVertebra': {'89340005': ('Structure of lamina of vertebra ' + '(body structure)', + [])}, + 'StructureOfLateralAxillaryLymphNode': {'33770006': ('Structure of lateral ' + 'axillary lymph node ' + '(body structure)', + [])}, + 'StructureOfLateralCalfPerforator': {'714754004': ('Structure of lateral calf ' + 'perforator (body ' + 'structure)', + [])}, + 'StructureOfLateralCervicalLymphNode': {'68915008': ('Structure of lateral ' + 'cervical lymph node ' + '(body structure)', + [])}, + 'StructureOfLateralCommonIliacLymphNode': {'41145006': ('Structure of lateral ' + 'common iliac lymph ' + 'node (body ' + 'structure)', + [])}, + 'StructureOfLateralCorticospinalTract': {'461002': ('Structure of lateral ' + 'corticospinal tract ' + '(body structure)', + [])}, + 'StructureOfLateralExternalIliacLymphNode': {'40242007': ('Structure of ' + 'lateral external ' + 'iliac lymph node ' + '(body structure)', + [])}, + 'StructureOfLateralJugularLymphNode': {'168159002': ('Structure of lateral ' + 'jugular lymph node ' + '(body structure)', + [])}, + 'StructureOfLateralMiddleRegionalPartOfPeripheralZoneOfLeftHalfProstate': {'716918005': ('Structure ' + 'of ' + 'lateral ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfLateralMiddleRegionalPartOfPeripheralZoneOfRightHalfProstate': {'716917000': ('Structure ' + 'of ' + 'lateral ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfLateralPericardialLymphNode': {'196587000': ('Structure of ' + 'lateral pericardial ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfLateralPlantarArtery': {'44830000': ('Structure of lateral ' + 'plantar artery (body ' + 'structure)', + [])}, + 'StructureOfLateralRetropharyngealLymphNode': {'167464007': ('Structure of ' + 'lateral ' + 'retropharyngeal ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfLateralVesicularLymphNode': {'278672000': ('Structure of lateral ' + 'vesicular lymph node ' + '(body structure)', + [])}, + 'StructureOfLatissimusDorsiMuscle': {'15665001': ('Structure of latissimus ' + 'dorsi muscle (body ' + 'structure)', + [])}, + 'StructureOfLeftAnteriorDivisionOfLeftBranchOfAtrioventricularBundle': {'84654008': ('Structure ' + 'of ' + 'left ' + 'anterior ' + 'division ' + 'of ' + 'left ' + 'branch ' + 'of ' + 'atrioventricular ' + 'bundle ' + '(body ' + 'structure)', + [])}, + 'StructureOfLeftAuricularAppendage': {'33626005': ('Structure of left ' + 'auricular appendage (body ' + 'structure)', + [])}, + 'StructureOfLeftBranchOfHepaticArtery': {'21807003': ('Structure of left ' + 'branch of hepatic ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfLeftCarotidSinus': {'9775002': ('Structure of left carotid sinus ' + '(body structure)', + [])}, + 'StructureOfLeftColicFlexure': {'72592005': ('Structure of left colic flexure ' + '(body structure)', + [])}, + 'StructureOfLeftFemoralArtery': {'113270003': ('Structure of left femoral ' + 'artery (body structure)', + [])}, + 'StructureOfLeftGastricArtery': {'23771002': ('Structure of left gastric ' + 'artery (body structure)', + [])}, + 'StructureOfLeftHepaticVein': {'273202007': ('Structure of left hepatic vein ' + '(body structure)', + [])}, + 'StructureOfLeftLowerQuadrantOfAbdomen': {'68505006': ('Structure of left ' + 'lower quadrant of ' + 'abdomen (body ' + 'structure)', + [])}, + 'StructureOfLeftMainBranchOfPortalVein': {'70253006': ('Structure of left ' + 'main branch of portal ' + 'vein (body structure)', + [])}, + 'StructureOfLeftPosteriorDivisionOfLeftBranchOfAtrioventricularBundle': {'91085002': ('Structure ' + 'of ' + 'left ' + 'posterior ' + 'division ' + 'of ' + 'left ' + 'branch ' + 'of ' + 'atrioventricular ' + 'bundle ' + '(body ' + 'structure)', + [])}, + 'StructureOfLeftPosteriorLateralBranchOfCircumflexBranchOfLeftCoronaryArtery': {'57823005': ('Structure ' + 'of ' + 'left ' + 'posterior ' + 'lateral ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfLeftPulmonaryArtery': {'50408007': ('Structure of left pulmonary ' + 'artery (body structure)', + [])}, + 'StructureOfLeftPulmonaryVein': {'27706005': ('Structure of left pulmonary ' + 'vein (body structure)', + [])}, + 'StructureOfLeftSeminalVesicle': {'42320003': ('Structure of left seminal ' + 'vesicle (body structure)', + [])}, + 'StructureOfLeftSinusOfValsalva': {'36371001': ('Structure of left sinus of ' + 'Valsalva (body structure)', + [])}, + 'StructureOfLeftSubclavianArtery': {'85235006': ('Structure of left ' + 'subclavian artery (body ' + 'structure)', + [])}, + 'StructureOfLeftUpperQuadrantOfAbdomen': {'86367003': ('Structure of left ' + 'upper quadrant of ' + 'abdomen (body ' + 'structure)', + [])}, + 'StructureOfLensOfEye': {'78076003': ('Structure of lens of eye (body ' + 'structure)', + [])}, + 'StructureOfLesserTrochanterOfFemur': {'55499008': ('Structure of lesser ' + 'trochanter of femur ' + '(body structure)', + [])}, + 'StructureOfLevatorCostaeMuscle': {'73930003': ('Structure of levator costae ' + 'muscle (body structure)', + [])}, + 'StructureOfLigament': {'52082005': ('Structure of ligament (body structure)', + [])}, + 'StructureOfLigamentumArteriosum': {'2160002': ('Structure of ligamentum ' + 'arteriosum (body structure)', + [])}, + 'StructureOfLimbusOfFossaOvalis': {'84712000': ('Structure of limbus of fossa ' + 'ovalis (body structure)', + [])}, + 'StructureOfLingualArtery': {'113264009': ('Structure of lingual artery (body ' + 'structure)', + [])}, + 'StructureOfLobarArteryOfKidney': {'274060004': ('Structure of lobar artery ' + 'of kidney (body structure)', + [])}, + 'StructureOfLobeOfLung': {'31094006': ('Structure of lobe of lung (body ' + 'structure)', + [])}, + 'StructureOfLongissimusMuscle': {'88340001': ('Structure of longissimus ' + 'muscle (body structure)', + [])}, + 'StructureOfLowRightAtrium': {'128594000': ('Structure of low right atrium ' + '(body structure)', + [])}, + 'StructureOfLowerInnerQuadrantOfBreast': {'19100000': ('Structure of lower ' + 'inner quadrant of ' + 'breast (body ' + 'structure)', + [])}, + 'StructureOfLowerLobeOfLung': {'90572001': ('Structure of lower lobe of lung ' + '(body structure)', + [])}, + 'StructureOfLowerOuterQuadrantOfBreast': {'33564002': ('Structure of lower ' + 'outer quadrant of ' + 'breast (body ' + 'structure)', + [])}, + 'StructureOfLumbarArtery': {'34635009': ('Structure of lumbar artery (body ' + 'structure)', + [])}, + 'StructureOfLumbarLymphNode': {'8334002': ('Structure of lumbar lymph node ' + '(body structure)', + [])}, + 'StructureOfLumenOfBodySystem': {'113342003': ('Structure of lumen of body ' + 'system (body structure)', + [])}, + 'StructureOfLungAndOrMediastinum': {'310787001': ('Structure of lung and/or ' + 'mediastinum (body ' + 'structure)', + [])}, + 'StructureOfLymphNode': {'59441001': ('Structure of lymph node (body ' + 'structure)', + [])}, + 'StructureOfLymphNodeOfEpiploicForamen': {'68878000': ('Structure of lymph ' + 'node of epiploic ' + 'foramen (body ' + 'structure)', + [])}, + 'StructureOfLymphNodeOfGreaterCurvatureOfStomach': {'76878005': ('Structure ' + 'of lymph ' + 'node of ' + 'greater ' + 'curvature ' + 'of stomach ' + '(body ' + 'structure)', + [])}, + 'StructureOfLymphNodeOfHead': {'13482005': ('Structure of lymph node of head ' + '(body structure)', + [])}, + 'StructureOfLymphNodeOfHeadAndNeck': {'312501005': ('Structure of lymph node ' + 'of head and neck (body ' + 'structure)', + [])}, + 'StructureOfLymphNodeOfLesserCurvatureOfStomach': {'279784003': ('Structure ' + 'of lymph ' + 'node of ' + 'lesser ' + 'curvature ' + 'of stomach ' + '(body ' + 'structure)', + [])}, + 'StructureOfLymphNodeOfMesentery': {'279795009': ('Structure of lymph node of ' + 'mesentery (body structure)', + [])}, + 'StructureOfLymphNodeOfThorax': {'47109002': ('Structure of lymph node of ' + 'thorax (body structure)', + [])}, + 'StructureOfLymphNodeRingOfCardiaOfStomach': {'279866008': ('Structure of ' + 'lymph node ring ' + 'of cardia of ' + 'stomach (body ' + 'structure)', + [])}, + 'StructureOfLymphaticSystem': {'89890002': ('Structure of lymphatic system ' + '(body structure)', + [])}, + 'StructureOfLymphaticVessel': {'83555006': ('Structure of lymphatic vessel ' + '(body structure)', + [])}, + 'StructureOfMaleExternalUrethralSphincter': {'717027004': ('Structure of male ' + 'external urethral ' + 'sphincter (body ' + 'structure)', + [])}, + 'StructureOfMandibularIncisorTooth': {'442274007': ('Structure of mandibular ' + 'incisor tooth (body ' + 'structure)', + [])}, + 'StructureOfMandibularLeftCanineTooth': {'39844006': ('Structure of ' + 'mandibular left canine ' + 'tooth (body structure)', + [])}, + 'StructureOfMandibularLeftCentralIncisorTooth': {'113278005': ('Structure of ' + 'mandibular ' + 'left central ' + 'incisor tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularLeftFirstMolarTooth': {'89625000': ('Structure of ' + 'mandibular left ' + 'first molar tooth ' + '(body structure)', + [])}, + 'StructureOfMandibularLeftFirstPremolarTooth': {'2400006': ('Structure of ' + 'mandibular left ' + 'first premolar ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMandibularLeftLateralIncisorTooth': {'77130001': ('Structure of ' + 'mandibular ' + 'left lateral ' + 'incisor tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularLeftSecondMolarTooth': {'48402004': ('Structure of ' + 'mandibular left ' + 'second molar ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMandibularLeftSecondPremolarTooth': {'24573005': ('Structure of ' + 'mandibular ' + 'left second ' + 'premolar tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularLeftThirdMolarTooth': {'74344005': ('Structure of ' + 'mandibular left ' + 'third molar tooth ' + '(body structure)', + [])}, + 'StructureOfMandibularLymphNode': {'155338003': ('Structure of mandibular ' + 'lymph node (body structure)', + [])}, + 'StructureOfMandibularRightCanineTooth': {'47055002': ('Structure of ' + 'mandibular right ' + 'canine tooth (body ' + 'structure)', + [])}, + 'StructureOfMandibularRightCentralIncisorTooth': {'15422005': ('Structure of ' + 'mandibular ' + 'right central ' + 'incisor tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularRightFirstMolarTooth': {'28480000': ('Structure of ' + 'mandibular right ' + 'first molar tooth ' + '(body structure)', + [])}, + 'StructureOfMandibularRightFirstPremolarTooth': {'80140008': ('Structure of ' + 'mandibular ' + 'right first ' + 'premolar tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularRightLateralIncisorTooth': {'82628004': ('Structure of ' + 'mandibular ' + 'right lateral ' + 'incisor tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularRightSecondMolarTooth': {'40005008': ('Structure of ' + 'mandibular right ' + 'second molar ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMandibularRightSecondPremolarTooth': {'8873007': ('Structure of ' + 'mandibular ' + 'right second ' + 'premolar tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMandibularRightThirdMolarTooth': {'38994002': ('Structure of ' + 'mandibular right ' + 'third molar tooth ' + '(body structure)', + [])}, + 'StructureOfMarginalBranchOfRightCoronaryArtery': {'22765000': ('Structure of ' + 'marginal ' + 'branch of ' + 'right ' + 'coronary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryIncisorTooth': {'442100006': ('Structure of maxillary ' + 'incisor tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryLeftCanineTooth': {'72876007': ('Structure of maxillary ' + 'left canine tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryLeftCentralIncisorTooth': {'31982000': ('Structure of ' + 'maxillary left ' + 'central incisor ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryLeftFirstMolarTooth': {'23427002': ('Structure of ' + 'maxillary left ' + 'first molar tooth ' + '(body structure)', + [])}, + 'StructureOfMaxillaryLeftFirstPremolarTooth': {'61897005': ('Structure of ' + 'maxillary left ' + 'first premolar ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryLeftLateralIncisorTooth': {'25748002': ('Structure of ' + 'maxillary left ' + 'lateral incisor ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryLeftSecondMolarTooth': {'66303006': ('Structure of ' + 'maxillary left ' + 'second molar tooth ' + '(body structure)', + [])}, + 'StructureOfMaxillaryLeftSecondPremolarTooth': {'23226009': ('Structure of ' + 'maxillary left ' + 'second premolar ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryLeftThirdMolarTooth': {'87704003': ('Structure of ' + 'maxillary left ' + 'third molar tooth ' + '(body structure)', + [])}, + 'StructureOfMaxillaryRightCanineTooth': {'80647007': ('Structure of maxillary ' + 'right canine tooth ' + '(body structure)', + [])}, + 'StructureOfMaxillaryRightCentralIncisorTooth': {'22120004': ('Structure of ' + 'maxillary ' + 'right central ' + 'incisor tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMaxillaryRightFirstMolarTooth': {'5140004': ('Structure of ' + 'maxillary right ' + 'first molar tooth ' + '(body structure)', + [])}, + 'StructureOfMaxillaryRightFirstPremolarTooth': {'57826002': ('Structure of ' + 'maxillary right ' + 'first premolar ' + 'tooth (body ' + 'structure)', + [])}, + 'StructureOfMaxillaryRightLateralIncisorTooth': {'11712009': ('Structure of ' + 'maxillary ' + 'right lateral ' + 'incisor tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMaxillaryRightSecondMolarTooth': {'7121006': ('Structure of ' + 'maxillary right ' + 'second molar tooth ' + '(body structure)', + [])}, + 'StructureOfMaxillaryRightSecondPremolarTooth': {'36492000': ('Structure of ' + 'maxillary ' + 'right second ' + 'premolar tooth ' + '(body ' + 'structure)', + [])}, + 'StructureOfMaxillaryRightThirdMolarTooth': {'68085002': ('Structure of ' + 'maxillary right ' + 'third molar tooth ' + '(body structure)', + [])}, + 'StructureOfMedialCommonIliacLymphNode': {'34625003': ('Structure of medial ' + 'common iliac lymph ' + 'node (body structure)', + [])}, + 'StructureOfMedialExternalIliacLymphNode': {'42472007': ('Structure of medial ' + 'external iliac ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfMedialLacunarLymphNode': {'23198005': ('Structure of medial ' + 'lacunar lymph node (body ' + 'structure)', + [])}, + 'StructureOfMedialPlantarArtery': {'74156002': ('Structure of medial plantar ' + 'artery (body structure)', + [])}, + 'StructureOfMedianCubitalVein': {'49852007': ('Structure of median cubital ' + 'vein (body structure)', + [])}, + 'StructureOfMedianRetropharyngealLymphNode': {'167364008': ('Structure of ' + 'median ' + 'retropharyngeal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfMesentericArtery': {'86570000': ('Structure of mesenteric artery ' + '(body structure)', + [])}, + 'StructureOfMesentericArteryLymphNode': {'299993000': ('Structure of ' + 'mesenteric artery ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfMesentericVein': {'128583004': ('Structure of mesenteric vein ' + '(body structure)', + [])}, + 'StructureOfMidPortionOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'91748002': ('Structure ' + 'of ' + 'mid ' + 'portion ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfMidPortionOfCircumflexBranchOfLeftCoronaryArtery': {'91753007': ('Structure ' + 'of ' + 'mid ' + 'portion ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfMidPortionOfRightCoronaryArtery': {'450960006': ('Structure of ' + 'mid portion of ' + 'right coronary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfMidRightAtrium': {'128593006': ('Structure of mid right atrium ' + '(body structure)', + [])}, + 'StructureOfMidcolicLymphNode': {'282031000': ('Structure of midcolic lymph ' + 'node (body structure)', + [])}, + 'StructureOfMiddleCardiacVein': {'73580002': ('Structure of middle cardiac ' + 'vein (body structure)', + [])}, + 'StructureOfMiddleCerebellarPeduncle': {'33723005': ('Structure of middle ' + 'cerebellar peduncle ' + '(body structure)', + [])}, + 'StructureOfMiddleCerebralArtery': {'17232002': ('Structure of middle ' + 'cerebral artery (body ' + 'structure)', + [])}, + 'StructureOfMiddleHepaticVein': {'273099000': ('Structure of middle hepatic ' + 'vein (body structure)', + [])}, + 'StructureOfMiddleLobeOfLung': {'40020002': ('Structure of middle lobe of ' + 'lung (body structure)', + [])}, + 'StructureOfMiddleLobeOfRightLung': {'72481006': ('Structure of middle lobe ' + 'of right lung (body ' + 'structure)', + [])}, + 'StructureOfMiddleRegionalPartOfAnteriorFibromuscularStromaOfLeftHalfProstate': {'716910003': ('Structure ' + 'of ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfMiddleRegionalPartOfAnteriorFibromuscularStromaOfProstate': {'716908000': ('Structure ' + 'of ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfMiddleRegionalPartOfAnteriorFibromuscularStromaOfRightHalfProstate': {'716909008': ('Structure ' + 'of ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'anterior ' + 'fibromuscular ' + 'stroma ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfMiddleRegionalPartOfTransitionZoneOfLeftHalfProstate': {'716912006': ('Structure ' + 'of ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfMiddleRegionalPartOfTransitionZoneOfRightHalfProstate': {'716911004': ('Structure ' + 'of ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfMyocardiumOfAnterolateralRegion': {'73050001': ('Structure of ' + 'myocardium of ' + 'anterolateral ' + 'region (body ' + 'structure)', + [])}, + 'StructureOfMyocardiumOfApexOfHeart': {'47962008': ('Structure of myocardium ' + 'of apex of heart (body ' + 'structure)', + [])}, + 'StructureOfMyocardiumOfDiaphragmaticRegion': {'72542009': ('Structure of ' + 'myocardium of ' + 'diaphragmatic ' + 'region (body ' + 'structure)', + [])}, + 'StructureOfMyocardiumOfInferolateralRegion': {'16239001': ('Structure of ' + 'myocardium of ' + 'inferolateral ' + 'region (body ' + 'structure)', + [])}, + 'StructureOfMyocardiumOfLeftVentricle': {'49848007': ('Structure of ' + 'myocardium of left ' + 'ventricle (body ' + 'structure)', + [])}, + 'StructureOfMyocardiumOfPosterolateralRegion': {'33272004': ('Structure of ' + 'myocardium of ' + 'posterolateral ' + 'region (body ' + 'structure)', + [])}, + 'StructureOfNasolabialLymphNode': {'144026003': ('Structure of nasolabial ' + 'lymph node (body structure)', + [])}, + 'StructureOfNasopharyngealCavity': {'18962004': ('Structure of nasopharyngeal ' + 'cavity (body structure)', + [])}, + 'StructureOfNeckOfRib': {'72184008': ('Structure of neck of rib (body ' + 'structure)', + [])}, + 'StructureOfObturatorLymphNode': {'36086000': ('Structure of obturator lymph ' + 'node (body structure)', + [])}, + 'StructureOfOccipitalArtery': {'31145008': ('Structure of occipital artery ' + '(body structure)', + [])}, + 'StructureOfOccipitalLymphNode': {'3916005': ('Structure of occipital lymph ' + 'node (body structure)', + [])}, + 'StructureOfOccipitalRegionOfScalp': {'700032006': ('Structure of occipital ' + 'region of scalp (body ' + 'structure)', + [])}, + 'StructureOfOccipitalVein': {'32114007': ('Structure of occipital vein (body ' + 'structure)', + [])}, + 'StructureOfOphthalmicArtery': {'53549008': ('Structure of ophthalmic artery ' + '(body structure)', + [])}, + 'StructureOfOphthalmicSegmentOfInternalCarotidArtery': {'698348000': ('Structure ' + 'of ' + 'ophthalmic ' + 'segment ' + 'of ' + 'internal ' + 'carotid ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfOpticRadiation': {'70105001': ('Structure of optic radiation ' + '(body structure)', + [])}, + 'StructureOfOrbitProper': {'363654007': ('Structure of orbit proper (body ' + 'structure)', + [])}, + 'StructureOfOstiumOfLeftCoronaryArtery': {'76862008': ('Structure of ostium ' + 'of left coronary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfOstiumOfRightCoronaryArtery': {'56789007': ('Structure of ostium ' + 'of right coronary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfOutflowTractOfLeftVentricle': {'13418002': ('Structure of outflow ' + 'tract of left ' + 'ventricle (body ' + 'structure)', + [])}, + 'StructureOfOutflowTractOfRightVentricle': {'44627009': ('Structure of ' + 'outflow tract of ' + 'right ventricle ' + '(body structure)', + [])}, + 'StructureOfOvarianArtery': {'12052000': ('Structure of ovarian artery (body ' + 'structure)', + [])}, + 'StructureOfOvarianVein': {'976004': ('Structure of ovarian vein (body ' + 'structure)', + [])}, + 'StructureOfPancreaticLymphNode': {'77778009': ('Structure of pancreatic ' + 'lymph node (body structure)', + [])}, + 'StructureOfPancreaticoduodenalLymphNode': {'76659008': ('Structure of ' + 'pancreaticoduodenal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfPancreaticosplenicLymphNode': {'16050005': ('Structure of ' + 'pancreaticosplenic ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfParamammaryLymphNode': {'368550005': ('Structure of paramammary ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfParametrialLymphNode': {'3243006': ('Structure of parametrial ' + 'lymph node (body structure)', + [])}, + 'StructureOfPararectalLymphNode': {'21875007': ('Structure of pararectal ' + 'lymph node (body structure)', + [])}, + 'StructureOfParasternalLymphNode': {'82365008': ('Structure of parasternal ' + 'lymph node (body structure)', + [])}, + 'StructureOfParasternalRegion': {'91691001': ('Structure of parasternal ' + 'region (body structure)', + [])}, + 'StructureOfParatrachealLymphNode': {'65690001': ('Structure of paratracheal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfParavaginalLymphNode': {'16228004': ('Structure of paravaginal ' + 'lymph node (body structure)', + [])}, + 'StructureOfParavesicularLymphNode': {'1439000': ('Structure of paravesicular ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfParotidLymphNode': {'10209003': ('Structure of parotid lymph node ' + '(body structure)', + [])}, + 'StructureOfPectoralAxillaryLymphNode': {'69691007': ('Structure of pectoral ' + 'axillary lymph node ' + '(body structure)', + [])}, + 'StructureOfPedicleOfVertebra': {'78972004': ('Structure of pedicle of ' + 'vertebra (body structure)', + [])}, + 'StructureOfPenileArtery': {'282044005': ('Structure of penile artery (body ' + 'structure)', + [])}, + 'StructureOfPerforatingArteryOfKidney': {'15763003': ('Structure of ' + 'perforating artery of ' + 'kidney (body ' + 'structure)', + [])}, + 'StructureOfPericardiophrenicArtery': {'3924000': ('Structure of ' + 'pericardiophrenic artery ' + '(body structure)', + [])}, + 'StructureOfPeronealArtery': {'8821006': ('Structure of peroneal artery (body ' + 'structure)', + [])}, + 'StructureOfPeronealVein': {'71758008': ('Structure of peroneal vein (body ' + 'structure)', + [])}, + 'StructureOfPiriformRecess': {'6217003': ('Structure of piriform recess (body ' + 'structure)', + [])}, + 'StructureOfPituitaryFossa': {'42575006': ('Structure of pituitary fossa ' + '(body structure)', + [])}, + 'StructureOfPoplitealArtery': {'43899006': ('Structure of popliteal artery ' + '(body structure)', + [])}, + 'StructureOfPoplitealVein': {'56849005': ('Structure of popliteal vein (body ' + 'structure)', + [])}, + 'StructureOfPostductalRegionOfAorticArch': {'60835009': ('Structure of ' + 'postductal region ' + 'of aortic arch ' + '(body structure)', + [])}, + 'StructureOfPosteriorApicalPartOfTransitionZoneOfLeftHalfProstate': {'716933002': ('Structure ' + 'of ' + 'posterior ' + 'apical ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorApicalPartOfTransitionZoneOfRightHalfProstate': {'716932007': ('Structure ' + 'of ' + 'posterior ' + 'apical ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorBasalPartOfTransitionZoneOfLeftHalfProstate': {'716899002': ('Structure ' + 'of ' + 'posterior ' + 'basal ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorBasalPartOfTransitionZoneOfRightHalfProstate': {'716898005': ('Structure ' + 'of ' + 'posterior ' + 'basal ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorCerebralArtery': {'70382005': ('Structure of posterior ' + 'cerebral artery (body ' + 'structure)', + [])}, + 'StructureOfPosteriorCommunicatingArtery': {'43119007': ('Structure of ' + 'posterior ' + 'communicating ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfPosteriorDescendingBranchOfRightCoronaryArtery': {'53655008': ('Structure ' + 'of ' + 'posterior ' + 'descending ' + 'branch ' + 'of ' + 'right ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorDescendingCoronaryArtery': {'443113009': ('Structure of ' + 'posterior ' + 'descending ' + 'coronary ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfPosteriorHornOfLateralVentricle': {'52943005': ('Structure of ' + 'posterior horn ' + 'of lateral ' + 'ventricle (body ' + 'structure)', + [])}, + 'StructureOfPosteriorMediastinalLymphNode': {'25447008': ('Structure of ' + 'posterior ' + 'mediastinal lymph ' + 'node (body ' + 'structure)', + [])}, + 'StructureOfPosteriorMiddleRegionalPartOfTransitionZoneOfLeftHalfProstate': {'716916009': ('Structure ' + 'of ' + 'posterior ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorMiddleRegionalPartOfTransitionZoneOfRightHalfProstate': {'716915008': ('Structure ' + 'of ' + 'posterior ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'transition ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorSegmentOfRightUpperLobeOfLung': {'3236000': ('Structure ' + 'of ' + 'posterior ' + 'segment of ' + 'right ' + 'upper lobe ' + 'of lung ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteriorSinusOfValsalva': {'24865005': ('Structure of posterior ' + 'sinus of Valsalva (body ' + 'structure)', + [])}, + 'StructureOfPosteriorTibialArtery': {'13363002': ('Structure of posterior ' + 'tibial artery (body ' + 'structure)', + [])}, + 'StructureOfPosteriorTibialLymphNode': {'303623000': ('Structure of posterior ' + 'tibial lymph node ' + '(body structure)', + [])}, + 'StructureOfPosteriorTibialVein': {'4258007': ('Structure of posterior tibial ' + 'vein (body structure)', + [])}, + 'StructureOfPosteriorVeinOfLeftVentricle': {'195416006': ('Structure of ' + 'posterior vein of ' + 'left ventricle ' + '(body structure)', + [])}, + 'StructureOfPosterolateralApicalPartOfPeripheralZoneOfLeftHalfProstate': {'716939003': ('Structure ' + 'of ' + 'posterolateral ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosterolateralApicalPartOfPeripheralZoneOfRightHalfProstate': {'716938006': ('Structure ' + 'of ' + 'posterolateral ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosterolateralBasalPartOfPeripheralZoneOfLeftHalfProstate': {'716907005': ('Structure ' + 'of ' + 'posterolateral ' + 'basal ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosterolateralBasalPartOfPeripheralZoneOfRightHalfProstate': {'716906001': ('Structure ' + 'of ' + 'posterolateral ' + 'basal ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosterolateralMiddleRegionalPartOfPeripheralZoneOfLeftHalfProstate': {'716922000': ('Structure ' + 'of ' + 'posterolateral ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosterolateralMiddleRegionalPartOfPeripheralZoneOfRightHalfProstate': {'716921007': ('Structure ' + 'of ' + 'posterolateral ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteromedialApicalPartOfPeripheralZoneOfLeftHalfProstate': {'716941002': ('Structure ' + 'of ' + 'posteromedial ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteromedialApicalPartOfPeripheralZoneOfRightHalfProstate': {'716940001': ('Structure ' + 'of ' + 'posteromedial ' + 'apical ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteromedialMiddleRegionalPartOfPeripheralZoneOfLeftHalfProstate': {'716924004': ('Structure ' + 'of ' + 'posteromedial ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'left ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPosteromedialMiddleRegionalPartOfPeripheralZoneOfRightHalfProstate': {'716923005': ('Structure ' + 'of ' + 'posteromedial ' + 'middle ' + 'regional ' + 'part ' + 'of ' + 'peripheral ' + 'zone ' + 'of ' + 'right ' + 'half ' + 'prostate ' + '(body ' + 'structure)', + [])}, + 'StructureOfPostvesicularLymphNode': {'278571002': ('Structure of ' + 'postvesicular lymph node ' + '(body structure)', + [])}, + 'StructureOfPrececalLymphNode': {'281765006': ('Structure of prececal lymph ' + 'node (body structure)', + [])}, + 'StructureOfPreductalRegionOfAorticArch': {'75397005': ('Structure of ' + 'preductal region of ' + 'aortic arch (body ' + 'structure)', + [])}, + 'StructureOfPrelaryngealLymphNode': {'74203007': ('Structure of prelaryngeal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfPrepericardialLymphNode': {'196516004': ('Structure of ' + 'prepericardial lymph ' + 'node (body structure)', + [])}, + 'StructureOfPresymphysialLymphNode': {'6413002': ('Structure of presymphysial ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfPretrachealLymphNode': {'168460001': ('Structure of pretracheal ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfPrevertebralLymphNode': {'196446004': ('Structure of prevertebral ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfPrevesicularLymphNode': {'11740004': ('Structure of prevesicular ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfPrimitivePulmonaryArtery': {'91707000': ('Structure of primitive ' + 'pulmonary artery (body ' + 'structure)', + [])}, + 'StructureOfProfundaFemorisArtery': {'31677005': ('Structure of profunda ' + 'femoris artery (body ' + 'structure)', + [])}, + 'StructureOfProfundaFemorisVein': {'23438002': ('Structure of profunda ' + 'femoris vein (body ' + 'structure)', + [])}, + 'StructureOfPromontoryCommonIliacLymphNode': {'279189002': ('Structure of ' + 'promontory ' + 'common iliac ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfProximalPortionOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'68787002': ('Structure ' + 'of ' + 'proximal ' + 'portion ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfProximalPortionOfCircumflexBranchOfLeftCoronaryArtery': {'52433000': ('Structure ' + 'of ' + 'proximal ' + 'portion ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfProximalPortionOfRightCoronaryArtery': {'91083009': ('Structure ' + 'of proximal ' + 'portion of ' + 'right ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfPulmonaryVeinGreatVessel': {'430757002': ('Structure of pulmonary ' + 'vein great vessel ' + '(body structure)', + [])}, + 'StructureOfPurkinjeFibers': {'13050003': ('Structure of purkinje fibers ' + '(body structure)', + [])}, + 'StructureOfPutamen': {'89278009': ('Structure of putamen (body structure)', + [])}, + 'StructureOfPyloricLymphNode': {'24889003': ('Structure of pyloric lymph node ' + '(body structure)', + [])}, + 'StructureOfRadialArtery': {'45631007': ('Structure of radial artery (body ' + 'structure)', + [])}, + 'StructureOfRadialVein': {'52359001': ('Structure of radial vein (body ' + 'structure)', + [])}, + 'StructureOfRectouterinePouch': {'53843000': ('Structure of rectouterine ' + 'pouch (body structure)', + [])}, + 'StructureOfRenalArtery': {'2841007': ('Structure of renal artery (body ' + 'structure)', + [])}, + 'StructureOfRenalHilarLymphNode': {'249708006': ('Structure of renal hilar ' + 'lymph node (body structure)', + [])}, + 'StructureOfRenalVein': {'56400007': ('Structure of renal vein (body ' + 'structure)', + [])}, + 'StructureOfRetrocecalLymphNode': {'281847004': ('Structure of retrocecal ' + 'lymph node (body structure)', + [])}, + 'StructureOfRetromolarAreaOfMouth': {'85816001': ('Structure of retromolar ' + 'area of mouth (body ' + 'structure)', + [])}, + 'StructureOfRetroperitonealLymphNode': {'91394001': ('Structure of ' + 'retroperitoneal lymph ' + 'node (body structure)', + [])}, + 'StructureOfRetropharyngealLymphNode': {'25683005': ('Structure of ' + 'retropharyngeal lymph ' + 'node (body structure)', + [])}, + 'StructureOfRetropyloricLymphNode': {'280402004': ('Structure of retropyloric ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfRightAuricularAppendage': {'68300000': ('Structure of right ' + 'auricular appendage ' + '(body structure)', + [])}, + 'StructureOfRightBranchOfAtrioventricularBundle': {'57383004': ('Structure of ' + 'right branch ' + 'of ' + 'atrioventricular ' + 'bundle (body ' + 'structure)', + [])}, + 'StructureOfRightBranchOfHepaticArtery': {'69421009': ('Structure of right ' + 'branch of hepatic ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfRightColicFlexure': {'48338005': ('Structure of right colic ' + 'flexure (body structure)', + [])}, + 'StructureOfRightFemoralArtery': {'69833005': ('Structure of right femoral ' + 'artery (body structure)', + [])}, + 'StructureOfRightHepaticVein': {'272998002': ('Structure of right hepatic ' + 'vein (body structure)', + [])}, + 'StructureOfRightLowerQuadrantOfAbdomen': {'48544008': ('Structure of right ' + 'lower quadrant of ' + 'abdomen (body ' + 'structure)', + [])}, + 'StructureOfRightMainBranchOfPortalVein': {'73931004': ('Structure of right ' + 'main branch of ' + 'portal vein (body ' + 'structure)', + [])}, + 'StructureOfRightMiddlePulmonaryVein': {'443714006': ('Structure of right ' + 'middle pulmonary vein ' + '(body structure)', + [])}, + 'StructureOfRightPulmonaryArtery': {'78480002': ('Structure of right ' + 'pulmonary artery (body ' + 'structure)', + [])}, + 'StructureOfRightPulmonaryVein': {'91539005': ('Structure of right pulmonary ' + 'vein (body structure)', + [])}, + 'StructureOfRightSeminalVesicle': {'74308000': ('Structure of right seminal ' + 'vesicle (body structure)', + [])}, + 'StructureOfRightSinusOfValsalva': {'89093001': ('Structure of right sinus of ' + 'Valsalva (body structure)', + [])}, + 'StructureOfRightSubclavianArtery': {'29700009': ('Structure of right ' + 'subclavian artery (body ' + 'structure)', + [])}, + 'StructureOfRightUpperQuadrantOfAbdomen': {'50519007': ('Structure of right ' + 'upper quadrant of ' + 'abdomen (body ' + 'structure)', + [])}, + 'StructureOfRootOfTongue': {'47975008': ('Structure of root of tongue (body ' + 'structure)', + [])}, + 'StructureOfSacralLymphNode': {'79926007': ('Structure of sacral lymph node ' + '(body structure)', + [])}, + 'StructureOfSaphenofemoralJunction': {'128587003': ('Structure of ' + 'saphenofemoral junction ' + '(body structure)', + [])}, + 'StructureOfScaleneLymphNode': {'81132008': ('Structure of scalene lymph node ' + '(body structure)', + [])}, + 'StructureOfScalenusAnteriorMuscle': {'50755001': ('Structure of scalenus ' + 'anterior muscle (body ' + 'structure)', + [])}, + 'StructureOfSecondDiagonalBranchOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'91751009': ('Structure ' + 'of ' + 'second ' + 'diagonal ' + 'branch ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfSecondLeftPosterolateralBranchOfCircumflexBranchOfLeftCoronaryArtery': {'91758003': ('Structure ' + 'of ' + 'second ' + 'left ' + 'posterolateral ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfSecondLumbarArtery': {'397408004': ('Structure of second lumbar ' + 'artery (body structure)', + [])}, + 'StructureOfSecondObtuseMarginalBranchOfCircumflexBranchOfLeftCoronaryArtery': {'91755000': ('Structure ' + 'of ' + 'second ' + 'obtuse ' + 'marginal ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfSecondRightPosterolateralBranchOfThePosteriorDescendingBranchOfRightCoronaryArtery': {'91762009': ('Structure ' + 'of ' + 'second ' + 'right ' + 'posterolateral ' + 'branch ' + 'of ' + 'the ' + 'posterior ' + 'descending ' + 'branch ' + 'of ' + 'right ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfSegmentalBranchOfRenalArtery': {'120234003': ('Structure of ' + 'segmental branch ' + 'of renal artery ' + '(body structure)', + [])}, + 'StructureOfSerratusAnteriorMuscle': {'18346003': ('Structure of serratus ' + 'anterior muscle (body ' + 'structure)', + [])}, + 'StructureOfSesamoidBoneOfFoot': {'58742003': ('Structure of sesamoid bone of ' + 'foot (body structure)', + [])}, + 'StructureOfShaftOfRib': {'41601005': ('Structure of shaft of rib (body ' + 'structure)', + [])}, + 'StructureOfSigmoidLymphNode': {'30024008': ('Structure of sigmoid lymph node ' + '(body structure)', + [])}, + 'StructureOfSinoatrialNode': {'88210001': ('Structure of sinoatrial node ' + '(body structure)', + [])}, + 'StructureOfSinusOfValsalva': {'81128002': ('Structure of sinus of Valsalva ' + '(body structure)', + [])}, + 'StructureOfSixthLumbarArtery': {'397412005': ('Structure of sixth lumbar ' + 'artery (body structure)', + [])}, + 'StructureOfSmallCardiacVein': {'49082002': ('Structure of small cardiac vein ' + '(body structure)', + [])}, + 'StructureOfSmallSaphenousVein': {'26805005': ('Structure of small saphenous ' + 'vein (body structure)', + [])}, + 'StructureOfSmallestCardiacVein': {'195073003': ('Structure of smallest ' + 'cardiac vein (body ' + 'structure)', + [])}, + 'StructureOfSpinalisMuscle': {'4317002': ('Structure of spinalis muscle (body ' + 'structure)', + [])}, + 'StructureOfSpinousProcessOfVertebra': {'55678000': ('Structure of spinous ' + 'process of vertebra ' + '(body structure)', + [])}, + 'StructureOfSplenicArtery': {'22083002': ('Structure of splenic artery (body ' + 'structure)', + [])}, + 'StructureOfSplenicLymphNode': {'280824006': ('Structure of splenic lymph ' + 'node (body structure)', + [])}, + 'StructureOfSplenicVein': {'35819009': ('Structure of splenic vein (body ' + 'structure)', + [])}, + 'StructureOfSpleniumOfCorpusCallosum': {'23347006': ('Structure of splenium ' + 'of corpus callosum ' + '(body structure)', + [])}, + 'StructureOfSternalAngle': {'44612009': ('Structure of sternal angle (body ' + 'structure)', + [])}, + 'StructureOfSternocleidomastoidMuscle': {'22823000': ('Structure of ' + 'sternocleidomastoid ' + 'muscle (body ' + 'structure)', + [])}, + 'StructureOfSubarachnoidSpaceOfBrain': {'33930006': ('Structure of ' + 'subarachnoid space of ' + 'brain (body structure)', + [])}, + 'StructureOfSubcarinalLymphNode': {'28330007': ('Structure of subcarinal ' + 'lymph node (body structure)', + [])}, + 'StructureOfSubclavianArtery': {'36765005': ('Structure of subclavian artery ' + '(body structure)', + [])}, + 'StructureOfSubclavianLymphNode': {'421861001': ('Structure of subclavian ' + 'lymph node (body structure)', + [])}, + 'StructureOfSubclavianVein': {'9454009': ('Structure of subclavian vein (body ' + 'structure)', + [])}, + 'StructureOfSubcostalMuscle': {'64658001': ('Structure of subcostal muscle ' + '(body structure)', + [])}, + 'StructureOfSubmandibularLymphNode': {'59503006': ('Structure of ' + 'submandibular lymph node ' + '(body structure)', + [])}, + 'StructureOfSubmaxillaryLymphNode': {'144127009': ('Structure of submaxillary ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfSubmentalLymphNode': {'46055009': ('Structure of submental lymph ' + 'node (body structure)', + [])}, + 'StructureOfSubpyloricLymphNode': {'280314006': ('Structure of subpyloric ' + 'lymph node (body structure)', + [])}, + 'StructureOfSubscapularAxillaryLymphNode': {'12196003': ('Structure of ' + 'subscapular ' + 'axillary lymph node ' + '(body structure)', + [])}, + 'StructureOfSuperficialAnteriorCervicalLymphNode': {'168557005': ('Structure ' + 'of ' + 'superficial ' + 'anterior ' + 'cervical ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfSuperficialInguinalLymphNode': {'113340006': ('Structure of ' + 'superficial ' + 'inguinal lymph ' + 'node (body ' + 'structure)', + [])}, + 'StructureOfSuperficialLateralCervicalLymphNode': {'167965000': ('Structure ' + 'of ' + 'superficial ' + 'lateral ' + 'cervical ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfSuperficialLymphNode': {'90606007': ('Structure of superficial ' + 'lymph node (body structure)', + [])}, + 'StructureOfSuperficialPalmarVenousArch': {'368479001': ('Structure of ' + 'superficial palmar ' + 'venous arch (body ' + 'structure)', + [])}, + 'StructureOfSuperficialPoplitealLymphNode': {'12728001': ('Structure of ' + 'superficial ' + 'popliteal lymph ' + 'node (body ' + 'structure)', + [])}, + 'StructureOfSuperficialTemporalArtery': {'15672000': ('Structure of ' + 'superficial temporal ' + 'artery (body ' + 'structure)', + [])}, + 'StructureOfSuperiorArticularProcessOfVertebra': {'317665004': ('Structure of ' + 'superior ' + 'articular ' + 'process of ' + 'vertebra ' + '(body ' + 'structure)', + [])}, + 'StructureOfSuperiorCerebellarPeduncle': {'11089000': ('Structure of superior ' + 'cerebellar peduncle ' + '(body structure)', + [])}, + 'StructureOfSuperiorFrontoOccipitalFasciculus': {'13958008': ('Structure of ' + 'superior ' + 'fronto-occipital ' + 'fasciculus ' + '(body ' + 'structure)', + [])}, + 'StructureOfSuperiorGlutealLymphNode': {'76290003': ('Structure of superior ' + 'gluteal lymph node ' + '(body structure)', + [])}, + 'StructureOfSuperiorLeftPulmonaryVein': {'43863001': ('Structure of superior ' + 'left pulmonary vein ' + '(body structure)', + [])}, + 'StructureOfSuperiorLongitudinalFasciculus': {'89202009': ('Structure of ' + 'superior ' + 'longitudinal ' + 'fasciculus (body ' + 'structure)', + [])}, + 'StructureOfSuperiorMesentericLymphNode': {'49394004': ('Structure of ' + 'superior mesenteric ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfSuperiorMesentericVein': {'90771006': ('Structure of superior ' + 'mesenteric vein (body ' + 'structure)', + [])}, + 'StructureOfSuperiorPancreaticLymphNode': {'280999005': ('Structure of ' + 'superior pancreatic ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfSuperiorPancreaticoduodenalLymphNode': {'281320004': ('Structure ' + 'of ' + 'superior ' + 'pancreaticoduodenal ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfSuperiorPhrenicArtery': {'38991005': ('Structure of superior ' + 'phrenic artery (body ' + 'structure)', + [])}, + 'StructureOfSuperiorRectalLymphNode': {'68881005': ('Structure of superior ' + 'rectal lymph node (body ' + 'structure)', + [])}, + 'StructureOfSuperiorRightPulmonaryVein': {'8629005': ('Structure of superior ' + 'right pulmonary vein ' + '(body structure)', + [])}, + 'StructureOfSuperiorThyroidArtery': {'72021004': ('Structure of superior ' + 'thyroid artery (body ' + 'structure)', + [])}, + 'StructureOfSuperiorTracheobronchialLymphNode': {'67941004': ('Structure of ' + 'superior ' + 'tracheobronchial ' + 'lymph node ' + '(body ' + 'structure)', + [])}, + 'StructureOfSupraclavicularLymphNode': {'76838003': ('Structure of ' + 'supraclavicular lymph ' + 'node (body structure)', + [])}, + 'StructureOfSupraclavicularRegionOfNeck': {'77621008': ('Structure of ' + 'supraclavicular ' + 'region of neck (body ' + 'structure)', + [])}, + 'StructureOfSuprapyloricLymphNode': {'280216006': ('Structure of suprapyloric ' + 'lymph node (body ' + 'structure)', + [])}, + 'StructureOfSuprarenalAorta': {'1918003': ('Structure of suprarenal aorta ' + '(body structure)', + [])}, + 'StructureOfSurfaceOfBone': {'425647002': ('Structure of surface of bone ' + '(body structure)', + [])}, + 'StructureOfTapetumOfCorpusCallosum': {'60105000': ('Structure of tapetum of ' + 'corpus callosum (body ' + 'structure)', + [])}, + 'StructureOfTeethGumsAndSupportingStructures': {'28035005': ('Structure of ' + 'teeth, gums, ' + 'and supporting ' + 'structures ' + '(body ' + 'structure)', + [])}, + 'StructureOfTelencephalon': {'11628009': ('Structure of telencephalon (body ' + 'structure)', + [])}, + 'StructureOfTendonOfTodaro': {'128595004': ('Structure of tendon of Todaro ' + '(body structure)', + [])}, + 'StructureOfTeresMajorMuscle': {'1193009': ('Structure of teres major muscle ' + '(body structure)', + [])}, + 'StructureOfTeresMinorMuscle': {'51159009': ('Structure of teres minor muscle ' + '(body structure)', + [])}, + 'StructureOfTerminalPortionOfInternalCarotidArtery': {'415646005': ('Structure ' + 'of ' + 'terminal ' + 'portion ' + 'of ' + 'internal ' + 'carotid ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfTesticularArtery': {'27175001': ('Structure of testicular artery ' + '(body structure)', + [])}, + 'StructureOfTesticularVein': {'31688004': ('Structure of testicular vein ' + '(body structure)', + [])}, + 'StructureOfThighPerforator': {'714759009': ('Structure of thigh perforator ' + '(body structure)', + [])}, + 'StructureOfThirdDiagonalBranchOfAnteriorDescendingBranchOfLeftCoronaryArtery': {'91752002': ('Structure ' + 'of ' + 'third ' + 'diagonal ' + 'branch ' + 'of ' + 'anterior ' + 'descending ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfThirdLeftPosterolateralBranchOfCircumflexBranchOfLeftCoronaryArtery': {'91759006': ('Structure ' + 'of ' + 'third ' + 'left ' + 'posterolateral ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfThirdLumbarArtery': {'397409007': ('Structure of third lumbar ' + 'artery (body structure)', + [])}, + 'StructureOfThirdObtuseMarginalBranchOfCircumflexBranchOfLeftCoronaryArtery': {'91756004': ('Structure ' + 'of ' + 'third ' + 'obtuse ' + 'marginal ' + 'branch ' + 'of ' + 'circumflex ' + 'branch ' + 'of ' + 'left ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfThirdRightPosterolateralBranchOfThePosteriorDescendingBranchOfRightCoronaryArtery': {'91763004': ('Structure ' + 'of ' + 'third ' + 'right ' + 'posterolateral ' + 'branch ' + 'of ' + 'the ' + 'posterior ' + 'descending ' + 'branch ' + 'of ' + 'right ' + 'coronary ' + 'artery ' + '(body ' + 'structure)', + [])}, + 'StructureOfThoracicInlet': {'42973007': ('Structure of thoracic inlet (body ' + 'structure)', + [])}, + 'StructureOfThyrocervicalTrunk': {'6538005': ('Structure of thyrocervical ' + 'trunk (body structure)', + [])}, + 'StructureOfTibialLymphNode': {'80769008': ('Structure of tibial lymph node ' + '(body structure)', + [])}, + 'StructureOfTransverseAorticArch': {'443281009': ('Structure of transverse ' + 'aortic arch (body ' + 'structure)', + [])}, + 'StructureOfTransverseProcessOfVertebra': {'73400003': ('Structure of ' + 'transverse process ' + 'of vertebra (body ' + 'structure)', + [])}, + 'StructureOfTransverseThoracisMuscle': {'88454005': ('Structure of transverse ' + 'thoracis muscle (body ' + 'structure)', + [])}, + 'StructureOfTrapeziusMuscle': {'31764008': ('Structure of trapezius muscle ' + '(body structure)', + [])}, + 'StructureOfTrunkOfPulmonaryArtery': {'45341000': ('Structure of trunk of ' + 'pulmonary artery (body ' + 'structure)', + [])}, + 'StructureOfTubalTonsil': {'21058000': ('Structure of tubal tonsil (body ' + 'structure)', + [])}, + 'StructureOfUlnarArtery': {'44984001': ('Structure of ulnar artery (body ' + 'structure)', + [])}, + 'StructureOfUlnarVein': {'17623008': ('Structure of ulnar vein (body ' + 'structure)', + [])}, + 'StructureOfUmbilicalArtery': {'50536004': ('Structure of umbilical artery ' + '(body structure)', + [])}, + 'StructureOfUmbilicalPortionOfPortalVein': {'284639000': ('Structure of ' + 'umbilical portion ' + 'of portal vein ' + '(body structure)', + [])}, + 'StructureOfUmbilicalVein': {'367567000': ('Structure of umbilical vein (body ' + 'structure)', + [])}, + 'StructureOfUncinateFasciculus': {'26230003': ('Structure of uncinate ' + 'fasciculus (body structure)', + [])}, + 'StructureOfUpperInnerQuadrantOfBreast': {'77831004': ('Structure of upper ' + 'inner quadrant of ' + 'breast (body ' + 'structure)', + [])}, + 'StructureOfUpperLobeOfLeftLung': {'44714003': ('Structure of upper lobe of ' + 'left lung (body structure)', + [])}, + 'StructureOfUpperLobeOfLung': {'45653009': ('Structure of upper lobe of lung ' + '(body structure)', + [])}, + 'StructureOfUpperOuterQuadrantOfBreast': {'76365002': ('Structure of upper ' + 'outer quadrant of ' + 'breast (body ' + 'structure)', + [])}, + 'StructureOfUpperUrinaryTractProper': {'431491007': ('Structure of upper ' + 'urinary tract proper ' + '(body structure)', + [])}, + 'StructureOfUrinaryBladderCavity': {'48367006': ('Structure of urinary ' + 'bladder cavity (body ' + 'structure)', + [])}, + 'StructureOfUrinaryTractProper': {'431938005': ('Structure of urinary tract ' + 'proper (body structure)', + [])}, + 'StructureOfUterineArtery': {'91079009': ('Structure of uterine artery (body ' + 'structure)', + [])}, + 'StructureOfUterineParacervicalLymphNode': {'5394000': ('Structure of uterine ' + 'paracervical lymph ' + 'node (body ' + 'structure)', + [])}, + 'StructureOfUterineVein': {'60028002': ('Structure of uterine vein (body ' + 'structure)', + [])}, + 'StructureOfVeinOfLowerExtremity': {'122774002': ('Structure of vein of lower ' + 'extremity (body structure)', + [])}, + 'StructureOfVeinOfUpperExtremity': {'122775001': ('Structure of vein of upper ' + 'extremity (body structure)', + [])}, + 'StructureOfVenousNetwork': {'34340008': ('Structure of venous network (body ' + 'structure)', + [])}, + 'StructureOfVentricularVein': {'195328002': ('Structure of ventricular vein ' + '(body structure)', + [])}, + 'StructureOfVertebralArtery': {'85234005': ('Structure of vertebral artery ' + '(body structure)', + [])}, + 'StructureOfVertebralColumn': {'421060004': ('Structure of vertebral column ' + '(body structure)', + [])}, + 'StructureOfVerticalOccipitalFasciculus': {'80434005': ('Structure of ' + 'vertical occipital ' + 'fasciculus (body ' + 'structure)', + [])}, + 'StructureOfVisceralPericardium': {'6871001': ('Structure of visceral ' + 'pericardium (body structure)', + [])}, + 'StructureOfVitellineArteryOfPlacenta': {'256779006': ('Structure of ' + 'vitelline artery of ' + 'placenta (body ' + 'structure)', + [])}, + 'StructureOfVitellineVeinOfPlacenta': {'256875007': ('Structure of vitelline ' + 'vein of placenta (body ' + 'structure)', + [])}, + 'StructureOfXiphoidProcessOfSternum': {'20298003': ('Structure of xiphoid ' + 'process of sternum (body ' + 'structure)', + [])}, + 'StructureSinusOfValsalva': {'81128002': ('Structure Sinus of Valsalva', + [12291])}, + 'Stryker': {'422954003': ('Stryker', [4012])}, + 'StrykerProjection': {'422954003': ('Stryker projection (qualifier value)', + [])}, + 'StumpyTailCattleDogBreed': {'132636008': ('Stumpy Tail Cattle Dog breed', + [7480])}, + 'StyrianMountainDogBreed': {'132452003': ('Styrian Mountain dog breed', + [7480])}, + 'Subacute': {'19939008': ('Subacute', [6130])}, + 'SubacuteBacterialEndocarditis': {'73774007': ('Subacute bacterial ' + 'endocarditis', + [3700])}, + 'SubaorticCommonIliacLymphNode': {'60227002': ('subaortic common iliac lymph ' + 'node', + [7600])}, + 'SubarachnoidSpace': {'35951006': ('Subarachnoid space', + [7153, 9514, 7192, 7151])}, + 'SubarachnoidSpaceStructure': {'35951006': ('Subarachnoid space structure ' + '(body structure)', + [])}, + 'SubareolarPositionOnMammogram': {'129784002': ('Subareolar position on ' + 'mammogram (finding)', + [])}, + 'SubareolarRegion': {'129784002': ('Subareolar region', [6019, 6018])}, + 'Subcapsular': {'61397002': ('Subcapsular', [2])}, + 'SubcarinalLymphNode': {'28330007': ('subcarinal lymph node', [7600])}, + 'SubclavianArtery': {'36765005': ('Subclavian Artery', + [3604, + 6109, + 12104, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 12107, + 3827, + 4, + 3630])}, + 'SubclavianLymphNode': {'421861001': ('subclavian lymph node', [7600])}, + 'SubclavianVein': {'9454009': ('Subclavian vein', + [6109, + 12108, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'Subcostal': {'19695001': ('Subcostal', [9514, 7192, 7151, 4])}, + 'SubcostalLongAxis': {'399310008': ('Subcostal long axis', [12226, 501])}, + 'SubcostalLongAxisView': {'399310008': ('Subcostal long axis view (qualifier ' + 'value)', + [])}, + 'SubcostalMuscle': {'64658001': ('Subcostal muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'SubcostalObliqueCoronalView': {'443640005': ('Subcostal oblique coronal view', + [12226, 501])}, + 'SubcostalShortAxis': {'399200001': ('Subcostal short axis', [12226, 501])}, + 'SubcostalShortAxisView': {'399200001': ('Subcostal short axis view ' + '(qualifier value)', + [])}, + 'SubcostalShortAxisViewAtAorticValveLevel': {'443609003': ('Subcostal short ' + 'axis view at ' + 'aortic valve ' + 'level', + [12226, 501])}, + 'SubcostalShortAxisViewAtMitralValveLevel': {'443499004': ('Subcostal short ' + 'axis view at ' + 'mitral valve ' + 'level', + [12226, 501])}, + 'SubcostalShortAxisViewAtPapillaryMuscleLevel': {'443160001': ('Subcostal ' + 'short axis ' + 'view at ' + 'papillary ' + 'muscle level', + [12226, 501])}, + 'SubcostalShortAxisViewAtVenousInflowLevel': {'443500008': ('Subcostal short ' + 'axis view at ' + 'venous inflow ' + 'level', + [12226, 501])}, + 'SubcostalViewOfCardiacOutletsDirectedAnteriorly': {'443100003': ('Subcostal ' + 'view of ' + 'cardiac ' + 'outlets ' + 'directed ' + 'anteriorly', + [12226, + 501])}, + 'SubcutaneousRoute': {'34206005': ('Subcutaneous route', [11])}, + 'SubcutaneousTissue': {'71966008': ('Subcutaneous tissue', [5])}, + 'SubcutaneousTissueStructure': {'71966008': ('Subcutaneous tissue structure ' + '(body structure)', + [])}, + 'SubdiaphragmaticTracerUptake': {'429382003': ('Subdiaphragmatic tracer ' + 'uptake (finding)', + [])}, + 'SubdiaphragmaticUptake': {'429382003': ('Subdiaphragmatic uptake', [3115])}, + 'SubfamilyBovinae': {'107007004': ('Subfamily Bovinae (organism)', [])}, + 'SubiliacLymphNode': {'113338001': ('subiliac lymph node', [7600])}, + 'SubjectRelationshipContext': {'408732007': ('Subject relationship context ' + '(attribute)', + [])}, + 'SubmandibularArea': {'5713008': ('Submandibular area', + [9514, 7192, 7151, 4])}, + 'SubmandibularGland': {'54019009': ('Submandibular gland', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'SubmandibularLymphNode': {'59503006': ('submandibular lymph node', [7600])}, + 'SubmandibularSalivaryApparatus': {'54019009': ('Submandibular salivary ' + 'apparatus (body structure)', + [])}, + 'SubmandibularTriangle': {'5713008': ('Submandibular triangle', [4029])}, + 'SubmandibularTriangleStructure': {'5713008': ('Submandibular triangle ' + 'structure (body structure)', + [])}, + 'SubmaxillaryLymphNode': {'144127009': ('submaxillary lymph node', [7600])}, + 'Submental': {'170887008': ('Submental', [9514, 7192, 7151, 4])}, + 'SubmentalLymphNode': {'46055009': ('submental lymph node', [7600])}, + 'SubmentalTriangleStructure': {'170887008': ('Submental triangle structure ' + '(body structure)', + [])}, + 'Submentovertical': {'399255003': ('submentovertical', [4010, 501])}, + 'SubmentoverticalProjection': {'399255003': ('Submentovertical projection ' + '(qualifier value)', + [])}, + 'SuboticaWhitePigBreed': {'133212006': ('Subotica White pig breed', [7480])}, + 'SubpyloricLymphNode': {'280314006': ('subpyloric lymph node', [7600])}, + 'SubscapularAxillaryLymphNode': {'12196003': ('subscapular axillary lymph ' + 'node', + [7600])}, + 'SubscapularisMuscle': {'90588001': ('Subscapularis muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'SubscapularisMuscleStructure': {'90588001': ('Subscapularis muscle structure ' + '(body structure)', + [])}, + 'SubsegmentalLymphNodeOfTheLung': {'127922000': ('subsegmental lymph node of ' + 'the lung', + [7600])}, + 'Substance': {'105590001': ('Substance', [7150])}, + 'SubstantiaNigra': {'70007007': ('Substantia nigra', + [7153, 9514, 7192, 7151])}, + 'SubstantiaNigraStructure': {'70007007': ('Substantia nigra structure (body ' + 'structure)', + [])}, + 'Subxiphoid': {'5076001': ('Subxiphoid', [9514, 7192, 7151, 4])}, + 'Succinylcholine': {'372724004': ('Succinylcholine', [627, 623])}, + 'SudanBlackBStain': {'36572009': ('Sudan black B stain', [8112])}, + 'SudanBlackStain': {'310805002': ('Sudan black stain', [8112])}, + 'SudanBlueStain': {'10740006': ('Sudan blue stain', [8112])}, + 'SudanCountryBredHorseBreed': {'133145004': ('Sudan Country-Bred horse breed', + [7480])}, + 'SudanIIIStain': {'39777001': ('Sudan III stain', [8112])}, + 'SudanIIStain': {'12030009': ('Sudan II stain', [8112])}, + 'SudanIVStain': {'69133007': ('Sudan IV stain', [8112])}, + 'SudanStain': {'314900004': ('Sudan stain', [8112])}, + 'SudaneseFulaniCattleBreed': {'133786003': ('Sudanese Fulani cattle breed', + [7480])}, + 'Sufentanil': {'49998007': ('Sufentanil', [65, 66])}, + 'SuffolkCattleBreed': {'133275001': ('Suffolk cattle breed', [7480])}, + 'SuffolkHorse': {'53567001': ('Suffolk horse (organism)', [])}, + 'SuffolkHorseBreed': {'53567001': ('Suffolk horse breed', [7480])}, + 'SuffolkSheep': {'72648002': ('Suffolk sheep (organism)', [])}, + 'SuffolkSheepBreed': {'72648002': ('Suffolk sheep breed', [7480])}, + 'SuiaCattleBreed': {'133832001': ('Suia cattle breed (organism)', [])}, + 'SuiaXZebuCattleBreed': {'133832001': ('Suia X zebu cattle breed', [7480])}, + 'SuisbuCattleBreed': {'133833006': ('Suisbu cattle breed (organism)', [])}, + 'SuisbuXZebuCattleBreed': {'133833006': ('Suisbu X zebu cattle breed', + [7480])}, + 'SuksunCattleBreed': {'133512007': ('Suksun cattle breed', [7480])}, + 'SulawesiHorseBreed': {'133094001': ('Sulawesi horse breed', [7480])}, + 'SulfonamideAntibiotic': {'372788003': ('Sulfonamide antibiotic', [621, 622])}, + 'SulfonamideClassOfAntibiotic': {'372788003': ('Sulfonamide -class of ' + 'antibiotic- (substance)', + [])}, + 'SumadijaPigBreed': {'132262008': ('Sumadija pig breed', [7480])}, + 'SumbaHorseBreed': {'131944007': ('Sumba horse breed', [7480])}, + 'SumbawaHorseBreed': {'131945008': ('Sumbawa horse breed', [7480])}, + 'SunandiniCattleBreed': {'133834000': ('Sunandini cattle breed (organism)', + [])}, + 'SunandiniXZebuCattleBreed': {'133834000': ('Sunandini X zebu cattle breed', + [7480])}, + 'SunkumaCattleBreed': {'131528009': ('Sunkuma cattle breed', [7480])}, + 'SunsetYellowFCFStain': {'22968009': ('sunset yellow FCF stain', [8112])}, + 'Superficial': {'26283006': ('Superficial', [2, 3489])}, + 'SuperficialAnteriorCervicalLymphNode': {'168557005': ('superficial anterior ' + 'cervical lymph node', + [7600])}, + 'SuperficialCervicalLymphNode': {'279144003': ('superficial cervical lymph ' + 'node', + [7600])}, + 'SuperficialFemoralArtery': {'181349008': ('Superficial Femoral Artery', + [3604, + 12109, + 12103, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'SuperficialFemoralVein': {'397364003': ('Superficial Femoral Vein', + [12103, + 9514, + 7192, + 7151, + 3827, + 12110])}, + 'SuperficialFemoralVeinStructure': {'397364003': ('Superficial femoral vein ' + 'structure (body structure)', + [])}, + 'SuperficialInguinalLymphNode': {'113340006': ('superficial inguinal lymph ' + 'node', + [7600])}, + 'SuperficialIntraparotidLymphNode': {'68339009': ('superficial intraparotid ' + 'lymph node', + [7600])}, + 'SuperficialLateralCervicalLymphNode': {'167965000': ('superficial lateral ' + 'cervical lymph node', + [7600])}, + 'SuperficialLymphNode': {'90606007': ('superficial lymph node', [7600])}, + 'SuperficialPalmarArch': {'26818002': ('Superficial Palmar Arch', + [12103, + 9514, + 7192, + 7151, + 12107, + 3827])}, + 'SuperficialPalmarArchStructure': {'26818002': ('Superficial palmar arch ' + 'structure (body structure)', + [])}, + 'SuperficialPalmarVenousArch': {'368479001': ('Superficial Palmar Venous Arch', + [12108, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'SuperficialParotidLymphNode': {'279141006': ('superficial parotid lymph node', + [7600])}, + 'SuperficialPoplitealLymphNode': {'12728001': ('superficial popliteal lymph ' + 'node', + [7600])}, + 'SuperficialTemporalArtery': {'15672000': ('superficial temporal artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'SuperfineMerinoSheepBreed': {'132724006': ('Superfine Merino sheep breed', + [7480])}, + 'Superior': {'264217000': ('Superior', + [3019, 211, 2, 12117, 6065, 212, 5, 4005])}, + 'SuperiorArticularFacetOfAxis': {'181900008': ('Superior articular facet of ' + 'axis', + [6115])}, + 'SuperiorArticularProcessOfVertebra': {'317665004': ('Superior articular ' + 'process of vertebra', + [6115])}, + 'SuperiorCerebellarPeduncle': {'11089000': ('Superior cerebellar peduncle', + [7153, + 7710, + 9514, + 7192, + 7151, + 7701])}, + 'SuperiorFrontoOccipitalFasciculus': {'13958008': ('superior fronto-occipital ' + 'fasciculus', + [7703, 7710])}, + 'SuperiorGlutealLymphNode': {'76290003': ('superior gluteal lymph node', + [7600])}, + 'SuperiorLateralInguinalLymphNode': {'76704003': ('superior lateral inguinal ' + 'lymph node', + [7600])}, + 'SuperiorLeftPulmonaryVein': {'43863001': ('Superior left pulmonary vein', + [3010, + 3840, + 4042, + 3011, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'SuperiorLongitudinalFasciculus': {'89202009': ('Superior longitudinal ' + 'fasciculus', + [7153, 9514, 7192, 7151])}, + 'SuperiorMedialInguinalLymphNode': {'52554005': ('superior medial inguinal ' + 'lymph node', + [7600])}, + 'SuperiorMediastinalLymphNode': {'127925003': ('superior mediastinal lymph ' + 'node', + [7600])}, + 'SuperiorMesentericArtery': {'42258001': ('Superior Mesenteric Artery', + [12112, + 12103, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'SuperiorMesentericArteryStructure': {'42258001': ('Superior mesenteric ' + 'artery structure (body ' + 'structure)', + [])}, + 'SuperiorMesentericLymphNode': {'49394004': ('superior mesenteric lymph node', + [7600])}, + 'SuperiorMesentericVein': {'90771006': ('Superior Mesenteric Vein', + [12103, + 12114, + 9514, + 7192, + 7151, + 3827])}, + 'SuperiorPancreaticLymphNode': {'280999005': ('superior pancreatic lymph node', + [7600])}, + 'SuperiorPancreaticoduodenalLymphNode': {'281320004': ('superior ' + 'pancreaticoduodenal ' + 'lymph node', + [7600])}, + 'SuperiorPhrenicArtery': {'38991005': ('Superior phrenic artery', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'SuperiorRectalLymphNode': {'68881005': ('superior rectal lymph node', + [7600])}, + 'SuperiorRightPulmonaryVein': {'8629005': ('Superior right pulmonary vein', + [3010, + 3840, + 4042, + 3011, + 9514, + 7192, + 7151, + 3827, + 4])}, + 'SuperiorRollingOfBreast': {'415670009': ('Superior rolling of breast ' + '(procedure)', + [])}, + 'SuperiorThyroidArtery': {'72021004': ('superior thyroid artery', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'SuperiorTracheobronchialLymphNode': {'67941004': ('superior tracheobronchial ' + 'lymph node', + [7600])}, + 'SuperiorVenaCava': {'48345005': ('Superior Vena Cava', + [12282, + 6109, + 12108, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'SuperiorVenaCavaStructure': {'48345005': ('Superior vena cava structure ' + '(body structure)', + [])}, + 'SupernumeraryDeciduousMandibularLeftCanineTooth': {'707029006': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'left ' + 'canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularLeftCentralIncisorTooth': {'707026004': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'left ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularLeftFirstMolarTooth': {'707030001': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'left ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularLeftLateralIncisorTooth': {'707028003': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'left ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularLeftSecondMolarTooth': {'707031002': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'left ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularRightCanineTooth': {'707023007': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'right ' + 'canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularRightCentralIncisorTooth': {'707025000': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'right ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularRightFirstMolarTooth': {'707022002': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'right ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularRightLateralIncisorTooth': {'707024001': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMandibularRightSecondMolarTooth': {'707021009': ('Supernumerary ' + 'deciduous ' + 'mandibular ' + 'right ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryLeftCanineTooth': {'707016006': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'left canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryLeftCentralIncisorTooth': {'707014009': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'left ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryLeftFirstMolarTooth': {'707017002': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'left ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryLeftLateralIncisorTooth': {'707015005': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'left ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryLeftSecondMolarTooth': {'707018007': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'left ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryRightCanineTooth': {'707011001': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'right ' + 'canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryRightCentralIncisorTooth': {'707013003': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'right ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryRightFirstMolarTooth': {'707010000': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'right ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryRightLateralIncisorTooth': {'707012008': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryDeciduousMaxillaryRightSecondMolarTooth': {'707009005': ('Supernumerary ' + 'deciduous ' + 'maxillary ' + 'right ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftCanineTooth': {'707058009': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftCentralIncisorTooth': {'707060006': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftFirstMolarTooth': {'707055007': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftFirstPremolarTooth': {'707057004': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'first ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftLateralIncisorTooth': {'707059001': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftSecondMolarTooth': {'707054006': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftSecondPremolarTooth': {'707056008': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'second ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularLeftThirdMolarTooth': {'707052005': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'left ' + 'third ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightCanineTooth': {'707063008': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightCentralIncisorTooth': {'707061005': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightFirstMolarTooth': {'707066000': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightFirstPremolarTooth': {'707064002': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'first ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightLateralIncisorTooth': {'707062003': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightSecondMolarTooth': {'707067009': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightSecondPremolarTooth': {'707065001': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'second ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMandibularRightThirdMolarTooth': {'707068004': ('Supernumerary ' + 'permanent ' + 'mandibular ' + 'right ' + 'third ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftCanineTooth': {'707044007': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftCentralIncisorTooth': {'707042006': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftFirstMolarTooth': {'707047000': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftFirstPremolarTooth': {'707045008': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'first ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftLateralIncisorTooth': {'707043001': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftSecondMolarTooth': {'707048005': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftSecondPremolarTooth': {'707046009': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'second ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryLeftThirdMolarTooth': {'707049002': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'left ' + 'third ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightCanineTooth': {'707038008': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'canine ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightCentralIncisorTooth': {'707041004': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'central ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightFirstMolarTooth': {'707035006': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'first ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightFirstPremolarTooth': {'707037003': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'first ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightLateralIncisorTooth': {'707039000': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'lateral ' + 'incisor ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightSecondMolarTooth': {'707033004': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'second ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightSecondPremolarTooth': {'707036007': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'second ' + 'premolar ' + 'tooth', + [4026, + 4025])}, + 'SupernumeraryPermanentMaxillaryRightThirdMolarTooth': {'707032009': ('Supernumerary ' + 'permanent ' + 'maxillary ' + 'right ' + 'third ' + 'molar ' + 'tooth', + [4026, + 4025])}, + 'SuperolateralToInferomedialOblique': {'399188001': ('superolateral to ' + 'inferomedial oblique', + [4014])}, + 'SuperolateralToInferomedialObliqueProjection': {'399188001': ('Superolateral ' + 'to ' + 'inferomedial ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Supination': {'14502000': ('Supination', [92])}, + 'SupinationFunction': {'14502000': ('Supination, function (observable entity)', + [])}, + 'Supine': {'40199007': ('Supine', [6206, 20])}, + 'SupineBodyPosition': {'40199007': ('Supine body position', [3262, 3602])}, + 'SupportiveIntent': {'399707004': ('Supportive intent', [3629])}, + 'SupportiveProcedureIntent': {'399707004': ('Supportive - procedure intent ' + '(qualifier value)', + [])}, + 'SupraRenalAorta': {'1918003': ('Supra-renal Aorta', + [12112, + 12103, + 12291, + 9514, + 7192, + 7151, + 3827])}, + 'SupraaorticValveAreaStructure': {'8128003': ('Supraaortic valve area ' + 'structure (body structure)', + [])}, + 'SupraclavicularLymphNode': {'76838003': ('supraclavicular lymph node', + [7600])}, + 'SupraclavicularRegionOfNeck': {'77621008': ('Supraclavicular region of neck', + [9514, 7192, 7151, 4])}, + 'Supraglottis': {'119255006': ('supraglottis', [7601])}, + 'SupraglottisStructure': {'119255006': ('Supraglottis structure (body ' + 'structure)', + [])}, + 'SupramammaryLymphNode': {'62630005': ('supramammary lymph node', [7600])}, + 'SuprapulmonicValveArea': {'79142001': ('Suprapulmonic valve area', + [3829, 9514, 7192, 7151])}, + 'SuprapulmonicValveAreaStructure': {'79142001': ('Suprapulmonic valve area ' + 'structure (body structure)', + [])}, + 'SuprapyloricLymphNode': {'280216006': ('suprapyloric lymph node', [7600])}, + 'SupraspinatusMuscle': {'6423006': ('Supraspinatus muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'SupraspinatusMuscleStructure': {'6423006': ('Supraspinatus muscle structure ' + '(body structure)', + [])}, + 'SuprasternalCoronalView': {'443162009': ('Suprasternal coronal view', + [12226, 501])}, + 'SuprasternalLongAxis': {'399106004': ('Suprasternal long axis', + [12226, 501])}, + 'SuprasternalLongAxisView': {'399106004': ('Suprasternal long axis view ' + '(qualifier value)', + [])}, + 'SuprasternalLongAxisViewOfAorticArch': {'443562002': ('Suprasternal long ' + 'axis view of aortic ' + 'arch', + [12226, 501])}, + 'SuprasternalLongAxisViewOfAorticArchQualifierValue': {'443562002': ('Suprasternal ' + 'long ' + 'axis ' + 'view of ' + 'aortic ' + 'arch ' + '(qualifier ' + 'value)', + [])}, + 'SuprasternalLongAxisViewQualifierValue': {'399106004': ('Suprasternal long ' + 'axis view ' + '(qualifier value)', + [])}, + 'SuprasternalNotch': {'26493002': ('Suprasternal Notch', + [1004, + 6115, + 1001, + 1000, + 9514, + 7192, + 7151, + 4])}, + 'SuprasternalSagittalView': {'443163004': ('Suprasternal sagittal view', + [12226, 501])}, + 'SuprasternalShortAxis': {'399145009': ('Suprasternal short axis', + [12226, 501])}, + 'SuprasternalShortAxisView': {'399145009': ('Suprasternal short axis view ' + '(qualifier value)', + [])}, + 'SupraventricularTachycardia': {'6456007': ('Supraventricular tachycardia', + [12246, 3230, 3201])}, + 'Surface': {'410679008': ('Surface', [2, 5])}, + 'SurfaceBolus': {'228736002': ('Surface Bolus', [9520, 9516])}, + 'SurfaceRecuttingOfTissueBlock': {'434474007': ('Surface recutting of tissue ' + 'block (procedure)', + [])}, + 'Surgeon': {'304292004': ('Surgeon', [7450, 7452])}, + 'Surgery': {'309967005': ('Surgery', [7030])}, + 'Surgical': {'83578000': ('surgical', [3815])}, + 'SurgicalBiopsyOfBreast': {'274331003': ('Surgical biopsy of breast ' + '(procedure)', + [])}, + 'SurgicalDepartment': {'309967005': ('Surgical department (environment)', [])}, + 'SurgicalIntensiveCare': {'418433008': ('Surgical Intensive Care', [7030])}, + 'SurgicalIntensiveCareUnit': {'418433008': ('Surgical intensive care unit ' + '(environment)', + [])}, + 'SurgicalMetalNailDevice': {'63289001': ('Surgical metal nail, device ' + '(physical object)', + [])}, + 'SurgicalProcedure': {'387713003': ('Surgical procedure (procedure)', [])}, + 'SurgicalScar': {'63130001': ('Surgical scar', [6056])}, + 'SurgicalSutureDevice': {'27065002': ('Surgical suture, device (physical ' + 'object)', + [])}, + 'SurgicalTransplantDepartment': {'309993003': ('Surgical transplant ' + 'department (environment)', + [])}, + 'SurgicallyConstructedBidirectionalPathwayFromSuperiorVenaCavaToPulmonaryArtery': {'443789005': ('Surgically ' + 'constructed ' + 'bidirectional ' + 'pathway ' + 'from ' + 'superior ' + 'vena ' + 'cava ' + 'to ' + 'pulmonary ' + 'artery ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedConnectionOfAortaToPulmonaryArtery': {'443096004': ('Surgically ' + 'constructed ' + 'connection ' + 'of ' + 'aorta ' + 'to ' + 'pulmonary ' + 'artery ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedConnectionOfLeftVentricleToPulmonaryArteryConduit': {'443696003': ('Surgically ' + 'constructed ' + 'connection ' + 'of ' + 'left ' + 'ventricle ' + 'to ' + 'pulmonary ' + 'artery ' + 'conduit ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedConnectionOfPulmonaryVeinToLeftAtrium': {'443297004': ('Surgically ' + 'constructed ' + 'connection ' + 'of ' + 'pulmonary ' + 'vein ' + 'to ' + 'left ' + 'atrium ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedConnectionOfRightVentricleToPulmonaryArteryConduit': {'443328003': ('Surgically ' + 'constructed ' + 'connection ' + 'of ' + 'right ' + 'ventricle ' + 'to ' + 'pulmonary ' + 'artery ' + 'conduit ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedConnectionOfSystemicVenousReturnToPulmonaryArtery': {'443625008': ('Surgically ' + 'constructed ' + 'connection ' + 'of ' + 'systemic ' + 'venous ' + 'return ' + 'to ' + 'pulmonary ' + 'artery ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedConvergenceOfInferiorAndSuperiorVenaCavaPathwaysIntoCommonPathwaySuperiorToAtrioventricularValve': {'443809000': ('Surgically ' + 'constructed ' + 'convergence ' + 'of ' + 'inferior ' + 'and ' + 'superior ' + 'vena ' + 'cava ' + 'pathways ' + 'into ' + 'common ' + 'pathway ' + 'superior ' + 'to ' + 'atrioventricular ' + 'valve ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedOrificeBetweenSystemicVenousPathwayAndLeftAtrium': {'443724003': ('Surgically ' + 'constructed ' + 'orifice ' + 'between ' + 'systemic ' + 'venous ' + 'pathway ' + 'and ' + 'left ' + 'atrium ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedOutflowTractOfLeftVentricleAcrossVentricularSeptalDefectToAorta': {'443260009': ('Surgically ' + 'constructed ' + 'outflow ' + 'tract ' + 'of ' + 'left ' + 'ventricle ' + 'across ' + 'ventricular ' + 'septal ' + 'defect ' + 'to ' + 'aorta ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedPathwayFromInferiorVenaCavaToMitralValve': {'444329004': ('Surgically ' + 'constructed ' + 'pathway ' + 'from ' + 'inferior ' + 'vena ' + 'cava ' + 'to ' + 'mitral ' + 'valve ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedPathwayFromInferiorVenaCavaToPulmonaryArtery': {'443326004': ('Surgically ' + 'constructed ' + 'pathway ' + 'from ' + 'inferior ' + 'vena ' + 'cava ' + 'to ' + 'pulmonary ' + 'artery ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedPathwayFromPulmonaryVeinsToTricuspidValve': {'443907004': ('Surgically ' + 'constructed ' + 'pathway ' + 'from ' + 'pulmonary ' + 'veins ' + 'to ' + 'tricuspid ' + 'valve ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedPathwayFromSuperiorVenaCavaToMitralValve': {'444177009': ('Surgically ' + 'constructed ' + 'pathway ' + 'from ' + 'superior ' + 'vena ' + 'cava ' + 'to ' + 'mitral ' + 'valve ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedPathwayFromSuperiorVenaCavaToPulmonaryArtery': {'443327008': ('Surgically ' + 'constructed ' + 'pathway ' + 'from ' + 'superior ' + 'vena ' + 'cava ' + 'to ' + 'pulmonary ' + 'artery ' + '(morphologic ' + 'abnormality)', + [])}, + 'SurgicallyConstructedPathwayThroughHeartFromInferiorVenaCavaAndSuperiorVenaCavaToPulmonaryArtery': {'443298009': ('Surgically ' + 'constructed ' + 'pathway ' + 'through ' + 'heart ' + 'from ' + 'inferior ' + 'vena ' + 'cava ' + 'and ' + 'superior ' + 'vena ' + 'cava ' + 'to ' + 'pulmonary ' + 'artery ' + '(morphologic ' + 'abnormality)', + [])}, + 'Sus': {'388393002': ('Sus', [7454])}, + 'SusScrofa': {'78678003': ('Sus scrofa', [7454])}, + 'SusScrofaDomesticPigXJapaneseWildBoarIntragenusHybrid': {'133182008': ('Sus ' + 'scrofa ' + 'domestic ' + 'pig ' + 'X ' + 'Japanese ' + 'wild ' + 'boar ' + 'intragenus ' + 'hybrid ' + '(organism)', + [])}, + 'Suspected': {'415684004': ('Suspected', [3770])}, + 'Suspended': {'385655000': ('Suspended', [3773])}, + 'SussexCattleBreed': {'133276000': ('Sussex cattle breed', [7480])}, + 'SussexSpaniel': {'80576000': ('Sussex spaniel (organism)', [])}, + 'SussexSpanielDogBreed': {'80576000': ('Sussex spaniel dog breed', [7480])}, + 'Suture': {'27065002': ('Suture', + [6040, + 6102, + 6401, + 6138, + 6404, + 7151, + 6202, + 6203, + 7193])}, + 'SwabianHallPigBreed': {'132354003': ('Swabian-Hall pig breed', [7480])}, + 'SwaledaleSheepBreed': {'131822003': ('Swaledale sheep breed', [7480])}, + 'SwallowBeliedMangalitzaPigBreed': {'132232002': ('Swallow Belied Mangalitza ' + 'pig breed', + [7480])}, + 'SwanGanzCatheterDevice': {'79952001': ('Swan-Ganz catheter, device (physical ' + 'object)', + [])}, + 'SwannGanzCatheter': {'79952001': ('Swann-Ganz catheter', [3429])}, + 'Swanson': {'399313005': ('Swanson', [4012])}, + 'SwansonProjection': {'399313005': ('Swanson projection (qualifier value)', + [])}, + 'Sweating': {'415690000': ('Sweating', [9300, 60])}, + 'SwedishArdennesHorseBreed': {'131946009': ('Swedish Ardennes horse breed', + [7480])}, + 'SwedishFurSheepBreed': {'132799009': ('Swedish Fur Sheep breed', [7480])}, + 'SwedishLandraceGoatBreed': {'131641002': ('Swedish Landrace goat breed', + [7480])}, + 'SwedishLandracePig': {'12407009': ('Swedish landrace pig (organism)', [])}, + 'SwedishLandracePigBreed': {'12407009': ('Swedish landrace pig breed', + [7480])}, + 'SwedishLapphundDogBreed': {'132632005': ('Swedish Lapphund dog breed', + [7480])}, + 'SwedishRedPolledCattleBreed': {'133277009': ('Swedish Red Polled cattle ' + 'breed', + [7480])}, + 'SwedishVallhundDogBreed': {'132635007': ('Swedish Vallhund dog breed', + [7480])}, + 'SwedishWarmbloodHorseBreed': {'133144000': ('Swedish Warmblood horse breed', + [7480])}, + 'Swelling': {'65124004': ('Swelling', [6062])}, + 'SwissAlpineGoat': {'28360002': ('Swiss alpine goat (organism)', [])}, + 'SwissAlpineGoatBreed': {'28360002': ('Swiss alpine goat breed', [7480])}, + 'SwissBlackPiedCattleBreed': {'133513002': ('Swiss Black Pied cattle breed', + [7480])}, + 'SwissEdelschweinPigBreed': {'132101005': ('Swiss Edelschwein pig breed', + [7480])}, + 'SwissImprovedLandracePigBreed': {'132351006': ('Swiss Improved Landrace pig ' + 'breed', + [7480])}, + 'SwissMountainDogBreed': {'132642007': ('Swiss Mountain Dog breed', [7480])}, + 'SwissWarmbloodHorseBreed': {'132763004': ('Swiss Warmblood horse breed', + [7480])}, + 'SychevkaCattleBreed': {'133514008': ('Sychevka cattle breed', [7480])}, + 'SykiaCattleBreed': {'133515009': ('Sykia cattle breed', [7480])}, + 'SympatheticTrunk': {'44909008': ('Sympathetic trunk', + [9514, 7192, 7151, 7167])}, + 'SympatheticTrunkStructure': {'44909008': ('Sympathetic trunk structure (body ' + 'structure)', + [])}, + 'SympathomimeticAgent': {'86308005': ('Sympathomimetic agent (product)', [])}, + 'SymphysisPubis': {'82561000': ('Symphysis pubis', [1005, 1001, 1000])}, + 'SymphysisPubisStructure': {'82561000': ('Symphysis pubis structure (body ' + 'structure)', + [])}, + 'SymptomFree': {'162467007': ('Symptom free', [3772])}, + 'Syncope': {'271594007': ('Syncope', [12246, 3201, 3221, 3220])}, + 'SyntheticSL98PigBreed': {'133220008': ('Synthetic SL98 pig breed', [7480])}, + 'Syringe': {'61968008': ('Syringe', [4051, 69]), + '733020007': ('Syringe', [68])}, + 'SyringeDevice': {'61968008': ('Syringe, device (physical object)', [])}, + 'Systemic': {'31099001': ('Systemic', [6128])}, + 'SystemicArterialBlood': {'371952000': ('Systemic arterial blood (substance)', + [])}, + 'SystemicArterialHypertension': {'38341003': ('Systemic arterial hypertension', + [3640])}, + 'SystemicArterialStructure': {'281159003': ('Systemic arterial structure ' + '(body structure)', + [])}, + 'SystemicArtery': {'281159003': ('Systemic artery', [7156, 9514, 7192, 7151])}, + 'SystemicArteryBlood': {'371952000': ('Systemic Artery Blood', [3520])}, + 'SystemicCollateralArteryToLung': {'128589000': ('Systemic collateral Artery ' + 'to lung', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'SystemicVascularResistance': {'386530009': ('Systemic Vascular Resistance', + [3619])}, + 'SystemicVascularStructure': {'281157001': ('Systemic vascular structure', + [6100])}, + 'SystemicVein': {'360592004': ('Systemic vein', [7156, 9514, 7192, 7151])}, + 'SystemicVenousAtrium': {'128568009': ('Systemic venous atrium', + [3608, + 3010, + 4042, + 9514, + 7192, + 7151, + 4, + 3630])}, + 'SystemicVenousStructure': {'360592004': ('Systemic venous structure (body ' + 'structure)', + [])}, + 'Systole': {'111973004': ('Systole', [12233, 12307])}, + 'SystoleFunction': {'111973004': ('Systole, function (observable entity)', + [])}, + 'Systolic': {'111973004': ('Systolic', [3472])}, + 'SystolicBloodPressure': {'271649006': ('Systolic blood pressure (observable ' + 'entity)', + [])}, + 'T0NoEvidenceOfPrimaryTumor': {'373174002': ('T0: No evidence of primary ' + 'tumor (breast)', + [6160])}, + 'T1Tumor2cmOrLessInGreatestDimension': {'373172003': ('T1: Tumor 2 cm or less ' + 'in greatest dimension ' + '(breast)', + [6160])}, + 'T1aTumorMoreThan0Point1cmButNotMoreThan0Point5cm': {'373180005': ('T1a: ' + 'Tumor ' + 'more than ' + '0.1 cm ' + 'but not ' + 'more than ' + '0.5 cm...', + [6160])}, + 'T1bTumorMoreThan0Point5cmButNotMoreThan1cm': {'373204007': ('T1b: Tumor more ' + 'than 0.5 cm but ' + 'not more than 1 ' + 'cm...', + [6160])}, + 'T1cTumorMoreThan1cmButNotMoreThan2cm': {'373183007': ('T1c: Tumor more than ' + '1 cm but not more ' + 'than 2 cm...', + [6160])}, + 'T1micMicroinvasion0Point1cmOrLessInGreatestDimension': {'373179007': ('T1mic: ' + 'Microinvasion ' + '0.1 ' + 'cm or ' + 'less ' + 'in ' + 'greatest ' + 'dimension...', + [6160])}, + 'T2TumorMoreThan2cmButNotMoreThan5cm': {'373182002': ('T2: Tumor more than 2 ' + 'cm but not more than 5 ' + 'cm...', + [6160])}, + 'T3TumorMoreThan5cmInGreatestDimension': {'373184001': ('T3: Tumor more than ' + '5 cm in greatest ' + 'dimension (breast)', + [6160])}, + 'T4InflammatoryCarcinoma': {'373190002': ('T4: Inflammatory carcinoma ' + '(breast)', + [6160])}, + 'T4TumorOfAnySizeWithDirectExtensionToChestWall': {'373185000': ('T4: Tumor ' + 'of any size ' + 'with direct ' + 'extension ' + 'to chest ' + 'wall...', + [6160])}, + 'T4aTumorOfAnySizeWithExtensionToChestWallNotIncl': {'373186004': ('T4a: ' + 'Tumor of ' + 'any size ' + 'with ' + 'extension ' + 'to chest ' + 'wall, not ' + 'incl...', + [6160])}, + 'T4bTumorOfAnySizeWithEdemaIncludingPeauDOrange': {'373187008': ('T4b: Tumor ' + 'of any size ' + 'with edema ' + '(including ' + 'peau ' + "d'orange) " + '...', + [6160])}, + 'T4cTumorOfAnySizeWithDirectExtensionToChestWall': {'373189006': ('T4c: Tumor ' + 'of any ' + 'size with ' + 'direct ' + 'extension ' + 'to chest ' + 'wall...', + [6160])}, + 'TSSH1CattleBreed': {'133839005': ('TSSH-1 cattle breed (organism)', [])}, + 'TSSH1XZebuCattleBreed': {'133839005': ('TSSH-1 X zebu cattle breed', [7480])}, + 'TWaveAlternans': {'428550008': ('T wave alternans (observable entity)', [])}, + 'TXPrimaryTumorCannotBeAssessed': {'373173008': ('TX: Primary tumor cannot be ' + 'assessed (breast)', + [6160])}, + 'TabapuaCattleBreed': {'133787007': ('Tabapua cattle breed', [7480])}, + 'Table': {'86407004': ('Table', [9520, 7158, 9515, 7157, 7151, 9505, 7193])}, + 'TableDevice': {'86407004': ('Table, device (physical object)', [])}, + 'TachycardiaBradycardia': {'74615001': ('Tachycardia-bradycardia', + [9300, 60])}, + 'TadzhikZebuCattleBreed': {'133700006': ('Tadzhik zebu cattle breed', [7480])}, + 'TagilCattleBreed': {'133526003': ('Tagil cattle breed', [7480])}, + 'TahltanBearDog': {'61320006': ('Tahltan bear dog', [7480])}, + 'TaihuPigBreed': {'132316003': ('Taihu pig breed', [7480])}, + 'TainoCattleBreed': {'133835004': ('Taino cattle breed (organism)', [])}, + 'TainoXZebuCattleBreed': {'133835004': ('Taino X zebu cattle breed', [7480])}, + 'TaishuhHorseBreed': {'133143006': ('Taishuh horse breed', [7480])}, + 'TaiwanSmallBlackPigBreed': {'132146006': ('Taiwan Small Black pig breed', + [7480])}, + 'TaiwanSmallRedPigBreed': {'132147002': ('Taiwan Small Red pig breed', + [7480])}, + 'TaiwanYellowCattleBreed': {'131553007': ('Taiwan Yellow cattle breed', + [7480])}, + 'TaiwanZebuCattleBreed': {'131529001': ('Taiwan Zebu cattle breed', [7480])}, + 'TajmaCattleBreed': {'133527007': ('Tajma cattle breed', [7480])}, + 'TakingOfSwab': {'285570007': ('Taking of swab', [8109])}, + 'TakingPatientVitalSigns': {'61746007': ('Taking patient vital signs ' + '(procedure)', + [])}, + 'Talus': {'67453005': ('Talus', [7304, 1001, 1000, 1006])}, + 'TamankaduwaCattleBreed': {'133788002': ('Tamankaduwa cattle breed', [7480])}, + 'TambovRedCattleBreed': {'133528002': ('Tambov Red cattle breed', [7480])}, + 'Tamoxifen': {'75959001': ('Tamoxifen', [6080])}, + 'TamworthPig': {'30634003': ('Tamworth pig (organism)', [])}, + 'TamworthPigBreed': {'30634003': ('Tamworth pig breed', [7480])}, + 'Tangential': {'399110001': ('tangential', [4010, 4015, 501])}, + 'TangentialProjection': {'399110001': ('Tangential projection (qualifier ' + 'value)', + [])}, + 'Tantalum': {'45215009': ('Tantalum', [300])}, + 'TantalumANDORTantalumCompound': {'105866008': ('Tantalum AND/OR tantalum ' + 'compound (substance)', + [])}, + 'TantalumOrTantalumCompound': {'105866008': ('Tantalum or Tantalum compound', + [10006, 10067])}, + 'TanzanianZebuCattleBreed': {'133789005': ('Tanzanian Zebu cattle breed', + [7480])}, + 'TaoyuanPigBreed': {'132145005': ('Taoyuan pig breed', [7480])}, + 'TapWater': {'444923006': ('Tap water', [610])}, + 'TapetumOfCorpusCallosum': {'60105000': ('tapetum of corpus callosum', + [7705, 7710])}, + 'TaraiCattleBreed': {'133790001': ('Tarai cattle breed', [7480])}, + 'TarentaiseCattleBreed': {'50959000': ('Tarentaise cattle breed (organism)', + [])}, + 'TarentaiseCowBreed': {'50959000': ('Tarentaise cow breed', [7480])}, + 'TargetHeartRate': {'428420003': ('Target heart rate (observable entity)', + [])}, + 'TargetHeartRateAchieved': {'258153002': ('Target Heart Rate Achieved', + [3221])}, + 'TargheeSheep': {'89665001': ('Targhee sheep (organism)', [])}, + 'TargheeSheepBreed': {'89665001': ('Targhee sheep breed', [7480])}, + 'TarinaCattleBreed': {'133529005': ('Tarina cattle breed', [7480])}, + 'Tarrant': {'399247005': ('Tarrant', [4012])}, + 'TarrantProjection': {'399247005': ('Tarrant projection (qualifier value)', + [])}, + 'TarsalJoint': {'27949001': ('Tarsal joint', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'Tarsus': {'108371006': ('Tarsus', [7483, 7482])}, + 'TartrazineStain': {'21592006': ('tartrazine stain', [8112])}, + 'TasteAndSenseAltered': {'271801002': ('Taste and sense altered', [9300, 60])}, + 'TasteSenseAltered': {'271801002': ('Taste sense altered (finding)', [])}, + 'Taurine': {'10944007': ('Taurine (substance)', [])}, + 'TavdaHorseBreed': {'132764005': ('Tavda horse breed', [7480])}, + 'TawleedHorseBreed': {'133001001': ('Tawleed horse breed', [7480])}, + 'Taylor': {'399296000': ('Taylor', [4012])}, + 'TaylorProjection': {'399296000': ('Taylor projection (qualifier value)', [])}, + 'Tc99mSestamibi': {'404706008': ('Tc-99m sestamibi', [3111])}, + 'Tc99mTetrofosmin': {'404707004': ('Tc-99m tetrofosmin', [3111])}, + 'Technetium99mDimercaptosuccinicAcidDMSA': {'447201007': ('Technetium^99m ' + 'Dimercaptosuccinic ' + 'Acid DMSA', + [25])}, + 'Technetium99mGalactosylHumanSerumAlbuminDiethylenetriamine': {'446534003': ('Technetium^99m ' + 'Galactosyl ' + 'Human ' + 'Serum ' + 'Albumin ' + 'Diethylenetriamine', + [25])}, + 'Technetium99mHydroxymethyleneDiphosphonateHMDP': {'446535002': ('Technetium^99m ' + 'Hydroxymethylene ' + 'diphosphonate ' + 'HMDP', + [25])}, + 'Technetium99mLabeledCarbon': {'447125008': ('Technetium^99m labeled carbon', + [25])}, + 'Technetium99mMercaptoacetylTriglycineMAG3': {'446536001': ('Technetium^99m ' + 'Mercaptoacetyl ' + 'triglycine MAG3', + [25])}, + 'Technetium99mNPyridoxyl5Methyltryptophan': {'447126009': ('Technetium^99m ' + 'N-pyridoxyl-5-methyltryptophan', + [25])}, + 'Technetium99mPhytate': {'447127000': ('Technetium^99m Phytate', [25])}, + 'Technetium99mStannousColloid': {'447128005': ('Technetium^99m Stannous ' + 'Colloid', + [25])}, + 'Technetium99mtcSestamibiInjection': {'404706008': ('Technetium[99mTc] ' + 'sestamibi injection ' + '(product)', + [])}, + 'Technetium99mtcTetrofosminInjection': {'404707004': ('Technetium[99mTc] ' + 'tetrofosmin injection ' + '(product)', + [])}, + 'TechnetiumTc99NSubstitutedIminodiacetate': {'87410002': ('Technetium Tc^99^ ' + 'N-substituted ' + 'iminodiacetate ' + '(substance)', + [])}, + 'TechnetiumTc99TaggedRedCells': {'89818005': ('Technetium Tc^99^ tagged red ' + 'cells (substance)', + [])}, + 'TechnetiumTc99cAlbuminMicrospheres': {'55494003': ('Technetium Tc^99c^ ' + 'albumin microspheres', + [25])}, + 'TechnetiumTc99mAggregatedAlbumin': {'85693008': ('Technetium Tc^99m^ ' + 'aggregated albumin', + [25])}, + 'TechnetiumTc99mAlbuminColloid': {'16011006': ('Technetium Tc^99m^ albumin ' + 'colloid', + [25])}, + 'TechnetiumTc99mAlbuminMicrospheres': {'55494003': ('Technetium Tc^99m^ ' + 'albumin microspheres ' + '(substance)', + [])}, + 'TechnetiumTc99mDepreotide': {'415704007': ('Technetium Tc^99m^ depreotide', + [25])}, + 'TechnetiumTc99mDimercaptosuccinicAcid': {'447201007': ('Technetium Tc^99m^ ' + 'dimercaptosuccinic ' + 'acid (substance)', + [])}, + 'TechnetiumTc99mDisofenin': {'3040004': ('Technetium Tc^99m^ disofenin', + [25])}, + 'TechnetiumTc99mExametazime': {'77313009': ('Technetium Tc^99m^ exametazime ' + '(substance)', + [])}, + 'TechnetiumTc99mExametazine': {'77313009': ('Technetium Tc^99m^ exametazine', + [25])}, + 'TechnetiumTc99mGalactosylHumanSerumAlbuminDiethylenetriaminePentaaceticAcid': {'446534003': ('Technetium ' + 'Tc^99m^ ' + 'galactosyl ' + 'human ' + 'serum ' + 'albumin ' + 'diethylenetriamine ' + 'pentaacetic ' + 'acid ' + '(substance)', + [])}, + 'TechnetiumTc99mHydroxymethyleneDiphosphonate': {'446535002': ('Technetium ' + 'Tc^99m^ ' + 'hydroxymethylene ' + 'diphosphonate ' + '(substance)', + [])}, + 'TechnetiumTc99mIronAscorbate': {'87853006': ('Technetium Tc^99m^ iron ' + 'ascorbate', + [25])}, + 'TechnetiumTc99mLabeledCarbon': {'447125008': ('Technetium Tc^99m^ labeled ' + 'carbon (substance)', + [])}, + 'TechnetiumTc99mLidofenin': {'7281000': ('Technetium Tc^99m^ lidofenin', + [25])}, + 'TechnetiumTc99mMebrofenin': {'4832001': ('Technetium Tc^99m^ mebrofenin', + [25])}, + 'TechnetiumTc99mMedronate': {'96390006': ('Technetium Tc^99m^ medronate', + [25])}, + 'TechnetiumTc99mMercaptoacetyltriglycine': {'446536001': ('Technetium Tc^99m^ ' + 'mercaptoacetyltriglycine ' + '(substance)', + [])}, + 'TechnetiumTc99mMicroaggregatedAlbumin': {'81761004': ('Technetium Tc^99m^ ' + 'microaggregated ' + 'albumin', + [25])}, + 'TechnetiumTc99mNPyridoxyl5Methyltryptophan': {'447126009': ('Technetium ' + 'Tc^99m^ ' + 'N-pyridoxyl-5-methyltryptophan ' + '(substance)', + [])}, + 'TechnetiumTc99mNSubstitutedIminodiacetate': {'87410002': ('Technetium ' + 'Tc^99m^ ' + 'N-substituted ' + 'iminodiacetate', + [25])}, + 'TechnetiumTc99mOxidronate': {'53951001': ('Technetium Tc^99m^ oxidronate', + [25])}, + 'TechnetiumTc99mPentetate': {'430276001': ('Technetium Tc^99m^ pentetate', + [25])}, + 'TechnetiumTc99mPhytate': {'447127000': ('Technetium Tc^99m^ phytate ' + '(substance)', + [])}, + 'TechnetiumTc99mPyroAndPolyphosphates': {'65156006': ('Technetium Tc^99m^ ' + 'pyro and ' + 'polyphosphates', + [25])}, + 'TechnetiumTc99mPyrophosphateAndPolyphosphate': {'65156006': ('Technetium ' + 'Tc^99m^ ' + 'pyrophosphate ' + 'and ' + 'polyphosphate ' + '(substance)', + [])}, + 'TechnetiumTc99mSerumAlbumin': {'79610008': ('Technetium Tc^99m^ serum ' + 'albumin', + [25])}, + 'TechnetiumTc99mSestamibi': {'424299003': ('Technetium Tc^99m^ sestamibi', + [25])}, + 'TechnetiumTc99mSodiumGlucoheptonate': {'45849009': ('Technetium Tc^99m^ ' + 'sodium glucoheptonate', + [25])}, + 'TechnetiumTc99mStannousColloid': {'447128005': ('Technetium Tc^99m^ stannous ' + 'colloid (substance)', + [])}, + 'TechnetiumTc99mStannousEtidronate': {'111162007': ('Technetium Tc^99m^ ' + 'stannous etidronate', + [25])}, + 'TechnetiumTc99mSuccimer': {'24511001': ('Technetium Tc^99m^ succimer', [25])}, + 'TechnetiumTc99mSulfurColloid': {'5931004': ('Technetium Tc^99m^ sulfur ' + 'colloid', + [25])}, + 'TechnetiumTc99mTaggedRedCells': {'89818005': ('Technetium Tc^99m^ tagged red ' + 'cells', + [25])}, + 'TechnetiumTc99mTeboroxime': {'424318009': ('Technetium Tc^99m^Teboroxime', + [25])}, + 'TechnetiumTc99mTetrofosmin': {'424118002': ('Technetium Tc^99m^Tetrofosmin', + [25])}, + 'TeddyRooseveltTerrierDogBreed': {'132454002': ('Teddy Roosevelt Terrier dog ' + 'breed', + [7480])}, + 'TeeswaterSheepBreed': {'132800008': ('Teeswater sheep breed', [7480])}, + 'TeethGumsAndSupportingStructures': {'28035005': ('Teeth, gums and supporting ' + 'structures', + [4016])}, + 'TelemarkCattleBreed': {'133278004': ('Telemark cattle breed', [7480])}, + 'Telencephalon': {'11628009': ('Telencephalon', [7153, 9514, 7192, 7151])}, + 'TelomainDogBreed': {'132634006': ('Telomain dog breed', [7480])}, + 'TelomianDogBreed': {'132634006': ('Telomian dog breed (organism)', [])}, + 'TemperatureWaveform': {'128437008': ('Temperature waveform', [3003])}, + 'TemperatureWaveformFunction': {'128437008': ('Temperature waveform, function ' + '(observable entity)', + [])}, + 'TemporalBone': {'60911003': ('Temporal Bone', + [1002, 1001, 1000, 9514, 7192, 4028, 7151])}, + 'TemporalBoneStructure': {'60911003': ('Temporal bone structure (body ' + 'structure)', + [])}, + 'TemporalCorrelation': {'133886009': ('Temporal correlation', [6137, 6043])}, + 'TemporalLobe': {'78277001': ('Temporal lobe', [7153, 9514, 7192, 7151])}, + 'TemporalLobeStructure': {'78277001': ('Temporal lobe structure (body ' + 'structure)', + [])}, + 'TemporalPeriodsRelatingToFeedingAndEating': {'309602000': ('Temporal periods ' + 'relating to ' + 'feeding and ' + 'eating ' + '(qualifier ' + 'value)', + [])}, + 'TemporalPeriodsRelatingToProcedure': {'307152002': ('Temporal periods ' + 'relating to procedure ' + '(qualifier value)', + [])}, + 'TemporaryTranscutaneousPacing': {'59218006': ('temporary transcutaneous ' + 'pacing', + [3555])}, + 'TemporomandibularJoint': {'53620006': ('Temporomandibular joint', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'TemporomandibularJointStructure': {'53620006': ('Temporomandibular joint ' + 'structure (body structure)', + [])}, + 'Tendon': {'13024002': ('Tendon', [7191, 7151, 7166])}, + 'TendonOfTodaro': {'128595004': ('Tendon of Todaro', [3011])}, + 'TendonStructure': {'13024002': ('Tendon structure (body structure)', [])}, + 'TennesseeWalkingHorse': {'51023000': ('Tennessee walking horse (organism)', + [])}, + 'TennesseeWalkingHorseBreed': {'51023000': ('Tennessee walking horse breed', + [7480])}, + 'TenthPercentile': {'371890005': ('Tenth percentile (qualifier value)', [])}, + 'TeresMajorMuscle': {'1193009': ('Teres major muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'TeresMinorMuscle': {'51159009': ('Teres minor muscle', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'TerminalDeoxynucleotidylTransferaseStain': {'406975002': ('terminal ' + 'deoxynucleotidyl ' + 'transferase stain', + [8112])}, + 'TerminalInternalCarotidArtery': {'415646005': ('Terminal internal carotid ' + 'artery', + [12105, + 12103, + 9514, + 7192, + 7151, + 3827])}, + 'Terrier': {'606003': ('Terrier', [7480])}, + 'TerskHorseBreed': {'133151009': ('Tersk horse breed', [7480])}, + 'TestDuration': {'252129004': ('Test duration (observable entity)', [])}, + 'TestNotDone': {'373121007': ('Test not done (qualifier value)', [])}, + 'TesticularArtery': {'27175001': ('Testicular Artery', + [12103, 9514, 7192, 12111, 7151, 3827])}, + 'TesticularVein': {'31688004': ('Testicular Vein', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'Testis': {'40689003': ('Testis', + [4030, + 10060, + 6204, + 9514, + 7160, + 7192, + 7151, + 6202, + 4, + 10044])}, + 'TestisStructure': {'40689003': ('Testis structure (body structure)', [])}, + 'TetracyclineAntibiotic': {'373206009': ('Tetracycline antibiotic', + [621, 622])}, + 'TetracyclineClassOfAntibioticSubstance': {'373206009': ('Tetracycline (class ' + 'of antibiotic, ' + 'substance) ' + '(substance)', + [])}, + 'TetralogyOfFallot': {'86299006': ('Tetralogy of Fallot', [12249, 12248])}, + 'Teufel': {'399127009': ('Teufel', [4012])}, + 'TeufelProjection': {'399127009': ('Teufel projection (qualifier value)', [])}, + 'TexasLonghornCattleBreed': {'133279007': ('Texas Longhorn cattle breed', + [7480])}, + 'TexelSheepBreed': {'132801007': ('Texel sheep breed', [7480])}, + 'TexonCattleBreed': {'133280005': ('Texon cattle breed', [7480])}, + 'ThaiBinhPigBreed': {'132349007': ('Thai Binh pig breed', [7480])}, + 'ThaiCattleBreed': {'131530006': ('Thai cattle breed', [7480])}, + 'ThaiPonyHorseBreed': {'131949002': ('Thai Pony horse breed', [7480])}, + 'ThaiRidgebackDogBreed': {'132641000': ('Thai Ridgeback dog breed', [7480])}, + 'ThailandFightingZebuCattleBreed': {'131531005': ('Thailand Fighting Zebu ' + 'cattle breed', + [7480])}, + 'ThalamicStructure': {'42695009': ('Thalamic structure (body structure)', [])}, + 'Thalamus': {'119406000': ('Thalamus', [7140]), + '42695009': ('Thalamus', [7153, 9514, 7192, 7151])}, + 'ThalamusPart': {'119406000': ('Thalamus part (body structure)', [])}, + 'ThalliSheepBreed': {'132707000': ('Thalli sheep breed', [7480])}, + 'Thallium201': {'353842007': ('Thallium-201', [3111])}, + 'ThallousChlorideTl201': {'73685002': ('Thallous chloride Tl^201^', [25])}, + 'ThanhHoaCattleBreed': {'131532003': ('Thanh-Hoa cattle breed', [7480])}, + 'TharparkarCattleBreed': {'133629002': ('Tharparkar cattle breed', [7480])}, + 'TheilerMurineEncephalomyelitisVirus': {'42024000': ("Theiler's murine " + 'encephalomyelitis virus', + [641, 638])}, + 'TherapeuticIntent': {'262202000': ('Therapeutic Intent', [3629])}, + 'TherapeuticProcedure': {'277132007': ('Therapeutic procedure (procedure)', + [])}, + 'TherapeuticRadioisotope': {'439007': ('Therapeutic radioisotope', [25])}, + 'ThermalBath': {'371838001': ('Thermal Bath', [3628])}, + 'ThermalCardiacOutputWaveform': {'128454000': ('Thermal cardiac output ' + 'waveform', + [3003])}, + 'ThermalCardiacOutputWaveformFunction': {'128454000': ('Thermal cardiac ' + 'output waveform, ' + 'function (observable ' + 'entity)', + [])}, + 'ThermalInline': {'371843008': ('Thermal Inline', [3628])}, + 'ThermistorCatheter': {'371800000': ('Thermistor catheter', [3429])}, + 'ThermistorCatheterMethod': {'133914002': ('Thermistor catheter method', + [3241])}, + 'ThermoluminescentRadiationDosimeter': {'464983000': ('Thermoluminescent ' + 'radiation dosimeter', + [7026, + 7027, + 7151, + 7193])}, + 'ThessalonianHorseBreed': {'131950002': ('Thessalonian horse breed', [7480])}, + 'ThessalyCattleBreed': {'133530000': ('Thessaly cattle breed', [7480])}, + 'Thiamylal': {'40342009': ('Thiamylal', [625, 623])}, + 'ThiamylalSodium': {'40342009': ('Thiamylal sodium (substance)', [])}, + 'ThibarCattleBreed': {'133836003': ('Thibar cattle breed (organism)', [])}, + 'ThibarXZebuCattleBreed': {'133836003': ('Thibar X zebu cattle breed', + [7480])}, + 'Thigh': {'68367000': ('Thigh', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'ThighPerforator': {'714759009': ('Thigh perforator', + [12103, 9514, 7192, 7151, 3827, 12110])}, + 'ThighStructure': {'68367000': ('Thigh structure (body structure)', [])}, + 'ThillariCattleBreed': {'133791002': ('Thillari cattle breed', [7480])}, + 'ThioflavineSStain': {'406995008': ('thioflavine S stain', [8112])}, + 'ThioflavineTStain': {'61068006': ('thioflavine T stain', [8112])}, + 'ThioninStain': {'406969006': ('thionin stain', [8112])}, + 'ThionineStain': {'12001002': ('thionine stain', [8112])}, + 'Thiopental': {'387448009': ('Thiopental', [625, 623])}, + 'ThiopentalSodium': {'387448009': ('Thiopental sodium (substance)', [])}, + 'ThirdDegreeAtrioventricularBlock': {'27885002': ('Third degree ' + 'Atrioventricular block', + [3230])}, + 'ThirdLumbarArtery': {'397409007': ('Third Lumbar Artery', + [12113, 12103, 9514, 7192, 7151, 3827])}, + 'ThirdMolarRegion': {'699503005': ('Third molar region', [4017])}, + 'ThirdMolarRegionOfOralCavity': {'699503005': ('Third molar region of oral ' + 'cavity (body structure)', + [])}, + 'ThirdVentricle': {'49841001': ('Third ventricle', + [7153, 7140, 9514, 7192, 7151])}, + 'ThirdVentricleStructure': {'49841001': ('Third ventricle structure (body ' + 'structure)', + [])}, + 'Thoracentesis': {'91602002': ('Thoracentesis', [9])}, + 'ThoracicAorta': {'113262008': ('Thoracic aorta', + [3604, + 4030, + 3010, + 12291, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'ThoracicAortaStructure': {'113262008': ('Thoracic aorta structure (body ' + 'structure)', + [])}, + 'ThoracicAorticCoarctation': {'253678000': ('Thoracic Aortic Coarctation', + [12236])}, + 'ThoracicDuct': {'1732005': ('Thoracic Duct', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'ThoracicDuctStructure': {'1732005': ('Thoracic duct structure (body ' + 'structure)', + [])}, + 'ThoracicInlet': {'42973007': ('Thoracic Inlet', [1004, 1001, 1000])}, + 'ThoracicSpine': {'122495006': ('Thoracic spine', + [4030, + 4031, + 7304, + 7155, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'ThoracicSpineStructure': {'122495006': ('Thoracic spine structure (body ' + 'structure)', + [])}, + 'ThoracicStructure': {'51185008': ('Thoracic structure (body structure)', [])}, + 'ThoracicSurgery': {'309970009': ('Thoracic Surgery', [7030])}, + 'ThoracicSurgeryDepartment': {'309970009': ('Thoracic surgery department ' + '(environment)', + [])}, + 'ThoracoLumbarSpine': {'297172009': ('Thoraco-lumbar spine', + [4030, + 4031, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4, + 4009]), + '297174005': ('Thoraco-Lumbar Spine', [7304])}, + 'ThoracolumbarRegionOfSpineStructure': {'297172009': ('Thoracolumbar region ' + 'of spine structure ' + '(body structure)', + [])}, + 'Thorax': {'51185008': ('Thorax', [12020, 7155])}, + 'ThraceCattleBreed': {'133360006': ('Thrace cattle breed', [7480])}, + 'Thrombin': {'36176003': ('Thrombin (substance)', [])}, + 'ThrombinPreparation': {'36176003': ('Thrombin preparation', [10])}, + 'ThrombolysisInMyocardialInfarctionGrade0NoPerfusion': {'371867000': ('Thrombolysis ' + 'in ' + 'Myocardial ' + 'Infarction ' + 'grade ' + '0: no ' + 'perfusion ' + '(finding)', + [])}, + 'ThrombolysisInMyocardialInfarctionGrade1PenetrationWithoutPerfusion': {'371866009': ('Thrombolysis ' + 'in ' + 'Myocardial ' + 'Infarction ' + 'grade ' + '1: ' + 'penetration ' + 'without ' + 'perfusion ' + '(finding)', + [])}, + 'ThrombolysisInMyocardialInfarctionGrade2PartialPerfusion': {'371864007': ('Thrombolysis ' + 'in ' + 'Myocardial ' + 'Infarction ' + 'grade ' + '2: ' + 'partial ' + 'perfusion ' + '(finding)', + [])}, + 'ThrombolysisInMyocardialInfarctionGrade3CompletePerfusion': {'371865008': ('Thrombolysis ' + 'in ' + 'Myocardial ' + 'Infarction ' + 'grade ' + '3: ' + 'complete ' + 'perfusion ' + '(finding)', + [])}, + 'Thrombolytic': {'303960004': ('Thrombolytic (product)', [])}, + 'ThrombolyticAgent': {'303960004': ('Thrombolytic agent', [10])}, + 'ThrombolyticAgentAdministeredBetween3And6HoursBeforePercutaneousCoronaryIntervention': {'371897008': ('Thrombolytic ' + 'agent ' + 'administered ' + 'between ' + '3 ' + 'and ' + '6 ' + 'hours ' + 'before ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'ThrombolyticAgentAdministeredBetween6HoursAnd7DaysBeforePercutaneousCoronaryIntervention': {'371906007': ('Thrombolytic ' + 'agent ' + 'administered ' + 'between ' + '6 ' + 'hours ' + 'and ' + '7 ' + 'days ' + 'before ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'ThrombolyticAgentAdministeredLessThan3HoursBeforePercutaneousCoronaryIntervention': {'371896004': ('Thrombolytic ' + 'agent ' + 'administered ' + 'less ' + 'than ' + '3 ' + 'hours ' + 'before ' + 'percutaneous ' + 'coronary ' + 'intervention ' + '(situation)', + [])}, + 'ThrombolyticAgentNotAdministeredBecauseContraindicated': {'373148008': ('Thrombolytic ' + 'agent ' + 'not ' + 'administered ' + 'because ' + 'contraindicated ' + '(situation)', + [])}, + 'ThrombolyticTherapy': {'426347000': ('Thrombolytic therapy', [3764])}, + 'ThrombophlebitisOfBreast': {'69954004': ('Thrombophlebitis of breast ' + '(disorder)', + [])}, + 'ThrombophlebitisOfBreastMondorDisease': {'69954004': ('Thrombophlebitis of ' + "breast (Mondor's " + 'disease)', + [6031, 6030])}, + 'Thromboplastin': {'65265006': ('Thromboplastin', [10])}, + 'ThrombosedAneurysm': {'125271003': ('thrombosed aneurysm', [3808])}, + 'Thrombosis': {'118927008': ('thrombosis', [3815]), + '264579008': ('thrombosis', [3805])}, + 'ThromboticDisorder': {'118927008': ('Thrombotic disorder (navigational ' + 'concept)', + [])}, + 'Thrombus': {'396339007': ('Thrombus', + [3491, + 3497, + 3495, + 3712, + 7156, + 9514, + 7192, + 7151, + 3810])}, + 'Thumb': {'76505004': ('Thumb', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'ThumbStructure': {'76505004': ('Thumb structure (body structure)', [])}, + 'ThuocNhieuPigBreed': {'133165006': ('Thuoc Nhieu pig breed', [7480])}, + 'ThuringianGoatBreed': {'131642009': ('Thuringian goat breed', [7480])}, + 'ThymidineF18': {'129502002': ('Thymidine F^18^ (substance)', [])}, + 'ThymidineFLTF18': {'129502002': ('Thymidine (FLT) F^18^', [4021])}, + 'Thymus': {'9875009': ('Thymus', + [4030, 7155, 10060, 9514, 7192, 7151, 4, 10044])}, + 'ThymusGland': {'9875009': ('Thymus Gland', [6113, 6109, 6102])}, + 'ThymusGlandStructure': {'9875009': ('Thymus gland structure (body structure)', + [])}, + 'ThyrocervicalTrunk': {'6538005': ('Thyrocervical trunk', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'Thyroid': {'69748006': ('Thyroid', + [6113, + 4030, + 6109, + 6102, + 10060, + 9514, + 7192, + 7151, + 4, + 10044])}, + 'ThyroidHormone': {'18220004': ('Thyroid hormone', [621, 622])}, + 'ThyroidStructure': {'69748006': ('Thyroid structure (body structure)', [])}, + 'TiaMeslanPigBreed': {'132090004': ('Tia Meslan pig breed', [7480])}, + 'TibetanCattleBreed': {'131533008': ('Tibetan cattle breed', [7480])}, + 'TibetanHorseBreed': {'131951003': ('Tibetan horse breed', [7480])}, + 'TibetanMastiffDogBreed': {'132643002': ('Tibetan Mastiff dog breed', [7480])}, + 'TibetanPigBreed': {'132228008': ('Tibetan pig breed', [7480])}, + 'TibetanSpaniel': {'87219003': ('Tibetan spaniel', [7480])}, + 'TibetanTerrier': {'17663009': ('Tibetan terrier', [7480])}, + 'Tibia': {'12611008': ('Tibia', [12021, 7304])}, + 'TibiaAndFibula': {'110536004': ('Tibia and fibula', [7483, 7482])}, + 'TibiaAndFibulaCombinedSite': {'110536004': ('Tibia and fibula (combined ' + 'site) (body structure)', + [])}, + 'TibialArtery': {'181351007': ('tibial artery', [3604, 3606, 3630])}, + 'TibialLymphNode': {'80769008': ('tibial lymph node', [7600])}, + 'TibialPlateau': {'306783000': ('Tibial Plateau', [1001, 1000, 1006])}, + 'TibialPlateauStructure': {'306783000': ('Tibial plateau structure (body ' + 'structure)', + [])}, + 'TielingHorseBreed': {'131952005': ('Tieling horse breed', [7480])}, + 'Tiletamine': {'96265006': ('Tiletamine', [625, 623])}, + 'TiletamineHydrochloride': {'96265006': ('Tiletamine hydrochloride ' + '(substance)', + [])}, + 'TimeFromStartOfTest': {'252131008': ('Time from start of test (observable ' + 'entity)', + [])}, + 'TimorHorseBreed': {'131953000': ('Timor horse breed', [7480])}, + 'TinANDORTinCompound': {'105849006': ('Tin AND/OR tin compound (substance)', + [])}, + 'TinOrTinCompound': {'105849006': ('Tin or Tin compound', [10006, 10067])}, + 'TinimaCattleBreed': {'133531001': ('Tinima cattle breed', [7480])}, + 'TinosCattleBreed': {'133542005': ('Tinos cattle breed', [7480])}, + 'TipManometer': {'371802008': ('Tip manometer', [3429])}, + 'TipManometerHemodynamicMeasurementMethodRegimeTherapy': {'128582009': ('Tip ' + 'manometer ' + 'hemodynamic ' + 'measurement ' + 'method ' + '(regime/therapy)', + [])}, + 'TipManometerMethod': {'128582009': ('Tip manometer method', [3241])}, + 'TisCarcinomaInSitu': {'373175001': ('Tis: Carcinoma in situ (breast)', + [6160])}, + 'TisDuctalCarcinomaInSitu': {'373176000': ('Tis: Ductal carcinoma in situ ' + '(breast)', + [6160])}, + 'TisLobularCarcinomaInSitu': {'373177009': ('Tis: Lobular carcinoma in situ ' + '(breast)', + [6160])}, + 'TisPagetDiseaseOfTheNippleWithNoTumor': {'373178004': ("Tis: Paget's disease " + 'of the nipple with ' + 'no tumor', + [6160])}, + 'Tissue': {'85756007': ('Tissue', [7165, 7191, 7196, 7151, 7166, 7150])}, + 'TissueCassette': {'434464009': ('Tissue cassette', [8101, 8102])}, + 'TissueCassetteForMicroarray': {'434708008': ('Tissue cassette for microarray ' + '(physical object)', + [])}, + 'TissueDopplerImaging': {'439858009': ('Tissue Doppler Imaging', + [12224, 6058])}, + 'TissueEmbeddingMedium': {'430863003': ('Tissue embedding medium (substance)', + [])}, + 'TissueFixative': {'430864009': ('Tissue fixative (substance)', [])}, + 'TissueFreezingMedium': {'433469005': ('Tissue freezing medium', [8115])}, + 'TissueMicroarrayCassette': {'434708008': ('Tissue microarray cassette', + [8101, 8102])}, + 'TissueSection': {'430856003': ('Tissue section', [8103])}, + 'TissueSpecimen': {'119376003': ('tissue specimen', [4010, 501, 8103])}, + 'TissueSpecimenFromBreast': {'127457009': ('tissue specimen from breast', + [4014])}, + 'TissueSpot': {'431196006': ('Tissue spot', [8103])}, + 'TitanYellowStain': {'84217005': ('titan yellow stain', [8112])}, + 'Titanium': {'1166006': ('Titanium', [300])}, + 'Titterington': {'399241006': ('Titterington', [4012])}, + 'TitteringtonProjection': {'399241006': ('Titterington projection (qualifier ' + 'value)', + [])}, + 'TobaccoSmokingBehavior': {'365981007': ('Tobacco Smoking Behavior', [3774])}, + 'Toe': {'29707007': ('Toe', + [4030, + 4031, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009, + 1006])}, + 'ToeStructure': {'29707007': ('Toe structure (body structure)', [])}, + 'ToggenburgGoat': {'30089001': ('Toggenburg goat (organism)', [])}, + 'ToggenburgGoatBreed': {'30089001': ('Toggenburg goat breed', [7480])}, + 'TokaraHorseBreed': {'133009004': ('Tokara horse breed', [7480])}, + 'TolazolineHydrochloride': {'19041007': ('Tolazoline hydrochloride ' + '(substance)', + [])}, + 'TolazolineHydrocholoride': {'19041007': ('Tolazoline hydrocholoride', [10])}, + 'ToluidineBlueStain': {'29522004': ('toluidine blue stain', [8112])}, + 'TongConPigBreed': {'132347009': ('Tong Con pig breed', [7480])}, + 'TongSheepBreed': {'132708005': ('Tong sheep breed', [7480])}, + 'TongaCattleBreed': {'131534002': ('Tonga cattle breed', [7480])}, + 'Tongue': {'21974007': ('tongue', [7601, 9514, 7192, 4028, 7151, 4])}, + 'TongueStructure': {'21974007': ('Tongue structure (body structure)', [])}, + 'TonkineseCat': {'44855006': ('Tonkinese cat', [7480])}, + 'TonsilAndAdenoid': {'303337002': ('tonsil and adenoid', [7601])}, + 'TonsilAndAdenoidStructure': {'303337002': ('Tonsil and adenoid structure ' + '(body structure)', + [])}, + 'TonsillarStructurePalatine': {'75573002': ('Tonsillar structure (palatine) ' + '(body structure)', + [])}, + 'Tooth': {'38199008': ('Tooth', [9514, 7192, 4028, 7151, 4029])}, + 'ToothStructure': {'38199008': ('Tooth structure (body structure)', [])}, + 'TopicalLocalAnesthesia': {'386760001': ('Topical local anesthesia', + [611, 612])}, + 'TopicalLocalAnesthetic': {'386760001': ('Topical local anesthetic ' + '(procedure)', + [])}, + 'TopicalRoute': {'6064005': ('Topical route', [11])}, + 'TopographicalModifier': {'106233006': ('Topographical modifier', [210])}, + 'ToposaCattleBreed': {'133792009': ('Toposa cattle breed', [7480])}, + 'ToriHorseBreed': {'133008007': ('Tori horse breed', [7480])}, + 'ToroCattleBreed': {'131535001': ('Toro cattle breed', [7480])}, + 'ToronkeCattleBreed': {'133793004': ('Toronke cattle breed', [7480])}, + 'Torsion': {'51795009': ('Torsion', [92])}, + 'Tortuosity': {'15690004': ('tortuosity', [3810])}, + 'Tortuous': {'386137000': ('Tortuous', [3712])}, + 'TortuousCoronaryArtery': {'386137000': ('Tortuous coronary artery (finding)', + [])}, + 'TosaInuDogBreed': {'132645009': ('Tosa Inu dog breed', [7480])}, + 'Total': {'255619001': ('Total', [7464])}, + 'TotalBloodVolume': {'268384009': ('Total blood volume (observable entity)', + [])}, + 'TotalCavopulmonaryConnectionWithLateralAtrialTunnel': {'427886002': ('Total ' + 'cavopulmonary ' + 'connection ' + 'with ' + 'lateral ' + 'atrial ' + 'tunnel ' + '(procedure)', + [])}, + 'TotalExerciseTime': {'252130009': ('Total exercise time (observable entity)', + [])}, + 'TouabireSheepBreed': {'132709002': ('Touabire sheep breed', [7480])}, + 'ToubouCattleBreed': {'133837007': ('Toubou cattle breed (organism)', [])}, + 'ToubouXZebuCattleBreed': {'133837007': ('Toubou X zebu cattle breed', + [7480])}, + 'TouchPreparation': {'430854000': ('Touch preparation (procedure)', [8110])}, + 'TouchPreparationCytologicMaterial': {'430855004': ('Touch preparation ' + 'cytologic material', + [8103])}, + 'TouchPreparationOfSpecimen': {'430854000': ('Touch preparation of specimen ' + '(procedure)', + [])}, + 'ToupouriCattleBreed': {'133794005': ('Toupouri cattle breed', [7480])}, + 'Towne': {'399270002': ('Towne', [4012])}, + 'TowneProjection': {'399270002': ("Towne's projection (qualifier value)", [])}, + 'Toxin': {'80917008': ('Toxin', [637])}, + 'ToyFoxTerrier': {'26639007': ('Toy fox terrier (organism)', [])}, + 'ToyFoxTerrierDogBreed': {'26639007': ('Toy fox terrier dog breed', [7480])}, + 'ToyHavaneseTerrierDogBreed': {'132646005': ('Toy Havanese Terrier dog breed', + [7480])}, + 'ToyManchesterTerrier': {'13942005': ('Toy Manchester terrier', [7480])}, + 'ToyPoodle': {'25243005': ('Toy poodle (organism)', [])}, + 'ToyPoodleDogBreed': {'25243005': ('Toy poodle dog breed', [7480])}, + 'TrabeculaeCarnae': {'118755002': ('Trabeculae carnae', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'TrabeculaeCarneaeCordis': {'118755002': ('Trabeculae carneae cordis (body ' + 'structure)', + [])}, + 'TrabecularThickeningOfBreast': {'129795008': ('Trabecular thickening of ' + 'breast', + [6056, + 6016, + 6015, + 6054, + 6014])}, + 'Trachea': {'44567001': ('Trachea', + [6113, + 4030, + 6109, + 4031, + 7155, + 6102, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'TracheaAndBronchus': {'110726009': ('Trachea and bronchus', + [4040, 9514, 7192, 7151, 4])}, + 'TracheaAndBronchusCombinedSite': {'110726009': ('Trachea and bronchus ' + '(combined site) (body ' + 'structure)', + [])}, + 'TrachealStructure': {'44567001': ('Tracheal structure (body structure)', [])}, + 'TracheobronchialLymphNode': {'245341003': ('tracheobronchial lymph node', + [7600])}, + 'TracheobronchialLymphNodeLocatedNearCarina': {'89858007': ('tracheobronchial ' + 'lymph node, ' + 'located near ' + 'carina', + [7600])}, + 'Tracheotomy': {'48387007': ('Tracheotomy', [6102, 6138, 6404, 7151, 7193])}, + 'TractionAction': {'129411004': ('Traction - action', [94])}, + 'TrakehnerHorse': {'1789009': ('Trakehner horse (organism)', [])}, + 'TrakehnerHorseBreed': {'1789009': ('Trakehner horse breed', [7480])}, + 'TrakyaHorseBreed': {'131954006': ('Trakya horse breed', [7480])}, + 'TransAbdominal': {'66739002': ('Trans-abdominal', [7])}, + 'TransEsophageal': {'103383005': ('Trans-esophageal', [7])}, + 'TransGastric': {'103353001': ('Trans-gastric', [7])}, + 'TransHepatic': {'103381007': ('Trans-hepatic', [7])}, + 'TransMural': {'103354007': ('Trans-mural', [7])}, + 'TransOrbital': {'129226004': ('Trans-orbital', [7])}, + 'TransPancreatic': {'103349003': ('Trans-pancreatic', [7])}, + 'TransPleural': {'103348006': ('Trans-pleural', [7])}, + 'TransRenal': {'103347001': ('Trans-renal', [7])}, + 'TransSplenic': {'103346005': ('Trans-splenic', [7])}, + 'TransTemporal': {'103382000': ('Trans-temporal', [7])}, + 'TransThecal': {'103345009': ('Trans-thecal', [7])}, + 'TransVaginal': {'54300008': ('Trans-vaginal (endovaginal)', [7])}, + 'TransVesical': {'103344008': ('Trans-vesical', [7])}, + 'TransarterialApproach': {'103387006': ('Transarterial approach (qualifier ' + 'value)', + [])}, + 'TranscatheterDeploymentOfDetachableBalloon': {'105372003': ('Transcatheter ' + 'deployment of ' + 'detachable ' + 'balloon', + [3405, 9])}, + 'TranscatheterTherapyForEmbolization': {'16736007': ('Transcatheter therapy ' + 'for embolization', + [3405, 9])}, + 'TransesophagealApproach': {'103383005': ('Transesophageal approach ' + '(qualifier value)', + [])}, + 'TransesophagealEchocardiography': {'105376000': ('Transesophageal ' + 'echocardiography', + [3405, 12001, 3757, 3428])}, + 'TransesophagealShortAxisView': {'443698002': ('Transesophageal short axis ' + 'view', + [12226, 501])}, + 'Transfer': {'4563007': ('Transfer', [3729])}, + 'Transforamenal': {'272466003': ('transforamenal', [4011, 502])}, + 'Transgastric': {'103353001': ('Transgastric (qualifier value)', [])}, + 'TranshepaticApproach': {'103381007': ('Transhepatic approach (qualifier ' + 'value)', + [])}, + 'TransientIschemicDilatationOfLeftVentricularCavity': {'429710001': ('Transient ' + 'ischemic ' + 'dilatation ' + 'of left ' + 'ventricular ' + 'cavity ' + '(disorder)', + [])}, + 'TransientIschemicDilatationRatioOfLeftVentricularCavity': {'428832008': ('Transient ' + 'ischemic ' + 'dilatation ' + 'ratio ' + 'of ' + 'left ' + 'ventricular ' + 'cavity ' + '(observable ' + 'entity)', + [])}, + 'TransientLimbParalysis': {'274662006': ('Transient limb paralysis', [3205])}, + 'TransjugularIntrahepaticPortosystemicShunt': {'397423009': ('Transjugular ' + 'Intrahepatic ' + 'Portosystemic ' + 'Shunt', + [12103, + 12114, + 9514, + 7192, + 7151, + 3827])}, + 'TransluminalExtractionCatheterDevice': {'21870002': ('Transluminal ' + 'extraction catheter, ' + 'device (physical ' + 'object)', + [])}, + 'TransluminalExtractionCatheterTEC': {'21870002': ('Transluminal Extraction ' + 'Catheter (TEC)', + [3429, 3411])}, + 'Transmural': {'103354007': ('Transmural (qualifier value)', [])}, + 'Transoral': {'118438002': ('transoral', [4011, 502])}, + 'TransoralApproach': {'118438002': ('Transoral approach (qualifier value)', + [])}, + 'Transorbital': {'278318001': ('transorbital', [4011, 502])}, + 'TransorbitalApproach': {'129226004': ('Transorbital approach (qualifier ' + 'value)', + [])}, + 'TransorbitalProjection': {'278318001': ('Transorbital projection (qualifier ' + 'value)', + [])}, + 'Transpancreatic': {'103349003': ('Transpancreatic (qualifier value)', [])}, + 'TransplantSurgery': {'309993003': ('Transplant Surgery', [7030])}, + 'TransplantationOfBoneMarrow': {'23719005': ('Transplantation of bone marrow ' + '(procedure)', + [])}, + 'TransplantationOfHeart': {'32413006': ('Transplantation of heart (procedure)', + [])}, + 'Transpleural': {'103348006': ('Transpleural (qualifier value)', [])}, + 'Transrenal': {'103347001': ('Transrenal (qualifier value)', [])}, + 'TransseptalCatheter': {'386124003': ('Transseptal catheter', [3429])}, + 'TransseptalCatheterization': {'67338003': ('Transseptal catheterization', + [3405, 3250])}, + 'Transsplenic': {'103346005': ('Transsplenic (qualifier value)', [])}, + 'TranstemporalApproach': {'103382000': ('Transtemporal approach (qualifier ' + 'value)', + [])}, + 'Transthecal': {'103345009': ('Transthecal (qualifier value)', [])}, + 'Transthoracic': {'272476000': ('transthoracic', [4011, 502])}, + 'TransthoracicEchocardiography': {'252418006': ('Transthoracic ' + 'echocardiography (procedure)', + []), + '433236007': ('Transthoracic ' + 'echocardiography', + [3405, 12001, 3757, 3428])}, + 'TransthoracicProjection': {'272476000': ('Transthoracic projection ' + '(qualifier value)', + [])}, + 'TranstrachealJetVentilation': {'448442005': ('Transtracheal jet ventilation', + [620, 619])}, + 'TransvenousApproach': {'103386002': ('Transvenous approach (qualifier value)', + [])}, + 'Transverse': {'399220000': ('transverse', [21]), + '62824007': ('Transverse', + [6, 502, 3838, 12118, 2, 501, 5, 26])}, + 'TransverseAorticArch': {'443281009': ('Transverse Aortic Arch', [12280])}, + 'TransverseBodyPosition': {'399220000': ('Transverse body position (finding)', + [])}, + 'TransverseColon': {'485005': ('Transverse colon', [6210])}, + 'TransverseColonStructure': {'485005': ('Transverse colon structure (body ' + 'structure)', + [])}, + 'TransverseProcessOrVertebra': {'73400003': ('Transverse process or vertebra', + [6115])}, + 'TransversusThoracis': {'88454005': ('Transversus thoracis', + [6109, 6102, 6116, 9514, 7192, 7151])}, + 'Transvesical': {'103344008': ('Transvesical (qualifier value)', [])}, + 'TransylvanianHoundDogBreed': {'132455001': ('Transylvanian Hound dog breed', + [7480])}, + 'TransylvanianPinzgauCattleBreed': {'133543000': ('Transylvanian Pinzgau ' + 'cattle breed (organism)', + [])}, + 'TransylvanianPinzguaCattleBreed': {'133543000': ('Transylvanian Pinzgua ' + 'cattle breed', + [7480])}, + 'TrapeziusMuscle': {'31764008': ('Trapezius muscle', + [6113, 6109, 6102, 6116, 9514, 7192, 7151])}, + 'Trauma': {'417746004': ('trauma', [3815])}, + 'TraumaSurgery': {'309994009': ('Trauma Surgery', [7030])}, + 'TraumaSurgeryDepartment': {'309994009': ('Trauma surgery department ' + '(environment)', + [])}, + 'TraumaticAbnormality': {'19130008': ('Traumatic Abnormality', [3809])}, + 'TraumaticAneurysm': {'110421000': ('traumatic aneurysm', [3808])}, + 'TraumaticInjury': {'417746004': ('Traumatic injury (disorder)', [])}, + 'Treadmill': {'1211003': ('Treadmill', [3203])}, + 'TreadmillDevice': {'1211003': ('Treadmill, device (physical object)', [])}, + 'TreeingCurDogBreed': {'132647001': ('Treeing Cur dog breed', [7480])}, + 'TreeingFeistDogBreed': {'132648006': ('Treeing Feist dog breed', [7480])}, + 'TreeingTennesseeBrindleDogBreed': {'132633000': ('Treeing Tennessee Brindle ' + 'dog breed', + [7480])}, + 'TreeingWalkerCoonhound': {'57120006': ('Treeing walker coonhound (organism)', + [])}, + 'TreeingWalkerCoonhoundDogBreed': {'57120006': ('Treeing walker coonhound dog ' + 'breed', + [7480])}, + 'Tremor': {'26079004': ('Tremor (finding)', [])}, + 'Trendelenburg': {'34106002': ('Trendelenburg', [20])}, + 'TrendelenburgPosition': {'34106002': ('Trendelenburg position (finding)', + [])}, + 'TribredPigBreed': {'132029006': ('Tribred pig breed', [7480])}, + 'Tribromoethanol': {'84386009': ('Tribromoethanol', [625, 623])}, + 'TrichromeStain': {'406989007': ('trichrome stain', [8112])}, + 'TricuspidAnnulus': {'113259005': ('Tricuspid Annulus', + [12241, 12236, 12305])}, + 'TricuspidDiastolicFillingPeriod': {'371847009': ('Tricuspid diastolic ' + 'filling period (observable ' + 'entity)', + [])}, + 'TricuspidDiastolicFillingPeriodDfpt': {'371847009': ('Tricuspid Diastolic ' + 'Filling Period (DFPt)', + [12267, 3616, 12268])}, + 'TricuspidRegurgitation': {'111287006': ('Tricuspid regurgitation', [3700])}, + 'TricuspidRing': {'113259005': ('Tricuspid ring', [3011])}, + 'TricuspidValve': {'46030003': ('Tricuspid Valve', + [6113, + 6109, + 3701, + 12305, + 6102, + 12285, + 9514, + 7192, + 3610, + 7151, + 3630])}, + 'TricuspidValveArea': {'251014001': ('Tricuspid Valve Area', [3614, 3615])}, + 'TricuspidValveClosureToOpeningTime': {'399282006': ('Tricuspid Valve Closure ' + 'to Opening Time', + [12208])}, + 'TricuspidValveDisease': {'20721001': ('Tricuspid valve disease', [3700])}, + 'TricuspidValveDisorder': {'20721001': ('Tricuspid valve disorder (disorder)', + [])}, + 'TricuspidValveFlow': {'371840006': ('Tricuspid Valve Flow', [3617])}, + 'TricuspidValvePullbackPressureWaveform': {'128451008': ('Tricuspid valve ' + 'pullback pressure ' + 'waveform', + [3003])}, + 'TricuspidValvePullbackPressureWaveformFunction': {'128451008': ('Tricuspid ' + 'valve ' + 'pullback ' + 'pressure ' + 'waveform, ' + 'function ' + '(observable ' + 'entity)', + [])}, + 'TricuspidValveRegurgitation': {'111287006': ('Tricuspid valve regurgitation ' + '(disorder)', + [])}, + 'TricuspidValveStructure': {'46030003': ('Tricuspid valve structure (body ' + 'structure)', + [])}, + 'TrigeminalNerve': {'27612005': ('trigeminal nerve', [7710, 7706])}, + 'TrigeminalNerveStructure': {'27612005': ('Trigeminal nerve structure (body ' + 'structure)', + [])}, + 'TriggHoundDogBreed': {'132456000': ('Trigg Hound dog breed', [7480])}, + 'TripleVesselCoronaryArteryDisease': {'233817007': ('Triple vessel coronary ' + 'artery disease.', + [3728])}, + 'TripleVesselDiseaseOfTheHeart': {'233817007': ('Triple vessel disease of the ' + 'heart (disorder)', + [])}, + 'TrochlearNerve': {'39322007': ('trochlear nerve', [7710, 7706])}, + 'TrochlearNerveStructure': {'39322007': ('Trochlear nerve structure (body ' + 'structure)', + [])}, + 'TropaeolinOOStain': {'53511009': ('tropaeolin OO stain', [8112])}, + 'TropaeolinOStain': {'35094004': ('tropaeolin O stain', [8112])}, + 'TropicalCattleBreed': {'133838002': ('Tropical cattle breed (organism)', [])}, + 'TropicalDairyCattleCattleBreed': {'133544006': ('Tropical Dairy Cattle ' + 'cattle breed', + [7480])}, + 'TropicalMedicine': {'441548002': ('Tropical Medicine', [7030])}, + 'TropicalMedicineDepartment': {'441548002': ('Tropical medicine department ' + '(environment)', + [])}, + 'TropicalXZebuCattleBreed': {'133838002': ('Tropical X zebu cattle breed', + [7480])}, + 'Tropicamide': {'9190005': ('Tropicamide', [4208])}, + 'TropicanaCattleBreed': {'133545007': ('Tropicana cattle breed', [7480])}, + 'TroteEnGallopeHorseBreed': {'131955007': ('Trote en Gallope horse breed', + [7480])}, + 'TruncalValveStructure': {'279317000': ('Truncal Valve Structure', [12289])}, + 'TruncusArteriosusCommunis': {'61959006': ('Truncus Arteriosus Communis', + [3604, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 4, + 3630])}, + 'TruncusCoeliacus': {'57850000': ('Truncus coeliacus', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'Trunk': {'22943007': ('Trunk', [12020])}, + 'TrunkAngiography': {'303827001': ('trunk angiography', [3820])}, + 'TrunkOfPulmonaryArtery': {'45341000': ('Trunk of pulmonary artery', + [3829, 12305, 9514, 7192, 7151])}, + 'TrunkStructure': {'22943007': ('Trunk structure (body structure)', [])}, + 'TrypanBlue': {'60441008': ('Trypan blue', [4200])}, + 'TrypanBlueStain': {'60441008': ('trypan blue stain', [8112])}, + 'TsivilskPigBreed': {'132110002': ('Tsivilsk pig breed', [7480])}, + 'TswanaCattleBreed': {'131439005': ('Tswana cattle breed', [7480])}, + 'Tuarine': {'10944007': ('Tuarine', [7186, 7180, 218, 4032, 4033, 7469])}, + 'TubalTonsil': {'21058000': ('tubal tonsil', [7601])}, + 'TubeDevice': {'83059008': ('Tube, device (physical object)', [69])}, + 'TubeFeedingOfPatientRegimeTherapy': {'61420007': ('Tube feeding of patient ' + '(regime/therapy)', + [])}, + 'TubercleOfRib': {'113198008': ('Tubercle of rib', [6115])}, + 'TubercleOfRibStructure': {'113198008': ('Tubercle of rib structure (body ' + 'structure)', + [])}, + 'TubularAdenocarcinoma': {'4631006': ('Tubular adenocarcinoma', [6030, 6033])}, + 'TubularAdenoma': {'19665009': ('Tubular adenoma', [6031, 6030])}, + 'TubularAdenomaNoInternationalClassificationOfDiseasesForOncologySubtype': {'19665009': ('Tubular ' + 'adenoma, ' + 'no ' + 'International ' + 'Classification ' + 'of ' + 'Diseases ' + 'for ' + 'Oncology ' + 'subtype ' + '(morphologic ' + 'abnormality)', + [])}, + 'TubularDensity': {'129794007': ('Tubular density', + [6056, 6016, 6015, 6054, 6014])}, + 'TubularShapedDensityOfBreast': {'129794007': ('Tubular shaped density of ' + 'breast (finding)', + [])}, + 'TudancaCattleBreed': {'133546008': ('Tudanca cattle breed', [7480])}, + 'TukidaleSheepBreed': {'132704007': ('Tukidale sheep breed', [7480])}, + 'TuliCattleBreed': {'131440007': ('Tuli cattle breed', [7480])}, + 'Tumor': {'108369006': ('tumor', [3815, 644])}, + 'TumorInvasionLimitedToSkin': {'409783000': ('Tumor invasion limited to skin ' + '(finding)', + [])}, + 'TumorMarginStatus': {'372249001': ('Tumor margin status (observable entity)', + [])}, + 'TumorNecrosisFactorAlpha': {'39525005': ('Tumor necrosis factor alpha', + [642, 638])}, + 'TumorOfColon': {'126838000': ('Tumor of colon', [6201])}, + 'TumorStageFinding': {'385356007': ('Tumor stage finding (finding)', [])}, + 'TunchangPigBreed': {'132199000': ('Tunchang pig breed (organism)', [])}, + 'TungchangPigBreed': {'132199000': ('Tungchang pig breed', [7480])}, + 'TungstenANDORTungstenCompound': {'105874009': ('Tungsten AND/OR tungsten ' + 'compound (substance)', + [])}, + 'TungstenHalogenLamp': {'445679001': ('Tungsten halogen lamp', [8125])}, + 'TungstenHalogenLampMicroscopeIlluminator': {'445679001': ('Tungsten halogen ' + 'lamp microscope ' + 'illuminator ' + '(physical object)', + [])}, + 'TungstenOrTungstenCompound': {'105874009': ('Tungsten or Tungsten compound', + [10016])}, + 'TuniCattleBreed': {'131536000': ('Tuni cattle breed', [7480])}, + 'TunicaAdventitia': {'30180000': ('Tunica adventitia (body structure)', [])}, + 'TunicaIntima': {'8361002': ('Tunica intima (body structure)', [])}, + 'TunicaMediaVasorum': {'61695000': ('Tunica media vasorum (body structure)', + [])}, + 'TunisSheepBreed': {'132710007': ('Tunis sheep breed', [7480])}, + 'TurinoCattleBreed': {'133547004': ('Turino cattle breed', [7480])}, + 'TurkishAngoraCat': {'50441005': ('Turkish angora cat', [7480])}, + 'TurkishBrownCattleBreed': {'133548009': ('Turkish Brown cattle breed', + [7480])}, + 'TurkishGraySteppeCattleBreed': {'131537009': ('Turkish Gray Steppe cattle ' + 'breed', + [7480])}, + 'TurkishVanCatBreed': {'132655008': ('Turkish van cat breed', [7480])}, + 'TurkmenZebuCattleBreed': {'133652003': ('Turkmen zebu cattle breed', [7480])}, + 'TurkomanHorseBreed': {'131956008': ('Turkoman horse breed', [7480])}, + 'TuropoljePigBreed': {'132229000': ('Turopolje pig breed', [7480])}, + 'TushinHorseBreed': {'131957004': ('Tushin horse breed', [7480])}, + 'TuvaHorseBreed': {'131958009': ('Tuva horse breed', [7480])}, + 'TuxZillertalCattleBreed': {'133549001': ('Tux-Zillertal cattle breed', + [7480])}, + 'TuyHoaCattleBreed': {'131538004': ('Tuy-Hoa cattle breed', [7480])}, + 'TuyHoaHairlessPigBreed': {'133161002': ('Tuy Hoa Hairless pig breed', + [7480])}, + 'Twining': {'399125001': ('Twining', [4012])}, + 'TwiningProjection': {'399125001': ('Twining projection (qualifier value)', + [])}, + 'TwoChamber': {'399232001': ('Two chamber', [6, 502, 501])}, + 'TwoStandardDeviationsAboveMean': {'371920000': ('Two standard deviations ' + 'above mean (qualifier ' + 'value)', + [])}, + 'TwoStandardDeviationsBelowMean': {'371918003': ('Two standard deviations ' + 'below mean (qualifier ' + 'value)', + [])}, + 'TypeOfStenosis': {'246244004': ('Type of stenosis (attribute)', [])}, + 'TypicalAngina': {'429559004': ('Typical Angina', [3202, 3220])}, + 'TyrolGrayCattleBreed': {'133550001': ('Tyrol Gray cattle breed', [7480])}, + 'TyrolMountainSheepBreed': {'132711006': ('Tyrol Mountain sheep breed', + [7480])}, + 'TyroleanHoundDogBreed': {'132457009': ('Tyrolean Hound dog breed', [7480])}, + 'TyropanoateSodium': {'109212003': ('Tyropanoate sodium (substance)', [])}, + 'UdaSheepBreed': {'132712004': ('Uda sheep breed', [7480])}, + 'UjumqinCattleBreed': {'131539007': ('Ujumqin cattle breed', [7480])}, + 'UjumqinSheepBreed': {'132854005': ('Ujumqin sheep breed', [7480])}, + 'UkrainianGrayCattleBreed': {'131544000': ('Ukrainian Gray cattle breed', + [7480])}, + 'UkrainianSaddleHorseHorseBreed': {'133007002': ('Ukrainian Saddle Horse ' + 'horse breed', + [7480])}, + 'UkrainianSteppeWhitePig': {'406663005': ('Ukrainian steppe white pig ' + '(organism)', + [])}, + 'UkrainianSteppeWhitePigBreed': {'406663005': ('Ukrainian steppe white pig ' + 'breed', + [7480])}, + 'UkrainianWhiteheadedCattleBreed': {'133555006': ('Ukrainian Whiteheaded ' + 'cattle breed', + [7480])}, + 'Ulcer': {'56208002': ('Ulcer', [6209])}, + 'Ulcerated': {'373138006': ('Ulcerated', [3712])}, + 'UlceratedAtheromatousPlaque': {'62189002': ('ulcerated atheromatous plaque', + [3817])}, + 'UlceratedLesionOfCoronaryArtery': {'373138006': ('Ulcerated lesion of ' + 'coronary artery (finding)', + [])}, + 'Ulcerative': {'255321001': ('Ulcerative', [3715])}, + 'Ulna': {'23416004': ('Ulna', [12021, 7304])}, + 'UlnarArtery': {'44984001': ('Ulnar Artery', + [12103, + 3010, + 3440, + 4042, + 9514, + 7192, + 7151, + 12107, + 3827, + 4])}, + 'UlnarVein': {'17623008': ('Ulnar vein', + [12108, 12103, 9514, 7192, 7151, 3827])}, + 'UltraVioletColor': {'415770004': ('Ultra-violet color (qualifier value)', + [])}, + 'UltrasonicGuidanceForAmniocentesis': {'65388005': ('Ultrasonic guidance for ' + 'amniocentesis', + [9])}, + 'UltrasonicGuidanceProcedure': {'61593002': ('Ultrasonic guidance procedure', + [6060, 6058])}, + 'Ultrasonography': {'310169008': ('Ultrasonography', [7030])}, + 'UltrasonographyOfBreast': {'47079000': ('Ultrasonography of breast', + [6083, 6050])}, + 'UltrasonographyOfTotalBody': {'24135002': ('Ultrasonography of total body', + [646])}, + 'UltrasonographyService': {'310169008': ('Ultrasonography service (qualifier ' + 'value)', + [])}, + 'UltrasoundScanNormal': {'169254007': ('Ultrasound scan normal', + [6064, 6054])}, + 'Ultraviolet': {'415770004': ('Ultraviolet', [4206, 8122])}, + 'UltravioletOpticalFilter': {'445254006': ('Ultraviolet optical filter', + [8124])}, + 'UltravioletOpticalFilterOfOpticalMicroscope': {'445254006': ('Ultraviolet ' + 'optical filter ' + 'of optical ' + 'microscope ' + '(physical ' + 'object)', + [])}, + 'UmbilicalArtery': {'50536004': ('Umbilical artery', + [3604, + 12103, + 3010, + 12140, + 4042, + 9514, + 7192, + 3606, + 12111, + 7151, + 3827, + 4, + 3630])}, + 'UmbilicalRegion': {'90290004': ('Umbilical region', [9514, 7192, 7151, 4])}, + 'UmbilicalRegionStructure': {'90290004': ('Umbilical region structure (body ' + 'structure)', + [])}, + 'UmbilicalVein': {'13576009': ('Umbilical Vein', [12140]), + '284639000': ('Umbilical Vein', + [12103, + 12114, + 3010, + 4042, + 9514, + 7192, + 7151, + 3827, + 4, + 3630, + 3607])}, + 'UmblacheryCattleBreed': {'133671001': ('Umblachery cattle breed', [7480])}, + 'UnableToAchieveTargetHeartRate': {'429733000': ('Unable to achieve target ' + 'heart rate (finding)', + [])}, + 'UncementedComponentFixation': {'304367000': ('Uncemented component fixation', + [7310])}, + 'Uncertain': {'64957009': ('Uncertain (qualifier value)', [])}, + 'UncertainRisk': {'64957009': ('Uncertain risk', [3118])}, + 'UncinateFasciculus': {'26230003': ('Uncinate fasciculus', + [7153, 7703, 7710, 9514, 7192, 7151])}, + 'Uncle': {'38048003': ('Uncle', [7450, 7451])}, + 'UncorrectedVisualAcuity': {'420050001': ('Uncorrected Visual Acuity', + [4216])}, + 'Undetermined': {'373068000': ('Undetermined', [230, 240])}, + 'UnifocalPrematureVentricularComplexes': {'27337007': ('Unifocal premature ' + 'ventricular complexes ' + '(disorder)', + [])}, + 'UnifocalPvcs': {'27337007': ('Unifocal PVCs', [3234])}, + 'Unilateral': {'66459002': ('Unilateral', [211, 2, 245, 244])}, + 'UnilateralLeft': {'419161000': ('Unilateral left (qualifier value)', [])}, + 'Unknown': {'261665006': ('Unknown', [6096, 3703])}, + 'UnstableAngina': {'4557003': ('Unstable Angina', [3202, 3220])}, + 'UnstableAnginaProgressiveAngina': {'4557003': ('Unstable Angina, Progressive ' + 'Angina', + [3700])}, + 'Unsteady': {'103361006': ('Unsteady (qualifier value)', [])}, + 'Up': {'255532002': ('Up', [4215])}, + 'UpperAbdomen': {'80581009': ('Upper abdomen', [6129])}, + 'UpperAbdomenStructure': {'80581009': ('Upper abdomen structure (body ' + 'structure)', + [])}, + 'UpperArm': {'40983000': ('Upper arm', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'UpperArmStructure': {'40983000': ('Upper arm structure (body structure)', + [])}, + 'UpperDeepCervicalLymphNode': {'285425001': ('upper deep cervical lymph node', + [7600])}, + 'UpperDentalArchStructure': {'39481002': ('Upper dental arch structure (body ' + 'structure)', + [])}, + 'UpperEyelid': {'38934000': ('Upper Eyelid', [4209])}, + 'UpperEyelidStructure': {'38934000': ('Upper eyelid structure (body ' + 'structure)', + [])}, + 'UpperGastroIntestinalTract': {'62834003': ('Upper gastro-intestinal tract', + [7483, 7482])}, + 'UpperGastrointestinalTractStructure': {'62834003': ('Upper gastrointestinal ' + 'tract structure (body ' + 'structure)', + [])}, + 'UpperInnerQuadrantOfBreast': {'77831004': ('Upper inner quadrant of breast', + [6021, + 6020, + 9514, + 7192, + 7151, + 4])}, + 'UpperJugularLymphNode': {'245321008': ('upper jugular lymph node', [7600])}, + 'UpperLimb': {'53120007': ('Upper limb', + [4030, 4031, 4042, 9514, 7192, 7151, 4, 4009])}, + 'UpperLimbLymphNode': {'44914007': ('upper limb lymph node', [7600])}, + 'UpperLimbLymphNodeStructure': {'44914007': ('Upper limb lymph node structure ' + '(body structure)', + [])}, + 'UpperLimbStructure': {'53120007': ('Upper limb structure (body structure)', + [])}, + 'UpperLimitOfReferenceRange': {'371933006': ('Upper limit of reference range ' + '(qualifier value)', + [])}, + 'UpperLobeOfLung': {'45653009': ('Upper lobe of lung', + [6124, 7155, 9514, 7192, 7151, 6126])}, + 'UpperOuterQuadrantOfBreast': {'76365002': ('Upper outer quadrant of breast', + [6021, + 6020, + 9514, + 7192, + 7151, + 4])}, + 'UpperParatrachealLymphNode': {'127927006': ('upper paratracheal lymph node ' + '(mediastinal)', + [7600])}, + 'UpperParatrachealLymphNodeMediastinal': {'127927006': ('Upper paratracheal ' + 'lymph node ' + '(mediastinal) (body ' + 'structure)', + [])}, + 'UpperUrinaryTract': {'431491007': ('Upper urinary tract', + [4030, + 4031, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'UpperZoneOfLung': {'281392002': ('Upper zone of lung', [6124, 6126])}, + 'UpwardGaze': {'255533007': ('Upward gaze', [4201])}, + 'UralBlackPiedCattleBreed': {'133556007': ('Ural Black Pied cattle breed', + [7480])}, + 'Ureter': {'87953007': ('Ureter', + [4030, 4031, 4040, 4042, 9514, 7192, 7151, 4009])}, + 'UreteralStent': {'286558002': ('Ureteral stent', [6202, 6203])}, + 'UretericStent': {'286558002': ('Ureteric stent', + [6102, 6138, 6404, 7151, 7193])}, + 'UretericStructure': {'87953007': ('Ureteric structure (body structure)', [])}, + 'Urethan': {'873008': ('Urethan (substance)', [])}, + 'Urethane': {'873008': ('Urethane (ethyl carbamate)', [625, 623])}, + 'Urethra': {'13648007': ('Urethra', + [4030, + 4031, + 7483, + 7482, + 4042, + 9514, + 7192, + 7151, + 4009])}, + 'UrethralCatheter': {'34759008': ('Urethral catheter', [6202, 6203])}, + 'UrethralCatheterDevice': {'34759008': ('Urethral catheter, device (physical ' + 'object)', + [])}, + 'UrethralStructure': {'13648007': ('Urethral structure (body structure)', [])}, + 'Urgency': {'103391001': ('Urgency (qualifier value)', [])}, + 'UrgentProcedure': {'103391001': ('Urgent Procedure', [3414])}, + 'UricAcid': {'1710001': ('Uric Acid', [300])}, + 'UrinaryBladderAndUrethraCombinedSite': {'110837003': ('Urinary bladder and ' + 'urethra (combined ' + 'site) (body ' + 'structure)', + [])}, + 'UrinaryBladderStructure': {'89837001': ('Urinary bladder structure (body ' + 'structure)', + [])}, + 'UrinarySystem': {'122489005': ('Urinary system', [7154, 9514, 7192, 7151])}, + 'UrinarySystemStructure': {'122489005': ('Urinary system structure (body ' + 'structure)', + [])}, + 'UrinaryTract': {'431938005': ('Urinary tract', [7483, 7482])}, + 'Urine': {'78014005': ('Urine', [7197, 7151])}, + 'Urokinase': {'59082006': ('Urokinase (substance)', [])}, + 'UrokinasePreparation': {'59082006': ('Urokinase preparation', [10])}, + 'Urology': {'309995005': ('Urology', [7030])}, + 'UrologyDepartment': {'309995005': ('Urology department (environment)', [])}, + 'UrostomyBag': {'344088002': ('Urostomy bag', [6202, 6203])}, + 'UrostomySet': {'344575009': ('Urostomy set', [6202, 6203])}, + 'UrzhumPigBreed': {'132111003': ('Urzhum pig breed', [7480])}, + 'UsesEquipment': {'116682006': ('Uses equipment (attribute)', [])}, + 'UsingSubstance': {'424361007': ('Using substance (attribute)', [])}, + 'UterineArtery': {'91079009': ('Uterine Artery', + [12103, 12140, 9514, 7192, 12111, 7151, 3827])}, + 'UterineParacervicalLymphNode': {'5394000': ('uterine paracervical lymph node', + [7600])}, + 'UterineStructure': {'35039007': ('Uterine structure (body structure)', [])}, + 'UterineVein': {'60028002': ('Uterine Vein', [12140])}, + 'Uterus': {'35039007': ('Uterus', + [4030, + 10060, + 6204, + 9514, + 7160, + 7192, + 7151, + 6202, + 12023, + 4, + 10044])}, + 'UterusAndFallopianTubes': {'110639002': ('Uterus and fallopian tubes', + [4030, + 4031, + 4040, + 4042, + 9514, + 7192, + 7151, + 4, + 4009])}, + 'UterusAndFallopianTubesCombinedSite': {'110639002': ('Uterus and fallopian ' + 'tubes (combined site) ' + '(body structure)', + [])}, + 'UvulaPalatinaStructure': {'26140008': ('Uvula palatina structure (body ' + 'structure)', + [])}, + 'UzbekBlackGoatBreed': {'131643004': ('Uzbek Black goat breed', [7480])}, + 'UzunyaylaHorseBreed': {'131959001': ('Uzunyayla horse breed', [7480])}, + 'VagalStimulation': {'128968000': ('Vagal stimulation', [91, 3271])}, + 'VagalStimulationPhysiologicChallenge': {'128968000': ('Vagal stimulation ' + 'physiologic challenge ' + '(procedure)', + [])}, + 'Vagina': {'76784001': ('Vagina', [9514, 7160, 7192, 7151])}, + 'VaginalApproach': {'54300008': ('Vaginal approach (qualifier value)', [])}, + 'VaginalIntroitus': {'18857001': ('Vaginal introitus', [4029])}, + 'VaginalRoute': {'16857009': ('Vaginal route', [11])}, + 'VaginalStructure': {'76784001': ('Vaginal structure (body structure)', [])}, + 'VagusNerve': {'88882009': ('vagus nerve', + [7710, 7706, 9514, 7192, 7151, 7167])}, + 'VagusNerveStructure': {'88882009': ('Vagus nerve structure (body structure)', + [])}, + 'Valdini': {'399330007': ('Valdini', [4012])}, + 'ValdiniProjection': {'399330007': ('Valdini projection (qualifier value)', + [])}, + 'ValdresCattleBreed': {'133557003': ('Valdres cattle breed', [7480])}, + 'ValsalvaManeuver': {'261039008': ('Valsalva maneuver', + [91, 3823, 3271, 12002])}, + 'ValvularEndocarditis': {'89736004': ('Valvular endocarditis', [3711])}, + 'ValvularHeartDisease': {'368009': ('Valvular heart disease', + [12246, 3727, 3201])}, + 'VanGiesonStain': {'406957003': ('Van Gieson stain', [8112])}, + 'VanRosenProjection': {'260506009': ('Van Rosen projection', [4012])}, + 'Vancomycin': {'372735009': ('Vancomycin (substance)', [])}, + 'VancomycinAntibiotic': {'372735009': ('Vancomycin antibiotic', [621, 622])}, + 'VaricoseAneurysm': {'57754000': ('varicose aneurysm', [3808])}, + 'VasDeferens': {'57671007': ('Vas deferens', [9514, 7160, 7192, 7151])}, + 'VasDeferensStructure': {'57671007': ('Vas deferens structure (body ' + 'structure)', + [])}, + 'VascularCalcification': {'129759000': ('Vascular calcification', + [6011, 6010]), + '237897009': ('Vascular Calcification', + [3491, 3497, 3496, 3495, 7111])}, + 'VascularCoiling': {'416061003': ('vascular coiling', [3810])}, + 'VascularConstrictionFunction': {'32318003': ('Vascular constriction, ' + 'function (observable entity)', + [])}, + 'VascularDilatationFunction': {'30017007': ('Vascular dilatation, function ' + '(observable entity)', + [])}, + 'VascularEndothelialGrowthFactor': {'417324009': ('Vascular endothelial ' + 'growth factor', + [642, 638])}, + 'VascularFlowFunction': {'58190003': ('Vascular flow, function (observable ' + 'entity)', + [])}, + 'VascularGraft': {'118375008': ('Vascular graft', [9514, 7192, 7151, 4]), + '312288001': ('Vascular graft (morphologic abnormality)', + [])}, + 'VascularMRI': {'241663008': ('vascular MRI', [3820])}, + 'VascularResistance': {'251271006': ('Vascular Resistance', [12304]), + '88619007': ('Vascular Resistance', [3641])}, + 'VascularResistanceFunction': {'88619007': ('Vascular resistance, function ' + '(observable entity)', + [])}, + 'VascularSclerosis': {'107671003': ('Vascular sclerosis', + [7156, 9514, 7192, 7151, 3810])}, + 'VascularStentCrossSectionalArea': {'408705002': ('Vascular stent cross ' + 'sectional area (observable ' + 'entity)', + [])}, + 'VascularStentDiameter': {'408706001': ('Vascular stent diameter (observable ' + 'entity)', + [])}, + 'VascularStentLength': {'408703009': ('Vascular stent length (observable ' + 'entity)', + [])}, + 'VascularStentVolume': {'408704003': ('Vascular stent volume (observable ' + 'entity)', + [])}, + 'VascularStructureOfHead': {'281231009': ('Vascular structure of head (body ' + 'structure)', + [])}, + 'VascularStructureOfKidney': {'303402001': ('Vascular structure of kidney ' + '(body structure)', + [])}, + 'VascularSurgery': {'309996006': ('Vascular Surgery', [7030])}, + 'VascularSurgeryDepartment': {'309996006': ('Vascular surgery department ' + '(environment)', + [])}, + 'VascularWallDegeneration': {'33593002': ('vascular wall degeneration', + [3817])}, + 'Vasculitis': {'31996006': ('vasculitis', [3805, 3815])}, + 'Vasoconstriction': {'32318003': ('Vasoconstriction', [9])}, + 'Vasoconstrictor': {'372881000': ('Vasoconstrictor', [621, 622])}, + 'Vasodilatation': {'30017007': ('Vasodilatation', [9])}, + 'Vasodilator': {'372787008': ('Vasodilator', [621, 622])}, + 'VasovagalSyncope': {'398665005': ('Vasovagal syncope', [6062])}, + 'VaynolCattleBreed': {'133558008': ('Vaynol cattle breed', [7480])}, + 'Vein': {'29092000': ('Vein', + [7191, + 3496, + 3010, + 4042, + 9514, + 7192, + 7151, + 3630, + 7166, + 7111, + 3607])}, + 'VenaAnonyma': {'371951007': ('Vena anonyma', [3630, 3607])}, + 'VenaCavaFilter': {'257409000': ('Vena cava filter', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'VenaCavalStructure': {'35532006': ('Vena caval structure (body structure)', + [])}, + 'VenaContracta': {'443501007': ('Vena Contracta', [12280])}, + 'VendéenSheepBreed': {'131914009': ('Vendéen sheep breed', [7480])}, + 'VenezuelanBlackPigBreed': {'132167006': ('Venezuelan Black pig breed', + [7480])}, + 'VenezuelanZebuCattleBreed': {'133672008': ('Venezuelan Zebu cattle breed', + [7480])}, + 'Venipuncture': {'22778000': ('Venipuncture', [8109])}, + 'VenousGraftToCitedSegment': {'128951004': ('Venous graft to cited segment', + [3019])}, + 'VenousHemangioma': {'56468002': ('Venous hemangioma (morphologic ' + 'abnormality)', + [])}, + 'VenousNetwork': {'34340008': ('Venous network', + [3010, 4042, 9514, 7192, 7151, 4])}, + 'VenousStructure': {'29092000': ('Venous structure (body structure)', [])}, + 'Ventral20DegreeRostralDorsocaudalOblique': {'442721003': ('Ventral 20 degree ' + 'rostral-dorsocaudal ' + 'oblique', + [7484])}, + 'Ventral20DegreeRostralDorsocaudalObliqueProjection': {'442721003': ('Ventral ' + '20 ' + 'degree ' + 'rostral-dorsocaudal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Ventral30DegreeLeftDorsalRightOblique': {'442589002': ('Ventral 30 degree ' + 'left-dorsal right ' + 'oblique', + [7484])}, + 'Ventral30DegreeLeftDorsalRightObliqueProjection': {'442589002': ('Ventral 30 ' + 'degree ' + 'left-dorsal ' + 'right ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Ventral30DegreeRightDorsalLeftOblique': {'442587000': ('Ventral 30 degree ' + 'right-dorsal left ' + 'oblique', + [7484])}, + 'Ventral30DegreeRightDorsalLeftObliqueProjection': {'442587000': ('Ventral 30 ' + 'degree ' + 'right-dorsal ' + 'left ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'VentralFuniculus': {'31701002': ('ventral funiculus', [7710, 7707])}, + 'VentralFuniculusStructure': {'31701002': ('Ventral funiculus structure (body ' + 'structure)', + [])}, + 'VentralLeftDorsalRightOblique': {'442590006': ('Ventral left-dorsal right ' + 'oblique', + [7484])}, + 'VentralLeftDorsalRightObliqueProjection': {'442590006': ('Ventral ' + 'left-dorsal right ' + 'oblique projection ' + '(qualifier value)', + [])}, + 'VentralRightDorsalLeftOblique': {'442738004': ('Ventral right-dorsal left ' + 'oblique', + [7484])}, + 'VentralRightDorsalLeftObliqueProjection': {'442738004': ('Ventral ' + 'right-dorsal left ' + 'oblique projection ' + '(qualifier value)', + [])}, + 'Ventricle': {'21814001': ('Ventricle', + [6113, 6109, 6102, 9514, 7192, 7151, 4])}, + 'VentricularAneurysm': {'90539001': ('Ventricular Aneurysm', [3704])}, + 'VentricularArrhythmia': {'44103008': ('ventricular arrhythmia', [3826])}, + 'VentricularBigeminy': {'11157007': ('Ventricular bigeminy', [3234])}, + 'VentricularEffectiveRefractoryPeriod': {'129088006': ('Ventricular effective ' + 'refractory period ' + '(observable entity)', + [])}, + 'VentricularEffectiveRefractoryPeriodEvaluationOf': {'129088006': ('Ventricular ' + 'Effective ' + 'Refractory ' + 'Period, ' + 'evaluation ' + 'of', + [3254])}, + 'VentricularEjection': {'444371003': ('Ventricular Ejection', [12233])}, + 'VentricularEjectionSWave': {'444371003': ('Ventricular Ejection (S-wave)', + [12307])}, + 'VentricularFibrillation': {'71908006': ('Ventricular fibrillation', + [3700, 3230])}, + 'VentricularIsovolumicContraction': {'444379001': ('Ventricular Isovolumic ' + 'Contraction', + [12233, 12307])}, + 'VentricularIsovolumicRelaxation': {'444361000': ('Ventricular Isovolumic ' + 'Relaxation', + [12233, 12307])}, + 'VentricularPacing': {'344994008': ('ventricular pacing', [3555])}, + 'VentricularPreExcitation': {'195060002': ('Ventricular pre-excitation', + [3230])}, + 'VentricularPrematureBeats': {'17338001': ('Ventricular premature beats ' + '(disorder)', + [])}, + 'VentricularPrematureContraction': {'17338001': ('Ventricular premature ' + 'contraction', + [3230])}, + 'VentricularSeptalDefect': {'30288003': ('Ventricular septal defect', + [3700, + 12236, + 12249, + 12286, + 3728, + 12244, + 12248, + 3610, + 3630])}, + 'VentricularSeptalDefectDeviceClosure': {'89814007': ('Ventricular septal ' + 'defect device closure', + [12247])}, + 'VentricularSystole': {'8997002': ('Ventricular Systole', [12233])}, + 'VentricularSystoleFunction': {'8997002': ('Ventricular systole, function ' + '(observable entity)', + [])}, + 'VentricularTachycardia': {'25569003': ('Ventricular tachycardia', + [3700, 3234, 3230])}, + 'VentricularTachycardiaPolymorphic': {'251159007': ('Ventricular tachycardia, ' + 'polymorphic', + [3234])}, + 'VentricularVein': {'195328002': ('Ventricular Vein', + [3839, 9514, 7192, 7151, 3827])}, + 'VentroDorsal': {'442441009': ('Ventro-dorsal', [7484])}, + 'VentroDorsalProjection': {'442441009': ('Ventro-dorsal projection (qualifier ' + 'value)', + [])}, + 'VentrorostralDorsocaudalOblique': {'442741008': ('Ventrorostral-dorsocaudal ' + 'oblique', + [7484])}, + 'VentrorostralDorsocaudalObliqueProjection': {'442741008': ('Ventrorostral-dorsocaudal ' + 'oblique ' + 'projection ' + '(qualifier ' + 'value)', + [])}, + 'Verapamil': {'47898004': ('Verapamil', [10])}, + 'VerataGoatBreed': {'131629009': ('Verata goat breed', [7480])}, + 'VerhoeffHematoxylinStain': {'406992006': ("verhoeff's hematoxylin stain", + [8112])}, + 'VerinesaCattleBreed': {'133559000': ('Verinesa cattle breed', [7480])}, + 'Vertebra': {'51282000': ('Vertebra', [6109, 6102, 6114, 9514, 7192, 7151])}, + 'VertebralArtery': {'85234005': ('Vertebral artery', + [3604, + 6109, + 12104, + 12103, + 6102, + 6117, + 3010, + 4042, + 9514, + 7192, + 3606, + 7151, + 3827, + 4, + 3630])}, + 'VertebralCanal': {'61853006': ('Vertebral canal', [6115])}, + 'VertebralColumnAndCranium': {'110517009': ('Vertebral column and cranium', + [4030, + 4031, + 4042, + 9514, + 7192, + 4028, + 7151, + 4, + 4009])}, + 'VertebralColumnAndCraniumCombinedSite': {'110517009': ('Vertebral column and ' + 'cranium (combined ' + 'site) (body ' + 'structure)', + [])}, + 'VertebralForamen': {'280734009': ('Vertebral foramen', [6115])}, + 'VertexOfHead': {'88986008': ('Vertex of Head', [1002, 1001, 1000])}, + 'VertexStructure': {'88986008': ('Vertex structure (body structure)', [])}, + 'Vertical': {'33096000': ('Vertical', [2, 6121])}, + 'VerticalLongAxis': {'131185001': ('Vertical Long Axis', [501, 27, 26])}, + 'VerticalOccipitalFasciculus': {'80434005': ('vertical occipital fasciculus', + [7703, 7710])}, + 'Verticosubmental': {'399360002': ('verticosubmental', [4010, 501])}, + 'VerticosubmentalProjection': {'399360002': ('Verticosubmental projection ' + '(qualifier value)', + [])}, + 'VeryHigh': {'260360000': ('Very high (qualifier value)', [])}, + 'VerzascaBlackGoatBreed': {'131630004': ('Verzasca black goat breed ' + '(organism)', + [])}, + 'VerzascaGoatBreed': {'131630004': ('Verzasca goat breed', [7480])}, + 'VesicularLymphNode': {'360992006': ('vesicular lymph node', [7600])}, + 'VesselDepthFromSurface': {'413975003': ('Vessel depth from surface', + [12119, 12122])}, + 'VesselIntimalCrossSectionalArea': {'415814008': ('Vessel Intimal ' + 'Cross-Sectional Area', + [12119, 12122])}, + 'VesselIntimalCrossSectionalDiameter': {'415814008': ('Vessel intimal ' + 'cross-sectional ' + 'diameter (observable ' + 'entity)', + [])}, + 'VesselIntimalDiameter': {'415815009': ('Vessel Intimal Diameter', + [12119, 12122])}, + 'VesselLumenCrossSectionalArea': {'397415007': ('Vessel lumen cross-sectional ' + 'area', + [12119, 12122, 3482])}, + 'VesselLumenCrossSectionalAreaIncrease': {'415816005': ('Vessel lumen ' + 'cross-sectional area ' + 'increase (observable ' + 'entity)', + [])}, + 'VesselLumenCrossSectionalDiameterIncrease': {'415817001': ('Vessel lumen ' + 'cross-sectional ' + 'diameter ' + 'increase ' + '(observable ' + 'entity)', + [])}, + 'VesselLumenDiameter': {'397413000': ('Vessel lumen diameter', + [12119, 3481, 12122])}, + 'VesselOrigin': {'397421006': ('Vessel Origin', [3496, 7111])}, + 'VesselOutsideDiameter': {'397414006': ('Vessel outside diameter', + [12119, 12122])}, + 'VestibulocochlearNerve': {'8598002': ('vestibulocochlear nerve', + [7710, 7706])}, + 'VestibulocochlearNerveStructure': {'8598002': ('Vestibulocochlear nerve ' + 'structure (body structure)', + [])}, + 'VestlandFjordCattleBreed': {'133281009': ('Vestland Fjord cattle breed', + [7480])}, + 'VestlandRedPolledCattleBreed': {'133282002': ('Vestland Red Polled cattle ' + 'breed', + [7480])}, + 'ViaArmVein': {'261459001': ('Via arm vein', [3403, 3746])}, + 'ViaArtery': {'103387006': ('Via artery', [3403, 3746])}, + 'ViaBrachialArtery': {'260585005': ('Via brachial artery', [3403, 3746])}, + 'ViaFemoralArtery': {'260590008': ('Via femoral artery', [3403, 3746])}, + 'ViaFemoralVein': {'260601006': ('Via femoral vein', [3403, 3746])}, + 'ViaRadialArtery': {'444850002': ('Via radial artery', [3403, 3746])}, + 'ViaTracheostomy': {'180640008': ('Via tracheostomy', [617, 618])}, + 'ViaVein': {'103386002': ('Via vein', [3403, 3746])}, + 'VianesaCattleBreed': {'133560005': ('Vianesa cattle breed', [7480])}, + 'VichPigBreed': {'132201003': ('Vich pig breed', [7480])}, + 'VictoriaBlue4RStain': {'82682000': ('victoria blue 4R stain', [8112])}, + 'VictoriaBlueBStain': {'22749001': ('victoria blue B stain', [8112])}, + 'VictoriaCattleBreed': {'133840007': ('Victoria cattle breed (organism)', [])}, + 'VictoriaXZebuCattleBreed': {'133840007': ('Victoria X zebu cattle breed', + [7480])}, + 'VictorianBulldogge': {'426571006': ('Victorian Bulldogge (organism)', [])}, + 'VictorianBulldoggeDogBreed': {'426571006': ('Victorian Bulldogge dog breed', + [7480])}, + 'VietnamesePigBreed': {'132202005': ('Vietnamese pig breed', [7480])}, + 'VietnamesePotBelliedPigPigBreed': {'132230005': ('Vietnamese Pot-Bellied Pig ' + 'pig breed', + [7480])}, + 'VietnameseYellowCattleBreed': {'131545004': ('Vietnamese Yellow cattle breed', + [7480])}, + 'VietnameseYorkshirePigBreed': {'132307002': ('Vietnamese Yorkshire pig breed', + [7480])}, + 'VikingHorse': {'1118004': ('Viking horse (organism)', [])}, + 'VikingHorseBreed': {'1118004': ('Viking horse breed', [7480])}, + 'VillardDeLansCattleBreed': {'133561009': ('Villard-de-Lans cattle breed', + [7480])}, + 'VioletOpticalFilter': {'445278001': ('Violet optical filter', [8124])}, + 'VioletOpticalFilterOfOpticalMicroscope': {'445278001': ('Violet optical ' + 'filter of optical ' + 'microscope ' + '(physical object)', + [])}, + 'Virus': {'49872002': ('Virus', [637])}, + 'VisualEstimation': {'258083009': ('Visual estimation', [3627])}, + 'VitaVetLabMinipigPigBreed': {'132041004': ('Vita Vet Lab Minipig pig breed', + [7480])}, + 'VitalNewRedStain': {'20230008': ('vital new red stain', [8112])}, + 'Vitamin': {'87708000': ('Vitamin', [621, 622])}, + 'VitellineArteryOfPlacenta': {'256779006': ('Vitelline Artery of Placenta', + [12140])}, + 'VitellineVeinOfPlacenta': {'256875007': ('Vitelline Vein of Placenta', + [12140])}, + 'VitoriaPigBreed': {'132203000': ('Vitoria pig breed', [7480])}, + 'Vitreous': {'26386000': ('Vitreous', [4211])}, + 'VitreousBodyPart': {'372242005': ('Vitreous body part (body structure)', [])}, + 'VitreousCavity': {'26386000': ('Vitreous Cavity', [4233])}, + 'VitreousCavityStructure': {'26386000': ('Vitreous cavity structure (body ' + 'structure)', + [])}, + 'VitreousOnly': {'372242005': ('Vitreous Only', [4232])}, + 'VitreousOpacities': {'422061002': ('Vitreous opacities (disorder)', [])}, + 'VitreousOpacity': {'422061002': ('Vitreous Opacity', [4222])}, + 'VizslaSuperbreed': {'52105008': ('Vizsla superbreed (organism)', [])}, + 'VizslaSuperbreedDogBreed': {'52105008': ('Vizsla superbreed dog breed', + [7480])}, + 'VlaamperdHorseBreed': {'133006006': ('Vlaamperd horse breed', [7480])}, + 'VladimirHeavyDraftHorseBreed': {'133005005': ('Vladimir Heavy Draft horse ' + 'breed', + [7480])}, + 'VogelsbergCattleBreed': {'133562002': ('Vogelsberg cattle breed', [7480])}, + 'Volume': {'118565006': ('Volume', + [12304, + 12257, + 4050, + 12271, + 3423, + 12265, + 218, + 12259, + 7472, + 12258, + 7469])}, + 'VolumeProperty': {'118565006': ('Volume (property) (qualifier value)', [])}, + 'VolumeSupportVentilator': {'371787006': ('Volume Support Ventilator', + [3554])}, + 'VolynskCattleBreed': {'132780000': ('Volynsk cattle breed', [7480])}, + 'VomerBone': {'87166008': ('Vomer bone', [9514, 7192, 4028, 7151])}, + 'VomerBoneStructure': {'87166008': ('Vomer bone structure (body structure)', + [])}, + 'VorderwaldCattleBreed': {'133564001': ('Vorderwald cattle breed', [7480])}, + 'VoronezhCoachHorseHorseBreed': {'131960006': ('Voronezh Coach Horse horse ' + 'breed', + [7480])}, + 'VosgesCattleBreed': {'133589007': ('Vosges cattle breed', [7480])}, + 'Vulva': {'45292006': ('Vulva', [9514, 7192, 7151, 4])}, + 'VulvalStructure': {'45292006': ('Vulval structure (body structure)', [])}, + 'VulvalVestibule': {'23213005': ('Vulval vestibule', [4029])}, + 'VyatkaHorseBreed': {'133004009': ('Vyatka horse breed', [7480])}, + 'WagyuCattleBreed': {'133283007': ('Wagyu cattle breed', [7480])}, + 'WaiChowPigBreed': {'132204006': ('Wai Chow pig breed', [7480])}, + 'WakwaCattleBreed': {'133683004': ('Wakwa cattle breed', [7480])}, + 'WalachenschafSheepBreed': {'132856007': ('Walachenschaf sheep breed', + [7480])}, + 'WaldeyerRingStructure': {'17861009': ("Waldeyer's ring structure (body " + 'structure)', + [])}, + 'WalerHorseBreed': {'133015004': ('Waler horse breed', [7480])}, + 'WallisBlacknosedSheepBreed': {'132699004': ('Wallis Blacknosed Sheep breed', + [7480])}, + 'WallisCountrySheepBreed': {'132702006': ('Wallis Country Sheep breed', + [7480])}, + 'WanzheSpottedChunanSpottedPigBreed': {'132310009': ('Wanzhe Spotted, Chunan ' + 'Spotted pig breed', + [7480])}, + 'WanzheSpottedPigBreed': {'132309004': ('Wanzhe Spotted pig breed', [7480])}, + 'WanzheSpottedWannanSpottedPigBreed': {'132311008': ('Wanzhe Spotted, Wannan ' + 'Spotted pig breed', + [7480])}, + 'Warfarin': {'48603004': ('Warfarin', [10])}, + 'WarmbloodHorseBreed': {'407402001': ('Warmblood horse breed', [7480])}, + 'WarmerDevice': {'71384000': ('Warmer device', [635])}, + 'WarmingBlanket': {'421335007': ('Warming blanket', [635])}, + 'WasteMaterial': {'289925000': ('Waste Material', [7165, 7196, 7151])}, + 'Water': {'11713004': ('Water', [13, 12, 7180, 218, 3850, 300, 7469])}, + 'WaterBagProsthesisForImagingProcedure': {'102323003': ('Water bag prosthesis ' + 'for imaging ' + 'procedure', + [5])}, + 'WaterBagProsthesisForImagingProcedureDevice': {'102323003': ('Water bag ' + 'prosthesis for ' + 'imaging ' + 'procedure, ' + 'device ' + '(physical ' + 'object)', + [])}, + 'WaterSolubleAnilineBlueStain': {'88625006': ('water soluble aniline blue ' + 'stain', + [8112])}, + 'WaterSolubleAnthraceneBrownStain': {'58755002': ('water soluble anthracene ' + 'brown stain', + [8112])}, + 'WaterSolubleEosinStain': {'36879007': ('water soluble eosin stain', [8112])}, + 'WaterSolubleNigrosineStain': {'12119009': ('water soluble nigrosine stain', + [8112])}, + 'Waters': {'260473000': ('Waters', [4012])}, + 'Waters35DegreeTiltToRadiographicBaseline': {'260473000': ('Waters - 35 ' + 'degree tilt to ' + 'radiographic ' + 'baseline ' + '(qualifier value)', + [])}, + 'WatusiUSACattleBreed': {'131546003': ('Watusi (USA) cattle breed', [7480])}, + 'WatusiUnitedStatesOfAmericaCattleBreed': {'131546003': ('Watusi (United ' + 'States of America) ' + 'cattle breed ' + '(organism)', + [])}, + 'WaxolineBlueStain': {'60739006': ('waxoline blue stain', [8112])}, + 'WaysonStain': {'409549005': ('wayson stain', [8112])}, + 'WaziriHorseBreed': {'131872001': ('Waziri horse breed', [7480])}, + 'WaziriSheepBreed': {'131800005': ('Waziri sheep breed', [7480])}, + 'WeaklyPositive': {'260408008': ('Weakly positive', [3231])}, + 'Weal': {'247472004': ('Weal', [6062])}, + 'WedgeMethod': {'128579004': ('Wedge method', [3241])}, + 'WeightBearing': {'87731000': ('Weight bearing', [91])}, + 'WeightBearingFunctionOfBone': {'87731000': ('Weight bearing function of bone ' + '(observable entity)', + [])}, + 'Weimaraner': {'69249004': ('Weimaraner', [7480])}, + 'WeisseHornloseHeidschnuckeSheepBreed': {'132684004': ('Weisse Hornlose ' + 'Heidschnucke sheep ' + 'breed', + [7480])}, + 'WeleraPonyHorseBreed': {'133003003': ('Welera Pony horse breed', [7480])}, + 'WellControlled': {'1194003': ('Well controlled', [3770])}, + 'WellDefined': {'260409000': ('Well defined', [6120])}, + 'WelshCobHorseBreed': {'131962003': ('Welsh Cob horse breed', [7480])}, + 'WelshCorgiSuperbreed': {'37024005': ('Welsh corgi superbreed (organism)', + [])}, + 'WelshCorgiSuperbreedDogBreed': {'37024005': ('Welsh corgi superbreed dog ' + 'breed', + [7480])}, + 'WelshHillSpeckledFaceSheepBreed': {'131798003': ('Welsh Hill Speckled Face ' + 'sheep breed', + [7480])}, + 'WelshMountainBadgerFacedSheepBreed': {'131769002': ('Welsh Mountain Badger ' + 'Faced sheep breed', + [7480])}, + 'WelshMountainPonyHorseBreed': {'131963008': ('Welsh Mountain Pony horse ' + 'breed', + [7480])}, + 'WelshMountainSheepBreed': {'132798001': ('Welsh Mountain sheep breed', + [7480])}, + 'WelshPig': {'54232006': ('Welsh pig (organism)', [])}, + 'WelshPigBreed': {'54232006': ('Welsh pig breed', [7480])}, + 'WelshPonyHorseBreed': {'132744000': ('Welsh Pony horse breed', [7480])}, + 'WelshPonyOfCobTypeHorseBreed': {'132745004': ('Welsh Pony of Cob Type horse ' + 'breed', + [7480])}, + 'WelshSheepdogBreed': {'132588005': ('Welsh Sheepdog breed', [7480])}, + 'WelshSpringerSpaniel': {'40898002': ('Welsh Springer spaniel (organism)', + [])}, + 'WelshSpringerSpanielDogBreed': {'40898002': ('Welsh Springer spaniel dog ' + 'breed', + [7480])}, + 'WelshTerrier': {'49421002': ('Welsh terrier', [7480])}, + 'WelshWalkingHorse': {'8089006': ('Welsh walking horse (organism)', [])}, + 'WelshWalkingHorseBreed': {'8089006': ('Welsh walking horse breed', [7480])}, + 'WenshanCattleBreed': {'131547007': ('Wenshan cattle breed', [7480])}, + 'WensleydaleSheepBreed': {'131780002': ('Wensleydale sheep breed', [7480])}, + 'WessexSaddlebackPig': {'73648005': ('Wessex saddleback pig (organism)', [])}, + 'WessexSaddlebackPigBreed': {'73648005': ('Wessex saddleback pig breed', + [7480])}, + 'WestAfricanBarbHorseBreed': {'132995007': ('West African Barb horse breed', + [7480])}, + 'WestAfricanDwarfSheepBreed': {'131781003': ('West African Dwarf sheep breed', + [7480])}, + 'WestAfricanDwarfShorthornCattleBreed': {'133565000': ('West African Dwarf ' + 'Shorthorn cattle ' + 'breed', + [7480])}, + 'WestAfricanPigBreed': {'133185005': ('West African pig breed', [7480])}, + 'WestFinnishCattleBreed': {'133566004': ('West Finnish cattle breed', [7480])}, + 'WestFrenchWhitePigBreed': {'132769000': ('West French White pig breed', + [7480])}, + 'WestHighlandWhiteTerrier': {'40727008': ('West Highland white terrier', + [7480])}, + 'WestMacedonianCattleBreed': {'133567008': ('West Macedonian cattle breed', + [7480])}, + 'WestPoint': {'399130002': ('West Point', [4012])}, + 'WestPointProjection': {'399130002': ('West Point projection (qualifier ' + 'value)', + [])}, + 'WestSiberianLaikaDogBreed': {'132396004': ('West Siberian Laika dog breed', + [7480])}, + 'WesternSudanPonyHorseBreed': {'133002008': ('Western Sudan Pony horse breed', + [7480])}, + 'WestphalianHorse': {'25369002': ('Westphalian horse (organism)', [])}, + 'WestphalianHorseBreed': {'25369002': ('Westphalian horse breed', [7480])}, + 'WestrainPigBreed': {'132049002': ('Westrain pig breed', [7480])}, + 'WhippetDog': {'76351004': ('Whippet dog', [7480])}, + 'White': {'371251000': ('White', [4255])}, + 'WhiteBullTerrier': {'42902003': ('White bull terrier (organism)', [])}, + 'WhiteBullTerrierDogBreed': {'42902003': ('White bull terrier dog breed', + [7480])}, + 'WhiteColor': {'371251000': ('White color', [6067])}, + 'WhiteCáceresCattleBreed': {'133284001': ('White Cáceres cattle breed', + [7480])}, + 'WhiteFulaniCattleBreed': {'133684005': ('White Fulani cattle breed', [7480])}, + 'WhiteGallowayCattleBreed': {'133569006': ('White Galloway cattle breed', + [7480])}, + 'WhiteMatter': {'389080008': ('White Matter', [7153, 9514, 7192, 7151])}, + 'WhiteMatterOfBrainAndSpinalCord': {'389080008': ('White matter of brain and ' + 'spinal cord', + [7710])}, + 'WhiteMatterStructureOfBrainAndSpinalCord': {'389080008': ('White matter ' + 'structure of ' + 'brain and spinal ' + 'cord (body ' + 'structure)', + [])}, + 'WhiteParkCattleBreed': {'26525003': ('White Park cattle breed (organism)', + [])}, + 'WhiteParkCowBreed': {'26525003': ('White Park cow breed', [7480])}, + 'WhiteShepherdDogBreed': {'132458004': ('White Shepherd dog breed', [7480])}, + 'WhiteSuffolkSheepBreed': {'131782005': ('White Suffolk sheep breed', [7480])}, + 'WhiteWelshCattleBreed': {'133570007': ('White Welsh cattle breed', [7480])}, + 'WhitebredShorthornCattleBreed': {'133568003': ('Whitebred Shorthorn cattle ' + 'breed', + [7480])}, + 'WhitefaceDartmoorSheepBreed': {'131783000': ('Whiteface Dartmoor sheep breed', + [7480])}, + 'WhitefaceWoodlandSheepBreed': {'131784006': ('Whiteface Woodland sheep breed', + [7480])}, + 'Width': {'103355008': ('Width', [7470, 6165, 218, 7469])}, + 'WielkopolskiHorseBreed': {'132741008': ('Wielkopolski horse breed', [7480])}, + 'WigbyTaylor': {'399215000': ('Wigby-Taylor', [4012])}, + 'WigbyTaylorProjection': {'399215000': ('Wigby-Taylor projection (qualifier ' + 'value)', + [])}, + 'WiltshireHornSheep': {'39855006': ('Wiltshire horn sheep (organism)', [])}, + 'WiltshireHornSheepBreed': {'39855006': ('Wiltshire horn sheep breed', + [7480])}, + 'WiltshirePigBreed': {'132207004': ('Wiltshire pig breed', [7480])}, + 'WindsnyerPigBreed': {'133188007': ('Windsnyer pig breed', [7480])}, + 'Wing': {'53036007': ('Wing', [7483, 7482])}, + 'WingStructure': {'53036007': ('Wing structure (body structure)', [])}, + 'WireFoxTerrier': {'41584008': ('Wire fox terrier (organism)', [])}, + 'WireFoxTerrierDogBreed': {'41584008': ('Wire fox terrier dog breed', [7480])}, + 'WirehairStyrianMountainDogBreed': {'132459007': ('Wirehair Styrian mountain ' + 'dog breed', + [7480])}, + 'WirehairedMiniatureDachshund': {'56243001': ('Wirehaired miniature dachshund ' + '(organism)', + [])}, + 'WirehairedMiniatureDachshundDogBreed': {'56243001': ('Wirehaired miniature ' + 'dachshund dog breed', + [7480])}, + 'WirehairedPointingGriffonDog': {'33401005': ('Wirehaired pointing griffon ' + 'dog', + [7480])}, + 'WirehairedStandardDachshund': {'36274006': ('Wirehaired standard dachshund ' + '(organism)', + [])}, + 'WirehairedStandardDachshundDogBreed': {'36274006': ('Wirehaired standard ' + 'dachshund dog breed', + [7480])}, + 'WirehairedVizsla': {'583000': ('Wirehaired vizsla (organism)', [])}, + 'WirehairedVizslaDogBreed': {'583000': ('Wirehaired vizsla dog breed', + [7480])}, + 'WithinNormalLimits': {'125112009': ('Within normal limits', [4254])}, + 'WitrikCattleBreed': {'133571006': ('Witrik cattle breed', [7480])}, + 'WokalupCattleBreed': {'133841006': ('Wokalup cattle breed (organism)', [])}, + 'WokalupXZebuCattleBreed': {'133841006': ('Wokalup X zebu cattle breed', + [7480])}, + 'Wolf': {'422996004': ('Wolf', [4012]), '82676003': ('Wolf', [7480])}, + 'WolfProjection': {'422996004': ('Wolf projection (qualifier value)', [])}, + 'WoodenLegGoatBreed': {'131673008': ('Wooden Leg goat breed', [7480])}, + 'WrightStain': {'373682001': ('wright stain', [8112])}, + 'WristJoint': {'74670003': ('Wrist joint', + [4030, + 4031, + 7304, + 1001, + 4042, + 1000, + 9514, + 7192, + 7151, + 4, + 4009, + 1006])}, + 'WristJointStructure': {'74670003': ('Wrist joint structure (body structure)', + [])}, + 'WristRegionStructure': {'8205005': ('Wrist region structure (body structure)', + [])}, + 'WujinPigBreed': {'132151000': ('Wujin pig breed', [7480])}, + 'WurttembergHorseBreed': {'131965001': ('Wurttemberg horse breed', [7480])}, + 'WuyiBlackPigBreed': {'132304009': ('Wuyi Black pig breed', [7480])}, + 'WuzhishanPigBreed': {'132222009': ('Wuzhishan pig breed', [7480])}, + 'XRayContrastMediaAllergy': {'293638001': ('X-ray Contrast Media Allergy', + [1200])}, + 'XRayShield': {'65577000': ('X-Ray shield', [10066])}, + 'XRayShieldDevice': {'65577000': ('X-ray shield, device (physical object)', + [])}, + 'Xenon': {'83598005': ('Xenon', [13])}, + 'XenonArcLamp': {'445671003': ('Xenon arc lamp', [8125])}, + 'XenonArcLampMicroscopeIlluminator': {'445671003': ('Xenon arc lamp ' + 'microscope illuminator ' + '(physical object)', + [])}, + 'XiangPigBreed': {'132291006': ('Xiang pig breed', [7480])}, + 'XiangxiBlackPigBreed': {'132314000': ('Xiangxi Black pig breed', [7480])}, + 'XilingolHorseBreed': {'131966000': ('Xilingol horse breed', [7480])}, + 'XinjiangBrownCattleBreed': {'133285000': ('Xinjiang Brown cattle breed', + [7480])}, + 'XinjiangFinewoolSheepBreed': {'131785007': ('Xinjiang Finewool sheep breed', + [7480])}, + 'XinjiangWhitePigBreed': {'132341005': ('Xinjiang White pig breed', [7480])}, + 'XinjinJilinBlackPigBreed': {'132325009': ('Xinjin, Jilin Black pig breed', + [7480])}, + 'XinjinNingAnPigBreed': {'132326005': ('Xinjin, Ning-an pig breed', [7480])}, + 'XinjinPigBreed': {'132324008': ('Xinjin pig breed', [7480])}, + 'XinjinXinjinPigBreed': {'132329003': ('Xinjin, Xinjin pig breed', [7480])}, + 'XiphoidProcess': {'20298003': ('Xiphoid Process', [1004, 1001, 1000])}, + 'XiphoidProcessOfSternum': {'20298003': ('Xiphoid process of sternum', + [6115])}, + 'Xylazine': {'96230006': ('Xylazine', [625, 623])}, + 'XylazineHydrochloride': {'96230006': ('Xylazine hydrochloride (substance)', + [])}, + 'XyleneCyanolFFStain': {'55831004': ('xylene cyanol FF stain', [8112])}, + 'YacumentoCattleBreed': {'133572004': ('Yacumento cattle breed', [7480])}, + 'YakutCattleBreed': {'131548002': ('Yakut cattle breed', [7480])}, + 'YakutHorseBreed': {'133000000': ('Yakut horse breed', [7480])}, + 'YananPigBreed': {'132153002': ('Yanan pig breed', [7480])}, + 'YanbianCattleBreed': {'133286004': ('Yanbian cattle breed', [7480])}, + 'YanqiHorseBreed': {'131967009': ('Yanqi horse breed', [7480])}, + 'YaroslavlCattleBreed': {'133573009': ('Yaroslavl cattle breed', [7480])}, + 'Yellow': {'371244009': ('Yellow', [4255])}, + 'YellowColor': {'371244009': ('Yellow color', [6067])}, + 'YellowGreenOpticalFilter': {'445340000': ('Yellow-green optical filter', + [4204])}, + 'YellowGreenOpticalFilterOfOpticalMicroscope': {'445340000': ('Yellow-green ' + 'optical filter ' + 'of optical ' + 'microscope ' + '(physical ' + 'object)', + [])}, + 'YemeniHorsesHorseBreed': {'131968004': ('Yemeni Horses horse breed', [7480])}, + 'YemeniZebuCattleBreed': {'133685006': ('Yemeni Zebu cattle breed', [7480])}, + 'Yes': {'373066001': ('Yes', [230, 231])}, + 'YiliHorseBreed': {'131969007': ('Yili horse breed', [7480])}, + 'YiliWhitePigBreed': {'132340006': ('Yili White pig breed', [7480])}, + 'YimengBlackPigBreed': {'132138005': ('Yimeng Black pig breed', [7480])}, + 'YiwuHorseBreed': {'131970008': ('Yiwu horse breed', [7480])}, + 'YonaguniHorseBreed': {'132999001': ('Yonaguni horse breed', [7480])}, + 'YorkshireBlueAndWhitePigBreed': {'132205007': ('Yorkshire Blue and White pig ' + 'breed', + [7480])}, + 'YorkshireCoachHorse': {'31633003': ('Yorkshire coach horse (organism)', [])}, + 'YorkshireCoachHorseBreed': {'31633003': ('Yorkshire coach horse breed', + [7480])}, + 'YorkshirePig': {'85315007': ('Yorkshire pig (organism)', [])}, + 'YorkshirePigBreed': {'85315007': ('Yorkshire pig breed', [7480])}, + 'YorkshireTerrier': {'13284009': ('Yorkshire terrier', [7480])}, + 'Yttrium': {'63754004': ('Yttrium', [300])}, + 'YucaPig': {'15443006': ('Yuca pig (organism)', [])}, + 'YucaPigBreed': {'15443006': ('Yuca pig breed', [7480])}, + 'YucatanMinaturePigBreed': {'132226007': ('Yucatan Minature pig breed', + [7480])}, + 'YucatanMiniaturePigBreed': {'132226007': ('Yucatan Miniature pig breed ' + '(organism)', + [])}, + 'YuedongBlackPigBreed': {'132290007': ('Yuedong Black pig breed', [7480])}, + 'YugoslavianHoundDogBreed': {'132460002': ('Yugoslavian Hound dog breed', + [7480])}, + 'YujiangPigBreed': {'132308007': ('Yujiang pig breed', [7480])}, + 'YunnanHorseBreed': {'131971007': ('Yunnan horse breed', [7480])}, + 'YunnanZebuCattleBreed': {'131549005': ('Yunnan Zebu cattle breed', [7480])}, + 'YurinoCattleBreed': {'133574003': ('Yurino cattle breed', [7480])}, + 'ZambiaAngoniCattleBreed': {'131550005': ('Zambia Angoni cattle breed', + [7480])}, + 'Zanelli': {'399026003': ('Zanelli', [4012])}, + 'ZanelliProjection': {'399026003': ('Zanelli projection (qualifier value)', + [])}, + 'ZanzibarZebuCattleBreed': {'133630007': ('Zanzibar Zebu cattle breed', + [7480])}, + 'ZaobeiCattleBreed': {'133287008': ('Zaobei cattle breed', [7480])}, + 'ZavotCattleBreed': {'133288003': ('Zavot cattle breed', [7480])}, + 'ZenkerFixative': {'433473008': ('Zenker fixative (substance)', [])}, + 'ZenkerFluid': {'433473008': ("Zenker's fluid", [8114])}, + 'ZhemaichuHorseBreed': {'132998009': ('Zhemaichu horse breed', [7480])}, + 'ZhongweiGoatBreed': {'131644005': ('Zhongwei goat breed', [7480])}, + 'ZiehlNeelsenStain': {'255813003': ('Ziehl-Neelsen stain', [8112])}, + 'ZlotnikiSpottedPigBreed': {'132259005': ('Zlotniki Spotted pig breed', + [7480])}, + 'ZlotnikiWhitePigBreed': {'132260000': ('Zlotniki White pig breed', [7480])}, + 'ZnamenskCattleBreed': {'133289006': ('Znamensk cattle breed', [7480])}, + 'Zolazepam': {'96227004': ('Zolazepam', [625, 623])}, + 'ZolazepamHydrochloride': {'96227004': ('Zolazepam hydrochloride (substance)', + [])}, + 'Zygoma': {'13881006': ('Zygoma', + [4030, 4031, 4042, 9514, 7192, 4028, 7151, 4, 4009])}, + 'ZygomaticBoneStructure': {'13881006': ('Zygomatic bone structure (body ' + 'structure)', + [])}, + '_0NoPerfusion': {'371867000': ('0: No Perfusion', [3713])}, + '_103Palladium': {'9351000': ('^103^Palladium', [9528])}, + '_106Ruthenium': {'8227001': ('^106^Ruthenium', [9528])}, + '_10OClockPosition': {'129781005': ("10 o'clock position", + [6205, 6019, 6018])}, + '_10OClockPositionOnMammogram': {'129781005': ("10 o'clock position on " + 'mammogram (finding)', + [])}, + '_10thPercentileValueOfPopulation': {'371890005': ('10th Percentile Value of ' + 'population', + [226, 221, 7465])}, + '_111Indium': {'56609000': ('^111^Indium', [18])}, + '_113mIndium': {'48895003': ('^113m^Indium', [18])}, + '_11Carbon': {'40565003': ('^11^Carbon', [4020])}, + '_11OClockPosition': {'129782003': ("11 o'clock position", + [6205, 6019, 6018])}, + '_11OClockPositionOnMammogram': {'129782003': ("11 o'clock position on " + 'mammogram (finding)', + [])}, + '_123Iodine': {'21572004': ('^123^Iodine', [18])}, + '_124Iodine': {'40937006': ('^124^Iodine', [4020])}, + '_125Iodine': {'68630002': ('^125^Iodine', [18, 9528])}, + '_127Xenon': {'27081007': ('^127^Xenon', [18])}, + '_12LeadECG': {'268400002': ('12-Lead ECG', [3670])}, + '_12LeadElectrocardiogram': {'268400002': ('12 lead electrocardiogram ' + '(procedure)', + [])}, + '_12OClockPosition': {'129783008': ("12 o'clock position", + [6205, 6019, 6018])}, + '_12OClockPositionOnMammogram': {'129783008': ("12 o'clock position on " + 'mammogram (finding)', + [])}, + '_131Cesium': {'13237009': ('^131^Cesium', [9528])}, + '_131Iodine': {'1368003': ('^131^Iodine', [18])}, + '_133Barium': {'3027009': ('^133^Barium', [18])}, + '_133Xenon': {'80751004': ('^133^Xenon', [18])}, + '_137Cesium': {'55117002': ('^137^Cesium', [9528])}, + '_13Nitrogen': {'21576001': ('^13^Nitrogen', [3107, 4020])}, + '_14Carbon': {'71647005': ('^14^Carbon', [18])}, + '_14Oxygen': {'424875009': ('^14^Oxygen', [4020])}, + '_153Gadolinium': {'14529005': ('^153^Gadolinium', [18])}, + '_153Samarium': {'419804008': ('^153^Samarium', [18])}, + '_15LeadECG': {'429163003': ('15-Lead ECG', [3670])}, + '_15LeadElectrocardiographicMonitoring': {'429163003': ('15 lead ' + 'electrocardiographic ' + 'monitoring ' + '(procedure)', + [])}, + '_15Oxygen': {'129504001': ('^15^Oxygen', [4020])}, + '_169Ytterbium': {'41758004': ('^169^Ytterbium', [18, 9528])}, + '_177Lutetium': {'447553000': ('^177^Lutetium', [18])}, + '_178Tantalum': {'6301006': ('^178^Tantalum', [18])}, + '_186Rhenium': {'395865006': ('^186^Rhenium', [18])}, + '_188Rhenium': {'423578007': ('^188^Rhenium', [18])}, + '_18FFluoroethylflumazenil': {'422975006': ('[(18)F]fluoroethylflumazenil ' + '(product)', + [])}, + '_18Fluorine': {'77004003': ('^18^Fluorine', [4020, 18])}, + '_18LeadECG': {'425808002': ('18-Lead ECG', [3670])}, + '_18LeadElectrocardiographicMonitoring': {'425808002': ('18 lead ' + 'electrocardiographic ' + 'monitoring ' + '(procedure)', + [])}, + '_192Iridium': {'48341001': ('^192^Iridium', [9528])}, + '_198Gold': {'24301009': ('^198^Gold', [18, 9528])}, + '_199Gold': {'70544003': ('^199^Gold', [18])}, + '_1OClockPosition': {'129772004': ("1 o'clock position", [6205, 6019, 6018])}, + '_1OClockPositionOnMammogram': {'129772004': ("1 o'clock position on " + 'mammogram (finding)', + [])}, + '_1PenetrationWithoutPerfusion': {'371866009': ('1: Penetration without ' + 'Perfusion', + [3713])}, + '_1Phenylpropan2Amine': {'703842006': ('1-phenylpropan-2-amine (substance)', + [])}, + '_1SigmaLowerValueOfPopulation': {'371919006': ('1 Sigma Lower Value of ' + 'population', + [226, 221, 7465])}, + '_1SigmaUpperValueOfPopulation': {'371917008': ('1 Sigma Upper Value of ' + 'population', + [226, 221, 7465])}, + '_1stDiagonalCoronaryArtery': {'91750005': ('1st Diagonal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_1stLeftPosterolateralCoronaryArtery': {'91757008': ('1st Left ' + 'Posterolateral ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_1stMarginalCoronaryArtery': {'91754001': ('1st Marginal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_1stRightPosterolateralCoronaryArtery': {'91761002': ('1st Right ' + 'posterolateral ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_1stSeptalCoronaryArtery': {'244251006': ('1st Septal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_201Thallium': {'60057003': ('^201^Thallium', [18])}, + '_203Lead': {'47588004': ('^203^Lead', [18])}, + '_222Radon': {'51800004': ('^222^Radon', [9528])}, + '_223Radium': {'24853006': ('^223^Radium', [18])}, + '_226Radium': {'28243009': ('^226^Radium', [9528])}, + '_22Sodium': {'71633006': ('^22^Sodium', [4020, 18])}, + '_24Sodium': {'58541008': ('^24^Sodium', [18])}, + '_252Californium': {'35978008': ('^252^Californium', [9528])}, + '_2DMode': {'399064001': ('2D mode', [12224, 6058])}, + '_2DModeUltrasound': {'399064001': ('2D mode ultrasound (qualifier value)', + [])}, + '_2OClockPosition': {'129773009': ("2 o'clock position", [6205, 6019, 6018])}, + '_2OClockPositionOnMammogram': {'129773009': ("2 o'clock position on " + 'mammogram (finding)', + [])}, + '_2PartialPerfusion': {'371864007': ('2: Partial Perfusion', [3713])}, + '_2SigmaLowerValueOfPopulation': {'371918003': ('2 Sigma Lower Value of ' + 'population', + [226, 221, 7465])}, + '_2SigmaUpperValueOfPopulation': {'371920000': ('2 Sigma Upper Value of ' + 'population', + [226, 221, 7465])}, + '_2ndDiagonalCoronaryArtery': {'91751009': ('2nd Diagonal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_2ndLeftPosterolateralCoronaryArtery': {'91758003': ('2nd Left ' + 'Posterolateral ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_2ndMarginalCoronaryArtery': {'91755000': ('2nd Marginal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_2ndRightPosterolateralCoronaryArtery': {'91762009': ('2nd Right ' + 'posterolateral ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_32Phosphorus': {'32505007': ('^32^Phosphorus', [18, 9528])}, + '_38Potassium': {'423764008': ('^38^Potassium', [4020])}, + '_3CompletePerfusion': {'371865008': ('3: Complete Perfusion', [3713])}, + '_3DMode': {'426865009': ('3D mode', [12224, 6058])}, + '_3DModeUltrasound': {'426865009': ('3D mode ultrasound (qualifier value)', + [])}, + '_3OClockPosition': {'129774003': ("3 o'clock position", [6205, 6019, 6018])}, + '_3OClockPositionOnMammogram': {'129774003': ("3 o'clock position on " + 'mammogram (finding)', + [])}, + '_3rdDiagonalCoronaryArtery': {'91752002': ('3rd diagonal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_3rdLeftPosterolateralCoronaryArtery': {'91759006': ('3rd Left ' + 'Posterolateral ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_3rdMarginalCoronaryArtery': {'91756004': ('3rd Marginal Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_3rdRightPosterolateralCoronaryArtery': {'91763004': ('3rd Right ' + 'posterolateral ' + 'Coronary Artery', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_42Potassium': {'59844004': ('^42^Potassium', [18])}, + '_43Potassium': {'8202008': ('^43^Potassium', [18])}, + '_45Titanium': {'75696008': ('^45^Titanium', [4020])}, + '_4OClockPosition': {'129775002': ("4 o'clock position", [6205, 6019, 6018])}, + '_4OClockPositionOnMammogram': {'129775002': ("4 o'clock position on " + 'mammogram (finding)', + [])}, + '_51Chromium': {'52745005': ('^51^Chromium', [18])}, + '_52Iron': {'69089000': ('^52^Iron', [4020])}, + '_52Manganese': {'37225000': ('^52^Manganese', [4020])}, + '_57Cobalt': {'27054007': ('^57^Cobalt', [18])}, + '_58Cobalt': {'89272005': ('^58^Cobalt', [18])}, + '_59Iron': {'68580003': ('^59^Iron', [18])}, + '_5OClockPosition': {'129776001': ("5 o'clock position", [6205, 6019, 6018])}, + '_5OClockPositionOnMammogram': {'129776001': ("5 o'clock position on " + 'mammogram (finding)', + [])}, + '_5thPercentileValueOfPopulation': {'371888009': ('5th Percentile Value of ' + 'population', + [226, 221, 7465])}, + '_60Cobalt': {'5405008': ('^60^Cobalt', [9527, 18, 9528])}, + '_60Copper': {'425364008': ('^60^Copper', [4020])}, + '_61Copper': {'71425003': ('^61^Copper', [4020])}, + '_62Copper': {'422934004': ('^62^Copper', [4020])}, + '_62Zinc': {'65054007': ('^62^Zinc', [4020])}, + '_64Copper': {'3932008': ('^64^Copper', [4020, 18])}, + '_66Gallium': {'79477007': ('^66^Gallium', [4020])}, + '_67Copper': {'53700003': ('^67^Copper', [18])}, + '_67Gallium': {'2008008': ('^67^Gallium', [18])}, + '_68Gallium': {'35337001': ('^68^Gallium', [4020])}, + '_68Germanium': {'53315004': ('^68^Germanium', [4020])}, + '_6OClockPosition': {'129777005': ("6 o'clock position", [6205, 6019, 6018])}, + '_6OClockPositionOnMammogram': {'129777005': ("6 o'clock position on " + 'mammogram (finding)', + [])}, + '_72Arsenic': {'2705002': ('^72^Arsenic', [4020])}, + '_73Selenium': {'87437000': ('^73^Selenium', [4020])}, + '_75Bromine': {'17910003': ('^75^Bromine', [4020])}, + '_75Selenium': {'43239002': ('^75^Selenium', [18])}, + '_76Bromine': {'79523006': ('^76^Bromine', [4020])}, + '_77Bromine': {'86521004': ('^77^Bromine', [4020])}, + '_7OClockPosition': {'129778000': ("7 o'clock position", [6205, 6019, 6018])}, + '_7OClockPositionOnMammogram': {'129778000': ("7 o'clock position on " + 'mammogram (finding)', + [])}, + '_81mKrypton': {'61716009': ('^81m^Krypton', [18])}, + '_82Rubidium': {'79197006': ('^82^Rubidium', [3107, 4020])}, + '_85Krypton': {'34127007': ('^85^Krypton', [18])}, + '_85Strontium': {'111084009': ('^85^Strontium', [18])}, + '_86Yttrium': {'10738001': ('^86^Yttrium', [4020])}, + '_87mStrontium': {'78023008': ('^87m^Strontium', [18])}, + '_89Strontium': {'7770004': ('^89^Strontium', [18])}, + '_89Zirconium': {'63360001': ('^89^Zirconium', [4020])}, + '_8OClockPosition': {'129779008': ("8 o'clock position", [6205, 6019, 6018])}, + '_8OClockPositionOnMammogram': {'129779008': ("8 o'clock position on " + 'mammogram (finding)', + [])}, + '_90Strontium': {'14071002': ('^90^Strontium', [9528])}, + '_90Yttrium': {'14691008': ('^90^Yttrium', [4020, 18, 9528])}, + '_90thPercentileValueOfPopulation': {'371887004': ('90th Percentile Value of ' + 'population', + [226, 221, 7465])}, + '_94mTechnetium': {'424079002': ('^94m^Technetium', [4020])}, + '_95thPercentileValueOfPopulation': {'371889001': ('95th Percentile Value of ' + 'population', + [226, 221, 7465])}, + '_97Ruthenium': {'23788009': ('^97^Ruthenium', [18])}, + '_99mTechnetium': {'72454006': ('^99m^Technetium', [18])}, + '_9OClockPosition': {'129780006': ("9 o'clock position", [6205, 6019, 6018])}, + '_9OClockPositionOnMammogram': {'129780006': ("9 o'clock position on " + 'mammogram (finding)', + [])}, + 'ÍPigBreed': {'132327001': ('Í pig breed', [7480])}} + +concepts['DCM'] = \ +{'': {'...': ('...', []), '126330': ('tau_m', [7180, 218, 4107, 7469])}, + 'AAPM204APDimension': {'113935': ('AAPM 204 AP Dimension', [10023])}, + 'AAPM204EffectiveDiameterEstimatedFromPatientAge': {'113937': ('AAPM 204 ' + + 'Effective ' + 'Diameter ' + 'Estimated ' + 'From Patient ' + 'Age', + [10023])}, + 'AAPM204LateralDimension': {'113934': ('AAPM 204 Lateral Dimension', [10023])}, + 'AAPM204SumOfLateralAndAPDimension': {'113936': ('AAPM 204 Sum of Lateral and ' + 'AP Dimension', + [10023])}, + 'AAPM220': {'113987': ('AAPM 220', [10024])}, + 'ACDConstant': {'111768': ('ACD Constant', [4237])}, + 'ACRAccreditationPhantomCT': {'113682': ('ACR Accreditation Phantom - CT', + [4051, 4052])}, + 'ACRAccreditationPhantomECT': {'113686': ('ACR Accreditation Phantom - ECT', + [4051, 4052])}, + 'ACRAccreditationPhantomECTPET': {'113688': ('ACR Accreditation Phantom - ' + 'ECT/PET', + [4051, 4052])}, + 'ACRAccreditationPhantomMR': {'113683': ('ACR Accreditation Phantom - MR', + [4051, 4052])}, + 'ACRAccreditationPhantomMammography': {'113684': ('ACR Accreditation Phantom ' + '- Mammography', + [4051, 4052])}, + 'ACRAccreditationPhantomPET': {'113687': ('ACR Accreditation Phantom - PET', + [4051, 4052])}, + 'ACRAccreditationPhantomPETFaceplate': {'113689': ('ACR Accreditation Phantom ' + '- PET Faceplate', + [4051, 4052])}, + 'ACRAccreditationPhantomStereotacticBreastBiopsy': {'113685': ('ACR ' + 'Accreditation ' + 'Phantom - ' + 'Stereotactic ' + 'Breast Biopsy', + [4051, 4052])}, + 'ACRGuidelinePerformanceOfAdultCTColonography': {'112248': ('ACR Guideline, ' + 'Performance of ' + 'Adult CT ' + 'Colonography', + [6208])}, + 'ACRPositionStatement': {'112036': ('ACR Position Statement', [6208, 6136])}, + 'ACRStandardCTMedicalPhysicsPerformanceMonitoring': {'112249': ('ACR ' + 'Standard, CT ' + 'medical ' + 'physics ' + 'performance ' + 'monitoring', + [6208])}, + 'AGN15099889Zr': {'126729': ('AGN-150998 ^89^Zr', [4021])}, + 'AIC': {'126223': ('AIC', [7180, 218, 7469])}, + 'AIFIgnored': {'126360': ('AIF Ignored', [4103, 4106])}, + 'AIN76': {'127272': ('AIN76', [607])}, + 'AIN93G': {'127273': ('AIN93G', [607])}, + 'AIN93M': {'127274': ('AIN93M', [607])}, + 'ANGPattern': {'109902': ('ANG Pattern', [8301])}, + 'AP45': {'112300': ('AP+45', [7303]), '112301': ('AP-45', [7303])}, + 'ARWave': {'125323': ('AR-wave', [12307])}, + 'ATSMCu60': {'126700': ('ATSM Cu^60^', [4021])}, + 'ATSMCu61': {'126701': ('ATSM Cu^61^', [4021])}, + 'ATSMCu62': {'126702': ('ATSM Cu^62^', [4021])}, + 'AUCBN180': {'126327': ('AUCBN180', [])}, + 'AWavePeakPressure': {'109016': ('A wave peak pressure', [3337, 3611])}, + 'AWavePressureAverage': {'109017': ('A wave pressure, average', [3337])}, + 'AbdominalImagingSpecialty': {'128006': ('Abdominal Imaging Specialty', + [7449])}, + 'AbdominalRadiology': {'128170': ('Abdominal Radiology', [7030])}, + 'AblationOff': {'109038': ('Ablation off', [3339])}, + 'AblationOn': {'109039': ('Ablation on', [3339])}, + 'AbnormalCalcifications': {'112063': ('Abnormal calcifications', [6101])}, + 'AbnormalDischarge': {'111491': ('Abnormal discharge', [6062])}, + 'AbnormalDistributionOfAnatomicStructure': {'112028': ('Abnormal Distribution ' + 'of Anatomic Structure', + [])}, + 'AbnormalInterstitialPattern': {'112004': ('Abnormal interstitial pattern', + [6104, 6102, 6106])}, + 'AbnormalLines1D': {'112061': ('Abnormal lines (1D)', [6101])}, + 'AbnormalLucency': {'112062': ('Abnormal lucency', [6101])}, + 'AbnormalOpacity': {'112033': ('Abnormal opacity', [6101])}, + 'AbnormalRegion': {'122451': ('Abnormal Region', [])}, + 'AbnormalTexture': {'112064': ('Abnormal texture', [6101])}, + 'AbnormallyHighSensitivity': {'111849': ('Abnormally high sensitivity', + [4254])}, + 'AbruptDuctTermination': {'111427': ('Abrupt duct termination', [6057, 6054])}, + 'AbruptInterface': {'111358': ('Abrupt interface', [6153])}, + 'Absent': {'121054': ('Absent', [])}, + 'AbsoluteOphthalmicThickness': {'111930': ('Absolute ophthalmic thickness', + [4263])}, + 'AbsoluteRegionalBloodFlow': {'126390': ('Absolute Regional Blood Flow', + [4108, 7180, 218, 7469])}, + 'AbsoluteRegionalBloodVolume': {'126391': ('Absolute Regional Blood Volume', + [4108, 7180, 218, 7469])}, + 'AbsoluteValuesOfVentricularMeasurements': {'122608': ('Absolute Values Of ' + 'Ventricular ' + 'Measurements', + [])}, + 'AbsorbedDose': {'128513': ('Absorbed Dose', [10070, 7180, 218, 7469])}, + 'AccessControlDecision': {'110147': ('Access Control Decision', [401, 403])}, + 'AccessionNumber': {'121022': ('Accession Number', [])}, + 'AccessoryTray': {'130124': ('Accessory Tray', [9520, 9518])}, + 'AccumulatedAverageGlandularDose': {'111637': ('Accumulated Average Glandular ' + 'Dose (mammo)', + [10050])}, + 'AccumulatedCtdivolForwardEstimate': {'113906': ('Accumulated CTDIvol Forward ' + 'Estimate', + [])}, + 'AccumulatedDLPForwardEstimate': {'113905': ('Accumulated DLP Forward ' + 'Estimate', + [])}, + 'AccumulatedXRayDoseData': {'113702': ('Accumulated X-Ray Dose Data', [])}, + 'AcetabularCenterOfRotation': {'112303': ('Acetabular Center of Rotation', + [7305, 7306])}, + 'AcetabularCupInsert': {'112306': ('Acetabular Cup Insert', [7308, 7307])}, + 'AcetabularCupMonoblock': {'112307': ('Acetabular Cup Monoblock', + [7308, 7307])}, + 'AcetabularCupShell': {'112305': ('Acetabular Cup Shell', [7308, 7307])}, + 'Acinar': {'112146': ('Acinar', [6123])}, + 'AcquiredImage': {'113795': ('Acquired Image', [])}, + 'AcquiredVolume': {'128160': ('Acquired Volume', [1000])}, + 'AcquisitionDate': {'126201': ('Acquisition Date', [])}, + 'AcquisitionDeviceID': {'122143': ('Acquisition Device ID', [])}, + 'AcquisitionDeviceType': {'122142': ('Acquisition Device Type', [])}, + 'AcquisitionDoseAreaProductTotal': {'113727': ('Acquisition Dose Area Product ' + 'Total', + [10050])}, + 'AcquisitionDoseRPTotal': {'113729': ('Acquisition Dose (RP) Total', [])}, + 'AcquisitionDuration': {'121142': ('Acquisition Duration', [])}, + 'AcquisitionEquipment': {'109101': ('Acquisition Equipment', [7005])}, + 'AcquisitionEquipmentAlignment': {'125023': ('Acquisition Equipment Alignment', + [7100])}, + 'AcquisitionFramesCorrespondingToVolume': {'121346': ('Acquisition frames ' + 'corresponding to ' + 'volume', + [7201])}, + 'AcquisitionNumber': {'113608': ('Acquisition Number', [10022])}, + 'AcquisitionPlane': {'113764': ('Acquisition Plane', [])}, + 'AcquisitionProtocol': {'125203': ('Acquisition Protocol', [])}, + 'AcquisitionTime': {'126202': ('Acquisition Time', [])}, + 'ActionOnFluid': {'111456': ('Action on fluid', [])}, + 'ActiveIngredientUndilutedConcentration': {'121380': ('Active Ingredient ' + 'Undiluted ' + 'Concentration', + [4050])}, + 'ActivityMeasurementDevice': {'113540': ('Activity Measurement Device', [])}, + 'ActivityWorkload': {'122709': ('Activity workload', [])}, + 'AcuteMIPresent': {'122172': ('Acute MI Present', [])}, + 'AcuteUnilateralRenalBlockage': {'113560': ('Acute unilateral renal blockage', + [64, 10045])}, + 'AdaptiveFiltering': {'123102': ('Adaptive Filtering', [7162])}, + 'AdaptiveRadiationTherapyNote': {'130039': ('Adaptive Radiation Therapy Note', + [])}, + 'AddAddendumToReport': {'128001': ('Add Addendum to Report', [9231])}, + 'AddIntermediate': {'111673': ('Add Intermediate', [])}, + 'AddNear': {'111672': ('Add Near', [])}, + 'AddOther': {'111674': ('Add Other', [])}, + 'AddendedReport': {'121361': ('Addended report', [7009])}, + 'Addendum': {'121078': ('Addendum', [6052])}, + 'AdditionalEvaluationRequestedFromAbnormalScreeningExam': {'111419': ('Additional ' + 'evaluation ' + 'requested ' + 'from ' + 'abnormal ' + 'screening ' + 'exam', + [6051])}, + 'AdditionalEvaluationRequestedFromPriorStudy': {'111415': ('Additional ' + 'evaluation ' + 'requested from ' + 'prior study', + [6051])}, + 'AdditionalProjections': {'111135': ('Additional projections', [6029, 6028])}, + 'AdditionalTeachingFileInformation': {'128712': ('Additional Teaching File ' + 'Information', + [7018])}, + 'Adenolipoma': {'111248': ('Adenolipoma', [])}, + 'Adenomyoepithelioma': {'111250': ('Adenomyoepithelioma', [])}, + 'AdhocMeasurements': {'125303': ('Adhoc Measurements', [])}, + 'AdiabaticTissueHomogeneityATHModel': {'126346': ('Adiabatic Tissue ' + 'Homogeneity (ATH) Model', + [4106, 4101])}, + 'AdministeredActivity': {'113507': ('Administered activity', [10050])}, + 'AdministrationDiscontinued': {'130220': ('Administration discontinued', [])}, + 'AdministrationMode': {'130181': ('Administration Mode', [])}, + 'AdministrationStepType': {'130250': ('Administration Step Type', [])}, + 'AdministratorOfRadiologyDepartment': {'128673': ('Administrator of Radiology ' + 'Department', + [7450, 7452])}, + 'AdultCongenitalCardiacUltrasoundReport': {'125197': ('Adult Congenital ' + 'Cardiac Ultrasound ' + 'Report', + [12245])}, + 'AdultEchocardiographyProcedureReport': {'125200': ('Adult Echocardiography ' + 'Procedure Report', + [])}, + 'AdvancedLevel': {'128727': ('Advanced level', [7016])}, + 'AdventitialDissection': {'122397': ('Adventitial Dissection', [3492])}, + 'AdverseEventDetectionDatetime': {'130215': ('Adverse Event Detection ' + 'DateTime', + [])}, + 'AerobicIndex': {'122772': ('Aerobic index', [3238])}, + 'AgatstonScoreThreshold': {'122657': ('Agatston Score Threshold', [])}, + 'AgatstonScoringMethod': {'112055': ('Agatston scoring method', [6140])}, + 'AgeAtFirstFullTermPregnancy': {'111519': ('Age at First Full Term Pregnancy', + [])}, + 'AgeAtMenopause': {'111520': ('Age at Menopause', [])}, + 'AgeAtOccurrence': {'111538': ('Age at Occurrence', [])}, + 'AgeCorrected': {'111838': ('Age corrected', [4252])}, + 'AgeEnded': {'111525': ('Age Ended', [])}, + 'AgeStarted': {'111524': ('Age Started', [])}, + 'AgeWhenFirstMenstrualPeriodOccurred': {'111518': ('Age when first menstrual ' + 'period occurred', + [])}, + 'AgeWhenHysterectomyPerformed': {'111521': ('Age when hysterectomy performed', + [])}, + 'AgeWhenLeftOvaryRemoved': {'111522': ('Age when left ovary removed', [])}, + 'AgeWhenRightOvaryRemoved': {'111523': ('Age when right ovary removed', [])}, + 'AgreementWithPriorFindings': {'122775': ('Agreement with prior findings', + [3217])}, + 'Air': {'112143': ('Air', [6122])}, + 'AirBronchiologram': {'112070': ('Air bronchiologram', [6105, 6102])}, + 'AirBronchogram': {'112071': ('Air bronchogram', [6105, 6102])}, + 'AirChanges': {'127172': ('Air changes', [])}, + 'AirCrescent': {'112072': ('Air crescent', [6105, 6102])}, + 'AirDetected': {'130175': ('Air detected', [71])}, + 'AirFluidLevel': {'112104': ('Air-fluid level', [6103, 6102])}, + 'AirSpace': {'112147': ('Air space', [6123])}, + 'AirwayManagementMethod': {'127312': ('Airway Management Method', [])}, + 'AirwayManagementSet': {'127310': ('Airway Management Set', [])}, + 'AirwayPartiallyObstructed': {'122282': ('airway partially obstructed', + [3448])}, + 'AirwaySeverelyObstructed': {'122283': ('airway severely obstructed', [3448])}, + 'AirwaySubManagementMethod': {'127313': ('Airway Sub-Management Method', [])}, + 'AirwayUnobstructed': {'122281': ('airway unobstructed', [3448])}, + 'AlgorithmFamily': {'111000': ('Algorithm Family', [])}, + 'AlgorithmManufacturer': {'122405': ('Algorithm Manufacturer', [])}, + 'AlgorithmName': {'111001': ('Algorithm Name', [])}, + 'AlgorithmParameters': {'111002': ('Algorithm Parameters', [])}, + 'AlgorithmVersion': {'111003': ('Algorithm Version', [])}, + 'AlgorithmicAttenuationCorrection': {'122726': ('Algorithmic Attenuation ' + 'Correction', + [3112])}, + 'AllAlgorithmsSucceededWithFindings': {'111242': ('All algorithms succeeded; ' + 'with findings', + [6047])}, + 'AllAlgorithmsSucceededWithoutFindings': {'111241': ('All algorithms ' + 'succeeded; without ' + 'findings', + [6047])}, + 'AllPlanes': {'113890': ('All Planes', [10003])}, + 'AlphaGeudValue': {'130095': ('alpha gEUD Value', [])}, + 'AlternatePhotometricInterpretationImage': {'121328': ('Alternate Photometric ' + 'Interpretation image', + [7205])}, + 'AlternateSOPClassInstance': {'121326': ('Alternate SOP Class instance', + [7205])}, + 'AmbientRoomEnvironment': {'109112': ('Ambient room environment', [3000])}, + 'AmbiguousSex': {'121104': ('Ambiguous sex', [7455])}, + 'AmericaKennelClub': {'109200': ('America Kennel Club', [7481])}, + 'AmericaPetRegistryInc': {'109201': ("America's Pet Registry Inc.", [7481])}, + 'AmericanCanineAssociation': {'109202': ('American Canine Association', + [7481])}, + 'AmericanPurebredRegistry': {'109203': ('American Purebred Registry', [7481])}, + 'AmericanRareBreedAssociation': {'109204': ('American Rare Breed Association', + [7481])}, + 'AnalysisOrMeasurementsForCurrentProcedure': {'122073': ('Analysis or ' + 'measurements for ' + 'current procedure', + [3407])}, + 'AnalysisPerformed': {'111004': ('Analysis Performed', [])}, + 'AnalysisQualityRating': {'111693': ('Analysis Quality Rating', [])}, + 'AnalyticalAlgorithm': {'128480': ('Analytical Algorithm', [10068])}, + 'AnatomicIdentifier': {'112050': ('Anatomic Identifier', [])}, + 'AnatomicImage': {'121338': ('Anatomic image', [7201])}, + 'AnatomicNonColon': {'112238': ('Anatomic non-colon', [6201])}, + 'AnatomicalAxisOfFemur': {'112302': ('Anatomical axis of femur', + [7305, 7306])}, + 'Anechoic': {'111361': ('Anechoic', [6154])}, + 'AnesthesiaCategory': {'127302': ('Anesthesia Category', [])}, + 'AnesthesiaMethod': {'127301': ('Anesthesia Method', [])}, + 'AnesthesiaMethodSet': {'127300': ('Anesthesia Method Set', [])}, + 'AnesthesiaSubcategory': {'127303': ('Anesthesia SubCategory', [])}, + 'AneurysmOnCitedVessel': {'122101': ('Aneurysm on cited vessel', [3019])}, + 'AnginalEquivalent': {'122799': ('Anginal Equivalent', [3202, 3220])}, + 'AngioplastyBalloonDeflated': {'122304': ('Angioplasty balloon deflated', + [3412])}, + 'AngioplastyBalloonInflated': {'122303': ('Angioplasty balloon inflated', + [3412])}, + 'Angiosarcoma': {'111302': ('Angiosarcoma', [])}, + 'Angioscopy': {'AS': ('Angioscopy', [])}, + 'Angle': {'110859': ('Angle', [7182])}, + 'AngularMargins': {'111343': ('Angular margins', [6007, 6006])}, + 'AngularSecondMomentOfGLCM': {'126065': ('Angular Second Moment of GLCM', [])}, + 'AngularViewingEvaluation': {'109709': ('Angular viewing evaluation', [8300])}, + 'AnimalHandlingDuringSpecifiedPhase': {'127005': ('Animal handling during ' + 'specified phase', + [])}, + 'AnimalHousing': {'127120': ('Animal housing', [])}, + 'AnimalHousingRoom': {'127370': ('Animal housing room', [603])}, + 'AnimalRegistryUnlimited': {'109205': ('Animal Registry Unlimited', [7481])}, + 'AnimalResearchFoundation': {'109206': ('Animal Research Foundation', [7481])}, + 'AnimalRoomIdentifier': {'127122': ('Animal room identifier', [])}, + 'AnimalRoomType': {'127121': ('Animal room type', [])}, + 'AnodeTargetMaterial': {'111632': ('Anode Target Material', [])}, + 'AnomalousExponentParameter': {'113299': ('Anomalous Exponent Parameter', + [7180, 7272, 218, 7469])}, + 'AnteriorFirst': {'126833': ('anterior first', [21])}, + 'AnteriorInferiorAxis': {'110864': ('Anterior-Inferior Axis', [7184])}, + 'AnteriorJunctionLine': {'112088': ('Anterior junction line', + [6109, 6112, 6102, 9514, 7192, 7151])}, + 'AnteriorPosterior': {'122675': ('Anterior-Posterior', [3838, 12118])}, + 'AnteriorPosteriorAxis': {'110862': ('Anterior-Posterior Axis', [7184])}, + 'AnteriorSurfaceOfTheRPE': {'128297': ('Anterior surface of the RPE', + [9514, 7192, 7151, 4273])}, + 'AnteriorToInferior': {'110874': ('Anterior To Inferior', [7185])}, + 'AnteriorToPosterior': {'110870': ('Anterior To Posterior', [7185])}, + 'AnthropomorphicModel': {'128404': ('Anthropomorphic Model', [10064])}, + 'AntiB22089Zr': {'126754': ('Anti-B220 ^89^Zr', [4021])}, + 'AnyDecisionToBiopsyShouldBeBasedOnClinicalAssessment': {'111141': ('Any ' + 'decision ' + 'to ' + 'biopsy ' + 'should ' + 'be based ' + 'on ' + 'clinical ' + 'assessment', + [6029, + 6028])}, + 'AorticIntervention': {'122054': ('Aortic Intervention', [3405, 3406])}, + 'AorticKnob': {'112102': ('Aortic knob', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'ApertureBlock': {'130123': ('Aperture Block', [9517, 9520])}, + 'ApexBaseAxis': {'110863': ('Apex-Base Axis', [7184])}, + 'ApexToBase': {'110872': ('Apex To Base', [7185])}, + 'ApparentDiffusionCoefficient': {'113041': ('Apparent Diffusion Coefficient', + [7180, 7272, 218, 7263, 7469])}, + 'ApparentKurtosisCoefficient': {'113206': ('Apparent Kurtosis Coefficient', + [7263])}, + 'Application': {'110150': ('Application', [402])}, + 'ApplicationActivity': {'110100': ('Application Activity', [400])}, + 'ApplicationLauncher': {'110151': ('Application Launcher', [402])}, + 'ApplicationStart': {'110120': ('Application Start', [401, 403])}, + 'ApplicationStop': {'110121': ('Application Stop', [401, 403])}, + 'AppropriateForTheDevice': {'128606': ('Appropriate for the device', [800])}, + 'AppropriateForTheIndications': {'128601': ('Appropriate for the indications', + [800])}, + 'ApprovedForExperimentalUse': {'128611': ('Approved for experimental use', + [800])}, + 'ApprovedForUseAtTheInstitution': {'128603': ('Approved for use at the ' + 'institution', + [800])}, + 'ApprovedForUseInTheClinicalTrial': {'128604': ('Approved for use in the ' + 'clinical trial', + [800])}, + 'ApprovedForUseOnPregnantPatients': {'128605': ('Approved for use on pregnant ' + 'patients', + [800])}, + 'ArcBeam': {'130103': ('Arc Beam', [9511, 9524])}, + 'ArcOfCalcium': {'122355': ('Arc of Calcium', [])}, + 'ArchOfTheAzygosVein': {'112103': ('Arch of the Azygos vein', + [6109, 6102, 6117, 9514, 7192, 7151])}, + 'ArchitecturalDistortion': {'112079': ('Architectural distortion', [6108])}, + 'Archive': {'ARCHIVE': ('Archive', [30])}, + 'AreaBasedMethod': {'122650': ('Area Based Method', [3804, 3807])}, + 'AreaByPressureHalfTime': {'125210': ('Area by Pressure Half-Time', + [12227, 12229])}, + 'AreaEqualsFlow44Point5SqrtGradientMmhg': {'122262': ('Area = Flow / 44.5 * ' + 'sqrt(Gradient[mmHg])', + [])}, + 'AreaLengthBiplane': {'125204': ('Area-Length Biplane', [12227, 12228])}, + 'AreaLengthDodge': {'122559': ('Area Length Dodge', [3453])}, + 'AreaLengthKennedy': {'122558': ('Area Length Kennedy', [3453])}, + 'AreaLengthMethod': {'122428': ('Area Length Method', [])}, + 'AreaLengthSinglePlane': {'125205': ('Area-Length Single Plane', + [12227, 12228])}, + 'AreaLengthWynne': {'122560': ('Area Length Wynne', [3453])}, + 'AreaOfAClosedNURBS': {'122502': ('Area of a closed NURBS', [7473])}, + 'AreaOfClosedIrregularPolygon': {'122501': ('Area of closed irregular polygon', + [7473])}, + 'AreaOfDefinedRegion': {'121202': ('Area of Defined Region', [])}, + 'AreaOfVascularCalcification': {'112196': ('Area of Vascular Calcification', + [6142])}, + 'AreaOutline': {'121056': ('Area outline', []), + '121201': ('Area Outline', [])}, + 'AreaSymmetry': {'122545': ('Area Symmetry', [])}, + 'ArterialConduitAngiography': {'122058': ('Arterial conduit angiography', + [3405, 3428])}, + 'ArterialPulseWaveform': {'109116': ('Arterial Pulse Waveform', [3004])}, + 'ArteriovenousDifference': {'122229': ('Arteriovenous difference', [])}, + 'ArtifactsOtherThanGridOrDetectorArtifact': {'111215': ('Artifact(s) other ' + + 'than grid or ' + 'detector artifact', + [6041, 6135, 7011])}, + 'ArtificialIntelligence': {'123110': ('Artificial Intelligence', [7162])}, + 'AspenChipBedding': {'127230': ('Aspen chip bedding', [605])}, + 'AspenShavingBedding': {'127231': ('Aspen shaving bedding', [605])}, + 'Assembly': {'112355': ('Assembly', [])}, + 'AssessmentByComparison': {'121375': ('Assessment By Comparison', [703])}, + 'AssessmentByRules': {'121376': ('Assessment By Rules', [703])}, + 'AssessmentCategory': {'111005': ('Assessment Category', [])}, + 'Assisting': {'121099': ('Assisting', [7453])}, + 'AssociatedChestComponent': {'112003': ('Associated Chest Component', [])}, + 'AsymmetricImplants': {'111504': ('Asymmetric implants', [6072])}, + 'AsynchronousInvolution': {'111254': ('Asynchronous involution', [])}, + 'AtLastAppointment': {'109125': ('At last appointment', [31])}, + 'AtSurfaceOfPatient': {'113964': ('At Surface of Patient', [10025])}, + 'AtomicNumber': {'130093': ('Atomic Number', [])}, + 'AtrialDiastolicFillingDWave': {'125322': ('Atrial Diastolic Filling (D-wave)', + [12307])}, + 'AtrialPressureMeasurements': {'122121': ('Atrial pressure measurements', [])}, + 'Attach': {'110124': ('Attach', [401, 403])}, + 'AttendingConsultant': {'121089': ('Attending [Consultant]', [])}, + 'AttenuationCoefficient': {'112031': ('Attenuation Coefficient', + [7180, 218, 6141, 10069, 7469])}, + 'AttenuationCorrectionMethod': {'122713': ('Attenuation correction method', + [])}, + 'AttenuatorCategory': {'128458': ('Attenuator Category', [])}, + 'AttenuatorDescription': {'128468': ('Attenuator Description', [])}, + 'Audio': {'AU': ('Audio', [])}, + 'AuditLogUsed': {'110101': ('Audit Log Used', [400])}, + 'AuditRecordingStarted': {'110134': ('Audit Recording Started', [401, 403])}, + 'AuditRecordingStopped': {'110133': ('Audit Recording Stopped', [401, 403])}, + 'AuthenticationDecision': {'110143': ('Authentication Decision', [401, 403])}, + 'AuthorizationDecision': {'110144': ('Authorization Decision', [401, 403])}, + 'AutoKeratometry': {'111754': ('Auto Keratometry', [4235, 4242])}, + 'AutocorrelationOfGLCM': {'128794': ('Autocorrelation of GLCM', [])}, + 'AutomatedAdministration': {'130173': ('Automated Administration', [63])}, + 'AutomatedDataCollection': {'113856': ('Automated Data Collection', + [10020, 10021])}, + 'AutomatedOptical': {'111843': ('Automated Optical', [4253])}, + 'AutomatedSlideStainer': {'STAIN': ('Automated Slide Stainer', [33, 32, 30])}, + 'AutomaticAdministrationPhase': {'130168': ('Automatic Administration Phase', + [62])}, + 'AutomaticProgrammedHoldPhase': {'130169': ('Automatic Programmed Hold Phase', + [62])}, + 'AutomaticWithManualHoldPhase': {'130170': ('Automatic with Manual Hold Phase', + [62])}, + 'AutomaticWithManualInjectPhase': {'130171': ('Automatic with Manual Inject ' + 'Phase', + [62])}, + 'AutomaticallyDetectedAIFROI': {'126363': ('Automatically Detected AIF ROI', + [4103, 4106])}, + 'Autorefraction': {'AR': ('Autorefraction', [33, 29, 30])}, + 'AutorefractionMeasurementsSOPInstance': {'111784': ('Autorefraction ' + + 'Measurements SOP ' + 'Instance', + [4240])}, + 'AutorefractionVisualAcuity': {'111685': ('Autorefraction Visual Acuity', + [4216])}, + 'AverageBreastFeedingPeriod': {'111544': ('Average breast feeding period', + [])}, + 'AverageCalcificationDistanceInACalcificationCluster': {'112200': ('Average ' + 'calcification ' + 'distance ' + 'in a ' + 'calcification ' + 'cluster', + [6142])}, + 'AverageGlandularDose': {'111631': ('Average Glandular Dose', [])}, + 'AverageXRayTubeCurrent': {'113767': ('Average X-Ray Tube Current', [])}, + 'AvoidanceVolume': {'130058': ('Avoidance Volume', [9535])}, + 'AxialDiffusivity': {'113204': ('Axial Diffusivity', [7263])}, + 'AxialKurtosis': {'113208': ('Axial Kurtosis', [7263])}, + 'AxialMeasurementsSOPInstance': {'111782': ('Axial Measurements SOP Instance', + [4240])}, + 'AxillaryNodalMetastases': {'111301': ('Axillary nodal metastases', + [6030, 6033])}, + 'AxillaryNodeHyperplasia': {'111253': ('Axillary node hyperplasia', + [6031, 6030])}, + 'AxillaryNodeWithCalcifications': {'111252': ('Axillary node with ' + 'calcifications', + [6031, 6030])}, + 'AxillaryNodeWithLymphoma': {'111300': ('Axillary node with lymphoma', + [6030, 6033])}, + 'AzygoesophagealRecessInterface': {'112090': ('Azygoesophageal recess ' + 'interface', + [6113, + 6109, + 6102, + 9514, + 7192, + 7151])}, + 'BIC': {'126224': ('BIC', [7180, 218, 7469])}, + 'BMIEqualsWtHt2': {'122265': ('BMI = Wt / Ht ^ 2', [])}, + 'BN01Pattern': {'109904': ('BN01 Pattern', [8301])}, + 'BN02Pattern': {'109905': ('BN02 Pattern', [8301])}, + 'BN03Pattern': {'109906': ('BN03 Pattern', [8301])}, + 'BN04Pattern': {'109907': ('BN04 Pattern', [8301])}, + 'BN05Pattern': {'109908': ('BN05 Pattern', [8301])}, + 'BN06Pattern': {'109909': ('BN06 Pattern', [8301])}, + 'BN07Pattern': {'109910': ('BN07 Pattern', [8301])}, + 'BN08Pattern': {'109911': ('BN08 Pattern', [8301])}, + 'BN09Pattern': {'109912': ('BN09 Pattern', [8301])}, + 'BN10Pattern': {'109913': ('BN10 Pattern', [8301])}, + 'BN11Pattern': {'109914': ('BN11 Pattern', [8301])}, + 'BN12Pattern': {'109915': ('BN12 Pattern', [8301])}, + 'BN13Pattern': {'109916': ('BN13 Pattern', [8301])}, + 'BN14Pattern': {'109917': ('BN14 Pattern', [8301])}, + 'BN15Pattern': {'109918': ('BN15 Pattern', [8301])}, + 'BN16Pattern': {'109919': ('BN16 Pattern', [8301])}, + 'BN17Pattern': {'109920': ('BN17 Pattern', [8301])}, + 'BN18Pattern': {'109921': ('BN18 Pattern', [8301])}, + 'BRCA1BreastCancerGene': {'111556': ('BRCA1 breast cancer gene', + [6087, 6081])}, + 'BRCA2BreastCancerGene': {'111557': ('BRCA2 breast cancer gene', + [6087, 6081])}, + 'BRCA3BreastCancerGene': {'111558': ('BRCA3 breast cancer gene', + [6087, 6081])}, + 'BREPRadiationTransportModel': {'128406': ('BREP Radiation Transport Model', + [10065])}, + 'BSA1Point219': {'122572': ('BSA^1.219', [3455])}, + 'BSAEquals0Point0004688WT0Point81680Point0154LogWT': {'122246': ('BSA = ' + '0.0004688 * ' + 'WT ^ ' + '(0.8168 - ' + '0.0154 * ' + 'log(WT))', + [])}, + 'BSAEquals0Point0004688WT0Point8168To0Point0154LogWT': {'122246': ('BSA = ' + '0.0004688*WT^(0.8168-0.0154*log(WT))', + [3663])}, + 'BSAEquals0Point003207WT0Point7285To0Point0188LogWTHT0Point3': {'122240': ('BSA ' + '= ' + '0.003207*WT^(0.7285-0.0188 ' + 'log ' + '(WT)) ' + '*HT^0.3', + [3663])}, + 'BSAEquals0Point007184WT0Point425HT0Point725': {'122241': ('BSA = ' + '0.007184*WT^ ' + '0.425*HT^0.725', + [3663])}, + 'BSAEquals0Point007358WT0Point425HT0Point725': {'122266': ('BSA = ' + '0.007358*WT^ ' + '0.425*HT^0.725', + [3663])}, + 'BSAEquals0Point008883WT0Point444HT0Point663': {'122268': ('BSA = ' + '0.008883*WT^ ' + '0.444*HT^0.663', + [3663])}, + 'BSAEquals0Point009568WT0Point473HT0Point655': {'122270': ('BSA = ' + '0.009568*WT^ ' + '0.473*HT^0.655', + [3663])}, + 'BSAEquals0Point010265WT0Point423HT0Point651': {'122267': ('BSA = ' + '0.010265*WT^ ' + '0.423*HT^0.651', + [3663])}, + 'BSAEquals0Point0235WT0Point51456HT0Point42246': {'122242': ('BSA = ' + '0.0235*WT^0.51456*HT^ ' + '0.42246', + [])}, + 'BSAEquals0Point0235WT0Point51456Htcm0Point42246': {'122242': ('BSA = ' + '0.0235*WT^0.51456*HTcm^ ' + '0.42246', + [3663])}, + 'BSAEquals0Point024265WT0Point5378HT0Point3964': {'122243': ('BSA = ' + '0.024265*WT^0.5378*HT^0.3964', + [])}, + 'BSAEquals0Point024265WT0Point5378Htcm0Point3964': {'122243': ('BSA = ' + '0.024265*WT^0.5378*HTcm^0.3964', + [3663])}, + 'BSAEquals0Point038189WT0Point423HT0Point362': {'122269': ('BSA = ' + '0.038189*WT^ ' + '0.423*HT^0.362', + [3663])}, + 'BSAEquals13210Point3433WT': {'122245': ('BSA = 1321+0.3433*WT', [3663])}, + 'BSAEquals3Point207WT0Point7285To0Point0188LogWTHT0Point3': {'122240': ('BSA ' + '= ' + '3.207*WT^(0.7285-0.0188 ' + 'log ' + '(WT)) ' + '*HT^0.3', + [])}, + 'BSAEqualsHTWT360Point5': {'122244': ('BSA = (HT * WT/36) ^0.5', [3663])}, + 'BackOfCorneaToFrontOfLens': {'111777': ('Back Of Cornea To Front Of Lens', + [4239])}, + 'Background': {'125040': ('Background', + [7169, 7165, 7168, 7159, 7196, 7194, 7151])}, + 'BackgroundForLesionToBackgroundSUVRatio': {'126040': ('Background for Lesion ' + + 'to Background SUV ' + 'Ratio', + [7466])}, + 'Backscatter': {'128411': ('Backscatter', [10069])}, + 'BarcodeValue': {'130231': ('Barcode Value', [])}, + 'BarrettDesignFactor': {'111867': ('Barrett Design Factor', [4237])}, + 'BarrettLensFactor': {'111866': ('Barrett Lens Factor', [4237])}, + 'BarrettToric': {'111862': ('Barrett Toric', [4236])}, + 'BarrettTrueK': {'111863': ('Barrett True-K', [4236])}, + 'BarrettTrueKToric': {'111864': ('Barrett True-K Toric', [4236])}, + 'BarrettUniversalII': {'111865': ('Barrett Universal II', [4236])}, + 'BasalCellCarcinomaOfNipple': {'111307': ('Basal cell carcinoma of nipple', + [6030, 6033])}, + 'BaseToApex': {'110873': ('Base To Apex', [7185])}, + 'Baseline': {'121079': ('Baseline', [280, 7003])}, + 'BaselineCategory': {'112016': ('Baseline Category', [])}, + 'BaselineResultCorrection': {'122628': ('Baseline Result Correction', [])}, + 'BaselineScreeningMammogram': {'111403': ('Baseline screening mammogram', [])}, + 'BaselineStenosisMeasurement': {'122107': ('Baseline Stenosis Measurement', + [])}, + 'BaselineTIMIFlow': {'122109': ('Baseline TIMI Flow', [])}, + 'BasicApplicationConfidentialityProfile': {'113100': ('Basic Application ' + 'Confidentiality ' + 'Profile', + [7050])}, + 'BasicVoiceAudio': {'AU': ('Basic Voice Audio', [33, 32])}, + 'BatWingDistribution': {'112154': ("Bat's wing distribution", [6128])}, + 'BayesianProbability': {'113270': ('Bayesian-Probability', [7274])}, + 'BazettQTCorrectionAlgorithm': {'122730': ('Bazett QT Correction Algorithm', + [3678])}, + 'BazettQtcAlgorithm': {'122730': ('Bazett QTc Algorithm', [])}, + 'BeadedSeptumSign': {'112066': ('Beaded septum sign', [6104, 6102])}, + 'BeamBlock': {'128431': ('Beam Block', [10066])}, + 'BeamShapingNote': {'130023': ('Beam Shaping Note', [])}, + 'BeatDetected': {'109018': ('Beat detected (accepted)', [3337]), + '109019': ('Beat detected (rejected)', [3337])}, + 'BeatNumber': {'122149': ('Beat Number', [])}, + 'BeddingDepth': {'127185': ('Bedding depth', [])}, + 'BeddingManufacturer': {'127180': ('Bedding manufacturer', [])}, + 'BeddingMass': {'127184': ('Bedding mass', [])}, + 'BeddingProductCode': {'127182': ('Bedding product code', [])}, + 'BeddingProductName': {'127181': ('Bedding product name', [])}, + 'BeddingVolume': {'127183': ('Bedding volume', [])}, + 'BeginCirculatorySupport': {'121157': ('Begin Circulatory Support', [3550])}, + 'BeginOxygenAdministration': {'121161': ('Begin oxygen administration', + [3530])}, + 'BeginPacing': {'121166': ('Begin Pacing', [3552])}, + 'BeginTransferringDICOMInstances': {'110102': ('Begin Transferring DICOM ' + + 'Instances', + [400])}, + 'BeginVentilation': {'121168': ('Begin Ventilation', [3551])}, + 'BehaviorOfTheFindingSite': {'125312': ('Behavior of the Finding Site', + [12302])}, + 'BenignCalcifications': {'111256': ('Benign Calcifications', [6031, 6030])}, + 'BenignCystWithBlood': {'111255': ('Benign cyst with blood', [6031, 6030])}, + 'Benralizumab89Zr': {'126722': ('Benralizumab ^89^Zr', [4021])}, + 'BestIllustrationOfFinding': {'121080': ('Best illustration of finding', + [7003])}, + 'BestInSet': {'113013': ('Best In Set', [7010])}, + 'BestOverallResponse': {'112049': ('Best Overall Response', [])}, + 'Bevacizumab89Zr': {'126516': ('Bevacizumab ^89^Zr', [4021])}, + 'BiExponentialIVIMDiffusionModel': {'113251': ('Bi-exponential (IVIM) ' + 'diffusion model', + [7273])}, + 'BiPlaneAngiography': {'122060': ('Bi-plane Angiography', [3748])}, + 'BillingCode': {'121147': ('Billing Code', [])}, + 'BinarySegmentation': {'110853': ('Binary Segmentation', [7180, 218, 7469])}, + 'BiomagneticImaging': {'BI': ('Biomagnetic Imaging', [33, 29, 30])}, + 'BiomedicalEngineering': {'128171': ('Biomedical Engineering', [7030])}, + 'BiometryGroup': {'125005': ('Biometry Group', [])}, + 'BiophysicalProfile': {'125006': ('Biophysical Profile', [])}, + 'BiopsyLocalizer': {'121312': ('Biopsy localizer', [7201])}, + 'BiopsyShouldBeConsidered': {'111143': ('Biopsy should be considered', + [6029, 6028])}, + 'BiopsyShouldBeStronglyConsidered': {'111148': ('Biopsy should be strongly ' + 'considered', + [6029, 6028])}, + 'Bioptome': {'122052': ('Bioptome', [3429])}, + 'BiosafetyConditions': {'127010': ('Biosafety conditions', [])}, + 'BiplaneEllipse': {'125211': ('Biplane Ellipse', [12227, 12228])}, + 'Blinatumomab89Zr': {'126727': ('Blinatumomab ^89^Zr', [4021])}, + 'BlindEstimationOfAIF': {'126364': ('Blind Estimation of AIF', [4103, 4106])}, + 'BlindSpotMonitoring': {'111844': ('Blind Spot Monitoring', [4253])}, + 'BloodCarbonDioxideSaturation': {'122187': ('Blood Carbon dioxide saturation', + [3526])}, + 'BloodLabMeasurements': {'122125': ('Blood lab measurements', [])}, + 'BloodOxygenContent': {'122185': ('Blood Oxygen content', [3525])}, + 'BloodOxygenationLevel': {'110819': ('Blood Oxygenation Level', + [7180, 218, 7469])}, + 'BloodTemperature': {'122183': ('Blood temperature', [])}, + 'BloodTingedColor': {'111454': ('Blood tinged color', [6067])}, + 'BloodVelocityMean': {'122205': ('Blood velocity, mean', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'BloodVelocityMeasurements': {'122124': ('Blood velocity measurements', [])}, + 'BloodVelocityMinimum': {'122206': ('Blood velocity, minimum', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'BloodVelocityPeak': {'122207': ('Blood velocity, peak', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'BloodVelocityVsTimeOfCardiacCycle': {'122667': ('Blood velocity vs. time of ' + 'cardiac cycle', + [])}, + 'BloodVesselVascularInvasion': {'111303': ('Blood vessel (vascular) invasion', + [6030, 6033])}, + 'BloomRichardsonGrade': {'111502': ('Bloom-Richardson Grade', [6071])}, + 'BlueFilter': {'111603': ('Blue filter', [])}, + 'BlueGreenFilter': {'111605': ('Blue-green filter', [])}, + 'Boak': {'122563': ('Boak', [3453])}, + 'BodyFrame': {'130117': ('Body Frame', [9520, 7157, 7151, 9505, 9513, 7193])}, + 'BodyHabitusAttenuation': {'122743': ('Body habitus attenuation', [3115])}, + 'Bolting': {'112320': ('Bolting', [7310])}, + 'BolusArrivalTime': {'126371': ('Bolus Arrival Time', + [7180, 4109, 218, 7469])}, + 'BolusShapingCurve': {'130210': ('Bolus Shaping Curve', [])}, + 'BoneMineralDensitometry': {'BMD': ('Bone Mineral Densitometry', + [33, 29, 30])}, + 'BoothbyTable': {'122255': ('Boothby table', [3664])}, + 'Bootstrap': {'113217': ('Bootstrap', [7262])}, + 'BootstrapTrackingAlgorithm': {'113217': ('Bootstrap Tracking Algorithm', [])}, + 'BorderDefinition': {'112007': ('Border definition', [])}, + 'BorderShape': {'112015': ('Border shape', [])}, + 'Borderline': {'111848': ('Borderline', [4254])}, + 'BorderlineAndGeneralReductionInSensitivity': {'111851': ('Borderline and ' + 'general reduction ' + 'in sensitivity', + [4254])}, + 'BorgCR10Scale': {'122735': ('Borg CR10 Scale', [3239])}, + 'BorgRPEScale': {'122734': ('Borg RPE Scale', [3239])}, + 'BottomZLocationOfReconstructableVolume': {'113896': ('Bottom Z Location of ' + 'Reconstructable Volume', + [])}, + 'BottomZLocationOfScanningLength': {'113898': ('Bottom Z Location of Scanning ' + 'Length', + [])}, + 'BrachytherapyChannel': {'130080': ('Brachytherapy channel', + [9506, 9520, 7157, 7151, 7193])}, + 'BrachytherapyChannelShield': {'130079': ('Brachytherapy channel shield', + [9506, 9520, 7157, 7151, 7193])}, + 'BrachytherapyDevice': {'130045': ('Brachytherapy Device', [9502])}, + 'BrachytherapyIsotope': {'130038': ('Brachytherapy Isotope', [])}, + 'BrachytherapySourceApplicator': {'130078': ('Brachytherapy source applicator', + [9506, 9520, 7157, 7151, 7193])}, + 'BrandName': {'111529': ('Brand Name', [])}, + 'BreastAttenuation': {'122744': ('Breast attenuation', [3115])}, + 'BreastBackgroundEchotexture': {'111350': ('Breast background echotexture', + [])}, + 'BreastBoard': {'130116': ('Breast Board', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'BreastComposition': {'111006': ('Breast composition', [])}, + 'BreastFeedingHistory': {'111543': ('Breast feeding history', [])}, + 'BreastGeometry': {'111100': ('Breast geometry', [6016, 6054, 6014])}, + 'BreastImagingReport': {'111400': ('Breast Imaging Report', [7000])}, + 'BreastImagingSubjectMatter': {'128738': ('Breast imaging subject matter', + [7017])}, + 'BreastOutlineIncludingPectoralMuscleTissue': {'111007': ('Breast Outline ' + 'including Pectoral ' + 'Muscle Tissue', + [])}, + 'BreastThickness': {'128405': ('Breast Thickness', [10069])}, + 'BreastTissueDensity': {'112191': ('Breast tissue density', [6142])}, + 'Brentuximab89Zr': {'126735': ('Brentuximab ^89^Zr', [4021])}, + 'BrightRedColor': {'111453': ('Bright red color', [6067])}, + 'BrightfieldIllumination': {'111744': ('Brightfield illumination', [8123])}, + 'Bronchovascular': {'112052': ('Bronchovascular', [6100])}, + 'BulletMethod': {'125228': ('Bullet Method', [12227, 12228])}, + 'ButterflyDistribution': {'112155': ('Butterfly distribution', [6128])}, + 'ButterflyFilter': {'113652': ('Butterfly filter', [10007])}, + 'ByVentilator': {'121163': ('By ventilator', [])}, + 'C0InadequateStudyAwaitingPriorComparisons': {'112240': ('C0 - Inadequate ' + 'Study/Awaiting ' + 'Prior Comparisons', + [6200])}, + 'C1NormalColonOrBenignLesion': {'112241': ('C1 - Normal Colon or Benign ' + 'Lesion', + [6200])}, + 'C2IntermediatePolypOrIndeterminateFinding': {'112242': ('C2 - Intermediate ' + 'Polyp or ' + 'Indeterminate ' + 'Finding', + [6200])}, + 'C3PolypPossiblyAdvancedAdenoma': {'112243': ('C3 - Polyp, Possibly Advanced ' + 'Adenoma', + [6200])}, + 'C4ColonicMassLikelyMalignant': {'112244': ('C4 - Colonic Mass, Likely ' + 'Malignant', + [6200])}, + 'CADOperatingPoint': {'111071': ('CAD Operating Point', [])}, + 'CADOperatingPointDescription': {'111081': ('CAD Operating Point Description', + [])}, + 'CADOperatingPointTable': {'111093': ('CAD Operating Point Table', [])}, + 'CADProcessingAndFindingsSummary': {'111017': ('CAD Processing and Findings ' + 'Summary', + [])}, + 'CArmMount': {'113955': ('C-Arm Mount', [10031])}, + 'CCNippleNotCenteredOnImage': {'111203': ('CC Nipple not centered on image', + [6041])}, + 'CCNotAllMedialTissueVisualized': {'111202': ('CC Not all medial tissue ' + 'visualized', + [6041])}, + 'CCPosteriorNippleLineDoesNotMeasureWithin1cmOfMLO': {'111204': ('CC ' + 'Posterior ' + 'nipple line ' + 'does not ' + 'measure ' + 'within 1 cm ' + 'of MLO', + [6041])}, + 'CD': {'110032': ('CD', [405])}, + 'CDImported': {'110024': ('CD Imported', [7008])}, + 'CFXRegionInLAOProjection': {'122472': ('CFX Region in LAO Projection', + [3461])}, + 'CHARMED': {'113234': ('CHARMED', [7261])}, + 'CKDEPIFormulaEstimationOfGFR': {'113571': ('CKD-EPI Formula estimation of ' + 'GFR', + [10047])}, + 'CKMBBaseline': {'122180': ('CK-MB baseline', [])}, + 'CKMBPeak': {'122181': ('CK-MB peak', [])}, + 'CLR1404I124': {'126715': ('CLR1404 I^124^', [4021])}, + 'CLR1404I131': {'126716': ('CLR1404 I^131^', [4021])}, + 'CRDRMechanicalConfiguration': {'113956': ('CR/DR Mechanical Configuration', + [])}, + 'CRTDisplay': {'109991': ('CRT Display', [8303])}, + 'CRTFrontProjectionSystem': {'109998': ('CRT Front Projection System', + [8303])}, + 'CRTRearProjectionSystem': {'109997': ('CRT Rear Projection System', [8303])}, + 'CTAccumulatedDoseData': {'113811': ('CT Accumulated Dose Data', [])}, + 'CTAcquisition': {'113819': ('CT Acquisition', [])}, + 'CTAcquisitionParameters': {'113822': ('CT Acquisition Parameters', [])}, + 'CTAcquisitionType': {'113820': ('CT Acquisition Type', [])}, + 'CTBasedAttenuationCorrection': {'122728': ('CT-based Attenuation Correction', + [3112])}, + 'CTDose': {'113829': ('CT Dose', [])}, + 'CTDoseLengthProductTotal': {'113813': ('CT Dose Length Product Total', + [10050])}, + 'CTEffectiveDoseTotal': {'113814': ('CT Effective Dose Total', [])}, + 'CTProtocol': {'CTPROTOCOL': ('CT Protocol', [33, 32])}, + 'CTVNodal': {'130049': ('CTV Nodal', [9534])}, + 'CTVPrimary': {'130050': ('CTV Primary', [9534])}, + 'CTXRaySourceParameters': {'113831': ('CT X-Ray Source Parameters', [])}, + 'CWavePressure': {'122196': ('C wave pressure', [3611])}, + 'CalcificationCluster': {'111105': ('Calcification Cluster', [])}, + 'CalcificationDescriptor': {'112030': ('Calcification Descriptor', [])}, + 'CalcificationDistribution': {'111008': ('Calcification Distribution', [])}, + 'CalcificationExtentAsPercentOfSurface': {'112018': ('Calcification extent as ' + 'percent of surface', + [6142])}, + 'CalcificationExtentAsPercentOfVolume': {'112019': ('Calcification extent as ' + 'percent of volume', + [6142])}, + 'CalcificationType': {'111009': ('Calcification Type', [])}, + 'CalcificationsOutsideOfAMass': {'111347': ('Calcifications outside of a mass', + [6013, 6012])}, + 'CalcificationsSeenInTheCore': {'111446': ('Calcifications seen in the core', + [6066])}, + 'CalcificationsWithinAMass': {'111346': ('Calcifications within a mass', + [6013, 6012])}, + 'CalcifiedImplant': {'111505': ('Calcified implant', [6072])}, + 'Calcium': {'112145': ('Calcium', [6122])}, + 'CalciumLength': {'122341': ('Calcium Length', [3483])}, + 'CalciumMass': {'122661': ('Calcium Mass', [])}, + 'CalciumMassThreshold': {'122658': ('Calcium Mass Threshold', [])}, + 'CalciumScore': {'112058': ('Calcium score', [6142])}, + 'CalciumScoringAnalysis': {'122603': ('Calcium Scoring Analysis', [])}, + 'CalciumScoringCalibration': {'122659': ('Calcium Scoring Calibration', [])}, + 'CalciumVolume': {'122660': ('Calcium Volume', [])}, + 'Calculated': {'121428': ('Calculated', []), + '125315': ('Calculated', [12303])}, + 'CalculationDescription': {'112034': ('Calculation Description', [])}, + 'CalculationFailure': {'114008': ('Calculation failure', [42])}, + 'Calibration': {'122505': ('Calibration', [6061, 6051, 6058])}, + 'CalibrationDatetime': {'113723': ('Calibration DateTime', [])}, + 'CalibrationFactor': {'122322': ('Calibration Factor', [])}, + 'CalibrationMethod': {'122422': ('Calibration Method', [])}, + 'CalibrationObject': {'122421': ('Calibration Object', [])}, + 'CalibrationObjectSize': {'122423': ('Calibration Object Size', [])}, + 'CalibrationObjectUsed': {'122488': ('Calibration Object Used', [3452])}, + 'CalibrationProtocol': {'113720': ('Calibration Protocol', [])}, + 'CalibrationResponsibleParty': {'113724': ('Calibration Responsible Party', + [])}, + 'CalibrationUncertainty': {'113763': ('Calibration Uncertainty', [])}, + 'CanadianBorderCollieAssociation': {'109207': ('Canadian Border Collie ' + 'Association', + [7481])}, + 'CanadianKennelClub': {'109208': ('Canadian Kennel Club', [7481])}, + 'CanadianLivestockRecordsAssociation': {'109209': ('Canadian Livestock ' + 'Records Association', + [7481])}, + 'CancerElsewhere': {'111480': ('Cancer elsewhere', [6055])}, + 'CanineFederationOfCanada': {'109210': ('Canine Federation of Canada', + [7481])}, + + 'CarcinomaInChildren': {'111304': ('Carcinoma in children', [6030, 6033])}, + 'CarcinomaInEctopicBreast': {'111305': ('Carcinoma in ectopic breast', + [6030, 6033])}, + 'CarcinomaInPregnancyAndLactation': {'111310': ('Carcinoma in pregnancy and ' + 'lactation', + [6030, 6033])}, + 'CarcinomaWithEndocrineDifferentiation': {'111306': ('Carcinoma with ' + 'endocrine ' + 'differentiation', + [6030, 6033])}, + 'CarcinomaWithMetaplasia': {'111308': ('Carcinoma with metaplasia', [])}, + 'Carcinosarcoma': {'111311': ('Carcinosarcoma', [])}, + 'CardiacElectrophysiology': {'EPS': ('Cardiac Electrophysiology', + [33, 29, 30])}, + 'CardiacImagingSpecialty': {'128007': ('Cardiac Imaging Specialty', [7449])}, + 'CardiacStressState': {'109091': ('Cardiac Stress State', [3102, 10045])}, + 'Cardiosphere': {'125901': ('CARDIOsphere', [12030])}, + 'CardiovascularAnalysisReport': {'122600': ('Cardiovascular Analysis Report', + [])}, + 'CardiovascularImagingSubjectMatter': {'128730': ('Cardiovascular imaging ' + 'subject matter', + [7017])}, + 'CardiovascularRadiology': {'128172': ('Cardiovascular Radiology', [7030])}, + 'CarinaAngle': {'112086': ('Carina angle', + [6109, 6102, 9514, 7192, 6111, 7151])}, + 'CarrierGas': {'127330': ('Carrier gas', [621])}, + 'CarrierTemperatureSensor': {'127240': ('Carrier temperature sensor', [636])}, + 'CartilaginousAndOsseousChange': {'111309': ('Cartilaginous and osseous ' + 'change', + [6030, 6033])}, + 'CaseSensitivity': {'111088': ('Case Sensitivity', [6048])}, + 'CaseSpecificity': {'111090': ('Case Specificity', [6048])}, + 'CassetteBasedProjectionRadiographySystem': {'113959': ('Cassette-based ' + 'Projection ' + 'Radiography System', + [10032])}, + 'Cast': {'130114': ('Cast', [9520, 7157, 7151, 9505, 9513, 7193])}, + 'CathLabProcedureLog': {'121120': ('Cath Lab Procedure Log', [3400])}, + 'CatheterCurve': {'122097': ('Catheter Curve', [3423])}, + 'CatheterSize': {'122319': ('Catheter Size', [])}, + 'CatheterizationProcedurePhase': {'109057': ('Catheterization Procedure Phase', + [])}, + 'Caudal10DegreeDistalCranioproximalOblique': {'123019': ('Caudal 10 degree ' + 'distal-cranioproximal ' + 'oblique', + [7484])}, + 'CavityExtentAsPercentOfVolume': {'112017': ('Cavity extent as percent of ' + 'volume', + [6142])}, + 'Center': {'111010': ('Center', [])}, + 'CenterOfGravity': {'122475': ('Center of Gravity', [3458])}, + 'CenterOfMass': {'128138': ('Center of Mass', [1011])}, + 'CenterOfTableHead': {'128751': ('Center of Table Head', [])}, + 'CenterlineWallMotionAnalysis': {'122449': ('Centerline Wall Motion Analysis', + [])}, + 'CentralBreathingPosition': {'122612': ('central breathing position', [3823])}, + 'CentralLine': {'112174': ('Central line', [6102, 6138, 6404, 7151, 7193])}, + 'Centrilobular': {'112156': ('Centrilobular', [6128])}, + 'CentrilobularStructures': {'112087': ('Centrilobular structures', + [6109, 6102, 9514, 7192, 6111, 7151])}, + 'CertaintyOfFeature': {'111011': ('Certainty of Feature', [])}, + 'CertaintyOfFinding': {'111012': ('Certainty of Finding', [6048])}, + 'CertaintyOfImpression': {'111013': ('Certainty of Impression', [])}, + 'CessationOfExercise': {'125237': ('Cessation of exercise', [12031])}, + 'CessationOfStimulation': {'125239': ('Cessation of stimulation', [12031])}, + 'Cetuximab89Zr': {'126513': ('Cetuximab ^89^Zr', [4021])}, + 'Cg250FAb289Zr': {'126517': ("cG250-F(ab')(2) ^89^Zr", [4021])}, + 'ChairOfProtocolCommittee': {'128671': ('Chair of Protocol Committee', + [7450, 7452])}, + 'ChangMethod': {'122721': ('Chang method', [3117])}, + 'ChangeOfProcedureForCorrectCharging': {'110509': ('Change of procedure for ' + 'correct charging', + [9301, 9300, 9303])}, + 'Checkerboard': {'114216': ('Checkerboard', [8202])}, + 'ChestCADReport': {'112000': ('Chest CAD Report', [])}, + 'ChestTube': {'112173': ('Chest tube', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'ChiSquare': {'126221': ('Chi-square', [7180, 218, 7469])}, + 'CholineC11': {'126703': ('Choline C^11^', [4021])}, + 'CholineCreatineRatio': {'113081': ('Choline/Creatine Ratio', + [7186, 7180, 218, 4032, 4033, 7469])}, + 'ChoriocapillarisStructuralReflectanceMap': {'128274': ('Choriocapillaris ' + 'structural ' + 'reflectance map', + [4271])}, + 'ChoriocapillarisVasculatureFlow': {'128273': ('Choriocapillaris vasculature ' + 'flow', + [4271])}, + 'ChoroidStructuralReflectanceMap': {'128276': ('Choroid structural ' + 'reflectance map', + [4271])}, + 'ChoroidVasculatureFlow': {'128275': ('Choroid vasculature flow', [4271])}, + 'ChromaticityEvaluation': {'109705': ('Chromaticity evaluation', [8300])}, + 'CineFilmDigitized': {'110021': ('Cine Film Digitized', [7008])}, + 'Cinefluorography': {'CF': ('Cinefluorography', [])}, + 'CircadianEffects': {'127050': ('Circadian effects', [])}, + 'CircleBScanPattern': {'128284': ('Circle B-scan pattern', [4272])}, + 'CircleRadialBScanPattern': {'128287': ('Circle-radial B-scan pattern', + [4272])}, + 'CircleRasterBScanPattern': {'128286': ('Circle-raster B-scan pattern', + [4272])}, + 'CircularMethod': {'122473': ('Circular method', [3470])}, + 'Circulating': {'121100': ('Circulating', [])}, + 'CirculatorySupport': {'122138': ('Circulatory Support', [])}, + 'Circumscribed': {'112142': ('Circumscribed', [])}, + 'CleanDescriptorsOption': {'113105': ('Clean Descriptors Option', [7050])}, + 'CleanGraphicsOption': {'113103': ('Clean Graphics Option', [7050])}, + 'CleanPixelDataOption': {'113101': ('Clean Pixel Data Option', [7050])}, + 'CleanRecognizableVisualFeaturesOption': {'113102': ('Clean Recognizable ' + 'Visual Features Option', + [7050])}, + 'CleanStructuredContentOption': {'113104': ('Clean Structured Content Option', + [7050])}, + 'ClinicalContext': {'122127': ('Clinical Context', [])}, + 'ClinicalEvaluation': {'109710': ('Clinical evaluation', [8300])}, + 'ClinicalFinding': {'111402': ('Clinical finding', [6051])}, + 'ClinicalInterpretation': {'122147': ('Clinical Interpretation', [])}, + 'ClinicalTrialSubmissionInputUsed': {'128223': ('Clinical Trial Submission ' + 'Input Used', + [7010])}, + 'ClockfaceOrRegion': {'111014': ('Clockface or region', [])}, + 'ClusterAnalysis': {'123107': ('Cluster Analysis', [7162])}, + 'ClusterProminenceOfGLCM': {'128797': ('Cluster Prominence of GLCM', [])}, + 'ClusterShadeOfGLCM': {'128796': ('Cluster Shade of GLCM', [])}, + 'ClusterTendencyOfGLCM': {'128795': ('Cluster Tendency of GLCM', [])}, + 'ClusteredMicrocysts': {'111129': ('Clustered microcysts', [6064, 6054])}, + 'CmabU3689Zr': {'126746': ('cMAb U36 ^89^Zr', [4021])}, + 'Coalescent': {'112157': ('Coalescent', [6128])}, + 'CockroftGaultFormulaEstimationOfGFR': {'113570': ('Cockroft-Gault Formula ' + 'estimation of GFR', + [10047])}, + 'CoilMarker': {'129301': ('Coil Marker', [7112, 7111])}, + 'Coin': {'112178': ('Coin', [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'CollectionOfPresentationStates': {'113022': ('Collection of Presentation ' + 'States', + [7010])}, + 'CollimatedFieldArea': {'113790': ('Collimated Field Area', [])}, + 'CollimatedFieldHeight': {'113788': ('Collimated Field Height', [])}, + 'CollimatedFieldWidth': {'113789': ('Collimated Field Width', [])}, + 'CollimationTooCloseToBreast': {'111195': ('Collimation too close to breast', + [6041])}, + 'Collimator': {'111173': ('Collimator', [])}, + 'ColonCADReport': {'112220': ('Colon CAD Report', [])}, + 'ColonOverallAssessment': {'112222': ('Colon Overall Assessment', [])}, + 'ColorFlowDoppler': {'CD': ('Color flow Doppler', [])}, + 'ColumnAngulation': {'113770': ('Column Angulation', [])}, + 'CombinationImplant': {'111484': ('Combination implant', [6058, 6059])}, + 'CombinedPosteriorEnhancementAndShadowing': {'111370': ('Combined posterior ' + 'enhancement and ' + 'shadowing', + [6155])}, + 'Comment': {'121106': ('Comment', [12101])}, + 'CompactFlash': {'110034': ('Compact Flash', [405])}, + 'ComparativeAverage10YearCHDRisk': {'122231': ('Comparative Average10 Year ' + 'CHD Risk', + [3667])}, + 'ComparativeLow10YearCHDRisk': {'122232': ('Comparative Low10 Year CHD Risk', + [3667])}, + 'ComparisonToPreviousExams': {'111424': ('Comparison to previous exams', + [6052, 6053])}, + 'ComparisonToPreviousFindings': {'111424': ('Comparison to previous findings', + [])}, + 'ComparisonWithPriorExamDone': {'122140': ('Comparison with Prior Exam Done', + [])}, + 'CompleteAcquisitionContent': {'113034': ('Complete Acquisition Content', + [7010])}, + 'CompleteRenderingForPresentation': {'121332': ('Complete Rendering for ' + 'Presentation', + [7006])}, + 'CompleteStudyContent': {'113032': ('Complete Study Content', [7010])}, + 'Complex': {'111363': ('Complex', [6154])}, + 'ComplexCyst': {'111460': ('Complex cyst', [6064, 6054])}, + 'ComplicatedCyst': {'111130': ('Complicated cyst', [6064, 6054])}, + 'Complications': {'121113': ('Complications', [])}, + 'ComponentConnection': {'112350': ('Component Connection', [])}, + 'ComponentID': {'112347': ('Component ID', [])}, + 'ComponentModel': {'129011': ('Component Model', [7062])}, + 'ComponentType': {'112370': ('Component Type', [])}, + 'ComponentVolume': {'130239': ('Component Volume', [])}, + 'ComposedFromPriorDoses': {'121370': ('Composed from prior doses', [7220])}, + 'ComposedFromPriorDosesAndCurrentPlan': {'121371': ('Composed from prior ' + 'doses and current plan', + [7220])}, + 'CompositeFeature': {'111015': ('Composite Feature', [])}, + 'CompositeFeatureModifier': {'112023': ('Composite Feature Modifier', [])}, + 'CompositeType': {'111016': ('Composite type', [])}, + 'CompoundStatement': {'122150': ('Compound Statement', [])}, + 'CompressionContactArea': {'111649': ('Compression Contact Area', [])}, + 'CompressionForce': {'111647': ('Compression Force', [])}, + 'CompressionPressure': {'111648': ('Compression Pressure', [])}, + 'CompressionThickness': {'111633': ('Compression Thickness', [])}, + 'ComputationServer': {'COMP': ('Computation Server', [30])}, + 'ComputedFromImageAttributes': {'113867': ('Computed From Image Attributes', + [10020, 10021])}, + 'ComputedRadiography': {'CR': ('Computed Radiography', [33, 29, 30])}, + 'ComputedTomography': {'CT': ('Computed Tomography', [33, 29, 30])}, + 'ComputerAidedDetection': {'110004': ('Computer Aided Detection', [9231])}, + 'ComputerAidedDiagnosis': {'110003': ('Computer Aided Diagnosis', [9231])}, + 'ComputerAssistedDetectionDiagnosis': {'CAD': ('Computer Assisted ' + 'Detection/Diagnosis', + [30])}, + 'Concentration': {'122093': ('Concentration', [3410])}, + 'ConcentricCircleBScanPattern': {'128285': ('Concentric circle B-scan pattern', + [4272])}, + 'Concern': {'121430': ('Concern', [])}, + 'Conclusion': {'121077': ('Conclusion', [6053, 7002])}, + 'Conclusions': {'121076': ('Conclusions', [6052])}, + 'ConditionEffectiveDoseMeasured': {'113816': ('Condition Effective Dose ' + 'measured', + [])}, + 'ConfirmationOfTarget': {'111442': ('Confirmation of target', [])}, + 'ConfocalImaging': {'114207': ('Confocal imaging', [8201])}, + 'ConformalArcBeam': {'130104': ('Conformal Arc Beam', [9511, 9524])}, + 'ConformalityShell': {'130062': ('Conformality Shell', [9535])}, + 'ConjunctiveTerm': {'122154': ('Conjunctive Term', [])}, + 'ConnectedImplantationPlanComponent': {'112374': ('Connected Implantation ' + 'Plan Component', + [])}, + 'ConsistentWithLabelingOfTheDevice': {'128602': ('Consistent with labeling of ' + 'the device', + [800])}, + 'ConstantAngleAcquisition': {'113805': ('Constant Angle Acquisition', + [10013])}, + 'ConsultationWith': {'122044': ('Consultation With', [3404])}, + 'ConsumableCatheterType': {'130257': ('Consumable Catheter Type', [])}, + 'ConsumableIsNew': {'130224': ('Consumable is New', [])}, + 'ConsumableReturnedToInventory': {'122077': ('Consumable returned to ' + 'inventory', + [3408])}, + 'ConsumableTakenFromInventory': {'122076': ('Consumable taken from inventory', + [3408])}, + 'ConsumableUnusable': {'122079': ('Consumable unusable', [3408])}, + 'ContentAssessmentResult': {'ASMT': ('Content Assessment Result', [33, 32])}, + 'ContentDate': {'111018': ('Content Date', [])}, + 'ContentTime': {'111019': ('Content Time', [])}, + 'ContinentalKennelClub': {'109211': ('Continental Kennel Club', [7481])}, + 'ContinuityEquation': {'125212': ('Continuity Equation', [12227, 12229])}, + 'ContinuityEquationByMeanVelocity': {'125213': ('Continuity Equation by Mean ' + 'Velocity', + [12227, 12229])}, + 'ContinuityEquationByPeakVelocity': {'125214': ('Continuity Equation by Peak ' + 'Velocity', + [12227, 12229])}, + 'ContinuityEquationByVelocityTimeIntegral': {'125215': ('Continuity Equation ' + 'by Velocity Time ' + 'Integral', + [12227, 12229])}, + 'Continuous': {'113630': ('Continuous', [10004])}, + 'ContinuousPermanent': {'130101': ('Continuous Permanent', [9533])}, + 'ContinuousTemporary': {'130100': ('Continuous Temporary', [9533])}, + 'ContourEnd': {'122482': ('Contour End', [])}, + 'ContourRealignment': {'122410': ('Contour Realignment', [])}, + 'ContourStart': {'122481': ('Contour Start', [])}, + 'ContouringInputUsed': {'128219': ('Contouring Input Used', [7010])}, + 'ContrastAdministered': {'122086': ('Contrast administered', [3409])}, + 'ContrastAgentAngioMRSignalIntensity': {'110801': ('Contrast Agent Angio MR ' + 'Signal Intensity', + [7180, 218, 7469])}, + 'ContrastBolusAgent': {'123011': ('Contrast/Bolus Agent', [])}, + 'ContrastBolusIngredientOpaque': {'121381': ('Contrast/Bolus Ingredient ' + 'Opaque', + [4050])}, + 'ContrastEnd': {'122085': ('Contrast end', [3409])}, + 'ContrastLongitudinalRelaxivity': {'126380': ('Contrast Longitudinal ' + 'Relaxivity', + [4111])}, + 'ContrastOfGLCM': {'126063': ('Contrast of GLCM', [])}, + 'ContrastPhase': {'109058': ('Contrast Phase', [])}, + 'ContrastReactionProphylacticAgent': {'130259': ('Contrast Reaction ' + 'Prophylactic Agent', + [76])}, + 'ContrastStart': {'122084': ('Contrast start', [3409])}, + 'ContrastTransverseRelaxivity': {'130188': ('Contrast Transverse Relaxivity', + [])}, + 'ContrastVolumeLimit': {'130228': ('Contrast Volume Limit', [])}, + 'ConversionFactor': {'128528': ('Conversion Factor', [])}, + 'CooperLigamentChanges': {'111111': ("Cooper's ligament changes", + [6056, 6016, 6015, 6054, 6014])}, + 'CoordinateAlignmentImageSeries': {'128187': ('Coordinate Alignment Image ' + 'Series', + [7010, 7023])}, + 'CopiedFromImageAttributes': {'113866': ('Copied From Image Attributes', + [10020, 10021])}, + 'CornCobBedding': {'127232': ('Corn cob bedding', [605])}, + 'CornealAxialPowerMap': {'111940': ('Corneal axial power map', [4268])}, + 'CornealBirefringenceCompensation': {'111923': ('Corneal birefringence ' + 'compensation', + [4261])}, + 'CornealElevationMap': {'111943': ('Corneal elevation map', [4268])}, + 'CornealInstantaneousPowerMap': {'111941': ('Corneal instantaneous power map', + [4268])}, + 'CornealRefractivePowerMap': {'111942': ('Corneal refractive power map', + [4268])}, + 'CornealWavefrontMap': {'111944': ('Corneal wavefront map', [4268])}, + 'CoronaRadiata': {'112105': ('Corona radiata', [6103, 6102])}, + 'CoronaryArteryBypassDuringThisAdmission': {'122164': ('Coronary Artery ' + 'Bypass During This ' + 'Admission', + [])}, + 'CoronaryFlowReserve': {'122217': ('Coronary Flow reserve', [3620])}, + 'CoronaryLesionGreaterThanEquals50PercentStenosis': {'122171': ('Coronary ' + 'lesion > = ' + '50% stenosis', + [3726])}, + 'CorrectedSinusNodeRecoveryTime': {'122237': ('Corrected Sinus Node Recovery ' + 'Time', + [])}, + 'CorrectionFactor': {'128452': ('Correction Factor', [10069])}, + 'CorrectionOfCongenitalCardiovascularDeformity': {'121439': ('Correction of ' + 'congenital ' + 'cardiovascular ' + 'deformity', + [])}, + 'CorrelatesToMRIFindings': {'111383': ('Correlates to MRI findings', [6158])}, + 'CorrelatesToMammographyFindings': {'111382': ('Correlates to mammography ' + 'findings', + [6158])}, + 'CorrelatesToOtherImagingFindings': {'111385': ('Correlates to other imaging ' + 'findings', + [6158])}, + 'CorrelatesToPhysicalExamFindings': {'111381': ('Correlates to physical exam ' + 'findings', + [6158])}, + 'CorrelatesToUltrasoundFindings': {'111384': ('Correlates to ultrasound ' + 'findings', + [6158])}, + 'CorrelationOfGLCM': {'126066': ('Correlation of GLCM', [])}, + 'CorrelationToOtherFindings': {'111380': ('Correlation to other Findings', + [])}, + 'CountryOfLanguage': {'121046': ('Country of Language', [])}, + 'CreatineAndCholine': {'113094': ('Creatine and Choline', + [7186, 7180, 218, 4032, 4033, 7469])}, + 'CreatineCholineCitrateRatio': {'113096': ('Creatine+Choline/Citrate Ratio', + [7186, + 7180, + 218, + 4032, + 4033, + 7469])}, + 'CrossBScanPattern': {'128283': ('Cross B-scan pattern', [4272])}, + 'CrossedGrid': {'111645': ('Crossed grid', [10017])}, + 'Crosstable': {'111069': ('Crosstable', [4011, 502])}, + 'CtdifreeairCalculationFactor': {'113836': ('CTDIfreeair Calculation Factor', + [])}, + 'CtdifreeairToEConversionViaMCComputation': {'113801': ('CTDIfreeair to E ' + + 'conversion via MC ' + 'computation', + [10011])}, + 'CtdifreeairToEConversionViaMeasurement': {'113803': ('CTDIfreeair to E ' + 'conversion via ' + 'measurement', + [10011])}, + 'CtdivolAlertValue': {'113904': ('CTDIvol Alert Value', [])}, + 'CtdivolAlertValueConfigured': {'113902': ('CTDIvol Alert Value Configured', + [])}, + 'CtdivolForwardEstimate': {'113914': ('CTDIvol Forward Estimate', [])}, + 'CtdivolNotificationValue': {'113912': ('CTDIvol Notification Value', [])}, + 'CtdivolNotificationValueConfigured': {'113910': ('CTDIvol Notification Value ' + 'Configured', + [])}, + 'CtdiwPhantomType': {'113835': ('CTDIw Phantom Type', [])}, + 'Cu3689Zr': {'126515': ('cU36 ^89^Zr', [4021])}, + 'Cube': {'125206': ('Cube', [])}, + 'CubeBScanPattern': {'128279': ('Cube B-scan pattern', [4272])}, + 'CubeMethod': {'125206': ('Cube Method', [12227, 12228])}, + 'Culposcopy': {'CP': ('Culposcopy', [])}, + 'CurrentPregnancyKnownOrSuspectedMalformationsSyndromes': {'111573': ('Current ' + 'pregnancy, ' + 'known ' + 'or ' + 'suspected ' + 'malformations/syndromes', + [6088, + 6087])}, + 'CurrentProcedureDescriptions': {'121064': ('Current Procedure Descriptions', + [])}, + 'CurrentProcedureEvidence': {'122073': ('Current procedure evidence', [7009])}, + 'CurrentResponse': {'112048': ('Current Response', [])}, + 'CurveFitMethod': {'122627': ('Curve Fit Method', [])}, + 'CurveFitParameter': {'128453': ('Curve Fit Parameter', [10069])}, + 'CurveFittedReference': {'122489': ('Curve Fitted Reference', [3465])}, + 'CurvedLinearUltrasoundTransducerGeometry': {'125253': ('Curved linear ' + 'ultrasound ' + 'transducer geometry', + [12033])}, + 'CurvedMultiplanarReformatting': {'113073': ('Curved multiplanar reformatting', + [7203])}, + 'CylinderMarker': {'129303': ('Cylinder Marker', [7112, 7111])}, + 'CystFill': {'111430': ('Cyst fill', [6057, 6054])}, + 'Cystoscopy': {'CS': ('Cystoscopy', [])}, + 'CytologicAnalysis': {'111147': ('Cytologic analysis', [6029, 6028])}, + 'DICOMInstancesAccessed': {'110103': ('DICOM Instances Accessed', [400])}, + 'DICOMInstancesTransferred': {'110104': ('DICOM Instances Transferred', + [400])}, + 'DICOMObjectCatalog': {'121181': ('DICOM Object Catalog', [])}, + 'DICOMStudyDeleted': {'110105': ('DICOM Study Deleted', [400])}, + 'DINGeometryPattern': {'109931': ('DIN Geometry Pattern', [8301]), + '109932': ('DIN Geometry Pattern', [])}, + 'DINGrayscalePattern': {'109931': ('DIN Grayscale Pattern', []), + '109932': ('DIN Grayscale Pattern', [8301])}, + 'DINResolutionPattern': {'109933': ('DIN Resolution Pattern', [8301])}, + 'DKI': {'113222': ('DKI', [7260])}, + 'DLP': {'113838': ('DLP', [])}, + 'DLPAlertValue': {'113903': ('DLP Alert Value', [])}, + 'DLPAlertValueConfigured': {'113901': ('DLP Alert Value Configured', [])}, + 'DLPForwardEstimate': {'113913': ('DLP Forward Estimate', [])}, + 'DLPFrontProjectionSystem': {'109996': ('DLP Front Projection System', + [8303])}, + 'DLPNotificationValue': {'113911': ('DLP Notification Value', [])}, + 'DLPNotificationValueConfigured': {'113909': ('DLP Notification Value ' + 'Configured', + [])}, + 'DLPRearProjectionSystem': {'109995': ('DLP Rear Projection System', [8303])}, + 'DLPToEConversionViaMCComputation': {'113800': ('DLP to E conversion via MC ' + 'computation', + [10011])}, + 'DLPToEConversionViaMeasurement': {'113802': ('DLP to E conversion via ' + 'measurement', + [10011])}, + 'DN3089Zr': {'126747': ('DN30 ^89^Zr', [4021])}, + 'DOT': {'113236': ('DOT', [7261])}, + 'DSI': {'113224': ('DSI', [7260, 7261])}, + 'DTI': {'113223': ('DTI', [7260])}, + 'DVD': {'110033': ('DVD', [405])}, + 'DVDImported': {'110025': ('DVD Imported', [7008])}, + 'DW': {'126222': ('D-W', [7180, 218, 7469])}, + 'DarkBrownColor': {'111452': ('Dark brown color', [6067])}, + 'DarkRedColor': {'111451': ('Dark red color', [6067])}, + 'DarkfieldIllumination': {'111745': ('Darkfield illumination', [8123])}, + 'DataRetentionPolicyExpired': {'113039': ('Data Retention Policy Expired', + [7010])}, + 'DateStickerIsMissing': {'111193': ('Date sticker is missing', [6041])}, + 'DatetimeConcernNoted': {'121431': ('DateTime Concern Noted', [])}, + 'DatetimeConcernResolved': {'121432': ('DateTime Concern Resolved', [])}, + 'DatetimeEnded': {'111527': ('DateTime Ended', [])}, + 'DatetimeEstimated': {'121137': ('DateTime Estimated', [3430])}, + 'DatetimeOfDeath': {'122165': ('DateTime of Death', [])}, + 'DatetimeOfIntervention': {'122105': ('DateTime of Intervention', [])}, + 'DatetimeOfLastEvaluation': {'111536': ('DateTime of last evaluation', [])}, + 'DatetimeOfProcessing': {'111702': ('DateTime of processing', [])}, + 'DatetimeOfRecordingOfLogEntry': {'121125': ('DateTime of Recording of Log ' + 'Entry', + [])}, + 'DatetimeProblemObserved': {'111535': ('DateTime problem observed', [])}, + 'DatetimeProblemResolved': {'121433': ('DateTime Problem Resolved', [])}, + 'DatetimeStarted': {'111526': ('DateTime Started', [])}, + 'DatetimeUnsynchronized': {'121136': ('DateTime Unsynchronized', [3430])}, + 'DeIdentifyingEquipment': {'109104': ('De-identifying Equipment', [7005])}, + 'DeathDuringCatheterization': {'122167': ('Death During Catheterization', + [3413])}, + 'DeathDuringThisAdmission': {'122166': ('Death During This Admission', [])}, + 'DeepRetinaStructuralReflectanceMap': {'128270': ('Deep retina structural ' + 'reflectance map', + [4271])}, + 'DeepRetinaVasculatureFlow': {'128269': ('Deep retina vasculature flow', + [4271])}, + 'DeformableModels': {'123111': ('Deformable Models', [7162])}, + 'DegreeOfFreedomExactRotationalTranslationValue': {'112379': ('Degree of ' + 'Freedom Exact ' + 'Rotational ' + 'Translation ' + 'Value', + [])}, + 'DegreeOfFreedomExactTranslationalValue': {'112376': ('Degree of Freedom ' + 'Exact Translational ' + 'Value', + [])}, + 'DegreeOfFreedomID': {'112363': ('Degree of Freedom ID', [])}, + 'DegreeOfFreedomMaximumRotationalValue': {'112381': ('Degree of Freedom ' + 'Maximum Rotational ' + 'Value', + [])}, + 'DegreeOfFreedomMaximumTranslationalValue': {'112378': ('Degree of Freedom ' + 'Maximum ' + 'Translational Value', + [])}, + 'DegreeOfFreedomMinimumRotationalValue': {'112380': ('Degree of Freedom ' + 'Minimum Rotational ' + 'Value', + [])}, + 'DegreeOfFreedomMinimumTranslationalValue': {'112377': ('Degree of Freedom ' + 'Minimum ' + 'Translational Value', + [])}, + 'DegreeOfThrombus': {'122131': ('Degree of Thrombus', [])}, + 'DegreesOfFreedomSpecification': {'112362': ('Degrees of Freedom ' + 'Specification', + [])}, + 'DelayExportUntilClinicalInformationIsAvailable': {'128716': ('Delay export ' + 'until clinical ' + 'information is ' + 'available', + [7015])}, + 'DelayExportUntilConfirmationOfDiagnosisIsAvailable': {'128717': ('Delay ' + 'export ' + 'until ' + 'confirmation ' + 'of ' + 'diagnosis ' + 'is ' + 'available', + [7015])}, + 'DelayExportUntilExpertReviewIsAvailable': {'128722': ('Delay export until ' + 'expert review is ' + 'available', + [7015])}, + 'DelayExportUntilFinalReportIsAvailable': {'128715': ('Delay export until ' + 'final report is ' + 'available', + [7015])}, + 'DelayExportUntilHistopathologyIsAvailable': {'128718': ('Delay export until ' + 'histopathology is ' + 'available', + [7015])}, + 'DelayExportUntilOtherLaboratoryResultsAreAvailable': {'128719': ('Delay ' + 'export ' + 'until ' + 'other ' + 'laboratory ' + 'results ' + 'are ' + 'available', + [7015])}, + 'DelayExportUntilPatientDies': {'128721': ('Delay export until patient dies', + [7015])}, + 'DelayExportUntilPatientIsDischarged': {'128720': ('Delay export until ' + 'patient is discharged', + [7015])}, + 'DelayedRedistributionState': {'109094': ('Delayed Redistribution State', + [3101])}, + 'DeliveryVerificationNote': {'130031': ('Delivery Verification Note', [])}, + 'DensitometricLuminalCrossSectionalAreaGraph': {'122517': ('Densitometric ' + 'Luminal ' + 'Cross-sectional ' + 'Area Graph', + [])}, + 'DensitometricMethod': {'122474': ('Densitometric method', [3470])}, + 'Density': {'111103': ('Density', []), '112118': ('Density', [6104, 6102])}, + 'DepartmentSystemScheduler': {'DSS': ('Department System Scheduler', [30])}, + 'DependentOpacity': {'112119': ('Dependent opacity', [6104, 6102])}, + 'Deployment': {'121155': ('Deployment', [])}, + 'DeprecatedProtocol': {'128610': ('Deprecated protocol', [800])}, + 'Depth': {'111020': ('Depth', [])}, + 'Derivation': {'121401': ('Derivation', [9000])}, + 'DerivedAreaNonValve': {'122160': ('Derived Area, Non-Valve', [])}, + 'DerivedEffectiveDiameter': {'113933': ('Derived Effective Diameter', [])}, + 'DerivedFiducial': {'112357': ('Derived Fiducial', [])}, + 'DerivedFromHumanReadableReports': {'113868': ('Derived From Human-Readable ' + 'Reports', + [10020, 10021])}, + 'DerivedHemodynamicMeasurements': {'122126': ('Derived Hemodynamic ' + 'Measurements', + [])}, + 'DerivedImagingMeasurements': {'126011': ('Derived Imaging Measurements', [])}, + 'DerivedNonValveArea': {'122160': ('Derived Non-Valve Area', [3614, 3615])}, + 'DerivedPlanningImages': {'112372': ('Derived Planning Images', [])}, + 'DescriptionOfChange': {'111021': ('Description of Change', [])}, + 'DescriptionOfMaterial': {'121145': ('Description of Material', [3426])}, + 'Designator': {'129002': ('Designator', [7453])}, + 'DestinationMedia': {'110154': ('Destination Media', [402])}, + 'DestinationRoleID': {'110152': ('Destination Role ID', [402])}, + 'DestructionOfMicrobubbles': {'125235': ('Destruction of microbubbles', + [12031])}, + 'Detach': {'110125': ('Detach', [401, 403])}, + 'DetectionPerformed': {'111022': ('Detection Performed', [])}, + 'DetectorArtifacts': {'111214': ('Detector artifact(s)', [6041, 6135, 7011])}, + 'DetectorType': {'113947': ('Detector Type', [])}, + 'Deterministic': {'113211': ('Deterministic', [7262])}, + 'DeterministicTrackingAlgorithm': {'113211': ('Deterministic Tracking ' + 'Algorithm', + [])}, + 'DeviationIndex': {'113847': ('Deviation Index', [])}, + 'Device': {'121007': ('Device', [270])}, + 'DeviceCode': {'121150': ('Device Code', [])}, + 'DeviceCrossedLesion': {'122089': ('Device crossed lesion', [3422])}, + 'DeviceDeployed': {'122305': ('Device deployed', [3412])}, + 'DeviceDescription': {'120999': ('Device Description', [])}, + 'DeviceLocalizer': {'121341': ('Device localizer', [7201])}, + 'DeviceManufacturer': {'113878': ('Device Manufacturer', [])}, + 'DeviceModelName': {'113879': ('Device Model Name', [])}, + 'DeviceName': {'113877': ('Device Name', [])}, + 'DeviceObserverManufacturer': {'121014': ('Device Observer Manufacturer', [])}, + 'DeviceObserverModelName': {'121015': ('Device Observer Model Name', [])}, + 'DeviceObserverName': {'121013': ('Device Observer Name', [])}, + 'DeviceObserverPhysicalLocationDuringObservation': {'121017': ('Device ' + 'Observer ' + 'Physical ' + 'Location ' + 'During ' + 'Observation', + [])}, + 'DeviceObserverSerialNumber': {'121016': ('Device Observer Serial Number', + [])}, + 'DeviceObserverUID': {'121012': ('Device Observer UID', [])}, + 'DeviceRoleInProcedure': {'113876': ('Device Role in Procedure', [])}, + 'DeviceSerialNumber': {'113880': ('Device Serial Number', [])}, + 'DeviceSubject': {'121192': ('Device Subject', [271])}, + 'DeviceSubjectManufacturer': {'121194': ('Device Subject Manufacturer', [])}, + 'DeviceSubjectModelName': {'121195': ('Device Subject Model Name', [])}, + 'DeviceSubjectName': {'121193': ('Device Subject Name', [])}, + 'DeviceSubjectPhysicalLocationDuringObservation': {'121197': ('Device Subject ' + 'Physical ' + 'Location ' + 'during ' + 'observation', + [])}, + 'DeviceSubjectSerialNumber': {'121196': ('Device Subject Serial Number', [])}, + 'DeviceSubjectUID': {'121198': ('Device Subject UID', [])}, + 'DfCD4589Zr': {'126520': ('Df-CD45 ^89^Zr', [4021])}, + 'DfFK23PEG489Zr': {'126763': ('Df-[FK](2)-3PEG(4) ^89^Zr', [4021])}, + 'DfFK289Zr': {'126762': ('Df-[FK](2) ^89^Zr', [4021])}, + 'DfFK89Zr': {'126760': ('Df-FK ^89^Zr', [4021])}, + 'DfFKPEG389Zr': {'126761': ('Df-FK-PEG(3) ^89^Zr', [4021])}, + 'Dgn': {'128407': ('DgN', [10069])}, + 'DiabeticFibrousMastopathy': {'111259': ('Diabetic fibrous mastopathy', + [6031, 6030])}, + 'DiagnosisInputUsed': {'128218': ('Diagnosis Input Used', [7010])}, + 'DiagnosticAdministration': {'130249': ('Diagnostic Administration', [72])}, + 'DiagnosticSourceImages': {'128181': ('Diagnostic Source Images', + [9510, 7010, 9509])}, + 'DiameterBasedMethod': {'122651': ('Diameter Based Method', [3804, 3807])}, + 'DiameterGraph': {'122509': ('Diameter Graph', [])}, + 'DiameterSymmetry': {'122544': ('Diameter Symmetry', [])}, + 'DiamondDetector': {'128708': ('Diamond Detector', [7026, 7027, 7151, 7193])}, + 'Diaphanography': {'DG': ('Diaphanography', [33, 29, 30])}, + 'DiaphragmaticAttenuation': {'122745': ('Diaphragmatic attenuation', [3115])}, + 'DiastolicBloodVelocityMean': {'122201': ('Diastolic blood velocity, mean', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'DiastolicBloodVelocityPeak': {'122202': ('Diastolic blood velocity, peak', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'DiastolicPressureAverage': {'109020': ('Diastolic pressure, average', [])}, + 'DiastolicPressureNadir': {'109021': ('Diastolic pressure nadir', [])}, + 'DiastolicSystolicVelocityRatio': {'122218': ('Diastolic/Systolic velocity ' + 'ratio', + [3620])}, + 'Dictation': {'110011': ('Dictation', [])}, + 'DifferenceAverageOfGLCM': {'128784': ('Difference Average of GLCM', [])}, + 'DifferenceEntropyOfGLCM': {'128786': ('Difference Entropy of GLCM', [])}, + 'DifferenceInBorderDefinition': {'112166': ('Difference in border definition', + [])}, + 'DifferenceInBorderShape': {'112165': ('Difference in border shape', [])}, + 'DifferenceInDistribution': {'112167': ('Difference in distribution', [])}, + 'DifferenceInEDLVVolume': {'122769': ('Difference in ED LV Volume', [])}, + 'DifferenceInEjectionFraction': {'122768': ('Difference in Ejection Fraction', + [])}, + 'DifferenceInSiteInvolvement': {'112168': ('Difference in site involvement', + [])}, + 'DifferenceInTexture': {'112170': ('Difference in Texture', [])}, + 'DifferenceInTypeOfContent': {'112169': ('Difference in Type of Content', [])}, + 'DifferenceVarianceOfGLCM': {'128785': ('Difference Variance of GLCM', [])}, + 'DifferentialDiagnosisImpression': {'111023': ('Differential ' + 'Diagnosis/Impression', + [])}, + 'DifferentialInterferenceContrast': {'111748': ('Differential interference ' + 'contrast', + [8123])}, + 'DifferentialSignal': {'109006': ('Differential signal', [3240])}, + 'DifficultPhysicalClinicalExamination': {'111479': ('Difficult ' + 'physical/clinical ' + 'examination', + [6055])}, + 'DiffuseDirectIllumination': {'111625': ('Diffuse direct illumination', + [4203])}, + 'DiffuselyIncreasedVascularityInSurroundingTissue': {'111377': ('Diffusely ' + 'increased ' + 'vascularity ' + 'in ' + 'surrounding ' + 'tissue', + [6157])}, + 'DiffusionAnisotropy': {'113044': ('Diffusion Anisotropy', [])}, + 'DiffusionAttenuated': {'113045': ('Diffusion Attenuated', [])}, + 'DiffusionCoefficient': {'113289': ('Diffusion Coefficient', + [7180, 7272, 218, 7469])}, + 'DiffusionImageAnalysis': {'129105': ('Diffusion image analysis', [7203])}, + 'DiffusionTractography': {'129106': ('Diffusion tractography', [7203])}, + 'DiffusionWeighted': {'113043': ('Diffusion weighted', + [7270, 7180, 218, 7469])}, + 'DigitalFluoroscopy': {'DF': ('Digital fluoroscopy', [])}, + 'DigitalMammography': {'111409': ('Digital Mammography', [6083, 6050])}, + 'DigitalMicroscopy': {'DM': ('Digital microscopy', [])}, + 'DigitalRadiography': {'DX': ('Digital Radiography', [33, 29, 30])}, + 'DigitalSubtractionAngiography': {'DS': ('Digital Subtraction Angiography', + [])}, + 'DigitalTimecodeNOS': {'109001': ('Digital timecode (NOS)', [3090])}, + 'Diode': {'128704': ('Diode', [7026, 7027, 7151, 7193])}, + 'DiodeArray': {'128702': ('Diode Array', [7026, 7027, 7151, 7193])}, + 'DirectDetector': {'113948': ('Direct Detector', [10030])}, + 'DirectlyMeasured': {'125316': ('Directly measured', [12303, 12227])}, + 'DisagreementWithPriorFindings': {'122776': ('Disagreement with prior ' + 'findings', + [3217])}, + 'DisapprovedForAnyUse': {'128609': ('Disapproved for any use', [800])}, + 'DisapprovedForExperimentalUse': {'128612': ('Disapproved for experimental ' + 'use', + [800])}, + 'DisapprovedForUseAtTheInstitution': {'128623': ('Disapproved for use at the ' + 'institution', + [800])}, + 'DisapprovedForUseInTheClinicalTrial': {'128624': ('Disapproved for use in ' + 'the clinical trial', + [800])}, + 'DisapprovedForUseOnPregnantPatients': {'128617': ('Disapproved for use on ' + 'pregnant patients', + [800])}, + 'DiscCentered': {'111901': ('Disc centered', [4207])}, + 'DiscFovea': {'111934': ('Disc-Fovea', [4266])}, + 'DiscMaculaCentered': {'111903': ('Disc-macula centered', [4207])}, + 'Discarded': {'111458': ('Discarded', [])}, + 'DischargeDatetime': {'122163': ('Discharge DateTime', [])}, + 'DischargeSummary': {'121115': ('Discharge Summary', [])}, + 'DiscontinuedForUnspecifiedReason': {'110513': ('Discontinued for unspecified ' + 'reason', + [9301, 9300, 9303, 9302])}, + 'DiscontinuedProcedureStepRescheduled': {'110528': ('Discontinued Procedure ' + 'Step rescheduled', + [9300])}, + 'DiscontinuedProcedureStepReschedulingRecommended': {'110529': ('Discontinued ' + 'Procedure ' + 'Step ' + 'rescheduling ' + 'recommended', + [9300])}, + 'DissectionClassification': {'122387': ('Dissection Classification', [])}, + 'DissectionWithEntireSpecimenSubmission': {'111726': ('Dissection with entire ' + 'specimen submission', + [8110])}, + 'DissectionWithRepresentativeSectionsSubmission': {'111727': ('Dissection ' + 'with ' + 'representative ' + 'sections ' + 'submission', + [8110])}, + 'DissimilarityOfGLCM': {'126064': ('Dissimilarity of GLCM', [])}, + 'DistalCentralizer': {'112325': ('Distal Centralizer', [7308, 7307])}, + 'DistalFindingSite': {'121117': ('Distal Finding Site', [])}, + 'DistalReference': {'122381': ('Distal Reference', [3486])}, + 'DistalStentMargin': {'122386': ('Distal Stent Margin', [3487])}, + 'Distance': {'121206': ('Distance', [7470, 6165, 218, 10069, 7469])}, + 'DistanceCorrection': {'128527': ('Distance Correction', [10069])}, + 'DistanceFromAnus': {'112233': ('Distance from anus', [6212])}, + 'DistanceFromChestWall': {'121244': ('Distance from chest wall', [6165])}, + 'DistanceFromNipple': {'121242': ('Distance from nipple', [6165])}, + 'DistanceFromSkin': {'121243': ('Distance from skin', [6165])}, + 'DistancePupillaryDistance': {'111679': ('Distance Pupillary Distance', [])}, + 'DistanceSourceToDetector': {'113750': ('Distance Source to Detector', + [10008])}, + 'DistanceSourceToIsocenter': {'113748': ('Distance Source to Isocenter', + [10008])}, + 'DistanceSourceToReferencePoint': {'113737': ('Distance Source to Reference ' + 'Point', + [10008])}, + 'DistanceSourceToTablePlane': {'113792': ('Distance Source to Table Plane', + [10008])}, + 'DistinctlyDefined': {'112138': ('Distinctly defined', [6120])}, + 'DistortedImplant': {'111506': ('Distorted implant', [6072])}, + 'DistributedDiffusionCoefficient': {'113298': ('Distributed Diffusion ' + 'Coefficient', + [7180, 7272, 218, 7469])}, + 'DistributionDescriptor': {'112006': ('Distribution Descriptor', [])}, + 'DistributionRepresentation': {'128413': ('Distribution Representation', [])}, + 'DivideByZero': {'114003': ('Divide by zero', [42])}, + 'DoctorCanceledProcedure': {'110500': ('Doctor canceled procedure', + [9301, 9300, 9303])}, + 'Document': {'121003': ('Document', []), 'DOC': ('Document', [33, 32])}, + 'DocumentDigitizerEquipment': {'DOCD': ('Document Digitizer Equipment', + [7005])}, + 'DocumentTitle': {'121144': ('Document Title', [])}, + 'DocumentTitleModifier': {'113011': ('Document Title Modifier', [])}, + 'DogRegistryOfAmerica': {'109212': ('Dog Registry of America', [7481])}, + 'DopplerAngle': {'125106': ('Doppler Angle', [])}, + 'DopplerAudio': {'109113': ('Doppler audio', [3000])}, + 'DopplerOCTA': {'128256': ('Doppler OCT-A', [4270])}, + 'DopplerVolumeFlow': {'125219': ('Doppler Volume Flow', [12231, 12227])}, + 'DoseAreaProduct': {'122130': ('Dose Area Product', [])}, + 'DoseAreaProductTotal': {'113722': ('Dose Area Product Total', [10050])}, + 'DoseCalculationBoundingVolume': {'130065': ('Dose Calculation Bounding ' + 'Volume', + [9535])}, + 'DoseCalculationImageSeries': {'128186': ('Dose Calculation Image Series', + [7010, 7023])}, + 'DoseCalibrator': {'113541': ('Dose Calibrator', [10041])}, + 'DoseCheckAlertDetails': {'113900': ('Dose Check Alert Details', [])}, + 'DoseCheckNotificationDetails': {'113908': ('Dose Check Notification Details', + [])}, + 'DoseFrequency': {'111578': ('Dose frequency', [6092])}, + 'DoseGradient': {'128488': ('Dose Gradient', [10063])}, + 'DoseImage': {'121342': ('Dose Image', [10063])}, + 'DoseMeasurementDevice': {'113794': ('Dose Measurement Device', [])}, + 'DosePointCloud': {'128496': ('Dose Point Cloud', [10063])}, + 'DoseRP': {'113738': ('Dose (RP)', [])}, + 'DoseRPTotal': {'113725': ('Dose (RP) Total', [])}, + 'DosimeterType': {'113818': ('Dosimeter Type', [])}, + 'DosimetricResult': {'128190': ('Dosimetric Result', [7010, 7023])}, + 'DosingFactor': {'130190': ('Dosing Factor', [])}, + 'DoubleExposure': {'113026': ('Double exposure', [7011])}, + 'DoubleProduct': {'122708': ('Double Product', [])}, + 'DrugAdministered': {'122083': ('Drug administered', [3409])}, + 'DrugEnd': {'122082': ('Drug end', [3409])}, + 'DrugProductIdentifier': {'113510': ('Drug Product Identifier', [])}, + 'DrugStart': {'122081': ('Drug start', [3409])}, + 'DuctNarrowing': {'111429': ('Duct narrowing', [6057, 6054])}, + 'DuctalAdenoma': {'111258': ('Ductal adenoma', [6031, 6030])}, + 'DuctalHyperplasia': {'111249': ('Ductal hyperplasia', [])}, + 'Ductography': {'111139': ('Ductography', [])}, + 'DuplexDoppler': {'DD': ('Duplex Doppler', [])}, + 'DuplicateOrder': {'110510': ('Duplicate order', [9301, 9300, 9303, 9302])}, + 'DurationOfAdministration': {'122095': ('Duration of administration', [3410])}, + 'DurationOfIntervention': {'122106': ('Duration of Intervention', [])}, + 'DuringTransport': {'127102': ('During transport', [634])}, + 'DuringVoiding': {'109137': ('During voiding', [91])}, + 'DynamicContrastMRMeasurementReport': {'126002': ('Dynamic Contrast MR ' + + 'Measurement Report', + [7021])}, + 'DynamicLight': {'111630': ('Dynamic light', [4203])}, + 'DyssynchronyIndex': {'125325': ('Dyssynchrony Index', [12304])}, + 'E4G1089Zr': {'126519': ('E4G10 ^89^Zr', [4021])}, + 'ECGBasedGatingSignalProcessed': {'109002': ('ECG-based gating signal, ' + 'processed', + [3090])}, + 'ECGGlobalMeasurements': {'122158': ('ECG Global Measurements', [])}, + 'ECGLeadMeasurements': {'122159': ('ECG Lead Measurements', [])}, + 'ECST': {'122656': ('ECST', [3804])}, + 'EEMCrossSectionalArea': {'122333': ('EEM Cross-Sectional Area', [3482])}, + 'EEMDiameter': {'122330': ('EEM Diameter', [3481])}, + 'EEMDiameterRatio': {'122352': ('EEM Diameter Ratio', [3484])}, + 'EEMVolume': {'122371': ('EEM Volume', [3485])}, + 'EPProcedurePhase': {'109061': ('EP Procedure Phase', [])}, + 'EarlyGestation': {'125009': ('Early Gestation', [])}, + 'EchoPattern': {'111360': ('Echo pattern', [])}, + 'Echocardiography': {'EC': ('Echocardiography', [])}, + 'EchogenicHalo': {'111359': ('Echogenic halo', [6153])}, + 'Echogenicity': {'110849': ('Echogenicity', [7180, 218, 7469])}, + 'Echovist': {'125902': ('Echovist', [12030])}, + 'Ecromeximab89Zr': {'126732': ('Ecromeximab ^89^Zr', [4021])}, + 'EdgeDetection': {'123103': ('Edge Detection', [7162])}, + 'EdgeEnhancement': {'113086': ('Edge enhancement', [7203])}, + 'EditedModel': {'129010': ('Edited Model', [7062])}, + 'EducationalIntent': {'129012': ('Educational Intent', [7064])}, + 'EffectiveAtomicNumber': {'129320': ('Effective Atomic Number', [301])}, + 'EffectiveDose': {'113839': ('Effective Dose', [10050])}, + 'EffectiveDoseConversionFactor': {'113840': ('Effective Dose Conversion ' + 'Factor', + [])}, + 'EffectiveDosePhantomType': {'113817': ('Effective Dose Phantom Type', [])}, + 'EffectiveOrificeArea': {'125326': ('Effective Orifice Area', [12304])}, + 'EffectiveZ': {'130084': ('Effective Z', [])}, + 'EffectiveZPerA': {'130085': ('Effective Z per A', [])}, + 'Elasticity': {'110830': ('Elasticity', [7180, 218, 7469])}, + 'ElectricalFailure': {'111217': ('Electrical failure', [6041, 6135, 7011])}, + 'Electrocardiography': {'ECG': ('Electrocardiography', [33, 29, 30])}, + 'ElectrodePlacement': {'122141': ('Electrode Placement', [])}, + 'ElectromechanicalDelay': {'125320': ('Electromechanical Delay', [12307])}, + 'ElementalCompositionAtomicMassFraction': {'130094': ('Elemental Composition ' + 'Atomic Mass Fraction', + [])}, + 'ElevationBasedCornealTomographer': {'111945': ('Elevation-based corneal ' + 'tomographer', + [4210])}, + 'Eligibility': {'126075': ('Eligibility', [6146])}, + 'EligibilityReader': {'129001': ('Eligibility Reader', [7453])}, + 'EligibleForReimbursement': {'128613': ('Eligible for reimbursement', [800])}, + 'EligibleForReimbursementOnPerPatientBasis': {'128614': ('Eligible for ' + 'reimbursement on ' + 'per patient basis', + [800])}, + 'Elliptic': {'112134': ('Elliptic', [6119])}, + 'Email': {'110031': ('Email', [405])}, + 'EmbryonicKidney': {'127801': ('Embryonic kidney', [645])}, + 'EmergencyOverrideStarted': {'110127': ('Emergency Override Started', + [401, 403])}, + 'EmergencyOverrideStopped': {'110138': ('Emergency Override Stopped', + [401, 403])}, + 'EmpiricalAlgorithm': {'128481': ('Empirical Algorithm', [10068])}, + 'EndCirculatorySupport': {'121158': ('End Circulatory Support', [3550])}, + 'EndDiastole': {'109022': ('End diastole', [])}, + 'EndOfExpiration': {'109023': ('End of expiration', [3337])}, + 'EndOfInspiration': {'109024': ('End of inspiration', [3337])}, + 'EndOfSystole': {'109070': ('End of systole', [3337])}, + 'EndOfXRayIrradiation': {'113810': ('End of X-Ray Irradiation', [])}, + 'EndOxygenAdministration': {'121162': ('End oxygen administration', [3530])}, + 'EndPacing': {'121167': ('End Pacing', [3552])}, + 'EndProcedureAction': {'121131': ('End Procedure Action', [3421])}, + 'EndProcedureActionItem': {'121131': ('End Procedure Action Item', [])}, + 'EndVentilation': {'121169': ('End Ventilation', [3551])}, + 'EndingFlowRateOfAdministration': {'130209': ('Ending Flow Rate of ' + 'administration', + [])}, + 'Endoleak': {'122680': ('endoleak', [3813])}, + 'EndorectalTransducer': {'125264': ('Endorectal Transducer', [12035])}, + 'Endoscopy': {'ES': ('Endoscopy', [33, 29, 30])}, + 'EndovaginalTransducer': {'125263': ('Endovaginal Transducer', [12035])}, + 'EnhancedMultiFrameConversionEquipment': {'109106': ('Enhanced Multi-frame ' + 'Conversion Equipment', + [7005])}, + 'EnrichmentManufacturer': {'127191': ('Enrichment manufacturer', [])}, + 'EnrichmentMaterial': {'127190': ('Enrichment material', [])}, + 'EnrichmentMaterialPresent': {'127192': ('Enrichment material present', [])}, + 'EntireBodyTargetVolume': {'130055': ('Entire Body Target Volume', [9534])}, + 'EntirePullback': {'122383': ('Entire Pullback', []), + '122384': ('Entire Pullback', [3487])}, + 'EntranceExposureAtRP': {'111636': ('Entrance Exposure at RP', [10050])}, + 'EntranceExposureToA4Point2cmBreastThickness': {'113865': ('Entrance exposure ' + 'to a 4.2 cm ' + 'breast thickness', + [10025])}, + 'EnvironmentalExposureHistory': {'111547': ('Environmental Exposure History', + [])}, + 'EnvironmentalFactor': {'111548': ('Environmental Factor', [])}, + 'EpidermalInclusionCyst': {'111262': ('Epidermal inclusion cyst', [])}, + 'EpifluorescenceIllumination': {'111743': ('Epifluorescence illumination', + [8123])}, + 'Equation': {'121420': ('Equation', [228])}, + 'EquationCitation': {'121421': ('Equation Citation', [228])}, + 'EquidistantMethod': {'122574': ('Equidistant method', [3456])}, + 'EquipmentBroughtToProcedureRoom': {'122047': ('Equipment brought to ' + 'procedure room', + [3427])}, + 'EquipmentChange': {'110516': ('Equipment change', [9301, 9300])}, + 'EquipmentFailure': {'110501': ('Equipment failure', + [9301, 9300, 4221, 4222, 3427, 9302, 71]), + '122046': ('Equipment failure', [])}, + 'EquipmentIdentification': {'121122': ('Equipment Identification', [])}, + 'EquipmentLandmark': {'128750': ('Equipment Landmark', [])}, + 'EquipmentLandmarkToPatientFiducialZDistance': {'128756': ('Equipment ' + 'Landmark to ' + 'Patient Fiducial ' + 'Z Distance', + [])}, + 'EquipmentLandmarkXPosition': {'128752': ('Equipment Landmark X Position', + [])}, + 'EquipmentLandmarkZPosition': {'128753': ('Equipment Landmark Z Position', + [])}, + 'EquipmentReady': {'122048': ('Equipment ready', [3427])}, + 'EquipmentRemoved': {'122049': ('Equipment removed', [3427])}, + 'Equivalent2GrayFractionsModel': {'130130': ('Equivalent 2-Gray Fractions ' + 'Model', + [9539])}, + 'EquivalentAttenuatorMaterial': {'128465': ('Equivalent Attenuator Material', + [])}, + 'EquivalentAttenuatorThickness': {'128469': ('Equivalent Attenuator Thickness', + [])}, + 'EquivalentCDADocument': {'121331': ('Equivalent CDA Document', [7006])}, + 'EquivalentDose': {'128512': ('Equivalent Dose', [10070, 7180, 218, 7469])}, + 'EquivalentKReading': {'111756': ('Equivalent K-reading', [4235, 4242])}, + 'EquivalentMeaningOfConceptName': {'121050': ('Equivalent Meaning of Concept ' + 'Name', + [9000])}, + 'EquivalentMeaningOfValue': {'121051': ('Equivalent Meaning of Value', [])}, + 'ErgometerPower': {'122704': ('Ergometer power', [])}, + 'ErodedPlaque': {'122390': ('Eroded Plaque', [3491])}, + 'Estimated': {'121427': ('Estimated', [])}, + 'EstimatedExtravasationActivity': {'113506': ('Estimated Extravasation ' + 'Activity', + [])}, + 'EstimatedExtravasationVolume': {'130214': ('Estimated Extravasation Volume', + [])}, + 'EstimatedNormalFlow': {'122555': ('Estimated Normal Flow', [])}, + 'EstimatedTimeframe': {'111395': ('Estimated Timeframe', [])}, + 'EstrogenReceptor': {'111475': ('Estrogen receptor', [])}, + 'Euler': {'113218': ('Euler', [7262])}, + 'EuropiumOrEuropiumCompound': {'113711': ('Europium or Europium compound', + [])}, + 'EventUIDUsed': {'128429': ('Event UID Used', [])}, + 'ExcellentImageQuality': {'122740': ('Excellent image quality', [3114])}, + 'ExcursionDistance': {'125327': ('Excursion Distance', [12304])}, + 'ExerciseDurationAfterStressAgentInjection': {'122711': ('Exercise duration ' + 'after stress agent ' + 'injection', + [])}, + 'ExerciserDevicePresent': {'127193': ('Exerciser device present', [])}, + 'ExogenousSubstance': {'127400': ('Exogenous substance', [])}, + 'Explantation': {'111510': ('Explantation', [6072])}, + 'Export': {'110106': ('Export', [400])}, + 'ExposedRange': {'113899': ('Exposed Range', [])}, + 'Exposure': {'113736': ('Exposure', [])}, + 'ExposureIndex': {'113845': ('Exposure Index', [])}, + 'ExposureTime': {'113735': ('Exposure Time', []), + '113824': ('Exposure Time', [])}, + 'ExposureTimePerRotation': {'113834': ('Exposure Time per Rotation', [])}, + 'ExtendedPatientAnatomyModel': {'130068': ('Extended Patient Anatomy Model', + [9507])}, + 'ExtendedRenderingForPresentation': {'121334': ('Extended Rendering for ' + 'Presentation', + [7006])}, + 'ExtendedToftsModel': {'126341': ('Extended Tofts Model', [4106, 4101])}, + 'ExternalBodyModel': {'130047': ('External Body Model', [9501, 9502])}, + 'ExternalBodyStructure': {'130047': ('External Body Structure', [])}, + 'ExternalCameraPhotography': {'XC': ('External-camera Photography', + [33, 29, 30])}, + 'ExternalDataSource': {'111781': ('External Data Source', [4240])}, + 'ExternalTransducer': {'125261': ('External Transducer', [12035])}, + 'ExtraAbdominalDesmoid': {'111260': ('Extra abdominal desmoid', [])}, + 'ExtractionOfIndividualSubjectFromGroup': {'113131': ('Extraction of ' + 'individual subject ' + 'from group', + [7203])}, + 'Extravasation': {'111428': ('Extravasation', [6057, 6054])}, + 'ExtravasationVisibleInImage': {'113568': ('Extravasation visible in image', + [9300, 60, 10043])}, + 'ExtremelySmall': {'112131': ('Extremely small', [6118])}, + 'FACT': {'113214': ('FACT', [7262])}, + 'FLB457C11': {'126706': ('FLB 457 C^11^', [4021])}, + 'FWPByGACampbell1991': {'128040': ('FWP by GA, Campbell, 1991', + [12016, 12012])}, + 'FWPByGAHadlock1991': {'128041': ('FWP by GA, Hadlock, 1991', [12016, 12012])}, + 'Failed': {'111224': ('Failed', [6042])}, + 'FailedAnalyses': {'111024': ('Failed Analyses', [])}, + 'FailedDetections': {'111025': ('Failed Detections', [])}, + 'FallyprideC11': {'126704': ('Fallypride C^11^', [4021])}, + 'FallyprideF18': {'126705': ('Fallypride F^18^', [4021])}, + 'FalseLumen': {'122361': ('False Lumen', [3491])}, + 'FalseMarkersPerCase': {'111087': ('False Markers per Case', [6048])}, + 'FalseMarkersPerImage': {'111086': ('False Markers per Image', [6048])}, + 'FalsePositiveDefectFinding': {'122748': ('False Positive defect finding', + [3113])}, + 'FamilyHistoryFetalMalformationSyndrome': {'111574': ('Family history, fetal ' + 'malformation/syndrome', + [6088, 6087])}, + 'FamilyHistoryOfProstateCancer': {'111562': ('Family history of prostate ' + 'cancer', + [6087, 6081])}, + 'FamilyHistoryUnknown': {'111563': ('Family history unknown', [6087, 6081])}, + 'FamilyMemberWithRiskFactor': {'111537': ('Family Member with Risk Factor', + [])}, + 'FastDiffusionCoefficient': {'113292': ('Fast Diffusion Coefficient', + [7180, 7272, 218, 7469])}, + 'FastDiffusionCoefficientFraction': {'113293': ('Fast Diffusion Coefficient ' + 'Fraction', + [7180, 7272, 218, 7469])}, + 'FastMode': {'114211': ('Fast mode', [8202])}, + 'FastingDuration': {'113550': ('Fasting Duration', [])}, + 'FatFraction': {'129100': ('Fat fraction', [7180, 218, 7469])}, + 'FeatureDetectedOnImagesFromMultipleModalities': {'111159': ('Feature ' + 'detected on ' + 'images from ' + 'multiple ' + 'modalities', + [6036])}, + 'FeatureDetectedOnMultipleImages': {'111158': ('Feature detected on multiple ' + 'images', + [6036])}, + 'FeatureDetectedOnOnlyOneOfTheImages': {'111157': ('Feature detected on only ' + 'one of the images', + [6036])}, + 'FeatureDetectedOnTheOnlyImage': {'111156': ('Feature detected on the only ' + 'image', + [6036])}, + 'FederationOfInternationalCanines': {'109213': ('Federation of International ' + 'Canines', + [7481])}, + 'FeedManufacturer': {'127200': ('Feed manufacturer', [])}, + 'FeedProductCode': {'127202': ('Feed product code', [])}, + 'FeedProductName': {'127201': ('Feed product name', [])}, + 'FeedSource': {'127205': ('Feed source', [])}, + 'FeedbackTemperatureRegulation': {'127210': ('Feedback temperature regulation', + [])}, + 'Fellow': {'121088': ('Fellow', [7450, 7452])}, + 'Female': {'F': ('Female', [7457, 7455])}, + 'FemaleChangedToMale': {'FC': ('Female changed to Male', [7455])}, + 'FemalePseudohermaphrodite': {'FP': ('Female Pseudohermaphrodite', [7455])}, + 'FemoralHeadBallComponent': {'112308': ('Femoral Head Ball Component', + [7308, 7307])}, + 'FemoralHeadConeTaperComponent': {'112309': ('Femoral Head Cone Taper ' + 'Component', + [7308, 7307])}, + 'FemoralHeadResurfacingComponent': {'112317': ('Femoral Head Resurfacing ' + 'Component', + [7308, 7307])}, + 'FemoralStem': {'112310': ('Femoral Stem', [7308, 7307])}, + 'FemoralStemComponent': {'112313': ('Femoral Stem Component', [7308, 7307])}, + 'FemoralStemDistalComponent': {'112311': ('Femoral Stem Distal Component', + [7308, 7307])}, + 'FemoralStemProximalComponent': {'112312': ('Femoral Stem Proximal Component', + [7308, 7307])}, + 'FemurHeadCenterOfRotation': {'112304': ('Femur Head Center of Rotation', + [7305, 7306])}, + 'FetalBiometry': {'125002': ('Fetal Biometry', [])}, + 'FetalBiometryRatios': {'125001': ('Fetal Biometry Ratios', [])}, + 'FetalCardiacUltrasoundReport': {'125196': ('Fetal Cardiac Ultrasound Report', + [12245])}, + 'FetalCranium': {'125004': ('Fetal Cranium', [])}, + 'FetalLongBones': {'125003': ('Fetal Long Bones', [])}, + 'FetalMeasurements': {'125016': ('Fetal Measurements', [])}, + 'Fetus': {'121026': ('Fetus', [271])}, + 'FetusCharacteristics': {'125015': ('Fetus Characteristics', [])}, + 'FetusNumber': {'121037': ('Fetus number', [])}, + 'FetusSummary': {'125008': ('Fetus Summary', [])}, + 'FibroLipidicPlaque': {'122394': ('Fibro-Lipidic Plaque', [3491, 3497, 3495])}, + 'Fibroadenolipoma': {'111264': ('Fibroadenolipoma', [6031, 6030])}, + 'FibroadenomatoidHyperplasia': {'111263': ('Fibroadenomatoid hyperplasia', + [6031, 6030])}, + 'Fibrocalcific': {'112163': ('Fibrocalcific', [6132])}, + 'Fibronodular': {'112148': ('Fibronodular', [6123])}, + 'FiducialAlignment': {'125022': ('Fiducial Alignment', [8203, 7100])}, + 'FiducialFeature': {'122340': ('Fiducial feature', [])}, + 'FiducialIntent': {'112369': ('Fiducial Intent', [])}, + 'FiducialMark': {'112171': ('Fiducial mark', + [6102, 6138, 6404, 7110, 7151, 6202, 6203, 7193])}, + 'Field1ForJoslin3Field': {'111621': ('Field 1 for Joslin3 field', [4207])}, + 'Field2ForJoslin3Field': {'111622': ('Field 2 for Joslin 3 field', [4207])}, + 'Field3ForJoslin3Field': {'111623': ('Field 3 for Joslin 3 field', [4207])}, + 'FieldMapMRSignalIntensity': {'110807': ('Field Map MR Signal Intensity', + [7180, 218, 7469])}, + 'FillerNumber': {'121021': ('Filler Number', [])}, + 'Film': {'110010': ('Film', [405]), '113951': ('Film', [10030])}, + 'FilmDigitizer': {'FILMD': ('Film Digitizer', [7005, 30])}, + 'FilmScreenMammography': {'111408': ('Film Screen Mammography', [6083, 6050])}, + 'FilteredBackProjection': {'113962': ('Filtered Back Projection', [10033])}, + 'FinalReport': {'128005': ('Final Report', [9233])}, + 'Finding': {'121071': ('Finding', [3419, 9000, 6053, 7002])}, + 'FindingObservationType': {'125305': ('Finding Observation Type', [])}, + 'Findings': {'121070': ('Findings', [6052])}, + 'FinePleomorphicCalcification': {'111344': ('Fine pleomorphic calcification', + [6011, 6010])}, + 'FirstChordOfAbnormalRegion': {'122452': ('First Chord of Abnormal Region', + [])}, + 'FirstMammogramEver': {'111404': ('First mammogram ever', [])}, + 'FirstMeasureOfInformationCorrelationOfGLCM': {'128798': ('First Measure of ' + 'Information ' + 'Correlation of ' + 'GLCM', + [])}, + 'FirstPassLeakageProfileFPLPModel': {'126343': ('First Pass Leakage Profile ' + '(FPLP) Model', + [4106, 4101])}, + 'FixationOrPositioningDevice': {'130044': ('Fixation or Positioning Device', + [9502])}, + 'FixedBeamDirection': {'125257': ('Fixed beam direction', [12034])}, + 'FixedDp': {'113267': ('Fixed-Dp', [7274])}, + 'FixedDurationPauseEnded': {'130155': ('Fixed duration pause ended', [71])}, + 'FixedGrid': {'111641': ('Fixed grid', [10017])}, + 'FlashDoesnTIncludeCassetteScreenDetectorIdentification': {'111191': ('Flash ' + "doesn't " + 'include ' + 'cassette/screen/detector ' + 'identification', + [6041])}, + 'FlashDoesnTIncludeDateOfExamination': {'111188': ("Flash doesn't include " + 'date of examination', + [6041])}, + 'FlashDoesnTIncludeFacilityNameAndLocation': {'111189': ("Flash doesn't " + 'include facility ' + 'name and location', + [6041])}, + 'FlashDoesnTIncludeMammographyUnitIdentification': {'111192': ("Flash doesn't " + 'include ' + 'mammography ' + 'unit ' + 'identification', + [6041])}, + 'FlashDoesnTIncludePatientNameAndAdditionalPatientId': {'111187': ('Flash ' + "doesn't " + 'include ' + 'patient ' + 'name and ' + 'additional ' + 'patient ' + 'id', + [6041])}, + 'FlashDoesnTIncludeTechnologistIdentification': {'111190': ("Flash doesn't " + 'include ' + 'technologist ' + 'identification', + [6041])}, + 'FlashIsIllegibleDoesNotFitOrIsLopsided': {'111186': ('Flash is illegible, ' + 'does not fit, or is ' + 'lopsided', + [6041])}, + 'FlashIsNotNearEdgeOfFilm': {'111185': ('Flash is not near edge of film', + [6041])}, + 'FlatFilter': {'113653': ('Flat filter', [10007])}, + 'FleischTable': {'122254': ('Fleisch table', [3664])}, + 'FleischnerLines': {'112107': ("Fleischner's line(s)", [6103, 6102])}, + 'Flocculent': {'112164': ('Flocculent', [6132])}, + 'FlorbetabenF18': {'126501': ('Florbetaben F^18^', [])}, + 'FlowImageForImageProcessing': {'128251': ('Flow image for image processing', + [7202])}, + 'FlowQuantification': {'122604': ('Flow Quantification', [])}, + 'FlowRateAboveAdjustmentLimit': {'130153': ('Flow rate above adjustment limit', + [71])}, + 'FlowRateAboveWarningLimit': {'130152': ('Flow rate above warning limit', + [71])}, + 'FlowRateVsTime': {'130229': ('Flow Rate vs Time', [])}, + 'FlowVariance': {'110829': ('Flow Variance', [7180, 218, 7469])}, + 'FlowVelocity': {'110828': ('Flow Velocity', [7180, 218, 7469])}, + 'FlubatineF18': {'126503': ('Flubatine F^18^', [4021]), + '126712': ('Flubatine F^18^', [])}, + 'Fluffy': {'112149': ('Fluffy', [6123])}, + 'FluidObtained': {'111449': ('Fluid obtained', [6066])}, + 'FluoresceinAngiography': {'FA': ('Fluorescein angiography', [])}, + 'FluoroDoseAreaProductTotal': {'113726': ('Fluoro Dose Area Product Total', + [10050])}, + 'FluoroDoseRPTotal': {'113728': ('Fluoro Dose (RP) Total', [])}, + 'FluoroMode': {'113732': ('Fluoro Mode', [])}, + 'FluoromisonidazoleFMISOF18': {'126708': ('Fluoromisonidazole (FMISO) F^18^', + [])}, + 'FluoroscopyGuidedProjectionRadiographySystem': {'113957': ('Fluoroscopy-Guided ' + 'Projection ' + 'Radiography ' + 'System', + [10032])}, + 'FluorotrioprideF18': {'126707': ('Fluorotriopride F^18^', [4021])}, + 'FlurpiridazF18': {'126718': ('Flurpiridaz F^18^', [4021])}, + 'FlushAdministration': {'130251': ('Flush Administration', [72])}, + 'FocalPlaneZOffset': {'112708': ('Focal plane Z offset', [])}, + 'FocalSpotSize': {'113766': ('Focal Spot Size', [])}, + 'FocusedGrid': {'111642': ('Focused grid', [10017])}, + 'FollowUpAtShortInterval111Months': {'111142': ('Follow-up at short interval ' + '(1-11 months)', + [6029, 6028])}, + 'FollowUpAtShortIntervalFromPriorStudy': {'111416': ('Follow-up at short ' + 'interval from prior ' + 'study', + [6051])}, + 'FollowUpPostBiopsyAsDirectedByClinician': {'111121': ('Follow-up post biopsy ' + 'as directed by ' + 'clinician', + [6028])}, + 'FoodTreat': {'127391': ('Food treat', [609])}, + 'FootToHead': {'110869': ('Foot To Head', [7185])}, + 'ForAttenuationCorrection': {'122403': ('For Attenuation Correction', [7210])}, + 'ForClinicalTrialExport': {'128711': ('For Clinical Trial Export', + [7010, 7014])}, + 'ForClinicalTrialSubmission': {'128207': ('For Clinical Trial Submission', + [7010])}, + 'ForConference': {'113005': ('For Conference', [7010])}, + 'ForDiagnosis': {'128195': ('For Diagnosis', [7010])}, + 'ForLitigation': {'113021': ('For Litigation', [7010])}, + 'ForMachineQualityAssurance': {'128205': ('For Machine Quality Assurance', + [7010, 7024])}, + 'ForPatient': {'113007': ('For Patient', [7010])}, + 'ForPatientSetupVerification': {'128206': ('For Patient Setup Verification', + [7010, 7024])}, + 'ForPeerReview': {'113008': ('For Peer Review', [7010])}, + 'ForPhysicianReview': {'128201': ('For Physician Review', [7010, 7024])}, + 'ForPhysicistReview': {'128202': ('For Physicist Review', [7010, 7024])}, + 'ForPlanComparison': {'128199': ('For Plan Comparison', [7010])}, + 'ForPlanQualityAssurance': {'128204': ('For Plan Quality Assurance', + [7010, 7024])}, + 'ForPrinting': {'113018': ('For Printing', [7010])}, + 'ForProcessingPredecessor': {'121358': ('For Processing predecessor', [7202])}, + 'ForPublicationExport': {'128714': ('For Publication Export', [7010, 7014])}, + 'ForRTPlanSummation': {'128200': ('For RT Plan Summation', [7010, 7024])}, + 'ForRTPrescription': {'128197': ('For RT Prescription', [7010, 7024])}, + 'ForRTTreatmentPlanning': {'128198': ('For RT Treatment Planning', + [7010, 7024])}, + 'ForRTWorkflow': {'128180': ('For RT Workflow', [7010, 7024])}, + 'ForReferringProvider': {'113002': ('For Referring Provider', [7010])}, + 'ForReportAttachment': {'113020': ('For Report Attachment', [7010])}, + 'ForResearch': {'113009': ('For Research', [7010])}, + 'ForResearchCollectionExport': {'128713': ('For Research Collection Export', + [7010, 7014])}, + + 'ForSegmentation': {'128196': ('For Segmentation', [7010])}, + 'ForSurgery': {'113003': ('For Surgery', [7010])}, + 'ForTeaching': {'113004': ('For Teaching', [7010])}, + 'ForTeachingFileExport': {'128710': ('For Teaching File Export', + [7010, 7014])}, + 'ForTherapy': {'113006': ('For Therapy', [7010])}, + 'ForTumorBoard': {'128203': ('For Tumor Board', [7010])}, + 'ForTumorRegistry': {'128208': ('For Tumor Registry', [7010])}, + 'ForcedAirHeater': {'127250': ('Forced air heater', [635])}, + 'ForeignBody': {'111265': ('Foreign body (reaction)', [])}, + 'FovealSensitivityRelated': {'111841': ('Foveal sensitivity related', [4252])}, + 'FractalDimension': {'126050': ('Fractal Dimension', [218, 7468])}, + 'FractionalAnisotropy': {'110808': ('Fractional Anisotropy', + [7180, 7271, 218, 7263, 7469])}, + 'FractionalChange': {'125314': ('Fractional Change', [12303])}, + 'FractionalKurtosisAnisotropy': {'113209': ('Fractional Kurtosis Anisotropy', + [7263])}, + 'FractionalOccupancySegmentation': {'110855': ('Fractional Occupancy ' + 'Segmentation', + [7180, 218, 7469])}, + 'FractionalProbabilisticSegmentation': {'110854': ('Fractional Probabilistic ' + 'Segmentation', + [7180, 218, 7469])}, + 'FractionationBasedOrTemporallyBasedMethods': {'130127': ('Fractionation-based ' + 'or ' + 'temporally-based ' + 'methods', + [9537])}, + 'FrameExtractingEquipment': {'109105': ('Frame Extracting Equipment', [7005])}, + 'FrameOfReferenceIdentity': {'125021': ('Frame of Reference Identity', + [7100])}, + 'FrameOfReferenceUID': {'112227': ('Frame of Reference UID', [])}, + 'FrameToFrameAnalysis': {'122499': ('Frame to Frame Analysis', [])}, + 'FraminghamQtcAlgorithm': {'122733': ('Framingham QTc Algorithm', [3678])}, + 'FreeAcquisition': {'113807': ('Free Acquisition', [10013])}, + 'FreeSilicone': {'111508': ('Free silicone', [6072])}, + 'Freehand': {'114215': ('Freehand', [8203])}, + 'Fresolimumab89Zr': {'126748': ('Fresolimumab ^89^Zr', [4021])}, + 'FridericiaQtcAlgorithm': {'122732': ('Fridericia QTc Algorithm', [3678])}, + 'FrontOfCorneaToFrontOfLens': {'111776': ('Front Of Cornea To Front Of Lens', + [4239])}, + 'FullBernoulli': {'125217': ('Full Bernoulli', [12230, 12227])}, + 'FullCardiacCycle': {'125324': ('Full Cardiac Cycle', [12307])}, + 'FullFidelityImage': {'121327': ('Full fidelity image', [7205])}, + 'FunctionalImage': {'121339': ('Functional image', [7201])}, + 'Fundoscopy': {'FS': ('Fundoscopy', [])}, + 'GA20189Zr': {'126731': ('GA201 ^89^Zr', [4021])}, + 'GDPattern': {'109903': ('GD Pattern', [8301])}, + 'GTVNodal': {'130051': ('GTV Nodal', [9534])}, + 'GTVPrimary': {'130052': ('GTV Primary', [9534])}, + 'Galactocele': {'111269': ('Galactocele', [])}, + 'GammaCapillaryTransitTimeGCCTModel': {'126345': ('Gamma Capillary Transit ' + 'Time (GCCT) Model', + [])}, + 'GammaCapillaryTransitTimeGCTTModel': {'126345': ('Gamma Capillary Transit ' + 'Time (GCTT) Model', + [4106, 4101])}, + 'GammaDistributionMode': {'113297': ('Gamma Distribution Mode', + [7180, 7272, 218, 7469])}, + 'GammaDistributionModel': {'113253': ('Gamma distribution model', [7273])}, + 'GammaDistributionScaleParameter': {'113295': ('Gamma Distribution Scale ' + 'Parameter', + [7180, 7272, 218, 7469])}, + 'GammaDistributionShapeParameter': {'113296': ('Gamma Distribution Shape ' + 'Parameter', + [7180, 7272, 218, 7469])}, + 'GanglionCellComplexThickness': {'111926': ('Ganglion cell complex thickness', + [4262])}, + 'GastrointestinalImagingSubjectMatter': {'128731': ('Gastrointestinal imaging ' + 'subject matter', + [7017])}, + 'GaussianBlur': {'113088': ('Gaussian blur', [7203])}, + 'GeneralMicroscopy': {'GM': ('General Microscopy', [33, 29, 30])}, + 'GeneralReductionInSensitivity': {'111850': ('General reduction in ' + 'sensitivity', + [4254])}, + 'Generator': {'113543': ('Generator', [])}, + 'Generic2DPlanning': {'112340': ('Generic 2D Planning', [7320])}, + 'Generic3DPlanning': {'112341': ('Generic 3D Planning', [7320])}, + 'GenericPlanningForHipReplacement': {'112342': ('Generic Planning for Hip ' + 'Replacement', + [7320])}, + 'GenericPlanningForKneeReplacement': {'112343': ('Generic Planning for Knee ' + 'Replacement', + [7320])}, + 'GeneticModifications': {'127414': ('Genetic modifications', [])}, + 'GeneticModificationsDescription': {'127415': ('Genetic modifications ' + 'description', + [])}, + 'GenitourinaryImagingSubjectMatter': {'128732': ('Genitourinary imaging ' + 'subject matter', + [7017])}, + 'GeometricCenterpoint': {'128137': ('Geometric Centerpoint', [1011])}, + 'GeometricIsocenter': {'122486': ('Geometric Isocenter', [3452])}, + 'GeometricNonIsocenter': {'122487': ('Geometric Non-Isocenter', [3452])}, + 'GeometricRadiationTransportModel': {'128421': ('Geometric Radiation ' + 'Transport Model', + [10065])}, + 'GeometricalImageEvaluation': {'109708': ('Geometrical image evaluation', + [8300])}, + 'GlaucomaHemifieldTestAnalysis': {'111855': ('Glaucoma Hemifield Test ' + 'Analysis', + [4257])}, + 'GlembatumumabVedotin89Zr': {'126724': ('Glembatumumab vedotin ^89^Zr', + [4021])}, + 'Global': {'113213': ('Global', [7262])}, + 'GlobalTrackingAlgorithm': {'113213': ('Global Tracking Algorithm', [])}, + 'GlomerularFiltrationRateBlackMDRD': {'113574': ('Glomerular Filtration Rate ' + + 'black (MDRD)', + [10047])}, + 'GlomerularFiltrationRateCreatinineBasedFormulaSchwartz': {'113577': ('Glomerular ' + 'Filtration ' + 'Rate ' + 'Creatinine-based ' + 'formula ' + '(Schwartz)', + [10047])}, + 'GlomerularFiltrationRateCystatinBasedFormula': {'113576': ('Glomerular ' + 'Filtration Rate ' + 'Cystatin-based ' + 'formula', + [10047])}, + 'GlomerularFiltrationRateFemaleMDRD': {'113575': ('Glomerular Filtration Rate ' + 'female (MDRD)', + [10047])}, + 'GlomerularFiltrationRateMDRD': {'113572': ('Glomerular Filtration Rate ' + '(MDRD)', + [10047])}, + 'GlomerularFiltrationRateNonBlackMDRD': {'113573': ('Glomerular Filtration ' + 'Rate non-black (MDRD)', + [10047])}, + 'GlucoseMeasurementDate': {'127857': ('Glucose Measurement Date', [])}, + 'GlucoseMeasurementTime': {'127858': ('Glucose Measurement Time', [])}, + 'GlutamateAndGlutamine': {'113080': ('Glutamate and glutamine', + [7186, 7180, 218, 4032, 4033, 7469])}, + 'GlutamineC11': {'126709': ('Glutamine C^11^', [4021])}, + 'GlutamineC14': {'126710': ('Glutamine C^14^', [4021])}, + 'GlutamineF18': {'126711': ('Glutamine F^18^', [4021])}, + 'Glycolysis': {'126034': ('Glycolysis', [7466])}, + 'GoodImageQuality': {'122741': ('Good image quality', [3114])}, + 'GradientAssessment': {'122123': ('Gradient assessment', [])}, + 'GradientPressureAverage': {'122197': ('Gradient pressure, average', [3611])}, + 'GradientPressurePeak': {'122198': ('Gradient pressure, peak', [3611])}, + 'GraftToCitedSegmentDistalSection': {'122104': ('Graft to cited segment, ' + 'distal section', + [3019])}, + 'GraftToCitedSegmentMidSection': {'122103': ('Graft to cited segment, mid ' + 'section', + [3019])}, + 'GraftToCitedSegmentProximalSection': {'122102': ('Graft to cited segment, ' + 'proximal section', + [3019])}, + 'GraftType': {'125102': ('Graft Type', [])}, + 'GranularPattern': {'112128': ('Granular pattern', [6102, 6106])}, + 'GraphIncrement': {'122511': ('Graph Increment', [])}, + 'GrayLevelCoOccurrenceMatrix': {'126067': ('Gray Level Co-occurrence Matrix', + [])}, + 'GrayLevelDistanceZoneMatrix': {'128778': ('Gray Level Distance Zone Matrix', + [])}, + 'GrayLevelNonuniformityInRuns': {'128809': ('Gray Level Nonuniformity in Runs', + [])}, + 'GrayLevelNonuniformityInRunsNormalized': {'128810': ('Gray Level ' + 'Nonuniformity in Runs ' + 'Normalized', + [])}, + 'GrayLevelNonuniformityOfZoneCounts': {'128829': ('Gray Level Nonuniformity ' + 'of Zone Counts', + [])}, + 'GrayLevelNonuniformityOfZoneCountsNormalized': {'128830': ('Gray Level ' + 'Nonuniformity of ' + 'Zone Counts ' + 'Normalized', + [])}, + 'GrayLevelRunLengthMatrix': {'128776': ('Gray Level Run Length Matrix', [])}, + 'GrayLevelSizeZoneMatrix': {'128777': ('Gray Level Size Zone Matrix', [])}, + 'GrayLevelVarianceInRuns': {'128814': ('Gray Level Variance in Runs', [])}, + 'GrayLevelVarianceInZones': {'128834': ('Gray Level Variance in Zones', [])}, + 'GrayscaleResolutionEvaluation': {'109702': ('Grayscale resolution evaluation', + [8300])}, + 'GreaterThan1YearAgo': {'111398': ('> 1 year ago', [6164])}, + 'GreenFilter': {'111601': ('Green filter', [])}, + 'GridArtifacts': {'111208': ('Grid artifact(s)', [6041, 6135, 7011])}, + 'GridBScanPattern': {'128288': ('Grid B-scan pattern', [4272])}, + 'GrossSpecimenImaging': {'112701': ('Gross Specimen Imaging', [8131])}, + 'GroundGlassOpacity': {'112120': ('Ground glass opacity', [6104, 6102])}, + 'GroupOfFramesForDisplay': {'113036': ('Group of Frames for Display', [7010])}, + 'GrowthPercentileRank': {'125012': ('Growth Percentile Rank', [12017])}, + 'GrowthZScore': {'125013': ('Growth Z-score', [12017])}, + 'GuidewireCrossingLesionSuccessful': {'122302': ('Guidewire crossing lesion ' + 'successful', + [3412, 3752])}, + 'GuidewireCrossingLesionUnsuccessful': {'122301': ('Guidewire crossing lesion ' + 'unsuccessful', + [3412, 3752])}, + 'GynecologicCondition': {'111567': ('Gynecologic condition', [6088, 6087])}, + 'GynecologicSurgery': {'111568': ('Gynecologic surgery', [6088, 6087])}, + 'HARDI': {'113221': ('HARDI', [7260])}, + 'HISBundleWave': {'109040': ('HIS bundle wave', [3339])}, + 'HabitualVisualAcuity': {'111686': ('Habitual Visual Acuity', [4216])}, + 'Haigis': {'111760': ('Haigis', [4236])}, + 'HaigisA0': {'111769': ('Haigis a0', [4237])}, + 'HaigisA1': {'111770': ('Haigis a1', [4237])}, + 'HaigisA2': {'111771': ('Haigis a2', [4237])}, + 'HaigisL': {'111761': ('Haigis-L', [4236])}, + 'HaigisLToric': {'111861': ('Haigis-L Toric', [4236])}, + 'HaigisToric': {'111860': ('Haigis Toric', [4236])}, + 'HalfTimeForTissueRepair': {'130091': ('Half-time for Tissue Repair', [])}, + 'HalfValueLayer': {'111634': ('Half Value Layer', [10069])}, + 'HaloSign': {'112073': ('Halo sign', [6105, 6102])}, + 'HardCopy': {'HC': ('Hard Copy', [33, 32])}, + 'HardCopyPrintServer': {'PRINT': ('Hard Copy Print Server', [30])}, + 'HardwareConfiguration': {'110130': ('Hardware Configuration', [401, 403])}, + 'HeadAndNeckImagingSpecialty': {'128008': ('Head and Neck Imaging Specialty', + [7449])}, + 'HeadAndNeckMask': {'130112': ('Head and Neck Mask', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'HeadFootAxis': {'110861': ('Head-Foot Axis', [7184])}, + 'HeadMask': {'130111': ('Head Mask', [9520, 7157, 7151, 9505, 9513, 7193])}, + 'HeadOfCardiology': {'128675': ('Head of Cardiology', [7450, 7452])}, + 'HeadOfRadiology': {'128670': ('Head of Radiology', [7450, 7452])}, + 'HeadToFoot': {'110868': ('Head To Foot', [7185])}, + 'Headframe': {'130110': ('Headframe', [9520, 7157, 7151, 9505, 9513, 7193])}, + 'HeartValveFlail': {'127856': ('Heart Valve Flail', [3711])}, + 'HeatedImagingDevice': {'127251': ('Heated imaging device', [635])}, + 'HeatedPatientSupport': {'127252': ('Heated patient support', [635])}, + 'HeatedWaterBlanket': {'127253': ('Heated water blanket', [635])}, + 'HeatingConditions': {'127040': ('Heating conditions', [])}, + 'Height': {'121207': ('Height', [7470, 6165, 218, 7469])}, + 'HelicalBeam': {'130108': ('Helical Beam', [9512, 9524])}, + 'HemangiomaNonparenchymalSubcutaneous': {'111271': ('Hemangioma - ' + 'nonparenchymal, ' + 'subcutaneous', + [])}, + 'HemodynamicResistance': {'110825': ('Hemodynamic Resistance', + [7180, 218, 7469])}, + 'HemodynamicResistanceIndex': {'122220': ('Hemodynamic Resistance Index', + [3620])}, + 'HemodynamicWaveform': {'HD': ('Hemodynamic Waveform', [33, 29, 30])}, + 'HemodynamicsReport': {'122120': ('Hemodynamics Report', [])}, + 'HemostasisAchieved': {'122033': ('Hemostasis achieved', [3402])}, + 'HemostasisNotAchievedActivelyBleeding': {'122035': ('Hemostasis not achieved ' + '- actively bleeding', + [3402])}, + 'HemostasisNotAchievedOozing': {'122034': ('Hemostasis not achieved - oozing', + [3402])}, + 'Hermaphrodite': {'H': ('Hermaphrodite', [7455])}, + 'HerniatedImplant': {'111509': ('Herniated implant', [6072])}, + 'HeterogeneousEchotexture': {'111353': ('Heterogeneous echotexture', [6151])}, + 'Hiatus': {'112095': ('Hiatus', [6113, 6109, 6102, 9514, 7192, 7151])}, + 'High': {'111575': ('High', [6090])}, + 'HighDoseFractionLinearCellKillFactor': {'130090': ('High Dose Fraction ' + 'Linear Cell Kill Factor', + [])}, + 'HighDoseFractionTransitionDose': {'130092': ('High Dose Fraction Transition ' + 'Dose', + [])}, + 'HighGrayLevelRunEmphasis': {'128804': ('High Gray Level Run Emphasis', [])}, + 'HighGrayLevelZoneEmphasis': {'128824': ('High Gray Level Zone Emphasis', [])}, + 'HighResolution': {'114210': ('High resolution', [8202])}, + 'HighThresholdEmptyTileSuppression': {'112720': ('High threshold empty tile ' + 'suppression', + [8133])}, + 'HighThyroidUptake': {'113562': ('High Thyroid Uptake', [64, 10045])}, + 'HighlySuggestiveOfMalignancyTakeAppropriateAction': {'111149': ('Highly ' + 'suggestive ' + 'of ' + 'malignancy ' + '- take ' + 'appropriate ' + 'action', + [6029, + 6028])}, + 'HisBundleElectrogram': {'109007': ('His bundle electrogram', [3240])}, + 'HistogramAnalysis': {'123105': ('Histogram Analysis', [7162])}, + 'HistologyUsingCoreBiopsy': {'111145': ('Histology using core biopsy', + [6029, 6028])}, + 'HistoricalRTPrescription': {'130135': ('Historical RT Prescription', [9509])}, + 'History': {'121060': ('History', [])}, + 'HistoryOfBenignBreastBiopsy': {'111420': ('History of benign breast biopsy', + [6051])}, + 'HistoryOfBreastAugmentationAsymptomatic': {'111417': ('History of breast ' + 'augmentation, ' + 'asymptomatic', + [6051])}, + 'HistoryOfEndometrialCancer': {'111551': ('History of endometrial cancer', + [6087, 6081])}, + 'HistoryOfHighRiskLesionOnPreviousBiopsy': {'111553': ('History of high risk ' + 'lesion on previous ' + 'biopsy', + [6087, 6081])}, + 'HistoryOfMultipleFetuses': {'111572': ('History of multiple fetuses', + [6088, 6087])}, + 'HistoryOfOvarianCancer': {'111552': ('History of ovarian cancer', + [6087, 6081])}, + 'HodgesQTCorrectionAlgorithm': {'122731': ('Hodges QT Correction Algorithm', + [3678])}, + 'HodgesQtcAlgorithm': {'122731': ('Hodges QTc Algorithm', [])}, + 'HofferPacdConstant': {'111772': ('Hoffer pACD Constant', [4237])}, + 'HofferQ': {'111764': ('Hoffer Q', [4236])}, + 'Holladay1': {'111762': ('Holladay 1', [4236])}, + 'Holladay2': {'111763': ('Holladay 2', [4236])}, + 'HomogeneityFactor': {'128455': ('Homogeneity Factor', [10069])}, + 'Homogeneous': {'112160': ('Homogeneous (uniform opacity)', [6131])}, + 'HomogeneousFatEchotexture': {'111351': ('Homogeneous fat echotexture', + [6151])}, + 'HomogeneousFibroglandularEchotexture': {'111352': ('Homogeneous ' + 'fibroglandular ' + 'echotexture', + [6151])}, + 'HoneycombPattern': {'112106': ('Honeycomb pattern', [6103, 6102, 6106])}, + 'HorizontalPixelSpacing': {'111026': ('Horizontal Pixel Spacing', [])}, + 'HorizontalPrismBase': {'111676': ('Horizontal Prism Base', [])}, + 'HorizontalPrismPower': {'111675': ('Horizontal Prism Power', [])}, + 'HousingChangeInterval': {'127151': ('Housing change interval', [])}, + 'HousingIndividuallyVentilated': {'127170': ('Housing individually ventilated', + [])}, + 'HousingManufacturer': {'127125': ('Housing manufacturer', [])}, + 'HousingRackProductCode': {'127127': ('Housing rack product code', [])}, + 'HousingRackProductName': {'127126': ('Housing rack product name', [])}, + 'HousingRole': {'127110': ('Housing role', [])}, + 'HousingUnitHeight': {'127161': ('Housing unit height', [])}, + 'HousingUnitLength': {'127162': ('Housing unit length', [])}, + 'HousingUnitLidProductCode': {'127131': ('Housing unit lid product code', [])}, + 'HousingUnitLidProductName': {'127130': ('Housing unit lid product name', [])}, + 'HousingUnitLocationInRack': {'127142': ('Housing unit location in rack', [])}, + 'HousingUnitMovement': {'127153': ('Housing unit movement', [])}, + 'HousingUnitProductCode': {'127129': ('Housing unit product code', [])}, + 'HousingUnitProductName': {'127128': ('Housing unit product name', [])}, + 'HousingUnitReuse': {'127175': ('Housing unit reuse', [])}, + 'HousingUnitWidth': {'127160': ('Housing unit width', [])}, + 'HumanAlphaSynucleinPreformedFibrils': {'127851': ('Human alpha synuclein ' + 'preformed fibrils', + [640, 638])}, + 'HumanTauPreformedFibrils': {'127853': ('Human Tau preformed fibrils', + [640, 638])}, + 'HydrationVolume': {'113551': ('Hydration Volume', [])}, + 'HyperAcute': {'112159': ('Hyper-acute', [6130])}, + 'HyperFractionation': {'130099': ('Hyper-fractionation', [9533])}, + 'Hyperechoic': {'111362': ('Hyperechoic', [6154])}, + 'HyperemicRatio': {'122219': ('Hyperemic ratio', [3620])}, + 'HyperplasiaUsual': {'111273': ('Hyperplasia, usual', [])}, + 'HypoFractionation': {'130098': ('Hypo-fractionation', [9533])}, + 'Hypoechoic': {'111364': ('Hypoechoic', [6154])}, + 'IAUC': {'126320': ('IAUC', [7180, 4109, 218, 7469])}, + 'IAUC180': {'126323': ('IAUC180', [7180, 4109, 218, 7469])}, + 'IAUC180BN': {'126327': ('IAUC180BN', [7180, 4109, 218, 7469])}, + 'IAUC60': {'126321': ('IAUC60', [7180, 4109, 218, 7469])}, + 'IAUC60BN': {'126325': ('IAUC60BN', [7180, 4109, 218, 7469])}, + 'IAUC90': {'126322': ('IAUC90', [7180, 4109, 218, 7469])}, + 'IAUC90BN': {'126326': ('IAUC90BN', [7180, 4109, 218, 7469])}, + 'IAUCBN': {'126324': ('IAUCBN', [7180, 4109, 218, 7469])}, + 'IAUCBN60': {'126325': ('IAUCBN60', [])}, + 'IAUCBN90': {'126326': ('IAUCBN90', [])}, + 'ICRPPub103': {'113841': ('ICRP Pub 103', [10015])}, + 'ICRPPub60': {'113808': ('ICRP Pub 60', [10015])}, + 'ICRPPublication106': {'113523': ('ICRP Publication 106', [10040])}, + 'ICRPPublication53': {'113521': ('ICRP Publication 53', [10040])}, + 'ICRPPublication80': {'113522': ('ICRP Publication 80', [10040])}, + 'IDPlate': {'111174': ('ID Plate', [])}, + 'IEC61217GantryContinuousPitchAngle': {'126810': ('IEC61217 Gantry Continuous ' + 'Pitch Angle', + [9402, 9401])}, + 'IEC61217GantryContinuousRollAngle': {'126809': ('IEC61217 Gantry Continuous ' + 'Roll Angle', + [9402, 9401])}, + 'IEC61217GantryContinuousYawAngle': {'126811': ('IEC61217 Gantry Continuous ' + 'Yaw Angle', + [9402, 9401])}, + 'IEC61217PatientSupportContinuousAngle': {'126801': ('IEC61217 Patient ' + 'Support Continuous ' + 'Angle', + [9403, 9401])}, + 'IEC61217TableTopContinuousEccentricAngle': {'126805': ('IEC61217 Table Top ' + 'Continuous Eccentric ' + 'Angle', + [9403, 9401])}, + 'IEC61217TableTopContinuousPitchAngle': {'126802': ('IEC61217 Table Top ' + 'Continuous Pitch Angle', + [9403, 9401])}, + 'IEC61217TableTopContinuousRollAngle': {'126803': ('IEC61217 Table Top ' + 'Continuous Roll Angle', + [9403, 9401])}, + 'IEC61217TableTopEccentricAxisDistance': {'126804': ('IEC61217 Table Top ' + 'Eccentric Axis Distance', + [9403, 9401])}, + 'IEC61217TableTopLateralPosition': {'126806': ('IEC61217 Table Top Lateral ' + 'Position', + [9403, 9401])}, + 'IEC61217TableTopLongitudinalPosition': {'126807': ('IEC61217 Table Top ' + 'Longitudinal Position', + [9403, 9401])}, + 'IEC61217TableTopVerticalPosition': {'126808': ('IEC61217 Table Top Vertical ' + 'Position', + [9403, 9401])}, + 'IECBodyDosimetryPhantom': {'113691': ('IEC Body Dosimetry Phantom', + [4051, 4052])}, + 'IECHeadDosimetryPhantom': {'113690': ('IEC Head Dosimetry Phantom', + [4051, 4052])}, + 'ILCR': {'126850': ('ILCR', [7490])}, + 'IRIGBTimecode': {'109003': ('IRIG-B timecode', [3090])}, + 'ITV': {'130056': ('ITV', [9534])}, + 'IVUSReport': {'122325': ('IVUS Report', [])}, + 'IdentifiableEffectOnSurroundingTissues': {'111371': ('Identifiable effect on ' + 'surrounding tissues', + [])}, + 'IdentificationOfTheXRaySource': {'113832': ('Identification of the X-Ray ' + 'Source', + [])}, + 'Identifier': {'125010': ('Identifier', [])}, + 'IdentifierWithinPersonObserverRole': {'128775': ('Identifier within Person ' + "Observer's Role", + [])}, + 'IdentifyingSegment': {'112229': ('Identifying Segment', [])}, + 'IfAgeGreaterThan60YearsP50Equals29Point3': {'122261': ('if (age > 60y) P50 = ' + '29.3', + [3666])}, + 'IfAgeLesserThan18YearsP50Equals27Point2': {'122259': ('if (age < 18y) P50 = ' + '27.2', + [3666])}, + 'IfAgeLesserThan1DayP50Equals21Point6': {'122257': ('if (age < 1day) P50 = ' + '21.6', + [3666])}, + 'IfAgeLesserThan30DayP50Equals24Point6': {'122258': ('if (age < 30day) P50 = ' + '24.6', + [3666])}, + 'IfAgeLesserThan40YearsP50Equals27Point4': {'122260': ('if (age < 40y) P50 = ' + '27.4', + [3666])}, + 'IfPremAgeLesserThan3DaysP50Equals19Point9': {'122256': ('if (prem age< ' + '3days) P50 = 19.9', + [3666])}, + 'Igloo': {'127220': ('Igloo', [606])}, + 'IlluminationMethod': {'112706': ('Illumination Method', [])}, + 'IlluminationSpectralBand': {'112711': ('Illumination spectral band', [])}, + 'IlluminationWavelength': {'112710': ('Illumination wavelength', [])}, + 'IllustrationOfFinding': {'125201': ('Illustration of Finding', [])}, + 'IllustrationOfROI': {'121200': ('Illustration of ROI', [7003])}, + 'ImageAcquired': {'121138': ('Image Acquired', [])}, + 'ImageAcquiredDuringTreatment': {'129203': ('Image Acquired during Treatment', + [7201])}, + 'ImageArtifacts': {'111207': ('Image artifact(s)', [7011])}, + 'ImageCapture': {'CAPTURE': ('Image Capture', [30])}, + 'ImageContentBasedAlignment': {'125024': ('Image Content-based Alignment', + [7100])}, + 'ImageDetectedMass': {'111126': ('Image detected mass', [6055])}, + 'ImageInterval': {'122640': ('Image Interval', [])}, + 'ImageLaterality': {'111027': ('Image Laterality', [])}, + 'ImageLibrary': {'111028': ('Image Library', [])}, + 'ImageLibraryGroup': {'126200': ('Image Library Group', [])}, + 'ImageOrientationPatientColumnX': {'110907': ('Image Orientation (Patient) ' + 'Column X', + [])}, + 'ImageOrientationPatientColumnY': {'110908': ('Image Orientation (Patient) ' + 'Column Y', + [])}, + 'ImageOrientationPatientColumnZ': {'110909': ('Image Orientation (Patient) ' + 'Column Z', + [])}, + 'ImageOrientationPatientRowX': {'110904': ('Image Orientation (Patient) Row X', + [])}, + 'ImageOrientationPatientRowY': {'110905': ('Image Orientation (Patient) Row Y', + [])}, + 'ImageOrientationPatientRowZ': {'110906': ('Image Orientation (Patient) Row Z', + [])}, + 'ImagePositionPatientX': {'110901': ('Image Position (Patient) X', [])}, + 'ImagePositionPatientY': {'110902': ('Image Position (Patient) Y', [])}, + 'ImagePositionPatientZ': {'110903': ('Image Position (Patient) Z', [])}, + 'ImageProcessing': {'110001': ('Image Processing', [9231])}, + 'ImageQuality': {'111101': ('Image Quality', [6016, 6201, 6101, 6054, 6014])}, + 'ImageQualityController': {'129003': ('Image Quality Controller', [7453])}, + 'ImageQualityRating': {'111029': ('Image Quality Rating', [])}, + 'ImageRegion': {'111030': ('Image Region', [])}, + 'ImageSetProperties': {'112224': ('Image Set Properties', [])}, + 'ImageSetQualityRating': {'111694': ('Image Set Quality Rating', [])}, + 'ImageSpecificity': {'111091': ('Image Specificity', [6048])}, + 'ImageStitching': {'113090': ('Image stitching', [7203])}, + 'ImageType': {'121141': ('Image Type', [])}, + 'ImageUsedAsReferenceImageForTreatment': {'129204': ('Image used as Reference ' + 'Image for Treatment', + [7201])}, + 'ImageUsedForDoseCalculation': {'129202': ('Image used for Dose Calculation', + [7201])}, + 'ImageUsedForTreatmentPlanning': {'129201': ('Image used for Treatment ' + 'Planning', + [7201])}, + 'ImageView': {'111031': ('Image View', [])}, + 'ImageViewModifier': {'111032': ('Image View Modifier', [])}, + 'ImagedContainerLabel': {'121354': ('Imaged container label', [8120])}, + 'ImagesRelatedToStandaloneObject': {'121316': ('Images related to standalone ' + 'object', + [7201])}, + 'Imagify': {'125903': ('Imagify', [12030])}, + 'ImagingAgentAdministrationAdverseEvents': {'130212': ('Imaging Agent ' + 'Administration ' + 'Adverse Events', + [])}, + 'ImagingAgentAdministrationCompletionStatus': {'130211': ('Imaging Agent ' + 'Administration ' + 'Completion Status', + [])}, + 'ImagingAgentAdministrationConsumable': {'130222': ('Imaging Agent ' + 'Administration ' + 'Consumable', + [])}, + 'ImagingAgentAdministrationConsumableType': {'130223': ('Imaging Agent ' + 'Administration ' + 'Consumable Type', + [])}, + 'ImagingAgentAdministrationDelay': {'130197': ('Imaging Agent Administration ' + 'Delay', + [])}, + 'ImagingAgentAdministrationGraph': {'130232': ('Imaging Agent Administration ' + 'Graph', + [])}, + 'ImagingAgentAdministrationInjectorEventType': {'130234': ('Imaging Agent ' + 'Administration ' + 'Injector Event ' + 'Type', + [])}, + 'ImagingAgentAdministrationInjectorEvents': {'130233': ('Imaging Agent ' + 'Administration ' + 'Injector Events', + [])}, + 'ImagingAgentAdministrationPerformedPhaseUID': {'130261': ('Imaging Agent ' + 'Administration ' + 'Performed Phase ' + 'UID', + [])}, + 'ImagingAgentAdministrationPerformedStepUID': {'130246': ('Imaging Agent ' + 'Administration ' + 'Performed Step UID', + [])}, + 'ImagingAgentAdministrationPhase': {'130202': ('Imaging Agent Administration ' + 'Phase', + [])}, + 'ImagingAgentAdministrationPhaseIdentifier': {'130203': ('Imaging Agent ' + 'Administration ' + 'Phase Identifier', + [])}, + 'ImagingAgentAdministrationPhaseType': {'130204': ('Imaging Agent ' + 'Administration Phase Type', + [])}, + 'ImagingAgentAdministrationProtocolName': {'130200': ('Imaging Agent ' + 'Administration ' + 'Protocol Name', + [])}, + 'ImagingAgentAdministrationStep': {'130195': ('Imaging Agent Administration ' + 'Step', + [])}, + 'ImagingAgentAdministrationStepIdentifier': {'130196': ('Imaging Agent ' + 'Administration Step ' + 'Identifier', + [])}, + 'ImagingAgentAdministrationSteps': {'130192': ('Imaging Agent Administration ' + 'Steps', + [])}, + 'ImagingAgentAdministrationStepsDescription': {'130199': ('Imaging Agent ' + 'Administration ' + 'Steps Description', + [])}, + 'ImagingAgentAdministrationSyringePumpPhaseActivity': {'130237': ('Imaging ' + 'Agent ' + 'Administration ' + 'Syringe/Pump ' + 'Phase ' + 'Activity', + [])}, + 'ImagingAgentComponent': {'130238': ('Imaging Agent Component', [])}, + 'ImagingAgentComponentUsage': {'130191': ('Imaging Agent Component Usage', + [])}, + 'ImagingAgentIdentifier': {'130254': ('Imaging Agent Identifier', [])}, + 'ImagingAgentInformation': {'130183': ('Imaging Agent Information', [])}, + 'ImagingAgentVolumePerUnitOfPresentation': {'130221': ('Imaging Agent Volume ' + 'per Unit of ' + 'Presentation', + [])}, + 'ImagingAgentWarmed': {'130187': ('Imaging Agent Warmed', [])}, + 'ImagingConditions': {'123016': ('Imaging Conditions', [])}, + 'ImagingDirection': {'123015': ('Imaging Direction', [])}, + 'ImagingMeasurementReport': {'126000': ('Imaging Measurement Report', [7021])}, + 'ImagingMeasurements': {'126010': ('Imaging Measurements', [])}, + 'ImagingProcedureRoom': {'127372': ('Imaging procedure room', [603])}, + 'ImagingStartDatetime': {'122712': ('Imaging Start DateTime', [])}, + 'ImpairedRenalFunction': {'128144': ('Impaired Renal Function', [])}, + 'ImplantAssemblyTemplate': {'112366': ('Implant Assembly Template', [])}, + 'ImplantComponentList': {'112360': ('Implant Component List', [])}, + 'ImplantFabrication': {'129016': ('Implant Fabrication', [7064])}, + 'ImplantFinding': {'111407': ('Implant finding', [])}, + 'ImplantTemplate': {'112348': ('Implant Template', [])}, + 'ImplantType': {'111405': ('Implant type', [])}, + 'ImplantationPatientPositioning': {'112368': ('Implantation Patient ' + 'Positioning', + [])}, + 'ImplantationPlan': {'112345': ('Implantation Plan', [])}, + 'Import': {'110107': ('Import', [400])}, + 'Impression': {'121073': ('Impression', [3419, 6053, 7002])}, + 'ImpressionDescription': {'111033': ('Impression Description', [])}, + 'Impressions': {'121072': ('Impressions', [])}, + 'InDetectorPlane': {'113941': ('In Detector Plane', [10025])}, + 'InHomeCage': {'127101': ('In home cage', [634])}, + 'InStentNeointima': {'122357': ('In-Stent Neointima', [3491])}, + 'InStentNeointimalCrossSectionalArea': {'122335': ('In-Stent Neointimal ' + 'Cross-Sectional Area', + [3482])}, + 'InStentNeointimalVolume': {'122374': ('In-Stent Neointimal Volume', [3485])}, + 'InadequateCompression': {'111196': ('Inadequate compression', [6041])}, + 'InappropriateForTheDevice': {'128618': ('Inappropriate for the device', + [800])}, + 'InappropriateForTheIndications': {'128621': ('Inappropriate for the ' + 'indications', + [800])}, + 'InappropriateImageProcessing': {'111219': ('Inappropriate image processing', + [6041, 6135, 7011])}, + 'IncisionMade': {'111440': ('Incision made', [])}, + 'InconsistentWithLabelingOfTheDevice': {'128622': ('Inconsistent with ' + 'labeling of the device', + [800])}, + 'IncorrectModalityWorklistEntry': {'113038': ('Incorrect Modality Worklist ' + 'Entry', + [7010])}, + 'IncorrectProcedureOrdered': {'110502': ('Incorrect procedure ordered', + [9301, 9300, 9303])}, + 'IncorrectSideOrdered': {'110512': ('Incorrect side ordered', [9301, 9300])}, + 'IncorrectWorklistEntrySelected': {'110514': ('Incorrect worklist entry ' + 'selected', + [9301, 9300, 9302])}, + 'Index': {'121425': ('Index', [])}, + 'Indexed': {'125313': ('Indexed', [12303])}, + 'IndexedHemodynamicResistance': {'110826': ('Indexed Hemodynamic Resistance', + [7180, 218, 7469])}, + 'IndicatedProblem': {'111533': ('Indicated Problem', [])}, + 'IndicationsForPharmacologicalStress': {'122700': ('Indications for ' + 'Pharmacological Stress', + [])}, + 'IndicationsForProcedure': {'121109': ('Indications for Procedure', [])}, + 'IndicatorAppearanceTime': {'122192': ('Indicator appearance time', [])}, + 'IndicatorMeanTransitTime': {'109071': ('Indicator mean transit time', + [12257, + 12261, + 12260, + 3613, + 12271, + 12267, + 3337, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'IndirectDetector': {'113949': ('Indirect Detector', [10030])}, + 'IndividualCalcification': {'111104': ('Individual Calcification', [])}, + 'IndividualImpressionRecommendation': {'111034': ('Individual ' + 'Impression/Recommendation', + [])}, + 'IndividualImpressionRecommendationAnalysis': {'111233': ('Individual ' + 'Impression / ' + 'Recommendation ' + 'Analysis', + [6043])}, + 'IneligibleForReimbursement': {'128615': ('Ineligible for reimbursement', + [800])}, + 'InferiorToAnterior': {'110875': ('Inferior To Anterior', [7185])}, + 'InferolateralToSuperomedial': {'111432': ('Inferolateral to superomedial', + [6065])}, + 'InferomedialToSuperolateral': {'111433': ('Inferomedial to superolateral', + [6065])}, + 'Infiltrate': {'112121': ('Infiltrate', [6104, 6102])}, + 'InflowAngle': {'122546': ('Inflow Angle', [])}, + 'InformationTechnology': {'128173': ('Information Technology', [7030])}, + 'InformationUsedForPlanning': {'112358': ('Information used for planning', + [])}, + 'InfraredFilter': {'111606': ('Infrared filter', [])}, + 'InfraredReflectorMarker': {'129309': ('Infrared Reflector Marker', + [7112, 7111])}, + 'InfusateEnd': {'122088': ('Infusate end', [3409])}, + 'InfusateStart': {'122087': ('Infusate start', [3409])}, + 'InfusionSystem': {'113542': ('Infusion System', [10041])}, + 'Inhomogeneous': {'112161': ('Inhomogeneous', [6131])}, + 'InitialVolumeOfImagingAgentInContainer': {'130205': ('Initial Volume of ' + 'Imaging Agent in ' + 'Container', + [])}, + 'InjectateTemperature': {'122320': ('Injectate Temperature', [])}, + 'InjectateVolume': {'122321': ('Injectate Volume', [])}, + 'InjectorEventDetectionDatetime': {'130235': ('Injector Event Detection ' + 'DateTime', + [])}, + 'InnerLimitsOfFuzzyMargin': {'113662': ('Inner limits of fuzzy margin', + [6166])}, + 'InsideOperationalLimitsOfTheDevice': {'128607': ('Inside operational limits ' + 'of the device', + [800])}, + 'InstanceNumber': {'113609': ('Instance Number', [10022])}, + 'InstancesImported': {'110028': ('Instances Imported', [7008])}, + 'InstitutionallyApprovedEstimates': {'113529': ('Institutionally Approved ' + 'Estimates', + [10040])}, + 'InstitutionallyDefinedQualityControlStandard': {'111240': ('Institutionally ' + 'defined quality ' + 'control standard', + [6208, + 6045, + 6136])}, + 'InstrumentApproach': {'111431': ('Instrument Approach', [])}, + 'InsufficientImplantDisplacementIncorrect': {'111206': ('Insufficient implant ' + 'displacement ' + 'incorrect', + [6041])}, + 'InsufficientQualityForInterpretation': {'110531': ('Insufficient quality for ' + 'interpretation', + [9303])}, + 'IntegratedProjectionRadiographySystem': {'113958': ('Integrated Projection ' + 'Radiography System', + [10032])}, + 'IntegrationOfSumOfClosedAreasOnContiguousSlices': {'122503': ('Integration ' + 'of sum of ' + 'closed areas ' + 'on contiguous ' + 'slices', + [7474])}, + 'InterHemisphericPlane': {'125030': ('Inter-Hemispheric Plane', [7101, 7111])}, + 'InterMarkerDistance': {'121208': ('Inter-Marker Distance', [3423])}, + 'Interface': {'112082': ('Interface', [6109, 7196, 6102, 7151])}, + 'InterferingTearsOrDrops': {'111695': ('Interfering Tears or Drops', [4222])}, + 'Interferometry': {'114202': ('Interferometry', [8201])}, + 'InterferometryBasedCornealTomographer': {'111947': ('Interferometry-based ' + 'corneal tomographer', + [4210])}, + 'IntermediateFamilyHistoryOfBreastCancer': {'111560': ('Intermediate family ' + 'history of breast ' + 'cancer', + [6087, 6081])}, + 'IntermediateLevel': {'128726': ('Intermediate level', [7016])}, + 'Intern': {'121085': ('Intern', [])}, + 'InternationalProgressiveDogBreedersAlliance': {'109214': ('International ' + 'Progressive Dog ' + "Breeders' " + 'Alliance', + [7481])}, + 'InterpolatedLocalReference': {'122490': ('Interpolated Local Reference', + [3465])}, + 'Interpretation': {'110005': ('Interpretation', [9231])}, + 'InterpretationRequiresSpecialistExpertise': {'110532': ('Interpretation ' + 'requires specialist ' + 'expertise', + [9303])}, + 'InterventionAction': {'122090': ('Intervention Action', [])}, + 'InterventionAttemptIdentifier': {'121154': ('Intervention attempt identifier', + [])}, + 'InterventionPerformed': {'122312': ('Intervention performed', [3412])}, + 'InterventionalDevicePlaced': {'122311': ('Interventional device placed', + [3412])}, + 'InterventionalDevicePlacementUnsuccessful': {'122310': ('Interventional ' + 'device placement ' + 'unsuccessful', + [3412])}, + 'InterventionalDeviceWithdrawn': {'122313': ('Interventional device withdrawn', + [3412])}, + 'IntimalDissection': {'122398': ('Intimal Dissection', [3492])}, + 'IntraOralRadiography': {'IO': ('Intra-oral Radiography', [33, 29, 30])}, + 'IntraStentDissection': {'122388': ('Intra-stent Dissection', [3492])}, + 'IntracysticLesion': {'111461': ('Intracystic lesion', [6064, 6054])}, + 'IntracysticPapillaryCarcinoma': {'111315': ('Intracystic papillary carcinoma', + [6030, 6033])}, + 'IntracysticPapilloma': {'111257': ('Intracystic papilloma', [])}, + 'IntraductalCarcinomaHighGrade': {'111341': ('Intraductal carcinoma, high ' + 'grade', + [6030, 6033])}, + 'IntraductalCarcinomaLowGrade': {'111313': ('Intraductal carcinoma, low grade', + [6030, 6033])}, + 'IntraductalCarcinomaMicroPapillary': {'111314': ('Intraductal carcinoma ' + 'micro-papillary', + [])}, + 'IntraductalComedocarcinomaWithNecrosis': {'111312': ('Intraductal ' + 'comedocarcinoma with ' + 'necrosis', + [6030, 6033])}, + 'IntralobularLines': {'112108': ('Intralobular lines', [6103, 6102])}, + 'IntraluminalFillingDefect': {'111425': ('Intraluminal filling defect', + [6057, 6054])}, + 'IntraocularLensCalculation': {'IOL': ('Intraocular Lens Calculation', + [33, 32])}, + 'IntravascularOpticalCoherenceTomography': {'IVOCT': ('Intravascular Optical ' + 'Coherence Tomography', + [33, 29, 30])}, + 'IntravascularTransducer': {'125265': ('Intravascular Transducer', [12035])}, + 'IntravascularUltrasound': {'IVUS': ('Intravascular Ultrasound', + [33, 29, 30])}, + 'IntravenousExtravasationSymptoms': {'113505': ('Intravenous Extravasation ' + 'Symptoms', + [])}, + 'InvasiveAndInSituCarcinoma': {'111316': ('Invasive and in-situ carcinoma', + [6030, 6033])}, + 'InvasiveBreastCarcinoma': {'111389': ('Invasive breast carcinoma', [6159])}, + 'InvasiveCribriformCarcinoma': {'111342': ('Invasive cribriform carcinoma', + [])}, + 'InvasiveLobularCarcinoma': {'111317': ('Invasive lobular carcinoma', [])}, + 'InverseDifferenceMomentNormalizedOfGLCM': {'128792': ('Inverse Difference ' + 'Moment Normalized of ' + 'GLCM', + [])}, + 'InverseDifferenceMomentOfGLCM': {'126062': ('Inverse Difference Moment of ' + 'GLCM', + [])}, + 'InverseDifferenceNormalizedOfGLCM': {'128791': ('Inverse Difference ' + 'Normalized of GLCM', + [])}, + 'InverseDifferenceOfGLCM': {'128790': ('Inverse Difference of GLCM', [])}, + 'InverseVarianceOfGLCM': {'128793': ('Inverse Variance of GLCM', [])}, + 'InvestigationalNewDrug': {'113530': ('Investigational New Drug', [10040])}, + 'Involved': {'111471': ('Involved', [])}, + 'IonChamber': {'128707': ('Ion Chamber', [7026, 7027, 7151, 7193])}, + 'IonChamberArray': {'128703': ('Ion Chamber Array', [7026, 7027, 7151, 7193])}, + 'IonTherapyParticle': {'130037': ('Ion Therapy Particle', [])}, + 'IrradiatingDevice': {'113859': ('Irradiating Device', [7445])}, + 'IrradiationAdministering': {'113851': ('Irradiation Administering', [7453])}, + 'IrradiationAuthorizing': {'113850': ('Irradiation Authorizing', [7453])}, + 'IrradiationDuration': {'113742': ('Irradiation Duration', [])}, + 'IrradiationEvent': {'113852': ('Irradiation Event', [10000])}, + 'IrradiationEventLabel': {'113605': ('Irradiation Event Label', [])}, + 'IrradiationEventType': {'113721': ('Irradiation Event Type', [])}, + 'IrradiationEventUID': {'113769': ('Irradiation Event UID', [10001]), + '113853': ('Irradiation Event UID', [])}, + 'IrradiationEventXRayData': {'113706': ('Irradiation Event X-Ray Data', [])}, + 'IsIonic': {'130189': ('Is Ionic', [])}, + 'IsRepeatedAcquisition': {'128551': ('Is Repeated Acquisition', [])}, + 'IsocentricTreatmentLocationPoint': {'130073': ('Isocentric Treatment ' + 'Location Point', + [9504])}, + 'Isodose': {'128484': ('Isodose', [10063])}, + 'Isoechoic': {'111365': ('Isoechoic', [6154])}, + 'IssuerOfIdentifier': {'110190': ('Issuer of Identifier', [])}, + 'IssuerOfParentSpecimenIdentifier': {'111706': ('Issuer of Parent Specimen ' + 'Identifier', + [])}, + 'IssuerOfSpecimenIdentifier': {'111724': ('Issuer of Specimen Identifier', + [])}, + 'IterativeClosestPoint': {'114213': ('Iterative Closest Point', [8203])}, + 'IterativeReconstruction': {'113963': ('Iterative Reconstruction', [10033])}, + 'J59189Zr': {'126514': ('J591 ^89^Zr', [4021])}, + 'JWire': {'111170': ('J Wire', [])}, + 'JointAverageOfGLCM': {'128782': ('Joint Average of GLCM', [])}, + 'JointEntropyOfGLCM': {'126060': ('Joint Entropy of GLCM', [])}, + 'JointMaximumOfGLCM': {'128781': ('Joint Maximum of GLCM', [])}, + 'JointPositionMethod': {'109132': ('Joint position method', [])}, + 'JointVarianceOfGLCM': {'128783': ('Joint Variance of GLCM', [])}, + 'JuvenilePapillomatosis': {'111277': ('Juvenile papillomatosis', + [6031, 6030])}, + 'KVP': {'113733': ('KVP', [])}, + 'KeepVeinOpenEnded': {'130162': ('Keep vein open ended', [71])}, + 'KeepVeinOpenStarted': {'130161': ('Keep vein open started', [71])}, + 'Kep': {'126313': ('kep', [7180, 218, 4107, 7469])}, + 'Keratometry': {'KER': ('Keratometry', [33, 29, 30])}, + 'KeratometryMeasurementsSOPInstance': {'111757': ('Keratometry Measurements ' + 'SOP Instance', + [4240])}, + 'KerleyALine': {'112109': ('Kerley A line', [6103, 6102])}, + 'KerleyBLine': {'112110': ('Kerley B line', [6103, 6102])}, + 'KerleyCLines': {'112111': ('Kerley C lines', [6103, 6102])}, + 'KeyImages': {'121180': ('Key Images', [])}, + 'KeyObjectDescription': {'113012': ('Key Object Description', [])}, + 'KeyObjectSelection': {'KO': ('Key Object Selection', [33, 32])}, + 'KidneyStent': {'112175': ('Kidney stent', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'KnownBiopsyProvenMalignancy': {'111125': ('Known biopsy proven malignancy', + [6051])}, + 'KnownBiopsyProvenMalignancyTakeAppropriateAction': {'111122': ('Known biopsy ' + 'proven ' + 'malignancy - ' + 'take ' + 'appropriate ' + 'action', + [6029, 6028])}, + 'Ktrans': {'126312': ('Ktrans', [7180, 218, 4107, 7469])}, + 'Kurtosis': {'126052': ('Kurtosis', [7464])}, + 'KurtosisDiffusionCoefficient': {'113294': ('Kurtosis Diffusion Coefficient', + [7180, 7272, 218, 7469])}, + 'KurtosisDiffusionModel': {'113252': ('Kurtosis diffusion model', [7273])}, + 'LADRegionInLAOProjection': {'122470': ('LAD Region in LAO Projection', + [3461])}, + 'LADRegionInRAOProjection': {'122464': ('LAD Region in RAO Projection', + [3460])}, + 'LBWOrIUGR': {'111593': ('LBW or IUGR', [])}, + 'LDLCholesterolScoreSheetForMen': {'122233': ('LDL Cholesterol Score Sheet ' + 'for Men', + [3668])}, + 'LDLCholesterolScoreSheetForWomen': {'122234': ('LDL Cholesterol Score Sheet ' + 'for Women', + [3668])}, + 'LSDI': {'113225': ('LSDI', [7260])}, + 'LVWallMotionScoreIndex': {'125202': ('LV Wall Motion Score Index', [])}, + 'LabelType': {'113606': ('Label Type', [])}, + 'LactatingAdenoma': {'111278': ('Lactating adenoma', [])}, + 'LactationalChange': {'111279': ('Lactational change', [6031, 6030])}, + 'LandmarkBasedWallMotionAnalysis': {'122497': ('Landmark Based Wall Motion ' + 'Analysis', + [])}, + 'Language': {'121045': ('Language', [])}, + 'LanguageOfContentItemAndDescendants': {'121049': ('Language of Content Item ' + 'and Descendants', + [])}, + 'LanguageOfNameAndValue': {'121048': ('Language of Name and Value', [])}, + 'LanguageOfValue': {'121047': ('Language of Value', [])}, + 'Laparoscopy': {'LP': ('Laparoscopy', [])}, + 'LargeDuctPapilloma': {'111281': ('Large duct papilloma', [6031, 6030])}, + 'LargeGreaterThan38Point0cmLateralThickness': {'113603': ('Large: > 38.0 cm ' + 'lateral thickness', + [7041, 7042])}, + 'LargeZoneEmphasis': {'128822': ('Large Zone Emphasis', [])}, + 'LargeZoneHighGrayLevelEmphasis': {'128828': ('Large Zone High Gray Level ' + 'Emphasis', + [])}, + 'LargeZoneLowGrayLevelEmphasis': {'128827': ('Large Zone Low Gray Level ' + 'Emphasis', + [])}, + 'LaserCrossHairs': {'128151': ('Laser Cross-hairs', [1015])}, + 'LaserScan': {'LS': ('Laser Scan', [33, 29, 30])}, + 'LaserScanning': {'114203': ('Laser scanning', [8201])}, + 'LaserScanning3DCAMModel': {'129021': ('Laser Scanning 3D CAM model', [7061])}, + 'LaserSurfaceScan': {'LS': ('Laser surface scan', [])}, + 'LastChordOfAbnormalRegion': {'122453': ('Last Chord of Abnormal Region', [])}, + 'LateChildBearingAfter30': {'111555': ('Late child bearing (after 30)', + [6087, 6081])}, + 'LateContrastEnhancement': {'122664': ('Late Contrast Enhancement', [])}, + 'LeadID': {'122148': ('Lead ID', [])}, + 'LeadRadiologicTechnologist': {'128674': ('Lead Radiologic Technologist', + [7450, 9536, 7452])}, + 'LeastMeanSquareLMSDeconvolution': {'126310': ('Least Mean Square (LMS) ' + + 'deconvolution', + [4105, 4106])}, + 'LeastSquaresFitOfMultipleSamples': {'113261': ('Least squares fit of ' + 'multiple samples', + [7274])}, + 'LeftAtrialEDVolume': {'122407': ('Left Atrial ED Volume', [3468, 3835])}, + 'LeftAtrialESVolume': {'122408': ('Left Atrial ES Volume', [3469, 3835])}, + 'LeftAtrialEjectionFractionByAngiography': {'122406': ('Left Atrial Ejection ' + 'Fraction by ' + 'Angiography', + [3467])}, + 'LeftContour': {'122507': ('Left Contour', [])}, + 'LeftEyeRx': {'111689': ('Left Eye Rx', [])}, + 'LeftFirst': {'126830': ('left first', [21])}, + 'LeftHemisphereMostAnterior': {'125035': ('Left Hemisphere Most Anterior', + [7101, 7111])}, + 'LeftHemisphereMostInferior': {'125038': ('Left Hemisphere Most Inferior', + [7101, 7111])}, + 'LeftHemisphereMostPosterior': {'125036': ('Left Hemisphere Most Posterior', + [7101, 7111])}, + 'LeftHemisphereMostSuperior': {'125037': ('Left Hemisphere Most Superior', + [7101, 7111])}, + 'LeftRightAxis': {'110860': ('Left-Right Axis', [7184])}, + 'LeftToRight': {'110867': ('Left To Right', [7185])}, + 'LeftToRightFlow': {'122227': ('Left to Right Flow', [])}, + 'LeftVentricleMassByAreaLength': {'125270': ('Left Ventricle Mass by Area ' + 'Length', + [12227, 12232])}, + 'LeftVentricleMassByAreaLengthAdjustedByHeight': {'125273': ('Left Ventricle ' + 'Mass by Area ' + 'Length - ' + 'adjusted by ' + 'Height', + [12227, 12232])}, + 'LeftVentricleMassByMMode': {'125221': ('Left Ventricle Mass by M-mode', + [12227, 12232])}, + 'LeftVentricleMassByMModeAdjustedByHeight': {'125271': ('Left Ventricle Mass ' + 'by M-mode - adjusted ' + 'by Height', + [12227, 12232])}, + 'LeftVentricleMassByTruncatedEllipse': {'125222': ('Left Ventricle Mass by ' + 'Truncated Ellipse', + [12227, 12232])}, + 'LeftVentricleMassByTruncatedEllipseAdjustedByHeight': {'125272': ('Left ' + 'Ventricle ' + 'Mass by ' + 'Truncated ' + 'Ellipse - ' + 'adjusted ' + 'by Height', + [12227, + 12232])}, + 'LeftVentricularEjectionTime': {'122211': ('Left Ventricular ejection time', + [3613])}, + 'LeftVentricularFillingTime': {'122212': ('Left Ventricular filling time', + [3613])}, + 'LeftVentricularPosterobasalSegment': {'122582': ('Left ventricular ' + 'posterobasal segment', + [])}, + 'LengthLuminalSegment': {'122510': ('Length Luminal Segment', [])}, + 'LengthOfReconstructableVolume': {'113893': ('Length of Reconstructable ' + 'Volume', + [])}, + 'Lensometry': {'LEN': ('Lensometry', [33, 29, 30])}, + 'LesionBoundary': {'111357': ('Lesion boundary', [])}, + 'LesionCentered': {'111902': ('Lesion centered', [4207])}, + 'LesionCompletelyRemoved': {'111447': ('Lesion completely removed', [6066])}, + 'LesionDensity': {'111035': ('Lesion Density', [])}, + 'LesionIdentifier': {'121151': ('Lesion Identifier', [])}, + 'LesionInterventionInformation': {'122178': ('Lesion Intervention Information', + [])}, + 'LesionMorphology': {'122133': ('Lesion Morphology', [])}, + 'LesionPartiallyRemoved': {'111448': ('Lesion partially removed', [6066])}, + 'LesionRisk': {'121153': ('Lesion Risk', [])}, + 'LesionSensitivity': {'111089': ('Lesion Sensitivity', [6048])}, + 'LesionToBackgroundSUVRatio': {'126039': ('Lesion to Background SUV Ratio', + [7466])}, + 'LesserThan3MonthsAgo': {'111396': ('< 3 months ago', [6164])}, + 'LeukemicInfiltration': {'111318': ('Leukemic infiltration', [6030, 6033])}, + 'LevelOfDifficulty': {'128724': ('Level of Difficulty', [])}, + 'LevelOfSignificance': {'121403': ('Level of Significance', [])}, + 'LevenbergMarquardt': {'113265': ('Levenberg-Marquardt', [7274])}, + 'Levovist': {'125904': ('Levovist', [12030])}, + 'LightBrownColor': {'111450': ('Light brown color', [6067])}, + 'LightsOnTimeOfDay': {'127215': ('Lights on time of day', [])}, + 'Line': {'112083': ('Line', [6109, 7196, 6102, 7151])}, + 'LineBScanPattern': {'128281': ('Line B-scan pattern', [4272])}, + 'LineScanPattern': {'125240': ('Line scan pattern', [12032])}, + 'Linear': {'112150': ('Linear', [6123])}, + 'LinearCellKillFactor': {'130088': ('Linear Cell Kill Factor', [])}, + 'LinearCurve': {'130253': ('Linear Curve', [73])}, + 'LinearDisplacement': {'110856': ('Linear Displacement', [7182])}, + 'LinearQuadraticLinearModel': {'130133': ('Linear-Quadratic-Linear Model', + [9539])}, + 'LinearQuadraticModel': {'130131': ('Linear-Quadratic Model', [9539])}, + 'LinearQuadraticModelForLowDoseRateBrachytherapy': {'130134': ('Linear-Quadratic ' + 'Model for ' + 'Low-Dose Rate ' + 'Brachytherapy', + [9539])}, + 'LinearQuadraticModelWithTimeFactor': {'130132': ('Linear-Quadratic Model ' + 'with Time Factor', + [9539])}, + 'LinearSpiculation': {'113665': ('Linear spiculation', [6166])}, + 'LinearUltrasoundTransducerGeometry': {'125252': ('Linear ultrasound ' + 'transducer geometry', + [12033])}, + 'LipidAndLactate': {'113095': ('Lipid and Lactate', + [7186, 7180, 218, 4032, 4033, 7469])}, + 'LiquidCrystalDisplay': {'109992': ('Liquid Crystal Display', [8303])}, + 'LiquidIonChamber': {'128705': ('Liquid Ion Chamber', + [7026, 7027, 7151, 7193])}, + 'Lobar': {'112158': ('Lobar', [6129, 6128])}, + 'Lobulated': {'112135': ('Lobulated', [6119])}, + 'LocalEffectModel': {'130128': ('Local Effect Model', [9538])}, + 'LocalServiceOperationStarted': {'110141': ('Local Service Operation Started', + [401, 403])}, + 'LocalServiceOperationStopped': {'110142': ('Local Service Operation Stopped', + [401, 403])}, + 'Localizer': {'121311': ('Localizer', [7201, 8120, 4264])}, + 'LocallyManufacturedProduct': {'127390': ('Locally manufactured product', + [608])}, + 'LocationInChest': {'112013': ('Location in Chest', [])}, + 'LocationOfSamplingSite': {'111709': ('Location of sampling site', [])}, + 'LocationOfSamplingSiteXOffset': {'111710': ('Location of sampling site X ' + 'offset', + [])}, + 'LocationOfSamplingSiteYOffset': {'111711': ('Location of sampling site Y ' + 'offset', + [])}, + 'LocationOfSamplingSiteZOffset': {'111712': ('Location of sampling site Z ' + 'offset', + [])}, + 'LocationOfSpecimen': {'111718': ('Location of Specimen', [])}, + 'LocationOfSpecimenXOffset': {'111719': ('Location of Specimen X offset', [])}, + 'LocationOfSpecimenYOffset': {'111720': ('Location of Specimen Y offset', [])}, + 'LocationOfSpecimenZOffset': {'111721': ('Location of Specimen Z offset', [])}, + 'LogOfRatioOfTwoSamples': {'113260': ('Log of ratio of two samples', [7274])}, + 'Login': {'110122': ('Login', [401, 403])}, + 'Logout': {'110123': ('Logout', [401, 403])}, + 'LongAxisBased': {'122476': ('Long Axis Based', [3458])}, + 'LongRunHighGrayLevelEmphasis': {'128808': ('Long Run High Gray Level ' + 'Emphasis', + [])}, + 'LongRunLowGrayLevelEmphasis': {'128807': ('Long Run Low Gray Level Emphasis', + [])}, + 'LongRunsEmphasis': {'128802': ('Long Runs Emphasis', [])}, + 'LongitudinalTemporalEventType': {'128741': ('Longitudinal Temporal Event ' + 'Type', + [])}, + 'LongitudinalTemporalOffsetFromEvent': {'128740': ('Longitudinal Temporal ' + 'Offset from Event', + [])}, + 'LossyCompressedImage': {'121325': ('Lossy compressed image', [7205])}, + 'LossyCompressedPredecessor': {'121330': ('Lossy compressed predecessor', + [7202])}, + 'LossyCompression': {'113040': ('Lossy Compression', [7203])}, + 'LotIdentifier': {'121149': ('Lot Identifier', [3426])}, + 'Low': {'111577': ('Low', [6090])}, + 'LowGrayLevelRunEmphasis': {'128803': ('Low Gray Level Run Emphasis', [])}, + 'LowGrayLevelZoneEmphasis': {'128823': ('Low Gray Level Zone Emphasis', [])}, + 'LowThyroidUptake': {'113561': ('Low Thyroid Uptake', [64, 10045])}, + 'Lucency': {'112084': ('Lucency', [6109, 7196, 6102, 7151])}, + 'LumenDiameterRatio': {'122350': ('Lumen Diameter Ratio', [3484])}, + 'LumenEccentricityIndex': {'122343': ('Lumen Eccentricity Index', [3484])}, + 'LumenPerimeter': {'122332': ('Lumen Perimeter', [3481])}, + 'LumenShapeIndex': {'122348': ('Lumen Shape Index', [3484])}, + 'LumenVolume': {'122372': ('Lumen Volume', [3485])}, + 'LuminanceResponseEvaluation': {'109703': ('Luminance response evaluation', + [8300])}, + 'LuminanceUniformityEvaluation': {'109704': ('Luminance uniformity evaluation', + [8300])}, + 'LympathicVesselInvasion': {'111320': ('Lympathic vessel invasion', + [6030, 6033])}, + 'Lymphoma': {'111321': ('Lymphoma', [])}, + 'MEDI55189Zr': {'126730': ('MEDI-551 ^89^Zr', [4021])}, + 'MIRDOSE': {'113526': ('MIRDOSE', [10040])}, + 'MIRDPamphlet1': {'113520': ('MIRD Pamphlet 1', [10040])}, + 'MLOEvidenceOfMotionBlur': {'111200': ('MLO Evidence of motion blur', [6041])}, + 'MLOInframammaryFoldIsNotOpen': {'111201': ('MLO Inframammary fold is not ' + 'open', + [6041])}, + 'MLOInsufficientPectoralMuscle': {'111197': ('MLO Insufficient pectoral ' + 'muscle', + [6041])}, + 'MLONoFatIsVisualizedPosteriorToFibroglandularTissues': {'111198': ('MLO No ' + 'fat is ' + 'visualized ' + 'posterior ' + 'to ' + 'fibroglandular ' + 'tissues', + [6041])}, + 'MLOPoorSeparationOfDeepAndSuperficialBreastTissues': {'111199': ('MLO Poor ' + 'separation ' + 'of deep ' + 'and ' + 'superficial ' + 'breast ' + 'tissues', + [6041])}, + 'MODImported': {'110026': ('MOD Imported', [7008])}, + 'MPPSContent': {'113858': ('MPPS Content', [10020])}, + 'MRMarker': {'129308': ('MR Marker', [7112, 7111])}, + 'MRPerfusionPeak': {'122635': ('MR Perfusion Peak', [])}, + 'MRPerfusionSlope': {'122636': ('MR Perfusion Slope', [])}, + 'MRPerfusionTimeIntegral': {'122637': ('MR Perfusion Time Integral', [])}, + 'MRSignalIntensity': {'110852': ('MR signal intensity', [7180, 218, 7469])}, + 'MVAEqualsFlow38Point0SqrtGradientMmhg': {'122263': ('MVA = Flow / 38.0 * ' + 'sqrt(Gradient[mmHg])', + [])}, + 'MachineQualityAssuranceInputUsed': {'128216': ('Machine Quality Assurance ' + 'Input Used', + [7010, 7025])}, + 'Macrocalcifications': {'111345': ('Macrocalcifications', [6011, 6010])}, + 'MaculaCentered': {'111900': ('Macula centered', [4207])}, + 'MacularFixationTesting': {'111845': ('Macular Fixation Testing', [4253])}, + 'MacularGridThicknessAndVolumeReport': {'111690': ('Macular Grid Thickness ' + 'and Volume Report', + [])}, + 'MagneticResonance': {'MR': ('Magnetic Resonance', [33, 29, 30])}, + 'MagneticResonanceAngiography': {'MA': ('Magnetic resonance angiography', [])}, + 'MagneticResonanceSpectroscopy': {'MS': ('Magnetic resonance spectroscopy', + [])}, + 'MagneticSusceptibility': {'126396': ('Magnetic Susceptibility', + [7180, 218, 7469])}, + 'MagnetizationTransferRatio': {'113098': ('Magnetization Transfer Ratio', + [7180, 218, 7469])}, + 'MagnificationSelection': {'112709': ('Magnification selection', [])}, + 'Male': {'M': ('Male', [7457, 7455])}, + 'MaleChangedToFemale': {'MC': ('Male changed to Female', [7455])}, + 'MalePseudohermaphrodite': {'MP': ('Male Pseudohermaphrodite', [7455])}, + 'MalignancyType': {'111388': ('Malignancy Type', [])}, + 'MalignantFibrousHistiocytoma': {'111331': ('Malignant fibrous histiocytoma', + [])}, + 'MalignantMelanomaOfNipple': {'111334': ('Malignant melanoma of nipple', + [6030, 6033])}, + 'Mammographic': {'111487': ('Mammographic (crosshair)', [6060, 6058]), + '111488': ('Mammographic (grid)', [6060, 6058])}, + 'Mammography': {'MG': ('Mammography', [33, 29, 30])}, + 'MammographyCAD': {'111411': ('Mammography CAD', [6083, 6050])}, + 'MammographyCADReport': {'111036': ('Mammography CAD Report', [])}, + 'MammographyQualityControlManual1999ACR': {'111238': ('Mammography Quality ' + 'Control Manual 1999, ' + 'ACR', + [6045])}, + 'Manifest': {'113030': ('Manifest', [7010])}, + 'ManualAdministration': {'130174': ('Manual Administration', [63])}, + 'ManualEntry': {'113857': ('Manual Entry', [10020, 4240, 12303, 10021])}, + 'ManualHandlingInterval': {'127152': ('Manual handling interval', [])}, + 'ManualKeratometry': {'111753': ('Manual Keratometry', [4235, 4242])}, + 'ManualProcessing': {'123109': ('Manual Processing', [7162])}, + 'ManuallyTriggeredInjectionInformation': {'130172': ('Manually Triggered ' + 'Injection Information', + [])}, + 'ManufacturerImplantTemplate': {'112371': ('Manufacturer Implant Template', + [])}, + 'Margetuximab89Zr': {'126740': ('Margetuximab ^89^Zr', [4021])}, + 'Margins': {'111037': ('Margins', [])}, + 'MarkerPlacement': {'111123': ('Marker placement', + [6083, 6061, 6050, 6051, 6058])}, + 'MaskImageForImageProcessingOperation': {'121321': ('Mask image for image ' + 'processing operation', + [7202])}, + 'MassAdministered': {'121383': ('Mass administered', [3410])}, + 'MassInTheSkin': {'111112': ('Mass in the skin', + [6056, 6016, 6015, 6054, 6014])}, + 'MassOccupancyImage': {'129329': ('Mass Occupancy Image', [])}, + 'MassOfBreast': {'112195': ('Mass of breast', [6142])}, + 'MassOfParenchymalTissue': {'112194': ('Mass of parenchymal tissue', [6142])}, + 'MassOfVascularCalcification': {'112199': ('Mass of Vascular Calcification', + [6142])}, + 'MassOnTheSkin': {'111113': ('Mass on the skin', + [6056, 6016, 6015, 6054, 6014])}, + 'MassScoringMethod': {'112057': ('Mass scoring method', [6140])}, + 'MassWithCalcifications': {'111459': ('Mass with calcifications', + [6016, 6054])}, + 'MaterialHighlightedImage': {'129325': ('Material Highlighted Image', [])}, + 'MaterialRecalculatedImage': {'129327': ('Material Recalculated Image', [])}, + 'MaterialRemovedImage': {'129324': ('Material Removed Image', [])}, + 'MaterialSpecificImage': {'129323': ('Material Specific Image', [])}, + 'MaterialSuppressedImage': {'129326': ('Material Suppressed Image', [])}, + 'Maternal': {'111541': ('Maternal', [6097])}, + 'MatingFeatureID': {'112352': ('Mating Feature ID', [])}, + 'MatingFeatureSetID': {'112351': ('Mating Feature Set ID', [])}, + 'MaxDpDt': {'109025': ('Max dp/dt', [3337])}, + 'MaxDpDtP': {'122190': ('Max dp/dt/P', [])}, + 'MaxNegDpDt': {'109026': ('Max neg dp/dt', [3337])}, + 'MaxVolumeNormalizedTo50mmhgPulsePressure': {'122238': ('Max volume ' + 'normalized to 50mmHg ' + 'pulse pressure', + [])}, + 'MaximumAbsoluteVolumeAtRadiationDose': {'130017': ('Maximum Absolute Volume ' + 'at Radiation Dose', + [9531, 9500])}, + 'MaximumAbsorbedRadiationDose': {'128531': ('Maximum Absorbed Radiation Dose', + [10061])}, + 'MaximumAttenuationCoefficient': {'112180': ('Maximum Attenuation Coefficient', + [6141])}, + 'MaximumCADOperatingPoint': {'111072': ('Maximum CAD Operating Point', [])}, + 'MaximumDifference': {'126376': ('Maximum Difference', + [7180, 4109, 218, 7469])}, + 'MaximumEquivalentRadiationDose': {'128535': ('Maximum Equivalent Radiation ' + 'Dose', + [10062])}, + 'MaximumEquivalentUniformDose': {'130008': ('Maximum Equivalent Uniform Dose', + [9500, 9529])}, + 'MaximumHomogeneityIndex': {'130013': ('Maximum Homogeneity Index', [])}, + 'MaximumIntensityProjection': {'113078': ('Maximum intensity projection', + [7203])}, + 'MaximumMeanRadiationDose': {'130006': ('Maximum Mean Radiation Dose', + [9500, 9529])}, + 'MaximumOrificeArea': {'125328': ('Maximum Orifice Area', [12304])}, + 'MaximumPercentVolumeAtRadiationDose': {'130015': ('Maximum Percent Volume at ' + 'Radiation Dose', + [9530, 9500])}, + 'MaximumPowerOutputAchieved': {'122716': ('Maximum Power Output Achieved', + [])}, + 'MaximumPressureAcceleration': {'122193': ('Maximum pressure acceleration', + [])}, + 'MaximumRadiationDose': {'130004': ('Maximum Radiation Dose', [9500, 9529])}, + 'MaximumSlope': {'126375': ('Maximum Slope', [7180, 4109, 218, 7469])}, + 'MaximumSurfaceRadiationDose': {'130002': ('Maximum Surface Radiation Dose', + [9500, 9529])}, + 'MaximumXRayTubeCurrent': {'113833': ('Maximum X-Ray Tube Current', [])}, + 'MeanAbsorbedRadiationDose': {'128533': ('Mean Absorbed Radiation Dose', + [10061])}, + 'MeanAttenuationCoefficient': {'112181': ('Mean Attenuation Coefficient', + [6141])}, + 'MeanBloodPressure': {'109027': ('Mean blood pressure', [])}, + 'MeanCtdifreeair': {'113837': ('Mean CTDIfreeair', [])}, + 'MeanCtdivol': {'113830': ('Mean CTDIvol', [10050])}, + 'MeanDiffusivity': {'113202': ('Mean Diffusivity', [7263])}, + 'MeanEquivalentRadiationDose': {'128537': ('Mean Equivalent Radiation Dose', + [10062])}, + 'MeanKurtosis': {'113205': ('Mean Kurtosis', [7263])}, + 'MeanLocalReference': {'122491': ('Mean Local Reference', [3465])}, + 'MeanTransitTime': {'113052': ('Mean Transit Time', [4108, 7180, 218, 7469])}, + 'MeanValueChosen': {'121412': ('Mean value chosen', [4241, 12301, 224])}, + 'MeasuredAPDimension': {'113932': ('Measured AP Dimension', [])}, + 'MeasuredLateralDimension': {'113931': ('Measured Lateral Dimension', [])}, + 'MeasuredProperty': {'125307': ('Measured Property', [])}, + 'MeasuredRadiationDose': {'128497': ('Measured Radiation Dose', [10065])}, + 'MeasurementDivisor': {'125308': ('Measurement Divisor', [])}, + 'MeasurementFailure': {'114006': ('Measurement failure', [42])}, + 'MeasurementFromThisDevice': {'111780': ('Measurement From This Device', + [4240])}, + 'MeasurementGroup': {'125007': ('Measurement Group', [])}, + 'MeasurementNotAttempted': {'114007': ('Measurement not attempted', [42])}, + 'MeasurementOfResponse': {'112051': ('Measurement of Response', [])}, + 'MeasurementOrientation': {'125105': ('Measurement Orientation', [])}, + 'MeasurementType': {'125306': ('Measurement Type', [])}, + 'MechanicalBeamSteering': {'125258': ('Mechanical beam steering', [12034])}, + 'MechanicalFailure': {'111216': ('Mechanical failure', [6041, 6135, 7011])}, + 'MediaCreationDevice': {'MCD': ('Media Creation Device', [30])}, + 'MediaFailure': {'110524': ('Media Failure', [9300, 9302])}, + 'MediaImport': {'110013': ('Media Import', [9231])}, + 'MedialDissection': {'122399': ('Medial Dissection', [3492])}, + 'Median': {'130290': ('Median', [3019, 211, 2, 245, 212])}, + 'MedianAbsorbedRadiationDose': {'128539': ('Median Absorbed Radiation Dose', + [10061])}, + 'MedianAttenuationCoefficient': {'112182': ('Median Attenuation Coefficient', + [6141])}, + 'MedianEquivalentRadiationDose': {'128540': ('Median Equivalent Radiation ' + 'Dose', + [10062])}, + 'MedicalDeviceUsed': {'121436': ('Medical Device Used', [])}, + 'MedicalPhysics': {'128174': ('Medical Physics', [7030])}, + 'MedicationHistory': {'111512': ('Medication History', [])}, + 'MedicationType': {'111516': ('Medication Type', [])}, + 'MedicationsSet': {'127320': ('Medications Set', [])}, + 'Medium': {'111576': ('Medium', [6090])}, + 'Medium32Point0To38Point0cmLateralThickness': {'113602': ('Medium: 32.0-38.0 ' + 'cm lateral ' + 'thickness', + [7041, 7042])}, + 'MenopausalPhase': {'111539': ('Menopausal phase', [])}, + 'MenstrualCyclePhase': {'111391': ('Menstrual Cycle Phase', [])}, + 'MeshRadiationTransportModel': {'128423': ('Mesh Radiation Transport Model', + [10065])}, + 'MesopicLight': {'111628': ('Mesopic light', [4203])}, + 'MetabolicVolume': {'126032': ('Metabolic Volume', [7466])}, + 'MetaboliteMapsFromSpectroscopyData': {'113050': ('Metabolite Maps from ' + 'spectroscopy data', + [7203])}, + 'MetastasisToAnIntramammaryLymphNode': {'111333': ('Metastasis to an ' + 'intramammary lymph node', + [6030, 6033])}, + 'MetastaticCancerToTheBreast': {'111323': ('Metastatic cancer to the breast', + [6030, 6033])}, + 'MetastaticCancerToTheBreastFromTheColon': {'111324': ('Metastatic cancer to ' + 'the breast from the ' + 'colon', + [6030, 6033])}, + 'MetastaticCancerToTheBreastFromTheLung': {'111325': ('Metastatic cancer to ' + 'the breast from the ' + 'lung', + [6030, 6033])}, + 'MetastaticCancerToTheBreastFromTheOvary': {'111327': ('Metastatic cancer to ' + 'the breast from the ' + 'ovary', + [6030, 6033])}, + 'MetastaticDiseaseToAxillaryNode': {'111330': ('Metastatic disease to ' + 'axillary node', + [6030, 6033])}, + 'MetastaticMelanomaToTheBreast': {'111326': ('Metastatic melanoma to the ' + 'breast', + [6030, 6033])}, + 'MetastaticSarcomaToTheBreast': {'111328': ('Metastatic sarcoma to the breast', + [6030, 6033])}, + 'MethodCitation': {'121423': ('Method Citation', [228])}, + 'MethodOfDisksBiplane': {'125207': ('Method of Disks, Biplane', + [12227, 12228])}, + 'MethodOfDisksSinglePlane': {'125208': ('Method of Disks, Single Plane', + [12227, 12228])}, + 'MicroclipPlaced': {'111441': ('Microclip placed', [])}, + 'MicrodosimetricKineticModel': {'130129': ('Microdosimetric Kinetic Model', + [9538])}, + 'MicroglandularAdenosis': {'111284': ('Microglandular adenosis', + [6031, 6030])}, + 'Micronodule': {'112122': ('Micronodule', [6104, 6102])}, + 'MidPeripheralInferior': {'111908': ('Mid-peripheral-inferior', [4207])}, + 'MidPeripheralInferiorNasal': {'111909': ('Mid-peripheral-inferior nasal', + [4207])}, + 'MidPeripheralInferiorTemporal': {'111907': ('Mid-peripheral-inferior ' + 'temporal', + [4207])}, + 'MidPeripheralNasal': {'111910': ('Mid-peripheral-nasal', [4207])}, + 'MidPeripheralSuperior': {'111904': ('Mid-peripheral-superior', [4207])}, + 'MidPeripheralSuperiorNasal': {'111911': ('Mid-peripheral-superior nasal', + [4207])}, + 'MidPeripheralSuperiorTemporal': {'111905': ('Mid-peripheral-superior ' + 'temporal', + [4207])}, + 'MidPeripheralTemporal': {'111906': ('Mid-peripheral-temporal', [4207])}, + 'MiddleInnerRetinaVasculatureFlow': {'128267': ('Middle inner retina ' + 'vasculature flow', + [4271])}, + 'MiddleInnerStructuralReflectanceMap': {'128268': ('Middle inner structural ' + 'reflectance map', + [4271])}, + 'MidlungWindow': {'112085': ('Midlung window', + [6109, 6102, 9514, 7192, 7151, 6110])}, + 'MiliaryPattern': {'112129': ('Miliary pattern', [6102, 6106])}, + 'MinimizeMeterset': {'130018': ('Minimize Meterset', [9500, 9532])}, + 'MinimumAbsoluteVolumeAtRadiationDose': {'130016': ('Minimum Absolute Volume ' + 'at Radiation Dose', + [9531, 9500])}, + 'MinimumAbsorbedRadiationDose': {'128532': ('Minimum Absorbed Radiation Dose', + [10061])}, + 'MinimumAttenuationCoefficient': {'112179': ('Minimum Attenuation Coefficient', + [6141])}, + 'MinimumConformationNumber': {'130012': ('Minimum Conformation Number', [])}, + 'MinimumConformityIndex': {'130010': ('Minimum Conformity Index', [])}, + 'MinimumEquivalentRadiationDose': {'128536': ('Minimum Equivalent Radiation ' + 'Dose', + [10062])}, + 'MinimumEquivalentUniformDose': {'130007': ('Minimum Equivalent Uniform Dose', + [9500, 9529])}, + 'MinimumHealthyTissueConformityIndex': {'130011': ('Minimum Healthy Tissue ' + 'Conformity Index', + [])}, + 'MinimumIntensityProjection': {'113079': ('Minimum intensity projection', + [7203])}, + 'MinimumMeanRadiationDose': {'130005': ('Minimum Mean Radiation Dose', + [9500, 9529])}, + 'MinimumPercentVolumeAtRadiationDose': {'130014': ('Minimum Percent Volume at ' + 'Radiation Dose', + [9530, 9500])}, + 'MinimumRadiationDose': {'130003': ('Minimum Radiation Dose', [9500, 9529])}, + 'MinimumSurfaceRadiationDose': {'130001': ('Minimum Surface Radiation Dose', + [9500, 9529])}, + 'MixedModality3DCAMModel': {'129019': ('Mixed Modality 3D CAM model', [7061])}, + 'MixedSex': {'127146': ('Mixed sex', [7457])}, + 'Modality': {'121139': ('Modality', [])}, + 'ModalityToRead': {'128002': ('Modality to Read', [])}, + 'ModeAbsorbedRadiationDose': {'128534': ('Mode Absorbed Radiation Dose', + [10061])}, + 'ModeEquivalentRadiationDose': {'128538': ('Mode Equivalent Radiation Dose', + [10062])}, + 'ModelFittingMethod': {'113241': ('Model fitting method', [9000])}, + 'ModelFor3DManufacturing': {'M3D': ('Model for 3D Manufacturing', [33, 32])}, + 'ModelFree': {'113233': ('Model Free', [7261])}, + 'ModelFreeConcentrationTimeQuantitification': {'126342': ('Model-free ' + 'concentration-time ' + 'quantitification', + [4106])}, + 'ModelMaximumAge': {'128430': ('Model Maximum Age', [])}, + 'ModelMaximumHeight': {'128442': ('Model Maximum Height', [])}, + 'ModelMaximumWeight': {'128441': ('Model Maximum Weight', [])}, + 'ModelMinimumAge': {'128428': ('Model Minimum Age', [])}, + 'ModelMinimumHeight': {'128439': ('Model Minimum Height', [])}, + 'ModelMinimumWeight': {'128438': ('Model Minimum Weight', [])}, + 'ModelPatientSex': {'128437': ('Model Patient Sex', [])}, + 'ModifiedHounsfieldUnit': {'129321': ('Modified Hounsfield Unit', [301])}, + 'ModifiedSimpson': {'125227': ('Modified Simpson', [12227, 12228])}, + 'ModifyingEquipment': {'109103': ('Modifying Equipment', [7005])}, + 'Mogamulizumab89Zr': {'126738': ('Mogamulizumab ^89^Zr', [4021])}, + 'Mold': {'130113': ('Mold', [9520, 7157, 7151, 9505, 9513, 7193])}, + 'MonoExponentialApparentDiffusionCoefficient': {'113290': ('Mono-exponential ' + 'Apparent ' + 'Diffusion ' + 'Coefficient', + [7180, + 7272, + 218, + 7469])}, + 'MonoExponentialDiffusionModel': {'113250': ('Mono-exponential diffusion ' + 'model', + [7273])}, + 'MonoblockStem': {'112315': ('Monoblock Stem', [7308, 7307])}, + 'MonoclonalAntibodyMab64Cu': {'126510': ('Monoclonal Antibody (mAb) ^64^Cu', + [4021])}, + 'MonoclonalAntibodyMab89Zr': {'126511': ('Monoclonal Antibody (mAb) ^89^Zr', + [4021])}, + 'MonopoleSignal': {'109008': ('Monopole signal', [3240])}, + + 'MorphologicalOperations': {'123104': ('Morphological Operations', [7162])}, + 'MosaicPattern': {'112130': ('Mosaic pattern', [6102, 6106])}, + 'MosaicPerfusion': {'112080': ('Mosaic perfusion', [6108])}, + 'MostRecentValueChosen': {'121411': ('Most recent value chosen', + [12301, 224])}, + 'MotherOfFetus': {'121036': ('Mother of fetus', [])}, + 'MotionBlur': {'111210': ('Motion blur', [6041, 6135, 7011, 3115])}, + 'MouseAlphaSynucleinPreformedFibrils': {'127852': ('Mouse alpha synuclein ' + 'preformed fibrils', + [640, 638])}, + 'MouseTauPreformedFibrils': {'127854': ('Mouse Tau preformed fibrils', + [640, 638])}, + 'MoveableLaserPatientSetupPoint': {'130071': ('Moveable Laser Patient Setup ' + 'Point', + [9504])}, + 'MultiEnergyProportionalWeighting': {'113097': ('Multi-energy proportional ' + 'weighting', + [7203])}, + 'MultiMediaCard': {'110035': ('Multi-media Card', [405])}, + 'MultiScaleResolutionFiltering': {'123106': ('Multi-Scale/Resolution ' + 'Filtering', + [7162])}, + 'MultiShotEPI': {'113227': ('Multi Shot EPI', [])}, + 'MultiTensor': {'113232': ('Multi Tensor', [7261])}, + 'MultifocalIntraductalCarcinoma': {'111329': ('Multifocal intraductal ' + 'carcinoma', + [6030, 6033])}, + 'MultifocalInvasiveDuctalCarcinoma': {'111332': ('Multifocal invasive ductal ' + 'carcinoma', + [6030, 6033])}, + 'MultiparametricMRI': {'126020': ('Multiparametric MRI', [100])}, + 'MultiparametricMRIOfProstate': {'126021': ('Multiparametric MRI of prostate', + [100])}, + 'MultiparametricMRIOfWholeBody': {'126022': ('Multiparametric MRI of whole ' + 'body', + [100])}, + 'MultiplanarReformatting': {'113072': ('Multiplanar reformatting', [7203])}, + 'MultipleFillingDefect': {'111426': ('Multiple filling defect', [6057, 6054])}, + 'MultipleFixedSources': {'130138': ('Multiple Fixed Sources', [9522, 9524])}, + 'MultipleIntraductalPapillomas': {'111285': ('Multiple Intraductal Papillomas', + [6031, 6030])}, + 'MultipleLADRegionInRAOProjection': {'122468': ('Multiple LAD Region in RAO ' + 'Projection', + [3461])}, + 'MultiplePlanes': {'112714': ('Multiple planes', [])}, + 'MultipleRCARegionInRAOProjection': {'122469': ('Multiple RCA Region in RAO ' + 'Projection', + [3461])}, + 'MultipleShotEPI': {'113227': ('Multiple Shot EPI', [7260])}, + 'MultipleSlices': {'122562': ('Multiple Slices', [3453])}, + 'MultispectralProcessing': {'123108': ('Multispectral Processing', [7162])}, + 'MusculoskeletalImagingSpecialty': {'128009': ('Musculoskeletal Imaging ' + 'Specialty', + [7449])}, + 'MusculoskeletalImagingSubjectMatter': {'128728': ('Musculoskeletal imaging ' + 'subject matter', + [7017])}, + 'MusculoskeletalRadiology': {'128175': ('Musculoskeletal Radiology', [7030])}, + 'MyocardialBiopsy': {'122057': ('Myocardial biopsy', [3405, 3406])}, + 'MyocardialPerfusionAnalysis': {'122602': ('Myocardial Perfusion Analysis', + [])}, + 'Myofibroblastoma': {'111283': ('Myofibroblastoma', [])}, + 'MüllerMethodPlanningForHipReplacement': {'112344': ('Müller Method Planning ' + 'for Hip Replacement', + [7320])}, + 'NASCET': {'122655': ('NASCET', [3804])}, + 'NAcetylaspartateCholineRatio': {'113083': ('N-acetylaspartate/Choline Ratio', + [7186, + 7180, + 218, + 4032, + 4033, + 7469])}, + 'NAcetylaspartateCreatineRatio': {'113082': ('N-acetylaspartate/Creatine ' + 'Ratio', + [7186, + 7180, + 218, + 4032, + 4033, + 7469])}, + 'NEMAXR212000Phantom': {'113692': ('NEMA XR21-2000 Phantom', [4051, 4052])}, + 'NIH07': {'127271': ('NIH07', [607])}, + 'NIH31': {'127270': ('NIH31', [607])}, + 'NMMyocardialViabilityProcedure': {'122785': ('NM Myocardial Viability ' + 'procedure', + [3110])}, + 'NMTransmissionAttenuationCorrection': {'122727': ('NM Transmission ' + 'Attenuation Correction', + [3112])}, + 'NURBSRadiationTransportModel': {'128424': ('NURBS Radiation Transport Model', + [10065])}, + 'NanocolloidalAlbumin89Zr': {'126753': ('Nanocolloidal albumin ^89^Zr', + [4021])}, + 'NarrativeSummary': {'111412': ('Narrative Summary', [])}, + 'NasalCannula': {'127061': ('Nasal cannula', [617, 618])}, + 'NationalKennelClub': {'109215': ('National Kennel Club', [7481])}, + 'NativePlaqueVolume': {'122375': ('Native Plaque Volume', [3485])}, + 'NearPupillaryDistance': {'111680': ('Near Pupillary Distance', [])}, + 'Nearline': {'NEARLINE': ('Nearline', [50])}, + 'NeckComponent': {'112314': ('Neck Component', [7308, 7307])}, + 'NecroticLipidicPlaque': {'122395': ('Necrotic-Lipidic Plaque', + [3491, 3497, 3495])}, + 'NeedleGauge': {'111465': ('Needle Gauge', [6095])}, + 'NeedleInTarget': {'111438': ('Needle in target', [])}, + 'NeedleLength': {'111467': ('Needle Length', [6095])}, + 'NeedleLocalizationAndBiopsy': {'111144': ('Needle localization and biopsy', + [6061, 6051, 6029, 6028, 6058])}, + 'NegativeEnhancementIntegral': {'113054': ('Negative enhancement integral', + [7180, 218, 7469])}, + 'NegativeExponential': {'130252': ('Negative exponential', [73])}, + 'NegativeInfinity': {'114001': ('Negative Infinity', [42])}, + 'NeighborhoodAnalysis': {'123101': ('Neighborhood Analysis', [7162])}, + 'NeighbourhoodGreyToneDifferenceMatrix': {'128779': ('Neighbourhood Grey Tone ' + 'Difference Matrix', + [])}, + 'NeighbouringGreyLevelDependenceMatrix': {'128780': ('Neighbouring Grey Level ' + 'Dependence Matrix', + [])}, + 'NeoplasmOfTheMammarySkin': {'111335': ('Neoplasm of the mammary skin', [])}, + 'NetForwardVolume': {'122645': ('Net Forward Volume', [])}, + 'NetworkConfiguration': {'110128': ('Network Configuration', [401, 403])}, + 'NetworkEntry': {'110108': ('Network Entry', [400])}, + 'Neurofibromatosis': {'111288': ('Neurofibromatosis', [])}, + 'NeuroimagingSubjectMatter': {'128733': ('Neuroimaging subject matter', + [7017])}, + 'NeurologySpecialty': {'128010': ('Neurology Specialty', [7449])}, + 'NeuroradiologicImagingSpecialty': {'128011': ('Neuroradiologic Imaging ' + 'Specialty', + [])}, + 'NeuroradiologyImagingSpecialty': {'128011': ('Neuroradiology Imaging ' + 'Specialty', + [7449])}, + 'NeutralMusculoskeletalPosition': {'109136': ('Neutral musculoskeletal ' + 'position', + [92])}, + 'NifeneF18': {'126714': ('Nifene F^18^', [4021])}, + 'NilPerOsNPOStatusConfirmed': {'122006': ('Nil Per Os (NPO) status confirmed', + [3402])}, + 'NiobiumOrNiobiumCompound': {'113710': ('Niobium or Niobium compound', [])}, + 'NippleCharacteristic': {'111297': ('Nipple Characteristic', [])}, + 'NippleDischargeCytology': {'111564': ('Nipple discharge cytology', [6083])}, + 'NippleInvolved': {'111472': ('Nipple involved', [])}, + 'NippleNotInProfile': {'111205': ('Nipple not in profile', [6041])}, + 'NippleRing': {'112177': ('Nipple ring', [6102, 6138, 6404, 7151, 7193])}, + 'NoAbnormality': {'111286': ('No abnormality', [6031, 6030])}, + 'NoAlgorithmsSucceededWithoutFindings': {'111245': ('No algorithms succeeded; ' + 'without findings', + [6047])}, + 'NoAttenuationCorrection': {'122729': ('No Attenuation Correction', [3112])}, + 'NoComplications': {'111492': ('No complications', [6062])}, + 'NoCornealCompensation': {'111922': ('No corneal compensation', [4261])}, + 'NoCorrelationToClinicalFindings': {'111387': ('No correlation to clinical ' + 'findings', + [6158])}, + 'NoCorrelationToOtherImagingFindings': {'111386': ('No correlation to other ' + 'imaging findings', + [6158])}, + 'NoEmptyTileSuppression': {'112721': ('No empty tile suppression', [8133])}, + 'NoFilter': {'111609': ('No Filter', [10007, 8124, 4204])}, + 'NoGrid': {'111646': ('No grid', [10017])}, + 'NoImage': {'111213': ('No image', [6041, 6135, 7011])}, + 'NoKnownExposure': {'111587': ('No known exposure', [6090])}, + 'NoPosteriorAcousticFeatures': {'111367': ('No posterior acoustic features', + [6155])}, + 'NoRealignment': {'122477': ('No Realignment', [3458])}, + 'NoSubsequentWorkitems': {'110009': ('No subsequent Workitems', [9231])}, + 'NodeAuthentication': {'110126': ('Node Authentication', [401, 403])}, + 'NodeID': {'110182': ('Node ID', [404])}, + 'NodularPattern': {'112067': ('Nodular pattern', [6104, 6102, 6106])}, + 'Nomenclature': {'127413': ('Nomenclature', [])}, + 'NominalEmptyTileSuppression': {'112719': ('Nominal empty tile suppression', + [8133])}, + 'NominalSingleCollimationWidth': {'113826': ('Nominal Single Collimation ' + 'Width', + [])}, + 'NominalTotalCollimationWidth': {'113827': ('Nominal Total Collimation Width', + [])}, + 'NonBloodyDischarge': {'111478': ('Non-bloody discharge (from nipple)', + [6055])}, + 'NonDiagnosticECG': {'122753': ('Non-diagnostic ECG', [3677])}, + 'NonDiagnosticLowHeartRate': {'122750': ('Non-diagnostic - low heart rate', + [3231])}, + 'NonDiagnosticRestingSTAbnormalities': {'122751': ('Non-diagnostic - resting ' + 'ST abnormalities', + [3231])}, + 'NonDiagnosticVentricularPacingOrLBBB': {'122752': ('Non-diagnostic - ' + + 'ventricular pacing or ' + 'LBBB', + [3231])}, + 'NonImagingDopplerUltrasoundTransducerGeometry': {'125251': ('Non-imaging ' + 'Doppler ' + 'ultrasound ' + 'transducer ' + 'geometry', + [12033])}, + 'NonIonicIodinatedContrastAgent': {'127855': ('Non-ionic iodinated contrast ' + 'agent', + [12, 3850])}, + 'NonLesion': {'111102': ('Non-lesion', [6016, 6201, 6101, 6054, 6014])}, + 'NonLesionAtBaseline': {'112076': ('Non-Lesion at Baseline', [6145])}, + 'NonLesionModifier': {'112037': ('Non-lesion Modifier', [])}, + 'NonSpecificVolume': {'130046': ('Non-specific Volume', [9501, 9502])}, + 'NonSynchronizedRoboticTreatment': {'130140': ('Non-Synchronized Robotic ' + 'Treatment', + [9523, 9524])}, + 'NonTargetLesionAtBaseline': {'112075': ('Non-Target Lesion at Baseline', + [6145])}, + 'NonTargetLesionCompleteResponse': {'112045': ('Non-Target Lesion Complete ' + 'Response', + [6144, 6143])}, + 'NonTargetLesionIncompleteResponseOrStableDisease': {'112046': ('Non-Target ' + 'Lesion ' + 'Incomplete ' + 'Response or ' + 'Stable ' + 'Disease', + [6144, 6143])}, + 'NonTargetLesionProgressiveDisease': {'112047': ('Non-Target Lesion ' + 'Progressive Disease', + [6144, 6143])}, + 'NormalAxillaryNode': {'111251': ('Normal axillary node', [6031, 6030])}, + 'NormalBreastTissue': {'111287': ('Normal breast tissue', + [6057, 6031, 6030, 6054])}, + 'NormalImplants': {'111503': ('Normal implants', [6072])}, + 'NormalIntervalFollowUp': {'111140': ('Normal interval follow-up', + [6029, 6028])}, + 'NormalMyocardium': {'122112': ('Normal Myocardium', [3704])}, + 'NormalRangeAuthority': {'121408': ('Normal Range Authority', [])}, + 'NormalRangeDescription': {'121407': ('Normal Range description', [])}, + 'Normality': {'121402': ('Normality', [])}, + 'NormalizationFactor': {'128522': ('Normalization Factor', [10069])}, + 'NormalizedChordLength': {'122450': ('Normalized Chord Length', [])}, + 'NormalizedValuesOfVentricularMeasurements': {'122609': ('Normalized Values ' + 'Of Ventricular ' + 'Measurements', + [])}, + 'NorthAmericanPurebredDogRegistry': {'109216': ('North American Purebred Dog ' + 'Registry', + [7481])}, + 'NoseCone': {'127060': ('Nose cone', [617])}, + 'NotANumber': {'114000': ('Not a number', [42])}, + 'NotAllAlgorithmsSucceededWithFindings': {'111244': ('Not all algorithms ' + 'succeeded; with ' + 'findings', + [6047])}, + 'NotAllAlgorithmsSucceededWithoutFindings': {'111243': ('Not all algorithms ' + 'succeeded; without ' + 'findings', + [6047])}, + 'NotAttempted': {'111225': ('Not Attempted', [6042])}, + 'NotForPresentationRenderingDeviceExpectedNotToPresent': {'111152': ('Not for ' + 'Presentation: ' + 'Rendering ' + 'device ' + 'expected ' + 'not to ' + 'present', + [6034])}, + 'NotOptimizedForTheDeviceInstance': {'128620': ('Not optimized for the device ' + 'instance', + [800])}, + 'NotParallel': {'111356': ('Not parallel', [6152])}, + 'NotSure': {'111399': ('Not sure', [6164])}, + 'NotVisualized': {'122288': ('Not visualized', [3703])}, + 'NuclearMedicine': {'NM': ('Nuclear Medicine', [33, 29, 30])}, + 'NuclearMedicineImagingSubjectMatter': {'128735': ('Nuclear medicine imaging ' + 'subject matter', + [7017])}, + 'NuclearMedicineProjectionActivity': {'110820': ('Nuclear Medicine Projection ' + 'Activity', + [7180, 218, 7469])}, + 'NuclearMedicineTomographicActivity': {'110821': ('Nuclear Medicine ' + 'Tomographic Activity', + [7180, 218, 7469])}, + 'NumberOfAnimalsWithinSameHousingUnit': {'127143': ('Number of animals within ' + 'same housing unit', + [])}, + 'NumberOfCalcifications': {'111038': ('Number of calcifications', [])}, + 'NumberOfDiseasedVesselTerritories': {'122762': ('Number of diseased vessel ' + 'territories', + [])}, + 'NumberOfEctopicBeats': {'122707': ('Number of Ectopic Beats', [])}, + 'NumberOfFetuses': {'121038': ('Number of Fetuses', [])}, + 'NumberOfFocalPlanes': {'112707': ('Number of focal planes', [])}, + 'NumberOfFrames': {'121140': ('Number of Frames', [])}, + 'NumberOfHousingUnitsPerRack': {'127141': ('Number of housing units per rack', + [])}, + 'NumberOfImagesUsedForMacularMeasurements': {'111691': ('Number of Images ' + 'Used for Macular ' + 'Measurements', + [])}, + 'NumberOfInjectorHeads': {'130219': ('Number of Injector Heads', [])}, + 'NumberOfLesionInterventionsAttempted': {'122175': ('Number of lesion ' + 'interventions attempted', + [])}, + 'NumberOfLesionInterventionsSuccessful': {'122176': ('Number of lesion ' + 'interventions ' + 'successful', + [])}, + 'NumberOfNeedlesAroundTarget': {'111439': ('Number of needles around target', + [])}, + 'NumberOfNodesPositive': {'111474': ('Number of nodes positive', [])}, + 'NumberOfNodesRemoved': {'111473': ('Number of nodes removed', [])}, + 'NumberOfPasses': {'111436': ('Number of passes', [])}, + 'NumberOfPulses': {'113768': ('Number of Pulses', [])}, + 'NumberOfRacksPerRoom': {'127140': ('Number of racks per room', [])}, + 'NumberOfSamplesUsedPerImage': {'111692': ('Number of Samples Used per Image', + [])}, + 'NumberOfSimilarFindings': {'111406': ('Number of similar findings', [])}, + 'NumberOfSpecimens': {'111437': ('Number of specimens', [])}, + 'NumberOfXRaySources': {'113823': ('Number of X-Ray Sources', [])}, + 'Nurse': {'121082': ('Nurse', [])}, + 'NursingNote': {'121172': ('Nursing Note', [3401])}, + 'NursingUnitCancel': {'110511': ('Nursing unit cancel', [9301, 9300])}, + 'OBGYNUltrasoundProcedureReport': {'125000': ('OB-GYN Ultrasound Procedure ' + 'Report', + [])}, + 'OBGynImagingSpecialty': {'128012': ('OB/Gyn Imaging Specialty', [7449])}, + 'OCTAAmplitudeDecorrelation': {'128252': ('OCT-A amplitude decorrelation', + [4270])}, + 'OCTAComplexVariance': {'128253': ('OCT-A complex variance', [4270])}, + 'OCTACorrelationMapping': {'128255': ('OCT-A correlation mapping', [4270])}, + 'OCTAOneSidedRatio': {'128304': ('OCT-A one-sided ratio (lesser)', [4270]), + '128305': ('OCT-A one-sided ratio (greater)', [4270])}, + 'OCTASpeckleVariance': {'128254': ('OCT-A speckle variance', [4270])}, + 'OCTBScanAnalysis': {'128303': ('OCT B-scan analysis', [7203])}, + 'OIQPattern': {'109901': ('OIQ Pattern', [8301])}, + 'OLED': {'109994': ('OLED', [8303])}, + 'OLINDAEXM': {'113527': ('OLINDA-EXM', [10040])}, + 'OSEMAlgorithm': {'122720': ('OSEM algorithm', [3117])}, + 'OSLD': {'128706': ('OSLD', [7026, 7027, 7151, 7193])}, + 'Obinituzimab89Zr': {'126721': ('Obinituzimab ^89^Zr', [4021])}, + 'ObjectRemoved': {'122307': ('Object removed', [3412])}, + 'ObjectSecurityAttributesChanged': {'110135': ('Object Security Attributes ' + 'Changed', + [401, 403])}, + 'ObjectSetIncomplete': {'110523': ('Object Set incomplete', + [9300, 9303, 9302])}, + 'ObjectType': {'111039': ('Object type', [])}, + 'ObjectTypesNotSupported': {'110522': ('Object Types not supported', + [9300, 9302])}, + 'ObjectsIncorrectlyFormatted': {'110521': ('Objects incorrectly formatted', + [9300, 9302])}, + 'ObliqueIllumination': {'111746': ('Oblique illumination', [8123])}, + 'ObservationByExaminer': {'111846': ('Observation by Examiner', [4253])}, + 'ObservationDatetimeQualifier': {'121135': ('Observation DateTime Qualifier', + [])}, + 'ObserverType': {'121005': ('Observer Type', [])}, + 'Ocaratuzumab89Zr': {'126723': ('Ocaratuzumab ^89^Zr', [4021])}, + 'OccultBloodTestResult': {'111455': ('Occult blood test result', [])}, + 'OccultCarcinomaPresentingWithAxillaryLymphNodeMetastases': {'111322': ('Occult ' + 'carcinoma ' + 'presenting ' + 'with ' + 'axillary ' + 'lymph ' + 'node ' + 'metastases', + [6030, + 6033])}, + 'OfInterest': {'113000': ('Of Interest', [7010])}, + 'OfficeCalled': {'122045': ('Office called', [3404])}, + 'Offline': {'OFFLINE': ('Offline', [50])}, + 'OffsetFactor': {'128523': ('Offset Factor', [10069])}, + 'OilCyst': {'111290': ('Oil cyst (fat necrosis cyst)', [6031, 6030])}, + 'OldFilmsForComparison': {'111138': ('Old films for comparison', + [6029, 6028])}, + 'Oligemia': {'112060': ('Oligemia', [6108])}, + 'Olsen': {'111765': ('Olsen', [4236])}, + 'OnAdmissionToUnit': {'109120': ('On admission to unit', [31])}, + 'OnDischarge': {'109121': ('On discharge', [31])}, + 'OnDischargeFromUnit': {'109122': ('On discharge from unit', [31])}, + 'OncologicImagingSpecialty': {'128013': ('Oncologic Imaging Specialty', + [7449])}, + 'OncologyMeasurementReport': {'126001': ('Oncology Measurement Report', + [7021])}, + 'OncologySpecialty': {'128014': ('Oncology Specialty', [7449])}, + 'Ongoing': {'111528': ('Ongoing', [])}, + 'Online': {'ONLINE': ('Online', [50])}, + 'OnsetOfExercise': {'125236': ('Onset of exercise', [12031])}, + 'OnsetOfStimulation': {'125238': ('Onset of stimulation', [12031])}, + 'Opacity': {'112001': ('Opacity', [6104, 6102])}, + 'OpacityDescriptor': {'112027': ('Opacity Descriptor', [])}, + 'OperatorError': {'110519': ('Operator Error', [4221, 4222])}, + 'OperatorNarrative': {'109111': ("Operator's narrative", [3000])}, + 'OphthalmicAxialMeasurements': {'OAM': ('Ophthalmic Axial Measurements', + [33, 29, 30])}, + 'OphthalmicMacularGridProblem': {'111698': ('Ophthalmic Macular Grid Problem', + [])}, + 'OphthalmicMapping': {'OPM': ('Ophthalmic Mapping', [33, 29, 30])}, + 'OphthalmicPhotography': {'OP': ('Ophthalmic Photography', [33, 29, 30])}, + 'OphthalmicRefraction': {'OPR': ('Ophthalmic Refraction', [])}, + 'OphthalmicTomography': {'OPT': ('Ophthalmic Tomography', [33, 29, 30])}, + 'OphthalmicTomographyBScanVolumeAnalysis': {'OPTBSV': ('Ophthalmic Tomography ' + 'B-scan Volume ' + 'Analysis', + [33, 29, 30])}, + 'OphthalmicTomographyEnFace': {'OPTENF': ('Ophthalmic Tomography En Face', + [33, 29, 30])}, + 'OphthalmicVisualField': {'OPV': ('Ophthalmic Visual Field', [33, 29, 30])}, + 'OppositeRegionSeverity': {'122461': ('Opposite Region Severity', [])}, + 'Optical': {'111752': ('Optical', [])}, + 'OpticalCoherenceTomography': {'OCT': ('Optical Coherence Tomography', + [33, 29, 30])}, + 'OpticalFilterType': {'112712': ('Optical filter type', [])}, + 'OpticalFixationMeasurements': {'111856': ('Optical Fixation Measurements', + [4257])}, + 'OpticalSurfaceScanner': {'OSS': ('Optical Surface Scanner', [33, 29, 30])}, + 'OptimizedForTheDeviceInstance': {'128608': ('Optimized for the device ' + 'instance', + [800])}, + 'OrderRecord': {'110109': ('Order Record', [400])}, + 'OrganAtRisk': {'130060': ('Organ At Risk', [9535])}, + 'OrganDose': {'113518': ('Organ Dose', [])}, + 'OrganDoseInformation': {'113517': ('Organ Dose Information', [])}, + 'OrganizationName': {'113873': ('Organization Name', [])}, + 'Orientation': {'111354': ('Orientation', [])}, + 'OrientationDescriptor': {'112014': ('Orientation Descriptor', [])}, + 'OriginalSource': {'111040': ('Original Source', [])}, + 'OrthogonalLocationArc': {'113669': ('Orthogonal location arc', [6166])}, + 'OrthogonalLocationArcInnerMargin': {'113670': ('Orthogonal location arc ' + 'inner margin', + [6166])}, + 'OrthogonalLocationArcOuterMargin': {'113671': ('Orthogonal location arc ' + 'outer margin', + [6166])}, + 'OsmolalityAt37C': {'130184': ('Osmolality at 37C', [])}, + 'OsmolarityAt37C': {'130185': ('Osmolarity at 37C', [])}, + 'Osseous': {'112053': ('Osseous', [6100])}, + 'OsseousModifier': {'112038': ('Osseous Modifier', [])}, + 'Other': {'OT': ('Other', [33, 32])}, + 'OtherDerivedPlanningData': {'112373': ('Other Derived Planning Data', [])}, + 'OtherFailure': {'111220': ('Other failure', [6041, 6135, 7011])}, + 'OtherImageOfBiplanePair': {'121314': ('Other image of biplane pair', [7201])}, + 'OtherImageOfStereoscopicPair': {'121315': ('Other image of stereoscopic pair', + [7201])}, + 'OtherMalignancyType': {'111390': ('Other malignancy type', [6159])}, + 'OtherMarker': {'111175': ('Other Marker', [6040, 6401, 7151, 7193])}, + 'OtherModality': {'OT': ('Other Modality', [])}, + 'OtherPartialViews': {'121313': ('Other partial views', [7201])}, + 'OtherProjectionSystem': {'109999': ('Other Projection System', [])}, + 'OtherSex': {'121102': ('Other sex', [7455])}, + 'OuterLimitsOfFuzzyMargin': {'113663': ('Outer limits of fuzzy margin', + [6166])}, + 'OuterRetinaStructuralReflectanceMap': {'128272': ('Outer retina structural ' + 'reflectance map', + [4271])}, + 'OuterRetinaVasculatureFlow': {'128271': ('Outer retina vasculature flow', + [4271])}, + 'OuterSurfaceOfGCL': {'128290': ('Outer surface of GCL', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfHFL': {'128294': ('Outer surface of HFL', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfINL': {'128292': ('Outer surface of INL', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfIPL': {'128291': ('Outer surface of IPL', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfOPL': {'128293': ('Outer surface of OPL', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfRNFL': {'128289': ('Outer surface of RNFL', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfTheBM': {'128300': ('Outer surface of the BM', + [9514, 7192, 7151, 4273])}, + 'OuterSurfaceOfTheCC': {'128302': ('Outer surface of the CC', + [9514, 7192, 7151, 4273])}, + 'OutflowAngle': {'122547': ('Outflow Angle', [])}, + 'Outline': {'111041': ('Outline', [])}, + 'OutlineOfLobulations': {'113661': ('Outline of lobulations', [6166])}, + 'OutlineOfSpiculations': {'113664': ('Outline of spiculations', [6166])}, + 'OutsideNormalLimits': {'111847': ('Outside normal limits', [4254])}, + 'OutsideOperationalLimitsOfTheDevice': {'128619': ('Outside operational ' + 'limits of the device', + [800])}, + 'OverExposed': {'111212': ('Over exposed', [6041, 6135, 7011])}, + 'OverallAssessment': {'111413': ('Overall Assessment', [6052, 6053])}, + 'OverallImageQualityEvaluation': {'109701': ('Overall image quality ' + 'evaluation', + [8300])}, + 'OverallImpressionRecommendationAnalysis': {'111234': ('Overall Impression / ' + 'Recommendation ' + 'Analysis', + [6043])}, + 'OverallStudyQuality': {'122739': ('Overall study quality', [])}, + 'Overflow': {'114005': ('Overflow', [42])}, + 'OxygenAdministrationByVentilator': {'121163': ('Oxygen Administration by ' + 'ventilator', + [3531])}, + 'OxygenAdministrationRate': {'121160': ('Oxygen Administration Rate', [])}, + 'OxygenConsumption': {'122239': ('Oxygen Consumption', [])}, + 'OxygenExtractionFraction': {'126392': ('Oxygen Extraction Fraction', + [4108, 7180, 218, 7469])}, + 'PAS': {'113237': ('PAS', [7261])}, + 'PCIDuringThisProcedure': {'122129': ('PCI during this procedure', [])}, + 'PETMeasurementReport': {'126003': ('PET Measurement Report', [7021])}, + 'PETMyocardialPerfusionRestAndStress': {'122793': ('PET Myocardial Perfusion, ' + 'Rest and Stress', + [3106])}, + 'PETMyocardialPerfusionRestOnly': {'122791': ('PET Myocardial Perfusion, Rest ' + 'only', + [3106])}, + 'PETMyocardialPerfusionStressOnly': {'122792': ('PET Myocardial Perfusion, ' + 'Stress only', + [3106])}, + 'PETMyocardialViabilityRestAndStress': {'122797': ('PET Myocardial Viability, ' + 'Rest and Stress', + [3106])}, + 'PETMyocardialViabilityRestOnly': {'122795': ('PET Myocardial Viability, Rest ' + 'only', + [3106])}, + 'PETMyocardialViabilityStressOnly': {'122796': ('PET Myocardial Viability, ' + 'Stress only', + [3106])}, + 'PETRadionuclideIncubationTime': {'126203': ('PET Radionuclide Incubation ' + 'Time', + [])}, + 'PGreaterThan5Percent': {'111935': ('p>5%', [4265])}, + 'PISARadius': {'125331': ('PISA Radius', [12304])}, + 'PLesserThan0Point5Percent': {'111939': ('p<0.5%', [4265])}, + 'PLesserThan1Percent': {'111938': ('p<1%', [4265])}, + 'PLesserThan2Percent': {'111937': ('p<2%', [4265])}, + 'PLesserThan5Percent': {'111936': ('p<5%', [4265])}, + 'PSMA1007F18': {'126758': ('PSMA-1007 F^18^', [4021])}, + 'PSMA617Ga68': {'126759': ('PSMA-617 Ga^68^', [4021])}, + 'PTVNodal': {'130053': ('PTV Nodal', [9534])}, + 'PTVPrimary': {'130054': ('PTV Primary', [9534])}, + 'PWave': {'109041': ('P wave', [3339])}, + 'Paced': {'109083': ('Paced', [3104])}, + 'PacedStressTest': {'121438': ('Paced stress test', [])}, + 'Pacemaker': {'111171': ('Pacemaker', [])}, + 'PacingElectricalStimulusVoltage': {'109009': ('Pacing (electrical) stimulus, ' + 'voltage', + [3240])}, + 'PackageInsert': {'113528': ('Package Insert', [10040])}, + 'Paddle': {'111172': ('Paddle', [])}, + 'PageSentTo': {'122043': ('Page Sent To', [3404])}, + 'PalpationGuided': {'111489': ('Palpation guided', [6060, 6058])}, + 'PancreaticStent': {'112176': ('Pancreatic stent', + [6102, 6138, 6404, 7151, 6202, 6203, 7193])}, + 'Panitumumab89Zr': {'126736': ('Panitumumab ^89^Zr', [4021])}, + 'PanoramicXRay': {'PX': ('Panoramic X-Ray', [33, 29, 30])}, + 'PaperBasedBedding': {'127233': ('Paper-based bedding', [605])}, + 'PaperDigitized': {'110023': ('Paper Digitized', [7008])}, + 'PaperDocument': {'110038': ('Paper Document', [405])}, + 'PapillaryCarcinomaInSitu': {'111336': ('Papillary carcinoma in-situ', [])}, + 'PapillaryMuscleExcluded': {'122620': ('Papillary Muscle Excluded', [3821])}, + 'PapillaryMuscleIncluded': {'122621': ('Papillary Muscle Included', [3821])}, + 'PapillaryMuscleIncludedExcluded': {'122670': ('Papillary Muscle ' + 'Included/Excluded', + [])}, + 'Parallel': {'111355': ('Parallel', [6152])}, + 'ParallelGrid': {'111644': ('Parallel grid', [10017])}, + 'ParallelImaging': {'113228': ('Parallel Imaging', [7260])}, + 'Parallelepiped': {'122566': ('Parallelepiped', [3453])}, + 'ParaspinalLine': {'112091': ('Paraspinal line', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'ParenchymalBand': {'112112': ('Parenchymal band', [6103, 6102])}, + 'ParentSpecimenIdentifier': {'111705': ('Parent Specimen Identifier', [])}, + 'ParentSpecimenType': {'111707': ('Parent specimen type', [])}, + 'ParentVesselFinding': {'122686': ('Parent Vessel Finding', [])}, + 'PartialRenderingForPresentation': {'121333': ('Partial Rendering for ' + 'Presentation', + [7006])}, + 'PartialReport': {'121363': ('Partial report', [7009])}, + 'PartiallySucceeded': {'111223': ('Partially Succeeded', [6042])}, + 'PatencyTestInjection': {'130247': ('Patency Test Injection', [72])}, + 'Path': {'121055': ('Path', []), '121210': ('Path', [])}, + 'PathLength': {'121211': ('Path length', [7470, 6165, 218, 7469])}, + 'PathVertex': {'121230': ('Path Vertex', [])}, + 'Pathology': {'111042': ('Pathology', [])}, + 'PathologyResults': {'111468': ('Pathology Results', [])}, + 'Patient': {'121025': ('Patient', [7450, 271])}, + 'PatientAPDimension': {'128408': ('Patient AP Dimension', [10069])}, + 'PatientAdmittedToProcedureRoom': {'122002': ('Patient admitted to procedure ' + 'room', + [3402])}, + 'PatientAdvanceDirectiveGiven': {'122005': ('Patient advance directive given', + [3402])}, + 'PatientAlert': {'122025': ('Patient alert', [3402])}, + 'PatientAllergicToMediaContrast': {'110503': ('Patient allergic to ' + 'media/contrast', + [64, 9301, 9300])}, + 'PatientAnatomyModel': {'130067': ('Patient Anatomy Model', [9507])}, + 'PatientAsleep': {'122028': ('Patient asleep', [3402])}, + 'PatientAssessmentPerformed': {'121165': ('Patient Assessment Performed', [])}, + 'PatientAssistedToTable': {'122007': ('Patient assisted to table', [3402])}, + 'PatientCalledToProcedureRoom': {'122001': ('Patient called to procedure room', + [3402])}, + 'PatientCharacteristics': {'121118': ('Patient Characteristics', [])}, + 'PatientConditionPreventedContinuing': {'110515': ('Patient condition ' + 'prevented continuing', + [9301, 9300, 60])}, + 'PatientConnectedToContinuousMonitoring': {'122009': ('Patient connected to ' + 'continuous monitoring', + [3402])}, + 'PatientCoughed': {'122031': ('Patient coughed', [3402])}, + 'PatientDataUsedDuringPlanning': {'112361': ('Patient Data Used During ' + 'Planning', + [])}, + 'PatientDidNotArrive': {'110507': ('Patient did not arrive', [9301, 9300])}, + 'PatientDied': {'110504': ('Patient died', [9301, 9300, 9303])}, + 'PatientDischargedFromDepartment': {'122037': ('Patient discharged from ' + 'department', + [3402])}, + 'PatientDisconnectedFromContinuousMonitoring': {'122032': ('Patient ' + 'disconnected from ' + 'continuous ' + 'monitoring', + [3402])}, + 'PatientDisoriented': {'122020': ('Patient disoriented', [3402])}, + 'PatientEquivalentThickness': {'111638': ('Patient Equivalent Thickness', [])}, + 'PatientExposureToIonizingRadiation': {'121290': ('Patient exposure to ' + 'ionizing radiation', + [])}, + 'PatientGivenPostProcedureInstruction': {'122036': ('Patient given ' + 'post-procedure ' + 'instruction', + [3402])}, + 'PatientGivenPreProcedureInstruction': {'122003': ('Patient given ' + 'pre-procedure instruction', + [3402])}, + 'PatientHasRespiratoryDifficulty': {'122030': ('Patient has respiratory ' + 'difficulty', + [3402])}, + 'PatientImage': {'112354': ('Patient Image', [])}, + 'PatientInformedConsentGiven': {'122004': ('Patient informed consent given', + [3402])}, + 'PatientLateralDimension': {'128409': ('Patient Lateral Dimension', [10069])}, + 'PatientLocationFiducial': {'128754': ('Patient Location Fiducial', [])}, + 'PatientModel': {'113815': ('Patient Model', [])}, + 'PatientModelDemographics': {'128427': ('Patient Model Demographics', [])}, + 'PatientModelRegistration': {'128456': ('Patient Model Registration', [])}, + 'PatientModelType': {'128417': ('Patient Model Type', [])}, + 'PatientMotion': {'128553': ('Patient motion', [10034])}, + 'PatientMovement': {'110518': ('Patient Movement', [4221, 4222])}, + 'PatientOrientation': {'113743': ('Patient Orientation', [])}, + 'PatientOrientationColumn': {'111043': ('Patient Orientation Column', [])}, + 'PatientOrientationModifier': {'113744': ('Patient Orientation Modifier', [])}, + 'PatientOrientationRow': {'111044': ('Patient Orientation Row', [])}, + 'PatientPositioningNote': {'130026': ('Patient Positioning Note', [])}, + 'PatientPositioningProblem': {'111209': ('Patient Positioning Problem', + [4222])}, + 'PatientPositioningProcedureNote': {'130035': ('Patient Positioning Procedure ' + 'Note', + [])}, + 'PatientPregnant': {'110508': ('Patient pregnant', [9301, 9300])}, + 'PatientPreppedAndDraped': {'122008': ('Patient prepped and draped', [3402])}, + 'PatientPresentation': {'121110': ('Patient Presentation', [7002])}, + 'PatientPronouncedDead': {'122038': ('Patient pronounced dead', [3402])}, + 'PatientRadiationDoseModel': {'128500': ('Patient Radiation Dose Model', [])}, + 'PatientRadiationDoseModelData': {'128425': ('Patient Radiation Dose Model ' + 'Data', + [])}, + 'PatientRadiationDoseModelReference': {'128426': ('Patient Radiation Dose ' + 'Model Reference', + [])}, + 'PatientRadiationDoseReport': {'128401': ('Patient Radiation Dose Report', + [])}, + 'PatientRecord': {'110110': ('Patient Record', [400])}, + 'PatientRefusedToContinueProcedure': {'110505': ('Patient refused to continue ' + 'procedure', + [9301, 9300])}, + 'PatientReportsChestPain': {'122023': ('Patient reports chest pain', [3402])}, + 'PatientReportsDiscomfort': {'122022': ('Patient reports discomfort', [3402])}, + 'PatientReportsNausea': {'122021': ('Patient reports nausea', [3402])}, + 'PatientReportsNoPain': {'122024': ('Patient reports no pain', [3402])}, + 'PatientRestless': {'122026': ('Patient restless', [3402])}, + 'PatientSedated': {'122027': ('Patient sedated', [3402])}, + 'PatientSegmentedModel': {'128494': ('Patient Segmented Model', [10064])}, + 'PatientSetupNote': {'130028': ('Patient Setup Note', [])}, + 'PatientSetupPoint': {'130069': ('Patient Setup Point', [9504])}, + 'PatientSetupVerificationInputUsed': {'128217': ('Patient Setup Verification ' + 'Input Used', + [7010, 7025])}, + 'PatientSetupVerificationResult': {'128191': ('Patient Setup Verification ' + 'Result', + [7010, 7023])}, + 'PatientState': {'109054': ('Patient State', [])}, + 'PatientStatusOrEvent': {'121123': ('Patient Status or Event', [3401])}, + 'PatientSupport': {'128492': ('Patient Support', [10066])}, + 'PatientTableRelationship': {'113745': ('Patient Table Relationship', [])}, + 'PatientTakenForTreatmentOrSurgery': {'110506': ('Patient taken for treatment ' + 'or surgery', + [9301, 9300])}, + 'PatientTransferredFrom': {'122128': ('Patient Transferred From', [])}, + 'PatientTransferredToCCU': {'122012': ('Patient transferred to CCU', [3402])}, + 'PatientTransferredToHoldingArea': {'122010': ('Patient transferred to ' + 'holding area', + [3402])}, + 'PatientTransferredToMorgue': {'122039': ('Patient transferred to morgue', + [3402])}, + 'PatientTransferredToSurgery': {'122011': ('Patient transferred to surgery', + [3402])}, + 'PatientUnresponsive': {'122029': ('Patient unresponsive', [3402])}, + 'PatientWeightExceedsEquipmentLimit': {'122764': ('Patient weight exceeds ' + 'equipment limit', + [3205])}, + 'PatternProjection': {'114204': ('Pattern projection', [8201])}, + 'PeakActivityWorkload': {'122717': ('Peak activity workload', [])}, + 'PeakBloodPressure': {'125329': ('Peak Blood Pressure', [12304])}, + 'PeakDoubleProduct': {'122718': ('Peak Double Product', [])}, + 'PeakEjectionRate': {'122616': ('Peak Ejection Rate', [])}, + 'PeakEjectionTime': {'122617': ('Peak Ejection Time', [])}, + 'PeakFillingRate': {'122618': ('Peak Filling Rate', [])}, + 'PeakFillingTime': {'122619': ('Peak Filling Time', [])}, + 'PeakFlowRateInPhaseActivity': {'130244': ('Peak Flow Rate in Phase Activity', + [])}, + 'PeakOfThermalCardiacOutputBolus': {'109028': ('Peak of thermal cardiac ' + 'output bolus', + [3337])}, + 'PeakPressureInPhaseActivity': {'130245': ('Peak Pressure in Phase Activity', + [])}, + 'PeakStressState': {'109095': ('Peak stress state', [])}, + 'PeakTissueVelocity': {'125330': ('Peak Tissue Velocity', [12304])}, + 'PeakValueWithinROI': {'126031': ('Peak Value Within ROI', [7464])}, + 'PectoralMuscleOutline': {'111045': ('Pectoral Muscle Outline', [])}, + 'PediatricCardiacUltrasoundReport': {'125195': ('Pediatric Cardiac Ultrasound ' + 'Report', + [12245])}, + 'PediatricImagingSpecialty': {'128016': ('Pediatric Imaging Specialty', + [7449])}, + 'PediatricImagingSubjectMatter': {'128737': ('Pediatric imaging subject ' + 'matter', + [7017])}, + 'PediatricRadiology': {'128177': ('Pediatric Radiology', [7030])}, + 'Pegdinetanib89Zr': {'126728': ('Pegdinetanib ^89^Zr', [4021])}, + 'PelvisAndUterus': {'125011': ('Pelvis and Uterus', [])}, + 'PercentFibroglandularTissue': {'111046': ('Percent Fibroglandular Tissue', + [10069])}, + 'PercentageOfVascularCalcification': {'112198': ('Percentage of Vascular ' + 'Calcification', + [6142])}, + 'PercentileRankingOfMeasurement': {'121415': ('Percentile Ranking of ' + 'measurement', + [227, 221, 7465])}, + 'PercutaneousCoronaryIntervention': {'122061': ('Percutaneous Coronary ' + 'Intervention', + [3739])}, + 'PercutaneousEntryAction': {'121156': ('Percutaneous Entry Action', [])}, + 'PercutaneousSiliconeInjection': {'111483': ('Percutaneous silicone injection', + [6058, 6059])}, + 'PerformanceOfCTForDetectionOfPulmonaryEmbolismInAdults': {'112185': ('Performance ' + + 'of CT ' + 'for ' + 'Detection ' + 'of ' + 'Pulmonary ' + 'Embolism ' + 'in ' + 'Adults', + [6136])}, + 'PerformanceOfHighResolutionCTOfTheLungsInAdults': {'112186': ('Performance ' + + 'of ' + 'High-Resolution ' + 'CT of the ' + 'Lungs in ' + 'Adults', + [6136])}, + 'PerformanceOfPediatricAndAdultChestRadiographyACR': {'112035': ('Performance ' + + 'of ' + 'Pediatric ' + 'and Adult ' + 'Chest ' + 'Radiography, ' + 'ACR', + [6136])}, + 'PerformanceOfPediatricAndAdultThoracicCT': {'112184': ('Performance of ' + 'Pediatric and Adult ' + 'Thoracic CT', + [6136])}, + 'PerformedImagingAgentAdministration': {'130227': ('Performed Imaging Agent ' + 'Administration', + [])}, + 'PerformedProcedureStep': {'113016': ('Performed Procedure Step', + [10000, 7012])}, + 'PerformedProcedureStepSOPClassUID': {'121127': ('Performed Procedure Step ' + 'SOP Class UID', + [])}, + 'PerformedProcedureStepSOPInstanceUID': {'121126': ('Performed Procedure Step ' + 'SOP Instance UID', + [10001])}, + 'Performing': {'121094': ('Performing', [7453])}, + 'PerformingPhysician': {'121114': ('Performing Physician', [])}, + 'Perfusion': {'110831': ('Perfusion', [7180, 218, 7469])}, + 'PerfusionAnalysisByArterialSpinLabelingMRTechnique': {'126302': ('Perfusion ' + + 'analysis ' + 'by ' + 'Arterial ' + 'Spin ' + 'Labeling ' + 'MR ' + 'technique', + [4102, + 4106])}, + 'PerfusionAnalysisByIVIodinatedContrastCTTechnique': {'126301': ('Perfusion ' + + 'analysis by ' + 'IV ' + 'Iodinated ' + 'Contrast CT ' + 'technique', + [4102, + 4106])}, + 'PerfusionAnalysisByStableXenonCTTechnique': {'126300': ('Perfusion analysis ' + 'by Stable Xenon CT ' + 'technique', + [4102, 4106])}, + 'PerfusionAnalysisBySusceptibilityMRTechnique': {'126303': ('Perfusion ' + + 'analysis by ' + 'Susceptibility ' + 'MR technique', + [4102, 4106])}, + 'PerfusionImageAnalysis': {'129104': ('Perfusion image analysis', [7203])}, + 'PeriOperativePhotographicImaging': {'112700': ('Peri-operative Photographic ' + 'Imaging', + [8131])}, + 'PeriProceduralMIOccurred': {'122179': ('Peri-procedural MI occurred', [])}, + 'PerilesionalWhiteMatter': {'110706': ('Perilesional White Matter', [7710])}, + 'PerimeterOutline': {'121057': ('Perimeter outline', []), + '121213': ('Perimeter Outline', [])}, + 'PeripheralDuctPapillomas': {'111299': ('Peripheral duct papillomas', + [6030, 6032])}, + 'PeripheralInferior': {'111916': ('Peripheral-inferior', [4207])}, + 'PeripheralInferiorNasal': {'111917': ('Peripheral-inferior nasal', [4207])}, + 'PeripheralInferiorTemporal': {'111915': ('Peripheral-inferior temporal', + [4207])}, + 'PeripheralNasal': {'111918': ('Peripheral-nasal', [4207])}, + 'PeripheralSuperior': {'111912': ('Peripheral-superior', [4207])}, + 'PeripheralSuperiorNasal': {'111919': ('Peripheral-superior nasal', [4207])}, + 'PeripheralSuperiorTemporal': {'111913': ('Peripheral-superior temporal', + [4207])}, + 'PeripheralTemporal': {'111914': ('Peripheral-temporal', [4207])}, + 'Person': {'121006': ('Person', [270])}, + 'PersonAdministeringDrugContrast': {'121152': ('Person administering ' + 'drug/contrast', + [])}, + 'PersonID': {'113871': ('Person ID', [])}, + 'PersonIDIssuer': {'113872': ('Person ID Issuer', [])}, + 'PersonName': {'113870': ('Person Name', [])}, + 'PersonObserverLoginName': {'128774': ("Person Observer's Login Name", [])}, + 'PersonObserverName': {'121008': ('Person Observer Name', [])}, + 'PersonObserverOrganizationName': {'121009': ("Person Observer's Organization " + 'Name', + [])}, + 'PersonObserverRoleInTheOrganization': {'121010': ("Person Observer's Role in " + 'the Organization', + [])}, + 'PersonObserverRoleInThisProcedure': {'121011': ("Person Observer's Role in " + 'this Procedure', + [])}, + 'PersonRoleInOrganization': {'113874': ('Person Role in Organization', [])}, + 'PersonRoleInProcedure': {'113875': ('Person Role in Procedure', [])}, + 'PersonalBreastCancerHistory': {'111550': ('Personal breast cancer history', + [6087, 6081])}, + 'PersonalHistoryOfBreastCancerWithBreastConservationTherapy': {'111421': ('Personal ' + 'history ' + 'of ' + 'breast ' + 'cancer ' + 'with ' + 'breast ' + 'conservation ' + 'therapy', + [6051])}, + 'PersonalHistoryOfBreastCancerWithMastectomy': {'111124': ('Personal history ' + 'of breast cancer ' + 'with mastectomy', + [6051])}, + 'PersonnelArrived': {'122041': ('Personnel Arrived', [3404])}, + 'PersonnelDeparted': {'122042': ('Personnel Departed', [3404])}, + 'Phantom': {'113681': ('Phantom', + [4051, + 4030, + 4031, + 10060, + 7710, + 4042, + 9514, + 7192, + 7151, + 4, + 4009, + 4052])}, + 'PhantomTumor': {'112123': ('Phantom tumor (pseudotumor)', [6104, 6102])}, + 'PharmacologicAndExerciseStressTest': {'121437': ('Pharmacologic and exercise ' + 'stress test', + [])}, + 'PharmacologicalStressAgentDose': {'122715': ('Pharmacological Stress Agent ' + 'Dose', + [])}, + 'PharmacologicalStressAgentDoseRate': {'122705': ('Pharmacological Stress ' + 'Agent Dose Rate', + [])}, + 'PhaseContrastIllumination': {'111747': ('Phase contrast illumination', + [8123])}, + 'PhaseOfAnimalHandling': {'127006': ('Phase of animal handling', [])}, + 'PhasedBeamSteering': {'125259': ('Phased beam steering', [12034])}, + 'Phonocardiogram': {'109114': ('Phonocardiogram', [3000])}, + 'PhotogrammetricImaging3DCAMModel': {'129020': ('Photogrammetric Imaging 3D ' + + 'CAM model', + [7061])}, + 'PhotonEnergy': {'110857': ('Photon Energy', [7182])}, + 'PhotopicLight': {'111629': ('Photopic light', [4203])}, + 'PhysicalExaminationResults': {'111423': ('Physical Examination Results', + [6052, 6053])}, + 'PhysicalForce': {'109133': ('Physical force', [])}, + 'PhysicalSupport': {'128492': ('Physical Support', [])}, + 'Physician': {'121081': ('Physician', [])}, + 'PhysicianNote': {'121173': ('Physician Note', [3401])}, + 'PhysicianReviewInputUsed': {'128213': ('Physician Review Input Used', + [7010, 7025])}, + 'PhysicistReviewInputUsed': {'128214': ('Physicist Review Input Used', + [7010, 7025])}, + 'PhysiologicalAudioSignal': {'109115': ('Physiological audio signal', [3000])}, + 'PhysiologicalChallenges': {'109059': ('Physiological challenges', [])}, + 'PinatuzumabVedotin89Zr': {'126725': ('Pinatuzumab vedotin ^89^Zr', [4021])}, + 'PineChipBedding': {'127234': ('Pine chip bedding', [605])}, + 'PineShavingBedding': {'127235': ('Pine shaving bedding', [605])}, + 'Pinning': {'112318': ('Pinning', [7310])}, + 'PitchFactor': {'113828': ('Pitch Factor', [])}, + 'PittsburghCompoundBC11': {'126500': ('Pittsburgh compound B C^11^', [4021])}, + 'PixelByPixelAddition': {'113042': ('Pixel by pixel addition', [7203])}, + 'PixelByPixelDivision': {'113046': ('Pixel by pixel division', [7203])}, + 'PixelByPixelMask': {'113047': ('Pixel by pixel mask', [7203])}, + 'PixelByPixelMaximum': {'113048': ('Pixel by pixel Maximum', [7203])}, + 'PixelByPixelMean': {'113049': ('Pixel by pixel mean', [7203])}, + 'PixelByPixelMinimum': {'113051': ('Pixel by pixel Minimum', [7203])}, + 'PixelByPixelMultiplication': {'113053': ('Pixel by pixel multiplication', + [7203])}, + 'PixelByPixelSubtraction': {'113062': ('Pixel by pixel subtraction', [7203])}, + 'PixelDataColumns': {'110911': ('Pixel Data Columns', [])}, + 'PixelDataRows': {'110910': ('Pixel Data Rows', [])}, + 'PixelFaultsEvaluation': {'109706': ('Pixel faults evaluation', [8300])}, + 'PixelatedSpiculations': {'113666': ('Pixelated spiculations', [6166])}, + 'PlacerNumber': {'121020': ('Placer Number', [])}, + 'Plan': {'PLAN': ('Plan', [33, 32])}, + 'PlanComparisonInputUsed': {'128220': ('Plan Comparison Input Used', [7010])}, + 'PlanQualityAssuranceInputUsed': {'128215': ('Plan Quality Assurance Input ' + 'Used', + [7010, 7025])}, + 'PlaneA': {'113620': ('Plane A', [10003])}, + 'PlaneB': {'113621': ('Plane B', [10003])}, + 'PlaneScanPattern': {'125241': ('Plane scan pattern', [12032])}, + 'PlaneThroughAnteriorExtent': {'128128': ('Plane through Anterior Extent', + [1010])}, + 'PlaneThroughCenter': {'128130': ('Plane through Center', [1010])}, + 'PlaneThroughDistalExtent': {'128123': ('Plane through Distal Extent', + [1010])}, + 'PlaneThroughInferiorExtent': {'128121': ('Plane through Inferior Extent', + [1010])}, + 'PlaneThroughLateralExtent': {'128125': ('Plane through Lateral Extent', + [1010])}, + 'PlaneThroughLeftmostExtent': {'128126': ('Plane through Leftmost Extent', + [1010])}, + 'PlaneThroughMedialExtent': {'128124': ('Plane through Medial Extent', + [1010])}, + 'PlaneThroughPosteriorExtent': {'128129': ('Plane through Posterior Extent', + [1010])}, + 'PlaneThroughProximalExtent': {'128122': ('Plane through Proximal Extent', + [1010])}, + 'PlaneThroughRightmostExtent': {'128127': ('Plane through Rightmost Extent', + [1010])}, + 'PlaneThroughSuperiorExtent': {'128120': ('Plane through Superior Extent', + [1010])}, + 'Planimetry': {'125220': ('Planimetry', [12227, 12229])}, + 'PlannedImagingAgentAdministration': {'130226': ('Planned Imaging Agent ' + 'Administration', + [])}, + 'PlannedImagingAgentAdministrationProcedureReport': {'130182': ('Planned ' + 'Imaging ' + 'Agent ' + 'Administration ' + 'Procedure ' + 'Report', + [])}, + 'PlannedImagingAgentAdministrationSOPInstance': {'130236': ('Planned Imaging ' + 'Agent ' + 'Administration ' + 'SOP Instance', + [])}, + 'PlanningImagingNote': {'130030': ('Planning Imaging Note', [])}, + 'PlanningInformationForIntraoperativeUsage': {'112367': ('Planning ' + 'Information for ' + 'Intraoperative ' + 'Usage', + [])}, + 'PlanningIntent': {'129013': ('Planning Intent', [7064])}, + 'PlanningMethod': {'112375': ('Planning Method', [])}, + 'PlanningOrganAtRiskVolume': {'130057': ('Planning Organ At Risk Volume', + [9535])}, + 'PlaqueArea': {'122542': ('Plaque Area', [])}, + 'PlaqueBurden': {'122354': ('Plaque Burden', [])}, + 'PlaquePlusMediaCrossSectionalArea': {'122334': ('Plaque plus Media ' + 'Cross-Sectional Area', + [3482])}, + 'PlaquePlusMediaEccentricityIndex': {'122344': ('Plaque plus Media ' + 'Eccentricity Index', + [3484])}, + 'PlaquePlusMediaThickness': {'122331': ('Plaque Plus Media Thickness', + [3481])}, + 'PlaqueRupture': {'122363': ('Plaque Rupture', [3491])}, + 'PlasmaDisplay': {'109993': ('Plasma Display', [8303])}, + 'Pleonemia': {'112081': ('Pleonemia', [6108])}, + 'PointCloudAlgorithmic': {'114208': ('Point Cloud Algorithmic', [8201])}, + 'PoiseuilleResistance': {'122549': ('Poiseuille Resistance', [])}, + 'PolarToRectangularScanConversion': {'113093': ('Polar to Rectangular Scan ' + 'Conversion', + [7203])}, + 'PolarizingFilter': {'111607': ('Polarizing filter', [])}, + 'PolatuzumabVedotin89Zr': {'126726': ('Polatuzumab vedotin ^89^Zr', [4021])}, + 'PolypStalkWidth': {'112232': ('Polyp stalk width', [6212])}, + 'PolyurethaneImplant': {'111482': ('Polyurethane implant', [6058, 6059])}, + 'PoorImageQuality': {'122742': ('Poor image quality', [3114])}, + 'PoorlyDemarcated': {'112141': ('Poorly demarcated', [6120])}, + 'PopulationAveragedAIF': {'126361': ('Population Averaged AIF', [4103, 4106])}, + 'PopulationDescription': {'121405': ('Population description', [])}, + 'PortableMediaImporterEquipment': {'MEDIM': ('Portable Media Importer ' + 'Equipment', + [7005])}, + 'Portacath': {'112172': ('Portacath', [6102, 6138, 6404, 7151, 7193])}, + 'PositionFrameOfReference': {'111708': ('Position Frame of Reference', [])}, + 'PositionOfDistalBorder': {'122529': ('Position of Distal Border', [])}, + 'PositionOfProximalBorder': {'122528': ('Position of Proximal Border', [])}, + 'PositionReferenceIndicator': {'127451': ('Position reference indicator', [])}, + 'PositionerIsocenterDetectorRotationAngle': {'128759': ('Positioner Isocenter ' + 'Detector Rotation ' + 'Angle', + [])}, + 'PositionerIsocenterDetectorRotationEndAngle': {'128762': ('Positioner ' + 'Isocenter ' + 'Detector Rotation ' + 'End Angle', + [])}, + 'PositionerIsocenterPrimaryAngle': {'128757': ('Positioner Isocenter Primary ' + 'Angle', + [])}, + 'PositionerIsocenterPrimaryEndAngle': {'128760': ('Positioner Isocenter ' + 'Primary End Angle', + [])}, + 'PositionerIsocenterSecondaryAngle': {'128758': ('Positioner Isocenter ' + 'Secondary Angle', + [])}, + 'PositionerIsocenterSecondaryEndAngle': {'128761': ('Positioner Isocenter ' + 'Secondary End Angle', + [])}, + 'PositionerPrimaryAngle': {'112011': ('Positioner Primary Angle', [])}, + 'PositionerPrimaryEndAngle': {'113739': ('Positioner Primary End Angle', [])}, + 'PositionerSecondaryAngle': {'112012': ('Positioner Secondary Angle', [])}, + 'PositionerSecondaryEndAngle': {'113740': ('Positioner Secondary End Angle', + [])}, + 'Positioning': {'111209': ('Positioning', [6041, 6135, 7011])}, + 'PositiveInfinity': {'114002': ('Positive Infinity', [42])}, + 'PositronEmissionTomography': {'PT': ('Positron emission tomography', + [33, 29, 30])}, + 'PostAdministrationMeasuredActivity': {'113509': ('Post-Administration ' + 'Measured Activity', + [])}, + 'PostCoordinatedMeasurements': {'125302': ('Post-coordinated Measurements', + [])}, + 'PostIntervention': {'109124': ('Post-intervention', [31])}, + 'PostInterventionStenosisMeasurement': {'122108': ('Post-Intervention ' + 'Stenosis Measurement', + [])}, + 'PostInterventionTIMIFlow': {'122110': ('Post-Intervention TIMI Flow', [])}, + 'PostMenopausalPatient': {'111554': ('Post menopausal patient', [6087, 6081])}, + 'PostProcedureMammogramsForMarkerPlacement': {'111120': ('Post Procedure ' + 'Mammograms for ' + 'Marker Placement', + [6026])}, + 'PostReductionMammoplasty': {'111291': ('Post reduction mammoplasty', + [6031, 6030])}, + 'PostVoiding': {'109135': ('Post voiding', [91])}, + 'PosteriorAcousticFeatures': {'111366': ('Posterior acoustic features', [])}, + 'PosteriorCorneaSurfaceMeasurementMethod': {'111759': ('Posterior Cornea ' + 'Surface Measurement ' + 'Method', + [4242])}, + 'PosteriorEnhancement': {'111368': ('Posterior enhancement', [6155])}, + 'PosteriorFirst': {'126832': ('posterior first', [21])}, + 'PosteriorJunctionLine': {'112089': ('Posterior junction line', + [6109, 6112, 6102, 9514, 7192, 7151])}, + 'PosteriorLens': {'111779': ('Posterior Lens', [4233])}, + 'PosteriorShadowing': {'111369': ('Posterior shadowing', [6155])}, + 'PosteriorSurfaceOfTheRPE': {'128299': ('Posterior surface of the RPE', + [9514, 7192, 7151, 4273])}, + 'PosteriorToAnterior': {'110871': ('Posterior To Anterior', [7185])}, + 'PosteriorTrachealStripe': {'112092': ('Posterior tracheal stripe', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'Posttreatment': {'126074': ('Posttreatment', [6146])}, + 'PowerDoppler': {'125230': ('Power Doppler', [])}, + 'PreAdministrationMeasuredActivity': {'113508': ('Pre-Administration Measured ' + 'Activity', + [])}, + 'PreCoordinatedMeasurements': {'125301': ('Pre-coordinated Measurements', [])}, + 'PreEjectionPeriod': {'125321': ('Pre-ejection Period', [12307])}, + 'PreHeatedPad': {'127254': ('Pre-heated pad', [635])}, + 'PreIntervention': {'109123': ('Pre-intervention', [31])}, + 'PreMedication': {'123012': ('Pre-Medication', [76])}, + 'PrePectoralImplant': {'111485': ('Pre-pectoral implant', [6058, 6059])}, + 'PrePlanningResult': {'128184': ('Pre-Planning Result', [7010, 7023])}, + 'PreProcedureLog': {'122072': ('Pre-procedure log', [3407])}, + 'PreclinicalSmallAnimalImagingAcquisitionContext': {'127001': ('Preclinical ' + 'Small Animal ' + 'Imaging ' + 'Acquisition ' + 'Context', + [])}, + 'PredecessorContainingGroupOfImagingSubjects': {'113130': ('Predecessor ' + 'containing group ' + 'of imaging ' + 'subjects', + [7202])}, + 'PregnancyStatus': {'111532': ('Pregnancy Status', [])}, + 'PreliminaryReport': {'121362': ('Preliminary Report', [9233, 7009])}, + 'PreparationForImaging': {'127104': ('Preparation for imaging', [634])}, + 'PreparationRoom': {'127371': ('Preparation room', [603])}, + 'PrescriptionIdentifier': {'113516': ('Prescription Identifier', [])}, + 'PrescriptionRadiationDose': {'130009': ('Prescription Radiation Dose', + [9500, 9529])}, + 'PrescriptionVisualAcuity': {'111687': ('Prescription Visual Acuity', [4216])}, + 'PresenceOfProperty': {'121052': ('Presence of property', [])}, + 'PresenceUndetermined': {'121059': ('Presence Undetermined', [])}, + 'Present': {'121053': ('Present', [])}, + 'PresentationOptionalRenderingDeviceMayPresent': {'111151': ('Presentation ' + 'Optional: ' + 'Rendering ' + 'device may ' + 'present', + [6034])}, + 'PresentationRequiredRenderingDeviceIsExpectedToPresent': {'111150': ('Presentation ' + 'Required: ' + 'Rendering ' + 'device ' + 'is ' + 'expected ' + 'to ' + 'present', + [6034])}, + 'PresentationState': {'PR': ('Presentation State', [33, 32])}, + 'PressureAboveAdjustmentLimit': {'130151': ('Pressure above adjustment limit', + [71])}, + 'PressureAboveWarningLimit': {'130150': ('Pressure above warning limit', + [71])}, + 'PressureAtDpDtMax': {'122199': ('Pressure at dp/dt max', [3611])}, + 'PressureDropAtSFR': {'122551': ('Pressure Drop at SFR', [])}, + 'PressureLimit': {'130193': ('Pressure Limit', [])}, + 'PressureVsTime': {'130230': ('Pressure vs Time', [])}, + 'PreviousFetalMalformationSyndrome': {'111570': ('Previous fetal ' + 'malformation/syndrome', + [6088, 6087])}, + 'PreviousFinding': {'121069': ('Previous Finding', [7002])}, + 'PreviousFindings': {'121068': ('Previous Findings', [])}, + 'PreviousLBWOrIUGRBirth': {'111569': ('Previous LBW or IUGR birth', + [6088, 6087])}, + 'PreviousProcedure': {'111531': ('Previous Procedure', [])}, + 'PreviousRHNegativeOrBloodDyscrasiaAtBirth': {'111571': ('Previous RH ' + 'negative or blood ' + 'dyscrasia at birth', + [6088, 6087])}, + 'PreviousReports': {'111549': ('Previous Reports', [])}, + 'PreviousTreatmentNote': {'130029': ('Previous Treatment Note', [])}, + 'PrimaryComplex': {'112059': ('Primary complex', [6104, 6102])}, + 'PrimaryInterventionDevice': {'122111': ('Primary Intervention Device', [])}, + 'PrimaryLevel': {'128725': ('Primary level', [7016])}, + 'Print': {'110008': ('Print', [9231])}, + 'PriorProcedureDescriptions': {'121066': ('Prior Procedure Descriptions', [])}, + 'PriorReportForCurrentPatient': {'122075': ('Prior report for current patient', + [3407])}, + 'PriorToVoiding': {'109134': ('Prior to voiding', [91])}, + 'Probabilistic': {'113212': ('Probabilistic', [7262])}, + 'ProbabilisticTrackingAlgorithm': {'113212': ('Probabilistic Tracking ' + 'Algorithm', + [])}, + 'Probability': {'122157': ('Probability', [])}, + 'ProbabilityOfCancer': {'111047': ('Probability of cancer', [6048])}, + 'ProcedureActionDuration': {'121128': ('Procedure Action Duration', [])}, + 'ProcedureActionItemID': {'121124': ('Procedure Action Item ID', [])}, + 'ProcedureCode': {'121023': ('Procedure Code', [])}, + 'ProcedureDatetime': {'122146': ('Procedure DateTime', [])}, + 'ProcedureDescription': {'121065': ('Procedure Description', [7002])}, + 'ProcedureEnvironmentalCharacteristics': {'122222': ('Procedure Environmental ' + 'Characteristics', + [])}, + 'ProcedureLogging': {'LOG': ('Procedure Logging', [30])}, + 'ProcedureModifier': {'111464': ('Procedure Modifier', [])}, + 'ProcedureNote': {'121174': ('Procedure Note', [3401])}, + 'ProcedureRecord': {'110111': ('Procedure Record', [400])}, + 'ProcedureReported': {'121058': ('Procedure reported', [6052, 6053])}, + 'ProcedureResult': {'122177': ('Procedure Result', [])}, + 'ProcedureStepNumber': {'109060': ('Procedure Step Number', [])}, + 'ProcedureStepToThisPoint': {'113970': ('Procedure Step To This Point', + [10000])}, + 'ProcedureStudyComponentUID': {'121019': ('Procedure Study Component UID', + [])}, + 'ProcedureStudyInstanceUID': {'121018': ('Procedure Study Instance UID', [])}, + 'ProcedureTimeBase': {'122701': ('Procedure time base', [])}, + 'ProcessingEquipment': {'109102': ('Processing Equipment', [7005])}, + 'ProcessingStepDescription': {'111703': ('Processing step description', [])}, + 'ProcessingType': {'111701': ('Processing type', [])}, + 'Profusion': {'112151': ('Profusion', [6123])}, + 'ProgesteroneReceptor': {'111476': ('Progesterone receptor', [])}, + 'ProgrammableDevice': {'130218': ('Programmable Device', [])}, + 'ProjectionEponymousName': {'113946': ('Projection Eponymous Name', [])}, + 'ProjectionXRay': {'113704': ('Projection X-Ray', [])}, + 'ProliferativeActivity': {'126036': ('Proliferative Activity', [7466])}, + 'ProspectiveGating': {'109081': ('Prospective gating', [3104])}, + 'ProstheticFabrication': {'129015': ('Prosthetic Fabrication', [7064])}, + 'ProstheticShaftAugment': {'112316': ('Prosthetic Shaft Augment', + [7308, 7307])}, + 'ProtocolStage': {'109055': ('Protocol Stage', [])}, + 'ProtocolTimePointIdentifier': {'126071': ('Protocol Time Point Identifier', + [])}, + 'ProtonDensity': {'113058': ('Proton Density', [7180, 218, 7469])}, + 'ProtonDensityWeightedMRSignalIntensity': {'110803': ('Proton Density ' + 'Weighted MR Signal ' + 'Intensity', + [7180, 218, 7469])}, + 'ProximalFindingSite': {'121116': ('Proximal Finding Site', [])}, + 'ProximalIsovelocitySurfaceArea': {'125216': ('Proximal Isovelocity Surface ' + 'Area', + [12231, 12227, 12229])}, + 'ProximalReference': {'122380': ('Proximal Reference', [3486])}, + 'ProximalStentMargin': {'122385': ('Proximal Stent Margin', [3487])}, + 'PseudoangiomatousStromalHyperplasia': {'111292': ('Pseudoangiomatous stromal ' + 'hyperplasia', + [6031, 6030])}, + 'Pseudoplaque': {'112068': ('Pseudoplaque', [6104, 6102])}, + 'PulmonaryArterialContentFcpa': {'122188': ('Pulmonary Arterial Content ' + '(FCpa)', + [3529])}, + 'PulmonaryFlow': {'122161': ('Pulmonary Flow', [3618])}, + 'PulmonaryImagingSubjectMatter': {'128729': ('Pulmonary imaging subject ' + 'matter', + [7017])}, + 'PulmonaryVenousContentFcpv': {'122189': ('Pulmonary Venous Content (FCpv)', + [3529])}, + 'PulseRate': {'113791': ('Pulse Rate', [])}, + 'PulseSequenceName': {'128230': ('Pulse Sequence Name', [])}, + 'PulseStrength': {'122195': ('Pulse Strength', [])}, + 'PulseTrainDefinition': {'109063': ('Pulse train definition', [])}, + 'PulseWidth': {'113793': ('Pulse Width', [])}, + 'Pulsed': {'113631': ('Pulsed', [10004])}, + 'QAProcessNote': {'130036': ('QA Process Note', [])}, + 'QWave': {'109042': ('Q wave', [3339])}, + 'QuadrantLocation': {'111048': ('Quadrant location', [])}, + 'QuadraticCellKillFactor': {'130089': ('Quadratic Cell Kill Factor', [])}, + 'QualitativeAnalysis': {'122145': ('Qualitative Analysis', [])}, + 'QualitativeDifference': {'111049': ('Qualitative Difference', [])}, + 'QualityAssessment': {'111050': ('Quality Assessment', [])}, + 'QualityControl': {'110002': ('Quality Control', [6061, 6051, 9231, 6058])}, + 'QualityControlIntent': {'113680': ('Quality Control Intent', [3629, 7064])}, + 'QualityControlStandard': {'111051': ('Quality Control Standard', [])}, + 'QualityFinding': {'111052': ('Quality Finding', [])}, + 'QualityIssue': {'113010': ('Quality Issue', [7010])}, + 'QuantitativeAnalysis': {'122144': ('Quantitative Analysis', [])}, + 'QuantitativeArteriographyReport': {'122291': ('Quantitative Arteriography ' + 'Report', + [])}, + 'QuantitativeVentriculographyReport': {'122292': ('Quantitative ' + 'Ventriculography Report', + [])}, + 'QuantityAdministered': {'121382': ('Quantity administered', [3410])}, + 'QuantityOfMaterial': {'121146': ('Quantity of Material', [])}, + 'Query': {'110112': ('Query', [400])}, + 'QuotationMode': {'121001': ('Quotation Mode', [])}, + 'QuotedSource': {'121002': ('Quoted Source', [])}, + 'R1': {'126393': ('R1', [7180, 218, 7469])}, + 'R150789Zr': {'126518': ('R1507 ^89^Zr', [4021])}, + 'R2': {'126394': ('R2', [7180, 218, 7469]), + '126395': ('R2*', [7180, 218, 7469])}, + 'R2Coefficient': {'126220': ('R2-Coefficient', [7180, 218, 7469])}, + 'RCARegionInLAOProjection': {'122471': ('RCA Region in LAO Projection', + [3461])}, + 'RCARegionInRAOProjection': {'122465': ('RCA Region in RAO Projection', + [3460])}, + 'RCARegionInROAProjection': {'122465': ('RCA Region in ROA Projection', [])}, + 'RCoefficient': {'113057': ('R-Coefficient', [7180, 218, 7469])}, + 'RECIST': {'112022': ('RECIST', [])}, + 'RECIST1Point0': {'126080': ('RECIST 1.0', [6147])}, + 'RECIST1Point1': {'126081': ('RECIST 1.1', [6147])}, + 'RGBBComponent': {'110836': ('RGB B Component', [7186, 7180, 218, 7469])}, + 'RGBGComponent': {'110835': ('RGB G Component', [7186, 7180, 218, 7469])}, + 'RGBRComponent': {'110834': ('RGB R Component', [7186, 7180, 218, 7469])}, + 'RO532344189Zr': {'126755': ('RO5323441 ^89^Zr', [4021])}, + 'RO54290889Zr': {'126756': ('RO542908 ^89^Zr', [4021])}, + 'RO692496311C': {'126719': ('RO6924963 ^11^C', [4021])}, + 'RO693164311C': {'126720': ('RO6931643 ^11^C', [4021])}, + 'RO695894818F': {'126757': ('RO6958948 ^18^F', [4021])}, + 'RRInterval': {'122182': ('R-R interval', + [12257, + 12261, + 12260, + 3613, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'RTBeamEnergy': {'130034': ('RT Beam Energy', [])}, + 'RTBrachyTreatment': {'121735': ('RT Brachy Treatment', [9241])}, + 'RTDose': {'RTDOSE': ('RT Dose', [33, 32])}, + 'RTDoseCalculationStructure': {'130042': ('RT Dose Calculation Structure', + [9503, 9502])}, + 'RTGeometricInformation': {'130043': ('RT Geometric Information', [9502])}, + 'RTImage': {'RTIMAGE': ('RT Image', [33, 29, 30])}, + 'RTMachineQA': {'121730': ('RT Machine QA', [9241])}, + 'RTPatientPositionAcquisitionCTKv': {'121707': ('RT Patient Position ' + 'Acquisition, CT kV', + [9242])}, + 'RTPatientPositionAcquisitionCTMV': {'121708': ('RT Patient Position ' + 'Acquisition, CT MV', + [9242])}, + 'RTPatientPositionAcquisitionDualPlaneKv': {'121705': ('RT Patient Position ' + 'Acquisition, dual ' + 'plane kV', + [9242])}, + 'RTPatientPositionAcquisitionDualPlaneKvMV': {'121706': ('RT Patient Position ' + 'Acquisition, dual ' + 'plane kV/MV', + [9242])}, + 'RTPatientPositionAcquisitionDualPlaneMV': {'121703': ('RT Patient Position ' + 'Acquisition, dual ' + 'plane MV', + [9242])}, + 'RTPatientPositionAcquisitionOptical': {'121709': ('RT Patient Position ' + 'Acquisition, Optical', + [9242])}, + 'RTPatientPositionAcquisitionSinglePlaneKv': {'121704': ('RT Patient Position ' + 'Acquisition, single ' + 'plane kV', + [9242])}, + 'RTPatientPositionAcquisitionSinglePlaneMV': {'121702': ('RT Patient Position ' + 'Acquisition, single ' + 'plane MV', + [9242])}, + 'RTPatientPositionAcquisitionSpatialFiducials': {'121711': ('RT Patient ' + 'Position ' + 'Acquisition, ' + 'Spatial ' + 'Fiducials', + [9242])}, + 'RTPatientPositionAcquisitionUltrasound': {'121710': ('RT Patient Position ' + 'Acquisition, ' + 'Ultrasound', + [9242])}, + 'RTPatientPositionAdjustment': {'121722': ('RT Patient Position Adjustment', + [9241])}, + 'RTPatientPositionInTreatmentSessionReview': {'121723': ('RT Patient Position ' + 'In-treatment-session ' + 'Review', + [9241])}, + 'RTPatientPositionRegistration2DOn3DReference': {'121718': ('RT Patient ' + 'Position ' + 'Registration, 2D ' + 'on 3D reference', + [9243])}, + 'RTPatientPositionRegistration3DCTGeneral': {'121714': ('RT Patient Position ' + 'Registration, 3D CT ' + 'general', + [9243])}, + 'RTPatientPositionRegistration3DCTMarkerBased': {'121715': ('RT Patient ' + 'Position ' + 'Registration, 3D ' + 'CT marker-based', + [9243])}, + 'RTPatientPositionRegistration3DCTVolumeBased': {'121716': ('RT Patient ' + 'Position ' + 'Registration, 3D ' + 'CT volume-based', + [9243])}, + 'RTPatientPositionRegistration3DOn2DReference': {'121717': ('RT Patient ' + 'Position ' + 'Registration, 3D ' + 'on 2D reference', + [9243])}, + 'RTPatientPositionRegistrationDualPlane': {'121713': ('RT Patient Position ' + 'Registration, dual ' + 'plane', + [9243])}, + 'RTPatientPositionRegistrationOptical': {'121719': ('RT Patient Position ' + 'Registration, Optical', + [9243])}, + 'RTPatientPositionRegistrationSinglePlane': {'121712': ('RT Patient Position ' + 'Registration, single ' + 'plane', + [9243])}, + 'RTPatientPositionRegistrationSpatialFiducials': {'121721': ('RT Patient ' + 'Position ' + 'Registration, ' + 'Spatial ' + 'Fiducials', + [9243])}, + 'RTPatientPositionRegistrationUltrasound': {'121720': ('RT Patient Position ' + 'Registration, ' + 'Ultrasound', + [9243])}, + 'RTPatientSetup': {'121701': ('RT Patient Setup', [9241])}, + 'RTPlan': {'RTPLAN': ('RT Plan', [33, 32])}, + 'RTPlanSummationInputUsed': {'128212': ('RT Plan Summation Input Used', + [7010, 7025])}, + 'RTPlanningResult': {'128189': ('RT Planning Result', [7010, 7023])}, + 'RTPreTreatmentConsistencyCheck': {'121374': ('RT Pre-Treatment Consistency ' + 'Check', + [702, 701])}, + 'RTPreTreatmentDoseCheck': {'121373': ('RT Pre-Treatment Dose Check', + [702, 701])}, + 'RTPrescriptionInputImages': {'130136': ('RT Prescription Input Images', + [9509])}, + 'RTPrescriptionInputUsed': {'128210': ('RT Prescription Input Used', + [7010, 7025])}, + 'RTPrescriptionResult': {'128185': ('RT Prescription Result', [7010, 7023]), + '128186': ('RT Prescription Result', [9510])}, + 'RTStructureSet': {'RTSTRUCT': ('RT Structure Set', [33, 32])}, + 'RTTarget': {'130041': ('RT Target', [9503, 9502])}, + 'RTTreatmentCourseSummary': {'128193': ('RT Treatment Course Summary', + [7010, 7023])}, + 'RTTreatmentPlanForThePositionBeingVerified': {'121310': ('RT treatment plan ' + 'for the position ' + 'being verified', + [7022])}, + 'RTTreatmentPlanningInputImages': {'130137': ('RT Treatment Planning Input ' + 'Images', + [9510])}, + 'RTTreatmentPlanningInputUsed': {'128211': ('RT Treatment Planning Input Used', + [7010, 7025])}, + 'RTTreatmentQAByRTIonPlanDifferenceCheck': {'121734': ('RT Treatment QA by RT ' + 'Ion Plan Difference ' + 'Check', + [9241])}, + 'RTTreatmentQAByRTIonPlanDoseCheck': {'121733': ('RT Treatment QA by RT Ion ' + 'Plan Dose Check', + [9241])}, + 'RTTreatmentQAByRTPlanDifferenceCheck': {'121732': ('RT Treatment QA by RT ' + 'Plan Difference Check', + [9241])}, + 'RTTreatmentQAByRTPlanDoseCheck': {'121731': ('RT Treatment QA by RT Plan ' + 'Dose Check', + [9241])}, + 'RTTreatmentQAResult': {'128194': ('RT Treatment QA Result', [7010, 7023])}, + 'RTTreatmentQAWithExternalVerification': {'121729': ('RT Treatment QA with ' + 'External Verification', + [9241])}, + 'RTTreatmentQAWithInternalVerification': {'121728': ('RT Treatment QA with ' + 'Internal Verification', + [9241])}, + 'RTTreatmentQAWithRTIonPlanDifferenceCheck': {'121734': ('RT Treatment QA ' + 'with RT Ion Plan ' + 'Difference Check', + [])}, + 'RTTreatmentRecord': {'RTRECORD': ('RT Treatment Record', [33, 32])}, + 'RTTreatmentSessionResult': {'128192': ('RT Treatment Session Result', + [7010, 7023])}, + 'RTTreatmentSimulationResult': {'128188': ('RT Treatment Simulation Result', + [7010, 7023])}, + 'RTTreatmentSimulationWithExternalVerification': {'121725': ('RT Treatment ' + 'Simulation with ' + 'External ' + 'Verification', + [9241])}, + 'RTTreatmentSimulationWithInternalVerification': {'121724': ('RT Treatment ' + 'Simulation with ' + 'Internal ' + 'Verification', + [9241])}, + 'RTTreatmentWithExternalVerification': {'121727': ('RT Treatment with ' + 'External Verification', + [9241])}, + 'RTTreatmentWithInternalVerification': {'121726': ('RT Treatment with ' + 'Internal Verification', + [9241])}, + 'RTWorkflowInputUsed': {'128209': ('RT Workflow Input Used', [7010, 7025])}, + 'RWave': {'109043': ('R wave', [3339])}, + 'RadialBScanPattern': {'128282': ('Radial B-scan pattern', [4272])}, + 'RadialBasedWallMotionAnalysis': {'122493': ('Radial Based Wall Motion ' + 'Analysis', + [])}, + 'RadialDiffusivity': {'113203': ('Radial Diffusivity', [7263])}, + 'RadialKurtosis': {'113207': ('Radial Kurtosis', [7263])}, + 'RadialPeripapillaryStructuralReflectanceMap': {'128264': ('Radial ' + 'peripapillary ' + 'structural ' + 'reflectance map', + [4271])}, + 'RadialPeripapillaryVasculatureFlow': {'128263': ('Radial peripapillary ' + 'vasculature flow', + [4271])}, + 'RadialScar': {'111293': ('Radial scar', [])}, + 'RadialShortening': {'122496': ('Radial Shortening', [])}, + 'RadialUltrasoundTransducerGeometry': {'125255': ('Radial ultrasound ' + 'transducer geometry', + [12033])}, + 'RadiationApplied': {'122308': ('Radiation applied', [3412])}, + 'RadiationCharacteristicsNote': {'130022': ('Radiation Characteristics Note', + [])}, + 'RadiationDoseCompositeParameters': {'128436': ('Radiation Dose Composite ' + 'Parameters', + [])}, + 'RadiationDoseEstimate': {'128402': ('Radiation Dose Estimate', [])}, + 'RadiationDoseEstimateMethod': {'128476': ('Radiation Dose Estimate Method', + [])}, + 'RadiationDoseEstimateMethodReference': {'128482': ('Radiation Dose Estimate ' + 'Method Reference', + [])}, + 'RadiationDoseEstimateMethodType': {'128477': ('Radiation Dose Estimate ' + 'Method Type', + [])}, + 'RadiationDoseEstimateMethodology': {'128415': ('Radiation Dose Estimate ' + 'Methodology', + [])}, + 'RadiationDoseEstimateName': {'128403': ('Radiation Dose Estimate Name', [])}, + 'RadiationDoseEstimateParameters': {'128434': ('Radiation Dose Estimate ' + 'Parameters', + [])}, + 'RadiationDoseEstimateRepresentation': {'128412': ('Radiation Dose Estimate ' + 'Representation', + [])}, + 'RadiationDoseEstimationParameterType': {'128464': ('Radiation Dose ' + 'Estimation Parameter ' + 'Type', + [])}, + 'RadiationDoseNormalizationPoint': {'130063': ('Radiation Dose Normalization ' + 'Point', + [9534])}, + 'RadiationDoseReferencePoint': {'130064': ('Radiation Dose Reference Point', + [9534])}, + 'RadiationDoseRepresentationData': {'128414': ('Radiation Dose Representation ' + 'Data', + [])}, + 'RadiationDoseShapingVolume': {'130061': ('Radiation Dose Shaping Volume', + [9535])}, + 'RadiationExposure': {'113921': ('Radiation Exposure', [])}, + 'RadiationExposureAndProtectionInformation': {'113923': ('Radiation Exposure ' + 'and Protection ' + 'Information', + [])}, + 'RadiationInteractionVolume': {'130066': ('Radiation Interaction Volume', + [9535])}, + 'RadiationPhysicist': {'121105': ('Radiation Physicist', [])}, + 'RadiationRemoved': {'122309': ('Radiation removed', [3412])}, + 'RadiationTherapyDevice': {'RT': ('Radiation Therapy Device', [30])}, + 'RadiationTherapyParticle': {'130033': ('Radiation Therapy Particle', [])}, + 'RadiationTransportBasedMethods': {'130126': ('Radiation transport-based ' + 'methods', + [9537])}, + 'RadiationTransportModelType': {'128420': ('Radiation Transport Model Type', + [])}, + 'RadioFrequencyAblationPower': {'109010': ('Radio frequency ablation, power', + [3240])}, + 'RadioactiveSubstanceAdministered': {'113922': ('Radioactive Substance ' + 'Administered', + [])}, + 'Radiofluoroscopy': {'RF': ('Radiofluoroscopy', [33, 29, 30])}, + 'Radiographer': {'121084': ('Radiographer', [])}, + 'RadiographicAnatomy': {'112005': ('Radiographic anatomy', [6101])}, + 'RadiographicImaging': {'RG': ('Radiographic imaging', [33, 29, 30])}, + 'RadioisotopeGenerator': {'113543': ('Radioisotope Generator', [10041])}, + 'RadionuclideResidualSyringeCounts': {'123010': ('Radionuclide Residual ' + 'Syringe Counts', + [])}, + 'RadionuclideSyringeCounts': {'123009': ('Radionuclide Syringe Counts', [])}, + 'RadionuclideTotalDose': {'123006': ('Radionuclide Total Dose', [])}, + 'RadionuclideVialIdentifier': {'113514': ('Radionuclide Vial Identifier', [])}, + 'Radiopharmaceutical': {'123001': ('Radiopharmaceutical', [])}, + 'RadiopharmaceuticalAdministration': {'113502': ('Radiopharmaceutical ' + 'Administration', + [])}, + 'RadiopharmaceuticalAdministrationEventUID': {'113503': ('Radiopharmaceutical ' + 'Administration ' + 'Event UID', + [])}, + 'RadiopharmaceuticalDispenseUnitIdentifier': {'113511': ('Radiopharmaceutical ' + 'Dispense Unit ' + 'Identifier', + [])}, + 'RadiopharmaceuticalLotIdentifier': {'113512': ('Radiopharmaceutical Lot ' + 'Identifier', + [])}, + 'RadiopharmaceuticalRadiationDoseReport': {'113500': ('Radiopharmaceutical ' + 'Radiation Dose Report', + [])}, + 'RadiopharmaceuticalSpecificActivity': {'123007': ('Radiopharmaceutical ' + 'Specific Activity', + [])}, + 'RadiopharmaceuticalStartDatetime': {'123003': ('Radiopharmaceutical Start ' + 'DateTime', + [])}, + 'RadiopharmaceuticalStopDatetime': {'123004': ('Radiopharmaceutical Stop ' + 'DateTime', + [])}, + 'RadiopharmaceuticalVolume': {'123005': ('Radiopharmaceutical Volume', [])}, + 'RadiotherapyApplicator': {'130125': ('Radiotherapy Applicator', + [9520, 9519])}, + 'RadiotherapyDose': {'RTDOSE': ('Radiotherapy Dose', [])}, + 'RadiotherapyImage': {'RTIMAGE': ('Radiotherapy Image', [])}, + 'RadiotherapyPlan': {'RTPLAN': ('Radiotherapy Plan', [])}, + 'RadiotherapyStructureSet': {'RTSTRUCT': ('Radiotherapy Structure Set', [])}, + 'RadiotherapyTreatmentRecord': {'RTRECORD': ('Radiotherapy Treatment Record', + [])}, + 'Ranibizumab89Zr': {'126742': ('Ranibizumab ^89^Zr', [4021])}, + 'RasterBScanPattern': {'128280': ('Raster B-scan pattern', [4272])}, + 'RateOfAdministration': {'122094': ('Rate of administration', [3410])}, + 'RateOfExposure': {'111579': ('Rate of exposure', [6092])}, + 'RatingOfPerceivedExertion': {'122706': ('Rating of Perceived Exertion', [])}, + 'RatioOfAchievedToPredictedFunctionalCapacity': {'122771': ('Ratio of ' + 'achieved to ' + 'predicted ' + 'functional ' + 'capacity', + [3238])}, + 'RatioOfAchievedToPredictedMaximalOxygenConsumption': {'122770': ('Ratio of ' + 'achieved ' + 'to ' + 'predicted ' + 'maximal ' + 'oxygen ' + 'consumption', + [3238])}, + 'ReaderSpecialty': {'128003': ('Reader Specialty', [])}, + 'ReagentVialIdentifier': {'113513': ('Reagent Vial Identifier', [])}, + 'RealTimeAcquisition': {'109080': ('Real time acquisition', [3104])}, + 'RealWorldValueMap': {'RWV': ('Real World Value Map', [33, 32])}, + 'RealWorldValueMapUsedForMeasurement': {'126100': ('Real World Value Map used ' + 'for measurement', + [])}, + 'ReasonForBiosafetyControls': {'127011': ('Reason for biosafety controls', + [])}, + 'ReasonForExam': {'122139': ('Reason for Exam', [])}, + 'ReasonForProcedure': {'111401': ('Reason for procedure', [6052, 6053])}, + 'ReasonForProceeding': {'113907': ('Reason for Proceeding', [])}, + 'ReasonForRepeatingAcquisition': {'128552': ('Reason for Repeating ' + 'Acquisition', + [])}, + 'RecallForImagingFindings': {'111591': ('Recall for imaging findings', + [6051])}, + 'RecallForPatientSymptomsClinicalFindings': {'111592': ('Recall for patient ' + 'symptoms/ clinical ' + 'findings', + [6051])}, + 'RecallForTechnicalReasons': {'111590': ('Recall for technical reasons', + [6051])}, + 'RecentPhysicalActivity': {'113552': ('Recent Physical Activity', [])}, + 'ReciprocatingGrid': {'111643': ('Reciprocating grid', [10017])}, + 'Recommendation': {'121075': ('Recommendation', [3419, 6053, 7002])}, + 'Recommendations': {'121074': ('Recommendations', [6052])}, + 'RecommendedCADOperatingPoint': {'111092': ('Recommended CAD Operating Point', + [])}, + 'RecommendedFollowUp': {'111053': ('Recommended Follow-up', [])}, + 'RecommendedFollowUpDate': {'111054': ('Recommended Follow-up Date', [])}, + 'RecommendedFollowUpInterval': {'111055': ('Recommended Follow-up Interval', + [])}, + 'Reconstructed': {'122404': ('Reconstructed', [])}, + 'ReconstructionAlgorithm': {'113961': ('Reconstruction Algorithm', [])}, + 'Recording': {'121097': ('Recording', [7445, 7453])}, + 'RecoveryState': {'109096': ('Recovery state', [])}, + 'RectalBalloon': {'130120': ('Rectal Balloon', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'RecumbentPatientPositionWithRespectToGravity': {'112228': ('Recumbent ' + 'Patient Position ' + 'with respect to ' + 'gravity', + [])}, + 'RecurrentMalignancy': {'111338': ('Recurrent malignancy', [6030, 6033])}, + 'RedFilter': {'111602': ('Red filter', [])}, + 'RedTranslucentIgloo': {'127221': ('Red translucent igloo', [606])}, + 'RedistributionState': {'109093': ('Redistribution State', [3101])}, + 'ReferenceAcquisitionPoint': {'130072': ('Reference Acquisition Point', + [9504])}, + 'ReferenceAuthority': {'121406': ('Reference Authority', [])}, + 'ReferenceBasis': {'128772': ('Reference Basis', [])}, + 'ReferenceEnergy': {'130087': ('Reference Energy', [])}, + 'ReferenceGeometry': {'128773': ('Reference Geometry', [])}, + 'ReferenceMethod': {'122430': ('Reference Method', [])}, + 'ReferencePoint': {'122611': ('Reference Point', [])}, + 'ReferencePointDefinition': {'113780': ('Reference Point Definition', [])}, + 'ReferencePoints': {'122438': ('Reference Points', [])}, + 'ReferenceToUncertaintyDeterminationMethod': {'128511': ('Reference to ' + 'Uncertainty ' + 'Determination ' + 'Method', + [])}, + 'ReferencedFrames': {'121190': ('Referenced Frames', [7250])}, + 'ReferencedImagingAgentAdministrationPhaseIdentifier': {'130217': ('Referenced ' + 'Imaging ' + 'Agent ' + 'Administration ' + 'Phase ' + 'Identifier', + [])}, + 'ReferencedImagingAgentAdministrationPhaseUID': {'130262': ('Referenced ' + 'Imaging Agent ' + 'Administration ' + 'Phase UID', + [])}, + 'ReferencedImagingAgentAdministrationStepUID': {'130216': ('Referenced ' + 'Imaging Agent ' + 'Administration ' + 'Step UID', + [])}, + 'ReferencedImagingAgentIdentifier': {'130255': ('Referenced Imaging Agent ' + 'Identifier', + [])}, + 'ReferencedSegment': {'121191': ('Referenced Segment', [7250])}, + 'ReferencedSegmentationFrame': {'121214': ('Referenced Segmentation Frame', + [])}, + 'Referring': {'121095': ('Referring', [])}, + 'ReflectionBasedCornealTopographer': {'111946': ('Reflection-based corneal ' + 'topographer', + [4210])}, + 'ReflectionIllumination': {'111742': ('Reflection illumination', [8123])}, + 'RefractiveMeasurementsSOPInstance': {'111783': ('Refractive Measurements SOP ' + 'Instance', + [4240])}, + 'RegionalAbnormalWallMotion': {'122417': ('Regional Abnormal Wall Motion', + [])}, + 'RegionalCerebralBloodFlow': {'113055': ('Regional Cerebral Blood Flow', [])}, + 'RegionalCerebralBloodVolume': {'113056': ('Regional Cerebral Blood Volume', + [])}, + 'RegionalContributionToEjectionFraction': {'122495': ('Regional Contribution ' + 'to Ejection Fraction', + [])}, + 'Registrar': {'121087': ('Registrar', [])}, + 'Registration': {'REG': ('Registration', [33, 32])}, + 'RegistrationCreatedDuringTreatment': {'129211': ('Registration created ' + 'during Treatment', + [7022])}, + 'RegistrationInput': {'125041': ('Registration Input', [7165, 7196, 7151])}, + 'RegistrationMethod': {'128446': ('Registration Method', [])}, + 'RegistrationResult': {'128183': ('Registration Result', [9510, 7010, 9509])}, + 'RegistrationUsedInPlanning': {'129210': ('Registration used in Planning', + [7022])}, + 'RegressionOffsetED': {'122432': ('Regression Offset ED', [])}, + 'RegressionOffsetES': {'122434': ('Regression Offset ES', [])}, + 'RegressionSlopeED': {'122431': ('Regression Slope ED', [])}, + 'RegressionSlopeES': {'122433': ('Regression Slope ES', [])}, + 'RegressionVolumeExponent': {'122435': ('Regression Volume Exponent', [])}, + 'RegurgitationJetArea': {'125332': ('Regurgitation Jet Area', [12304])}, + 'RegurgitationJetWidth': {'125333': ('Regurgitation Jet Width', [12304])}, + 'ReinjectionState': {'109092': ('Reinjection State', [3101])}, + 'RejectedForPatientSafetyReasons': {'113037': ('Rejected for Patient Safety ' + 'Reasons', + [7010])}, + 'RejectedForQualityReasons': {'113001': ('Rejected for Quality Reasons', + [7010])}, + 'RelatedImplantationReports': {'112365': ('Related Implantation Reports', [])}, + 'RelatedOphthalmicThicknessMap': {'111933': ('Related ophthalmic thickness ' + 'map', + [4264])}, + 'RelatedPatientDataNotUsedDuringPlanning': {'112364': ('Related Patient Data ' + 'Not Used During ' + 'Planning', + [])}, + 'RelatedToNonMacularSensitivity': {'111842': ('Related to non macular ' + 'sensitivity', + [4252])}, + 'RelativeAmountOfExposure': {'111582': ('Relative amount of exposure', + [6093])}, + 'RelativeAmountOfUse': {'111583': ('Relative amount of use', [6093])}, + 'RelativeAnisotropy': {'110809': ('Relative Anisotropy', + [7180, 7271, 218, 7263, 7469])}, + 'RelativeDoseAmount': {'111581': ('Relative dose amount', [6093])}, + 'RelativeDoseFrequency': {'111584': ('Relative dose frequency', [6094])}, + 'RelativeElectronDensity': {'130083': ('Relative Electron Density', [])}, + 'RelativeFrequencyOfExposure': {'111585': ('Relative frequency of exposure', + [6094])}, + 'RelativeFrequencyOfUse': {'111586': ('Relative frequency of use', [6094])}, + 'RelativeLinearStoppingPower': {'130086': ('Relative Linear Stopping Power', + [7180, 218, 7469])}, + 'RelativeMassDensity': {'130082': ('Relative Mass Density', [])}, + 'RelativePosition': {'122337': ('Relative position', [])}, + 'RelativeRegionalBloodFlow': {'126397': ('Relative Regional Blood Flow', + [4108, 7180, 218, 7469])}, + 'RelativeRegionalBloodVolume': {'126398': ('Relative Regional Blood Volume', + [4108, 7180, 218, 7469])}, + 'RelativeStenosisSeverity': {'122391': ('Relative Stenosis Severity', [])}, + 'RelevantIndicatedProblems': {'111514': ('Relevant Indicated Problems', [])}, + 'RelevantPatientInformation': {'111517': ('Relevant Patient Information', [])}, + 'RelevantPatientInformationForBreastImaging': {'111511': ('Relevant Patient ' + 'Information for ' + 'Breast Imaging', + [])}, + 'RelevantPreviousProcedures': {'111513': ('Relevant Previous Procedures', [])}, + 'RelevantRiskFactors': {'111515': ('Relevant Risk Factors', [])}, + 'RemainingConsumableDisposed': {'122078': ('Remaining consumable disposed', + [3408])}, + 'RemodelingIndex': {'122345': ('Remodeling Index', [3484])}, + 'RemoteServiceOperationStarted': {'110139': ('Remote Service Operation ' + 'Started', + [401, 403])}, + 'RemoteServiceOperationStopped': {'110140': ('Remote Service Operation ' + 'Stopped', + [401, 403])}, + 'RenderingIntent': {'111056': ('Rendering Intent', [])}, + 'ReplacedReport': {'121360': ('Replaced report', [7009])}, + 'ReportRequested': {'128004': ('Report Requested', [])}, + 'ReportVerification': {'110007': ('Report Verification', [9231])}, + 'RepresentativeOfEthicsCommittee': {'128677': ('Representative of Ethics ' + 'Committee', + [7450, 7452])}, + 'RepresentativeOfProtocolCommittee': {'128676': ('Representative of Protocol ' + 'Committee', + [7450, 7452])}, + 'Request': {'121062': ('Request', [])}, + 'Requesting': {'121096': ('Requesting', [7453])}, + 'Resident': {'121086': ('Resident', [])}, + 'ResidualVolumeOfImagingAgentInContainer': {'130206': ('Residual Volume of ' + 'Imaging Agent in ' + 'Container', + [])}, + 'ResourceInadequate': {'110527': ('Resource inadequate', [9300, 71])}, + 'ResourcePreEmpted': {'110526': ('Resource pre-empted', [9300, 9303])}, + 'RespirationWaveform': {'109117': ('Respiration Waveform', [3005])}, + 'RespiratoryWaveform': {'RESP': ('Respiratory Waveform', [33, 29, 30])}, + 'ResponseEvaluation': {'112020': ('Response Evaluation', [])}, + 'ResponseEvaluationMethod': {'112021': ('Response Evaluation Method', [])}, + 'RestTechnetiumStressTechnetium1DayProcedure': {'122782': ('Rest ' + 'technetium/stress ' + 'technetium 1 day ' + 'procedure', + [3110])}, + 'RestTechnetiumStressTechnetium2DayProcedure': {'122783': ('Rest ' + 'technetium/stress ' + 'technetium 2 day ' + 'procedure', + [3110])}, + 'RestThalliumStressTechnetiumProcedure': {'122781': ('Rest thallium/stress ' + 'technetium procedure', + [3110])}, + 'RestenoticLesion': {'122393': ('Restenotic Lesion', [])}, + 'ResultsCommunicated': {'121291': ('Results communicated', [])}, + 'ResultsQualityController': {'129004': ('Results Quality Controller', [7453])}, + 'ResumeProcedureAction': {'121133': ('Resume Procedure Action', [3421])}, + 'ResumeProcedureActionItem': {'121133': ('Resume Procedure Action Item', [])}, + 'RetainDeviceIdentityOption': {'113109': ('Retain Device Identity Option', + [7050])}, + 'RetainInstitutionIdentityOption': {'113112': ('Retain Institution Identity ' + 'Option', + [7050])}, + 'RetainLongitudinalTemporalInformationFullDatesOption': {'113106': ('Retain ' + 'Longitudinal ' + 'Temporal ' + 'Information ' + 'Full ' + 'Dates ' + 'Option', + [7050])}, + 'RetainLongitudinalTemporalInformationModifiedDatesOption': {'113107': ('Retain ' + 'Longitudinal ' + 'Temporal ' + 'Information ' + 'Modified ' + 'Dates ' + 'Option', + [7050])}, + 'RetainPatientCharacteristicsOption': {'113108': ('Retain Patient ' + 'Characteristics Option', + [7050])}, + 'RetainSafePrivateOption': {'113111': ('Retain Safe Private Option', [7050])}, + 'RetainUidsOption': {'113110': ('Retain UIDs Option', [7050])}, + 'ReticularPattern': {'112113': ('Reticular pattern', [6103, 6102, 6106])}, + 'ReticulonodularPattern': {'112065': ('Reticulonodular pattern', + [6104, 6103, 6102, 6106])}, + 'RetinaDepthEncodedStructuralReflectanceMap': {'128258': ('Retina depth ' + 'encoded structural ' + 'reflectance map', + [4271])}, + 'RetinaDepthEncodedVasculatureFlow': {'128257': ('Retina depth encoded ' + 'vasculature flow', + [4271])}, + 'RetinaStructuralReflectanceMap': {'128260': ('Retina structural reflectance ' + 'map', + [4271])}, + 'RetinaVasculatureFlow': {'128259': ('Retina vasculature flow', [4271])}, + 'RetinalNerveFiberLayerThickness': {'111925': ('Retinal nerve fiber layer ' + 'thickness', + [4262])}, + 'RetinalTopography': {'111924': ('Retinal topography', [4261])}, + 'RetroOrbitalRoute': {'127070': ('Retro-orbital route', [11])}, + 'RetroPectoralImplant': {'111486': ('Retro-pectoral implant', [6058, 6059])}, + 'RetrospectiveGating': {'109082': ('Retrospective gating', [3104])}, + 'Reused': {'127178': ('Reused', [604])}, + 'ReverseOsmosisPurifiedHclAcidifiedWater': {'127291': ('Reverse osmosis ' + 'purified, HCl ' + 'acidified water', + [610])}, + 'ReverseOsmosisPurifiedWater': {'127290': ('Reverse osmosis purified water', + [610])}, + 'ReviewOfAnOutsideStudy': {'111418': ('Review of an outside study', [6051])}, + 'RibScaleneTubercle': {'112096': ('Rib Scalene Tubercle', [6115])}, + 'RightContour': {'122508': ('Right Contour', [])}, + 'RightEyeRx': {'111688': ('Right Eye Rx', [])}, + 'RightFirst': {'126831': ('right first', [21])}, + 'RightHemisphereMostAnterior': {'125031': ('Right Hemisphere Most Anterior', + [7101, 7111])}, + 'RightHemisphereMostInferior': {'125034': ('Right Hemisphere Most Inferior', + [7101, 7111])}, + 'RightHemisphereMostPosterior': {'125032': ('Right Hemisphere Most Posterior', + [7101, 7111])}, + 'RightHemisphereMostSuperior': {'125033': ('Right Hemisphere Most Superior', + [7101, 7111])}, + 'RightToLeft': {'110866': ('Right To Left', [7185])}, + 'RightToLeftFlow': {'122228': ('Right to Left Flow', [])}, + 'RightTrachealStripe': {'112093': ('Right tracheal stripe', + [6113, 6109, 6102, 9514, 7192, 7151])}, + 'RightVentricleAnteriorWall': {'125319': ('Right Ventricle Anterior Wall', + [12305])}, + 'RightVentricleOutflowTractDistal': {'125317': ('Right Ventricle Outflow ' + 'Tract, Distal', + [12305])}, + 'RightVentricleOutflowTractProximal': {'125318': ('Right Ventricle Outflow ' + 'Tract, Proximal', + [12305])}, + 'RightVentricularEjectionTime': {'122213': ('Right Ventricular ejection time', + [3613])}, + 'RightVentricularFillingTime': {'122214': ('Right Ventricular filling time', + [3613])}, + 'RingUltrasoundTransducerGeometry': {'125256': ('Ring ultrasound transducer ' + 'geometry', + [12033])}, + 'RiseTime': {'130207': ('Rise Time', [])}, + 'RiskFactorModifier': {'111530': ('Risk Factor modifier', [])}, + 'Rituximab89Zr': {'126737': ('Rituximab ^89^Zr', [4021])}, + 'RobertsonReidTable': {'122253': ('Robertson & Reid table', [3664])}, + 'RoleOfPersonReporting': {'111534': ('Role of person reporting', [])}, + 'Roledumab89Zr': {'126733': ('Roledumab ^89^Zr', [4021])}, + 'RoomBarometricPressure': {'122225': ('Room Barometric pressure', [])}, + 'RoomIdentification': {'121121': ('Room identification', [])}, + 'RoomLaserPatientSetupPoint': {'130070': ('Room Laser Patient Setup Point', + [9504])}, + 'RoomOxygenConcentration': {'122223': ('Room oxygen concentration', [])}, + 'RoomTemperature': {'122224': ('Room temperature', [])}, + 'RootAngularSecondMomentOfGLCM': {'126061': ('Root Angular Second Moment of ' + 'GLCM', + [7467, 218, 7468])}, + 'RotationalAcquisition': {'113613': ('Rotational Acquisition', [10002])}, + 'RunEntropy': {'128816': ('Run Entropy', [])}, + 'RunLengthNonuniformity': {'128811': ('Run Length Nonuniformity', [])}, + 'RunLengthNonuniformityNormalized': {'128812': ('Run Length Nonuniformity ' + 'Normalized', + [])}, + 'RunLengthVariance': {'128815': ('Run Length Variance', [])}, + 'RunPercentage': {'128813': ('Run Percentage', [])}, + 'RungeKutta': {'113219': ('Runge-Kutta', [7262])}, + 'SAR341989Zr': {'126741': ('SAR3419 ^89^Zr', [4021])}, + 'SMILE': {'111681': ('SMILE', [4234])}, + 'SMPTEPattern': {'109943': ('SMPTE Pattern', [8301])}, + 'SOPClassUID': {'110181': ('SOP Class UID', [404])}, + 'SPECTCTOfWholeBody': {'127902': ('SPECT CT of whole body', [646])}, + 'SPECTOfWholeBody': {'127901': ('SPECT of whole body', [646])}, + 'SPhase': {'111477': ('S Phase', [])}, + 'SRInstanceUsed': {'128416': ('SR Instance Used', [])}, + 'SRKII': {'111766': ('SRKII', [4236])}, + 'SRKT': {'111767': ('SRK-T', [4236])}, + 'SSDEConversionFactor': {'128410': ('SSDE Conversion Factor', [10069])}, + 'STChangeFromBaseline': {'122099': ('ST change from baseline', [])}, + 'STDepressionDownsloping': {'122759': ('ST Depression - Downsloping', [3233])}, + 'STDepressionHorizontal': {'122757': ('ST Depression - Horizontal', [3233])}, + 'STDepressionUpsloping': {'122758': ('ST Depression - Upsloping', [3233])}, + 'STElevationOnsetDatetime': {'122173': ('ST Elevation Onset DateTime', [])}, + 'STHRIndex': {'122773': ('ST/HR Index', [3238])}, + 'SUVBodySurfaceAreaCalculationMethod': {'126412': ('SUV body surface area ' + 'calculation method', + [])}, + 'SUVBodyWeightCalculationMethod': {'126410': ('SUV body weight calculation ' + 'method', + [])}, + 'SUVIdealBodyWeightCalculationMethod': {'126413': ('SUV ideal body weight ' + 'calculation method', + [])}, + 'SUVLeanBodyMassCalculationJanmahasatianMethod': {'126414': ('SUV lean body ' + 'mass ' + 'calculation ' + 'Janmahasatian ' + 'method', + [])}, + 'SUVLeanBodyMassCalculationMethod': {'126411': ('SUV lean body mass ' + 'calculation method', + [])}, + 'SUVLeanBodyMassCalculationMethodUsing128Multiplier': {'126415': ('SUV lean ' + 'body mass ' + 'calculation ' + 'method ' + 'using 128 ' + 'multiplier', + [])}, + 'SWave': {'109044': ('S wave', [3339])}, + 'SalineImplant': {'111481': ('Saline implant', [6058, 6059])}, + 'SameAcquisitionAtDifferentFocalDepth': {'121352': ('Same acquisition at ' + 'different focal depth', + [8120])}, + 'SameAcquisitionAtDifferentSpectralBand': {'121353': ('Same acquisition at ' + 'different spectral ' + 'band', + [8120])}, + 'SameAcquisitionAtHigherResolution': {'121351': ('Same acquisition at higher ' + 'resolution', + [8120])}, + 'SameAcquisitionAtLowerResolution': {'121350': ('Same acquisition at lower ' + 'resolution', + [8120])}, + 'SameAnatomy': {'122401': ('Same Anatomy', [7210])}, + 'SameIndication': {'122402': ('Same Indication', [7210])}, + 'SampleVolumeDepth': {'125107': ('Sample Volume Depth', [])}, + 'SamplingDatetime': {'111469': ('Sampling DateTime', [])}, + 'SamplingMethod': {'111704': ('Sampling Method', [])}, + 'ScanDelay': {'130198': ('Scan Delay', [])}, + 'ScanningLength': {'113825': ('Scanning Length', [])}, + 'ScapularInfraspinatusFossa': {'112101': ('Scapular Infraspinatus Fossa', + [6115])}, + 'ScapularSpine': {'112099': ('Scapular Spine', [6115])}, + 'ScapularSupraspinatusFossa': {'112100': ('Scapular Supraspinatus Fossa', + [6115])}, + 'ScarTissue': {'111168': ('Scar tissue', [])}, + 'ScarredMyocardium': {'122113': ('Scarred Myocardium', [3704])}, + 'ScheimpflugCamera': {'111626': ('Scheimpflug Camera', [4210])}, + 'SclerosingAdenosis': {'111294': ('Sclerosing adenosis', [])}, + 'ScopeOfAccumulation': {'113705': ('Scope of Accumulation', [])}, + 'ScopeOfFeature': {'111057': ('Scope of Feature', [])}, + 'ScotopicLight': {'111627': ('Scotopic light', [4203])}, + 'ScrubNurse': {'121090': ('Scrub nurse', [])}, + 'SecondMeasureOfInformationCorrelationOfGLCM': {'128799': ('Second Measure of ' + 'Information ' + 'Correlation of ' + 'GLCM', + [])}, + 'SecondaryPulmonaryLobule': {'112054': ('Secondary pulmonary lobule', + [6109, 6102, 9514, 7192, 7151, 6110])}, + 'SectorUltrasoundTransducerGeometry': {'125254': ('Sector ultrasound ' + 'transducer geometry', + [12033])}, + 'SecureDigitalCard': {'110036': ('Secure Digital Card', [405])}, + 'SecurityAlert': {'110113': ('Security Alert', [400])}, + 'SecurityConfiguration': {'110129': ('Security Configuration', [401, 403])}, + 'SecurityRolesChanged': {'110136': ('Security Roles Changed', [401, 403])}, + 'Segmentation': {'113076': ('Segmentation', [7203]), + 'SEG': ('Segmentation', [33, 32])}, + 'SegmentationMethod': {'122554': ('Segmentation Method', [])}, + 'SegmentationResult': {'128182': ('Segmentation Result', [9510, 7010, 9509])}, + 'SegmentedConstrained': {'113269': ('Segmented-Constrained', [7274])}, + 'SegmentedUnconstrained': {'113268': ('Segmented-Unconstrained', [7274])}, + 'SelectedImplantComponent': {'112346': ('Selected Implant Component', [])}, + 'SelectedRegion': {'111099': ('Selected region', + [6016, 6201, 6101, 6054, 6014])}, + 'SelectedRegionDescription': {'111058': ('Selected Region Description', [])}, + 'SelectionStatus': {'121404': ('Selection Status', [])}, + 'SentForAnalysis': {'111457': ('Sent for analysis', [])}, + 'SeptalDefectIntervention': {'122055': ('Septal Defect Intervention', + [3405, 3406])}, + 'SeptalLines': {'112114': ('Septal line(s)', [6103, 6102])}, + 'SeptumToWall': {'110876': ('Septum To Wall', [7185])}, + 'SeptumWallAxis': {'110865': ('Septum-Wall Axis', [7184])}, + 'SequencedAcquisition': {'113804': ('Sequenced Acquisition', [10013])}, + 'Series': {'113015': ('Series', [10000, 7012])}, + 'SeriesInstanceUID': {'112002': ('Series Instance UID', [10001])}, + 'SeriesNumber': {'113607': ('Series Number', [10022])}, + 'SeriesOrInstanceUsedForWaterEquivalentDiameterEstimation': {'113985': ('Series ' + 'or ' + 'Instance ' + 'used ' + 'for ' + 'Water ' + 'Equivalent ' + 'Diameter ' + 'estimation', + [])}, + 'ServiceDeliveryLocation': {'121434': ('Service Delivery Location', [])}, + 'ServicePerformer': {'121435': ('Service Performer', [])}, + 'SessionStart': {'110145': ('Session start', [401, 403])}, + 'SessionStop': {'110146': ('Session stop', [401, 403])}, + 'SeverelyJaundiced': {'113563': ('Severely Jaundiced', [64, 10045])}, + 'SeverityOfCalcification': {'122132': ('Severity of Calcification', [])}, + 'SeverityOfComplication': {'111466': ('Severity of Complication', [])}, + 'Sewing': {'112319': ('Sewing', [7310])}, + 'SexOfAnimalsWithinSameHousingUnit': {'127144': ('Sex of animals within same ' + 'housing unit', + [])}, + 'SexOfHandler': {'127145': ('Sex of handler', [])}, + 'Shadow': {'112124': ('Shadow', [6104, 6102])}, + 'ShapeFromMotion': {'114206': ('Shape from motion', [8201])}, + 'ShapeFromShading': {'114205': ('Shape from shading', [8201])}, + 'SharplyDefined': {'112137': ('Sharply defined', [6120])}, + 'SharplyDemarcated': {'112140': ('Sharply demarcated', [6120])}, + 'SheetFilmDigitized': {'110020': ('Sheet Film Digitized', [7008])}, + 'ShelterManufacturer': {'127196': ('Shelter manufacturer', [])}, + 'ShelterProductCode': {'127198': ('Shelter product code', [])}, + 'ShelterProductName': {'127197': ('Shelter product name', [])}, + 'ShelterType': {'127195': ('Shelter type', [])}, + 'ShortLabel': {'125309': ('Short Label', [])}, + 'ShortRunHighGrayLevelEmphasis': {'128806': ('Short Run High Gray Level ' + 'Emphasis', + [])}, + 'ShortRunLowGrayLevelEmphasis': {'128805': ('Short Run Low Gray Level ' + 'Emphasis', + [])}, + 'ShortRunsEmphasis': {'128801': ('Short Runs Emphasis', [])}, + 'ShutterSpeedModelSSM': {'126344': ('Shutter-Speed Model (SSM)', + [4106, 4101])}, + 'SideOfFamily': {'111540': ('Side of Family', [])}, + 'SignalBaselineEnd': {'122639': ('Signal Baseline End', [3836])}, + 'SignalBaselineStart': {'122638': ('Signal Baseline Start', [3836])}, + 'SignalChange': {'113059': ('Signal change', [7180, 218, 7469])}, + 'SignalEarliestPeakTime': {'122631': ('Signal Earliest Peak Time', [3836])}, + 'SignalIncreaseStartTime': {'122633': ('Signal Increase Start Time', [3836])}, + 'SignalTimeToPeak': {'122634': ('Signal Time to Peak', [3836])}, + 'SignalToNoise': {'113060': ('Signal to noise', [7180, 218, 7469])}, + 'SignalToNoiseRatio': {'111787': ('Signal to Noise Ratio', [4243])}, + 'SignedCompleteAcquisitionContent': {'113035': ('Signed Complete Acquisition ' + 'Content', + [7010])}, + 'SignedCompleteStudyContent': {'113033': ('Signed Complete Study Content', + [7010])}, + 'SignedManifest': {'113031': ('Signed Manifest', [7010])}, + 'SignetRingSign': {'112069': ('Signet-ring sign', [6104, 6102])}, + 'SilhouetteSign': {'112152': ('Silhouette sign', [6123])}, + 'SiliconeGranuloma': {'111296': ('Silicone granuloma', [6031, 6030])}, + 'SiliconeLadenLymphNodes': {'111507': ('Silicone-laden lymph nodes', [6072])}, + 'SimpleObjectModel': {'128418': ('Simple Object Model', [10064])}, + 'SimplifiedBernoulli': {'125218': ('Simplified Bernoulli', [12230, 12227])}, + 'SimulatedKeratometry': {'111755': ('Simulated Keratometry', [4235, 4242])}, + 'SimulationIntent': {'129017': ('Simulation Intent', [7064])}, + 'SimulationNote': {'130032': ('Simulation Note', [])}, + 'SimultaneousArterialPulseWaveform': {'121306': ('Simultaneous Arterial Pulse ' + 'Waveform', + [7004])}, + 'SimultaneousDoppler': {'121301': ('Simultaneous Doppler', [7004])}, + 'SimultaneousECG': {'121303': ('Simultaneous ECG', [7004])}, + 'SimultaneousHemodynamic': {'121302': ('Simultaneous Hemodynamic', [7004])}, + 'SimultaneousPhonocardiographicWaveform': {'121307': ('Simultaneous ' + 'Phonocardiographic ' + 'Waveform', + [7004])}, + 'SimultaneousRespiratoryWaveform': {'121305': ('Simultaneous Respiratory ' + 'Waveform', + [7004])}, + 'SimultaneousVoiceNarrative': {'121304': ('Simultaneous Voice Narrative', + [7004])}, + 'SimultaneouslyAcquired': {'122400': ('Simultaneously Acquired', [7210])}, + 'SingleFraction': {'130096': ('Single Fraction', [9533])}, + 'SingleImageFinding': {'111059': ('Single Image Finding', [])}, + 'SingleImageFindingModifier': {'112024': ('Single Image Finding Modifier', + [])}, + 'SingleLADRegionInRAOProjection': {'122466': ('Single LAD Region in RAO ' + + 'Projection', + [3461])}, + 'SingleLuminance': {'111840': ('Single luminance', [4252])}, + 'SingleOrAnteriorLens': {'111778': ('Single or Anterior Lens', [4233])}, + 'SinglePhotonEmissionComputedTomography': {'ST': ('Single-photon emission ' + 'computed tomography', + [])}, + 'SinglePlane': {'113622': ('Single Plane', [10003])}, + 'SinglePlaneAngiography': {'122059': ('Single plane Angiography', [3748])}, + 'SinglePlaneEllipse': {'125226': ('Single Plane Ellipse', [12227, 12228])}, + 'SingleRCARegionInRAOProjection': {'122467': ('Single RCA Region in RAO ' + 'Projection', + [3461])}, + 'SingleShotEPI': {'113226': ('Single Shot EPI', [7260])}, + 'SingleSubjectExtractedFromGroup': {'113132': ('Single subject extracted from ' + 'group', + [7165, 7196, 7151])}, + 'SingleSubjectSelectedFromGroup': {'113132': ('Single subject selected from ' + 'group', + [])}, + 'SingleTensor': {'113231': ('Single Tensor', [7261])}, + 'SingularValueDecompositionSVDDeconvolution': {'126311': ('Singular Value ' + + 'Decomposition ' + '(SVD) ' + 'deconvolution', + [4105, 4106])}, + 'SiteInvolvement': {'112008': ('Site involvement', [])}, + 'SiteOfLumenMaximum': {'122687': ('Site of Lumen Maximum', [3486])}, + 'SiteOfLumenMinimum': {'122382': ('Site of Lumen Minimum', [3486])}, + 'SiteOfMaximumLuminal': {'122516': ('Site of Maximum Luminal', [])}, + 'SizeDescriptor': {'112025': ('Size Descriptor', [])}, + 'SizeSpecificDoseEstimation': {'113930': ('Size Specific Dose Estimation', + [])}, + 'Skewness': {'126051': ('Skewness', [7464])}, + 'SkinConditionClammy': {'122275': ('skin condition Clammy', [3446])}, + 'SkinConditionCold': {'122273': ('skin condition Cold', [3446])}, + 'SkinConditionCool': {'122272': ('skin condition Cool', [3446])}, + 'SkinConditionDiaphoretic': {'122276': ('skin condition Diaphoretic', [3446])}, + 'SkinConditionDry': {'122274': ('skin condition Dry', [3446])}, + 'SkinConditionFlush': {'122277': ('skin condition Flush', [3446])}, + 'SkinConditionMottled': {'122278': ('skin condition Mottled', [3446])}, + 'SkinConditionPale': {'122279': ('skin condition Pale', [3446])}, + 'SkinConditionWarm': {'122271': ('skin condition Warm', [3446])}, + 'SkinDoseMap': {'128485': ('Skin Dose Map', [10063])}, + 'SkinOfAnteriorHelixOfEar': {'130305': ('Skin of anterior helix of ear', + [4029])}, + 'SkinOfCaruncleOfEye': {'130306': ('Skin of caruncle of eye', [4029])}, + 'SkinOfInferiorHelixOfEar': {'130307': ('Skin of inferior helix of ear', + [4029])}, + 'SkinOfInferiorPosteriorSurfaceOfThePinna': {'130308': ('Skin of inferior ' + 'posterior surface of ' + 'the pinna', + [4029])}, + 'SkinOfInfraalarGroove': {'130312': ('Skin of infraalar groove', [4029])}, + 'SkinOfLateralPartOfDorsumOfFoot': {'130309': ('Skin of lateral part of ' + 'dorsum of foot', + [4029])}, + 'SkinOfLowerAntihelixOfEar': {'130310': ('Skin of lower antihelix of ear', + [4029])}, + 'SkinOfLowerEyelidMargin': {'130311': ('Skin of lower eyelid margin', [4029])}, + 'SkinOfLowerParaspinalRegion': {'130304': ('Skin of lower paraspinal region', + [4029])}, + 'SkinOfMedialPartOfDorsumOfFoot': {'130313': ('Skin of medial part of dorsum ' + 'of foot', + [4029])}, + 'SkinOfMidBack': {'130323': ('Skin of mid back', [4029])}, + 'SkinOfMidParaspinalRegion': {'130303': ('Skin of mid paraspinal region', + [4029])}, + 'SkinOfParanasalCheek': {'130314': ('Skin of paranasal cheek', [4029])}, + 'SkinOfParaspinalAreaOfTheNeck': {'130300': ('Skin of paraspinal area of the ' + 'neck', + [4029])}, + 'SkinOfParaspinalAreaOfTheSuperiorBack': {'130301': ('Skin of paraspinal area ' + 'of the superior back', + [4029])}, + 'SkinOfPosteriorHelixOfEar': {'130315': ('Skin of posterior helix of ear', + [4029])}, + 'SkinOfPosteriorLobuleOfTheEar': {'130316': ('Skin of posterior lobule of the ' + 'ear', + [4029])}, + 'SkinOfSoleOfForefoot': {'130317': ('Skin of sole of forefoot', [4029])}, + 'SkinOfSuperiorAntihelixOfEar': {'130318': ('Skin of superior antihelix of ' + 'ear', + [4029])}, + 'SkinOfSuperiorPosteriorHelixOfEar': {'130319': ('Skin of superior posterior ' + 'helix of ear', + [4029])}, + 'SkinOfSuperiorPosteriorSurfaceOfThePinna': {'130320': ('Skin of superior ' + 'posterior surface of ' + 'the pinna', + [4029])}, + 'SkinOfUpperAntihelixOfEar': {'130321': ('Skin of upper antihelix of ear', + [4029])}, + 'SkinOfUpperEyelidMargin': {'130322': ('Skin of upper eyelid margin', [4029])}, + 'SkinOfUpperParaspinalRegion': {'130302': ('Skin of upper paraspinal region', + [4029])}, + 'SliceContributionToEjectionFraction': {'122498': ('Slice Contribution to ' + 'Ejection Fraction', + [])}, + 'SliceThickness': {'112225': ('Slice Thickness', [])}, + 'SlideIdentifier': {'121043': ('Slide Identifier', [])}, + 'SlideMicroscopy': {'112702': ('Slide Microscopy', [8131]), + 'SM': ('Slide Microscopy', [33, 29, 30])}, + 'SlideUID': {'121044': ('Slide UID', [])}, + 'SlidingWindowBeam': {'130106': ('Sliding Window Beam', [9511, 9524])}, + 'SlowDiffusionCoefficient': {'113291': ('Slow Diffusion Coefficient', + [7180, 7272, 218, 7469])}, + 'SmallIrregularOpacities': {'112125': ('Small irregular opacities', + [6104, 6102, 6106])}, + 'SmallLesserThan32Point0cmLateralThickness': {'113601': ('Small: < 32.0 cm ' + 'lateral thickness', + [7041, 7042])}, + 'SmallRoundedOpacities': {'112126': ('Small rounded opacities', [6104, 6102])}, + 'SmallZoneEmphasis': {'128821': ('Small Zone Emphasis', [])}, + 'SmallZoneHighGrayLevelEmphasis': {'128826': ('Small Zone High Gray Level ' + 'Emphasis', + [])}, + 'SmallZoneLowGrayLevelEmphasis': {'128825': ('Small Zone Low Gray Level ' + 'Emphasis', + [])}, + 'Smoothing': {'113087': ('Smoothing', [7203])}, + 'SoftPlaque': {'122356': ('Soft plaque', [3491])}, + 'SoftTissue': {'112144': ('Soft tissue', [6211, 6122])}, + 'SoftwareConfiguration': {'110131': ('Software Configuration', [401, 403])}, + 'SoftwareFailure': {'111218': ('Software failure', [6041, 6135, 7011])}, + 'SolidMass': {'111462': ('Solid mass', [6064, 6054])}, + 'Sonazoid': {'125905': ('Sonazoid', [12030])}, + 'Sonographer': {'121093': ('Sonographer', [])}, + 'Sonologist': {'121092': ('Sonologist', [7450, 7452])}, + 'Sonovue': {'125906': ('SonoVue', [12030])}, + 'SourceDocument': {'121335': ('Source Document', [7006])}, + 'SourceDoseForComposingCurrentDose': {'121372': ('Source dose for composing ' + 'current dose', + [7221])}, + 'SourceImage': {'121324': ('Source image', [7061, 7060, 7205])}, + 'SourceImageDiffusionBValue': {'113240': ('Source image diffusion b-value', + [7276, 9000])}, + 'SourceImageForImageProcessingOperation': {'121322': ('Source image for image ' + 'processing operation', + [4264, 7222, 7202])}, + 'SourceImageForMontage': {'121329': ('Source image for montage', [7202])}, + 'SourceImageForSegmentation': {'121233': ('Source image for segmentation', + [])}, + 'SourceMeasurement': {'128224': ('Source measurement', [7060, 7013])}, + 'SourceMedia': {'110155': ('Source Media', [402])}, + 'SourceOfDoseInformation': {'113854': ('Source of Dose Information', [])}, + 'SourceOfMeasurement': {'121112': ('Source of Measurement', [7003])}, + 'SourceRawData': {'128226': ('Source raw data', [7060, 7013])}, + 'SourceRealWorldValueMap': {'128227': ('Source real world value map', + [7060, 7013, 7019])}, + 'SourceReport': {'128225': ('Source report', [7060, 7013])}, + 'SourceRoleID': {'110153': ('Source Role ID', [402])}, + 'SourceSeriesForImageProcessingOperation': {'121323': ('Source series for ' + 'image processing ' + 'operation', + [7210])}, + 'SourceSeriesForSegmentation': {'121232': ('Source series for segmentation', + [])}, + 'SpacingBetweenSlices': {'112226': ('Spacing between slices', [])}, + 'SpatialDisplacementXComponent': {'110822': ('Spatial Displacement X ' + 'Component', + [7180, 218, 7469])}, + 'SpatialDisplacementYComponent': {'110823': ('Spatial Displacement Y ' + 'Component', + [7180, 218, 7469])}, + 'SpatialDisplacementZComponent': {'110824': ('Spatial Displacement Z ' + 'Component', + [7180, 218, 7469])}, + 'SpatialFiducials': {'128447': ('Spatial Fiducials', []), + 'FID': ('Spatial Fiducials', [33, 32])}, + 'SpatialRegistration': {'112353': ('Spatial Registration', [])}, + 'SpatialRegistrationReference': {'128444': ('Spatial Registration Reference', + [])}, + 'SpatialResampling': {'113085': ('Spatial resampling', [7203])}, + 'SpatiallyRelatedFramesExtractedFromTheVolume': {'113091': ('Spatially-related ' + 'frames extracted ' + 'from the volume', + [7203])}, + 'SpecialProcedureNote': {'130025': ('Special Procedure Note', [])}, + 'SpecifiedConformationNumber': {'130076': ('Specified Conformation Number', + [9500])}, + 'SpecifiedConformityIndex': {'130074': ('Specified Conformity Index', [9500])}, + 'SpecifiedHealthyTissueConformityIndex': {'130075': ('Specified Healthy ' + 'Tissue Conformity Index', + [9500])}, + 'SpecifiedHomogeneityIndex': {'130077': ('Specified Homogeneity Index', + [9500])}, + 'SpecifiedRadiationDose': {'130019': ('Specified Radiation Dose', [])}, + 'SpecifiedVolumePercentage': {'130021': ('Specified Volume Percentage', [])}, + 'SpecifiedVolumeSize': {'130020': ('Specified Volume Size', [])}, + 'Specimen': {'121027': ('Specimen', [271])}, + 'SpecimenAccessionNumber': {'121040': ('Specimen Accession Number', [])}, + 'SpecimenContainerIdentifier': {'111700': ('Specimen Container Identifier', + [])}, + 'SpecimenIdentifier': {'121041': ('Specimen Identifier', [])}, + 'SpecimenStorage': {'111729': ('Specimen storage', [8111])}, + 'SpecimenType': {'121042': ('Specimen Type', [])}, + 'SpecimenUID': {'121039': ('Specimen UID', [])}, + 'SpectaclePrescriptionReport': {'111671': ('Spectacle Prescription Report', + [])}, + 'SpectralDomain': {'111921': ('Spectral domain', [4261])}, + 'SpectralFilteredImage': {'121340': ('Spectral filtered image', [7201])}, + 'Spectroscopy': {'121317': ('Spectroscopy', [7201])}, + 'SpectroscopyDataForWaterPhaseCorrection': {'121318': ('Spectroscopy Data for ' + 'Water Phase ' + 'Correction', + [7215])}, + 'SpeedOfSound': {'110832': ('Speed of sound', [7180, 218, 7469])}, + 'Sphere': {'122485': ('Sphere', [4051, 7112, 7151, 8, 3451, 7111, 7193])}, + 'SphericalDeconvolution': {'113238': ('Spherical Deconvolution', [7261])}, + 'SphericalProjection': {'111791': ('Spherical projection', [4245])}, + 'Spiculated': {'112136': ('Spiculated', [6119])}, + 'SpinTaggingPerfusionMRSignalIntensity': {'110800': ('Spin Tagging Perfusion ' + 'MR Signal Intensity', + [7180, 218, 7469])}, + 'SpontaneousAbortion': {'111566': ('Spontaneous Abortion', [6088, 6087])}, + 'SpotMagnificationViews': {'111136': ('Spot magnification view(s)', + [6029, 6028])}, + 'SquamousCellCarcinomaOfTheNipple': {'111340': ('Squamous cell carcinoma of ' + 'the nipple', + [6030, 6033])}, + 'Stage0': {'111494': ('Stage 0', [6068])}, + 'StageI': {'111495': ('Stage I', [6068])}, + 'StageIIA': {'111496': ('Stage IIA', [6068])}, + 'StageIIB': {'111497': ('Stage IIB', [6068])}, + 'StageIIIA': {'111498': ('Stage IIIA', [6068])}, + 'StageIIIB': {'111499': ('Stage IIIB', [6068])}, + 'StageIIIC': {'111500': ('Stage IIIC', [6068])}, + 'StageIV': {'111501': ('Stage IV', [6068])}, + 'StageView': {'113017': ('Stage-View', [7012])}, + 'StagedMeasurements': {'125310': ('Staged Measurements', [])}, + 'StagingPriorToImaging': {'127103': ('Staging prior to imaging', [634])}, + 'StandardDeviation': {'113061': ('Standard Deviation', [])}, + 'StandardDeviationDistanceOfCalcificationsInACluster': {'112201': ('Standard ' + 'deviation ' + 'distance ' + 'of ' + 'calcifications ' + 'in a ' + 'cluster', + [6142])}, + 'StandardDeviationOfAttenuationCoefficient': {'112183': ('Standard Deviation ' + 'of Attenuation ' + 'Coefficient', + [6141])}, + 'StandardDeviationOfMeasurementsUsed': {'111786': ('Standard Deviation of ' + 'measurements used', + [4243])}, + 'StandardDeviationOfPopulation': {'121414': ('Standard deviation of ' + 'population', + [226, 221, 7465])}, + 'StandardFractionation': {'130097': ('Standard Fractionation', [9533])}, + 'StandardToftsModel': {'126340': ('Standard Tofts Model', [4106, 4101])}, + 'StandardizedAddedMetabolicActivity': {'126037': ('Standardized Added ' + 'Metabolic Activity', + [7466])}, + 'StandardizedAddedMetabolicActivityBackground': {'126038': ('Standardized ' + 'Added Metabolic ' + 'Activity ' + 'Background', + [7466])}, + 'StandardizedAddedMetabolicActivitySAM': {'126037': ('Standardized Added ' + 'Metabolic Activity ' + '(SAM)', + [])}, + 'StandardizedAddedMetabolicActivitySAMBackground': {'126038': ('Standardized ' + 'Added ' + 'Metabolic ' + 'Activity ' + '(SAM) ' + 'Background', + [])}, + 'StandardizedUptakeValue': {'126400': ('Standardized Uptake Value', + [7180, 218, 7469])}, + 'Standby': {'121101': ('Standby', [7453])}, + 'StartOfAtrialContraction': {'109045': ('Start of atrial contraction', [3339]), + '109046': ('Start of atrial contraction ' + '(subsequent)', + [3339])}, + 'StartOfContrastAgentAdministration': {'125234': ('Start of contrast agent ' + 'administration', + [12031])}, + 'StartOfDrugDoseAdministration': {'125233': ('Start of drug dose ' + 'administration', + [12031])}, + 'StartOfExpiration': {'109029': ('Start of expiration', [3337])}, + 'StartOfInspiration': {'109030': ('Start of inspiration', [3337])}, + 'StartOfThermalCO': {'109031': ('Start of thermal CO', [3337])}, + 'StartOfThermalCardiacOutputBolus': {'109031': ('Start of thermal cardiac ' + 'output bolus', + [])}, + 'StartOfXRayIrradiation': {'113809': ('Start of X-Ray Irradiation', [])}, + 'StartProcedureAction': {'121130': ('Start Procedure Action', [3421])}, + 'StartProcedureActionItem': {'121130': ('Start Procedure Action Item', [])}, + 'StartingFlowRateOfAdministration': {'130208': ('Starting Flow Rate of ' + 'administration', + [])}, + 'Statement': {'122152': ('Statement', [])}, + 'StatementModifier': {'122153': ('Statement Modifier', [])}, + 'StaticBeam': {'130102': ('Static Beam', [9511, 9524])}, + 'StationAETitle': {'110119': ('Station AE Title', [])}, + 'StationaryAcquisition': {'113611': ('Stationary Acquisition', [10002]), + '113806': ('Stationary Acquisition', [10013])}, + 'StenoticFlowReserve': {'122548': ('Stenotic Flow Reserve', [])}, + 'StentComposition': {'122685': ('Stent Composition', [])}, + 'StentDiameterRatio': {'122351': ('Stent Diameter Ratio', [3484])}, + 'StentDisintegration': {'122684': ('stent disintegration', [3813])}, + 'StentExpansionIndex': {'122347': ('Stent Expansion Index', [3484])}, + 'StentFracture': {'122683': ('stent fracture', [3813])}, + 'StentGap': {'122364': ('Stent Gap', [3483])}, + 'StentReExpanded': {'122306': ('Stent re-expanded', [3412])}, + 'StentSymmetryIndex': {'122346': ('Stent Symmetry Index', [3484])}, + 'StentVolumeObstruction': {'122339': ('Stent Volume Obstruction', [])}, + 'StentedRegion': {'122383': ('Stented Region', [3487]), + '122384': ('Stented Region', [])}, + 'StepAndShootBeam': {'130105': ('Step and Shoot Beam', [9511, 9524])}, + 'SteppingAcquisition': {'113612': ('Stepping Acquisition', [10002])}, + 'StereometricRelationship': {'SMR': ('Stereometric Relationship', [33, 32])}, + 'StereotacticCoordinates': {'127450': ('Stereotactic coordinates', [])}, + 'StimulationAtRate1Interval': {'109047': ('Stimulation at rate 1 interval', + [3339])}, + 'StimulationAtRate2Interval': {'109048': ('Stimulation at rate 2 interval', + [3339])}, + 'StimulationAtRate3Interval': {'109049': ('Stimulation at rate 3 interval', + [3339])}, + 'StimulationAtRate4Interval': {'109050': ('Stimulation at rate 4 interval', + [3339])}, + 'StorageDetector': {'113950': ('Storage Detector', [10030])}, + 'Strain': {'127411': ('Strain', [])}, + 'StrainDescription': {'127412': ('Strain description', [])}, + 'Streamline': {'113215': ('Streamline', [7262])}, + 'StressProtocol': {'109056': ('Stress Protocol', [])}, + 'StressTechnetiumRestTechnetium1DayProcedure': {'122784': ('Stress ' + 'technetium/rest ' + 'technetium 1 day ' + 'procedure', + [3110])}, + 'StressTestScore': {'122760': ('Stress test score', [])}, + 'StretchedExponentialDiffusionModel': {'113254': ('Stretched exponential ' + 'diffusion model', + [7273])}, + 'StripFilter': {'113650': ('Strip filter', [10007])}, + 'Stripe': {'112094': ('Stripe', [6113, 6109, 6102, 9514, 7192, 7151])}, + 'StronglyPositive': {'122755': ('Strongly positive', [3231])}, + 'StronglyPositiveSTElevation': {'122756': ('Strongly positive - ST elevation', + [3231])}, + 'StructuralImageForImageProcessing': {'128250': ('Structural image for image ' + 'processing', + [7202])}, + 'StructureOfTheFindingSite': {'125311': ('Structure of the Finding Site', + [12302])}, + 'StructuredReportDocument': {'SR': ('Structured Report Document', [33, 32])}, + 'StudentTTest': {'113068': ("Student's T-test", [7180, 218, 7469])}, + 'StudiesImported': {'110027': ('Studies Imported', [7008])}, + 'Study': {'113014': ('Study', [10000, 7012])}, + 'StudyDate': {'111060': ('Study Date', [])}, + 'StudyInstanceUID': {'110180': ('Study Instance UID', [10001, 404])}, + 'StudyTime': {'111061': ('Study Time', [])}, + 'SubjectAge': {'121033': ('Subject Age', [])}, + 'SubjectBirthDate': {'121031': ('Subject Birth Date', [])}, + 'SubjectBreed': {'121035': ('Subject Breed', [])}, + 'SubjectClass': {'121024': ('Subject Class', [])}, + 'SubjectID': {'121030': ('Subject ID', [])}, + 'SubjectName': {'121029': ('Subject Name', [])}, + 'SubjectSex': {'121032': ('Subject Sex', [])}, + 'SubjectSpecies': {'121034': ('Subject Species', [])}, + 'SubjectTimePointIdentifier': {'126070': ('Subject Time Point Identifier', + [])}, + 'SubjectUID': {'121028': ('Subject UID', [])}, + 'SubjectiveRefraction': {'SRF': ('Subjective Refraction', [33, 29, 30])}, + 'SuboptimalContrastTiming': {'128554': ('Suboptimal contrast timing', + [10034])}, + 'Subpleural': {'112153': ('Subpleural', [6124, 6126])}, + 'SubpleuralLine': {'112115': ('Subpleural line', [6103, 6102])}, + 'SubscapularFossa': {'112098': ('Subscapular Fossa', [6115])}, + 'SubstanceUseHistory': {'111545': ('Substance Use History', [])}, + 'Succeeded': {'111222': ('Succeeded', [6042])}, + 'SuccessfulAnalyses': {'111062': ('Successful Analyses', [])}, + 'SuccessfulDetections': {'111063': ('Successful Detections', [])}, + 'SuggestiveOfMalignancyTakeAppropriateAction': {'111146': ('Suggestive of ' + 'malignancy - take ' + 'appropriate ' + 'action', + [6029, 6028])}, + 'SumAverageOfGLCM': {'128787': ('Sum Average of GLCM', [])}, + 'SumEntropyOfGLCM': {'128789': ('Sum Entropy of GLCM', [])}, + 'SumOfSegmentedVoxelVolumes': {'126030': ('Sum of segmented voxel volumes', + [7474])}, + 'SumVarianceOfGLCM': {'128788': ('Sum Variance of GLCM', [])}, + 'Summary': {'121111': ('Summary', [7002])}, + 'SummaryOfAnalyses': {'111065': ('Summary of Analyses', [])}, + 'SummaryOfDetections': {'111064': ('Summary of Detections', [])}, + 'SuperficialRetinaStructuralReflectanceMap': {'128266': ('Superficial retina ' + 'structural ' + 'reflectance map', + [4271])}, + 'SuperficialRetinaVasculatureFlow': {'128265': ('Superficial retina ' + 'vasculature flow', + [4271])}, + 'SuperiorLongitudinalFasciculusI': {'110703': ('superior longitudinal ' + 'fasciculus I', + [7703, 7710])}, + 'SuperiorLongitudinalFasciculusII': {'110704': ('superior longitudinal ' + 'fasciculus II', + [7703, 7710])}, + 'SuperiorLongitudinalFasciculusIII': {'110705': ('superior longitudinal ' + + 'fasciculus III', + [7703, 7710])}, + 'SuperolateralToInferomedial': {'111434': ('Superolateral to inferomedial', + [6065])}, + 'SuperomedialToInferolateral': {'111435': ('Superomedial to inferolateral', + [6065])}, + 'SupplementaryData': {'111414': ('Supplementary Data', [])}, + 'SupplementaryDataForIntervention': {'111463': ('Supplementary Data for ' + 'Intervention', + [])}, + 'SupportingInformation': {'112359': ('Supporting Information', [])}, + 'SurfaceBetweenInnerAndOuterSegmentsOfThePhotoreceptors': {'128295': ('Surface ' + 'between ' + 'Inner ' + 'and ' + 'Outer ' + 'Segments ' + 'of the ' + 'photoreceptors', + [9514, + 7192, + 7151, + 4273])}, + 'SurfaceContourMapping': {'111792': ('Surface contour mapping', [4245])}, + 'SurfaceOfTheCenterOfTheRPE': {'128298': ('Surface of the center of the RPE', + [9514, 7192, 7151, 4273])}, + 'SurfaceOfTheChoroidScleraInterface': {'128301': ('Surface of the ' + 'choroid-sclera interface', + [9514, 7192, 7151, 4273])}, + 'SurfaceOfTheInterdigitatingZoneBetweenRetinaAndRPE': {'128296': ('Surface of ' + + 'the ' + 'interdigitating ' + 'zone ' + 'between ' + 'retina and ' + 'RPE', + [9514, + 7192, + 7151, + 4273])}, + 'SurfaceRendering': {'113075': ('Surface rendering', [7203])}, + 'Surgeon': {'121091': ('Surgeon', [])}, + 'SurgeonFactor': {'111773': ('Surgeon Factor', [4237])}, + 'SurgicalConsult': {'111410': ('Surgical consult', [6083, 6050, 6028])}, + 'Survey': {'111128': ('Survey', [6061, 6051, 6058])}, + 'SuspendProcedureAction': {'121132': ('Suspend Procedure Action', [3421])}, + 'SuspendProcedureActionItem': {'121132': ('Suspend Procedure Action Item', + [])}, + 'Suvbsa': {'126403': ('SUVbsa', [7180, 218, 7469])}, + 'Suvbw': {'126401': ('SUVbw', [7180, 218, 7469])}, + 'Suvibw': {'126404': ('SUVibw', [7180, 218, 7469])}, + 'Suvlbm': {'126402': ('SUVlbm', [7180, 218, 7469])}, + 'SuvlbmJames128': {'126406': ('SUVlbm(James128)', [7180, 218, 7469])}, + 'SuvlbmJanma': {'126405': ('SUVlbm(Janma)', [7180, 218, 7469])}, + 'SynchronizedRoboticTreatment': {'130139': ('Synchronized Robotic Treatment', + [9523, 9524])}, + 'SyringeAttached': {'130163': ('Syringe attached', [71])}, + 'SyringeDetached': {'130164': ('Syringe detached', [71])}, + 'SystemCalculated': {'113940': ('System Calculated', [10020])}, + 'SystemicFlow': {'122162': ('Systemic Flow', [3618])}, + 'SystolicBloodVelocityMean': {'122203': ('Systolic blood velocity, mean', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'SystolicBloodVelocityPeak': {'122204': ('Systolic blood velocity, peak', + [3612, + 12261, + 12276, + 12267, + 12266, + 12268, + 12264, + 12263])}, + 'SystolicPeakPressure': {'109033': ('Systolic peak pressure', [])}, + 'SystolicPressureAverage': {'109032': ('Systolic pressure, average', [])}, + 'T1': {'113063': ('T1', [7180, 218, 7469])}, + 'T1ByFixedValue': {'126352': ('T1 by Fixed Value', [4106, 4100])}, + 'T1ByInversionRecovery': {'126351': ('T1 by Inversion Recovery', + [4106, 4100])}, + 'T1ByMultipleFlipAngles': {'126350': ('T1 by Multiple Flip Angles', + [4106, 4100])}, + 'T1UsedForCalculation': {'126353': ('T1 Used For Calculation', [])}, + 'T1WeightedDynamicContrastEnhancedMRSignalIntensity': {'110816': ('T1 ' + + 'Weighted ' + 'Dynamic ' + 'Contrast ' + 'Enhanced ' + 'MR Signal ' + 'Intensity', + [7180, + 218, + 7469])}, + 'T1WeightedMRSignalIntensity': {'110804': ('T1 Weighted MR Signal Intensity', + [7180, 218, 7469])}, + 'T1Worst': {'122367': ('T-1 Worst', [3493])}, + 'T2': {'113064': ('T2*', [7180, 218, 7469]), + '113065': ('T2', [7180, 218, 7469])}, + 'T2Secondary': {'122368': ('T-2 Secondary', [3493])}, + 'T2WeightedDynamicContrastEnhancedMRSignalIntensity': {'110817': ('T2 ' + + 'Weighted ' + 'Dynamic ' + 'Contrast ' + 'Enhanced ' + 'MR Signal ' + 'Intensity', + [7180, + 218, + 7469]), + '110818': ('T2* ' + 'Weighted ' + 'Dynamic ' + 'Contrast ' + 'Enhanced ' + 'MR Signal ' + 'Intensity', + [7180, + 218, + 7469])}, + 'T2WeightedMRSignalIntensity': {'110805': ('T2 Weighted MR Signal Intensity', + [7180, 218, 7469]), + '110806': ('T2* Weighted MR Signal Intensity', + [7180, 218, 7469])}, + 'T3Secondary': {'122369': ('T-3 Secondary', [3493])}, + 'T4Secondary': {'122370': ('T-4 Secondary', [3493])}, + 'T807F18': {'126502': ('T807 F^18^', [4021])}, + 'TEND': {'113216': ('TEND', [7262])}, + 'TG18ADPattern': {'109845': ('TG18-AD Pattern', [8301])}, + 'TG18AFCPattern': {'109861': ('TG18-AFC Pattern', [8301])}, + 'TG18BRPattern': {'109802': ('TG18-BR Pattern', [8301])}, + 'TG18CHImage': {'109878': ('TG18-CH Image', [8301])}, + 'TG18CTPattern': {'109804': ('TG18-CT Pattern', [8301])}, + 'TG18CXPattern': {'109854': ('TG18-CX Pattern', [8301])}, + 'TG18GA03Pattern': {'109870': ('TG18-GA03 Pattern', [8301])}, + 'TG18GA05Pattern': {'109871': ('TG18-GA05 Pattern', [8301])}, + 'TG18GA08Pattern': {'109872': ('TG18-GA08 Pattern', [8301])}, + 'TG18GA10Pattern': {'109873': ('TG18-GA10 Pattern', [8301])}, + 'TG18GA15Pattern': {'109874': ('TG18-GA15 Pattern', [8301])}, + 'TG18GA20Pattern': {'109875': ('TG18-GA20 Pattern', [8301])}, + 'TG18GA25Pattern': {'109876': ('TG18-GA25 Pattern', [8301])}, + 'TG18GA30Pattern': {'109877': ('TG18-GA30 Pattern', [8301])}, + 'TG18GQBPattern': {'109869': ('TG18-GQB Pattern', [8301])}, + 'TG18GQNPattern': {'109868': ('TG18-GQN Pattern', [8301])}, + 'TG18GQPattern': {'109867': ('TG18-GQ Pattern', [8301])}, + 'TG18GVNPattern': {'109866': ('TG18-GVN Pattern', [8301])}, + 'TG18GVPattern': {'109865': ('TG18-GV Pattern', [8301])}, + 'TG18KNImage': {'109879': ('TG18-KN Image', [8301])}, + 'TG18LN1201Pattern': {'109823': ('TG18-LN12-01 Pattern', [8301])}, + 'TG18LN1202Pattern': {'109824': ('TG18-LN12-02 Pattern', [8301])}, + 'TG18LN1203Pattern': {'109825': ('TG18-LN12-03 Pattern', [8301])}, + 'TG18LN1204Pattern': {'109826': ('TG18-LN12-04 Pattern', [8301])}, + 'TG18LN1205Pattern': {'109827': ('TG18-LN12-05 Pattern', [8301])}, + 'TG18LN1206Pattern': {'109828': ('TG18-LN12-06 Pattern', [8301])}, + 'TG18LN1207Pattern': {'109829': ('TG18-LN12-07 Pattern', [8301])}, + 'TG18LN1208Pattern': {'109830': ('TG18-LN12-08 Pattern', [8301])}, + 'TG18LN1209Pattern': {'109831': ('TG18-LN12-09 Pattern', [8301])}, + 'TG18LN1210Pattern': {'109832': ('TG18-LN12-10 Pattern', [8301])}, + 'TG18LN1211Pattern': {'109833': ('TG18-LN12-11 Pattern', [8301])}, + 'TG18LN1212Pattern': {'109834': ('TG18-LN12-12 Pattern', [8301])}, + 'TG18LN1213Pattern': {'109835': ('TG18-LN12-13 Pattern', [8301])}, + 'TG18LN1214Pattern': {'109836': ('TG18-LN12-14 Pattern', [8301])}, + 'TG18LN1215Pattern': {'109837': ('TG18-LN12-15 Pattern', [8301])}, + 'TG18LN1216Pattern': {'109838': ('TG18-LN12-16 Pattern', [8301])}, + 'TG18LN1217Pattern': {'109839': ('TG18-LN12-17 Pattern', [8301])}, + 'TG18LN1218Pattern': {'109840': ('TG18-LN12-18 Pattern', [8301])}, + 'TG18LN801Pattern': {'109805': ('TG18-LN8-01 Pattern', [8301])}, + 'TG18LN802Pattern': {'109806': ('TG18-LN8-02 Pattern', [8301])}, + 'TG18LN803Pattern': {'109807': ('TG18-LN8-03 Pattern', [8301])}, + 'TG18LN804Pattern': {'109808': ('TG18-LN8-04 Pattern', [8301])}, + 'TG18LN805Pattern': {'109809': ('TG18-LN8-05 Pattern', [8301])}, + 'TG18LN806Pattern': {'109810': ('TG18-LN8-06 Pattern', [8301])}, + 'TG18LN807Pattern': {'109811': ('TG18-LN8-07 Pattern', [8301])}, + 'TG18LN808Pattern': {'109812': ('TG18-LN8-08 Pattern', [8301])}, + 'TG18LN809Pattern': {'109813': ('TG18-LN8-09 Pattern', [8301])}, + 'TG18LN810Pattern': {'109814': ('TG18-LN8-10 Pattern', [8301])}, + 'TG18LN811Pattern': {'109815': ('TG18-LN8-11 Pattern', [8301])}, + 'TG18LN812Pattern': {'109816': ('TG18-LN8-12 Pattern', [8301])}, + 'TG18LN813Pattern': {'109817': ('TG18-LN8-13 Pattern', [8301])}, + 'TG18LN814Pattern': {'109818': ('TG18-LN8-14 Pattern', [8301])}, + 'TG18LN815Pattern': {'109819': ('TG18-LN8-15 Pattern', [8301])}, + 'TG18LN816Pattern': {'109820': ('TG18-LN8-16 Pattern', [8301])}, + 'TG18LN817Pattern': {'109821': ('TG18-LN8-17 Pattern', [8301])}, + 'TG18LN818Pattern': {'109822': ('TG18-LN8-18 Pattern', [8301])}, + 'TG18LPH10Pattern': {'109855': ('TG18-LPH10 Pattern', [8301])}, + 'TG18LPH50Pattern': {'109856': ('TG18-LPH50 Pattern', [8301])}, + 'TG18LPH89Pattern': {'109857': ('TG18-LPH89 Pattern', [8301])}, + 'TG18LPV10Pattern': {'109858': ('TG18-LPV10 Pattern', [8301])}, + 'TG18LPV50Pattern': {'109859': ('TG18-LPV50 Pattern', [8301])}, + 'TG18LPV89Pattern': {'109860': ('TG18-LPV89 Pattern', [8301])}, + 'TG18MM1Image': {'109880': ('TG18-MM1 Image', [8301])}, + 'TG18MM2Image': {'109881': ('TG18-MM2 Image', [8301])}, + 'TG18MPPattern': {'109846': ('TG18-MP Pattern', [8301])}, + 'TG18NS10Pattern': {'109862': ('TG18-NS10 Pattern', [8301])}, + 'TG18NS50Pattern': {'109863': ('TG18-NS50 Pattern', [8301])}, + 'TG18NS89Pattern': {'109864': ('TG18-NS89 Pattern', [8301])}, + 'TG18PQCPattern': {'109803': ('TG18-PQC Pattern', [8301])}, + 'TG18PXPattern': {'109853': ('TG18-PX Pattern', [8301])}, + 'TG18QCPattern': {'109801': ('TG18-QC Pattern', [8301])}, + 'TG18RH10Pattern': {'109847': ('TG18-RH10 Pattern', [8301])}, + 'TG18RH50Pattern': {'109848': ('TG18-RH50 Pattern', [8301])}, + 'TG18RH89Pattern': {'109849': ('TG18-RH89 Pattern', [8301])}, + 'TG18RV10Pattern': {'109850': ('TG18-RV10 Pattern', [8301])}, + 'TG18RV50Pattern': {'109851': ('TG18-RV50 Pattern', [8301])}, + 'TG18RV89Pattern': {'109852': ('TG18-RV89 Pattern', [8301])}, + 'TG18UN10Pattern': {'109841': ('TG18-UN10 Pattern', [8301])}, + 'TG18UN80Pattern': {'109842': ('TG18-UN80 Pattern', [8301])}, + 'TG18UNL10Pattern': {'109843': ('TG18-UNL10 Pattern', [8301, 8302])}, + 'TG18UNL80Pattern': {'109844': ('TG18-UNL80 Pattern', [8301, 8302])}, + 'THK5351F18': {'126717': ('THK5351 F^18^', [])}, + 'TRC10589Zr': {'126749': ('TRC105 ^89^Zr', [4021])}, + 'TSPyramid': {'122564': ('TS Pyramid', [3453])}, + 'TWave': {'109051': ('T wave', [3339])}, + 'Table': {'128459': ('Table', [10066])}, + 'TableCore': {'128460': ('Table Core', [10066])}, + 'TableCradleTiltAngle': {'113756': ('Table Cradle Tilt Angle', [])}, + 'TableCradleTiltEndAngle': {'128765': ('Table Cradle Tilt End Angle', [])}, + 'TableHeadTiltAngle': {'113754': ('Table Head Tilt Angle', [])}, + 'TableHeadTiltEndAngle': {'128763': ('Table Head Tilt End Angle', [])}, + 'TableHeightEndPosition': {'113761': ('Table Height End Position', [10008])}, + 'TableHeightPosition': {'113753': ('Table Height Position', [10008])}, + 'TableHorizontalRotationAngle': {'113755': ('Table Horizontal Rotation Angle', + [])}, + 'TableHorizontalRotationEndAngle': {'128764': ('Table Horizontal Rotation End ' + 'Angle', + [])}, + 'TableLateralEndPosition': {'113760': ('Table Lateral End Position', [10008])}, + 'TableLateralPosition': {'113752': ('Table Lateral Position', [10008])}, + 'TableLongitudinalEndPosition': {'113759': ('Table Longitudinal End Position', + [10008])}, + 'TableLongitudinalPosition': {'113751': ('Table Longitudinal Position', + [10008])}, + 'TableMount': {'113952': ('Table Mount', [10031])}, + 'TableOfValues': {'121424': ('Table of Values', [228])}, + 'TableOfValuesCitation': {'121422': ('Table of Values Citation', [228])}, + 'TableOuterLiner': {'128461': ('Table Outer Liner', [10066])}, + 'TablePad': {'128462': ('Table Pad', [10066])}, + 'TableXEndPositionToIsocenter': {'128769': ('Table X End Position to ' + 'Isocenter', + [10008])}, + 'TableXPositionToIsocenter': {'128766': ('Table X Position to Isocenter', + [10008])}, + 'TableYEndPositionToIsocenter': {'128770': ('Table Y End Position to ' + 'Isocenter', + [10008])}, + 'TableYPositionToIsocenter': {'128767': ('Table Y Position to Isocenter', + [10008])}, + 'TableZEndPositionToIsocenter': {'128771': ('Table Z End Position to ' + 'Isocenter', + [10008])}, + 'TableZPositionToIsocenter': {'128768': ('Table Z Position to Isocenter', + [10008])}, + 'TabularDataAlgorithm': {'128479': ('Tabular Data Algorithm', [10068])}, + 'TargestarB': {'125907': ('Targestar-B', [12030])}, + 'TargestarP': {'125908': ('Targestar-P', [12030])}, + 'Target': {'112162': ('Target', [6132])}, + 'TargetCompletelyContainedInTheSpecimen': {'111443': ('Target completely ' + 'contained in the ' + 'specimen', + [])}, + 'TargetContainedInTheSpecimen': {'111443': ('Target contained in the specimen', + [6066])}, + 'TargetContentItemsAreRelatedContraLaterally': {'111155': ('Target content ' + 'items are related ' + 'contra-laterally', + [6035])}, + 'TargetContentItemsAreRelatedSpatially': {'111154': ('Target content items ' + 'are related spatially', + [6035])}, + 'TargetContentItemsAreRelatedTemporally': {'111153': ('Target content items ' + 'are related temporally', + [6035])}, + 'TargetExposureIndex': {'113846': ('Target Exposure Index', [])}, + 'TargetLesionAtBaseline': {'112074': ('Target Lesion at Baseline', [6145])}, + 'TargetLesionCompleteResponse': {'112041': ('Target Lesion Complete Response', + [6144, 6143])}, + 'TargetLesionPartialResponse': {'112042': ('Target Lesion Partial Response', + [6144, 6143])}, + 'TargetLesionProgressiveDisease': {'112043': ('Target Lesion Progressive ' + 'Disease', + [6144, 6143])}, + 'TargetLesionStableDisease': {'112044': ('Target Lesion Stable Disease', + [6144, 6143])}, + 'TargetNotInTheSpecimen': {'111445': ('Target not in the specimen', [6066])}, + 'TargetPartiallyObtainedInTheSpecimen': {'111444': ('Target partially ' + 'obtained in the specimen', + [6066])}, + 'TargetRegion': {'123014': ('Target Region', [])}, + 'Targeted': {'111127': ('Targeted', [6061, 6051, 6058])}, + 'Tau': {'109072': ('Tau', + [12257, + 12261, + 12260, + 3613, + 12271, + 12267, + 3337, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'TaxonomicRankOfOrigin': {'127402': ('Taxonomic rank of origin', [])}, + 'TeachingFileCategory': {'128723': ('Teaching File Category', [])}, + 'TechNote': {'121171': ('Tech Note', [3401])}, + 'TechnicalFactorsMissing': {'111194': ('Technical factors missing', [6041])}, + 'Technologist': {'121083': ('Technologist', [])}, + 'Teichholz': {'125209': ('Teichholz', [12227, 12228])}, + 'TeletherapyIsotope': {'130040': ('Teletherapy Isotope', [])}, + 'TemperatureEncoded': {'113067': ('Temperature encoded', [7180, 218, 7469])}, + 'TemporalDerivativeExceedsThreshold': {'126373': ('Temporal Derivative ' + 'Exceeds Threshold', + [4104, 4106])}, + 'TemporalDerivativeThreshold': {'126374': ('Temporal Derivative Threshold', + [7180, 4109, 218, 7469])}, + 'TemporalPredecessor': {'121348': ('Temporal Predecessor', [7201])}, + 'TemporalSuccessor': {'121349': ('Temporal Successor', [7201])}, + 'TemporallyRelatedFramesExtractedFromTheSetOfVolumes': {'113092': ('Temporally-related ' + 'frames ' + 'extracted ' + 'from the ' + 'set of ' + 'volumes', + [7203])}, + + 'TerminatedByScanner': {'130177': ('Terminated by scanner', [67, 71])}, + 'TerminatedDueToAirDetected': {'130176': ('Terminated due to air detected', + [67, 71])}, + 'TerminatedDueToConsumableRemoval': {'130179': ('Terminated due to consumable ' + 'removal', + [67, 71])}, + 'TerminatedDueToCriticalBatteryLevel': {'130178': ('Terminated due to ' + 'critical battery level', + [67, 71])}, + 'TerminatedDueToExcessiveDurationPause': {'130158': ('Terminated due to ' + 'excessive duration ' + 'pause', + [67, 71])}, + 'TerminatedDueToFlowRateAboveTerminationLimit': {'130157': ('Terminated due ' + 'to flow rate ' + 'above ' + 'termination ' + 'limit', + [67, 71])}, + 'TerminatedDueToInjectorCommunicationLoss': {'130159': ('Terminated due to ' + 'injector ' + 'communication loss', + [67, 71])}, + 'TerminatedDueToPressureAboveTerminationLimit': {'130156': ('Terminated due ' + 'to pressure ' + 'above ' + 'termination ' + 'limit', + [67, 71])}, + 'TerminatedDueToRequestFromOperator': {'130154': ('Terminated due to request ' + 'from operator', + [67, 71])}, + 'TerminatedDueToUnspecifiedInjectorFailure': {'130160': ('Terminated due to ' + 'unspecified ' + 'injector failure', + [67, 71])}, + 'TerritoryRegionSeverity': {'122459': ('Territory Region Severity', [])}, + 'TextureDescriptor': {'112010': ('Texture Descriptor', [])}, + 'Thermography': {'TG': ('Thermography', [33, 29, 30])}, + 'ThickeningAnalysis': {'122607': ('Thickening Analysis', [])}, + 'ThicknessDeviationCategoryFromNormativeData': {'111931': ('Thickness ' + 'deviation ' + 'category from ' + 'normative data', + [4263])}, + 'ThicknessDeviationFromNormativeData': {'111932': ('Thickness deviation from ' + 'normative data', + [4263])}, + 'ThinningMyocardium': {'122114': ('Thinning Myocardium', [3704])}, + 'ThoracicImagingSpecialty': {'128015': ('Thoracic Imaging Specialty', [7449])}, + 'ThoracicRadiology': {'128179': ('Thoracic Radiology', [7030])}, + 'ThoraxDiameterSagittal': {'122221': ('Thorax diameter, sagittal', [])}, + 'ThreeDimensionalMethod': {'112189': ('Three-dimensional method', [6140])}, + 'ThresholdAttenuationCoefficient': {'112032': ('Threshold Attenuation ' + 'Coefficient', + [])}, + 'ThresholdRelated': {'111839': ('Threshold related', [4252])}, + 'ThresholdValue': {'122411': ('Threshold Value', [])}, + 'Time': {'110858': ('Time', [7182])}, + 'TimeAfterTheStartOfInjection': {'130194': ('Time after the start of ' + 'injection', + [])}, + 'TimeCourseOfSignal': {'113066': ('Time course of signal', [7180, 218, 7469])}, + 'TimeDomain': {'111920': ('Time domain', [4261])}, + 'TimeIntervalSinceDetectionOfContrastBolus': {'122668': ('Time interval since ' + 'detection of ' + 'contrast bolus', + [])}, + 'TimeIntervalSinceInjectionOfContrastMedia': {'122665': ('Time interval since ' + 'injection of ' + 'contrast media', + [])}, + 'TimeOfFlight': {'114201': ('Time of flight', [8201])}, + 'TimeOfFlightAngioMRSignalIntensity': {'110802': ('Time Of Flight Angio MR ' + 'Signal Intensity', + [7180, 218, 7469])}, + 'TimeOfLeadingHalfPeakConcentration': {'126372': ('Time of Leading Half-Peak ' + 'Concentration', + [4104, + 7180, + 4109, + 4106, + 218, + 7469])}, + 'TimeOfPeakConcentration': {'126370': ('Time of Peak Concentration', + [4104, 7180, 4109, 4106, 218, 7469])}, + 'TimePointOrder': {'126073': ('Time Point Order', [])}, + 'TimePointType': {'126072': ('Time Point Type', [])}, + 'TimeRelativeToRWavePeak': {'122666': ('Time relative to R-wave peak', [])}, + 'TimeSinceStartOfStage': {'122710': ('Time since start of stage', [])}, + 'TimeToPeak': {'113069': ('Time To Peak', [4108, 7180, 4109, 218, 7469])}, + 'TimeframeUncertain': {'111399': ('Timeframe uncertain', [])}, + 'TissueAirRatio': {'128433': ('Tissue Air Ratio', [10069])}, + 'TissueFraction': {'128526': ('Tissue Fraction', [10069])}, + 'TissueOfOrigin': {'127401': ('Tissue of origin', [])}, + 'TissueSelectionMethod': {'112713': ('Tissue selection method', [])}, + 'TissueVelocity': {'110827': ('Tissue Velocity', [7180, 218, 7469])}, + 'Title21CFRSection900SubpartB': {'111239': ('Title 21 CFR Section 900, ' + 'Subpart B', + [6045])}, + 'Tmax': {'113084': ('Tmax', [4108, 7180, 218, 7469])}, + 'TooSmall': {'112133': ('Too small', [6118])}, + 'ToolFabrication': {'129014': ('Tool Fabrication', [7064])}, + 'TopZLocationOfReconstructableVolume': {'113895': ('Top Z Location of ' + 'Reconstructable Volume', + [])}, + 'TopZLocationOfScanningLength': {'113897': ('Top Z Location of Scanning ' + 'Length', + [])}, + 'TopographicBeam': {'130109': ('Topographic Beam', [9512, 9524])}, + 'TotalAcquisitionTime': {'113855': ('Total Acquisition Time', [])}, + 'TotalCholesterolScoreSheetForMen': {'122235': ('Total Cholesterol Score ' + 'Sheet for Men', + [3668])}, + 'TotalCholesterolScoreSheetForWomen': {'122236': ('Total Cholesterol Score ' + 'Sheet for Women', + [3668])}, + 'TotalCorneaPowerMeasurementMethod': {'111758': ('Total Cornea Power ' + 'Measurement Method', + [4242])}, + 'TotalDurationInHousing': {'127150': ('Total duration in housing', [])}, + 'TotalDurationOfLightDarkCycle': {'127214': ('Total duration of light-dark ' + 'cycle', + [])}, + 'TotalFluoroTime': {'113730': ('Total Fluoro Time', [10050])}, + 'TotalInternalReflectionFluorescence': {'111749': ('Total internal reflection ' + 'fluorescence', + [8123])}, + 'TotalKeepVeinOpenVolumeAdministered': {'130165': ('Total Keep Vein Open ' + 'Volume Administered', + [])}, + 'TotalLesionGlycolysis': {'126033': ('Total Lesion Glycolysis', [7466])}, + 'TotalLesionProliferation': {'126035': ('Total Lesion Proliferation', [7466])}, + 'TotalNumberOfIrradiationEvents': {'113812': ('Total Number of Irradiation ' + 'Events', + [])}, + 'TotalNumberOfManuallyTriggeredInjections': {'130242': ('Total number of ' + 'manually triggered ' + 'injections', + [])}, + 'TotalNumberOfRadiographicFrames': {'113731': ('Total Number of Radiographic ' + 'Frames', + [10050])}, + 'TotalPhaseVolumeAdministered': {'130240': ('Total Phase Volume Administered', + [])}, + 'TotalPlaqueVolume': {'122376': ('Total Plaque Volume', [3485])}, + 'TotalPulmonaryResistance': {'122215': ('Total Pulmonary Resistance', [3619])}, + 'TotalRetinalThicknessILMToBM': {'111929': ('Total retinal thickness (ILM to ' + 'BM)', + [4262])}, + 'TotalRetinalThicknessILMToISOS': {'111927': ('Total retinal thickness (ILM ' + 'to IS-OS)', + [4262])}, + 'TotalRetinalThicknessILMToRPE': {'111928': ('Total retinal thickness (ILM to ' + 'RPE)', + [4262])}, + 'TotalStepVolumeAdministered': {'130241': ('Total Step Volume Administered', + [])}, + 'TotalVascularResistance': {'122216': ('Total Vascular Resistance', [3619])}, + 'Trace': {'113201': ('Trace', [7263])}, + 'TracerConcentration': {'126377': ('Tracer Concentration', + [7180, 4109, 218, 7469])}, + 'TrackingIdentifier': {'112039': ('Tracking Identifier', [])}, + 'TrackingUniqueIdentifier': {'112040': ('Tracking Unique Identifier', [])}, + 'TramlineShadow': {'112116': ('Tramline shadow', [6103, 6102])}, + 'Transcription': {'110006': ('Transcription', [9231]), + '110012': ('Transcription', [])}, + 'TransesophagealTransducer': {'125262': ('Transesophageal Transducer', + [12035])}, + 'TransitTimeTestInjection': {'130248': ('Transit Time Test Injection', [72])}, + 'TransmissionIllumination': {'111741': ('Transmission illumination', [8123])}, + 'TransmitFrequency': {'122098': ('Transmit Frequency', [3423])}, + 'TransponderMarker': {'129306': ('Transponder Marker', [7112, 7111])}, + 'Trastuzumab89Zr': {'126512': ('Trastuzumab ^89^Zr', [4021])}, + 'TreadmillGradient': {'122703': ('Treadmill gradient', [])}, + 'TreadmillSpeed': {'122702': ('Treadmill speed', [])}, + 'TreatedVolume': {'130059': ('Treated Volume', [9534])}, + 'TreatmentDeliveryType': {'121740': ('Treatment Delivery Type', [9250])}, + 'TreatmentPlanningNote': {'130024': ('Treatment Planning Note', [])}, + 'TreeInBudSign': {'112127': ('Tree-in-bud sign', [6104, 6102])}, + 'Trend': {'122151': ('Trend', [])}, + 'TrueLumen': {'122360': ('True Lumen', [3494])}, + 'TruncatedGaussianDiffusionModel': {'113255': ('Truncated Gaussian diffusion ' + 'model', + [7273])}, + 'TrustRegion': {'113266': ('Trust-Region', [7274])}, + 'TubularShadow': {'112117': ('Tubular shadow', [6103, 6102])}, + 'TumorBoardInputUsed': {'128221': ('Tumor Board Input Used', [7010])}, + 'TumorGraft': {'127460': ('Tumor Graft', [637])}, + 'TumorRegistryInputUsed': {'128222': ('Tumor Registry Input Used', [7010])}, + 'TurbulenceResistance': {'122550': ('Turbulence Resistance', [])}, + 'TurntableScanMethod': {'114209': ('Turntable Scan Method', [8202])}, + 'TwoChamber': {'122565': ('Two Chamber', [3453])}, + 'TwoCompartmentExchange2CXModel': {'126347': ('Two Compartment Exchange (2CX) ' + 'Model', + [4106, 4101])}, + 'TwoDimensionalMethod': {'112188': ('Two-dimensional method', [6140])}, + 'TypeOfContent': {'112009': ('Type of Content', [])}, + 'TypeOfMyocardialInfarction': {'122170': ('Type of Myocardial Infarction', + [])}, + 'UDI': {'128739': ('UDI', [])}, + 'URI': {'110037': ('URI', [405])}, + 'US3DCAMModel': {'129018': ('US 3D CAM model', [7061])}, + 'USBDiskEmulation': {'110030': ('USB Disk Emulation', [405])}, + 'Ublituximab89Zr': {'126739': ('Ublituximab ^89^Zr', [4021])}, + 'Ultrasound': {'111137': ('Ultrasound', []), + 'US': ('Ultrasound', [33, 29, 30])}, + 'UltrasoundAttenuation': {'110833': ('Ultrasound Attenuation', + [7180, 218, 7469])}, + 'UltrasoundBoneDensitometry': {'BDUS': ('Ultrasound Bone Densitometry', + [33, 29, 30])}, + 'UltrasoundContact': {'111750': ('Ultrasound Contact', [4230])}, + 'UltrasoundImagingSubjectMatter': {'128736': ('Ultrasound imaging subject ' + 'matter', + [7017])}, + 'UltrasoundImmersion': {'111751': ('Ultrasound Immersion', [4230])}, + 'Unavailable': {'UNAVAILABLE': ('Unavailable', [50])}, + 'UnclassifiedCombination': {'130081': ('Unclassified Combination', [9508])}, + 'UnclassifiedVolume': {'130048': ('Unclassified Volume', [9508])}, + 'UncompressedPredecessor': {'121320': ('Uncompressed predecessor', [7202])}, + 'UnderExposed': {'111211': ('Under exposed', [6041, 6135, 7011])}, + 'Underflow': {'114004': ('Underflow', [42])}, + 'UndeterminedSex': {'121103': ('Undetermined sex', [7455])}, + 'UndilutedDoseAdministered': {'122092': ('Undiluted dose administered', + [3410])}, + 'Unheated': {'127255': ('Unheated', [635])}, + 'Uninvolved': {'111470': ('Uninvolved', [])}, + 'UniqueDeviceIdentifiers': {'121000': ('Unique Device Identifiers', [])}, + 'UnitSerialIdentifier': {'121148': ('Unit Serial Identifier', [3426])}, + 'UnitedAllBreedRegistry': {'109217': ('United All Breed Registry', [7481])}, + 'UnitedKennelClub': {'109218': ('United Kennel Club', [7481])}, + 'UniversalKennelClubInternational': {'109219': ('Universal Kennel Club ' + 'International', + [7481])}, + 'UnknownFailure': {'111221': ('Unknown failure', [6041, 6135, 7011])}, + 'UnknownSex': {'U': ('Unknown sex', [7455])}, + 'UnmountedDetector': {'113953': ('Unmounted Detector', [10031])}, + 'UnsharpMask': {'113089': ('Unsharp mask', [7203])}, + 'Unspecified': {'111176': ('Unspecified', [6040])}, + 'UnspecifiedGynecologicalHormone': {'111542': ('Unspecified gynecological ' + 'hormone', + [6080])}, + 'UnspecifiedMethodOfCalculation': {'112187': ('Unspecified method of ' + 'calculation', + [6140])}, + 'UntrackableMeasurement': {'125304': ('Untrackable Measurement', [])}, + 'UnusableQualityRendersImageUnusable': {'111235': ('Unusable - Quality ' + 'renders image unusable', + [6044, 3114])}, + 'Unused': {'127177': ('Unused', [604])}, + 'UprightStandMount': {'113954': ('Upright Stand Mount', [10031])}, + 'UsableDoesNotMeetTheQualityControlStandard': {'111236': ('Usable - Does not ' + 'meet the quality ' + 'control standard', + [6044])}, + 'UsableMeetsTheQualityControlStandard': {'111237': ('Usable - Meets the ' + 'quality control standard', + [6044])}, + 'UseOfRestrictedFunction': {'110132': ('Use of Restricted Function', + [401, 403])}, + 'UsedSubstanceType': {'111546': ('Used Substance Type', [])}, + 'UserAuthentication': {'110114': ('User Authentication', [400])}, + 'UserChosenValue': {'121410': ('User chosen value', [4241, 12301, 224, 4252])}, + 'UserDefinedAIFROI': {'126362': ('User-defined AIF ROI', [4103, 4106])}, + 'UserSecurityAttributesChanged': {'110137': ('User Security Attributes ' + 'Changed', + [401, 403])}, + 'UserSelectedFiducial': {'112356': ('User Selected Fiducial', [])}, + 'UserSelectedMethod': {'122575': ('User selected method', [3456])}, + 'UterineMalformations': {'111565': ('Uterine malformations', [6088, 6087])}, + 'VMAT': {'130107': ('VMAT', [9511, 9524])}, + 'VMaxMyocardial': {'109073': ('V max myocardial', [3337])}, + 'VO2Equals152BSA': {'122250': ('VO2 = 152 * BSA', [3664])}, + 'VO2Equals175BSA': {'122251': ('VO2 = 175 * BSA', [3664])}, + 'VO2Equals176BSA': {'122252': ('VO2 = 176 * BSA', [3664])}, + 'VO2EqualsVestpd10FIO2FE02': {'122249': ('VO2 = VeSTPD * 10 * (FIO2 - FE02)', + [3664])}, + 'VWave': {'109052': ('V wave', [3339])}, + 'VWaveOfNextBeat': {'109053': ('V wave of next beat', [3339])}, + 'VWavePeakPressure': {'109034': ('V wave peak pressure', [3337, 3611])}, + 'VWavePressureAverage': {'109035': ('V wave pressure, average', [3337])}, + 'VacuumAssisted': {'111490': ('Vacuum assisted', [6060, 6058])}, + 'VacuumMold': {'130118': ('Vacuum Mold', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'VaginalCylinder': {'130121': ('Vaginal Cylinder', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'ValueBasedImage': {'129322': ('Value-based Image', [])}, + 'ValueIndeterminate': {'114011': ('Value indeterminate', [42])}, + 'ValueOutOfRange': {'114009': ('Value out of range', [42])}, + 'ValueUnknown': {'114010': ('Value unknown', [42])}, + 'ValveClose': {'109036': ('Valve close', [3337])}, + 'ValveOpen': {'109037': ('Valve open', [3337])}, + 'ValvularIntervention': {'122053': ('Valvular Intervention', [3405, 3406])}, + 'VascularAndInterventionalImagingSubjectMatter': {'128734': ('Vascular and ' + 'interventional ' + 'imaging subject ' + 'matter', + [7017])}, + 'VascularFunctionalAnalysis': {'122606': ('Vascular Functional Analysis', [])}, + 'VascularImagingSpecialty': {'128017': ('Vascular Imaging Specialty', [7449])}, + 'VascularIntervention': {'122056': ('Vascular Intervention', [3405, 3406])}, + 'VascularMorphologicalAnalysis': {'122605': ('Vascular Morphological Analysis', + [])}, + 'VascularUltrasoundProcedureReport': {'125100': ('Vascular Ultrasound ' + 'Procedure Report', + [])}, + 'VascularVolumeMeasurementLength': {'122336': ('Vascular Volume measurement ' + 'length', + [])}, + 'Vascularity': {'111372': ('Vascularity', [])}, + 'VascularityNotAssessed': {'111374': ('Vascularity not assessed', [6157])}, + 'VascularityNotPresent': {'111373': ('Vascularity not present', [6157])}, + 'VascularityPresentImmediatelyAdjacentToLesion': {'111376': ('Vascularity ' + 'present ' + 'immediately ' + 'adjacent to ' + 'lesion', + [6157])}, + 'VascularityPresentInLesion': {'111375': ('Vascularity present in lesion', + [6157])}, + 'Vasoconstriction': {'112077': ('Vasoconstriction', [6107])}, + 'Vasodilation': {'112078': ('Vasodilation', [6107])}, + 'Ve': {'126314': ('ve', [7180, 218, 4107, 7469])}, + 'VeilingGlareEvaluation': {'109707': ('Veiling glare evaluation', [8300])}, + 'VelocityEncoded': {'113070': ('Velocity encoded', [7180, 218, 7469])}, + 'VelocityEncodingMaximumValue': {'122643': ('Velocity Encoding Maximum Value', + [])}, + 'VelocityEncodingMinimumValue': {'122642': ('Velocity Encoding Minimum Value', + [])}, + 'VenaContractaWidth': {'125334': ('Vena Contracta Width', [12304])}, + 'VentralDiencephalon': {'110700': ('Ventral Diencephalon', [7140])}, + 'VentricularAnalysis': {'122601': ('Ventricular Analysis', [])}, + 'VentricularEndDiastolicPressure': {'122191': ('Ventricular End Diastolic ' + 'pressure', + [3611])}, + 'VentricularPressureMeasurements': {'122122': ('Ventricular pressure ' + 'measurements', + [])}, + 'VentricularSystolicBloodPressure': {'122194': ('Ventricular Systolic blood ' + 'pressure', + [])}, + 'Verbal': {'121004': ('Verbal', [])}, + 'Verifying': {'121098': ('Verifying', [7453])}, + 'VertebralIntervertebralNotch': {'112097': ('Vertebral Intervertebral Notch', + [6115])}, + 'VerticalPixelSpacing': {'111066': ('Vertical Pixel Spacing', [])}, + 'VerticalPrismBase': {'111678': ('Vertical Prism Base', [])}, + 'VerticalPrismPower': {'111677': ('Vertical Prism Power', [])}, + 'VerySmall': {'112132': ('Very small', [6118])}, + 'VeryStrongFamilyHistoryOfBreastCancer': {'111561': ('Very strong family ' + 'history of breast ' + 'cancer', + [6087, 6081])}, + 'VesselBranch': {'125101': ('Vessel Branch', [])}, + 'VesselLumenCrossSectionalArea': {'122480': ('Vessel Lumen Cross-Sectional ' + 'Area', + [])}, + 'VesselMorphology': {'122134': ('Vessel Morphology', [])}, + 'VideoTapeDigitized': {'110022': ('Video Tape Digitized', [7008])}, + 'VideoTapeDigitizerEquipment': {'VIDD': ('Video Tape Digitizer Equipment', + [7005])}, + 'Videofluorography': {'VF': ('Videofluorography', [])}, + 'ViewAndLateralityMarkerDoesNotHaveApprovedCodes': {'111179': ('View and ' + 'Laterality ' + 'Marker does ' + 'not have ' + 'approved ' + 'codes', + [6041])}, + 'ViewAndLateralityMarkerDoesNotHaveBothViewAndLaterality': {'111178': ('View ' + 'and ' + 'Laterality ' + 'Marker ' + 'does ' + 'not ' + 'have ' + 'both ' + 'view ' + 'and ' + 'laterality', + [6041])}, + 'ViewAndLateralityMarkerIsIncorrect': {'111183': ('View and Laterality Marker ' + 'is incorrect', + [6041])}, + 'ViewAndLateralityMarkerIsMissing': {'111177': ('View and Laterality Marker ' + 'is missing', + [6041])}, + 'ViewAndLateralityMarkerIsNotNearTheAxilla': {'111180': ('View and Laterality ' + 'Marker is not near ' + 'the axilla', + [6041])}, + 'ViewAndLateralityMarkerIsOffImage': {'111184': ('View and Laterality Marker ' + 'is off image', + [6041])}, + 'ViewAndLateralityMarkerIsPartiallyObscured': {'111182': ('View and ' + 'Laterality Marker ' + 'is partially ' + 'obscured', + [6041])}, + 'ViewAndLateralityMarkerOverlapsBreastTissue': {'111181': ('View and ' + 'Laterality Marker ' + 'overlaps breast ' + 'tissue', + [6041])}, + 'VirginalHyperplasia': {'111298': ('Virginal hyperplasia', [6031, 6030])}, + 'ViscosityAt37C': {'130186': ('Viscosity at 37C', [])}, + 'VisibleReflectorMarker': {'129310': ('Visible Reflector Marker', + [7112, 7111])}, + 'VisualAcuity': {'VA': ('Visual Acuity', [33, 29, 30])}, + 'VisualAlignment': {'125025': ('Visual Alignment', [7100])}, + 'VisualField07TestPattern': {'111812': ('Visual Field 07 Test Pattern', + [4250])}, + 'VisualField10To2TestPattern': {'111801': ('Visual Field 10-2 Test Pattern', + [4250])}, + 'VisualField1LTTestStrategy': {'111828': ('Visual Field 1-LT Test Strategy', + [4251])}, + 'VisualField24To2TestPattern': {'111800': ('Visual Field 24-2 Test Pattern', + [4250])}, + 'VisualField2LTDynamicTestStrategy': {'111833': ('Visual Field 2LT-Dynamic ' + 'Test Strategy', + [4251])}, + 'VisualField2LTNormalTestStrategy': {'111834': ('Visual Field 2LT-Normal Test ' + 'Strategy', + [4251])}, + 'VisualField2LTTestStrategy': {'111829': ('Visual Field 2-LT Test Strategy', + [4251])}, + 'VisualField30To2TestPattern': {'111802': ('Visual Field 30-2 Test Pattern', + [4250])}, + 'VisualField60To4TestPattern': {'111803': ('Visual Field 60-4 Test Pattern', + [4250])}, + 'VisualFieldCLASSStrategy': {'111837': ('Visual Field CLASS Strategy', + [4251])}, + 'VisualFieldCLIPTestStrategy': {'111836': ('Visual Field CLIP Test Strategy', + [4251])}, + 'VisualFieldCentral40PointTestPattern': {'111805': ('Visual Field Central 40 ' + 'Point Test Pattern', + [4250])}, + 'VisualFieldCentral76PointTestPattern': {'111806': ('Visual Field Central 76 ' + 'Point Test Pattern', + [4250])}, + 'VisualFieldCentralTestPattern': {'111814': ('Visual Field Central Test ' + 'Pattern', + [4250])}, + + 'VisualFieldDynamicTestStrategy': {'111826': ('Visual Field Dynamic Test ' + 'Strategy', + [4251])}, + 'VisualFieldFastThresholdTestStrategy': {'111835': ('Visual Field Fast ' + 'Threshold Test Strategy', + [4251])}, + 'VisualFieldFastpacTestStrategy': {'111819': ('Visual Field FastPac Test ' + 'Strategy', + [4251])}, + 'VisualFieldFullField120PointTestPattern': {'111809': ('Visual Field Full ' + 'Field 120 Point Test ' + 'Pattern', + [4250])}, + 'VisualFieldFullField81PointTestPattern': {'111808': ('Visual Field Full ' + 'Field 81 Point Test ' + 'Pattern', + [4250])}, + 'VisualFieldFullFromPriorTestStrategy': {'111820': ('Visual Field Full From ' + 'Prior Test Strategy', + [4251])}, + 'VisualFieldFullThresholdTestStrategy': {'111818': ('Visual Field Full ' + 'Threshold Test Strategy', + [4251])}, + 'VisualFieldGATETestStrategy': {'111831': ('Visual Field GATE Test Strategy', + [4251])}, + 'VisualFieldGTestPattern': {'111810': ('Visual Field G Test Pattern', [4250])}, + 'VisualFieldGateiTestStrategy': {'111832': ('Visual Field GATEi Test Strategy', + [4251])}, + 'VisualFieldIndex': {'111852': ('Visual Field Index', [4257])}, + 'VisualFieldLVCTestPattern': {'111813': ('Visual Field LVC Test Pattern', + [4250])}, + 'VisualFieldLVSTestStrategy': {'111830': ('Visual Field LVS Test Strategy', + [4251])}, + 'VisualFieldLossDueToDiffuseDefect': {'111853': ('Visual Field Loss Due to ' + 'Diffuse Defect', + [4257])}, + 'VisualFieldLossDueToLocalDefect': {'111854': ('Visual Field Loss Due to ' + 'Local Defect', + [4257])}, + + 'VisualFieldMTestPattern': {'111811': ('Visual Field M Test Pattern', [4250])}, + 'VisualFieldMaculaTestPattern': {'111804': ('Visual Field Macula Test Pattern', + [4250])}, + 'VisualFieldNormalTestStrategy': {'111827': ('Visual Field Normal Test ' + 'Strategy', + [4251])}, + 'VisualFieldOptimaTestStrategy': {'111821': ('Visual Field Optima Test ' + 'Strategy', + [4251])}, + 'VisualFieldPeripheral60PointTestPattern': {'111807': ('Visual Field ' + 'Peripheral 60 Point ' + 'Test Pattern', + [4250])}, + 'VisualFieldQuantifyDefectsTestStrategy': {'111824': ('Visual Field ' + 'Quantify-Defects Test ' + 'Strategy', + [4251])}, + 'VisualFieldSITAFastTestStrategy': {'111817': ('Visual Field SITA-Fast Test ' + 'Strategy', + [4251])}, + 'VisualFieldSITASWAPTestStrategy': {'111816': ('Visual Field SITA-SWAP Test ' + 'Strategy', + [4251])}, + 'VisualFieldSITAStandardTestStrategy': {'111815': ('Visual Field ' + 'SITA-Standard Test ' + 'Strategy', + [4251])}, + 'VisualFieldTOPTestStrategy': {'111825': ('Visual Field TOP Test Strategy', + [4251])}, + 'VisualFieldThreeZoneTestStrategy': {'111823': ('Visual Field Three-Zone Test ' + 'Strategy', + [4251])}, + 'VisualFieldTwoZoneTestStrategy': {'111822': ('Visual Field Two-Zone Test ' + 'Strategy', + [4251])}, + 'VisualFixationQualityDuringAcquisition': {'111696': ('Visual Fixation ' + 'Quality During ' + 'Acquisition', + [])}, + 'VisualFixationQualityProblem': {'111697': ('Visual Fixation Quality Problem', + [])}, + 'VisualMarkingOfSpecimen': {'111723': ('Visual Marking of Specimen', [])}, + 'VitreousStructuralReflectanceMap': {'128262': ('Vitreous structural ' + 'reflectance map', + [4271])}, + 'VitreousVasculatureFlow': {'128261': ('Vitreous vasculature flow', [4271])}, + 'Vo2femaleEqualsBSA138Point117Point04LogeAge0Point378Hrf': {'122248': ('VO2female ' + '= BSA ' + '(138.1 ' + '- ' + '17.04 ' + '* ' + 'loge(age) ' + '+ ' + '0.378*HRf)', + [3664])}, + 'Vo2maleEqualsBSA138Point111Point49LogeAge0Point378Hrf': {'122247': ('VO2male ' + '= BSA ' + '(138.1 ' + '- 11.49 ' + '* ' + 'loge(age) ' + '+ ' + '0.378*HRf)', + [3664])}, + 'Voice': {'109110': ('Voice', [3000])}, + 'VoltageMeasurement': {'109013': ('Voltage measurement', [3240])}, + 'VoltageMeasurementByBasketCatheter': {'109011': ('Voltage measurement by ' + 'basket catheter', + [3240])}, + 'VoltageMeasurementByMappingCatheter': {'109012': ('Voltage measurement by ' + 'mapping catheter', + [3240])}, + 'VolumeAdministered': {'122091': ('Volume administered', [3410])}, + 'VolumeBasedMethod': {'122652': ('Volume Based Method', [3807])}, + 'VolumeCorrespondingToSpatiallyRelatedAcquisitionFrames': {'121347': ('Volume ' + 'corresponding ' + 'to ' + 'spatially-related ' + 'acquisition ' + 'frames', + [7201])}, + 'VolumeEditing': {'113077': ('Volume editing', [7203])}, + 'VolumeEstimatedFromSingle2DRegion': {'121216': ('Volume estimated from ' + 'single 2D region', + [218, 7472, 3471, 7469])}, + 'VolumeEstimatedFromThreeOrMoreNonCoplanar2DRegions': {'121217': ('Volume ' + + 'estimated ' + 'from three ' + 'or more ' + 'non-coplanar ' + '2D regions', + [218, + 7472, + 7469])}, + 'VolumeEstimatedFromTwoNonCoplanar2DRegions': {'121218': ('Volume estimated ' + + 'from two ' + 'non-coplanar 2D ' + 'regions', + [218, + 7472, + 3471, + 7469])}, + 'VolumeMethod': {'122429': ('Volume Method', [])}, + 'VolumeOccupancyImage': {'129328': ('Volume Occupancy Image', [])}, + 'VolumeOfBoundingThreeDimensionalRegion': {'121219': ('Volume of bounding ' + 'three dimensional ' + 'region', + [218, 7472, 7469])}, + 'VolumeOfBreast': {'112193': ('Volume of breast', [6142])}, + 'VolumeOfCircumscribedSphere': {'121220': ('Volume of circumscribed sphere', + [218, 7472, 7469])}, + 'VolumeOfEllipsoid': {'121221': ('Volume of ellipsoid', [218, 7472, 7469])}, + 'VolumeOfParenchymalTissue': {'112192': ('Volume of parenchymal tissue', + [6142])}, + 'VolumeOfSphere': {'121222': ('Volume of sphere', [218, 7472, 7469])}, + 'VolumeOfUse': {'111580': ('Volume of use', [6092])}, + 'VolumeOfVascularCalcification': {'112197': ('Volume of Vascular ' + 'Calcification', + [6142])}, + 'VolumeRatio': {'113288': ('Volume Ratio', [7180, 7271, 218, 7469])}, + 'VolumeRendering': {'113074': ('Volume rendering', [7203])}, + 'VolumeScanPattern': {'125242': ('Volume scan pattern', [12032])}, + 'VolumeScoringMethod': {'112056': ('Volume scoring method', [6140])}, + 'VolumeSurface': {'121231': ('Volume Surface', [])}, + 'VolumeUnadministeredOrDiscarded': {'122096': ('Volume unadministered or ' + 'discarded', + [3410])}, + 'VolumetricDiffusionDxxComponent': {'110810': ('Volumetric Diffusion Dxx ' + 'Component', + [7186, + 7270, + 7180, + 218, + 7263, + 7469])}, + 'VolumetricDiffusionDxyComponent': {'110811': ('Volumetric Diffusion Dxy ' + 'Component', + [7186, + 7270, + 7180, + 218, + 7263, + 7469])}, + 'VolumetricDiffusionDxzComponent': {'110812': ('Volumetric Diffusion Dxz ' + 'Component', + [7186, + 7270, + 7180, + 218, + 7263, + 7469])}, + 'VolumetricDiffusionDyyComponent': {'110813': ('Volumetric Diffusion Dyy ' + 'Component', + [7186, + 7270, + 7180, + 218, + 7263, + 7469])}, + 'VolumetricDiffusionDyzComponent': {'110814': ('Volumetric Diffusion Dyz ' + 'Component', + [7186, + 7270, + 7180, + 218, + 7263, + 7469])}, + 'VolumetricDiffusionDzzComponent': {'110815': ('Volumetric Diffusion Dzz ' + 'Component', + [7186, + 7270, + 7180, + 218, + 7263, + 7469])}, + 'VoxelizedRadiationTransportModel': {'128422': ('Voxelized Radiation ' + 'Transport Model', + [10065])}, + 'VoxelwiseSelectionOfBValue': {'113285': ('Voxelwise selection of b-value', + [7275])}, + 'Vp': {'126331': ('vp', [7180, 218, 4107, 7469])}, + 'VulnerablePlaque': {'122389': ('Vulnerable Plaque', [3491])}, + 'WHO': {'112029': ('WHO', [6147])}, + 'WSI20XRGB': {'112704': ('WSI 20X RGB', [8131])}, + 'WSI40XRGB': {'112705': ('WSI 40X RGB', [8131])}, + 'WallMass': {'122447': ('Wall Mass', + [12257, 12271, 12265, 12255, 12259, 12258])}, + 'WallStress': {'122448': ('Wall Stress', [])}, + 'WallThickness': {'122445': ('Wall Thickness', [])}, + 'WallThicknessRatioEndSystolicToEndDiastolic': {'122624': ('Wall Thickness ' + 'Ratio ' + 'end-systolic to ' + 'end-diastolic', + [])}, + 'WallToSeptum': {'110877': ('Wall To Septum', [7185])}, + 'WallVolume': {'122446': ('Wall Volume', [])}, + 'WaterEquivalentDiameter': {'113980': ('Water Equivalent Diameter', [])}, + 'WaterEquivalentDiameterFromLocalizer': {'113984': ('Water Equivalent ' + 'Diameter From Localizer', + [10023, 10069])}, + 'WaterEquivalentDiameterFromRawData': {'113983': ('Water Equivalent Diameter ' + 'From Raw Data', + [10023, 10069])}, + 'WaterEquivalentDiameterIntegratedAcrossScanRange': {'113982': ('Water ' + 'Equivalent ' + 'Diameter ' + 'Integrated ' + 'Across Scan ' + 'Range', + [10023, + 10069])}, + 'WaterEquivalentDiameterRepresentativeValue': {'113981': ('Water Equivalent ' + 'Diameter ' + 'Representative ' + 'Value', + [10023, 10069])}, + 'WaterFatInPhase': {'129101': ('Water/fat in phase', [7180, 218, 7469])}, + 'WaterFatOutOfPhase': {'129102': ('Water/fat out of phase', + [7180, 218, 7469])}, + 'WaterFraction': {'129103': ('Water fraction', [7180, 218, 7469])}, + 'WaveformAcquired': {'121143': ('Waveform Acquired', [])}, + 'WeakFamilyHistoryOfBreastCancer': {'111559': ('Weak family history of breast ' + 'cancer', + [6087, 6081])}, + 'WedgeFilter': {'113651': ('Wedge filter', [10007])}, + 'Wedging': {'112321': ('Wedging', [7310])}, + 'WeightExceedsEquipmentLimit': {'122764': ('Weight exceeds equipment limit', + [])}, + 'WellDemarcated': {'112139': ('Well demarcated', [6120])}, + 'WhiteMatterT1Hypointensity': {'110701': ('White Matter T1 Hypointensity', + [7140])}, + 'WhiteMatterT2Hyperintensity': {'110702': ('White Matter T2 Hyperintensity', + [7140])}, + 'WhitePattern': {'109941': ('White Pattern', [8301])}, + 'WholeBodyPod': {'130119': ('Whole Body Pod', + [9520, 7157, 7151, 9505, 9513, 7193])}, + 'WholeEyeStructuralReflectanceMap': {'128278': ('Whole eye structural ' + 'reflectance map', + [4271])}, + 'WholeEyeVasculatureFlow': {'128277': ('Whole eye vasculature flow', [4271])}, + 'WholeSlideImaging': {'112703': ('Whole Slide Imaging', [8131])}, + 'WidthDescriptor': {'112026': ('Width Descriptor', [])}, + 'WireMarker': {'129305': ('Wire Marker', [7112, 7111])}, + 'WorkingCanineAssociationOfCanada': {'109220': ('Working Canine Association ' + 'of Canada', + [7481])}, + 'WorkitemAssignmentRejectedByAssignedResource': {'110530': ('Workitem ' + 'assignment ' + 'rejected by ' + 'assigned ' + 'resource', + [9300, 9303])}, + 'WorkitemExpired': {'110533': ('Workitem expired', [9300])}, + 'Workstation': {'WSD': ('Workstation', [30])}, + 'WorldKennelClub': {'109221': ('World Kennel Club', [7481])}, + 'WorldWideKennelClub': {'109222': ('World Wide Kennel Club', [7481])}, + 'XConcept': {'122698': ('X-Concept', [])}, + 'XDescentPressure': {'122208': ('x-descent pressure', [3611])}, + 'XRayAngiography': {'XA': ('X-Ray Angiography', [33, 29, 30])}, + 'XRayAttenuation': {'110850': ('X-Ray Attenuation', [7180, 218, 7469])}, + 'XRayAttenuationCoefficient': {'110851': ('X-Ray Attenuation Coefficient', + [])}, + 'XRayAttenuatorModelData': {'128470': ('X-Ray Attenuator Model Data', [])}, + 'XRayBeamAttenuator': {'128457': ('X-Ray Beam Attenuator', [])}, + 'XRayBeamAttenuatorModel': {'128472': ('X-Ray Beam Attenuator Model', [])}, + 'XRayBeamAttenuatorModelReference': {'128474': ('X-Ray Beam Attenuator Model ' + 'Reference', + [])}, + 'XRayBeamAttenuatorModelRegistration': {'128475': ('X-Ray Beam Attenuator ' + 'Model Registration', + [])}, + 'XRayDetectorDataAvailable': {'113945': ('X-Ray Detector Data Available', [])}, + 'XRayFilterAluminumEquivalent': {'113821': ('X-Ray Filter Aluminum Equivalent', + [])}, + 'XRayFilterMaterial': {'113757': ('X-Ray Filter Material', [])}, + 'XRayFilterThicknessMaximum': {'113773': ('X-Ray Filter Thickness Maximum', + [])}, + 'XRayFilterThicknessMinimum': {'113758': ('X-Ray Filter Thickness Minimum', + [])}, + 'XRayFilterType': {'113772': ('X-Ray Filter Type', [])}, + 'XRayFilters': {'113771': ('X-Ray Filters', [10066])}, + 'XRayFluoroscopyOnSignal': {'109004': ('X-Ray Fluoroscopy On Signal', [3090])}, + 'XRayGrid': {'111635': ('X-Ray Grid', [])}, + 'XRayMechanicalDataAvailable': {'113944': ('X-Ray Mechanical Data Available', + [])}, + 'XRayModulationType': {'113842': ('X-Ray Modulation Type', [])}, + 'XRayOnTrigger': {'109005': ('X-Ray On Trigger', [3090])}, + 'XRayRadiationDoseReport': {'113701': ('X-Ray Radiation Dose Report', [])}, + 'XRayReadingDevice': {'113942': ('X-Ray Reading Device', [7445])}, + 'XRaySourceDataAvailable': {'113943': ('X-Ray Source Data Available', [])}, + 'XRayTubeCurrent': {'113734': ('X-Ray Tube Current', [])}, + 'Xmab557489Zr': {'126734': ('XmAb5574 ^89^Zr', [4021])}, + 'YBRFULLCBComponent': {'110838': ('YBR FULL CB Component', + [7186, 7180, 218, 7469])}, + 'YBRFULLCRComponent': {'110839': ('YBR FULL CR Component', + [7186, 7180, 218, 7469])}, + 'YBRFULLYComponent': {'110837': ('YBR FULL Y Component', + [7186, 7180, 218, 7469])}, + 'YBRICTCBComponent': {'110844': ('YBR ICT CB Component', + [7186, 7180, 218, 7469])}, + 'YBRICTCRComponent': {'110845': ('YBR ICT CR Component', + [7186, 7180, 218, 7469])}, + 'YBRICTYComponent': {'110843': ('YBR ICT Y Component', + [7186, 7180, 218, 7469])}, + 'YBRPARTIALCBComponent': {'110841': ('YBR PARTIAL CB Component', + [7186, 7180, 218, 7469])}, + 'YBRPARTIALCRComponent': {'110842': ('YBR PARTIAL CR Component', + [7186, 7180, 218, 7469])}, + 'YBRPARTIALYComponent': {'110840': ('YBR PARTIAL Y Component', + [7186, 7180, 218, 7469])}, + 'YBRRCTCBComponent': {'110847': ('YBR RCT CB Component', + [7186, 7180, 218, 7469])}, + 'YBRRCTCRComponent': {'110848': ('YBR RCT CR Component', + [7186, 7180, 218, 7469])}, + 'YBRRCTYComponent': {'110846': ('YBR RCT Y Component', + [7186, 7180, 218, 7469])}, + 'YConcept': {'122699': ('Y-Concept', [])}, + 'YDescentPressure': {'122209': ('y-descent pressure', [3611])}, + 'YellowGreenFilter': {'111604': ('Yellow-green filter', [])}, + 'ZPointPressure': {'122210': ('z-point pressure', [3611])}, + 'ZScore': {'113071': ('Z-score', [7180, 218, 7469])}, + 'ZScoreOfMeasurement': {'121416': ('Z-Score of measurement', + [227, 221, 7465])}, + 'ZValueOfLocationOfWaterEquivalentDiameterEstimation': {'113986': ('Z value ' + 'of ' + 'location ' + 'of Water ' + 'Equivalent ' + 'Diameter ' + 'estimation', + [])}, + 'ZonePercentage': {'128833': ('Zone Percentage', [])}, + 'ZoneSizeEntropy': {'128836': ('Zone Size Entropy', [])}, + 'ZoneSizeNonuniformity': {'128831': ('Zone Size Nonuniformity', [])}, + 'ZoneSizeNonuniformityNormalized': {'128832': ('Zone Size Nonuniformity ' + 'Normalized', + [])}, + 'ZoneSizeVariance': {'128835': ('Zone Size Variance', [])}, + '_10X': {'112716': ('10X', [8132])}, + '_10YearCHDRisk': {'122230': ('10 Year CHD Risk', [3667])}, + '_12CarbonNucleus': {'130143': ('^12^Carbon nucleus', [9526])}, + '_152Terbium': {'126606': ('^152^Terbium', [4020])}, + '_15LeadECG': {'122062': ('15-Lead ECG', [])}, + '_15cmFromIsocenterTowardSource': {'113860': ('15cm from Isocenter toward ' + 'Source', + [10025])}, + '_15cmFromTableCenterline': {'113864': ('15cm from Table Centerline', + [10025])}, + '_16OxygenNucleus': {'130144': ('^16^Oxygen nucleus', [9526])}, + '_191mIridium': {'126604': ('^191m^Iridium', [18])}, + '_1cmAboveTabletop': {'113862': ('1cm above Tabletop', [10025])}, + '_1stWeek': {'111392': ('1st week', [6163])}, + '_20X': {'112717': ('20X', [8132])}, + '_28H189Zr': {'126752': ('28H1 ^89^Zr', [4021])}, + '_2FAF18': {'126713': ('2FA F^18^', [4021])}, + '_2SigmaDeviationOfPopulation': {'121417': ('2 Sigma deviation of population', + [226, 221, 7465])}, + '_2ndWeek': {'111393': ('2nd week', [6163])}, + '_30cmAboveTabletop': {'113863': ('30cm above Tabletop', [10025])}, + '_30cmInFrontOfImageInputSurface': {'113861': ('30cm in Front of Image Input ' + 'Surface', + [10025])}, + '_35PercentOfThermalCO': {'109014': ('35% of thermal CO', [])}, + '_35PercentOfThermalDyeDilutionCO': {'109014': ('35% of thermal/dye dilution ' + 'CO', + [3337])}, + '_3DDoseMap': {'128487': ('3D Dose Map', [10063])}, + '_3DGel': {'128701': ('3D Gel', [7026])}, + '_3DManufacturingModelingSystem': {'M3D': ('3D Manufacturing Modeling System', + [30])}, + '_3DMode': {'125231': ('3D mode', [])}, + '_3HeliumNucleus': {'130141': ('^3^Helium nucleus', [9526])}, + '_3rdWeek': {'111394': ('3rd week', [6163])}, + '_40X': {'112718': ('40X', [8132])}, + '_43Scandium': {'126605': ('^43^Scandium', [4020])}, + '_44Scandium': {'126600': ('^44^Scandium', [4020])}, + '_4DRadiationTreatmentNote': {'130027': ('4D Radiation Treatment Note', [])}, + '_4HeliumNucleus': {'130142': ('^4^Helium nucleus', [9526])}, + '_4MonthsTo1YearAgo': {'111397': ('4 months to 1 year ago', [6164])}, + '_4PointSegmentFindingScale': {'125223': ('4 Point Segment Finding Scale', + [12238])}, + '_51Manganese': {'126601': ('^51^Manganese', [4020])}, + '_52mManganese': {'126607': ('^52m^Manganese', [4020])}, + '_5PointSegmentFindingScale': {'125224': ('5 Point Segment Finding Scale', + [12238])}, + '_5PointSegmentFindingScaleWithGradedHypokinesis': {'125225': ('5 Point ' + 'Segment ' + 'Finding Scale ' + 'With Graded ' + 'Hypokinesis', + [12238])}, + '_5X': {'112715': ('5X', [8132])}, + '_70Arsenic': {'126602': ('^70^Arsenic', [4020])}, + '_70PercentOfThermalCO': {'109015': ('70% of thermal CO', [])}, + '_70PercentOfThermalDyeDilutionCO': {'109015': ('70% of thermal/dye dilution ' + 'CO', + [3337])}, + '_7D1289Zr': {'126751': ('7D12 ^89^Zr', [4021])}, + '_7E1189Zr': {'126750': ('7E11 ^89^Zr', [4021])}, + '_90Niobium': {'126603': ('^90^Niobium', [4020])}} + +concepts['LN'] = \ +{'ACASUM2000': {'33072-0': ('AC, ASUM 2000', [12013, 12012])}, + 'ACByGAASUM2000': {'33145-4': ('AC by GA, ASUM 2000', [12012, 12015])}, + 'ACByGAHadlock1984': {'33146-2': ('AC by GA, Hadlock 1984', [12012, 12015])}, + 'ACByGAMerz1988': {'33148-8': ('AC by GA, Merz 1988', [12012, 12015])}, + 'ACByGAShinozuka1996': {'33149-6': ('AC by GA, Shinozuka 1996', + [12012, 12015])}, + 'ACCampbell1975': {'11889-3': ('AC, Campbell 1975', [12013, 12012])}, + 'ACDerivedByGAChitty1994': {'33546-3': ('AC (derived) by GA, Chitty 1994', + [12012, 12015])}, + 'ACHadlock1984': {'11892-7': ('AC, Hadlock 1984', [12013, 12012])}, + 'ACHansmann1985': {'33073-8': ('AC, Hansmann1985', [12013, 12012])}, + 'ACInterval': {'59103-2': ('A-C Interval', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'ACJeanty1982': {'33537-2': ('AC, Jeanty 1982', [12013, 12012])}, + 'ACJeanty1984': {'11893-5': ('AC, Jeanty 1984', [12013, 12012])}, + 'ACLessoway1998': {'33074-6': ('AC, Lessoway 1998', [12013, 12012])}, + 'ACMeasuredByGAChitty1994': {'33147-0': ('AC (measured) by GA, Chitty 1994', + [12012, 12015])}, + 'ACMertz1988': {'33075-3': ('AC, Mertz 1988', [12013, 12012])}, + 'ACShinozuka1996': {'33076-1': ('AC, Shinozuka 1996', [12013, 12012])}, + 'APADTAD': {'33191-8': ('APAD * TAD', [12005])}, + 'APAbdominalDiameterLessoway1998': {'33077-9': ('A-P Abdominal Diameter, ' + 'Lessoway 1998', + [12013, 12012])}, + 'AWaveAmplitude': {'59100-8': ('A-Wave Amplitude', + [12271, 12272, 12263, 12262])}, + 'AWaveDuration': {'59105-7': ('A-Wave Duration', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'AWavePeakVelocity': {'59081-0': ('A-Wave Peak Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'AbdominalCircumference': {'11979-2': ('Abdominal Circumference', + [12005, 12279])}, + 'AccelerationIndex': {'20167-3': ('Acceleration Index', [12119, 12121])}, + 'AccelerationSlope': {'20167-3': ('Acceleration Slope', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'AccelerationTime': {'20168-1': ('Acceleration Time', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12122, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'Addendum': {'55107-7': ('Addendum', [7001])}, + 'AliasVelocity': {'59130-5': ('Alias Velocity', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'AnteriorHornLateralVentricularWidth': {'33197-5': ('Anterior Horn Lateral ' + 'ventricular width', + [12007])}, + 'AnteriorPosteriorAbdominalDiameter': {'11818-2': ('Anterior-Posterior ' + 'Abdominal Diameter', + [12005, 12279])}, + 'AnteriorPosteriorTrunkDiameter': {'11819-0': ('Anterior-Posterior Trunk ' + 'Diameter', + [12005, 12279])}, + 'AorticAnnulusDiameter': {'79940-3': ('Aortic annulus diameter', [12300])}, + 'AorticArchDiameter': {'18011-7': ('Aortic Arch Diameter', [12212])}, + 'AorticIsthmusDiameter': {'18014-1': ('Aortic Isthmus Diameter', [12212])}, + 'AorticRegurgitantFlow': {'79941-1': ('Aortic regurgitant flow', [12300])}, + 'AorticRegurgitantFraction': {'79942-9': ('Aortic regurgitant fraction', + [12300])}, + 'AorticRegurgitantJetAreaLVOTAreaPercent': {'79943-7': ('Aortic regurgitant ' + 'jet area/LVOT area %', + [12300])}, + 'AorticRegurgitantJetWidthLVOTWidthPercent': {'79944-5': ('Aortic regurgitant ' + 'jet width/LVOT ' + 'width %', + [12300])}, + 'AorticRegurgitationPISARadius': {'79945-2': ('Aortic regurgitation PISA ' + 'radius', + [12300])}, + 'AorticRegurgitationPISAVelocity': {'79946-0': ('Aortic regurgitation PISA ' + + 'velocity', + [12300])}, + 'AorticRegurgitationPressureHalfTime': {'79947-8': ('Aortic regurgitation ' + 'pressure half-time', + [12300])}, + 'AorticRegurgitationVTI': {'79952-8': ('Aortic regurgitation VTI', [12300])}, + 'AorticRegurgitationVenaContractaWidth': {'79948-6': ('Aortic regurgitation ' + 'vena contracta width', + [12300])}, + 'AorticRegurgitationVmax': {'79949-4': ('Aortic regurgitation Vmax', [12300])}, + 'AorticRegurgitationVolumeContinuityVTI': {'79950-2': ('Aortic regurgitation ' + 'volume (Continuity ' + 'VTI)', + [12300])}, + 'AorticRegurgitationVolumePISA': {'79951-0': ('Aortic regurgitation volume ' + '(PISA)', + [12300])}, + 'AorticRootDiameter': {'18015-8': ('Aortic Root Diameter', [12212]), + '79953-6': ('Aortic root diameter', [12300])}, + 'AorticRootDiameterBSA': {'79954-4': ('Aortic root diameter / BSA', [12300])}, + 'AorticRootOxygenContent': {'10232-7': ('Aortic Root Oxygen content', [3525])}, + 'AorticSinotubularJunctionDimension': {'79955-1': ('Aortic sinotubular ' + 'junction dimension', + [12300])}, + 'AorticSinotubularJunctionToAorticRootRatio': {'59116-4': ('Aortic ' + 'Sinotubular ' + 'Junction to ' + 'Aortic Root Ratio', + [12273, 12274])}, + 'AorticValveAreaContinuityVTI': {'79958-5': ('Aortic valve area (Continuity ' + 'VTI)', + [12300])}, + 'AorticValveAreaContinuityVTIBSA': {'79959-3': ('Aortic valve area ' + '(Continuity VTI) / BSA', + [12300])}, + 'AorticValveAreaContinuityVmax': {'79956-9': ('Aortic valve area (Continuity ' + 'Vmax)', + [12300])}, + 'AorticValveAreaContinuityVmaxBSA': {'79957-7': ('Aortic valve area ' + '(Continuity Vmax) / BSA', + [12300])}, + 'AorticValveCuspSeparation': {'17996-0': ('Aortic Valve Cusp Separation', + [12271, + 12211, + 12270, + 12272, + 12274])}, + 'AorticValveEffectiveRegurgitantOrificeArea': {'79960-1': ('Aortic valve ' + 'effective ' + 'regurgitant ' + 'orifice area', + [12300])}, + 'AorticValveEjectionTime': {'18041-4': ('Aortic Valve Ejection Time', + [12211])}, + 'AorticValveMeanBloodVelocity': {'79961-9': ('Aortic valve mean blood ' + 'velocity', + [12300])}, + 'AorticValveMeanGradient': {'79962-7': ('Aortic valve mean gradient', + [12300])}, + 'AorticValvePeakInstantaneousGradient': {'79963-5': ('Aortic valve peak ' + 'instantaneous gradient', + [12300])}, + 'AorticValveVTI': {'79965-0': ('Aortic valve VTI', [12300])}, + 'AorticValveVmax': {'79964-3': ('Aortic valve Vmax', [12300])}, + 'ArterialBloodBaseExcess': {'1925-7': ('Arterial Blood Base Excess', [3527])}, + 'ArterialBloodCarbonDioxideContent': {'2026-3': ('Arterial Blood Carbon ' + 'dioxide content', + [3525])}, + 'ArterialBloodCarbonDioxidePartialPressure': {'2019-8': ('Arterial Blood ' + 'Carbon dioxide ' + 'partial pressure', + [3524])}, + 'ArterialBloodPh': {'2744-1': ('Arterial Blood pH', [3528])}, + 'ArterialContentFca': {'19218-7': ('Arterial Content (FCa)', [3529])}, + 'ArterialOxygenContent': {'19218-7': ('Arterial Oxygen content', [3525])}, + 'ArterialOxygenPartialPressure': {'2703-7': ('Arterial Oxygen partial ' + 'pressure', + [3524])}, + 'ArterialOxygenPartialPressureAt50PercentSaturation': {'19214-6': ('Arterial ' + 'Oxygen ' + 'partial ' + 'pressure ' + 'at 50% ' + 'saturation', + [3524])}, + 'ArterialOxygenSaturation': {'2708-6': ('Arterial Oxygen saturation', [3526])}, + 'AscendingAortaDimension': {'79966-8': ('Ascending Aorta Dimension', [12300])}, + 'AscendingAorticDiameter': {'18012-5': ('Ascending Aortic Diameter', [12212])}, + 'AverageUltrasoundAge': {'11884-4': ('Average Ultrasound Age', + [12013, 12012])}, + 'AxtByGAShinozuka1996': {'33150-4': ('AxT by GA, Shinozuka 1996', + [12012, 12015])}, + 'AxtShinozuka1996': {'33078-7': ('AxT, Shinozuka 1996', [12013, 12012])}, + 'BCSlope': {'59126-3': ('B-C Slope', [12271, 12272, 12263, 12262])}, + 'BDJeanty1982': {'33545-5': ('BD, Jeanty 1982', [12013, 12012])}, + 'BPDASUM1989': {'33079-5': ('BPD, ASUM 1989', [12013, 12012])}, + 'BPDAreaCorrected': {'11824-0': ('BPD area corrected', [12005, 12279])}, + 'BPDByGAASUM2000': {'33151-2': ('BPD by GA, ASUM 2000', [12012, 12015])}, + 'BPDByGAHadlock1984': {'33198-3': ('BPD by GA, Hadlock 1984', [12012, 12015])}, + 'BPDByGAJeanty1982': {'33153-8': ('BPD by GA, Jeanty 1982', [12012, 12015])}, + 'BPDByGAMerz1988': {'33154-6': ('BPD by GA, Merz 1988', [12012, 12015])}, + 'BPDByGARempen1991': {'33155-3': ('BPD by GA, Rempen 1991', [12012, 12015])}, + 'BPDByGAShinozuka1996': {'33156-1': ('BPD by GA, Shinozuka 1996', + [12012, 12015])}, + 'BPDDoubilet1993': {'11900-8': ('BPD, Doubilet 1993', [12013, 12012])}, + 'BPDHadlock1984': {'11902-4': ('BPD, Hadlock 1984', [12013, 12012])}, + 'BPDHansmann1985': {'11903-2': ('BPD, Hansmann 1985', [12013, 12012])}, + 'BPDHansmann1986': {'33538-0': ('BPD, Hansmann 1986', [12013, 12012])}, + 'BPDJeanty1982': {'33539-8': ('BPD, Jeanty 1982', [12013, 12012])}, + 'BPDJeanty1984': {'11905-7': ('BPD, Jeanty 1984', [12013, 12012])}, + 'BPDKurtz1980': {'11906-5': ('BPD, Kurtz 1980', [12013, 12012])}, + 'BPDLessoway1998': {'33080-3': ('BPD, Lessoway 1998', [12013, 12012])}, + 'BPDMertz1988': {'33081-1': ('BPD, Mertz 1988', [12013, 12012])}, + 'BPDOiChitty1997': {'33086-0': ('BPD-oi, Chitty 1997', [12013, 12012])}, + 'BPDOoChitty1997': {'33087-8': ('BPD-oo, Chitty 1997', [12013, 12012])}, + 'BPDOsaka1989': {'33082-9': ('BPD, Osaka 1989', [12013, 12012])}, + 'BPDOuterInnerByGAChitty1994': {'33556-2': ('BPD outer-inner by GA, Chitty ' + '1994', + [12012, 12015])}, + 'BPDOuterOuterByGAChitty1994': {'33152-0': ('BPD outer-outer by GA, Chitty ' + '1994', + [12012, 12015])}, + 'BPDRempen1991': {'33083-7': ('BPD, Rempen 1991', [12013, 12012])}, + 'BPDSabbagha1978': {'11907-3': ('BPD, Sabbagha 1978', [12013, 12012])}, + 'BPDShinozuka1996': {'33084-5': ('BPD, Shinozuka 1996', [12013, 12012])}, + 'BPDTokyo1986': {'33085-2': ('BPD, Tokyo 1986', [12013, 12012])}, + 'BSA': {'8277-6': ('BSA', [3455])}, + 'BiparietalDiameter': {'11820-8': ('Biparietal Diameter', [12005, 12279])}, + 'BloodBaseExcess': {'11555-0': ('Blood Base Excess', [3527])}, + 'BloodCarbonDioxideContent': {'20565-8': ('Blood Carbon dioxide content', + [3525])}, + 'BloodCarbonDioxidePartialPressure': {'11557-6': ('Blood Carbon dioxide ' + 'partial pressure', + [3524])}, + 'BloodOxygenPartialPressure': {'11556-8': ('Blood Oxygen partial pressure', + [3524])}, + 'BloodOxygenSaturation': {'20564-1': ('Blood Oxygen saturation', [3526])}, + 'BloodPh': {'11558-4': ('Blood pH', [3528])}, + 'BpdaHadlock1982': {'11901-6': ('BPDa, Hadlock 1982', [12013, 12012])}, + 'BrainMRI': {'24590-2': ('Brain MRI', [646])}, + 'BrainPET': {'44138-6': ('Brain PET', [646])}, + 'BrainSPECT': {'39632-5': ('Brain SPECT', [646])}, + 'BreastBilateralMammogram': {'36626-0': ('breast - bilateral mammogram', + [6083, 6050])}, + 'BreastBilateralMr': {'30795-9': ('breast - bilateral mr', [6083, 6050])}, + 'BreastBilateralMrWContrastIv': {'36150-1': ('breast - bilateral mr w ' + 'contrast iv', + [6083, 6050])}, + 'BreastBilateralMrWoAndWContrastIv': {'36277-2': ('breast - bilateral mr wo ' + 'and w contrast iv', + [6083, 6050])}, + 'BreastFfdMammogram': {'46342-2': ('breast ffd mammogram', [6083, 6050])}, + 'BreastLeftMammogram': {'36627-8': ('breast - left mammogram', [6083, 6050])}, + 'BreastLeftMr': {'35954-7': ('breast - left mr', [6083, 6050])}, + 'BreastLeftMrWContrastIv': {'36151-9': ('breast - left mr w contrast iv', + [6083, 6050])}, + 'BreastLeftMrWoAndWContrastIv': {'36278-0': ('breast - left mr wo and w ' + 'contrast iv', + [6083, 6050])}, + 'BreastMrWContrastIv': {'36149-3': ('breast mr w contrast iv', [6083, 6050])}, + 'BreastMrWoAndWContrastIv': {'36276-4': ('breast mr wo and w contrast iv', + [6083, 6050])}, + 'BreastRightMammogram': {'37774-7': ('breast - right mammogram', + [6083, 6050])}, + 'BreastRightMr': {'35955-4': ('breast - right mr', [6083, 6050])}, + 'BreastRightMrWContrastIv': {'36152-7': ('breast - right mr w contrast iv', + [6083, 6050])}, + 'BreastRightMrWoAndWContrastIv': {'36279-8': ('breast - right mr wo and w ' + 'contrast iv', + [6083, 6050])}, + 'BreastUnilateralMammogram': {'46339-8': ('breast - unilateral mammogram', + [6083, 6050])}, + 'BreastUnilateralMr': {'46299-4': ('breast - unilateral mr', [6083, 6050])}, + 'BreastUnilateralMrWContrastIv': {'46323-2': ('breast - unilateral mr w ' + 'contrast iv', + [6083, 6050])}, + 'BreastUnilateralMrWoAndWContrastIv': {'43528-9': ('breast - unilateral mr wo ' + 'and w contrast iv', + [6083, 6050])}, + 'BreastUnilateralMrWoContrast': {'46333-1': ('breast - unilateral mr wo ' + 'contrast', + [6083, 6050])}, + 'CEDistance': {'59122-2': ('C-E Distance', + [12271, + 12267, + 12251, + 12266, + 12268, + 12272, + 12263, + 12262])}, + 'CKDEPIFormulaEstimationOfGFR': {'62238-1': ('CKD-EPI Formula estimation of ' + 'GFR', + [10046])}, + 'CRLASUM1991': {'33089-4': ('CRL, ASUM 1991', [12013, 12012])}, + 'CRLASUM2000': {'33090-2': ('CRL, ASUM 2000', [12013, 12012])}, + 'CRLByGAASUM2000': {'33159-5': ('CRL by GA ASUM 2000', [12012, 12015])}, + 'CRLByGARempen1991': {'33160-3': ('CRL by GA, Rempen1991', [12012, 12015])}, + 'CRLByGAShinozuka1996': {'33161-1': ('CRL by GA, Shinozuka 1996', + [12012, 12015])}, + 'CRLDaya1993': {'33091-0': ('CRL, Daya 1993', [12013, 12012])}, + 'CRLHadlock1992': {'11910-7': ('CRL, Hadlock 1992', [12013, 12012])}, + 'CRLHansmann1985': {'11911-5': ('CRL, Hansmann 1985', [12013, 12012])}, + 'CRLHansmann1986': {'33540-6': ('CRL, Hansmann 1986', [12013, 12012])}, + 'CRLJeanty1982': {'33092-8': ('CRL, Jeanty 1982', [12013, 12012])}, + 'CRLJeanty1984': {'11917-2': ('CRL, Jeanty 1984', [12013, 12012])}, + 'CRLNelson1981': {'11913-1': ('CRL, Nelson 1981', [12013, 12012])}, + 'CRLOsaka1989': {'33093-6': ('CRL, Osaka 1989', [12013, 12012])}, + 'CRLRempen1991': {'33094-4': ('CRL, Rempen 1991', [12013, 12012])}, + 'CRLRobinson1975': {'11914-9': ('CRL, Robinson 1975', [12013, 12012])}, + 'CRLShinozuka1996': {'33095-1': ('CRL, Shinozuka 1996', [12013, 12012])}, + 'CRLTokyo1986': {'33096-9': ('CRL, Tokyo 1986', [12013, 12012])}, + 'CT3DCAMModel': {'85040-4': ('CT 3D CAM model', [7061])}, + 'CTAbdomenReport': {'11540-2': ('CT Abdomen Report', [7000])}, + 'CTChestReport': {'11538-6': ('CT Chest Report', [7000])}, + 'CTHeadReport': {'11539-4': ('CT Head Report', [7000])}, + 'CTPerfusionHeadWithContrastIV': {'39142-5': ('CT perfusion head with ' + 'contrast IV', + [100])}, + 'CTReport': {'18747-6': ('CT Report', [7000])}, + 'CTUnspecifiedBodyRegion': {'25045-6': ('CT unspecified body region', [100])}, + 'CapillaryBloodOxygenSaturation': {'2709-4': ('Capillary Blood Oxygen ' + 'Saturation', + [3526])}, + 'CapillaryBloodOxygenSaturationByOximetry': {'2710-2': ('Capillary Blood ' + 'Oxygen Saturation, ' + 'by Oximetry', + [3526])}, + 'CardiacCatheterizationReport': {'18745-0': ('Cardiac Catheterization Report', + [7000])}, + 'CardiacCircumferenceTransverseByUS': {'59073-7': ('Cardiac Circumference, ' + 'transverse by US', + [12279])}, + 'CardiacCrossSectionalAreaTransverseByUS': {'59075-2': ('Cardiac ' + + 'Cross-sectional ' + 'Area, transverse by ' + 'US', + [12279])}, + 'CardiacElectrophysiologyReport': {'18750-0': ('Cardiac Electrophysiology ' + 'Report', + [7000])}, + 'CardiacRhythm': {'8884-9': ('Cardiac Rhythm', [3441])}, + 'CardiothoracicAreaRatio': {'59076-0': ('Cardiothoracic Area Ratio', [12279])}, + 'CardiothoracicCircumferenceRatio': {'59074-5': ('Cardiothoracic ' + 'Circumference Ratio', + [12279])}, + 'CephalicIndex': {'11823-2': ('Cephalic Index', [12004, 12279])}, + 'CephalicIndexByGAChitty1994': {'33157-9': ('Cephalic Index by GA, Chitty ' + '1994', + [12012, 12015])}, + 'CephalicIndexByGAHadlock1981': {'33158-7': ('Cephalic Index by GA, Hadlock ' + + '1981', + [12012, 12015])}, + 'CervixLength': {'11961-0': ('Cervix Length', [12011])}, + 'CisternaMagna': {'11860-4': ('Cisterna Magna', [12005, 12279])}, + 'CisternaMagnaLength': {'11860-4': ('Cisterna Magna length', [12007])}, + 'ClavicleLength': {'11962-8': ('Clavicle length', [12006])}, + 'ClavicleLengthYarkoni1985': {'33088-6': ('Clavicle length, Yarkoni 1985', + [12013, 12012])}, + 'ClinicalInformation': {'55752-0': ('Clinical Information', [7001])}, + 'ClosureToOpeningTime': {'59082-8': ('Closure to Opening Time', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'CockroftGaultFormulaEstimationOfGFR': {'35591-7': ('Cockroft-Gault Formula ' + + 'estimation of GFR', + [10046])}, + 'CommunicationOfCriticalResults': {'73568-8': ('Communication of Critical ' + 'Results', + [7001])}, + 'Complications': {'55109-3': ('Complications', [7001])}, + 'CompositeUltrasoundAge': {'11888-5': ('Composite Ultrasound Age', [12019])}, + 'ConceptionDate': {'33067-0': ('Conception Date', [12003])}, + 'Conclusions': {'55110-1': ('Conclusions', [7001])}, + 'CrownRumpLength': {'11957-8': ('Crown Rump Length', [12009])}, + 'CurrentProcedureDescriptions': {'55111-9': ('Current Procedure Descriptions', + [7001])}, + 'DEExcursion': {'59091-9': ('D-E Excursion', + [12271, + 12267, + 12251, + 12266, + 12268, + 12272, + 12263, + 12262])}, + 'DESlope': {'59127-1': ('D-E Slope', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'DEXASkeletalSystemStudyReport': {'38269-7': ('DEXA Skeletal System Study ' + 'Report', + [7000])}, + 'DecelerationSlope': {'20216-8': ('Deceleration Slope', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'DecelerationTime': {'20217-6': ('Deceleration Time', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12122, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'DescendingAorticDiameter': {'18013-3': ('Descending Aortic Diameter', + [12212])}, + 'DiagnosticImagingReport': {'18748-4': ('Diagnostic Imaging Report', [7000])}, + 'DiagnosticInterventionalRadiologyReport': {'47048-4': ('Diagnostic ' + 'Interventional ' + 'Radiology Report', + [7000])}, + 'DpDtByUS': {'59120-6': ('dP/dt by US', + [12304, + 12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'ECGReport': {'11524-0': ('ECG Report', [7000])}, + 'EDD': {'11778-8': ('EDD', [12003])}, + 'EDDFromAverageUltrasoundAge': {'11781-2': ('EDD from average ultrasound age', + [12003])}, + 'EDDFromLMP': {'11779-6': ('EDD from LMP', [12003])}, + 'EDDFromOvulationDate': {'11780-4': ('EDD from ovulation date', [12003])}, + 'EFSlope': {'59128-9': ('E-F Slope', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'EFW1ByShinozuka1996': {'33141-3': ('EFW1 by Shinozuka 1996', [12012, 12014])}, + 'EFW2ByShinozuka1996': {'33142-1': ('EFW2 by Shinozuka 1996', [12012, 12014])}, + 'EFW3ByShinozuka1996': {'33143-9': ('EFW3 by Shinozuka 1996', [12012, 12014])}, + 'EFWByACAndBPDShepard1982': {'11739-0': ('EFW by AC and BPD, Shepard 1982', + [12012, 12014])}, + 'EFWByACBPDFLHCHadlock1985': {'11732-5': ('EFW by AC, BPD, FL, HC, Hadlock ' + '1985', + [12012, 12014])}, + 'EFWByACBPDFLHadlock1984': {'11734-1': ('EFW by AC, BPD, FL, Hadlock 1984', + [12012, 12014])}, + 'EFWByACBPDFLHadlock1985': {'11735-8': ('EFW by AC, BPD, FL, Hadlock 1985', + [12012, 12014])}, + 'EFWByACBPDHadlock1984': {'11738-2': ('EFW by AC, BPD, Hadlock 1984', + [12012, 12014])}, + 'EFWByACCampbell1975': {'11756-4': ('EFW by AC, Campbell 1975', + [12012, 12014])}, + 'EFWByACFLHCHadlock1985': {'11746-5': ('EFW by AC, FL, HC, Hadlock 1985', + [12012, 12014])}, + 'EFWByACFLHadlock1984': {'11750-7': ('EFW by AC, FL, Hadlock 1984', + [12012, 12014])}, + 'EFWByACFLHadlock1985': {'11751-5': ('EFW by AC, FL, Hadlock 1985', + [12012, 12014])}, + 'EFWByACHCHadlock1984': {'11754-9': ('EFW by AC, HC Hadlock 1984', + [12012, 12014])}, + 'EFWByBPDAPADTADFLTokyo1987': {'33144-7': ('EFW by BPD, APAD, TAD, FL, Tokyo ' + '1987', + [12012, 12014])}, + 'EFWByBPDFTAFLOsaka1990': {'33140-5': ('EFW by BPD, FTA, FL, Osaka 1990', + [12012, 12014])}, + 'EFWByBPDTTDHansmann1986': {'33139-7': ('EFW by BPD, TTD, Hansmann 1986', + [12012, 12014])}, + 'EFWByGAHadlock1991': {'33162-9': ('EFW by GA, Hadlock 1991', [12012, 12015])}, + 'EFWByGAHansmann1986': {'33163-7': ('EFW by GA, Hansmann 1986', + [12012, 12015])}, + 'EFWPercentileRank': {'11767-1': ('EFW percentile rank', [12019])}, + 'EVelocityToAnnulusEVelocityRatio': {'59111-5': ('E Velocity to Annulus E ' + 'Velocity Ratio', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'EWavePeakVelocity': {'59080-2': ('E-Wave Peak Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'EchocardiographyReport': {'11522-0': ('Echocardiography Report', [7000])}, + 'EjectionTime': {'20222-6': ('Ejection Time', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'EndDiastolicVelocity': {'11653-3': ('End Diastolic Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12120, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'EndocardialArea': {'59094-3': ('Endocardial Area', + [12257, 12271, 12265, 12255, 12259, 12258])}, + 'EndometriumThickness': {'12145-9': ('Endometrium Thickness', [12011])}, + 'EnvelopeDuration': {'59108-1': ('Envelope Duration', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'EpicardialArea': {'59093-5': ('Epicardial Area', + [12304, + 12257, + 12271, + 12265, + 12255, + 12259, + 12258])}, + 'EstimatedLMPByEDD': {'33066-2': ('Estimated LMP by EDD', [12003])}, + 'EstimatedWeight': {'11727-5': ('Estimated Weight', [12019])}, + 'ExerciseStressTestReport': {'18752-6': ('Exercise Stress Test Report', + [7000])}, + 'FLAC': {'11871-1': ('FL/AC', [12004, 12279])}, + 'FLBPD': {'11872-9': ('FL/BPD', [12004, 12279])}, + 'FLByGAASUM2000': {'33165-2': ('FL by GA, ASUM 2000', [12012, 12015])}, + 'FLByGAChitty1994': {'33167-8': ('FL by GA, Chitty 1994', [12012, 12015])}, + 'FLByGAHadlock1984': {'33166-0': ('FL by GA, Hadlock 1984', [12012, 12015])}, + 'FLByGAJeanty1982': {'33168-6': ('FL by GA, Jeanty 1982', [12012, 12015])}, + 'FLByGAMerz1988': {'33169-4': ('FL by GA, Merz 1988', [12012, 12015])}, + 'FLByGAShinozuka1996': {'33170-2': ('FL by GA, Shinozuka 1996', + [12012, 12015])}, + 'FLChitty1997': {'33098-5': ('FL, Chitty 1997', [12013, 12012])}, + 'FLHC': {'11873-7': ('FL/HC', [12004, 12279])}, + 'FLHadlock1984': {'11920-6': ('FL, Hadlock 1984', [12013, 12012])}, + 'FLHansmann1985': {'11921-4': ('FL, Hansmann 1985', [12013, 12012])}, + 'FLHansmann1986': {'33541-4': ('FL, Hansmann 1986', [12013, 12012])}, + 'FLHohler1982': {'11922-2': ('FL, Hohler 1982', [12013, 12012])}, + 'FLJeanty1982': {'33099-3': ('FL, Jeanty 1982', [12013, 12012])}, + 'FLJeanty1984': {'11923-0': ('FL, Jeanty 1984', [12013, 12012])}, + 'FLLessoway1998': {'33100-9': ('FL, Lessoway 1998', [12013, 12012])}, + 'FLMerz1987': {'11924-8': ('FL, Merz 1987', [12013, 12012])}, + 'FLMerz1988': {'33542-2': ('FL, Merz 1988', [12013, 12012])}, + 'FLOsaka1989': {'33101-7': ('FL, Osaka 1989', [12013, 12012])}, + 'FLShinozuka1996': {'33102-5': ('FL, Shinozuka 1996', [12013, 12012])}, + 'FLTokyo1986': {'33103-3': ('FL, Tokyo 1986', [12013, 12012])}, + 'FWPByGAAlexander1996': {'33185-0': ('FWP by GA, Alexander, 1996', + [12016, 12012])}, + 'FWPByGABrenner1976': {'33189-2': ('FWP by GA, Brenner 1976', [12016, 12012])}, + 'FWPByGAHadlock1985': {'33190-0': ('FWP by GA, Hadlock 1985', [12016, 12012])}, + 'FWPByGAWilliams1982': {'33184-3': ('FWP by GA, Williams, 1982', + [12016, 12012])}, + 'FemaleSingletonBWPByGAArbuckle1993': {'33187-6': ('Female Singleton BWP by ' + 'GA, Arbuckle 1993', + [12016, 12012])}, + 'FemaleTwinsBWPByGAArbuckle1993': {'33188-4': ('Female Twins BWP by GA, ' + 'Arbuckle 1993', + [12016, 12012])}, + 'FemurLength': {'11963-6': ('Femur Length', [12006, 12005, 12279])}, + 'FetalHeartRate': {'11948-7': ('Fetal Heart Rate', [12019])}, + 'FetalTrunkCrossSectionalAreaOsaka1989': {'33138-9': ('Fetal Trunk ' + 'Cross-Sectional Area, ' + 'Osaka 1989', + [12013, 12012])}, + 'FibulaByGAJeanty1983': {'33164-5': ('Fibula by GA, Jeanty 1983', + [12012, 12015])}, + 'FibulaJeanty1983': {'33097-7': ('Fibula, Jeanty 1983', [12013, 12012])}, + 'FibulaLength': {'11964-4': ('Fibula length', [12006])}, + 'FibulaMerz1987': {'11918-0': ('Fibula, Merz 1987', [12013, 12012])}, + 'FillingTime': {'59119-8': ('Filling Time', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'Findings': {'59776-5': ('Findings', [7001])}, + 'FirstQuadrantDiameter': {'11624-4': ('First Quadrant Diameter', [12008])}, + 'FlowArea': {'20226-7': ('Flow Area', + [12257, + 12260, + 12271, + 12267, + 12266, + 12270, + 12265, + 12253, + 12269, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258])}, + 'FlowRadius': {'59102-4': ('Flow Radius', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'FluoroscopyStudyReport': {'49512-7': ('Fluoroscopy Study Report', [7000])}, + 'FootLength': {'11965-1': ('Foot length', [12005])}, + 'FootLengthMercer1987': {'11926-3': ('Foot Length, Mercer 1987', + [12013, 12012])}, + 'ForamenOvaleDiameterAorticRootDiameter': {'59077-8': ('Foramen Ovale ' + 'Diameter/Aortic Root ' + 'Diameter', + [12279])}, + 'FourthQuadrantDiameter': {'11623-6': ('Fourth Quadrant Diameter', [12008])}, + 'FractionalShortening': {'59132-1': ('Fractional Shortening', + [12304, + 12257, + 12271, + 12267, + 12266, + 12270, + 12268, + 12252, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262])}, + 'GSByGARempen1991': {'33171-0': ('GS by GA, Rempen 1991', [12012, 12015])}, + 'GSDaya1991': {'33104-1': ('GS, Daya 1991', [12013, 12012])}, + 'GSHansmann1979': {'33105-8': ('GS, Hansmann 1979', [12013, 12012])}, + 'GSHansmann1982': {'33106-6': ('GS, Hansmann 1982', [12013, 12012])}, + 'GSHellman1969': {'11928-9': ('GS, Hellman 1969', [12013, 12012])}, + 'GSNyberg1992': {'33107-4': ('GS, Nyberg 1992', [12013, 12012])}, + 'GSRempen1991': {'11929-7': ('GS, Rempen 1991', [12013, 12012])}, + 'GSTokyo1986': {'33108-2': ('GS, Tokyo 1986', [12013, 12012])}, + 'GestationalAge': {'18185-9': ('Gestational Age', [12019])}, + 'GestationalAgeByLMP': {'11885-1': ('Gestational Age by LMP', + [12013, 12012, 12019])}, + 'GestationalAgeByOvulationDate': {'11886-9': ('Gestational Age by ovulation ' + 'date', + [12018])}, + 'GestationalSacDiameter': {'11850-5': ('Gestational Sac Diameter', [12009])}, + 'GlomerularFiltrationRateBlackMDRD': {'48643-1': ('Glomerular Filtration Rate ' + + 'black (MDRD)', + [10046])}, + 'GlomerularFiltrationRateCreatinineBasedFormulaSchwartz': {'50384-7': ('Glomerular ' + 'Filtration ' + 'Rate ' + 'Creatinine-based ' + 'formula ' + '(Schwartz)', + [10046])}, + 'GlomerularFiltrationRateCystatinBasedFormula': {'50210-4': ('Glomerular ' + 'Filtration Rate ' + 'Cystatin-based ' + 'formula', + [10046])}, + 'GlomerularFiltrationRateFemaleMDRD': {'50044-7': ('Glomerular Filtration ' + 'Rate female (MDRD)', + [10046])}, + 'GlomerularFiltrationRateMDRD': {'33914-3': ('Glomerular Filtration Rate ' + '(MDRD)', + [10046])}, + 'GlomerularFiltrationRateNonBlackMDRD': {'48642-3': ('Glomerular Filtration ' + 'Rate non-black (MDRD)', + [10046])}, + 'HCAC': {'11947-9': ('HC/AC', [12004, 12279])}, + 'HCACByGACampbell1977': {'33182-7': ('HC/AC by GA, Campbell 1977', + [12012, 12015])}, + 'HCASUM2000': {'33109-0': ('HC, ASUM 2000', [12013, 12012])}, + 'HCByGAASUM2000': {'33172-8': ('HC by GA, ASUM 2000', [12012, 12015])}, + 'HCByGAHadlock1984': {'33173-6': ('HC by GA, Hadlock 1984', [12012, 12015])}, + 'HCByGAJeanty1982': {'33175-1': ('HC by GA, Jeanty 1982', [12012, 12015])}, + 'HCByGAMerz1988': {'33176-9': ('HC by GA, Merz 1988', [12012, 12015])}, + 'HCDerivedByGAChitty1994': {'33174-4': ('HC derived by GA, Chitty 1994', + [12012, 12015])}, + 'HCDerivedChitty1997': {'33111-6': ('HC derived, Chitty 1997', + [12013, 12012])}, + 'HCHadlock1984': {'11932-1': ('HC, Hadlock 1984', [12013, 12012])}, + 'HCHansmann1985': {'33112-4': ('HC, Hansmann 1985', [12013, 12012])}, + 'HCHansmann1986': {'33543-0': ('HC, Hansmann 1986', [12013, 12012])}, + 'HCJeanty1982': {'33113-2': ('HC, Jeanty 1982', [12013, 12012])}, + 'HCJeanty1984': {'11934-7': ('HC, Jeanty 1984', [12013, 12012])}, + 'HCLessoway1998': {'33114-0': ('HC, Lessoway 1998', [12013, 12012])}, + 'HCMeasuredChitty1997': {'33110-8': ('HC measured, Chitty 1997', + [12013, 12012])}, + 'HCMerz1988': {'33115-7': ('HC Merz, 1988', [12013, 12012])}, + 'HRCorrectedMeanVelocityOfCircumferentialFiberShortening': {'59118-0': ('HR-Corrected ' + 'Mean ' + 'Velocity ' + 'of ' + 'Circumferential ' + 'Fiber ' + 'Shortening', + [12257, + 12271, + 12267, + 12266, + 12270, + 12268, + 12252, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262])}, + 'HeadCT': {'24725-4': ('Head CT', [646])}, + 'HeadCircumference': {'11984-2': ('Head Circumference', [12005, 12279])}, + 'HeartRate': {'8867-4': ('Heart rate', + [12216, + 12200, + 12257, + 12220, + 12261, + 12260, + 12276, + 12217, + 12271, + 12267, + 12210, + 12206, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12212, + 12269, + 12268, + 12205, + 12272, + 12264, + 12209, + 12214, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258, + 12215])}, + 'HeartRateCorrectedEjectionTime': {'59086-9': ('Heart Rate-Corrected Ejection ' + 'Time', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'HeartRateCorrectedPreEjectionPeriod': {'59087-7': ('Heart Rate-Corrected ' + 'Pre-Ejection Period', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'Hematocrit': {'20570-8': ('Hematocrit', [4110])}, + 'HepaticVeinAtrialContractionReversalPeakVelocity': {'29474-4': ('Hepatic ' + 'Vein Atrial ' + 'Contraction ' + 'Reversal ' + 'Peak ' + 'Velocity', + [12216])}, + 'HepaticVeinDiastolicPeakVelocity': {'29472-8': ('Hepatic Vein Diastolic Peak ' + 'Velocity', + [12216])}, + 'HepaticVeinSystolicPeakVelocity': {'29471-0': ('Hepatic Vein Systolic Peak ' + 'Velocity', + [12216])}, + 'HepaticVeinSystolicToDiastolicRatio': {'29473-6': ('Hepatic Vein Systolic to ' + 'Diastolic Ratio', + [12216])}, + 'History': {'11329-0': ('History', [7001, 7002])}, + 'HolterStudyReport': {'18754-2': ('Holter Study Report', [7000])}, + 'HumerusJeanty1984': {'11936-2': ('Humerus, Jeanty 1984', [12013, 12012])}, + 'HumerusLength': {'11966-9': ('Humerus length', [12006])}, + 'HumerusLengthASUM2000': {'33116-5': ('Humerus Length, ASUM 2000', + [12013, 12012])}, + 'HumerusLengthByGAASUM2000': {'33177-7': ('Humerus Length by GA, ASUM 2000', + [12012, 12015])}, + 'HumerusLengthOsaka1989': {'33117-3': ('Humerus Length, Osaka 1989', + [12013, 12012])}, + 'HumerusMerz1987': {'11937-0': ('Humerus, Merz 1987', [12013, 12012])}, + 'ICACCAVelocityRatio': {'33868-1': ('ICA/CCA velocity ratio', [12123])}, + 'IODMayden1982': {'33122-3': ('IOD, Mayden 1982', [12013, 12012])}, + 'IODTrout1994': {'33123-1': ('IOD, Trout 1994', [12013, 12012])}, + 'Impressions': {'19005-8': ('Impressions', [7001, 6052])}, + 'IndicationsForProcedure': {'18785-6': ('Indications for Procedure', [7001])}, + 'InferiorVenaCavaDiameter': {'18006-7': ('Inferior Vena Cava Diameter', + [12215]), + '79967-6': ('Inferior vena cava diameter', + [12300])}, + 'InferiorVenaCavaPercentCollapse': {'18050-5': ('Inferior Vena Cava % ' + 'Collapse', + [12215])}, + 'InnerOrbitalDiameter': {'33070-4': ('Inner Orbital Diameter', [12007])}, + 'InternalDimension': {'59090-1': ('Internal Dimension', [12304])}, + 'InterventricularSeptumDiastolicDimension2D': {'79969-2': ('Interventricular ' + 'septum diastolic ' + 'dimension 2D', + [12300])}, + 'InterventricularSeptumDiastolicDimensionMM': {'79968-4': ('Interventricular ' + + 'septum diastolic ' + 'dimension MM', + [12300])}, + 'InterventricularSeptumDiastolicThickness': {'18154-5': ('Interventricular ' + 'Septum Diastolic ' + 'Thickness', + [12200, 12201])}, + 'InterventricularSeptumPercentThickening': {'18054-7': ('Interventricular ' + 'Septum % Thickening', + [12200, 12201])}, + 'InterventricularSeptumSystolicDimension2D': {'79971-8': ('Interventricular ' + 'septum systolic ' + 'dimension 2D', + [12300])}, + 'InterventricularSeptumSystolicDimensionMM': {'79970-0': ('Interventricular ' + + 'septum systolic ' + 'dimension MM', + [12300])}, + 'InterventricularSeptumSystolicThickness': {'18158-6': ('Interventricular ' + 'Septum Systolic ' + 'Thickness', + [12200, 12201])}, + + 'InterventricularSeptumTimeToPeakDisplacement': {'79972-6': ('Interventricular ' + 'septum time to ' + 'peak ' + 'displacement', + [12300])}, + 'InterventricularSeptumToPosteriorWallThicknessRatio': {'18155-2': ('Interventricular ' + 'Septum ' + 'to ' + 'Posterior ' + 'Wall ' + 'Thickness ' + 'Ratio', + [12200, + 12257, + 12201, + 12271, + 12259])}, + 'IntravascularDiastolicBloodPressure': {'8462-4': ('Intravascular diastolic ' + 'blood pressure', + [3611])}, + 'IntravascularSystolicBloodPressure': {'8480-6': ('Intravascular Systolic ' + 'Blood pressure', + [3611])}, + 'IsovolumicContractionTime': {'59084-4': ('Isovolumic Contraction Time', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'IsovolumicRelaxationTime': {'59083-6': ('Isovolumic Relaxation Time', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'JetArea': {'59123-0': ('Jet Area', + [12257, + 12260, + 12271, + 12267, + 12266, + 12270, + 12265, + 12253, + 12269, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258])}, + 'KeyImages': {'55113-5': ('Key Images', [7001])}, + 'LMP': {'11955-2': ('LMP', [12003])}, + 'LVBasalAnteriorTimeToSVmaxTsBasalAnterior': {'80036-7': ('LV basal anterior ' + 'time to S Vmax ' + '(Ts-basal ' + 'anterior)', + [12300])}, + 'LVBasalAnteroseptalTimeToSVmaxTSBasalAnteroseptal': {'80037-5': ('LV basal ' + 'anteroseptal ' + 'time to S ' + 'Vmax ' + '(TS-basal ' + 'anteroseptal)', + [12300])}, + 'LVBasalInferiorTimeToSVmaxTsBasalInferior': {'80038-3': ('LV basal inferior ' + 'time to S Vmax ' + '(Ts-basal ' + 'inferior)', + [12300])}, + 'LVBasalLateralTimeToSVmaxTsBasalLateral': {'80039-1': ('LV basal lateral ' + 'time to S Vmax ' + '(Ts-basal lateral)', + [12300])}, + 'LVBasalPosteriorTimeToSVmaxTsBasalPosterior': {'80040-9': ('LV basal ' + 'posterior time ' + 'to S Vmax ' + '(Ts-basal ' + 'posterior)', + [12300])}, + 'LVBasalSeptalTimeToSVmaxTsBasalSeptal': {'80041-7': ('LV basal septal time ' + 'to S Vmax (Ts-basal ' + 'septal)', + [12300])}, + 'LVMidAnteriorTimeToSVmaxTsMidAnterior': {'80042-5': ('LV mid anterior time ' + 'to S Vmax (Ts-mid ' + 'anterior)', + [12300])}, + 'LVMidAnteroseptalTimeToSVmaxTsMidAnteroseptal': {'80043-3': ('LV mid ' + 'anteroseptal ' + 'time to S Vmax ' + '(Ts-mid ' + 'anteroseptal)', + [12300])}, + 'LVMidInferiorTimeToSVmaxTsMidInferior': {'80044-1': ('LV mid inferior time ' + 'to S Vmax (Ts-mid ' + 'inferior)', + [12300])}, + 'LVMidLateralTimeToSVmaxTsMidLateral': {'80045-8': ('LV mid lateral time to S ' + 'Vmax (Ts-mid lateral)', + [12300])}, + 'LVMidPosteriorTimeToSVmaxTsMidPosterior': {'80046-6': ('LV mid posterior ' + 'time to S Vmax ' + '(Ts-mid posterior)', + [12300])}, + 'LVMidSeptalTimeToSVmaxTsMidSeptal': {'80047-4': ('LV mid septal time to S ' + 'Vmax (Ts-mid septal)', + [12300])}, + 'LVTsSDDyssynchronyIndex': {'80048-2': ('LV Ts-SD (Dyssynchrony Index)', + [12300])}, + 'LateralVentricleWidth': {'12171-5': ('Lateral Ventricle width', [12007])}, + 'LeafletSeparation': {'59109-9': ('Leaflet Separation', + [12271, + 12267, + 12251, + 12266, + 12268, + 12272, + 12263, + 12262])}, + 'LeafletThickness': {'59110-7': ('Leaflet Thickness', + [12271, + 12267, + 12251, + 12266, + 12268, + 12272, + 12263, + 12262])}, + 'LeftAtrialAppendagePeakVelocity': {'29486-8': ('Left Atrial Appendage Peak ' + 'Velocity', + [12205])}, + 'LeftAtrialEndSystolicArea2C': {'79973-4': ('Left atrial end systolic area 2C', + [12300])}, + 'LeftAtrialEndSystolicArea4C': {'79974-2': ('Left atrial end systolic area 4C', + [12300])}, + 'LeftAtrialEndSystolicDiameterAP2D': {'79975-9': ('Left atrial end systolic ' + 'diameter (AP) 2D', + [12300])}, + 'LeftAtrialEndSystolicDiameterAP2DBSA': {'79976-7': ('Left atrial end ' + 'systolic diameter (AP) ' + '2D / BSA', + [12300])}, + 'LeftAtrialEndSystolicDiameterAPMM': {'79977-5': ('Left atrial end systolic ' + 'diameter (AP) MM', + [12300])}, + 'LeftAtrialEndSystolicDiameterAPMMBSA': {'79978-3': ('Left atrial end ' + 'systolic diameter (AP) ' + 'MM / BSA', + [12300])}, + 'LeftAtrialEndSystolicLength2C': {'79979-1': ('Left atrial end systolic ' + 'length 2C', + [12300])}, + 'LeftAtrialEndSystolicLength4C': {'79980-9': ('Left atrial end systolic ' + + 'length 4C', + [12300])}, + 'LeftAtrialEndSystolicVolumeBiplaneAreaLength': {'79981-7': ('Left atrial end ' + 'systolic volume ' + 'biplane ' + '(area-length)', + [12300])}, + 'LeftAtrialEndSystolicVolumeBiplaneAreaLengthBSA': {'79982-5': ('Left atrial ' + + 'end systolic ' + 'volume ' + 'biplane ' + '(area-length) ' + '/ BSA', + [12300])}, + 'LeftAtrialEndSystolicVolumeBiplaneMOD': {'79983-3': ('Left atrial end ' + 'systolic volume ' + 'biplane (MOD)', + [12300])}, + 'LeftAtrialEndSystolicVolumeBiplaneMODBSA': {'79984-1': ('Left atrial end ' + 'systolic volume ' + 'biplane (MOD) / BSA', + [12300])}, + 'LeftAtrialEndSystolicVolumeSinglePlane2CMOD': {'79985-8': ('Left atrial end ' + + 'systolic volume ' + 'single plane 2C ' + '(MOD)', + [12300])}, + 'LeftAtrialEndSystolicVolumeSinglePlane4CMOD': {'79986-6': ('Left atrial end ' + + 'systolic volume ' + 'single plane 4C ' + '(MOD)', + [12300])}, + 'LeftAtriumAnteroPosteriorSystolicDimension': {'29469-4': ('Left Atrium ' + 'Antero-posterior ' + 'Systolic ' + 'Dimension', + [12205])}, + 'LeftAtriumAreaA4CView': {'17977-0': ('Left Atrium Area A4C view', [12205])}, + 'LeftAtriumToAorticRootRatio': {'17985-3': ('Left Atrium to Aortic Root Ratio', + [12265, 12205])}, + 'LeftAtriumVolumeToRightAtriumVolumeRatio': {'59131-3': ('Left Atrium Volume ' + 'to Right Atrium ' + 'Volume Ratio', + [12265])}, + 'LeftKidneyLength': {'11834-9': ('Left Kidney length', [12005])}, + 'LeftKidneyThickness': {'11853-9': ('Left Kidney thickness', [12005])}, + 'LeftKidneyWidth': {'11825-7': ('Left Kidney width', [12005])}, + 'LeftPulmonaryArteryDiameter': {'18019-0': ('Left Pulmonary Artery Diameter', + [12210]), + '79987-4': ('Left pulmonary artery diameter', + [12300])}, + 'LeftVenticularPosteriorWallTimeToPeakDisplacement': {'79988-2': ('Left ' + 'venticular ' + 'posterior ' + 'wall time ' + 'to peak ' + 'displacement', + [12300])}, + 'LeftVentricleDiastolicMajorAxis': {'18077-8': ('Left Ventricle diastolic ' + 'major axis', + [12200, 12201])}, + 'LeftVentricleEToATissueVelocityRatio': {'59129-7': ('Left Ventricle E to A ' + 'Tissue Velocity Ratio', + [12257, 12271, 12259])}, + 'LeftVentricleInternalEndDiastolicDimension': {'29436-3': ('Left Ventricle ' + 'Internal End ' + 'Diastolic ' + 'Dimension', + [12200, 12201])}, + 'LeftVentricleInternalSystolicDimension': {'29438-9': ('Left Ventricle ' + 'Internal Systolic ' + 'Dimension', + [12200, 12201])}, + 'LeftVentricleMass': {'18087-7': ('Left Ventricle Mass', [12200, 12203])}, + 'LeftVentricleMeridionalWallStress': {'59097-6': ('Left Ventricle Meridional ' + 'Wall Stress', + [12257, 12271, 12259])}, + 'LeftVentriclePosteriorWallDiastolicThickness': {'18152-9': ('Left Ventricle ' + 'Posterior Wall ' + 'Diastolic ' + 'Thickness', + [12200, 12201])}, + 'LeftVentriclePosteriorWallPercentThickening': {'18053-9': ('Left Ventricle ' + 'Posterior Wall % ' + 'Thickening', + [12200, 12201])}, + 'LeftVentriclePosteriorWallSystolicThickness': {'18156-0': ('Left Ventricle ' + 'Posterior Wall ' + 'Systolic ' + 'Thickness', + [12200, 12201])}, + + 'LeftVentricleRightVentricleDiameterRatio': {'59078-6': ('Left ' + 'Ventricle/Right ' + 'Ventricle Diameter ' + 'Ratio', + [12279])}, + 'LeftVentricleSystolicMajorAxis': {'18076-0': ('Left Ventricle systolic major ' + 'axis', + [12200, 12201])}, + 'LeftVentricularEDVolume': {'8821-1': ('Left Ventricular ED Volume', + [3468, 3835])}, + 'LeftVentricularESVolume': {'8823-7': ('Left Ventricular ES Volume', + [3469, 3835])}, + 'LeftVentricularEjectionFraction3D': {'79990-8': ('Left ventricular ejection ' + 'fraction 3D', + [12300])}, + 'LeftVentricularEjectionFractionBiplaneMOD': {'79991-6': ('Left ventricular ' + + 'ejection fraction ' + 'biplane (MOD)', + [12300])}, + 'LeftVentricularEjectionFractionByAngiography': {'8808-8': ('Left Ventricular ' + 'Ejection ' + 'Fraction by ' + 'Angiography', + [3467])}, + 'LeftVentricularEjectionFractionByCT': {'8810-4': ('Left ventricular ejection ' + 'fraction by CT', + [3833])}, + 'LeftVentricularEjectionFractionByMR': {'8811-2': ('Left ventricular ejection ' + 'fraction by MR', + [3833])}, + 'LeftVentricularEjectionFractionByUS': {'18043-0': ('Left Ventricular ' + 'Ejection Fraction by US', + [12200, 12202])}, + 'LeftVentricularEjectionFractionSinglePlane2CMOD': {'79992-4': ('Left ' + + 'ventricular ' + 'ejection ' + 'fraction ' + 'single plane ' + '2C (MOD)', + [12300])}, + 'LeftVentricularEjectionFractionSinglePlane4CMOD': {'79993-2': ('Left ' + + 'ventricular ' + 'ejection ' + 'fraction ' + 'single plane ' + '4C (MOD)', + [12300])}, + 'LeftVentricularEjectionFractionTeichholz2D': {'77891-0': ('Left ventricular ' + 'ejection fraction ' + '(Teichholz) 2D', + [12300])}, + 'LeftVentricularEjectionFractionTeichholzMM': {'18049-7': ('Left ventricular ' + 'ejection fraction ' + '(Teichholz) MM', + [12300])}, + 'LeftVentricularEndDiastolicLength4C': {'79994-0': ('Left ventricular end ' + + 'diastolic length 4C', + [12300])}, + 'LeftVentricularEndDiastolicVolume': {'18026-5': ('Left Ventricular End ' + 'Diastolic Volume', + [12200, 12202])}, + 'LeftVentricularEndDiastolicVolume3D': {'79995-7': ('Left ventricular end ' + 'diastolic volume (3D)', + [12300])}, + 'LeftVentricularEndDiastolicVolumeBiplaneMOD': {'79996-5': ('Left ventricular ' + + 'end diastolic ' + 'volume biplane ' + '(MOD)', + [12300])}, + 'LeftVentricularEndDiastolicVolumeBiplaneMODBSA': {'79997-3': ('Left ' + + 'ventricular ' + 'end diastolic ' + 'volume ' + 'biplane (MOD) ' + '/ BSA', + [12300])}, + 'LeftVentricularEndDiastolicVolumeSinglePlane2CMOD': {'79998-1': ('Left ' + + 'ventricular ' + 'end ' + 'diastolic ' + 'volume ' + 'single ' + 'plane 2C ' + '(MOD)', + [12300])}, + 'LeftVentricularEndDiastolicVolumeSinglePlane4CMOD': {'79999-9': ('Left ' + + 'ventricular ' + 'end ' + 'diastolic ' + 'volume ' + 'single ' + 'plane 4C ' + '(MOD)', + [12300])}, + 'LeftVentricularEndSystolicVolume': {'18148-7': ('Left Ventricular End ' + 'Systolic Volume', + [12200, 12202])}, + 'LeftVentricularEndSystolicVolume3D': {'80000-3': ('Left ventricular end ' + 'systolic volume (3D)', + [12300])}, + 'LeftVentricularEndSystolicVolumeBiplaneMOD': {'80001-1': ('Left ventricular ' + + 'end systolic ' + 'volume biplane ' + '(MOD)', + [12300])}, + 'LeftVentricularEndSystolicVolumeBiplaneMODBSA': {'80002-9': ('Left ' + + 'ventricular ' + 'end systolic ' + 'volume biplane ' + '(MOD) / BSA', + [12300])}, + 'LeftVentricularEndSystolicVolumeSinglePlane2CMOD': {'80003-7': ('Left ' + + 'ventricular ' + 'end ' + 'systolic ' + 'volume ' + 'single ' + 'plane 2C ' + '(MOD)', + [12300])}, + 'LeftVentricularEndSystolicVolumeSinglePlane4CMOD': {'80004-5': ('Left ' + + 'ventricular ' + 'end ' + 'systolic ' + 'volume ' + 'single ' + 'plane 4C ' + '(MOD)', + [12300])}, + 'LeftVentricularEndocardialAreaSAXPMLevel': {'80005-2': ('Left ventricular ' + 'endocardial area ' + 'SAX PM level', + [12300])}, + 'LeftVentricularEpicardialAreaSAXPMLevel': {'80006-0': ('Left ventricular ' + 'epicardial area SAX ' + 'PM level', + [12300])}, + 'LeftVentricularFractionalShortening': {'18051-3': ('Left Ventricular ' + 'Fractional Shortening', + [12200, 12201])}, + 'LeftVentricularFractionalShorteningOfMinorAxis2D': {'29434-8': ('Left ' + + 'ventricular ' + 'fractional ' + 'shortening ' + '(of minor ' + 'axis) (2D)', + [12300])}, + 'LeftVentricularFractionalShorteningOfMinorAxisMM': {'29435-5': ('Left ' + + 'ventricular ' + 'fractional ' + 'shortening ' + '(of minor ' + 'axis) (MM)', + [12300])}, + 'LeftVentricularInternalDiastolicDimension2D': {'80007-8': ('Left ventricular ' + + 'internal ' + 'diastolic ' + 'dimension - 2D', + [12300])}, + 'LeftVentricularInternalDiastolicDimensionBSA': {'80009-4': ('Left ' + + 'ventricular ' + 'internal ' + 'diastolic ' + 'dimension / BSA', + [12300]), + '80010-2': ('Left ' + 'ventricular ' + 'internal ' + 'diastolic ' + 'dimension / BSA', + [12300])}, + 'LeftVentricularInternalDiastolicDimensionMM': {'80008-6': ('Left ventricular ' + + 'internal ' + 'diastolic ' + 'dimension - MM', + [12300])}, + 'LeftVentricularInternalSystolicDimension2D': {'80011-0': ('Left ventricular ' + 'internal systolic ' + 'dimension - 2D', + [12300])}, + 'LeftVentricularInternalSystolicDimensionBSA': {'80013-6': ('Left ventricular ' + + 'internal ' + 'systolic ' + 'dimension / BSA', + [12300]), + '80014-4': ('Left ventricular ' + 'internal ' + 'systolic ' + 'dimension / BSA', + [12300])}, + 'LeftVentricularInternalSystolicDimensionMM': {'80012-8': ('Left ventricular ' + + 'internal systolic ' + 'dimension - MM', + [12300])}, + 'LeftVentricularIsovolumicRelaxationTime': {'18071-1': ('Left Ventricular ' + 'Isovolumic ' + 'Relaxation Time', + [12200, 12203])}, + 'LeftVentricularIsovolumicRelaxationTimeByDoppler': {'18071-1': ('Left ' + 'ventricular ' + 'isovolumic ' + 'relaxation ' + 'time by ' + 'Doppler', + [12300])}, + 'LeftVentricularIsovolumicRelaxationTimeByTDI': {'80015-1': ('Left ' + + 'ventricular ' + 'isovolumic ' + 'relaxation time ' + 'by TDI', + [12300])}, + 'LeftVentricularMass': {'80025-0': ('Left ventricular mass (truncated ' + 'ellipse)', + [12300])}, + 'LeftVentricularMassAreaLength': {'80016-9': ('Left ventricular mass ' + '(area-length)', + [12300])}, + 'LeftVentricularMassAreaLengthBSA': {'80017-7': ('Left ventricular mass ' + '(area-length) / BSA', + [12300])}, + 'LeftVentricularMassAreaLengthHeight2Point7': {'80018-5': ('Left ventricular ' + 'mass ' + '(area-length) / ' + 'height^^2.7', + [12300])}, + 'LeftVentricularMassDimensionMethod2D': {'80019-3': ('Left ventricular mass ' + '(dimension method) 2D', + [12300])}, + 'LeftVentricularMassDimensionMethod2DBSA': {'80020-1': ('Left ventricular ' + 'mass (dimension ' + 'method) 2D / BSA', + [12300])}, + 'LeftVentricularMassDimensionMethod2DHeight2Point7': {'80021-9': ('Left ' + 'ventricular ' + 'mass ' + '(dimension ' + 'method) 2D ' + '/ ' + 'height^^2.7', + [12300])}, + 'LeftVentricularMassDimensionMethodMM': {'80022-7': ('Left ventricular mass ' + '(dimension method) MM', + [12300])}, + 'LeftVentricularMassDimensionMethodMMBSA': {'80023-5': ('Left ventricular ' + 'mass (dimension ' + 'method) MM / BSA', + [12300])}, + 'LeftVentricularMassDimensionMethodMMHeight2Point7': {'80024-3': ('Left ' + 'ventricular ' + 'mass ' + '(dimension ' + 'method) MM ' + '/ ' + 'height^^2.7', + [12300])}, + 'LeftVentricularMassTruncatedEllipseBSA': {'80026-8': ('Left ventricular mass ' + '(truncated ellipse) / ' + 'BSA', + [12300])}, + 'LeftVentricularMassTruncatedEllipseHeight2Point7': {'80027-6': ('Left ' + 'ventricular ' + 'mass ' + '(truncated ' + 'ellipse) / ' + 'height^^2.7', + [12300])}, + 'LeftVentricularOutflowTractDimension2D': {'80028-4': ('Left ventricular ' + 'outflow tract ' + 'dimension (2D)', + [12300])}, + 'LeftVentricularOutflowTractVTI': {'80030-0': ('Left ventricular outflow ' + 'tract VTI', + [12300])}, + 'LeftVentricularOutflowTractVmax': {'80029-2': ('Left ventricular outflow ' + 'tract Vmax', + [12300])}, + 'LeftVentricularPosteriorWallDiastolicThickness': {'80031-8': ('Left ' + 'ventricular ' + 'posterior ' + 'wall ' + 'diastolic ' + 'thickness', + [12300]), + '80032-6': ('Left ' + 'ventricular ' + 'posterior ' + 'wall ' + 'diastolic ' + 'thickness', + [12300])}, + 'LeftVentricularPosteriorWallSystolicThickness': {'80033-4': ('Left ' + 'ventricular ' + 'posterior wall ' + 'systolic ' + 'thickness', + [12300]), + '80034-2': ('Left ' + 'ventricular ' + 'posterior wall ' + 'systolic ' + 'thickness', + [12300])}, + 'LeftVentricularPreEjectionPeriod': {'79989-0': ('Left ventricular ' + 'pre-ejection period', + [12300])}, + 'LeftVentricularStrokeVolume3D': {'80035-9': ('Left ventricular stroke volume ' + '3D', + [12300])}, + 'LengthOfVertebraTokyo1986': {'33118-1': ('Length of Vertebra, Tokyo 1986', + [12013, 12012])}, + 'MR3DCAMModel': {'85041-2': ('MR 3D CAM model', [7061])}, + 'MRIHeadReport': {'11541-0': ('MRI Head Report', [7000])}, + 'MRIReport': {'18755-9': ('MRI Report', [7000])}, + 'MRISpineReport': {'18756-7': ('MRI Spine Report', [7000])}, + 'MRIUnspecifiedBodyRegion': {'25056-3': ('MRI unspecified body region', + [100])}, + 'MRIWholeBody': {'46358-8': ('MRI whole body', [646])}, + 'MainPulmonaryArteryDiameter': {'18020-8': ('Main Pulmonary Artery Diameter', + [12210]), + '80049-0': ('Main pulmonary artery diameter', + [12300])}, + 'MainPulmonaryArteryVmax': {'': ('Main pulmonary artery Vmax', [12300])}, + 'MaleSingletonBWPByGAArbuckle1993': {'33186-8': ('Male Singleton BWP by GA, ' + 'Arbuckle 1993', + [12016, 12012])}, + 'MaleTwinsBWPByGAArbuckle1993': {'33199-1': ('Male Twins BWP by GA, Arbuckle ' + '1993', + [12016, 12012])}, + 'MammographyScreeningReport': {'24606-6': ('Mammography Screening Report', + [7000])}, + 'MeanBloodVelocity': {'20352-1': ('Mean Blood Velocity', [12304])}, + 'MeanGradient': {'20256-4': ('Mean Gradient', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12122, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'MeanGradientPressureByDoppler': {'20256-4': ('Mean Gradient [Pressure] by ' + 'Doppler', + [12304])}, + 'MeanVelocityOfCircumferentialFiberShorteningMeanVcfv': {'59117-2': ('Mean ' + 'Velocity ' + 'of ' + 'Circumferential ' + 'Fiber ' + 'Shortening ' + '(Mean ' + 'VcFv)', + [12257, + 12271, + 12267, + 12266, + 12270, + 12268, + 12252, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262])}, + 'MedicationsAdministered': {'29549-3': ('Medications Administered', [7001])}, + 'MinimumDiastolicVelocity': {'11665-7': ('Minimum Diastolic Velocity', + [12119, 12120])}, + 'MitralAnnulusDiastolicDiameterA2C': {'80050-8': ('Mitral annulus diastolic ' + 'diameter - A2C', + [12300])}, + 'MitralAnnulusDiastolicDiameterA4C': {'80051-6': ('Mitral annulus diastolic ' + 'diameter - A4C', + [12300])}, + 'MitralAnnulusDiastolicDiameterPLAX': {'80052-4': ('Mitral annulus diastolic ' + 'diameter - PLAX', + [12300])}, + 'MitralAnnulusVTI': {'80053-2': ('Mitral annulus VTI', [12300])}, + 'MitralLateralEPrimeVmax': {'80054-0': ('Mitral lateral e-prime Vmax', + [12300])}, + 'MitralRegurgitantFlowPISA': {'80057-3': ('Mitral regurgitant flow (PISA)', + [12300])}, + 'MitralRegurgitantFractionContinuityVTI': {'80055-7': ('Mitral regurgitant ' + 'fraction (Continuity ' + 'VTI)', + [12300])}, + 'MitralRegurgitantFractionPISA': {'80056-5': ('Mitral regurgitant fraction ' + + '(PISA)', + [12300])}, + 'MitralRegurgitationDpDtDerivedFromMitralRegVelocity': {'18035-6': ('Mitral ' + 'Regurgitation ' + 'dP/dt ' + 'derived ' + 'from ' + 'Mitral ' + 'Reg. ' + 'velocity', + [12207, + 12266, + 12268])}, + 'MitralRegurgitationPISARadius': {'80059-9': ('Mitral regurgitation PISA ' + 'radius', + [12300])}, + 'MitralRegurgitationPISAVelocity': {'80060-7': ('Mitral regurgitation PISA ' + 'velocity', + [12300])}, + 'MitralRegurgitationPeakGradient': {'80058-1': ('Mitral regurgitation peak ' + 'gradient', + [12300])}, + 'MitralRegurgitationVenaContractaWidth': {'80061-5': ('Mitral regurgitation ' + 'vena contracta width', + [12300])}, + 'MitralRegurgitationVmax': {'80062-3': ('Mitral regurgitation Vmax', [12300])}, + 'MitralRegurgitationVolumeContinuityVTI': {'80063-1': ('Mitral regurgitation ' + 'volume (Continuity ' + 'VTI)', + [12300])}, + 'MitralRegurgitationVolumePISA': {'80064-9': ('Mitral regurgitation volume ' + + '(PISA)', + [12300])}, + 'MitralSeptalEPrimeVmax': {'79911-4': ('Mitral septal e-prime Vmax', [12300])}, + 'MitralValveAWaveDuration': {'80065-6': ('Mitral valve A-wave duration', + [12300])}, + 'MitralValveAWavePeakVelocity': {'17978-8': ('Mitral Valve A-Wave Peak ' + 'Velocity', + [12207])}, + 'MitralValveAWaveVmax': {'80066-4': ('Mitral valve A-wave Vmax', [12300])}, + 'MitralValveAreaPISA': {'80067-2': ('Mitral valve area (PISA)', [12300])}, + 'MitralValveAreaPlanimetry': {'80068-0': ('Mitral valve area (Planimetry)', + [12300])}, + 'MitralValveAreaPressureHalfTime': {'80069-8': ('Mitral valve area (Pressure ' + 'Half-Time)', + [12300])}, + 'MitralValveDecelerationTime': {'78191-4': ('Mitral valve deceleration time', + [12300])}, + 'MitralValveDiastolicPeakInstantaneousGradient': {'18057-0': ('Mitral Valve ' + 'Diastolic Peak ' + 'Instantaneous ' + 'Gradient', + [12207])}, + 'MitralValveEFSlopeByMMode': {'18040-6': ('Mitral Valve E-F Slope by M-Mode', + [12207])}, + 'MitralValveEPSSEWave': {'18036-4': ('Mitral Valve EPSS, E wave', + [12207, 12266, 12268])}, + 'MitralValveESeptalSeparation': {'59098-4': ('Mitral Valve E-septal ' + 'Separation', + [12266, 12268])}, + 'MitralValveEToARatio': {'18038-0': ('Mitral Valve E to A Ratio', + [12207, 12300])}, + 'MitralValveEWavePeakVelocity': {'18037-2': ('Mitral Valve E-Wave Peak ' + 'Velocity', + [12207])}, + 'MitralValveEWaveVmax': {'80070-6': ('Mitral valve E-wave Vmax', [12300])}, + 'MitralValveEffectiveRegurgitantOrificeAreaPISA': {'80071-4': ('Mitral valve ' + + 'effective ' + 'regurgitant ' + 'orifice area ' + '(PISA)', + [12300])}, + + 'MitralValveFlowPropagationVelocityVp': {'80072-2': ('Mitral valve flow ' + 'propagation velocity ' + '(Vp)', + [12300])}, + 'MitralValveMeanGradient': {'80073-0': ('Mitral valve mean gradient', + [12300])}, + 'MitralValvePeakInstantaneousGradient': {'80074-8': ('Mitral valve peak ' + 'instantaneous gradient', + [12300])}, + 'MitralValvePressureHalfTime': {'79912-2': ('Mitral valve pressure half-time', + [12300])}, + 'MitralValveVTI': {'79914-8': ('Mitral valve VTI', [12300])}, + 'MitralValveVmax': {'79913-0': ('Mitral valve Vmax', [12300])}, + 'MyocardialPerformanceIndexTei': {'59099-2': ('Myocardial Performance Index ' + '(Tei)', + [12304, + 12257, + 12271, + 12265, + 12255, + 12259, + 12258])}, + 'NMUnspecifiedBodyRegion': {'49118-3': ('NM unspecified body region', [100])}, + 'NuchalFoldThickness': {'12146-7': ('Nuchal Fold thickness', [12007])}, + 'NuchalTranslucency': {'33069-6': ('Nuchal Translucency', + [12007, 12009, 12279])}, + 'NuclearMedicineReport': {'18757-5': ('Nuclear Medicine Report', [7000])}, + 'NuclearMedicineThyroidScanReport': {'17787-3': ('Nuclear Medicine Thyroid ' + 'Scan Report', + [7000])}, + 'NumberOfFetusesByUS': {'11878-6': ('Number of Fetuses by US', [12018])}, + 'OFDASUM2000': {'33119-9': ('OFD, ASUM 2000', [12013, 12012])}, + 'OFDByGAASUM2000': {'33178-5': ('OFD by GA, ASUM 2000', [12012, 12015])}, + 'OFDByGAChitty1994': {'33179-3': ('OFD by GA, Chitty 1994', [12012, 12015])}, + 'OFDHansmann1985': {'33544-8': ('OFD, Hansmann 1985', [12013, 12012])}, + 'OFDHansmann1986': {'33120-7': ('OFD, Hansmann 1986', [12013, 12012])}, + 'OFDLessoway1998': {'33121-5': ('OFD, Lessoway 1998', [12013, 12012])}, + 'OODMayden1982': {'33124-9': ('OOD, Mayden, 1982', [12013, 12012])}, + 'OODTrout1994': {'33125-6': ('OOD, Trout 1994', [12013, 12012])}, + 'OccipitalFrontalDiameter': {'11851-3': ('Occipital-Frontal Diameter', + [12005, 12279])}, + 'OuterOrbitalDiameter': {'11629-3': ('Outer Orbital Diameter', [12007])}, + 'OvulationDate': {'11976-8': ('Ovulation date', [12003])}, + 'OxygenPartialPressureAt50PercentSaturationP50': {'19217-9': ('Oxygen partial ' + 'pressure at ' + '50% saturation ' + '(P50)', + [3524])}, + 'PETScanReport': {'18758-3': ('PET Scan Report', [7000])}, + 'PETUnspecifiedBodyRegion': {'44136-0': ('PET unspecified body region', + [100])}, + 'PETWholeBody': {'44139-4': ('PET whole body', [646, 100])}, + 'PatientPresentation': {'55108-5': ('Patient Presentation', [7001])}, + 'PeakBloodVelocity': {'11726-7': ('Peak Blood Velocity', [12304])}, + 'PeakEWavePeakAWaveByUS': {'59104-0': ('Peak E wave/Peak A wave by US', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'PeakGradient': {'20247-3': ('Peak Gradient', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12122, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'PeakGradientPressure': {'20247-3': ('Peak Gradient [Pressure]', [12304])}, + 'PeakInstantaneousFlowRate': {'34141-2': ('Peak Instantaneous Flow Rate', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'PeakReversalVelocityDuringAtrialContraction': {'59079-4': ('Peak Reversal ' + 'Velocity during ' + 'Atrial ' + 'Contraction', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'PeakSystolicVelocity': {'11726-7': ('Peak Systolic Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12120, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'PeakTissueVelocity': {'59133-9': ('Peak Tissue Velocity', + [12257, 12271, 12259])}, + 'PercentThickening': {'59092-7': ('% Thickening', + [12257, + 12271, + 12267, + 12266, + 12270, + 12268, + 12252, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262])}, + 'PosteriorHornLateralVentricularWidth': {'33196-7': ('Posterior Horn Lateral ' + 'ventricular width', + [12007])}, + 'PreEjectionPeriod': {'59085-1': ('Pre-Ejection Period', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'PreEjectionPeriodEjectionTimeRatio': {'59088-5': ('Pre-Ejection ' + 'Period/Ejection Time ' + 'Ratio', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'PressureHalfTime': {'20280-4': ('Pressure Half Time', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'PreviousFindings': {'18834-2': ('Previous Findings', [7001])}, + 'PriorProcedureDescriptions': {'55114-3': ('Prior Procedure Descriptions', + [7001])}, + 'PulmVeinADurationToMVADurationDifference': {'59114-9': ('Pulm Vein A ' + + 'duration to MV A ' + 'duration difference', + [12261, 12263])}, + 'PulmonaryArteryMainOxygenContent': {'10245-9': ('Pulmonary Artery Main ' + 'Oxygen content', + [3525])}, + 'PulmonaryArteryPressureUsingAccelTime': {'59101-6': ('Pulmonary Artery ' + 'Pressure using Accel ' + 'Time', + [12271, + 12272, + 12263, + 12262])}, + 'PulmonaryToSystemicShuntFlowRatio': {'29462-9': ('Pulmonary-to-Systemic ' + 'Shunt Flow Ratio', + [12276, 12217])}, + 'PulmonaryVeinADurationMitralValveADurationRatio': {'59112-3': ('Pulmonary ' + 'Vein A ' + 'Duration ' + 'Mitral Valve ' + 'A Duration ' + 'Ratio', + [12261, + 12263])}, + 'PulmonaryVeinAVTIToMitralValveVTIRatio': {'59113-1': ('Pulmonary Vein A VTI ' + + 'to Mitral Valve VTI ' + 'Ratio', + [12261, 12263])}, + 'PulmonaryVeinAWaveDuration': {'78184-9': ('Pulmonary vein A-wave duration', + [12300])}, + 'PulmonaryVeinAWaveVmax': {'79915-5': ('Pulmonary vein A-wave Vmax', [12300])}, + 'PulmonaryVeinAtrialContractionReversalPeakVelocity': {'29453-8': ('Pulmonary ' + 'Vein ' + 'Atrial ' + 'Contraction ' + 'Reversal ' + 'Peak ' + 'Velocity', + [12214])}, + 'PulmonaryVeinDWaveVmax': {'79916-3': ('Pulmonary vein D-wave Vmax', [12300])}, + 'PulmonaryVeinDiastolicPeakVelocity': {'29451-2': ('Pulmonary Vein Diastolic ' + 'Peak Velocity', + [12214])}, + 'PulmonaryVeinSWaveVmax': {'79917-1': ('Pulmonary vein S-wave Vmax', [12300])}, + 'PulmonaryVeinSystolicPeakVelocity': {'29450-4': ('Pulmonary Vein Systolic ' + 'Peak Velocity', + [12214])}, + 'PulmonaryVeinSystolicToDiastolicRatio': {'29452-0': ('Pulmonary Vein ' + 'Systolic to Diastolic ' + 'Ratio', + [12214])}, + 'PulmonaryWedgeOxygenContent': {'10247-5': ('Pulmonary Wedge Oxygen content', + [3525])}, + 'PulmonicAnnulusDiameter': {'79909-8': ('Pulmonic annulus diameter', [12300])}, + 'PulmonicRegurgitationEndDiastolicPeakGradient': {'79934-6': ('Pulmonic ' + 'regurgitation ' + 'end diastolic ' + 'peak gradient', + [12300])}, + 'PulmonicRegurgitationEndDiastolicVelocity': {'79918-9': ('Pulmonic ' + 'regurgitation end ' + 'diastolic velocity', + [12300])}, + 'PulmonicRegurgitationVmax': {'79919-7': ('Pulmonic regurgitation Vmax', + [12300])}, + 'PulmonicValveAccelerationTime': {'79928-8': ('Pulmonic valve acceleration ' + 'time', + [12300])}, + 'PulmonicValveAreaByContinuity': {'18096-8': ('Pulmonic Valve Area by ' + 'continuity', + [12209])}, + 'PulmonicValveEjectionTime': {'18042-2': ('Pulmonic valve ejection time', + [12300, 12209])}, + 'PulmonicValvePeakGradient': {'79935-3': ('Pulmonic valve peak gradient', + [12300])}, + 'PulmonicValveVTI': {'79910-6': ('Pulmonic valve VTI', [12300])}, + 'PulmonicValveVmax': {'79920-5': ('Pulmonic valve Vmax', [12300])}, + 'PulsatilityIndex': {'12008-9': ('Pulsatility Index', [12119, 12121])}, + 'ROIInternalDimensionByUS': {'59090-1': ('ROI Internal Dimension by US', + [12257, + 12277, + 12260, + 12271, + 12267, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258])}, + 'ROIThicknessByUS': {'59089-3': ('ROI Thickness by US', + [12257, + 12277, + 12260, + 12271, + 12267, + 12251, + 12250, + 12266, + 12270, + 12265, + 12273, + 12269, + 12268, + 12272, + 12264, + 12259, + 12218, + 12263, + 12275, + 12274, + 12262, + 12258])}, + 'RadiationExposureAndProtectionInformation': {'73569-6': ('Radiation Exposure ' + 'and Protection ' + 'Information', + [7001])}, + 'RadiologyReport': {'11528-7': ('Radiology Report', [7000])}, + 'RadionuclideBrainScan': {'24730-4': ('Radionuclide brain scan', [646])}, + 'RadionuclideScanOfWholeBody': {'42175-0': ('Radionuclide scan of whole body', + [646])}, + 'RadiusByGAJeanty1983': {'33180-1': ('Radius by GA, Jeanty 1983', + [12012, 12015])}, + 'RadiusJeanty1983': {'33126-4': ('Radius, Jeanty 1983', [12013, 12012])}, + 'RadiusLength': {'11967-7': ('Radius length', [12006])}, + 'RadiusMerz1987': {'11939-6': ('Radius, Merz 1987', [12013, 12012])}, + 'Recommendations': {'18783-1': ('Recommendations', [7001])}, + 'RelevantDiagnosticTestsAndOrLaboratoryData': {'30954-2': ('Relevant ' + 'Diagnostic Tests ' + 'and/or Laboratory ' + 'Data', + [9509])}, + 'RenalArteryAortaVelocityRatio': {'33869-9': ('Renal Artery/Aorta velocity ' + 'ratio', + [12124])}, + 'Request': {'55115-0': ('Request', [7001, 7002])}, + 'ResistivityIndex': {'12023-8': ('Resistivity Index', [12119, 12121])}, + 'RespirationRhythm': {'9304-7': ('Respiration Rhythm', [3441])}, + 'RightAtrialEndSystolicArea4C': {'80075-5': ('Right atrial end systolic area ' + '4C', + [12300])}, + 'RightAtrialMajorAxisDimension4C': {'80076-3': ('Right atrial major axis ' + 'dimension 4C', + [12300])}, + 'RightAtrialMinorAxisDimension4C': {'80077-1': ('Right atrial minor axis ' + 'dimension 4C', + [12300])}, + 'RightAtrialMinorAxisDimension4CBSA': {'80078-9': ('Right atrial minor axis ' + 'dimension 4C / BSA', + [12300])}, + 'RightAtriumAreaA4CView': {'17988-7': ('Right Atrium Area A4C view', [12206])}, + 'RightAtriumSystolicPressure': {'18070-3': ('Right Atrium Systolic Pressure', + [12206])}, + 'RightKidneyLength': {'11836-4': ('Right Kidney length', [12005])}, + 'RightKidneyThickness': {'11855-4': ('Right Kidney thickness', [12005])}, + 'RightKidneyWidth': {'11827-3': ('Right Kidney width', [12005])}, + 'RightPulmonaryArteryDiameter': {'18021-6': ('Right Pulmonary Artery Diameter', + [12210]), + '80079-7': ('Right pulmonary artery diameter', + [12300])}, + 'RightVentricularAnteriorWallDiastolicThickness': {'18153-7': ('Right ' + 'Ventricular ' + 'Anterior Wall ' + 'Diastolic ' + 'Thickness', + [12204])}, + 'RightVentricularAnteriorWallSystolicThickness': {'18157-8': ('Right ' + 'Ventricular ' + 'Anterior Wall ' + 'Systolic ' + 'Thickness', + [12204])}, + 'RightVentricularBasalDimension4C': {'80080-5': ('Right ventricular basal ' + 'dimension 4C', + [12300])}, + 'RightVentricularEDVolume': {'8822-9': ('Right Ventricular ED Volume', + [3468, 3835])}, + 'RightVentricularESVolume': {'8824-5': ('Right Ventricular ES Volume', + [3469, 3835])}, + 'RightVentricularEjectionFractionByAngiography': {'8815-3': ('Right ' + 'Ventricular ' + 'Ejection ' + 'Fraction by ' + 'Angiography', + [3467])}, + 'RightVentricularEjectionFractionByCT': {'8817-9': ('Right ventricular ' + 'ejection fraction by CT', + [3833])}, + 'RightVentricularEjectionFractionByMR': {'8818-7': ('Right ventricular ' + + 'ejection fraction by MR', + [3833])}, + 'RightVentricularEjectionTime': {'79929-6': ('Right ventricular ejection time', + [12300])}, + 'RightVentricularEndDiastolicArea4C': {'80081-3': ('Right ventricular end ' + 'diastolic area 4C', + [12300])}, + 'RightVentricularEndSystolicArea4C': {'80082-1': ('Right ventricular end ' + 'systolic area 4C', + [12300])}, + 'RightVentricularFractionalAreaChange': {'79936-1': ('Right ventricular ' + 'fractional area change', + [12300])}, + 'RightVentricularFreeWallThickness2D': {'80083-9': ('Right ventricular free ' + 'wall thickness 2D', + [12300])}, + 'RightVentricularFreeWallThicknessMM': {'80084-7': ('Right ventricular free ' + + 'wall thickness MM', + [12300])}, + 'RightVentricularInternalDiastolicDimension': {'20304-2': ('Right Ventricular ' + 'Internal ' + 'Diastolic ' + 'Dimension', + [12204])}, + 'RightVentricularInternalSystolicDimension': {'20305-9': ('Right Ventricular ' + 'Internal Systolic ' + 'Dimension', + [12204])}, + 'RightVentricularMidCavityDimension4C': {'80085-4': ('Right ventricular ' + + 'mid-cavity dimension 4C', + [12300])}, + 'RightVentricularMyocardialPerformanceIndex': {'80086-2': ('Right ventricular ' + 'myocardial ' + 'performance index', + [12300])}, + 'RightVentricularOutflowTractDiameterAtPulmonicValveRVOTDistal': {'80087-0': ('Right ' + + 'ventricular ' + 'outflow ' + 'tract ' + 'diameter ' + 'at ' + 'pulmonic ' + 'valve ' + '(RVOT-Distal)', + [12300])}, + 'RightVentricularOutflowTractDiameterAtSubvalvularLevelRVOTProximal': {'80088-8': ('Right ' + + 'ventricular ' + 'outflow ' + 'tract ' + 'diameter ' + 'at ' + 'subvalvular ' + 'level ' + '(RVOT-Proximal)', + [12300])}, + 'RightVentricularOutflowTractVTI': {'80089-6': ('Right ventricular outflow ' + + 'tract VTI', + [12300])}, + 'RightVentricularPreEjectionPeriod': {'80090-4': ('Right ventricular ' + 'pre-ejection period', + [12300])}, + 'SPECTBrain': {'39632-5': ('SPECT brain', [100])}, + 'SecondQuadrantDiameter': {'11626-9': ('Second Quadrant Diameter', [12008])}, + 'SpineLength': {'33071-2': ('Spine Length', [12009])}, + 'SpineLengthTokyo1989': {'33127-2': ('Spine Length, Tokyo, 1989', + [12013, 12012])}, + 'StenosisPeakGradient': {'59106-5': ('Stenosis Peak Gradient', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'StenosisPeakVelocity': {'59107-3': ('Stenosis Peak Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'Summary': {'55112-7': ('Summary', [7001])}, + 'SystolicToDiastolicVelocityRatio': {'12144-2': ('Systolic to Diastolic ' + 'Velocity Ratio', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12266, + 12270, + 12121, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'TADEriksen1985': {'33128-0': ('TAD, Eriksen 1985', [12013, 12012])}, + 'TADHansmann1979': {'33129-8': ('TAD Hansmann, 1979', [12013, 12012])}, + 'TADTokyo1986': {'33130-6': ('TAD, Tokyo 1986', [12013, 12012])}, + 'TCDByGAGoldstein1987': {'33181-9': ('TCD by GA Goldstein 1987', + [12012, 12015])}, + 'TCDChitty1994': {'33132-2': ('TCD, Chitty 1994', [12013, 12012])}, + 'TCDGoldstein1987': {'33133-0': ('TCD, Goldstein 1987', [12013, 12012])}, + 'TCDHill1990': {'33134-8': ('TCD, Hill 1990', [12013, 12012])}, + 'TCDNimrod1986': {'33135-5': ('TCD, Nimrod 1986', [12013, 12012])}, + 'ThcChitkara1987': {'33131-4': ('ThC, Chitkara 1987', [12013, 12012])}, + 'Thickness': {'59089-3': ('Thickness', [12304])}, + 'ThirdQuadrantDiameter': {'11625-1': ('Third Quadrant Diameter', [12008])}, + 'ThoracicAortaCoarctationSystolicPeakInstantaneousGradient': {'17995-2': ('Thoracic ' + 'Aorta ' + 'Coarctation ' + 'Systolic ' + 'Peak ' + 'Instantaneous ' + 'Gradient', + [12212])}, + 'ThoracicAortaCoarctationSystolicPeakVelocity': {'29460-3': ('Thoracic Aorta ' + 'Coarctation ' + 'Systolic Peak ' + 'Velocity', + [12212])}, + 'ThoracicArea': {'33068-8': ('Thoracic Area', [12005, 12279])}, + 'ThoracicCircumference': {'11988-3': ('Thoracic Circumference', + [12005, 12279])}, + 'TibiaJeanty1984': {'11941-2': ('Tibia, Jeanty 1984', [12013, 12012])}, + 'TibiaLength': {'11968-5': ('Tibia length', [12006])}, + 'TibialBrachialIndex': {'8581-1': ('Tibial/brachial index', [3620])}, + 'TimeAveragedMeanVelocity': {'20352-1': ('Time Averaged Mean Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12120, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'TimeAveragedPeakVelocity': {'11692-1': ('Time Averaged Peak Velocity', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12120, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'TimeFromQWaveToPulmonicValveCloses': {'20295-2': ('Time from Q wave to ' + 'Pulmonic Valve Closes', + [12271, + 12272, + 12209, + 12263, + 12262])}, + 'TimeFromQWaveToTricuspidValveOpens': {'20296-0': ('Time from Q wave to ' + 'Tricuspid Valve Opens', + [12267, 12208, 12268])}, + 'TimeToLeftVentricleETissueVelocity': {'59096-8': ('Time to Left Ventricle E ' + 'Tissue Velocity', + [12257, 12271, 12259])}, + 'TimeToLeftVentricleSTissueVelocity': {'59095-0': ('Time to Left Ventricle S ' + 'Tissue Velocity', + [12257, 12271, 12259])}, + 'TimeToPeakByUS': {'59121-4': ('Time to Peak by US', + [12257, + 12261, + 12260, + 12271, + 12267, + 12266, + 12270, + 12268, + 12272, + 12264, + 12259, + 12263, + 12274, + 12262, + 12258, + 12254])}, + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleAWave': {'59125-5': ('Tissue ' + + 'Velocity ' + 'Time ' + 'Integral ' + '(VTI) ' + 'for ' + 'the ' + 'area ' + 'under ' + 'Left ' + 'Ventricle ' + 'A ' + 'wave', + [12257, + 12271, + 12259])}, + 'TissueVelocityTimeIntegralVTIForTheAreaUnderLeftVentricleEWave': {'59124-8': ('Tissue ' + + 'Velocity ' + 'Time ' + 'Integral ' + '(VTI) ' + 'for ' + 'the ' + 'area ' + 'under ' + 'Left ' + 'Ventricle ' + 'E ' + 'wave', + [12257, + 12271, + 12259])}, + 'TransCerebellarDiameter': {'11863-8': ('Trans Cerebellar Diameter', + [12007, 12005, 12279])}, + 'TransverseThoracicDiameter': {'11864-6': ('Transverse Thoracic Diameter', + [12005, 12279])}, + 'TransverseThoracicDiameterHansmann1985': {'33136-3': ('Transverse Thoracic ' + 'Diameter, Hansmann ' + '1985', + [12013, 12012])}, + 'TransverseThoracicDiameterLessoway1998': {'33137-1': ('Transverse Thoracic ' + 'Diameter, Lessoway ' + '1998', + [12013, 12012])}, + 'TranverseAbdominalDiameter': {'11862-0': ('Tranverse Abdominal Diameter', + [12005, 12279])}, + 'TricuspidAnnularPlaneSystolicExcursionTAPSE': {'77903-3': ('Tricuspid ' + + 'Annular Plane ' + 'Systolic ' + 'Excursion ' + '(TAPSE)', + [12300])}, + 'TricuspidAnnulusDiameter': {'80091-2': ('Tricuspid annulus diameter', + [12300])}, + 'TricuspidRegurgitationDpDt': {'18034-9': ('Tricuspid Regurgitation dP/dt', + [12208])}, + 'TricuspidRegurgitationPISARadius': {'79932-0': ('Tricuspid regurgitation ' + 'PISA radius', + [12300])}, + 'TricuspidRegurgitationPeakGradient': {'79937-9': ('Tricuspid regurgitation ' + 'peak gradient', + [12300])}, + 'TricuspidRegurgitationVenaContractaWidth': {'79933-8': ('Tricuspid ' + 'regurgitation vena ' + 'contracta width', + [12300])}, + 'TricuspidRegurgitationVmax': {'79921-3': ('Tricuspid regurgitation Vmax', + [12300])}, + 'TricuspidValveAPrimeVmax': {'79922-1': ('Tricuspid valve a-prime Vmax', + [12300])}, + 'TricuspidValveAWavePeakVelocity': {'18030-7': ('Tricuspid Valve A Wave Peak ' + 'Velocity', + [12208])}, + 'TricuspidValveAWaveVmax': {'79923-9': ('Tricuspid valve A-wave Vmax', + [12300])}, + 'TricuspidValveClosureToOpeningTime': {'79930-4': ('Tricuspid valve closure ' + 'to opening time', + [12300])}, + 'TricuspidValveDecelerationTime': {'79931-2': ('Tricuspid valve deceleration ' + 'time', + [12300])}, + 'TricuspidValveDiastolicVTI': {'18175-0': ('Tricuspid valve diastolic VTI', + [12300])}, + 'TricuspidValveEPrimeVmax': {'79924-7': ('Tricuspid valve e-prime Vmax', + [12300])}, + 'TricuspidValveEToARatio': {'18039-8': ('Tricuspid Valve E to A Ratio', + [12208])}, + 'TricuspidValveEWavePeakVelocity': {'18031-5': ('Tricuspid Valve E Wave Peak ' + 'Velocity', + [12208])}, + 'TricuspidValveEWaveVmax': {'79925-4': ('Tricuspid valve E-wave Vmax', + [12300])}, + 'TricuspidValveMeanGradient': {'79938-7': ('Tricuspid valve mean gradient', + [12300])}, + 'TricuspidValvePeakGradient': {'79939-5': ('Tricuspid valve peak gradient', + [12300])}, + 'TricuspidValvePressureHalfTime': {'18032-3': ('Tricuspid valve pressure ' + 'half-time', + [12300])}, + 'TricuspidValveSPrimeVmax': {'79926-2': ('Tricuspid valve s-prime Vmax', + [12300])}, + 'TricuspidValveVmax': {'79927-0': ('Tricuspid valve Vmax', [12300])}, + 'UlnaJeanty1984': {'11944-6': ('Ulna, Jeanty 1984', [12013, 12012])}, + 'UlnaLength': {'11969-3': ('Ulna length', [12006])}, + 'UlnaMerz1987': {'11945-3': ('Ulna, Merz 1987', [12013, 12012])}, + 'UltrasoundObstetricAndGynReport': {'11525-3': ('Ultrasound Obstetric and Gyn ' + 'Report', + [7000])}, + 'UltrasoundReport': {'18760-9': ('Ultrasound Report', [7000])}, + 'VelocityOfFlowPropagation': {'59115-6': ('Velocity of Flow Propagation', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'VelocityRatio': {'33867-3': ('Velocity ratio', [12119, 12121])}, + 'VelocityTimeIntegral': {'20354-7': ('Velocity Time Integral', + [12304, + 12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12207, + 12211, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'VenousBloodBaseExcess': {'1927-3': ('Venous Blood Base Excess', [3527])}, + 'VenousBloodCarbonDioxideContent': {'2027-1': ('Venous Blood Carbon dioxide ' + 'content', + [3525])}, + 'VenousBloodCarbonDioxidePartialPressure': {'2021-4': ('Venous Blood Carbon ' + 'dioxide partial ' + 'pressure', + [3524])}, + 'VenousBloodPh': {'2746-6': ('Venous Blood pH', [3528])}, + 'VenousContentFcv': {'19220-3': ('Venous Content (FCv)', [3529])}, + 'VenousOxygenContent': {'19220-3': ('Venous Oxygen content', [3525])}, + 'VenousOxygenPartialPressure': {'2705-2': ('Venous Oxygen partial pressure', + [3524])}, + 'VenousOxygenPartialPressureAt50PercentSaturation': {'19216-1': ('Venous ' + 'Oxygen ' + 'partial ' + 'pressure at ' + '50% ' + 'saturation', + [3524])}, + 'VenousOxygenSaturation': {'2711-0': ('Venous Oxygen saturation', [3526])}, + 'VolumeFlow': {'33878-0': ('Volume Flow', + [12200, + 12257, + 12261, + 12260, + 12276, + 12271, + 12267, + 12119, + 12207, + 12211, + 12122, + 12266, + 12270, + 12208, + 12265, + 12273, + 12204, + 12269, + 12268, + 12272, + 12264, + 12209, + 12259, + 12218, + 12263, + 12275, + 12222, + 12274, + 12262, + 12258])}, + 'VolumeFlowRate': {'33878-0': ('Volume Flow Rate', [12304])}, + 'WholeBodyCT': {'46305-9': ('Whole body CT', [646])}, + 'WholeBodyCt': {'46305-9': ('whole body ct', [6083, 6050])}, + 'WholeBodyPtWRncIv': {'44139-4': ('whole body pt w rnc iv', [6083, 6050])}, + 'WidthOfHemisphere': {'12170-7': ('Width of Hemisphere', [12007])}, + 'XRayReport': {'43468-8': ('X-Ray Report', [7000])}, + 'YolkSacLength': {'11816-6': ('Yolk Sac length', [12009])}} + + +concepts['FMA'] = \ +{'ArcuateFasciculus': {'276650': ('Arcuate Fasciculus', + [7153, 9514, 7192, 7151])}, + 'Bregma': {'264776': ('Bregma', [647])}, + 'Lambda': {'264773': ('Lambda', [647])}, + 'MucosaOfDorsumOfOralPartOfTongue': {'281534': ('Mucosa of dorsum of oral ' + 'part of tongue', + [4029])}, + 'MucosaOfDorsumOfPharyngealPartOfTongue': {'281537': ('Mucosa of dorsum of ' + 'pharyngeal part of ' + 'tongue', + [4029])}, + 'MucosaOfOralSegmentOfHardPalate': {'289677': ('Mucosa of oral segment of ' + 'hard palate', + [4029])}, + 'MucosaOfPalatoglossalArch': {'60031': ('Mucosa of palatoglossal arch', + [4029])}, + 'MucosaOfPharynx': {'55031': ('Mucosa of pharynx', [4029])}, + 'MucosaOfPosteriorWallOfOropharynx': {'55060': ('Mucosa of posterior wall of ' + 'oropharynx', + [4029])}, + 'MucosaOfUvula': {'60030': ('Mucosa of uvula', [4029])}, + 'Nasion': {'264779': ('Nasion', [1002, 1001, 1000])}, + 'SkinOfBackOfTrunk': {'49943': ('Skin of back of trunk', [4029])}, + 'SkinOfDorsalPartOfFifthToe': {'37885': ('Skin of dorsal part of fifth toe', + [4029])}, + 'SkinOfDorsalPartOfFourthToe': {'37882': ('Skin of dorsal part of fourth toe', + [4029])}, + 'SkinOfDorsalPartOfGreatToe': {'37873': ('Skin of dorsal part of great toe', + [4029])}, + 'SkinOfDorsalPartOfIndexFinger': {'38324': ('Skin of dorsal part of index ' + 'finger', + [4029])}, + 'SkinOfDorsalPartOfLittleFinger': {'38333': ('Skin of dorsal part of little ' + 'finger', + [4029])}, + 'SkinOfDorsalPartOfMiddleFinger': {'38327': ('Skin of dorsal part of middle ' + 'finger', + [4029])}, + 'SkinOfDorsalPartOfRingFinger': {'38330': ('Skin of dorsal part of ring ' + 'finger', + [4029])}, + 'SkinOfDorsalPartOfSecondToe': {'37876': ('Skin of dorsal part of second toe', + [4029])}, + 'SkinOfDorsalPartOfThirdToe': {'37879': ('Skin of dorsal part of third toe', + [4029])}, + 'SkinOfDorsalPartOfThumb': {'38321': ('Skin of dorsal part of thumb', [4029])}, + 'SkinOfDorsumOfNose': {'59532': ('Skin of dorsum of nose', [4029])}, + 'SkinOfLowerInnerQuadrantOfBreast': {'61427': ('Skin of lower inner quadrant ' + 'of breast', + [4029])}, + 'SkinOfLowerOuterQuadrantOfBreast': {'61423': ('Skin of lower outer quadrant ' + 'of breast', + [4029])}, + 'SkinOfPalmarPartOfIndexFinger': {'38344': ('Skin of palmar part of index ' + 'finger', + [4029])}, + 'SkinOfPalmarPartOfLittleFinger': {'38357': ('Skin of palmar part of little ' + 'finger', + [4029])}, + 'SkinOfPalmarPartOfMiddleFinger': {'38347': ('Skin of palmar part of middle ' + 'finger', + [4029])}, + 'SkinOfPalmarPartOfRingFinger': {'38354': ('Skin of palmar part of ring ' + 'finger', + [4029])}, + 'SkinOfPalmarPartOfThumb': {'38341': ('Skin of palmar part of thumb', [4029])}, + 'SkinOfPlantarPartOfFifthToe': {'38119': ('Skin of plantar part of fifth toe', + [4029])}, + 'SkinOfPlantarPartOfFourthToe': {'38116': ('Skin of plantar part of fourth ' + 'toe', + [4029])}, + 'SkinOfPlantarPartOfGreatToe': {'38107': ('Skin of plantar part of great toe', + [4029])}, + 'SkinOfPlantarPartOfSecondToe': {'38110': ('Skin of plantar part of second ' + 'toe', + [4029])}, + 'SkinOfPlantarPartOfThirdToe': {'38113': ('Skin of plantar part of third toe', + [4029])}, + 'SkinOfUpperInnerQuadrantOfBreast': {'61426': ('Skin of upper inner quadrant ' + 'of breast', + [4029])}, + 'SkinOfUpperOuterQuadrantOfLeftBreast': {'61439': ('Skin of upper outer ' + 'quadrant of left breast', + [4029])}, + 'SkinOfVermilionProperOfLowerLip': {'312651': ('Skin of vermilion proper of ' + 'lower lip', + [4029])}, + 'SkinOfVermilionProperOfUpperLip': {'312647': ('Skin of vermilion proper of ' + 'upper lip', + [4029])}} + + +concepts['MDC'] = \ +{'AVDissociation': {'10:9712': ('AV Dissociation', [3415])}, + 'AVDissociationWithInterference': {'10:9728': ('AV dissociation with ' + 'interference', + [3415])}, + 'AVJunctionalNodalEscapeRhythm': {'10:9552': ('AV junctional (nodal) escape ' + 'rhythm', + [3415])}, + 'AVJunctionalNodalRhythm': {'10:9536': ('AV junctional (nodal) rhythm', + [3415])}, + 'AVReciprocatingTachycardia': {'10:9600': ('AV reciprocating tachycardia', + [3415])}, + 'AberratedAtrialPrematureBeatAshmanBeat': {'10:8304': ('Aberrated atrial ' + + 'premature beat ' + '(Ashman beat)', + [3335])}, + 'AbnormalBeat': {'10:8224': ('Abnormal beat', [3335])}, + 'AcceleratedAVJunctionalNodalRhythm': {'10:9568': ('Accelerated AV junctional ' + + '(nodal) rhythm', + [3415])}, + 'AcceleratedIdioventricularRhythm': {'10:9888': ('Accelerated idioventricular ' + 'rhythm', + [3415])}, + 'AmplitudeAt20msIntoSTSegmentPerLead': {'2:14848': ('Amplitude at 20 ms into ' + 'ST segment, per lead', + [3688])}, + 'AmplitudeAt40msIntoSTSegmentPerLead': {'2:15104': ('Amplitude at 40 ms into ' + 'ST segment, per lead', + [3688])}, + 'AmplitudeAt60msIntoSTSegmentPerLead': {'2:14336': ('Amplitude at 60 ms into ' + 'ST segment, per lead', + [3688])}, + 'AmplitudeAt80msIntoSTSegmentPerLead': {'2:14592': ('Amplitude at 80 ms into ' + + 'ST segment, per lead', + [3688])}, + 'AntiTachycardiaPacing': {'10:10304': ('Anti-Tachycardia Pacing', [3415])}, + 'AntibradycardiaPaceSpike': {'10:4096': ('Antibradycardia pace spike', + [3335])}, + 'AntitachycardiaPaceSpike': {'10:6144': ('Antitachycardia pace spike', + [3335])}, + 'Asystole': {'10:10336': ('Asystole', [3415])}, + 'AtrialBigeminy': {'10:9376': ('Atrial Bigeminy', [3415])}, + 'AtrialDemandModePacing': {'10:10176': ('Atrial Demand Mode Pacing', [3415])}, + 'AtrialEctopicRhythm': {'10:9360': ('Atrial Ectopic Rhythm', [3415])}, + 'AtrialEscapeBeat': {'10:8400': ('Atrial escape beat', [3335])}, + 'AtrialFibrillation': {'10:9472': ('Atrial fibrillation', [3415])}, + 'AtrialFlutter': {'10:9456': ('Atrial flutter', [3415])}, + 'AtrialFlutterWave': {'10:1792': ('Atrial flutter wave', [3335])}, + 'AtrialPrematureContraction': {'10:8272': ('Atrial premature contraction ' + '(beat)', + [3335])}, + 'AtrialTachycardia': {'10:9392': ('Atrial Tachycardia', [3415])}, + 'AtriumAntibradycardiaPaceSpike': {'10:4352': ('atrium Antibradycardia pace ' + 'spike', + [3335])}, + 'AtriumAntitachycardiaPaceSpike': {'10:6400': ('atrium Antitachycardia pace ' + 'spike', + [3335])}, + 'AtriumCardioversionSpike': {'10:7424': ('atrium Cardioversion spike', + [3335])}, + 'AtriumDefibrillationSpike': {'10:8448': ('atrium Defibrillation spike', + [3335])}, + 'AutomaticAtrialTachycardia': {'10:9440': ('Automatic Atrial Tachycardia', + [3415])}, + 'AuxiliaryBipolarLead1': {'2:127': ('Auxiliary bipolar lead 1', [3001])}, + 'AuxiliaryBipolarLead2': {'2:128': ('Auxiliary bipolar lead 2', [3001])}, + 'AuxiliaryBipolarLead3': {'2:129': ('Auxiliary bipolar lead 3', [3001])}, + 'AuxiliaryBipolarLead4': {'2:130': ('Auxiliary bipolar lead 4', [3001])}, + 'AuxiliaryUnipolarLead1': {'2:75': ('Auxiliary unipolar lead 1', [3001])}, + 'AuxiliaryUnipolarLead2': {'2:76': ('Auxiliary unipolar lead 2', [3001])}, + 'AuxiliaryUnipolarLead3': {'2:77': ('Auxiliary unipolar lead 3', [3001])}, + 'AuxiliaryUnipolarLead4': {'2:78': ('Auxiliary unipolar lead 4', [3001])}, + + 'AvfAugmentedVoltageFoot': {'2:64': ('aVF, augmented voltage, foot', [3001])}, + 'AvlAugmentedVoltageLeft': {'2:63': ('aVL, augmented voltage, left', [3001])}, + 'Avr': {'2:65': ('−aVR', [3001])}, + 'AvrAugmentedVoltageRight': {'2:62': ('aVR, augmented voltage, right', + [3001])}, + 'BaselineDescription': {'10:11412': ('Baseline description', [3691])}, + 'BifascicularBlockBeat': {'10:8560': ('bifascicular block beat', [3335])}, + 'BilateralBundleBranchBlockBeat': {'10:8592': ('bilateral bundle-branch block ' + 'beat', + [3335])}, + 'BipolarUncorrectedXYZLeadSystem': {'10:11277': ('Bipolar uncorrected XYZ ' + 'lead system', + [3263])}, + 'Bradycardia': {'10:10432': ('Bradycardia', [3415])}, + 'CalibrationPulse': {'10:2240': ('Calibration pulse (individual pulse)', + [3335])}, + 'CalibrationSignal': {'10:10448': ('Calibration signal (sustained)', [3415])}, + 'CanineFifthRightIntercostalSpaceNearEdgeOfSternum': {'2:148': ('Canine, ' + 'fifth right ' + 'intercostal ' + 'space near ' + 'edge of ' + 'sternum', + [3001])}, + 'CanineOverDorsalSpinousProcessOf7thThoracicVertebra': {'2:151': ('Canine, ' + 'over ' + 'dorsal ' + 'spinous ' + 'process of ' + '7th ' + 'thoracic ' + 'vertebra', + [3001])}, + 'CanineSixthLeftIntercostalSpaceAtCostochondralJunction': {'2:150': ('Canine, ' + 'sixth ' + 'left ' + 'intercostal ' + 'space ' + 'at ' + 'costochondral ' + 'junction', + [3001])}, + 'CanineSixthLeftIntercostalSpaceNearEdgeOfSternum': {'2:149': ('Canine, sixth ' + 'left ' + 'intercostal ' + 'space near ' + 'edge of ' + 'sternum', + [3001])}, + 'CardioversionSpike': {'10:7168': ('Cardioversion spike', [3335])}, + 'ChestLead': {'2:86': ('Chest lead', [3001]), + '2:98': ('Chest lead (symmetric placement)', [3001])}, + 'ChestLeadPerV1AndV1RPlacement': {'2:99': ('Chest lead per V1 and V1R ' + 'placement', + [3001])}, + 'ChestLeadPerV2AndV2RPlacement': {'2:100': ('Chest lead per V2 and V2R ' + 'placement', + [3001])}, + 'ChestLeadPerV3AndV3RPlacement': {'2:101': ('Chest lead per V3 and V3R ' + 'placement', + [3001])}, + 'ChestLeadPerV4AndV4RPlacement': {'2:102': ('Chest lead per V4 and V4R ' + 'placement', + [3001])}, + 'ChestLeadPerV5AndV5RPlacement': {'2:19': ('Chest lead per V5 and V5R ' + 'placement', + [3001])}, + 'ChestLeadPerV6AndV6RPlacement': {'2:103': ('Chest lead per V6 and V6R ' + 'placement', + [3001])}, + 'ChestLeadPerV7AndV8RPlacement': {'2:104': ('Chest lead per V7 and V8R ' + 'placement', + [3001])}, + 'ChestManubriumLead': {'2:105': ('Chest-manubrium lead', [3001])}, + 'ChestManubriumLeadPerV1Placement': {'2:106': ('Chest-manubrium lead per V1 ' + 'placement', + [3001])}, + 'ChestManubriumLeadPerV2Placement': {'2:107': ('Chest-manubrium lead per V2 ' + 'placement', + [3001])}, + 'ChestManubriumLeadPerV3Placement': {'2:108': ('Chest-manubrium lead per V3 ' + 'placement', + [3001])}, + 'ChestManubriumLeadPerV4Placement': {'2:109': ('Chest-manubrium lead per V4 ' + 'placement', + [3001])}, + 'ChestManubriumLeadPerV5Placement': {'2:20': ('Chest-manubrium lead per V5 ' + 'placement', + [3001])}, + 'ChestManubriumLeadPerV6Placement': {'2:110': ('Chest-manubrium lead per V6 ' + 'placement', + [3001])}, + 'ChestManubriumLeadPerV7Placement': {'2:121': ('Chest-manubrium lead per V7 ' + 'placement', + [3001])}, + 'CompleteAVDissociation': {'10:9760': ('Complete AV dissociation', [3415])}, + 'CubeXYZLeadSystem': {'10:11276': ('Cube XYZ lead system', [3263])}, + 'DefibrillationSpike': {'10:8192': ('Defibrillation spike', [3335])}, + 'DefibrillatorLeadAnteriorLateral': {'2:73': ('Defibrillator lead: ' + 'anterior-lateral', + [3001])}, + 'DeltaWave': {'10:1216': ('Delta wave', [3335])}, + 'DerivedLeadAvf': {'2:114': ('Derived Lead aVF', [3001])}, + 'DerivedLeadAvl': {'2:113': ('Derived Lead aVL', [3001])}, + 'DerivedLeadAvr': {'2:112': ('Derived Lead aVR', [3001])}, + 'DerivedLeadI': {'2:31': ('Derived Lead I', [3001])}, + 'DerivedLeadII': {'2:32': ('Derived Lead II', [3001])}, + 'DerivedLeadIII': {'2:111': ('Derived Lead III', [3001])}, + 'DerivedLeadV1': {'2:33': ('Derived Lead V1', [3001])}, + 'DerivedLeadV2': {'2:34': ('Derived Lead V2', [3001])}, + 'DerivedLeadV3': {'2:35': ('Derived Lead V3', [3001])}, + 'DerivedLeadV4': {'2:36': ('Derived Lead V4', [3001])}, + 'DerivedLeadV5': {'2:37': ('Derived Lead V5', [3001])}, + 'DerivedLeadV6': {'2:38': ('Derived Lead V6', [3001])}, + 'DominantBeat': {'10:8240': ('Dominant beat', [3335])}, + 'EASILeadAI': {'2:133': ('EASI Lead AI', [3001])}, + 'EASILeadAS': {'2:132': ('EASI Lead AS', [3001])}, + 'EASILeadES': {'2:131': ('EASI Lead ES', [3001])}, + 'EASIUpperSternumLead': {'2:134': ('EASI upper sternum lead', [3001])}, + 'EntireBeatPonToToffExcludingU': {'10:1472': ('Entire Beat (Pon to Toff, ' + 'excluding U)', + [3335])}, + 'EntireBeatQonToToffExcludingPAndU': {'10:1536': ('Entire Beat (Qon to Toff, ' + 'excluding P and U)', + [3335])}, + 'EntireQRSExcludingPTAndU': {'10:1600': ('Entire QRS (excluding P, T and U)', + [3335])}, + 'ExternalPacingLeadAnteriorPosterior': {'2:74': ('External pacing lead: ' + 'anterior-posterior', + [3001])}, + 'FirstDegreeAVBlock': {'10:9632': ('First Degree AV Block', [3415])}, + 'FirstDegreeSABlock': {'10:9776': ('First Degree SA Block', [3415])}, + 'FrankLeadA': {'2:27': ('Frank Lead A', [3001])}, + 'FrankLeadC': {'2:26': ('Frank Lead C', [3001])}, + 'FrankLeadE': {'2:25': ('Frank Lead E', [3001])}, + 'FrankLeadF': {'2:29': ('Frank Lead F', [3001])}, + 'FrankLeadH': {'2:30': ('Frank Lead H', [3001])}, + 'FrankLeadI': {'2:24': ('Frank Lead I', [3001])}, + 'FrankLeadM': {'2:28': ('Frank Lead M', [3001])}, + 'FrankXYZLeadSystem': {'10:11274': ('Frank XYZ lead system', [3263])}, + 'FusionOfVentricularAndNormalBeat': {'10:8352': ('Fusion of ventricular and ' + 'normal beat', + [3335])}, + 'HighPassFilter': {'10:11404': ('High pass filter', [3691])}, + 'HighPassFilterDescription': {'10:11406': ('High pass filter description', + [3691])}, + 'IdioventricularVentricularEscapeRhythm': {'10:9856': ('Idioventricular ' + '(ventricular escape) ' + 'rhythm', + [3415])}, + 'IncompleteLeftBundleBranchBlockBeat': {'10:8480': ('Incomplete left bundle ' + 'branch block beat', + [3335])}, + 'IncompleteRightBundleBranchBlockBeat': {'10:8512': ('Incomplete right bundle ' + 'branch block beat', + [3335])}, + 'Interpolator': {'10:11414': ('Interpolator', [3691])}, + 'InterpolatorDescription': {'10:11416': ('Interpolator description', [3691])}, + 'InterpolatorSNR': {'10:11418': ('Interpolator SNR', [3690])}, + 'IntraventricularConductionDisturbance': {'10:8608': ('intraventricular ' + 'conduction disturbance', + [3335])}, + 'IrregularRhythm': {'10:10352': ('Irregular rhythm', [3415])}, + 'IsoelectricPointOrSegment': {'10:1856': ('Isoelectric point or segment', + [3335])}, + 'IsoelectricRegionFromGlobalQRSOnsetToSpecificLeadOnset': {'10:1280': ('Isoelectric ' + + 'region ' + 'from ' + 'global ' + 'QRS ' + 'onset ' + 'to ' + 'specific ' + 'lead ' + 'onset', + [3335])}, + 'IsoelectricRegionFromSpecificLeadQRSOffsetToGlobalOffset': {'10:1344': ('Isoelectric ' + + 'region ' + 'from ' + 'specific ' + 'lead ' + 'QRS ' + 'Offset ' + 'to ' + 'global ' + 'offset', + [3335])}, + 'IsolatedQRSLikeArtifact': {'10:2176': ('Isolated QRS-like artifact', [3335])}, + 'IsorhythmicAVDissociation': {'10:9744': ('Isorhythmic AV dissociation', + [3415])}, + 'JPoint': {'10:2048': ('J-point', [3335])}, + 'JPointAmplitudePerLead': {'2:1024': ('J point Amplitude, per lead', [3688])}, + 'JunctionalNodalEscapeBeat': {'10:8416': ('Junctional (nodal) escape beat', + [3335])}, + 'JunctionalNodalPrematureContraction': {'10:8288': ('Junctional (nodal) ' + 'premature contraction', + [3335])}, + 'JunctionalTachycardia': {'10:9584': ('Junctional Tachycardia', [3415])}, + 'LeadANehbAnterior': {'2:71': ('Lead A (Nehb - Anterior)', [3001])}, + 'LeadCH5': {'2:122': ('Lead CH5', [3001])}, + 'LeadCR5': {'2:125': ('Lead CR5', [3001])}, + 'LeadDNehbDorsal': {'2:70': ('Lead D (Nehb - Dorsal)', [3001])}, + 'LeadI': {'2:1': ('Lead I', [3001])}, + 'LeadII': {'2:2': ('Lead II', [3001])}, + 'LeadIII': {'2:61': ('Lead III', [3001])}, + 'LeadJNehbInferior': {'2:72': ('Lead J (Nehb - Inferior)', [3001])}, + 'LeadV1': {'2:3': ('Lead V1', [3001])}, + 'LeadV2': {'2:4': ('Lead V2', [3001])}, + 'LeadV2R': {'2:10': ('Lead V2R', [3001])}, + 'LeadV3': {'2:5': ('Lead V3', [3001])}, + 'LeadV3R': {'2:11': ('Lead V3R', [3001])}, + 'LeadV4': {'2:6': ('Lead V4', [3001])}, + 'LeadV4R': {'2:12': ('Lead V4R', [3001])}, + 'LeadV5': {'2:7': ('Lead V5', [3001])}, + 'LeadV5R': {'2:13': ('Lead V5R', [3001])}, + 'LeadV6': {'2:8': ('Lead V6', [3001])}, + 'LeadV6R': {'2:14': ('Lead V6R', [3001])}, + 'LeadV7': {'2:9': ('Lead V7', [3001])}, + 'LeadV7R': {'2:15': ('Lead V7R', [3001])}, + 'LeadV8': {'2:66': ('Lead V8', [3001])}, + 'LeadV8R': {'2:68': ('Lead V8R', [3001])}, + 'LeadV9': {'2:67': ('Lead V9', [3001])}, + 'LeadV9R': {'2:69': ('Lead V9R', [3001])}, + 'LeadVFNonaugmentedVoltageVectorOfLL': {'2:90': ('Lead VF, nonaugmented ' + 'voltage, vector of LL', + [3001])}, + 'LeadVLNonaugmentedVoltageVectorOfLA': {'2:89': ('Lead VL, nonaugmented ' + 'voltage, vector of LA', + [3001])}, + 'LeadVRNonaugmentedVoltageVectorOfRA': {'2:88': ('Lead VR, nonaugmented ' + + 'voltage, vector of RA', + [3001])}, + 'LeadX': {'2:16': ('Lead X', [3001])}, + 'LeadY': {'2:17': ('Lead Y', [3001])}, + 'LeadZ': {'2:18': ('Lead Z', [3001])}, + 'LeftAnteriorFascicularBlockBeat': {'10:8528': ('Left anterior fascicular ' + 'block beat', + [3335])}, + 'LeftArmLead': {'2:21': ('Left Arm Lead', [3001])}, + 'LeftAtriumAntibradycardiaPaceSpike': {'10:4864': ('left atrium ' + 'Antibradycardia pace ' + 'spike', + [3335])}, + 'LeftBundleBranchBlockBeat': {'10:8464': ('Left bundle branch block beat', + [3335])}, + 'LeftLegLead': {'2:23': ('Left Leg Lead', [3001])}, + 'LeftPosteriorFascicularBlockBeat': {'10:8544': ('Left posterior fascicular ' + 'block beat', + [3335])}, + 'LeftVentricleAntibradycardiaPaceSpike': {'10:5632': ('left ventricle ' + 'Antibradycardia pace ' + 'spike', + [3335])}, + 'LowHeartRateVariability': {'10:10368': ('Low Heart Rate Variability', + [3415])}, + 'LowPassFilter': {'10:11402': ('Low pass filter', [3691])}, + 'LowPassFilterCutoffFreq': {'10:11403': ('Low pass filter cutoff freq', + [3690])}, + 'LownGanongLevineSyndrome': {'10:10160': ('Lown-Ganong-Levine syndrome', + [3415]), + '10:8688': ('Lown-Ganong-Levine syndrome', + [3335])}, + 'MasonLikarLeadPositionsElectrodesPlacedIndividually': {'10:11266': ('Mason-Likar ' + 'lead ' + 'positions, ' + 'electrodes ' + 'placed ' + 'individually', + [3263])}, + 'MasonLikarLeadPositionsV1V6InElectrodePad': {'10:11267': ('Mason-Likar lead ' + 'positions, V1-V6 ' + 'in electrode pad', + [3263])}, + 'McfeeParungaoXYZLeadSystem': {'10:11275': ('McFee-Parungao XYZ lead system', + [3263])}, + 'ModerateNoise': {'10:11216': ('Moderate noise', [3680])}, + 'ModerateNoiseBeatsCanBeDetectedButCannotBeClassified': {'10:11216': ('Moderate ' + 'Noise, ' + 'beats ' + 'can be ' + 'detected ' + 'but ' + 'cannot ' + 'be ' + 'classified', + [3335])}, + 'ModifiedChestLead': {'2:91': ('Modified chest lead (left arm indifferent)', + [3001])}, + 'ModifiedChestLeadPerV1Placement': {'2:92': ('Modified chest lead per V1 ' + 'placement', + [3001])}, + 'ModifiedChestLeadPerV2Placement': {'2:93': ('Modified chest lead per V2 ' + 'placement', + [3001])}, + 'ModifiedChestLeadPerV3Placement': {'2:94': ('Modified chest lead per V3 ' + 'placement', + [3001])}, + 'ModifiedChestLeadPerV4Placement': {'2:95': ('Modified chest lead per V4 ' + 'placement', + [3001])}, + 'ModifiedChestLeadPerV5Placement': {'2:96': ('Modified chest lead per V5 ' + 'placement', + [3001])}, + 'ModifiedChestLeadPerV6Placement': {'2:97': ('Modified chest lead per V6 ' + 'placement', + [3001])}, + 'ModifiedLimbLead': {'2:126': ('Modified limb lead', [3001])}, + 'MultifocalAtrialTachycardia': {'10:9424': ('Multifocal Atrial Tachycardia', + [3415])}, + 'NEHBLeadSystem': {'10:11280': ('NEHB lead system', [3263])}, + 'NegativeLowRightScapulaLead': {'2:124': ('negative: low right scapula Lead', + [3001])}, + 'NegativeRightInfraclavicularFossa': {'2:123': ('negative: right ' + 'infraclavicular fossa', + [3001])}, + 'NoECGSignalIsAvailable': {'10:11248': ('No ECG signal is available', [3335])}, + 'NoNoise': {'10:11200': ('No noise', [3680, 3335])}, + 'NoSignal': {'10:11248': ('No signal', [3680])}, + 'NonConductedPWave': {'10:8320': ('Non-conducted p-wave (blocked)', [3335])}, + 'NonRespiratorySinusArrhythmia': {'10:9312': ('Non-Respiratory Sinus ' + 'Arrhythmia', + [3415])}, + 'NonsustainedVentricularTachycardia': {'10:10032': ('Nonsustained Ventricular ' + 'Tachycardia (paroxysmal)', + [3415])}, + 'NormalBeatSinusBeatNormalConduction': {'10:8208': ('Normal beat (sinus beat, ' + 'normal conduction)', + [3335])}, + 'NormalSinusRhythm': {'10:9232': ('Normal Sinus Rhythm', [3415])}, + 'Notch': {'10:768': ('Notch', [3335])}, + 'NotchFilter': {'10:11407': ('Notch filter', [3691])}, + 'NotchFilterBandwidth': {'10:11409': ('Notch filter bandwidth', [3690])}, + 'NotchFilterDescription': {'10:11410': ('Notch filter description', [3691])}, + 'NotchFilterFrequency': {'10:11408': ('Notch filter frequency', [3690])}, + 'OsborneWave': {'10:1408': ('Osborne wave', [3335])}, + 'P3AmplitudePerLead': {'2:3072': ('P3 amplitude, per lead', [3688])}, + 'PAxis': {'2:16128': ('P Axis', [3229])}, + 'PDurationGlobal': {'2:16184': ('P duration global', [3228, 3689])}, + 'PDurationPerLead': {'2:6656': ('P duration, per lead', [3687, 3228])}, + 'PMaximumAmplitudePerLead': {'2:1280': ('P maximum amplitude, per lead', + [3688])}, + 'PMinimumAmplitudePerLead': {'2:1536': ('P minimum amplitude, per lead', + [3688])}, + 'POffsetToQRSOnsetDurationPerLead': {'2:7168': ('P offset to QRS onset ' + + 'duration, per lead', + [3687])}, + 'POnsetToP1DurationPerLead': {'2:4608': ('P onset to P1 duration, per lead', + [3687])}, + 'POnsetToP2DurationPerLead': {'2:4864': ('P onset to P2 duration, per lead', + [3687])}, + 'POnsetToP3DurationPerLead': {'2:5120': ('P onset to P3 duration, per lead', + [3687])}, + 'PPIntervalGlobal': {'2:16140': ('PP interval global', [3228])}, + 'PPIntervalPerLead': {'2:32768': ('PP interval per lead', [3228])}, + 'PPTimePeriodGlobal': {'2:16140': ('PP time period, global', [3689])}, + 'PPTimePeriodPerLead': {'2:32768': ('PP time period, per lead', [3687])}, + 'PQSegmentTimePeriodGlobal': {'2:16148': ('PQ segment time period, global', + [3689])}, + 'PQSegmentTimePeriodPerLead': {'2:33536': ('PQ segment time period, per lead', + [3687])}, + 'PQTimePeriodGlobal': {'2:16144': ('PQ time period, global', [3689])}, + 'PQTimePeriodPerLead': {'2:33280': ('PQ time period, per lead', [3687])}, + 'PRIntervalGlobal': {'2:15872': ('PR interval global', [3228])}, + 'PRIntervalPerLead': {'2:7168': ('PR interval per lead', [3228])}, + 'PRSegment': {'10:1920': ('PR Segment', [3335])}, + 'PRTimePeriodGlobal': {'2:15872': ('PR time period, global', [3689])}, + 'PWave': {'10:256': ('P wave', [3335])}, + 'PWaveSecondDeflectionInPWave': {'10:320': ("P' wave (second deflection in P " + 'wave)', + [3335])}, + 'PWaveThirdDeflectionInPWave': {'10:384': ("P'' wave (third deflection in P " + 'wave)', + [3335])}, + 'PacemakerFusionBeat': {'10:8720': ('Pacemaker Fusion beat', [3335])}, + 'PacemakerLearningBeat': {'10:8752': ('Pacemaker Learning beat', [3335])}, + 'PadValue': {'10:11397': ('Pad value', [3690])}, + 'ParoxsysmalAtrialTachycardia': {'10:9408': ('Paroxsysmal Atrial Tachycardia', + [3415])}, + 'PolymorphicVentricularTachycardia': {'10:10064': ('Polymorphic Ventricular ' + 'Tachycardia', + [3415])}, + 'PreExcitation': {'10:10096': ('pre-excitation', [3415]), + '10:8624': ('pre-excitation', [3335])}, + 'PrecordialLead': {'2:87': ('Precordial lead', [3001])}, + 'PseudoOrthogonalXYZLeadSystem': {'10:11278': ('Pseudo-orthogonal XYZ lead ' + + 'system', + [3263])}, + 'QAmplitudePerLead': {'2:1792': ('Q amplitude, per lead', [3688])}, + 'QDurationPerLead': {'2:7680': ('Q duration, per lead', [3687])}, + 'QRSAxis': {'2:16132': ('QRS axis', [3229])}, + 'QRSDurationGlobal': {'2:16156': ('QRS duration global', [3228, 3689])}, + 'QRSDurationPerLead': {'2:7936': ('QRS duration, per lead', [3687, 3228])}, + 'QSWave': {'10:512': ('QS wave', [3335])}, + 'QTDurationGlobal': {'2:16160': ('QT duration, global', [3689])}, + 'QTDurationPerLead': {'2:8192': ('QT duration, per lead', [3687])}, + 'QTIntervalGlobal': {'2:16160': ('QT interval global', [3228])}, + 'QTIntervalPerLead': {'2:8192': ('QT interval per lead', [3228])}, + 'QTUTimePeriodGlobal': {'2:16004': ('QTU time period, global', [3689])}, + 'QTUTimePeriodPerLead': {'2:34560': ('QTU time period, per lead', [3687])}, + 'QWave': {'10:448': ('Q wave', [3335])}, + 'QtcGlobalUsingBazettFormula': {'2:15880': ('QTc global using Bazett formula', + [3227])}, + 'QtcGlobalUsingFredericiaFormula': {'2:15892': ('QTc global using Fredericia ' + 'formula', + [3227])}, + 'QtcIntervalGlobal': {'2:15876': ('QTc interval global', [3227])}, + 'QtcIntervalPerLead': {'2: 33792': ('QTc interval per lead', [3227])}, + 'QtcPerLeadUsingBazettFormula': {'2:34048': ('QTc per lead using Bazett ' + 'formula', + [3227])}, + 'QtcPerLeadUsingFredericiaFormula': {'2:34304': ('QTc per lead using ' + 'Fredericia formula', + [3227])}, + + 'R1AmplitudePerLead': {'2:12800': ('R1 amplitude, per lead', [3688])}, + 'R1DurationPerLead': {'2:11264': ('R1 duration, per lead', [3687])}, + 'R2AmplitudePerLead': {'2:13056': ('R2 amplitude, per lead', [3688])}, + 'R2DurationPerLead': {'2:11520': ('R2 duration, per lead', [3687])}, + 'R3AmplitudePerLead': {'2:13312': ('R3 amplitude, per lead', [3688])}, + 'R3DurationPerLead': {'2:11776': ('R3 duration, per lead', [3687])}, + 'RAmplitudePerLead': {'2:2048': ('R amplitude, per lead', [3688])}, + 'ROnTPrematureVentricularBeat': {'10:8368': ('R-on-T premature ventricular ' + 'beat', + [3335])}, + 'RRIntervalGlobal': {'2:16168': ('RR interval global', [3228])}, + 'RRIntervalPerLead': {'2:33024': ('RR interval per lead', [3228])}, + 'RRTimePeriodGlobal': {'2:16000': ('RR time period, global', [3689])}, + 'RRTimePeriodPerLead': {'2:33024': ('RR time period, per lead', [3687])}, + 'RWave': {'10:576': ('R wave', [3335])}, + 'RWaveSecondDeflectionInRWave': {'10:640': ("R' wave (second deflection in R " + 'Wave)', + [3335])}, + 'RWaveThirdDeflectionInRWave': {'10:704': ("R'' wave (third deflection in R " + 'Wave)', + [3335])}, + 'ReentrantAVNodalTachycardia': {'10:9616': ('Reentrant AV nodal tachycardia', + [3415])}, + 'RespiratorySinusArrhythmia': {'10:9296': ('Respiratory Sinus Arrhythmia', + [3415])}, + 'RightArmLead': {'2:22': ('Right Arm Lead', [3001])}, + 'RightAtriumAntibradycardiaPaceSpike': {'10:4608': ('right atrium ' + 'Antibradycardia pace ' + 'spike', + [3335])}, + 'RightBundleBranchBlockBeat': {'10:8496': ('Right bundle branch block beat', + [3335])}, + 'RightLegLead': {'2:147': ('Right Leg Lead', [3001])}, + 'RightVentricleAntibradycardiaPaceSpike': {'10:5376': ('right ventricle ' + 'Antibradycardia pace ' + 'spike', + [3335])}, + + 'S1AmplitudePerLead': {'2:13568': ('S1 amplitude, per lead', [3688])}, + 'S1DurationPerLead': {'2:12032': ('S1 duration, per lead', [3687])}, + 'S2AmplitudePerLead': {'2:13824': ('S2 amplitude, per lead', [3688])}, + 'S2DurationPerLead': {'2:12288': ('S2 duration, per lead', [3687])}, + 'S3AmplitudePerLead': {'2:14080': ('S3 amplitude, per lead', [3688])}, + 'S3DurationPerLead': {'2:12544': ('S3 duration, per lead', [3687])}, + 'SAmplitudePerLead': {'2:2304': ('S amplitude, per lead', [3688])}, + 'STAmplitudePerLead': {'2:768': ('ST amplitude, per lead', [3688])}, + 'STChange': {'10:2304': ('ST change', [3335])}, + 'STMeasurementPoint': {'10:2112': ('ST measurement point', [3335])}, + 'STSegment': {'10:1984': ('ST Segment', [3335])}, + 'SWave': {'10:832': ('S wave', [3335])}, + 'SWaveSecondDeflectionInSWave': {'10:896': ("S' wave (second deflection in S " + 'Wave)', + [3335])}, + 'SWaveThirdDeflectionInSWave': {'10:960': ("S'' wave (third deflection in S " + 'Wave)', + [3335])}, + 'SampleRate': {'10:11393': ('Sample rate', [3690])}, + 'SampleSkew': {'10:11399': ('Sample skew', [3690])}, + 'SecondDegreeAVBlock': {'10:9648': ('Second Degree AV Block', [3415])}, + 'SecondDegreeAVBlockTypeIIMobitzTypeII': {'10:9680': ('Second Degree AV Block ' + 'Type II (Mobitz Type ' + 'II)', + [3415])}, + 'SecondDegreeAVBlockTypeIWenckebachOrMobitzTypeI': {'10:9664': ('Second ' + + 'Degree AV ' + 'Block Type I ' + '(Wenckebach, ' + 'or Mobitz ' + 'Type I)', + [3415])}, + 'SecondDegreeSABlockTypeII': {'10:9808': ('Second Degree SA Block Type II', + [3415])}, + 'SecondDegreeSABlockTypeIWenckebach': {'10:9792': ('Second Degree SA Block ' + 'Type I (Wenckebach)', + [3415])}, + 'Sensitivity': {'10:11394': ('Sensitivity', [3690])}, + 'SevereNoise': {'10:11232': ('Severe noise', [3680])}, + 'SevereNoiseBeatsCannotBeDetectedOrClassified': {'10:11232': ('Severe Noise, ' + 'beats cannot ' + 'be detected or ' + 'classified', + [3335])}, + 'SinusArrhythmia': {'10:9280': ('Sinus Arrhythmia', [3415])}, + 'SinusBradycardia': {'10:9248': ('Sinus Bradycardia', [3415])}, + 'SinusRhythm': {'10:9216': ('Sinus Rhythm', [3415])}, + 'SinusTachycardia': {'10:9264': ('Sinus Tachycardia', [3415])}, + 'SlowVentricularTachycardiaIdioventricularTachycardia': {'10:9904': ('Slow ' + 'Ventricular ' + 'Tachycardia ' + '(Idioventricular ' + 'Tachycardia)', + [3415])}, + 'Standard12LeadAndCC5CM5ML': {'10:11288': ('Standard 12-lead and CC5-CM5-ML', + [3263])}, + 'Standard12LeadAndCM5CC5CH5': {'10:11289': ('Standard 12-lead and CM5-CC5-CH5', + [3263])}, + 'Standard12LeadAndNEHB': {'10:11287': ('Standard 12-lead and NEHB', [3263])}, + 'Standard12LeadAndXYZ': {'10:11286': ('Standard 12-lead and XYZ', [3263])}, + 'Standard12LeadExtendedToTheLeftByV7V8V9': {'10:11292': ('Standard 12-lead ' + 'extended to the ' + 'left by V7, V8, V9', + [3263])}, + 'Standard12LeadExtendedToTheRightByV5RV4RV3R': {'10:11291': ('Standard ' + + '12-lead ' + 'extended to the ' + 'right by V5R, ' + 'V4R, V3R', + [3263])}, + 'Standard12LeadPositionsElectrodesPlacedIndividually': {'10:11265': ('Standard ' + '12-lead ' + 'positions, ' + 'electrodes ' + 'placed ' + 'individually', + [3263])}, + 'Standard12LeadPositionsOneIntercostalSpaceHigher': {'10:11272': ('Standard ' + '12-lead ' + 'positions ' + 'one ' + 'intercostal ' + 'space ' + 'higher', + [3263])}, + 'Standard12LeadWithExtraLeadsToTheRightAndOrLeftSides': {'10:11290': ('Standard ' + '12-lead ' + 'with ' + 'extra ' + 'leads ' + 'to the ' + 'right ' + 'and/or ' + 'left ' + 'sides', + [3263])}, + 'SupraventricularAtrialOrJunctionalEctopicRhythm': {'10:9488': ('Supraventricular ' + '(atrial or ' + 'junctional) ' + 'Ectopic ' + 'Rhythm', + [3415])}, + 'SupraventricularEscapeBeat': {'10:8384': ('Supraventricular escape beat', + [3335])}, + 'SupraventricularParoxsysmalTachycardia': {'10:9520': ('Supraventricular ' + 'Paroxsysmal ' + 'Tachycardia', + [3415])}, + 'SupraventricularPrematureContraction': {'10:8256': ('Supraventricular ' + 'premature contraction', + [3335])}, + 'SupraventricularTachycardia': {'10:9504': ('Supraventricular Tachycardia ' + '(atrial or junctional)', + [3415])}, + 'SustainedMonomorphicVentricularTachycardia': {'10:10048': ('Sustained ' + 'Monomorphic ' + 'Ventricular ' + 'Tachycardia', + [3415])}, + 'TAxis': {'2:16136': ('T axis', [3229])}, + 'TMaximumAmplitudePerLead': {'2:2560': ('T maximum amplitude, per lead', + [3688])}, + 'TMinimumAmplitudePerLead': {'2:2816': ('T minimum amplitude, per lead', + [3688])}, + 'TUFusedWave': {'10:1664': ('TU fused wave', [3335])}, + 'TWave': {'10:1024': ('T wave', [3335])}, + 'TWaveAlternans': {'10:10416': ('T-wave alternans', [3415])}, + 'TWaveChange': {'10:2368': ('T-wave change', [3335])}, + 'TWaveSecondDeflectionInTWave': {'10:1088': ("T' wave (second deflection in T " + 'Wave)', + [3335])}, + 'ThirdDegreeAVBlockCompleteAVBlock': {'10:9696': ('Third Degree AV Block ' + '(complete AV block)', + [3415])}, + 'ThirdDegreeSABlockCompleteSABlock': {'10:9824': ('Third Degree SA Block ' + + '(complete SA block)', + [3415])}, + 'TimeOffset': {'10:11400': ('Time offset', [3690])}, + 'TimeSkew': {'10:11398': ('Time skew', [3690])}, + 'TorsadesDePointesVentricularTachycardia': {'10:10080': ('Torsades de Pointes ' + 'Ventricular ' + 'Tachycardia', + [3415])}, + 'TransthoracicAntibradycardiaPaceSpike': {'10:5888': ('transthoracic ' + 'Antibradycardia pace ' + 'spike', + [3335])}, + 'TransthoracicAntitachycardiaPaceSpike': {'10:6912': ('transthoracic ' + 'Antitachycardia pace ' + 'spike', + [3335])}, + 'TransthoracicCardioversionSpike': {'10:7936': ('transthoracic Cardioversion ' + 'spike', + [3335])}, + 'TransthoracicDefibrillationSpike': {'10:8960': ('transthoracic ' + 'Defibrillation spike', + [3335])}, + 'TrifascicularBlockBeat': {'10:8576': ('trifascicular block beat', [3335])}, + + 'UWave': {'10:1152': ('U wave', [3335])}, + 'UnclassifiableBeat': {'10:8736': ('Unclassifiable beat', [3335])}, + 'Unspecified12LeadSystem': {'10:11264': ('Unspecified 12-lead system', + [3263])}, + 'UnspecifiedLead': {'2:0': ('Unspecified lead', [3001])}, + 'UnspecifiedXYZLeadSystem': {'10:11273': ('Unspecified XYZ lead system', + [3263])}, + 'VentricleAntitachycardiaPaceSpike': {'10:6656': ('ventricle Antitachycardia ' + 'pace spike', + [3335])}, + 'VentricleCardioversionSpike': {'10:7680': ('ventricle Cardioversion spike', + [3335])}, + 'VentricleDefibrillationSpike': {'10:8704': ('ventricle Defibrillation spike', + [3335])}, + 'VentricularActivationTime': {'10:2432': ('Ventricular Activation Time', + [3335])}, + 'VentricularActivationTimePerLead': {'2:11008': ('Ventricular activation ' + 'time, per lead', + [3687])}, + 'VentricularAntibradycardiaPaceSpike': {'10:5120': ('ventricular ' + 'Antibradycardia pace ' + 'spike', + [3335])}, + 'VentricularBigeminy': {'10:9920': ('Ventricular Bigeminy', [3415])}, + 'VentricularCouplet': {'10:9952': ('Ventricular Couplet', [3415])}, + 'VentricularDemandModePacing': {'10:10240': ('Ventricular Demand Mode Pacing', + [3415])}, + 'VentricularEscapeBeat': {'10:8432': ('Ventricular escape beat', [3335])}, + 'VentricularFibrillation': {'10:10016': ('Ventricular Fibrillation', [3415])}, + 'VentricularFlutter': {'10:10000': ('Ventricular Flutter', [3415])}, + 'VentricularFlutterWave': {'10:1728': ('Ventricular flutter wave', [3335])}, + 'VentricularParasystole': {'10:9872': ('Ventricular Parasystole', [3415])}, + 'VentricularPrematureContractionBeat': {'10:8336': ('Ventricular premature ' + 'contraction beat', + [3335])}, + 'VentricularRhythm': {'10:9840': ('Ventricular rhythm', [3415])}, + 'VentricularRun': {'10:9968': ('Ventricular Run', [3415])}, + 'VentricularTachycardia': {'10:9984': ('Ventricular Tachycardia ' + '(nonparoxysmal)', + [3415])}, + 'VentricularTrigeminy': {'10:9936': ('Ventricular Trigeminy', [3415])}, + 'WanderingPacemakerBetweenTheSinusNodeAndTheAVNode': {'10:9344': ('Wandering ' + 'Pacemaker ' + 'between ' + 'the sinus ' + 'node and ' + 'the A-V ' + 'node', + [3415])}, + 'WanderingSinusPacemakerWithinTheSinusNode': {'10:9328': ('Wandering Sinus ' + 'Pacemaker within ' + 'the sinus node', + [3415])}, + 'WolfParkinsonTypeA': {'10:10128': ('Wolf-Parkinson type A', [3415]), + '10:8656': ('Wolf-Parkinson type A', [3335])}, + 'WolfParkinsonTypeB': {'10:10144': ('Wolf-Parkinson type B', [3415]), + '10:8672': ('Wolf-Parkinson type B', [3335])}, + 'WolfParkinsonWhiteSyndrome': {'10:10112': ('Wolf-Parkinson-White syndrome', + [3415]), + '10:8640': ('Wolf-Parkinson-White syndrome', + [3335])}, + 'XYZLeadsDerivedFromStandard12Lead': {'10:11279': ('XYZ leads derived from ' + 'standard 12-lead', + [3263])}, + 'ZeroOffset': {'10:11395': ('Zero offset', [3690])}, + '_12LeadDerivedFromFrankXYZLeads': {'10:11269': ('12-lead derived from Frank ' + 'XYZ leads', + [3263])}, + '_12LeadDerivedFromNonStandardLeads': {'10:11270': ('12-lead derived from ' + 'non-standard leads', + [3263])}, + '_12LeadElectrodePad': {'10:11268': ('12-lead electrode pad', [3263])}, + '_12LeadForBicycleExerciseTestingLimbLeadsOnBackOfPatient': {'10:11271': ('12-lead ' + 'for ' + 'bicycle ' + 'exercise ' + 'testing, ' + 'limb ' + 'leads ' + 'on ' + 'back ' + 'of ' + 'patient', + [3263])}, + '_12LeadFromEASILeadsESASAIByDowerEASITransformation': {'10:11284': ('12-lead ' + 'from ' + 'EASI ' + 'leads ' + '(ES, ' + 'AS, AI) ' + 'by ' + 'Dower/EASI ' + 'transformation', + [3263])}, + '_12LeadFromFrankLeadsXYZLeadsByDowerTransformation': {'10:11283': ('12-lead ' + 'from ' + 'Frank ' + 'leads ' + 'XYZ ' + 'leads by ' + 'Dower ' + 'transformation', + [3263])}, + '_12LeadFromLimbLeadsIIIAndOneOrMoreVLeads': {'10:11285': ('12-lead from Limb ' + 'Leads (I, II) and ' + 'one or more V ' + 'leads', + [3263])}, + '_3LeadSystemCC5CM5CH5': {'10:11282': ('3-lead system, CC5-CM5-CH5', [3263])}, + '_3LeadSystemCC5CM5ML': {'10:11281': ('3-lead system, CC5-CM5-ML', [3263])}} + +concepts['UMLS'] = \ +{'Alphaxalone': {'C0051482': ('Alphaxalone', [625, 623])}, + 'AnesthesiaRecoveryPeriod': {'C0002908': ('Anesthesia recovery period', + [634])}, + 'Antihypoglycemic': {'C1579431': ('Antihypoglycemic', [621, 622])}, + 'Baseline': {'C1442488': ('Baseline', [6146])}, + 'CoefficientOfVariance': {'C0681921': ('Coefficient of Variance', [7464])}, + 'CommercialProduct': {'C1547887': ('Commercial product', [608])}, + 'ConsultingPhysician': {'C1441532': ('Consulting Physician', + [7450, 9536, 7452])}, + 'DistalPhalanx': {'C3669027': ('Distal phalanx', [7483, 7482])}, + 'EdotreotideGa68': {'C2713594': ('Edotreotide Ga^68^', [4021])}, + 'EthidiumBromide': {'C0019873': ('Ethidium Bromide', [643, 638])}, + 'FlortaucipirF18': {'C4547429': ('Flortaucipir F^18^', [4021])}, + 'Fluanisone': {'C0060473': ('Fluanisone', [625, 623])}, + 'FluoroestradiolFESF18': {'C1831937': ('Fluoroestradiol (FES) F^18^', [4021])}, + 'FluoroetanidazoleF18': {'C1541539': ('Fluoroetanidazole F^18^', [4021])}, + 'FluoropropylDihydrotetrabenazineDTBZF18': {'C2934038': ('Fluoropropyl-dihydrotetrabenazine ' + '(DTBZ) F^18^', + [4021])}, + 'H2Antagonist': {'C0019593': ('H2 antagonist', [621, 622])}, + 'HeatLamp': {'C0181514': ('Heat lamp', [635])}, + 'ISO1F18': {'C2981788': ('ISO-1 F^18^', [4021])}, + 'InfantOfMotherWithGestationalDiabetes': {'C0456029': ('Infant of mother with ' + 'gestational diabetes', + [3756])}, + 'Intern': {'C1144859': ('Intern', [7450, 7452])}, + 'InverseRatioVentilation': {'C2223982': ('Inverse ratio ventilation', + [620, 619])}, + 'MK6240F18': {'C4506764': ('MK-6240 F^18^', [4021])}, + 'Mastectomy': {'C0024881': ('Mastectomy', [6060, 6058])}, + 'MedicalPhysicist': {'C1708969': ('Medical Physicist', [7450, 9536, 7452])}, + 'Metomidate': {'C0025856': ('Metomidate', [625, 623])}, + 'Nadir': {'C1708760': ('Nadir', [6146])}, + 'NarcoticAnalgesic': {'C0027409': ('Narcotic analgesic', [621, 622])}, + 'Neuroradiology': {'C2183225': ('Neuroradiology', [7030])}, + 'Pretreatment': {'C3539075': ('Pretreatment', [6146])}, + 'RadiationPhysicist': {'C2985483': ('Radiation Physicist', + [7450, 9536, 7452])}, + 'Referring': {'C1709880': ('Referring', [7453])}, + 'RestrictedDiet': {'C0425422': ('Restricted diet', [609])}, + 'RoomAir': {'C3846005': ('Room air', [629, 623])}, + 'RootMeanSquare': {'C2347976': ('Root Mean Square', [7464])}, + 'Sonographer': {'C1954848': ('Sonographer', [7450, 7452])}, + 'THK5317F18': {'C4550127': ('THK5317 F^18^', [4021])}, + 'THK5351F18': {'C4279748': ('THK5351 F^18^', [4021])}, + 'Thermography': {'C0039810': ('Thermography', [636])}, + 'TransgenicAnimal': {'C0003069': ('Transgenic animal', [602])}, + 'Tyrosine3OctreotateGa68': {'C1742831': ('tyrosine-3-octreotate Ga^68^', + [4021])}, + 'UCBJC11': {'C4506788': ('UCB-J C^11^', [4021])}, + 'UnknownPrimaryNeoplasiaSite': {'C0221297': ('unknown primary neoplasia site', + [7601])}, + 'Unscheduled': {'C1699701': ('Unscheduled', [6146])}, + 'Variance': {'C1711260': ('Variance', [7464])}} + + +concepts['BARI'] = \ +{'PosteriorDescendingSeptalPerforators': {'9': ('Posterior descending septal ' + 'perforators', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + 'RamusLaterals': {'28A': ('Ramus Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_1stDiagonalCoronaryArteryLaterals': {'15A': ('1st Diagonal Coronary Artery ' + 'Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_1stMarginalCoronaryArteryLaterals': {'20A': ('1st Marginal Coronary Artery ' + 'Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_2ndDiagonalCoronaryArteryLaterals': {'16A': ('2nd Diagonal Coronary Artery ' + 'Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_2ndMarginalCoronaryArteryLaterals': {'21A': ('2nd Marginal Coronary Artery ' + 'Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_3rdDiagonalCoronaryArteryLaterals': {'29A': ('3rd Diagonal Coronary Artery ' + 'Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}, + '_3rdMarginalCoronaryArteryLaterals': {'22A': ('3rd Marginal Coronary Artery ' + 'Laterals', + [3014, + 3604, + 6109, + 3015, + 6102, + 6117, + 9514, + 7192, + 7151, + 3827])}} + +concepts['NCIt'] = \ +{'AdLibitum': {'C64636': ('ad libitum', [609])}, + 'Adjudicator': {'C96561': ('Adjudicator', [7453])}, + 'BronchioloalveolarAdenocarcinoma': {'C2923': ('Bronchioloalveolar ' + 'adenocarcinoma', + [639, 638])}, + 'DCFBCF18': {'C96234': ('DCFBC F^18^', [4021])}, + 'DcfpylF18': {'C116352': ('DCFPyL F^18^', [4021])}, + 'EnhancingLesion': {'C113842': ('Enhancing Lesion', + [7169, 7168, 7159, 7194, 7151])}, + 'Enrollment': {'C37948': ('Enrollment', [280])}, + 'Erect': {'C86043': ('erect', [19])}, + 'ExtraluminalRoute': {'C38213': ('Extraluminal route', [11])}, + 'IntraepithelialRoute': {'C38244': ('Intraepithelial route', [11])}, + 'Middle': {'C25569': ('Middle', + [3019, 211, 6025, 12117, 12116, 6024, 212, 12281])}, + 'MouseMammaryFatPad': {'C22550': ('Mouse mammary fat pad', [644])}, + 'NativeHawaiianOrOtherPacificIslander': {'C41219': ('Native Hawaiian or other ' + 'Pacific Islander', + [6099])}, + 'NoEvidenceOfDisease': {'C40413': ('No Evidence of Disease', [6098])}, + 'NonEnhancingLesion': {'C81175': ('Non-Enhancing Lesion', + [7169, 7168, 7159, 7194, 7151])}, + 'PSMA11Ga68': {'C118961': ('PSMA-11 Ga^68^', [4021])}, + 'RANO': {'C114879': ('RANO', [6147])}, + 'Reader': {'C28747': ('Reader', [7453])}, + 'RecurrentDisease': {'C38155': ('Recurrent Disease', [6098])}, + 'ReferenceRegion': {'C94970': ('Reference Region', [7165, 7196, 9000, 7151])}, + 'Reviewer': {'C54634': ('Reviewer', [7453])}, + 'SarcosineC11': {'C122684': ('Sarcosine C^11^', [4021])}, + 'Technetium99mTrofolastat': {'C116887': ('Technetium^99m Trofolastat', [25])}, + 'TransluminalRoute': {'C38306': ('Transluminal route', [11])}, + 'UnitConversionFactor': {'C70774': ('Unit Conversion Factor', [10069])}} + + +concepts['NEU'] = \ +{'AnteriorThalamicRadiation': {'1726': ('anterior thalamic radiation', + [7702, 7710])}, + 'ArcuateFasciculus': {'2063': ('arcuate fasciculus', [7703, 7710])}, + 'CorticobulbarTract': {'1319': ('corticobulbar tract', [7702, 7710])}, + 'CorticospinalTract': {'1320': ('corticospinal tract', [7702, 7710])}, + 'InferiorOpticRadiationMeyerLoop': {'1466': ('inferior optic radiation ' + "(Meyer's loop)", + [7702, 7710])}, + 'InferiorThalamicRadiation': {'2082': ('inferior thalamic radiation', + [7702, 7710])}, + 'PosteriorThalamicRadiation': {'2083': ('posterior thalamic radiation', + [7702, 7710])}, + 'StriaTerminalis': {'286': ('stria terminalis', [7704, 7710])}, + 'SuperiorLongitudinalFasciculus': {'2080': ('superior longitudinal fasciculus', + [7703, 7710])}, + 'SuperiorOpticRadiationBaumLoop': {'3473': ("superior optic radiation (Baum's " + 'loop)', + [7702, 7710])}, + 'SuperiorThalamicRadiation': {'2081': ('superior thalamic radiation', + [7702, 7710])}} + +concepts['UCUM'] = \ +{'ArbitraryUnit': {"[arb'U]": ('arbitrary unit', [7181])}, + 'Becquerel': {'Bq': ('becquerel', [3083])}, + 'BecquerelsMilliliter': {'Bq/ml': ('Becquerels/milliliter', [7181, 83, 84])}, + 'Centimeter': {'/cm': ('/Centimeter', [7181, 83, 84]), + 'cm': ('centimeter', [7460, 7181, 7183])}, + 'Centimeter2': {'cm2': ('Centimeter**2', [83, 84])}, + 'Centimeter2Milliliter': {'cm2/ml': ('Centimeter**2/milliliter', + [7181, 83, 84])}, + 'CentimeterSecond': {'cm/s': ('centimeter/second', [7181])}, + 'Counts': {'{counts}': ('Counts', [7181, 83, 84])}, + 'CountsPerSecond': {'{counts}/s': ('Counts per second', [7181, 83, 84])}, + 'CubicCentimeter': {'cm3': ('cubic centimeter', [7181, 7462])}, + 'CubicDecimeter': {'dm3': ('cubic decimeter', [7181, 7462])}, + 'CubicMicrometer': {'um3': ('cubic micrometer', [7181, 7462])}, + 'CubicMillimeter': {'mm3': ('cubic millimeter', [7181, 7462])}, + 'Day': {'d': ('day', [7456, 6046])}, + 'Decibel': {'dB': ('decibel', [7181])}, + 'Degree': {'deg': ('Degree', [7183])}, + 'DegreesCelsius': {'Cel': ('degrees Celsius', [7181])}, + 'Diopters': {'diop': ('diopters', [4267])}, + 'DynScm5': {'dyn.s.cm-5': ('dyn.s.cm-5', [7181, 3502])}, + 'DynScm5M2': {'dyn.s.cm-5/m2': ('dyn.s.cm-5/m2', [7181, 3503])}, + 'ElectronDensity': {'10*23/ml': ('Electron Density', [301])}, + 'French': {'[Ch]': ('french', [3510])}, + 'Gy': {'Gy': ('Gy', [10071, 7181])}, + 'Hertz': {'Hz': ('Hertz', [7181])}, + 'HounsfieldUnit': {"[hnsf'U]": ('Hounsfield Unit', [7181, 83, 301])}, + 'Hour': {'h': ('hour', [7456])}, + 'Kilovolt': {'kV': ('Kilovolt', [9521])}, + 'Kpa': {'kPa': ('kPa', [3500, 7181])}, + 'M': {'m': ('m', [7063])}, + 'Megabecquerel': {'MBq': ('megabecquerel', [3083])}, + 'Megaelectronvolt': {'MeV': ('Megaelectronvolt', [9521])}, + 'Megavolt': {'MV': ('Megavolt', [9521])}, + 'Micrometer': {'um': ('micrometer', [4267, 4260, 7460, 7181, 7183])}, + 'MicromoleMilliliter': {'umol/ml': ('Micromole/milliliter', [7181, 83, 84])}, + 'MicromoleMinuteMilliliter': {'umol/min/ml': ('Micromole/minute/milliliter', + [7181, 83, 84])}, + 'Millicurie': {'mCi': ('millicurie', [3083])}, + 'MilligramsMinuteMilliliter': {'mg/min/ml': ('Milligrams/minute/milliliter', + [7181, 83, 84])}, + 'MilliliterGram': {'ml/g': ('Milliliter/gram', [7181, 83, 84])}, + 'MilliliterMinuteGram': {'ml/min/g': ('Milliliter/minute/gram', + [7181, 83, 84])}, + 'MilliliterPer100GramPerMinute': {'ml/[100]g/min': ('milliliter per 100 gram ' + 'per minute', + [7181])}, + 'MilliliterPer100Milliliter': {'ml/[100]ml': ('milliliter per 100 milliliter', + [7181])}, + 'MilliliterPerMinute': {'ml/min': ('milliliter per minute', [7181])}, + 'MilliliterPerSecond': {'ml/s': ('milliliter per second', [7181])}, + 'Millimeter': {'mm': ('millimeter', [7460, 7181, 7183])}, + 'MillimeterSecond': {'mm/s': ('millimeter/second', [7181])}, + 'MillimolesPerkgWetWeight': {'mmol/kg{WetWeight}': ('millimoles per kg wet ' + 'weight', + [7181])}, + 'Millisecond': {'ms': ('millisecond', [7181, 7183])}, + 'Millitesla': {'mT': ('milliTesla', [7181])}, + 'Min': {'/min': ('/min', [7181])}, + 'Minute': {'min': ('minute', [7456])}, + 'Mm2S': {'mm2/s': ('mm2/s', [7277, 7181])}, + 'Mmhg': {'mm[Hg]': ('mmHg', [3500, 7181])}, + 'Month': {'mo': ('month', [7456, 6046])}, + 'Mph': {'[mi_i]/h': ('mph', [3212])}, + 'NoUnits': {'1': ('no units', [7181])}, + 'NumberParticlesPer100GramOfTissue': {'{Particles}/[100]g{Tissue}': ('number ' + 'particles ' + 'per 100 ' + 'gram of ' + 'tissue', + [7181])}, + 'PRU': {'[PRU]': ('P.R.U.', [7181, 3502])}, + 'PRUM2': {'[PRU]/m2': ('P.R.U./m2', [7181, 3503])}, + 'Percent': {'%': ('Percent', [7181, 83, 4244, 301, 84])}, + 'Ppm': {'ppm': ('ppm', [7181])}, + 'ProportionalToCounts': {'{propcounts}': ('Proportional to counts', + [7181, 83, 84])}, + 'ProportionalToCountsPerSecond': {'{propcounts}/s': ('Proportional to counts ' + 'per second', + [7181, 83, 84])}, + 'Radian': {'rad': ('Radian', [7183])}, + 'Ratio': {'{ratio}': ('ratio', [7181])}, + 'S': {'/s': ('/s', [7181])}, + 'Second': {'s': ('second', [7181, 7183])}, + 'SecondPerSquareMillimeter': {'s/mm2': ('second per square millimeter', + [7181])}, + 'SquareCentimeter': {'cm2': ('square centimeter', [7181, 7461])}, + 'SquareMicrometer': {'um2': ('square micrometer', [7181, 7461])}, + 'SquareMillimeter': {'mm2': ('square millimeter', [7181, 7461])}, + 'StandardizedUptakeValueBodySurfaceArea': {'cm2/ml{SUVbsa}': ('Standardized ' + 'Uptake Value ' + 'body surface ' + 'area', + [7181, + 83, + 85, + 84])}, + 'StandardizedUptakeValueBodyWeight': {'g/ml{SUVbw}': ('Standardized Uptake ' + 'Value body weight', + [7181, 83, 85, 84])}, + 'StandardizedUptakeValueIdealBodyWeight': {'g/ml{SUVibw}': ('Standardized ' + 'Uptake Value ' + 'ideal body ' + 'weight', + [7181, + 83, + 85, + 84])}, + 'StandardizedUptakeValueLeanBodyMassJames': {'g/ml{SUVlbm}': ('Standardized ' + 'Uptake Value ' + 'lean body mass ' + '(James)', + [7181, + 83, + 85, + 84])}, + 'StandardizedUptakeValueLeanBodyMassJames128Multiplier': {'g/ml{SUVlbm(James128)}': ('Standardized ' + 'Uptake ' + 'Value ' + 'lean ' + 'body ' + 'mass ' + '(James ' + '128 ' + 'multiplier)', + [7181, + 83, + 85, + 84])}, + 'StandardizedUptakeValueLeanBodyMassJanma': {'g/ml{SUVlbm(Janma)}': ('Standardized ' + 'Uptake ' + 'Value ' + 'lean ' + 'body ' + 'mass ' + '(Janma)', + [7181, + 83, + 85, + 84])}, + 'Sv': {'Sv': ('Sv', [10071, 7181])}, + 'Um2S': {'um2/s': ('um2/s', [7277, 7181])}, + 'Um2ms': {'um2/ms': ('um2/ms', [7277, 7181])}, + 'Week': {'wk': ('week', [7456, 6046])}, + 'WoodU': {"[wood'U]": ('Wood U', [7181, 3502])}, + 'WoodUM2': {"[wood'U]/m2": ('Wood U/m2', [7181, 3503])}, + 'Year': {'a': ('year', [7456, 6046])}, + '_106Mm2S': {'10-6.mm2/s': ('10-6.mm2/s', [7277, 7181])}, + 'cm': {'cm': ('cm', [7063])}, + 'kmH': {'km/h': ('km/h', [3212])}, + 'mgcm3': {'mg/cm3': ('mg/cm^3', [301])}, + 'mgml': {'mg/ml': ('mg/ml', [4244, 301])}, + 'mm': {'mm': ('mm', [4267, 3510, 7063])}, + 'um': {'um': ('um', [7063])}} + +concepts['RADLEX'] = \ +{'ACRCategory1ActionableFinding': {'RID49480': ('ACR Category 1 Actionable ' + 'Finding', + [7035])}, + 'ACRCategory2ActionableFinding': {'RID49481': ('ACR Category 2 Actionable ' + 'Finding', + [7035])}, + 'ACRCategory3ActionableFinding': {'RID49482': ('ACR Category 3 Actionable ' + 'Finding', + [7035])}, + 'BeamHardeningArtifact': {'RID11327': ('Beam-hardening artifact', [6135])}, + 'DiagnosticQuality': {'RID12': ('Diagnostic quality', [7036])}, + 'LimitedQuality': {'RID13': ('Limited quality', [7036])}, + 'NMHeadPerfusionBrainPETCTAV45': {'RPID5427': ('NM head perfusion brain ' + 'PET-CT AV-45', + [100])}, + 'NonDiagnosticQuality': {'RID14': ('Non-diagnostic quality', [7036])}} + +concepts['NDC'] = \ +{'Definity': {'11994-011-04': ('Definity', [12030])}, + 'Optison': {'0407-2707-03': ('Optison', [12030])}} + +concepts['ITIS_TSN'] = \ +{'PeromyscusLeucopusAmericanWhiteFootedMouse': {'180278': ('Peromyscus ' + 'leucopus (American ' + 'white-footed ' + 'mouse)', + [7454])}, + 'PeromyscusManiculatusDeerMouse': {'180276': ('Peromyscus maniculatus (Deer ' + 'mouse)', + [7454])}, + 'SigmodonGenus': {'180346': ('Sigmodon genus (cotton rat)', [7454])}} + +concepts['PUBCHEM_CID'] = \ +{'_6Hydroxydopamine': {'4624': ('6-hydroxydopamine', [643, 638])}} + +concepts['MSH'] = \ +{'MonteCarloMethod': {'D009010': ('Monte Carlo Method', [10068])}} + + diff --git a/pydicom/_snomed_dict.py b/pydicom/_snomed_dict.py new file mode 100644 index 0000000000..0078738e82 --- /dev/null +++ b/pydicom/_snomed_dict.py @@ -0,0 +1,15079 @@ +# Auto-generated by generate_concept_dicts.py. +# -*- coding: utf-8 -*- + +# Dict with scheme designator keys; value format is: +# {concept_id1: snomed_id1, concept_id2: ...} +# or +# {snomed_id1: concept_id1, snomed_id2: ...} + +mapping = {} + +mapping['SCT'] = { + '111002': 'T-B7000', + '125001': 'C-B1123', + '187006': 'C-B1021', + '270002': 'S-101A9', + '271003': 'A-12010', + '283001': 'T-C4730', + '300004': 'L-80861', + '345000': 'T-32830', + '368009': 'D3-10800', + '400003': 'L-80156', + '432003': 'C-22972', + '439007': 'C-B1010', + '461002': 'T-A7093', + '485005': 'T-59440', + '507002': 'L-80833', + '524008': 'G-A443', + '583000': 'L-80902', + '589001': 'T-32410', + '606003': 'L-80703', + '661005': 'T-D1213', + '684003': 'L-80213', + '739006': 'A-17230', + '774007': 'T-D1000', + '795002': 'G-A140', + '796001': 'C-80330', + '873008': 'C-29020', + '925002': 'C-B0325', + '944009': 'L-80175', + '955009': 'T-26000', + '976004': 'T-48780', + '1006005': 'L-80438', + '1101003': 'T-D1400', + '1118004': 'L-80462', + '1166006': 'C-16600', + '1182007': 'C-81100', + '1193009': 'T-13640', + '1194003': 'P0-30450', + '1211003': 'A-17222', + '1231004': 'T-A1110', + '1240000': 'F-10310', + '1247002': 'L-80419', + '1250004': 'G-A316', + '1307006': 'T-24440', + '1346008': 'C-22921', + '1368003': 'C-114B1', + '1386000': 'D3-89100', + '1420005': 'L-80821', + '1439000': 'T-C46A0', + '1483009': 'G-A160', + '1514007': 'L-80715', + '1522000': 'M-01470', + '1663004': 'G-F212', + '1710001': 'F-61470', + '1732005': 'T-C6510', + '1789009': 'L-80461', + '1809004': 'L-80A40', + '1896004': 'D4-48014', + '1918003': 'T-42510', + '1929004': 'M-95913', + '1974006': 'L-80840', + '2008008': 'C-131A2', + '2048000': 'T-C5140', + '2062007': 'L-80770', + '2088005': 'C-22898', + '2092003': 'M-87203', + '2095001': 'T-22000', + '2099007': 'M-91200', + '2124007': 'L-80341', + '2159007': 'C-22831', + '2160002': 'T-42370', + '2272004': 'S-10154', + '2282003': 'A-04830', + '2309006': 'C-14600', + '2334006': 'T-72100', + '2400006': 'T-54410', + '2424003': 'M-88003', + '2705002': 'C-115A2', + '2739003': 'T-83400', + '2748008': 'T-A7010', + '2812003': 'T-12711', + '2841007': 'T-46600', + '2869004': 'C-21624', + '2942001': 'C-B1302', + '2985005': 'M-85403', + '3027009': 'C-122A5', + '3040004': 'C-B1207', + '3058005': 'T-A0140', + '3099004': 'L-80345', + '3120008': 'T-29000', + '3159004': 'T-46180', + '3216001': 'L-80146', + '3227004': 'T-43107', + '3236000': 'T-28220', + '3243006': 'T-C4660', + '3260001': 'L-80568', + '3325005': 'F-63390', + '3347005': 'L-80778', + '3354004': 'L-80A15', + '3361000': 'C-A6700', + '3415004': 'M-04100', + '3430008': 'J-06173', + '3566006': 'L-80347', + '3583002': 'G-A108', + '3653002': 'L-80A08', + '3674001': 'L-80876', + '3839000': 'M-83143', + '3916005': 'T-C4110', + '3921008': 'L-80707', + '3924000': 'T-46210', + '3932008': 'C-127A2', + '3937002': 'T-A2594', + '3954005': 'T-AA940', + '3960005': 'T-A2920', + '3995008': 'L-80A30', + '3997000': 'L-80450', + '4042003': 'L-80A57', + '4147007': 'M-03000', + '4258007': 'T-49620', + '4317002': 'T-14050', + '4382004': 'C-81120', + '4386001': 'F-20250', + '4432005': 'T-F6845', + '4525004': 'P2-10700', + '4554005': 'D3-33000', + '4557003': 'D3-12700', + '4563007': 'P0-10210', + '4574003': 'L-80346', + '4596009': 'T-24100', + '4631006': 'M-82113', + '4656000': 'C-22963', + '4693006': 'C-B1012', + '4754008': 'D7-90420', + '4832001': 'C-B1208', + '4942000': 'T-C4800', + '4958002': 'T-A3230', + '4960000': 'L-80439', + '5043000': 'C-22923', + '5076001': 'T-D3213', + '5140004': 'T-54230', + '5164003': 'L-80333', + '5227002': 'L-80643', + '5244003': 'M-85030', + '5296000': 'T-C4361', + '5306005': 'L-80800', + '5366008': 'T-A2570', + '5394000': 'T-C4690', + '5405008': 'C-144A6', + '5438004': 'L-80206', + '5442001': 'C-22901', + '5467003': 'F-21301', + '5540006': 'C-14300', + '5665001': 'T-AA610', + '5692007': 'C-B1022', + '5712003': 'G-A530', + '5713008': 'T-D1603', + '5727003': 'T-C4240', + '5798000': 'T-D3400', + '5884001': 'P1-48350', + '5916008': 'L-80777', + '5928000': 'T-48420', + '5931004': 'C-B1222', + '6041008': 'G-A485', + '6053007': 'L-80563', + '6062009': 'T-54730', + '6064005': 'G-D112', + '6103004': 'L-807C8', + '6112002': 'L-80151', + '6217003': 'T-55320', + '6220006': 'L-80422', + '6229007': 'T-1115A', + '6257000': 'C-B1176', + '6301006': 'C-156A6', + '6413002': 'T-C4680', + '6423006': 'T-13610', + '6425004': 'C-51000', + '6431001': 'L-80325', + '6456007': 'D3-31290', + '6511003': 'T-43122', + '6516008': 'C-B1065', + '6530003': 'T-35002', + '6533001': 'T-59345', + '6538005': 'T-46130', + '6574001': 'M-54000', + '6660000': 'M-72175', + '6701008': 'C-22841', + '6703006': 'D7-90428', + '6708002': 'P1-86180', + '6725000': 'C-22947', + '6736007': 'G-A002', + '6797001': 'F-31150', + '6832004': 'P1-30350', + '6866008': 'T-A4950', + '6871001': 'T-39010', + '6973004': 'C-B1013', + '7087005': 'G-A397', + '7121006': 'T-54220', + '7140000': 'C-B0300', + '7281000': 'C-B1209', + '7292004': 'C-B0156', + '7305005': 'D4-32014', + '7434003': 'C-22924', + '7562007': 'P5-D6000', + '7569003': 'T-D8800', + '7623008': 'L-80409', + '7657000': 'T-47400', + '7770004': 'C-158A6', + '7771000': 'G-A101', + '7832008': 'T-42500', + '7843000': 'L-80141', + '7844006': 'T-15610', + '8012006': 'T-45530', + '8017000': 'T-32540', + '8089006': 'L-80463', + '8128003': 'T-42110', + '8202008': 'C-135A3', + '8205005': 'T-D8600', + '8225009': 'T-32850', + '8227001': 'C-180A5', + '8334002': 'T-C4490', + '8342001': 'C-22934', + '8348002': 'C-97520', + '8351009': 'L-807A1', + '8356004': 'T-C4560', + '8360001': 'M-89400', + '8361002': 'T-1A170', + '8419007': 'L-80A20', + '8429000': 'C-22865', + '8516002': 'L-80564', + '8517006': 'S-32070', + '8568009': 'T-C4400', + '8592001': 'P1-05052', + '8598002': 'T-A8500', + '8629005': 'T-48510', + '8715000': 'P0-10010', + '8722008': 'D3-29020', + '8763002': 'L-80606', + '8821006': 'T-47630', + '8836009': 'C-22935', + '8858006': 'C-B1182', + '8873007': 'T-54490', + '8887007': 'T-48620', + '8926000': 'C-22946', + '8928004': 'T-C4810', + '8931003': 'T-12282', + '8970009': 'L-80605', + '8989009': 'L-80106', + '8993003': 'T-48720', + '8997002': 'F-32040', + '9010006': 'C-22907', + '9040008': 'T-59420', + '9131007': 'L-80801', + '9135003': 'L-80642', + '9190005': 'C-97580', + '9230001': 'L-80209', + '9265001': 'P3-05000', + '9277006': 'L-80142', + '9351000': 'C-160A3', + '9454009': 'T-48330', + '9528004': 'L-80843', + '9642004': 'T-48611', + '9659009': 'T-C4280', + '9721008': 'C-6A180', + '9726003': 'G-A214', + '9761009': 'L-80740', + '9775002': 'T-45190', + '9875009': 'T-C8000', + '9904008': 'D4-30000', + '9947008': 'S-10131', + '9964006': 'F-10110', + '10040000': 'L-80824', + '10119003': 'T-47340', + '10136006': 'L-80A56', + '10200004': 'T-62000', + '10209003': 'T-C4140', + '10247008': 'C-22806', + '10249006': 'C-84085', + '10261003': 'L-80601', + '10293006': 'T-46700', + '10337008': 'F-32400', + '10369004': 'L-80729', + '10376009': 'M-80502', + '10517005': 'T-A3800', + '10544000': 'L-80754', + '10626002': 'D3-31744', + '10639003': 'M-97313', + '10701001': 'L-80A17', + '10712001': 'C-A2010', + '10738001': 'C-162A3', + '10740006': 'C-22958', + '10781003': 'C-B1142', + '10828004': 'G-A200', + '10842007': 'L-807C4', + '10849003': 'P1-03176', + '10904000': 'F-10320', + '10944007': 'F-64460', + '11000004': 'T-A3200', + '11069001': 'C-22944', + '11070000': 'G-A171', + '11089000': 'T-A6620', + '11136004': 'C-6A16A', + '11157007': 'F-33750', + '11161001': 'L-80567', + '11201005': 'C-22821', + '11279006': 'T-45520', + '11477006': 'L-80873', + '11496005': 'C-13321', + '11554009': 'F-10130', + '11628009': 'T-A0103', + '11645004': 'C-22906', + '11671000': 'M-82003', + '11708003': 'T-D4240', + '11712009': 'T-54270', + '11713004': 'C-10120', + '11723008': 'G-4022', + '11727009': 'C-22927', + '11740004': 'T-C46A1', + '11746005': 'L-80711', + '11780008': 'C-22871', + '11851006': 'D3-29010', + '11896004': 'G-A114', + '11899006': 'T-C4365', + '11967001': 'L-80324', + '11993008': 'S-101AA', + '12001002': 'C-22943', + '12030009': 'C-22807', + '12052000': 'T-46980', + '12091005': 'L-80882', + '12119009': 'C-22933', + '12123001': 'T-48170', + '12130007': 'G-D109', + '12131006': 'L-80805', + '12169001': 'M-95800', + '12196003': 'T-C4760', + '12335007': 'C-B0317', + '12360007': 'L-80430', + '12390000': 'L-80731', + '12402003': 'M-78060', + '12407009': 'L-80609', + '12611008': 'T-12740', + '12691009': 'T-46010', + '12710003': 'C-22968', + '12728001': 'T-C4852', + '12738006': 'T-A0100', + '12800002': 'T-43212', + '12801003': 'C-B0326', + '12852001': 'F-10210', + '12872006': 'T-11301', + '12881000': 'T-1242A', + '12921003': 'T-D6000', + '12958003': 'T-A7020', + '13024002': 'T-17010', + '13050003': 'T-32840', + '13091001': 'P1-03151', + '13132007': 'C-A7220', + '13190002': 'T-D8640', + '13213009': 'D4-31000', + '13237009': 'C-142A5', + '13248002': 'L-80841', + '13284009': 'L-80915', + '13363002': 'T-47600', + '13383001': 'T-32004', + '13418002': 'T-32650', + '13482005': 'T-C4100', + '13487004': 'L-80455', + '13544004': 'L-80131', + '13561001': 'T-AA910', + '13576009': 'T-F1820', + '13626001': 'C-B1172', + '13647002': 'T-43200', + '13648007': 'T-75000', + '13652007': 'C-22301', + '13653002': 'L-D9814', + '13662000': 'P1-36957', + '13744001': 'C-22808', + '13791008': 'F-01380', + '13881006': 'T-11166', + '13931001': 'C-15211', + '13934009': 'L-80339', + '13942005': 'L-80802', + '13958008': 'T-A2860', + '14016003': 'T-C1000', + '14063001': 'L-80579', + '14071002': 'C-158A7', + '14106009': 'A-11100', + '14156004': 'M-32410', + '14205002': 'F-10346', + '14245006': 'L-80848', + '14350002': 'M-76100', + '14414005': 'G-A111', + '14443002': 'C-52500', + '14502000': 'F-10226', + '14510004': 'T-11307', + '14529005': 'C-178A8', + '14537002': 'M-96503', + '14544006': 'C-22894', + '14691008': 'C-162A7', + '14738005': 'T-A3500', + '14742008': 'T-59000', + '14766002': 'P1-03130', + '14770005': 'T-54770', + '14799000': 'M-80006', + '14804005': 'F-61380', + '14806007': 'T-11610', + '14876008': 'L-80815', + '14892003': 'T-A7091', + '14910006': 'F-20010', + '14944004': 'T-F7001', + '14958002': 'C-22801', + '14975008': 'T-D8500', + '14990007': 'M-92203', + '15020009': 'L-80A52', + '15117003': 'C-A6900', + '15119000': 'T-A8780', + '15158005': 'A-80230', + '15171008': 'L-80830', + '15415002': 'P1-86520', + '15422005': 'T-54450', + '15425007': 'T-D4400', + '15443006': 'L-80663', + '15454001': 'M-02520', + '15497006': 'T-87000', + '15508007': 'G-4043', + '15529003': 'C-22908', + '15665001': 'T-14172', + '15672000': 'T-45270', + '15690004': 'M-31790', + '15698006': 'C-63A10', + '15763003': 'T-46668', + '15775008': 'T-AA220', + '15776009': 'T-65000', + '15825003': 'T-42000', + '15869005': 'A-2C090', + '15896008': 'C-22892', + '15924003': 'T-22100', + '15961007': 'L-80541', + '15966002': 'L-80742', + '16011006': 'C-B1204', + '16015002': 'L-80212', + '16050005': 'T-C4470', + '16051009': 'T-C4740', + '16228004': 'T-C46A4', + '16239001': 'T-32637', + '16310003': 'P5-B0000', + '16349000': 'A-12000', + '16356006': 'D8-20100', + '16528000': 'L-80A10', + '16567006': 'D4-31B24', + '16630005': 'T-A2300', + '16736007': 'P5-39010', + '16788000': 'C-22846', + '16811007': 'T-51305', + '16836001': 'C-22945', + '16838000': 'D2-81180', + '16857009': 'G-D164', + '16943008': 'C-22805', + '16953009': 'T-15430', + '16973004': 'F-18010', + '16982005': 'T-D2220', + '17069007': 'C-B1140', + '17137000': 'T-47160', + '17172002': 'C-22918', + '17232002': 'T-45600', + '17338001': 'D3-31740', + '17366009': 'D3-31500', + '17388009': 'T-45730', + '17399006': 'T-11308', + '17505006': 'T-54640', + '17589002': 'G-A265', + '17600005': 'C-B1000', + '17621005': 'G-A460', + '17623008': 'T-49330', + '17636008': 'P3-02000', + '17663009': 'L-80898', + '17693003': 'C-22A07', + '17717005': 'L-80651', + '17861009': 'T-C5000', + '17910003': 'C-113A1', + '17941002': 'M-52200', + '17945006': 'S-10115', + '18016009': 'M-52500', + '18102001': 'P5-40060', + '18112008': 'T-46422', + '18115005': 'M-55420', + '18149002': 'T-11B00', + '18212001': 'L-80524', + '18220004': 'F-B3000', + '18234004': 'T-A8040', + '18346003': 'T-14140', + '18457007': 'T-C3070', + '18525008': 'T-D9550', + '18545000': 'T-A1120', + '18546004': 'D4-31810', + '18590009': 'P2-35000', + '18619003': 'T-AA110', + '18686000': 'T-14120', + '18911002': 'T-91000', + '18946005': 'P1-C0220', + '18962004': 'T-23050', + '19041007': 'C-815E1', + '19078005': 'L-80750', + '19086005': 'P5-D2000', + '19100000': 'T-04003', + '19130008': 'M-10000', + '19227008': 'M-30400', + '19242006': 'D2-61100', + '19346006': 'D6-90800', + '19356005': 'L-80427', + '19443004': 'A-04034', + '19495007': 'C-B1206', + '19648000': 'G-A321', + '19665009': 'M-82110', + '19695001': 'T-D4210', + '19715009': 'T-49230', + '19770007': 'L-80581', + '19776001': 'M-02530', + '19829001': 'D2-50000', + '19893005': 'C-13518', + '19923001': 'A-26800', + '19928005': 'M-78800', + '19939008': 'G-A561', + '19952003': 'M-52240', + '20044005': 'L-80654', + '20115005': 'T-49350', + '20230008': 'C-22858', + '20233005': 'T-98000', + '20262006': 'F-A4580', + '20280002': 'L-80580', + '20292002': 'T-15311', + '20298003': 'T-11227', + '20699002': 'T-49240', + '20717008': 'M-52120', + '20721001': 'D3-29040', + '20760004': 'T-12412', + '20847002': 'C-A7420', + '20982000': 'T-40050', + '21008007': 'M-84403', + '21021000': 'L-80610', + '21039009': 'L-80837', + '21058000': 'T-C5330', + '21114003': 'G-A472', + '21133008': 'T-12435', + '21134002': 'F-00100', + '21150005': 'L-80851', + '21161002': 'T-A8570', + '21208000': 'L-80214', + '21278004': 'F-13060', + '21295007': 'L-80431', + '21306003': 'T-58400', + '21326004': 'M-80453', + '21378001': 'C-B1097', + '21379009': 'D3-83660', + '21381006': 'D7-90434', + '21387005': 'T-11190', + '21418008': 'L-80894', + '21451004': 'C-B1069', + '21479005': 'T-45170', + '21483005': 'T-A0090', + '21553004': 'L-80148', + '21572004': 'C-114A4', + '21576001': 'C-107A1', + '21592006': 'C-22844', + '21594007': 'G-A425', + '21637005': 'L-80A14', + '21708004': 'M-91803', + '21726001': 'L-80A07', + '21793004': 'T-1A200', + '21807003': 'T-46427', + '21814001': 'T-32400', + '21844003': 'T-D6221', + '21870002': 'A-26920', + '21875007': 'T-C46A5', + '21921002': 'L-80116', + '21951008': 'C-22959', + '21964009': 'M-95903', + '21974007': 'T-53000', + '22021002': 'C-22896', + '22024005': 'M-83240', + '22036004': 'M-32390', + '22039006': 'M-32201', + '22049009': 'D7-90370', + '22083002': 'T-46460', + '22120004': 'T-54280', + '22270008': 'T-28630', + '22286001': 'T-45200', + '22298006': 'D3-15000', + '22325002': 'F-18002', + '22356005': 'T-12340', + '22445006': 'T-54720', + '22506004': 'L-80540', + '22687000': 'M-80123', + '22688005': 'T-13100', + '22694002': 'M-85733', + '22697009': 'L-80884', + '22720009': 'L-80416', + '22749001': 'C-22913', + '22765000': 'T-43230', + '22778000': 'P1-38200', + '22823000': 'T-13310', + '22890008': 'P1-48840', + '22931006': 'C-22854', + '22943007': 'T-D2000', + '22945000': 'T-AB700', + '22968009': 'C-22827', + '22979004': 'C-B1083', + '23053002': 'C-B0333', + '23074001': 'T-45240', + '23141003': 'F-20130', + '23153004': 'T-58650', + '23159000': 'L-807D0', + '23172004': 'C-12500', + '23180006': 'T-A1280', + '23198005': 'T-C4624', + '23226009': 'T-54330', + '23242002': 'F-10336', + '23347006': 'T-A2710', + '23416004': 'T-12430', + '23427002': 'T-54340', + '23438002': 'T-49660', + '23451007': 'T-B3000', + '23583003': 'M-40000', + '23629009': 'L-80137', + '23719005': 'P1-67D40', + '23730008': 'M-80500', + '23771002': 'T-46410', + '23788009': 'C-180A2', + '23826000': 'L-80A00', + '23995009': 'L-80730', + '24010005': 'DA-73410', + '24020000': 'G-A142', + '24028007': 'G-A100', + '24062007': 'T-14165', + '24097009': 'T-12600', + '24099007': 'C-10110', + '24111007': 'L-80573', + '24135002': 'P5-B0008', + '24136001': 'T-15710', + '24142002': 'T-04100', + '24154002': 'F-10100', + '24162005': 'T-87600', + '24167004': 'C-22886', + '24215009': 'C-21919', + '24299002': 'L-80878', + '24301009': 'C-146A9', + '24319000': 'L-80530', + '24389009': 'M-44150', + '24422004': 'G-A147', + '24484000': 'G-A003', + '24511001': 'C-B1221', + '24516006': 'C-22937', + '24532009': 'T-11106', + '24573005': 'T-54400', + '24587005': 'P3-41910', + '24840008': 'L-80550', + '24853006': 'C-136A2', + '24863003': 'G-A491', + '24865005': 'T-42230', + '24889003': 'T-C4460', + '24891006': 'C-B0347', + '24900003': 'C-22956', + '24924006': 'T-11120', + '24967003': 'L-80A54', + '25062003': 'A-26430', + '25064002': 'F-A2700', + '25079009': 'C-22843', + '25091000': 'C-22909', + '25097001': 'L-80702', + '25126001': 'G-A477', + '25171009': 'L-80765', + '25211005': 'S-101A1', + '25238003': 'T-A8000', + '25243005': 'L-80831', + '25247006': 'T-C4130', + '25264009': 'L-80823', + '25322007': 'M-32000', + '25327001': 'L-80320', + '25342003': 'T-AB300', + '25351006': 'C-22A06', + '25369002': 'L-80464', + '25419009': 'C-12217', + '25437005': 'F-32052', + '25447008': 'T-C4362', + '25489000': 'T-39050', + '25510005': 'A-04110', + '25569003': 'D3-31700', + '25594002': 'G-4042', + '25660007': 'L-80306', + '25683005': 'T-C4250', + '25748002': 'T-54300', + '25761002': 'F-64210', + '25813002': 'L-80426', + '25856007': 'L-80539', + '25876001': 'G-D209', + '25910003': 'M-80503', + '25941002': 'C-22824', + '25943004': 'T-32820', + '25990002': 'T-72000', + '25991003': 'T-A6040', + '26036001': 'M-34000', + '26046004': 'P2-31102', + '26057009': 'L-80A53', + '26079004': 'F-A4600', + '26105007': 'L-80143', + '26140008': 'T-51130', + '26141007': 'F-38278', + '26146002': 'D4-31010', + '26216008': 'G-A110', + '26229008': 'L-80846', + '26230003': 'T-A2830', + '26242008': 'G-A660', + '26283006': 'G-A139', + '26332008': 'L-80809', + '26370007': 'C-A7000', + '26382003': 'L-80A16', + '26386000': 'T-AA079', + '26412008': 'A-25350', + '26444007': 'T-12200', + '26458009': 'C-51450', + '26493002': 'T-11218', + '26523005': 'C-68030', + '26525003': 'L-80176', + '26527006': 'F-10349', + '26639007': 'L-807A3', + '26643006': 'G-D140', + '26699009': 'L-80433', + '26703007': 'T-49630', + '26805005': 'T-49550', + '26818002': 'T-47240', + '26837006': 'L-80407', + '26893007': 'T-D7000', + '26947005': 'DD-33500', + '26973000': 'L-80411', + '27016007': 'C-22813', + '27054007': 'C-144A3', + '27065002': 'A-13500', + '27081007': 'C-172A5', + '27088001': 'T-A7070', + '27120008': 'C-22890', + '27125003': 'L-80A18', + '27175001': 'T-46970', + '27315000': 'P1-48520', + '27337007': 'D3-31742', + '27372005': 'P1-C0200', + '27385008': 'L-80889', + '27398004': 'T-D4600', + '27431007': 'D7-90310', + '27444002': 'L-80720', + '27483000': 'P5-00100', + '27606000': 'A-04200', + '27612005': 'T-A8150', + '27615007': 'L-807B3', + '27637000': 'D4-31B16', + '27671009': 'C-22A04', + '27706005': 'T-48502', + '27789000': 'G-7155', + '27812008': 'A-2C140', + '27844007': 'C-22872', + '27855007': 'T-54650', + '27872000': 'P3-05050', + '27885002': 'D3-32102', + '27925004': 'M-03010', + '27947004': 'T-D4200', + '27949001': 'T-15770', + '28035005': 'T-54000', + '28121005': 'C-B0331', + '28205006': 'T-42520', + '28231008': 'T-63000', + '28243009': 'C-136A5', + '28273000': 'T-60610', + '28330007': 'T-C4332', + '28347008': 'T-AB100', + '28360002': 'L-80215', + '28390009': 'T-A5250', + '28480000': 'T-54500', + '28483003': 'L-80172', + '28622002': 'C-22814', + '28700002': 'T-25201', + '28726007': 'T-AA200', + '28744004': 'L-80174', + '28751008': 'L-80744', + '28870006': 'T-C4780', + '28899001': 'M-80703', + '28926001': 'D0-71000', + '28960008': 'M-52000', + '29092000': 'T-48000', + '29185008': 'M-50080', + '29218008': 'C-B1061', + '29223008': 'L-80534', + '29235007': 'L-80653', + '29252006': 'C-22A08', + '29342009': 'C-22899', + '29348008': 'C-B1251', + '29426003': 'DA-26000', + '29445007': 'T-AA860', + '29460005': 'C-B1018', + '29483008': 'M-52101', + '29522004': 'C-22951', + '29534007': 'T-AA400', + '29660000': 'T-46940', + '29700009': 'T-46110', + '29707007': 'T-D9800', + '29836001': 'T-D2500', + '29850006': 'T-1234A', + '29857009': 'F-37000', + '29881002': 'L-80554', + '30017007': 'F-39800', + '30021000': 'T-D9400', + '30024008': 'T-C4512', + '30089001': 'L-80216', + '30114003': 'T-A5271', + '30123000': 'P1-31846', + '30156004': 'M-82013', + '30180000': 'T-1A190', + '30288003': 'D4-31150', + '30315005': 'T-58000', + '30347000': 'L-807C7', + '30384003': 'L-80113', + '30399003': 'T-A1700', + '30448006': 'L-80594', + '30492008': 'C-72000', + '30518006': 'T-12450', + '30565000': 'L-80886', + '30608006': 'T-13600', + '30618001': 'T-54630', + '30634003': 'L-80659', + '30720007': 'L-80525', + '30730003': 'G-A145', + '30793004': 'T-C4120', + '30807003': 'G-A249', + '30825005': 'C-B1063', + '30996001': 'L-85B00', + '31065004': 'T-A2400', + '31077009': 'L-80875', + '31094006': 'T-28770', + '31099001': 'G-A572', + '31113003': 'M-32700', + '31145008': 'T-45250', + '31162003': 'T-32330', + '31171007': 'T-C4863', + '31186001': 'M-92200', + '31192007': 'C-B1122', + '31260003': 'C-22952', + '31281003': 'L-80764', + '31306009': 'C-80460', + '31329001': 'T-D8650', + '31351009': 'D7-76200', + '31377001': 'L-80752', + '31389004': 'T-55200', + '31392000': 'L-80791', + '31428008': 'T-A3100', + '31435000': 'T-88000', + '31527000': 'C-B1175', + '31633003': 'L-80465', + '31636006': 'T-AA050', + '31640002': 'T-11140', + '31653004': 'M-74880', + '31677005': 'T-47440', + '31688004': 'T-48770', + '31701002': 'T-A7061', + '31714001': 'C-22891', + '31724009': 'P2-36110', + '31764008': 'T-14171', + '31811003': 'C-10520', + '31842008': 'M-02000', + '31845005': 'D7-90554', + '31934006': 'T-12281', + '31953001': 'C-B1183', + '31970009': 'C-81520', + '31971008': 'L-80881', + '31982000': 'T-54290', + '31996006': 'D3-80650', + '32048006': 'M-81400', + '32062004': 'T-45100', + '32114007': 'T-48214', + '32145006': 'L-80342', + '32185000': 'F-10318', + '32297006': 'L-80522', + '32318003': 'F-39780', + '32361000': 'T-D9310', + '32381004': 'G-A170', + '32400000': 'G-A121', + '32413006': 'P1-31D00', + '32457005': 'T-D0070', + '32505007': 'C-106A1', + '32591006': 'L-807D3', + '32622004': 'T-59460', + '32651000': 'M-52210', + '32670005': 'L-807B4', + '32672002': 'T-42400', + '32683006': 'L-80577', + '32713005': 'T-59100', + '32764006': 'T-48810', + '32836007': 'C-B0338', + '32849002': 'T-56000', + '32859001': 'T-48910', + '32913002': 'M-85103', + '32938007': 'L-80134', + '32968003': 'M-85303', + '33060004': 'T-A6080', + '33096000': 'G-A144', + '33212007': 'L-80535', + '33252009': 'C-80135', + '33271006': 'C-B1091', + '33272004': 'T-32633', + '33367005': 'P5-30100', + '33401005': 'L-807C2', + '33458006': 'L-80721', + '33496007': 'P1-48820', + '33551003': 'L-80511', + '33564002': 'T-04005', + '33586001': 'F-103A0', + '33593002': 'M-52400', + '33626005': 'T-32310', + '33723005': 'T-A6630', + '33770006': 'T-C4720', + '33785000': 'C-B1095', + '33795007': 'T-46520', + '33843005': 'G-A128', + '33889003': 'M-72105', + '33930006': 'T-A1502', + '34026001': 'F-10316', + '34106002': 'F-10348', + '34108001': 'F-10410', + '34127007': 'C-173A7', + '34128002': 'C-22911', + '34200004': 'L-80457', + '34202007': 'T-35400', + '34206005': 'G-D104', + '34296003': 'F-10380', + '34318004': 'T-1243A', + '34340008': 'T-48003', + '34360000': 'M-88303', + '34402009': 'T-59600', + '34411009': 'T-D6500', + '34516001': 'T-58600', + '34536000': 'P1-86100', + '34595003': 'L-80538', + '34618005': 'L-8B941', + '34625003': 'T-C4611', + '34635009': 'T-46960', + '34700000': 'C-22883', + '34752004': 'L-80865', + '34759008': 'A-26864', + '34775006': 'T-C4770', + '34870009': 'L-80891', + '34882000': 'M-90160', + '35039007': 'T-83000', + '35094004': 'C-22815', + '35202002': 'P5-D0050', + '35229007': 'L-80118', + '35259002': 'T-13660', + '35304003': 'D3-90100', + '35321007': 'C-B1031', + '35337001': 'C-131A3', + '35352008': 'C-22A00', + '35354009': 'L-8A102', + '35532006': 'T-48600', + '35566002': 'M-35060', + '35601003': 'M-97651', + '35609001': 'C-22842', + '35621002': 'P5-D3304', + '35664009': 'T-A2861', + '35721009': 'T-C4851', + '35724001': 'C-22942', + '35757004': 'P5-B3121', + '35764002': 'T-A1600', + '35783009': 'T-C4480', + '35802007': 'L-807A0', + '35819009': 'T-48890', + '35860002': 'P1-08080', + '35884005': 'C-B1109', + '35917007': 'M-81403', + '35918002': 'T-A1820', + '35951006': 'T-A1500', + '35978008': 'C-124B4', + '36060005': 'M-91501', + '36074003': 'L-80A05', + '36086000': 'T-C4626', + '36111002': 'L-80591', + '36118008': 'D2-80300', + '36169008': 'T-A2610', + '36176003': 'F-6ACA0', + '36187006': 'L-80658', + '36251007': 'T-C4500', + '36274006': 'L-80776', + '36295001': 'L-80300', + '36360002': 'T-51200', + '36371001': 'T-42220', + '36438004': 'L-807D7', + '36455000': 'T-12540', + '36492000': 'T-54240', + '36570001': 'L-80562', + '36571002': 'L-86B02', + '36572009': 'C-22864', + '36582005': 'T-A9090', + '36611001': 'L-80741', + '36641004': 'C-B1152', + '36672000': 'T-43112', + '36765005': 'T-46100', + '36855005': 'L-88121', + '36879007': 'C-22919', + '36900006': 'C-B1105', + '36969009': 'P1-33530', + '37024005': 'L-80910', + '37035000': 'T-A2840', + '37058002': 'M-44140', + '37116003': 'L-80718', + '37117007': 'T-D7010', + '37153009': 'P1-32502', + '37161004': 'G-D160', + '37197008': 'G-A180', + '37225000': 'C-149A1', + '37274004': 'T-46440', + '37279009': 'M-55160', + '37285002': 'T-11211', + '37437001': 'C-B1098', + '37453003': 'L-80870', + '37512009': 'T-B1200', + '37575004': 'C-22822', + '37630009': 'P5-39050', + '37706002': 'F-32056', + '37737002': 'G-D144', + '37760005': 'D3-33140', + '37783008': 'T-12390', + '37899009': 'T-A8820', + '37947008': 'C-B1051', + '38000004': 'T-C6020', + '38048003': 'S-101A2', + '38101003': 'DA-74110', + '38184008': 'L-80735', + '38199008': 'T-54010', + '38239002': 'G-D106', + '38242008': 'T-90020', + '38266002': 'T-D0010', + '38271009': 'C-22964', + '38341003': 'D3-02000', + '38344006': 'C-B0344', + '38424001': 'C-B1181', + '38449002': 'L-80842', + '38543004': 'C-22914', + '38586004': 'A-81080', + '38707008': 'C-22936', + '38713004': 'M-94003', + '38717003': 'G-A143', + '38848004': 'T-58200', + '38864007': 'T-D2700', + '38866009': 'T-D0011', + '38896004': 'T-54790', + '38902009': 'C-22825', + '38934000': 'T-AA820', + '38991005': 'T-46350', + '38994002': 'T-54520', + '39000009': 'M-91203', + '39021009': 'DA-74100', + '39057004': 'T-35200', + '39200002': 'C-B1089', + '39290007': 'C-12200', + '39322007': 'T-A8110', + '39348004': 'L-807D8', + '39352004': 'T-15001', + '39477002': 'T-59666', + '39481002': 'T-54160', + '39525005': 'F-CB962', + '39532001': 'L-80435', + '39539005': 'F-70102', + '39607008': 'T-28000', + '39723000': 'T-15680', + '39743006': 'T-28230', + '39777001': 'C-22861', + '39790008': 'A-2C141', + '39844006': 'T-54420', + '39855006': 'L-80350', + '39882003': 'L-80877', + '39937001': 'T-01000', + '40005008': 'T-54510', + '40020002': 'T-28825', + '40076005': 'C-22852', + '40121001': 'L-80832', + '40146001': 'T-A2020', + '40199007': 'F-10340', + '40242007': 'T-C4623', + '40250003': 'P1-31917', + '40254007': 'T-47260', + '40265002': 'T-11511', + '40266001': 'G-A640', + '40300007': 'T-48940', + '40342009': 'C-6A16B', + '40388003': 'A-04010', + '40400008': 'L-80816', + '40403005': 'P1-31602', + '40415009': 'G-A118', + '40547002': 'L-80A31', + '40565003': 'C-105A1', + '40617009': 'P2-22902', + '40638003': 'T-AA180', + '40684008': 'T-C4632', + '40689003': 'T-94000', + '40701008': 'P5-B3000', + '40710000': 'C-B0327', + '40718007': 'C-22876', + '40727008': 'L-80913', + '40772000': 'M-78260', + '40779009': 'D2-60302', + '40808006': 'C-22863', + '40898002': 'L-80893', + '40937006': 'C-114A5', + '40983000': 'T-D8200', + '41092008': 'L-80418', + '41111004': 'T-12717', + '41145006': 'T-C4613', + '41216001': 'T-92000', + '41263004': 'L-80812', + '41296002': 'T-AA500', + '41313007': 'T-14163', + '41320000': 'L-80713', + '41334000': 'D3-12002', + '41440006': 'P5-D9020', + '41538003': 'L-80722', + '41549009': 'C-80150', + '41561001': 'L-80561', + '41584008': 'L-807A2', + '41598000': 'F-B2700', + '41601005': 'T-11309', + '41695006': 'T-D1160', + '41699000': 'M-36700', + '41706005': 'L-80340', + '41738000': 'L-80436', + '41750006': 'C-22965', + '41754002': 'L-80429', + '41758004': 'C-181A3', + '41801008': 'T-43000', + '41842006': 'P5-D6500', + '41879009': 'T-43202', + '41919003': 'M-85023', + '41967008': 'C-13700', + '41976001': 'P1-31600', + '42018006': 'L-80500', + '42024000': 'L-30606', + '42182000': 'M-52470', + '42248000': 'C-22809', + '42250008': 'L-80728', + '42252000': 'L-807B2', + '42258001': 'T-46510', + '42320003': 'T-93020', + '42343007': 'D3-16010', + '42385006': 'D7-90364', + '42399005': 'D7-11010', + '42417005': 'C-B1300', + '42425007': 'G-A466', + '42472007': 'T-C4621', + '42575006': 'T-D1460', + '42694008': 'T-D8030', + '42695009': 'T-A4000', + '42700002': 'M-02100', + '42724005': 'L-80410', + '42728008': 'C-B1070', + '42798000': 'G-A166', + '42902003': 'L-80734', + '42932006': 'T-A2760', + '42948007': 'L-80608', + '42973007': 'T-D3160', + '43045000': 'T-AA862', + '43106008': 'C-22915', + '43119007': 'T-45320', + '43219001': 'L-80A09', + '43239002': 'C-116A3', + '43281008': 'T-54780', + '43299000': 'M-32310', + '43500007': 'L-80531', + '43526002': 'M-18000', + '43529009': 'L-80A13', + '43538006': 'C-B0312', + '43549000': 'C-22912', + '43622005': 'T-54670', + '43674008': 'G-A122', + '43863001': 'T-48530', + '43899006': 'T-47500', + '43914001': 'F-F7100', + '44103008': 'D3-31715', + '44132006': 'M-41610', + '44230005': 'L-80115', + '44241007': 'D3-29001', + '44324008': 'PA-50030', + '44488008': 'C-22849', + '44491008': 'P5-06000', + '44567001': 'T-25000', + '44578009': 'P1-48304', + '44588005': 'C-11400', + '44598004': 'M-88900', + '44612009': 'T-11221', + '44627009': 'T-32550', + '44696006': 'L-80714', + '44714003': 'T-28600', + '44771000': 'D7-90435', + '44777001': 'P1-31920', + '44788007': 'T-29100', + '44808001': 'D3-30000', + '44812007': 'P1-C0030', + '44830000': 'T-47650', + '44835005': 'L-80312', + '44855006': 'L-80A58', + '44909008': 'T-A9630', + '44914007': 'T-C4700', + '44947003': 'T-14020', + '44984001': 'T-47200', + '45001002': 'T-11034', + '45007003': 'D3-04000', + '45048000': 'T-D1600', + '45106005': 'C-22851', + '45206002': 'T-21000', + '45211000': 'P1-05535', + '45215009': 'C-15600', + '45227007': 'D3-23000', + '45234009': 'T-54690', + '45284002': 'L-80149', + '45289007': 'T-61100', + '45292006': 'T-81000', + '45316007': 'P5-D0040', + '45341000': 'T-44100', + '45460008': 'P2-68060', + '45475000': 'C-22962', + '45503006': 'D4-31120', + '45559001': 'M-78266', + '45561005': 'L-80762', + '45625009': 'L-80880', + '45631007': 'T-47300', + '45635003': 'L-80571', + '45653009': 'T-28820', + '45690005': 'L-80334', + '45790002': 'L-80405', + '45793000': 'T-B2000', + '45804006': 'F-20030', + '45849009': 'C-B1220', + '45929001': 'S-10164', + '46027005': 'T-48920', + '46030003': 'T-35100', + '46053002': 'G-A119', + '46055009': 'T-C4170', + '46136006': 'P2-31010', + '46139004': 'C-22802', + '46157003': 'T-C4592', + '46212000': 'M-90300', + '46239008': 'L-807D4', + '46385009': 'T-1228A', + '46392004': 'L-80332', + '46408008': 'L-80451', + '46602004': 'C-10004', + '46662001': 'P2-4A000', + '46713006': 'G-D172', + '46720004': 'M-88500', + '46725009': 'L-80912', + '46750007': 'T-28080', + '46862004': 'T-D2600', + '46866001': 'DD-13000', + '47030008': 'C-22974', + '47055002': 'T-54470', + '47075006': 'L-80780', + '47079000': 'P5-B8500', + '47109002': 'T-C4300', + '47192000': 'C-B0345', + '47284001': 'M-88211', + '47429007': 'G-C002', + '47432005': 'P1-32504', + '47471008': 'T-C4850', + '47486002': 'C-22877', + '47488001': 'M-85040', + '47542005': 'L-80814', + '47588004': 'C-132A8', + '47625008': 'G-D101', + '47631006': 'M-52450', + '47659007': 'L-80712', + '47699005': 'L-80879', + '47728000': 'T-12423', + '47729008': 'C-B1150', + '47795006': 'L-80574', + '47842004': 'L-80417', + '47898004': 'C-80490', + '47962008': 'T-32636', + '47975008': 'T-53130', + '47985009': 'T-C4410', + '47995002': 'C-22932', + '48006008': 'C-10001', + '48193007': 'T-C4822', + '48338005': 'T-59438', + '48341001': 'C-151B2', + '48345005': 'T-48610', + '48367006': 'T-74250', + '48387007': 'P1-26100', + '48394005': 'L-80505', + '48402004': 'T-54380', + '48434008': 'M-52100', + '48470006': 'L-80536', + '48477009': 'T-52000', + '48524002': 'L-80803', + '48540004': 'C-22885', + '48544008': 'T-D4120', + '48603004': 'C-A6530', + '48694002': 'F-0B320', + '48697009': 'L-80309', + '48698004': 'C-80160', + '48702000': 'L-80145', + '48724000': 'D3-29012', + '48895003': 'C-145A5', + '48918001': 'T-C4150', + '49076000': 'T-15720', + '49082002': 'T-48435', + '49240006': 'L-80644', + '49330006': 'T-54800', + '49370004': 'G-A104', + '49394004': 'T-C4420', + '49421002': 'L-80904', + '49430005': 'M-88503', + '49436004': 'D3-31520', + '49460000': 'T-51120', + '49462008': 'L-80576', + '49530007': 'G-A127', + '49608001': 'G-A402', + '49687009': 'C-22A11', + '49727002': 'F-24100', + '49755003': 'M-01000', + '49841001': 'T-A1740', + '49848007': 'T-32620', + '49852007': 'T-49250', + '49872002': 'L-30000', + '49992008': 'C-913A4', + '49998007': 'C-60700', + '50016007': 'T-11240', + '50062004': 'C-22889', + '50125003': 'L-80874', + '50193000': 'T-C4622', + '50318003': 'C-A1204', + '50408007': 'T-44400', + '50441005': 'L-80A59', + '50519007': 'T-D4110', + '50536004': 'T-F1810', + '50672002': 'C-14700', + '50697003': 'P1-C0010', + '50717006': 'L-80308', + '50755001': 'T-13450', + '50849002': 'P0-10800', + '50916005': 'M-74220', + '50920009': 'D3-26000', + '50959000': 'L-80173', + '50960005': 'M-37000', + '51023000': 'L-80459', + '51114001': 'T-41000', + '51159009': 'T-13630', + '51185008': 'T-D3000', + '51249003': 'T-48540', + '51282000': 'T-11510', + '51283005': 'T-11160', + '51299004': 'T-12310', + '51345006': 'T-B4000', + '51398009': 'M-75500', + '51420009': 'C-10940', + '51440002': 'G-A102', + '51549004': 'M-88903', + '51567006': 'C-22874', + '51599000': 'D2-04460', + '51668007': 'M-32320', + '51678005': 'T-54660', + '51683002': 'P1-A3102', + '51692004': 'L-80A42', + '51698000': 'T-12287', + '51795009': 'F-10240', + '51800004': 'C-136B6', + '51845000': 'F-10326', + '51852003': 'T-F6800', + '51937006': 'L-80144', + '51943008': 'T-54700', + '52017007': 'C-85800', + '52019005': 'F-10220', + '52082005': 'T-18010', + '52101004': 'G-A203', + '52105008': 'L-80900', + '52124006': 'A-26810', + '52253003': 'L-80806', + '52359001': 'T-49340', + '52374004': 'T-11156', + '52408003': 'C-B1111', + '52433000': 'T-43121', + '52509009': 'T-11220', + '52554005': 'T-C4841', + '52612000': 'T-D2300', + '52687003': 'T-12746', + '52731004': 'T-D4010', + '52745005': 'C-129A2', + '52836003': 'C-21403', + '52856002': 'M-32360', + '52943005': 'T-A1710', + '52946002': 'L-80705', + '52952001': 'L-807C5', + '52988006': 'M-01100', + '53031002': 'L-80120', + '53036007': 'T-D8040', + '53074004': 'T-C4320', + '53085002': 'T-32500', + '53118009': 'T-A1720', + '53120007': 'T-D8000', + '53151000': 'M-52130', + '53207004': 'C-B1092', + '53228008': 'L-80709', + '53238003': 'T-A8060', + '53315004': 'C-128A2', + '53342003': 'T-21300', + '53350007': 'A-04000', + '53360003': 'L-80338', + '53430007': 'F-8A030', + '53431006': 'L-80523', + '53438000': 'P5-C0000', + '53505006': 'T-59900', + '53511009': 'C-22812', + '53520000': 'T-A9605', + '53549008': 'T-45400', + '53567001': 'L-80458', + '53585008': 'P5-D5000', + '53617003': 'P2-22010', + '53620006': 'T-15290', + '53654007': 'M-88103', + '53655008': 'T-43210', + '53700003': 'C-127A3', + '53727004': 'T-29200', + '53741008': 'D3-13040', + '53840002': 'T-D9440', + '53843000': 'T-D6407', + '53922000': 'L-807C9', + '53951001': 'C-B1213', + '53958007': 'P1-0D300', + '53967007': 'T-14161', + '54002007': 'M-32340', + '54019009': 'T-61300', + '54066008': 'T-55000', + '54098002': 'L-80415', + '54102005': 'G-F211', + '54165005': 'T-A1520', + '54221006': 'C-22832', + '54232006': 'L-80660', + '54247002': 'T-42100', + '54268001': 'T-C4600', + '54300008': 'G-D002', + '54409005': 'T-45308', + '54432009': 'C-22961', + '54446009': 'F-63750', + '54447000': 'L-80424', + '54493002': 'M-35063', + '54640009': 'P5-32130', + '54699009': 'L-80408', + '54735007': 'T-11AD0', + '54791001': 'C-22811', + '54858000': 'L-80779', + '54993008': 'F-32110', + '55011004': 'G-A555', + '55024004': 'T-11102', + '55058007': 'L-807C0', + '55060009': 'T-22200', + '55117002': 'C-142B2', + '55167009': 'L-80414', + '55199003': 'M-75300', + '55233005': 'T-A2850', + '55494003': 'C-B1205', + '55499008': 'T-12714', + '55530007': 'L-80211', + '55584005': 'M-35300', + '55607006': 'F-01000', + '55673009': 'C-B1088', + '55678000': 'T-11512', + '55745002': 'C-80450', + '55814006': 'C-B1090', + '55831004': 'C-22888', + '55855009': 'D3-90000', + '55864004': 'F-10330', + '55921005': 'M-97323', + '55940004': 'T-C5300', + '55959002': 'L-80763', + '56006008': 'C-B1072', + '56021002': 'M-36050', + '56052001': 'T-A8410', + '56084008': 'L-80529', + '56086005': 'L-80437', + '56193007': 'T-A8070', + '56208002': 'M-38000', + '56243001': 'L-80773', + '56265001': 'D3-10000', + '56329008': 'T-B1000', + '56353002': 'A-13600', + '56400007': 'T-48740', + '56459004': 'T-D9700', + '56468002': 'M-91220', + '56475001': 'C-B1062', + '56609000': 'C-145A4', + '56757003': 'P1-03154', + '56786000': 'D3-29051', + '56789007': 'T-43205', + '56849005': 'T-49650', + '56851009': 'G-A437', + '56867003': 'C-B1073', + '56873002': 'T-11210', + '56917006': 'L-80A41', + '56953008': 'F-60710', + '56984005': 'L-80781', + '57034009': 'T-42300', + '57054005': 'D3-15100', + '57120006': 'L-80766', + '57126000': 'C-20005', + '57134006': 'A-00110', + '57141000': 'M-84013', + '57177007': 'G-0002', + '57183005': 'G-A174', + '57190000': 'DA-74120', + '57195005': 'G-A123', + '57238002': 'P1-30530', + '57349006': 'L-80743', + '57383004': 'T-32831', + '57396003': 'T-43120', + '57429001': 'L-80771', + '57485005': 'P2-22500', + '57597008': 'M-74200', + '57613003': 'L-80593', + '57651003': 'T-14030', + '57671007': 'T-96000', + '57753006': 'C-22857', + '57754000': 'M-32221', + '57823005': 'T-43125', + '57826002': 'T-54250', + '57849000': 'L-80872', + '57850000': 'T-46400', + '57947002': 'L-80862', + '58095006': 'T-32150', + '58100008': 'G-D102', + '58108001': 'L-80844', + '58116005': 'L-80811', + '58130000': 'T-C4230', + '58190003': 'F-39200', + '58264006': 'L-80440', + '58281002': 'C-17800', + '58311005': 'L-80604', + '58322009': 'F-20020', + '58341007': 'L-80753', + '58541008': 'C-155A2', + '58602004': 'T-D2310', + '58631000': 'C-22839', + '58646007': 'T-54740', + '58718002': 'D3-17100', + '58742003': 'T-12980', + '58755002': 'C-22954', + '58888001': 'L-80887', + '59011009': 'T-45800', + '59057006': 'C-A7021', + '59066005': 'T-11133', + '59082006': 'C-A7430', + '59118001': 'D3-33110', + '59210004': 'L-80335', + '59214008': 'P1-48830', + '59218006': 'P2-35440', + '59282003': 'D3-40230', + '59351004': 'F-61080', + '59438005': 'T-43110', + '59441001': 'T-C4000', + '59492009': 'L-80774', + '59503006': 'T-C4160', + '59528003': 'L-80849', + '59643008': 'L-807B1', + '59652004': 'T-32100', + '59667000': 'L-80572', + '59749000': 'T-45410', + '59752008': 'T-A7081', + '59820001': 'T-40000', + '59844004': 'C-135A2', + '59972007': 'F-32030', + '59975009': 'L-807A5', + '60001007': 'F-81890', + '60005003': 'T-14110', + '60028002': 'T-49010', + '60046008': 'D2-80100', + '60057003': 'C-138A9', + '60074003': 'F-10120', + '60105000': 'T-A2781', + '60113004': 'DA-76000', + '60132005': 'G-A366', + '60176003': 'T-45540', + '60184004': 'T-59470', + '60213007': 'G-D107', + '60227002': 'T-C4614', + '60234000': 'D3-29022', + '60252000': 'L-80836', + '60441008': 'C-22853', + '60459006': 'C-B1124', + '60517007': 'L-80911', + '60533005': 'C-A7001', + '60573004': 'D3-29021', + '60583000': 'G-A120', + '60614009': 'S-10161', + '60621009': 'F-01860', + '60732002': 'D4-31310', + '60734001': 'T-49530', + '60739006': 'C-22957', + '60797005': 'F-32050', + '60819002': 'T-D1206', + '60835009': 'T-42350', + '60911003': 'T-11130', + '60920007': 'C-22902', + '60958006': 'L-80620', + '60965003': 'T-C4670', + '60996007': 'T-C4002', + '61026006': 'G-F213', + '61036003': 'L-80533', + '61068006': 'C-22926', + '61083001': 'L-80630', + '61088005': 'C-2A000', + '61242005': 'T-AA813', + '61286000': 'L-80835', + '61320006': 'L-80896', + '61397002': 'G-A172', + '61405001': 'L-80864', + '61420007': 'PA-00620', + '61490001': 'D3-12001', + '61492009': 'T-C4440', + '61593002': 'P5-B0700', + '61671002': 'T-11134', + '61685007': 'T-D9000', + '61695000': 'T-1A180', + '61716009': 'C-173A5', + '61746007': 'PA-00500', + '61753003': 'L-80A51', + '61773008': 'C-80401', + '61853006': 'T-1151F', + '61868007': 'T-54750', + '61897005': 'T-54320', + '61946003': 'C-A0900', + '61959006': 'D4-31400', + '61962009': 'T-A5100', + '61968008': 'A-10150', + '61973002': 'L-80565', + '62026008': 'D3-33150', + '62064005': 'M-90503', + '62067003': 'D4-31A00', + '62137007': 'L-80845', + '62153005': 'L-80112', + '62189002': 'M-52103', + '62228004': 'L-80888', + '62275004': 'D3-02004', + '62296006': 'S-10116', + '62372003': 'G-A137', + '62413002': 'T-12420', + '62442005': 'C-B0316', + '62482003': 'G-A374', + '62517004': 'C-B1011', + '62555009': 'T-15317', + '62630005': 'T-C4352', + '62683002': 'T-C4360', + '62736007': 'T-AA830', + '62790004': 'L-80807', + '62818001': 'T-B1100', + '62824007': 'G-A117', + '62834003': 'T-50110', + '62869001': 'T-48286', + '62872008': 'T-A2980', + '63130001': 'M-78280', + '63161005': 'G-A332', + '63264007': 'M-89803', + '63269002': 'L-80761', + '63289001': 'A-12020', + '63360001': 'C-168A4', + '63390008': 'L-80834', + '63467002': 'D3-33120', + '63507001': 'T-48930', + '63562005': 'A-12210', + '63634009': 'M-94403', + '63697000': 'P1-36858', + '63754004': 'C-16200', + '63762007': 'T-04080', + '63929007': 'C-22905', + '63972001': 'L-80A32', + '64033007': 'T-71000', + '64038003': 'T-C4370', + '64112001': 'C-22878', + '64131007': 'T-48710', + '64158000': 'L-80208', + '64234005': 'T-12730', + '64318009': 'P5-00032', + '64468002': 'T-46310', + '64488003': 'C-B1100', + '64520006': 'C-A6710', + '64556009': 'T-C4612', + '64572001': 'DF-00000', + '64591001': 'L-80323', + '64605006': 'T-1274B', + '64634000': 'DA-75300', + '64658001': 'T-14166', + '64688005': 'T-11BF0', + '64715009': 'D3-02500', + '64730000': 'F-33300', + '64739004': 'T-93000', + '64957009': 'G-A648', + '64991008': 'C-22975', + '65026000': 'C-68050', + '65054007': 'C-141A1', + '65123005': 'F-61620', + '65124004': 'M-02570', + '65156006': 'C-B1215', + '65187008': 'L-80307', + '65197004': 'T-35310', + '65216001': 'T-A1000', + '65240009': 'P1-86E70', + '65265006': 'F-D7B50', + '65266007': 'T-C4820', + '65344003': 'L-80150', + '65345002': 'C-2A400', + '65349008': 'T-C4620', + '65355003': 'T-45110', + '65388005': 'P5-B8310', + '65431007': 'T-AA260', + '65445001': 'C-22897', + '65492002': 'L-80326', + '65577000': 'A-2C152', + '65580004': 'C-22953', + '65624003': 'T-54620', + '65656005': 'S-10121', + '65659003': 'P1-30351', + '65690001': 'T-C4340', + '65692009': 'M-80323', + '65694005': 'L-80A55', + '65709003': 'G-A324', + '65730007': 'C-22829', + '65801008': 'P1-03000', + '65818007': 'A-25500', + '65877006': 'M-90100', + '66019005': 'T-D0300', + '66130006': 'F-32330', + '66168008': 'L-80425', + '66303006': 'T-54350', + '66314009': 'L-80147', + '66377006': 'P5-D0042', + '66459002': 'G-A103', + '66495005': 'L-80738', + '66559000': 'T-46421', + '66562002': 'C-F3302', + '66657009': 'D3-31710', + '66712005': 'L-80727', + '66720007': 'T-A1650', + '66739002': 'G-D001', + '66754008': 'T-59200', + '66787007': 'G-A107', + '66857006': 'F-24210', + '66859009': 'C-81590', + '66911005': 'L-80130', + '67046006': 'T-AA621', + '67088002': 'L-80782', + '67170007': 'T-41100', + '67338003': 'P1-31612', + '67362008': 'D3-83300', + '67414001': 'L-80311', + '67440007': 'C-80131', + '67448000': 'L-80133', + '67453005': 'T-12780', + '67507000': 'C-80110', + '67515002': 'L-80310', + '67617000': 'M-72170', + '67629009': 'P1-31604', + '67684001': 'L-80813', + '67690002': 'C-B1081', + '67701001': 'T-A6640', + '67720004': 'L-80575', + '67763001': 'D3-04001', + '67834006': 'T-54710', + '67937003': 'T-47100', + '67941004': 'T-C4331', + '67956008': 'C-22928', + '67966000': 'A-26440', + '67977006': 'L-80883', + '68053000': 'T-47700', + '68085002': 'T-54210', + '68086001': 'L-80A33', + '68171009': 'T-C4710', + '68183006': 'A-12030', + '68235000': 'F-24442', + '68237008': 'D4-33622', + '68263003': 'C-22804', + '68276009': 'A-27500', + '68300000': 'T-32210', + '68339009': 'T-C4144', + '68367000': 'T-D9100', + '68453008': 'M-80103', + '68457009': 'P5-31500', + '68459007': 'C-22833', + '68493006': 'G-A169', + '68496003': 'D5-41170', + '68505006': 'T-D4140', + '68512002': 'L-80526', + '68523003': 'T-A2030', + '68552000': 'L-80200', + '68580003': 'C-130A3', + '68630002': 'C-114A6', + '68703001': 'T-AA310', + '68705008': 'T-49110', + '68787002': 'T-43111', + '68796002': 'P5-D1000', + '68878000': 'T-C4442', + '68881005': 'T-C4513', + '68915008': 'T-C4210', + '68967007': 'C-B1087', + '68978004': 'F-25040', + '69067004': 'L-80452', + '69076006': 'C-B1180', + '69089000': 'C-130A1', + '69105007': 'T-45010', + '69133007': 'C-22862', + '69158002': 'P2-35200', + '69245005': 'P1-05035', + '69249004': 'L-80903', + '69255009': 'T-C4630', + '69327007': 'T-46200', + '69421009': 'T-46423', + '69440003': 'C-80123', + '69461005': 'L-80553', + '69474004': 'L-80850', + '69529009': 'L-80724', + '69536005': 'T-D1100', + '69592005': 'L-80863', + '69602006': 'L-80590', + '69691007': 'T-C4750', + '69695003': 'T-57000', + '69748006': 'T-B6000', + '69783005': 'C-B0324', + '69805005': 'A-28040', + '69833005': 'T-47410', + '69839009': 'C-B1096', + '69855002': 'L-80A06', + '69862006': 'L-80775', + '69930009': 'T-65010', + '69954004': 'D3-87780', + '69986009': 'L-80700', + '70007007': 'T-A5160', + '70074004': 'T-26100', + '70086001': 'C-B1304', + '70105001': 'T-A2880', + '70106000': 'F-63600', + '70142008': 'D4-31220', + '70150004': 'T-60650', + '70154008': 'C-B1099', + '70215001': 'T-A2730', + '70232002': 'G-7154', + '70238003': 'T-32640', + '70253006': 'T-48814', + '70258002': 'T-15750', + '70382005': 'T-45900', + '70431006': 'L-80205', + '70457009': 'L-80428', + '70520000': 'C-22828', + '70544003': 'C-146B1', + '70594002': 'M-87303', + '70653001': 'L-80A11', + '70791007': 'T-47040', + '70822001': 'F-32070', + '70847004': 'T-F1300', + '70925003': 'T-11170', + '70984001': 'M-32260', + '70995007': 'D3-40300', + '71173004': 'M-01460', + '71175006': 'L-80736', + '71232009': 'M-90201', + '71252005': 'T-83200', + '71271007': 'T-48411', + '71341001': 'T-12710', + '71384000': 'A-17450', + '71388002': 'P0-00000', + '71425003': 'C-127A1', + '71585003': 'T-48160', + '71616004': 'T-13001', + '71633006': 'C-155A1', + '71636003': 'C-B1082', + '71647005': 'C-105A2', + '71651007': 'P5-40010', + '71758008': 'T-49640', + '71759000': 'C-81560', + '71836000': 'T-23000', + '71854001': 'T-59300', + '71908006': 'D3-31720', + '71923001': 'L-80607', + '71957009': 'C-22922', + '71966008': 'T-03000', + '72001000': 'T-12700', + '72015003': 'C-B1084', + '72021004': 'T-45210', + '72092001': 'D3-81100', + '72107004': 'T-48340', + '72159005': 'C-B1023', + '72164009': 'F-61A90', + '72166006': 'M-52300', + '72184008': 'T-11303', + '72329005': 'L-80322', + '72371006': 'C-22879', + '72381005': 'T-C4404', + '72394007': 'L-80412', + '72410000': 'T-D3300', + '72454006': 'C-163A8', + '72481006': 'T-28300', + '72495009': 'M-84803', + '72506001': 'A-11206', + '72542009': 'T-32632', + '72572003': 'C-22826', + '72573008': 'T-13620', + '72592005': 'T-59442', + '72607000': 'G-D108', + '72641008': 'P1-C0B00', + '72648002': 'L-80348', + '72674008': 'T-280D0', + '72696002': 'T-D9200', + '72717003': 'C-14800', + '72876007': 'T-54310', + '73002000': 'P2-36102', + '73005003': 'L-80578', + '73049001': 'L-80A44', + '73050001': 'T-32634', + '73056007': 'T-04020', + '73065000': 'C-B1041', + '73117003': 'T-11150', + '73166001': 'T-42580', + '73191001': 'L-80331', + '73212002': 'C-B0318', + '73219006': 'M-88610', + '73251007': 'C-22A02', + '73271003': 'L-80A19', + '73318001': 'L-80820', + '73319009': 'L-80760', + '73400003': 'T-11513', + '73544002': 'P1-32000', + '73580002': 'T-48430', + '73634005': 'T-46710', + '73648005': 'L-80661', + '73678001': 'S-10151', + '73685002': 'C-B1231', + '73745003': 'C-B1093', + '73774007': 'D3-28102', + '73829009': 'T-32200', + '73892005': 'C-22971', + '73930003': 'T-14150', + '73931004': 'T-48813', + '73937000': 'T-54680', + '73949004': 'C-67770', + '74021003': 'D3-33200', + '74031005': 'T-32832', + '74135004': 'T-15009', + '74156002': 'T-47660', + '74160004': 'T-02424', + '74173000': 'L-80847', + '74203007': 'T-C4260', + '74262004': 'T-51004', + '74280008': 'M-83153', + '74308000': 'T-93010', + '74344005': 'T-54370', + '74364000': 'M-80413', + '74386004': 'T-11149', + '74517004': 'L-80640', + '74536009': 'L-80716', + '74551000': 'M-02560', + '74554008': 'C-B0341', + '74568001': 'L-80656', + '74615001': 'D3-31121', + '74626007': 'C-50013', + '74670003': 'T-15460', + '74745008': 'L-80207', + '74872008': 'T-11110', + '74899005': 'L-80520', + '74921000': 'L-80560', + '74937006': 'M-52102', + '74947009': 'C-10080', + '74970001': 'L-80527', + '75040000': 'T-C4143', + '75042008': 'T-A1220', + '75053002': 'D3-81660', + '75093004': 'T-02480', + '75118006': 'PA-00600', + '75129005': 'T-1242B', + '75245000': 'T-26500', + '75294000': 'G-A600', + '75319007': 'T-11219', + '75367002': 'F-31000', + '75397005': 'T-42340', + '75494002': 'L-807C6', + '75531005': 'T-47020', + '75540009': 'G-A373', + '75573002': 'T-C5100', + '75696008': 'C-166A2', + '75709004': 'L-80650', + '75753009': 'M-35000', + '75772009': 'T-12800', + '75777003': 'F-CB250', + '75902001': 'T-43124', + '75911001': 'L-80751', + '75956008': 'C-22967', + '75959001': 'C-781E0', + '75976002': 'G-4041', + '76001002': 'C-22916', + '76015000': 'T-46420', + '76025005': 'P1-31876', + '76048000': 'C-22929', + '76117006': 'T-45430', + '76155001': 'C-B0328', + '76171001': 'F-20240', + '76197007': 'M-72000', + '76267008': 'D3-29050', + '76290003': 'T-C4633', + '76302002': 'L-80456', + '76351004': 'L-80914', + '76364003': 'L-80521', + '76365002': 'T-04004', + '76388001': 'F-38277', + '76439002': 'C-22859', + '76467006': 'L-80454', + '76497003': 'L-80132', + '76505004': 'T-D8810', + '76554006': 'L-80717', + '76604009': 'L-80153', + '76605005': 'C-22866', + '76611008': 'P1-30352', + '76633005': 'C-22875', + '76649007': 'D7-90382', + '76659008': 'T-C4475', + '76704003': 'T-C4842', + '76710003': 'T-AA650', + '76724004': 'L-807C3', + '76752008': 'T-04000', + '76784001': 'T-82000', + '76838003': 'T-C4220', + '76848001': 'T-39000', + '76862008': 'T-43105', + '76878005': 'T-C4456', + '76925007': 'C-22903', + '76927004': 'P5-D7000', + '76994004': 'L-80808', + '77004003': 'C-111A1', + '77012006': 'T-F1320', + '77073008': 'C-22941', + '77130001': 'T-54430', + '77176002': 'S-32000', + '77213006': 'L-80706', + '77236002': 'L-80611', + '77296004': 'D7-90452', + '77313009': 'C-B1223', + '77343006': 'P5-009A0', + '77386006': 'F-84000', + '77444004': 'A-12024', + '77477000': 'P5-08000', + '77510008': 'C-B1071', + '77568009': 'T-D2100', + '77583004': 'T-35410', + '77621008': 'T-D1620', + '77671006': 'F-B1810', + '77720000': 'A-12062', + '77778009': 'T-C4474', + '77831004': 'T-04002', + '78014005': 'T-70060', + '78023008': 'C-158A5', + '78067005': 'T-F1100', + '78076003': 'T-AA700', + '78197004': 'M-85012', + '78214003': 'L-807D6', + '78246003': 'L-80804', + '78267003': 'D9-30400', + '78277001': 'T-A2500', + '78421000': 'G-D103', + '78480002': 'T-44200', + '78481003': 'C-B1108', + '78541007': 'L-80171', + '78570003': 'C-B1067', + '78678003': 'L-8B100', + '78686003': 'C-B1017', + '78869007': 'C-22955', + '78904004': 'T-D3050', + '78961009': 'T-C3000', + '78972004': 'T-11515', + '78994007': 'L-80602', + '79058000': 'L-80100', + '79068005': 'A-30360', + '79142001': 'T-44010', + '79197006': 'C-159A2', + '79295007': 'L-80726', + '79361005': 'T-15200', + '79458005': 'G-A599', + '79477007': 'C-131A1', + '79523006': 'C-113A2', + '79601000': 'T-12280', + '79603002': 'L-80343', + '79610008': 'C-B1216', + '79619009': 'D3-29011', + '79652003': 'T-AA770', + '79654002': 'M-36300', + '79692001': 'F-32340', + '79811009': 'A-18041', + '79814001': 'L-80655', + '79926007': 'T-C4650', + '79952001': 'A-26860', + '80049006': 'T-A2750', + '80084005': 'L-80612', + '80131009': 'L-80600', + '80140008': 'T-54480', + '80144004': 'T-12770', + '80243003': 'T-AA810', + '80248007': 'T-04030', + '80260008': 'C-B1094', + '80272002': 'T-45160', + '80274001': 'F-70210', + '80305003': 'C-22856', + '80313002': 'F-37150', + '80434005': 'T-A2870', + '80447000': 'T-A1800', + '80576000': 'L-80892', + '80581009': 'T-D4001', + '80621003': 'T-A1900', + '80622005': 'T-A8130', + '80647007': 'T-54260', + '80751004': 'C-172A8', + '80769008': 'T-C4860', + '80777007': 'L-80413', + '80835003': 'L-80170', + '80865008': 'P5-40030', + '80867000': 'T-C4631', + '80891009': 'T-32000', + '80917008': 'C-00224', + '80919006': 'A-61000', + '80943009': 'F-01500', + '80979001': 'L-80657', + '81016008': 'T-AA630', + '81040000': 'T-44000', + '81105003': 'T-C4200', + '81128002': 'T-42200', + '81132008': 'T-C4290', + '81267004': 'L-80154', + '81274009': 'M-73310', + '81323004': 'F-00001', + '81397005': 'C-22A01', + '81502006': 'T-55300', + '81529001': 'L-80723', + '81607005': 'L-807D2', + '81621007': 'C-B1066', + '81654009': 'G-A138', + '81669005': 'M-95401', + '81727001': 'T-13300', + '81745001': 'T-AA000', + '81761004': 'C-B1203', + '81827009': 'M-02550', + '81839001': 'C-A6500', + '81866001': 'L-80A21', + '81911001': 'C-F3310', + '82078001': 'PA-20110', + '82206008': 'L-80885', + '82264009': 'C-677C0', + '82280004': 'G-A545', + '82334004': 'G-A385', + '82365008': 'T-C4350', + '82411007': 'C-22925', + '82440005': 'L-80327', + '82449006': 'A-26836', + '82471001': 'T-32300', + '82474009': 'T-12771', + '82561000': 'T-15690', + '82566005': 'C-F5000', + '82573000': 'C-80400', + '82628004': 'T-54460', + '82676003': 'L-88120', + '82680008': 'T-D0310', + '82682000': 'C-22895', + '82711006': 'M-85003', + '82799009': 'F-32100', + '82849001': 'T-D4900', + '82909008': 'L-80622', + '83018002': 'T-47690', + '83036002': 'F-61760', + '83059008': 'A-26400', + '83173002': 'L-80160', + '83216009': 'L-80733', + '83236005': 'L-80895', + '83251001': 'T-A2200', + '83323007': 'F-12100', + '83330001': 'D4-32012', + '83380007': 'T-C4458', + '83419000': 'T-49410', + '83420006': 'S-10181', + '83422003': 'P1-30022', + '83423008': 'C-B0342', + '83504004': 'L-80793', + '83555006': 'T-C6010', + '83578000': 'G-B102', + '83598005': 'C-17200', + '83600004': 'C-22920', + '83670000': 'T-D4425', + '83750004': 'C-80610', + '83799000': 'D4-31040', + '83881004': 'C-12013', + '83996001': 'L-80119', + '84081007': 'L-80537', + '84114007': 'D3-16000', + '84217005': 'C-22845', + '84219008': 'T-C4610', + '84229001': 'F-01360', + '84232003': 'L-80592', + '84301002': 'T-AB200', + '84315000': 'L-80532', + '84360004': 'M-02120', + '84367001': 'L-80871', + '84386009': 'C-6A16E', + '84421000': 'T-487A0', + '84514002': 'L-80708', + '84528008': 'L-80603', + '84548001': 'L-807D5', + '84654008': 'T-32833', + '84656005': 'C-22A03', + '84660008': 'L-807D1', + '84712000': 'T-32156', + '84757009': 'DA-30000', + '84782009': 'T-A0500', + '84797007': 'L-80A43', + '84812008': 'C-A6540', + '84839000': 'L-80135', + '84847000': 'C-15300', + '84923006': 'L-80105', + '85050009': 'T-12410', + '85066006': 'C-22873', + '85119005': 'T-D7020', + '85144002': 'L-80719', + '85190005': 'C-22848', + '85234005': 'T-45700', + '85235006': 'T-46120', + '85272000': 'C-80430', + '85284003': 'D3-12003', + '85293002': 'T-1A007', + '85315007': 'L-80662', + '85380009': 'T-C4843', + '85383006': 'T-46640', + '85431000': 'M-32350', + '85439003': 'T-48400', + '85562004': 'T-D8700', + '85596006': 'C-22A05', + '85598007': 'D3-91030', + '85606007': 'P5-D3300', + '85637007': 'T-A3700', + '85659009': 'M-32200', + '85693008': 'C-B1200', + '85710004': 'T-12350', + '85726003': 'M-32240', + '85756007': 'T-D0050', + '85816001': 'T-51600', + '85856004': 'T-15420', + '85898001': 'D3-20000', + '85981002': 'C-22838', + '86049000': 'M-80003', + '86117002': 'T-45300', + '86122002': 'A-32110', + '86136007': 'T-A5272', + '86273004': 'P1-03100', + '86290005': 'F-21000', + '86299006': 'D4-31110', + '86308005': 'C-68000', + '86367003': 'T-D4130', + '86407004': 'A-17350', + '86440008': 'L-80652', + '86521004': 'C-113A3', + '86541009': 'C-22869', + '86547008': 'T-47740', + '86570000': 'T-46500', + '86584005': 'C-B0323', + '86593006': 'L-80732', + '86598002': 'T-280A0', + '86616005': 'M-85002', + '86694007': 'L-80582', + '86750008': 'C-22823', + '86767001': 'L-80822', + '86920006': 'L-80321', + '86969008': 'T-80010', + '87017008': 'G-A351', + '87029004': 'L-80810', + '87061000': 'L-80528', + '87068006': 'F-10390', + '87111007': 'L-80737', + '87166008': 'T-21342', + '87219003': 'L-80897', + '87342007': 'T-12750', + '87343002': 'D3-12400', + '87386002': 'D7-90560', + '87410002': 'C-B1225', + '87437000': 'C-116A2', + '87445005': 'C-B0335', + '87463005': 'T-A2970', + '87563008': 'T-A0102', + '87612001': 'T-C2000', + '87644002': 'T-95000', + '87687004': 'G-A151', + '87704003': 'T-54360', + '87708000': 'F-BB000', + '87731000': 'F-12300', + '87737001': 'M-84903', + '87759004': 'T-80020', + '87811005': 'C-A7440', + '87853006': 'C-B1210', + '87878005': 'T-32600', + '87913009': 'M-90203', + '87953007': 'T-73000', + '87958003': 'C-B1121', + '87962009': 'L-80337', + '88166005': 'C-B1016', + '88176008': 'T-54170', + '88210001': 'T-32810', + '88241000': 'F-10216', + '88340001': 'T-14040', + '88376000': 'C-29000', + '88442005': 'T-A2700', + '88446008': 'G-A405', + '88454005': 'T-14167', + '88473009': 'C-B1171', + '88480006': 'C-13500', + '88556005': 'T-45510', + '88593004': 'T-42310', + '88619007': 'F-39790', + '88625006': 'C-22904', + '88660000': 'C-22867', + '88779009': 'L-807A4', + '88807001': 'L-80157', + '88824007': 'T-54610', + '88882009': 'T-A8640', + '88921000': 'T-1A080', + '88986008': 'T-D1120', + '89028002': 'C-22966', + '89065000': 'L-80A12', + '89084002': 'M-95400', + '89093001': 'T-42210', + '89138009': 'D3-00200', + '89139001': 'C-22887', + '89148006': 'C-22882', + '89164003': 'D7-90530', + '89177007': 'C-10005', + '89187006': 'T-20001', + '89202009': 'T-A2820', + '89272005': 'C-144A4', + '89278009': 'T-A3400', + '89323001': 'D3-12004', + '89340005': 'T-11514', + '89450005': 'L-80790', + '89457008': 'C-10072', + '89545001': 'T-D1200', + '89546000': 'T-11100', + '89552004': 'T-54760', + '89577003': 'C-22855', + '89595000': 'C-B0319', + '89625000': 'T-54390', + '89648005': 'L-80421', + '89665001': 'L-80349', + '89708009': 'L-80210', + '89736004': 'D3-28005', + '89740008': 'M-85203', + '89814007': 'P1-31850', + '89818005': 'C-B1224', + '89837001': 'T-74000', + '89856006': 'C-22868', + '89858007': 'T-C4330', + '89890002': 'T-C6000', + '89928000': 'L-80570', + '90024005': 'T-46740', + '90050009': 'L-80406', + '90069004': 'G-A182', + '90096001': 'F-32120', + '90101001': 'L-807B0', + '90219004': 'T-48410', + '90290004': 'T-D4230', + '90315007': 'T-35250', + '90318009': 'T-35210', + '90418005': 'T-90010', + '90444005': 'L-80901', + '90539001': 'D3-10510', + '90561006': 'T-35120', + '90572001': 'T-28830', + '90588001': 'T-13650', + '90606007': 'T-C4001', + '90612002': 'L-80158', + '90617008': 'C-B1068', + '90733003': 'C-B0348', + '90734009': 'G-A270', + '90745007': 'C-B0315', + '90771006': 'T-48840', + '90828009': 'D3-22100', + '90885005': 'L-8057A', + '90892000': 'F-32010', + '91079009': 'T-46820', + '91083009': 'T-43201', + '91085002': 'T-32834', + '91096005': 'P2-34122', + '91134007': 'T-35300', + '91238003': 'T-1243B', + '91295002': 'C-22881', + '91394001': 'T-C4580', + '91397008': 'T-11196', + '91429002': 'L-80860', + '91470000': 'T-D8104', + '91539005': 'T-48501', + '91553005': 'L-80792', + '91602002': 'P1-28160', + '91606004': 'C-22973', + '91609006': 'T-11180', + '91691001': 'T-D3136', + '91707000': 'T-F7040', + '91716001': 'T-AB500', + '91720002': 'T-D0080', + '91723000': 'T-D0005', + '91732003': 'T-461A0', + '91747007': 'T-40230', + '91748002': 'T-43115', + '91750005': 'T-43117', + '91751009': 'T-43118', + '91752002': 'T-43119', + '91753007': 'T-43127', + '91754001': 'T-43128', + '91755000': 'T-43129', + '91756004': 'T-4312A', + '91757008': 'T-4312B', + '91758003': 'T-4312C', + '91759006': 'T-4312D', + '91760001': 'T-4312E', + '91761002': 'T-43213', + '91762009': 'T-43214', + '91763004': 'T-43215', + '91772007': 'T-D0062', + '91830000': 'T-D00AB', + '92248004': 'D7-F0810', + '92652009': 'D7-F0902', + '93143009': 'DC-F4113', + '93473009': 'D3-F0620', + '94150003': 'D4-31154', + '94391008': 'D2-F1106', + '95217000': 'DA-73460', + '95324001': 'D0-00050', + '95376002': 'D0-B0300', + '95377006': 'D0-B0310', + '95378001': 'D0-B0311', + '95379009': 'D0-B0312', + '95380007': 'D0-B0314', + '95381006': 'D0-B0320', + '95382004': 'D0-B0324', + '95383009': 'D0-B0326', + '95384003': 'D0-B0330', + '95385002': 'D0-B0334', + '95386001': 'D0-B0338', + '95387005': 'D0-B0339', + '95388000': 'D0-B0340', + '95389008': 'D0-B0342', + '95390004': 'D0-B0346', + '95391000': 'D0-B0350', + '95392007': 'D0-B0352', + '95393002': 'D0-B0354', + '95394008': 'D0-B0356', + '95395009': 'D0-B0360', + '95396005': 'D0-B0364', + '95397001': 'D0-B0370', + '95398006': 'D0-B0380', + '95399003': 'D0-B0382', + '95400005': 'D0-B0390', + '95401009': 'D0-B0394', + '95402002': 'D0-B03A0', + '95403007': 'D0-B03A2', + '95404001': 'D0-B03A4', + '96218000': 'C-62960', + '96227004': 'C-64090', + '96229001': 'C-640A0', + '96230006': 'C-640B0', + '96265006': 'C-6A190', + '96302009': 'C-80800', + '96308008': 'C-81300', + '96329004': 'C-97302', + '96387000': 'C-B0301', + '96388005': 'C-B0302', + '96390006': 'C-B1218', + '102292000': 'T-14668', + '102298001': 'T-35020', + '102304005': 'A-10141', + '102312002': 'A-25600', + '102313007': 'A-25610', + '102314001': 'A-25612', + '102315000': 'A-25614', + '102316004': 'A-25616', + '102317008': 'A-26802', + '102319006': 'A-26912', + '102320000': 'A-27322', + '102321001': 'A-2B210', + '102322008': 'A-2C600', + '102323003': 'A-2C602', + '102324009': 'A-2C604', + '102325005': 'A-2C606', + '102378009': 'A-32475', + '102459008': 'F-00453', + '102460003': 'F-00454', + '102535000': 'F-10317', + '102536004': 'F-10319', + '102538003': 'F-10450', + '102539006': 'F-10460', + '102540008': 'F-10470', + '102541007': 'F-10480', + '102589003': 'F-37012', + '102594003': 'F-38002', + '102874004': 'F-84094', + '102877006': 'F-84430', + '103321005': 'G-0202', + '103335007': 'G-7290', + '103339001': 'G-A185', + '103340004': 'G-A186', + '103342007': 'G-A188', + '103343002': 'G-A189', + '103344008': 'G-A1A1', + '103345009': 'G-A1A2', + '103346005': 'G-A1A3', + '103347001': 'G-A1A4', + '103348006': 'G-A1A5', + '103349003': 'G-A1A6', + '103353001': 'G-A1B2', + '103354007': 'G-A1B3', + '103355008': 'G-A220', + '103361006': 'G-A556', + '103381007': 'G-D027', + '103382000': 'G-D032', + '103383005': 'G-D033', + '103386002': 'G-D052', + '103387006': 'G-D054', + '103390000': 'G-D210', + '103391001': 'G-D216', + '103693007': 'P0-00002', + '103709008': 'P1-00018', + '103712006': 'P1-05536', + '103713001': 'P1-05537', + '103714007': 'P1-05538', + '103715008': 'P1-05539', + '103716009': 'P1-05550', + '104210008': 'P3-50495', + '105371005': 'P5-0A100', + '105372003': 'P5-39015', + '105373008': 'P5-39191', + '105376000': 'P5-B3002', + '105501005': 'S-20570', + '105590001': 'F-61002', + '105830007': 'C-120F9', + '105837005': 'C-127F9', + '105840005': 'C-130F9', + '105842002': 'C-132F9', + '105847008': 'C-137F9', + '105849006': 'C-139F9', + '105860002': 'C-150F9', + '105866008': 'C-156F9', + '105874009': 'C-164F9', + '105877002': 'C-167F9', + '106233006': 'G-A1F8', + '106292003': 'J-07100', + '107007004': 'L-8B9F9', + '107644003': 'M-020F9', + '107671003': 'M-520F8', + '108294005': 'P5-D30F8', + '108300008': 'P5-D90F8', + '108369006': 'M-8FFFF', + '108371006': 'T-12761', + '108502004': 'C-80349', + '108602006': 'C-80680', + '108880002': 'C-22AA1', + '108899006': 'C-B7100', + '109029006': 'C-A0005', + '109066000': 'C-A0173', + '109069007': 'C-A01D1', + '109212003': 'C-B0314', + '109218004': 'C-B0322', + '109219007': 'C-B0329', + '109222009': 'C-B0332', + '109223004': 'C-B0339', + '109888004': 'D7-F0A02', + '110265006': 'DD-66A67', + '110421000': 'M-32210', + '110451006': 'M-78190', + '110467000': 'P1-00410', + '110517009': 'T-11011', + '110535000': 'T-12403', + '110536004': 'T-12701', + '110550009': 'T-28910', + '110568007': 'T-48820', + '110612005': 'T-59490', + '110621006': 'T-65600', + '110639002': 'T-88920', + '110726009': 'T-DD006', + '110837003': 'T-DD123', + '110861005': 'T-DD163', + '111017005': 'M-78066', + '111045004': 'A-17200', + '111084009': 'C-158A3', + '111095003': 'C-21402', + '111101002': 'C-22803', + '111102009': 'C-22917', + '111132001': 'C-6A118', + '111139005': 'C-80120', + '111158001': 'C-B0337', + '111159009': 'C-B1085', + '111160004': 'C-B1086', + '111161000': 'C-B1151', + '111162007': 'C-B1211', + '111287006': 'D3-29042', + '111289009': 'D3-40208', + '111973004': 'F-32020', + '112233002': 'G-A428', + '112381006': 'L-35500', + '112485003': 'L-80136', + '112486002': 'L-80336', + '112487006': 'L-80344', + '112488001': 'L-80423', + '112489009': 'L-80510', + '112490000': 'L-80566', + '112491001': 'L-80710', + '112492008': 'L-80725', + '112493003': 'L-80772', + '112494009': 'L-807B5', + '112811009': 'P1-31872', + '112987001': 'P1-C0020', + '113011001': 'P2-01510', + '113160008': 'S-10191', + '113163005': 'S-11090', + '113197003': 'T-11300', + '113198008': 'T-11304', + '113257007': 'T-30000', + '113259005': 'T-35110', + '113262008': 'T-42070', + '113263003': 'T-45120', + '113264009': 'T-45230', + '113269004': 'T-46910', + '113270003': 'T-47420', + '113273001': 'T-48520', + '113277000': 'T-51300', + '113278005': 'T-54440', + '113305005': 'T-A6000', + '113336002': 'T-C4511', + '113338001': 'T-C4616', + '113340006': 'T-C4840', + '113342003': 'T-D0048', + '113343008': 'T-D0060', + '113345001': 'T-D4000', + '113346000': 'T-D4450', + '113351006': 'T-D9540', + '115391007': 'F-65C50', + '116010006': 'T-15728', + '116152004': 'P5-08001', + '116176007': 'T-C2007', + '116224001': 'DD-60002', + '116532005': 'C-84989', + '116566001': 'C-10098', + '116593003': 'C-37128', + '116602009': 'C-37138', + '116676008': 'G-C504', + '116682006': 'G-C50A', + '117590005': 'T-AB001', + '117610000': 'P2-34201', + '118375008': 'A-04140', + '118378005': 'A-11101', + '118433006': 'F-31146', + '118438002': 'G-D00B', + '118495001': 'T-1241F', + '118538004': 'G-D701', + '118565006': 'G-D705', + '118578006': 'G-D709', + '118586006': 'G-D750', + '118634008': 'T-46002', + '118645006': 'T-12375', + '118745001': 'P0-05083', + '118755002': 'T-32423', + '118927008': 'D3-80515', + '119238007': 'T-D0558', + '119255006': 'T-24454', + '119295008': 'G-8003', + '119376003': 'G-8300', + '119406000': 'T-D0593', + '119410002': 'T-D0598', + '119524001': 'T-1240F', + '119568004': 'T-45005', + '119614000': 'P1-14810', + '119853006': 'P1-48501', + '120234003': 'T-46659', + '120576005': 'T-D0634', + '122448007': 'T-1300D', + '122456005': 'A-23000', + '122459003': 'P1-01003', + '122489005': 'T-70001', + '122494005': 'T-11501', + '122495006': 'T-11502', + '122496007': 'T-11503', + '122595009': 'G-8311', + '122737001': 'G-8318', + '122738006': 'G-8319', + '122739003': 'G-831B', + '122774002': 'T-49403', + '122775001': 'T-49103', + '122972007': 'T-48581', + '123037004': 'T-D000A', + '123851003': 'T-D0662', + '125074003': 'L-80139', + '125076001': 'L-87A02', + '125084002': 'L-8A10B', + '125091004': 'L-8B943', + '125097000': 'L-8C306', + '125099002': 'L-8C336', + '125101009': 'L-8C338', + '125112009': 'M-00101', + '125271003': 'M-32202', + '125272005': 'M-32203', + '125273000': 'M-32204', + '125274006': 'M-32208', + '125357009': 'M-52301', + '125358004': 'M-52302', + '125682004': 'T-15516', + '125707004': 'C-6A161', + '126065006': 'A-26434', + '126510002': 'D0-F035F', + '126838000': 'D5-F131F', + '127189005': 'DC-721C4', + '127457009': 'G-8310', + '127489000': 'G-C52F', + '127790008': 'P3-00003', + '127919002': 'T-C4311', + '127920008': 'T-C4312', + '127921007': 'T-C4313', + '127922000': 'T-C4314', + '127925003': 'T-C43A0', + '127926002': 'T-C43A1', + '127927006': 'T-C43A2', + '127930004': 'T-C43A5', + '127931000': 'T-C43A6', + '127932007': 'T-C43A7', + '127937001': 'T-C43AC', + '127938006': 'T-C43AD', + '127939003': 'T-C43AE', + '127940001': 'T-C43B2', + '127941002': 'T-C43B3', + '127954009': 'T-D0684', + '128319008': 'T-A0190', + '128320002': 'T-A0191', + '128432002': 'G-DB10', + '128433007': 'G-DB11', + '128434001': 'G-DB12', + '128435000': 'G-DB13', + '128436004': 'G-DB14', + '128437008': 'G-DB15', + '128438003': 'G-DB16', + '128439006': 'G-DB17', + '128440008': 'G-DB18', + '128441007': 'G-DB19', + '128442000': 'G-DB20', + '128443005': 'G-DB21', + '128444004': 'G-DB22', + '128445003': 'G-DB23', + '128446002': 'G-DB24', + '128447006': 'G-DB25', + '128448001': 'G-DB26', + '128449009': 'G-DB27', + '128450009': 'G-DB28', + '128451008': 'G-DB29', + '128452001': 'G-DB30', + '128453006': 'G-DB31', + '128454000': 'G-DB32', + '128455004': 'G-DB33', + '128462008': 'DF-00436', + '128538000': 'P1-03021', + '128548003': 'T-49424', + '128549006': 'T-49426', + '128551005': 'D3-81922', + '128552003': 'G-DB34', + '128553008': 'T-49215', + '128554002': 'T-49429', + '128555001': 'D4-32504', + '128556000': 'D4-32506', + '128557009': 'D4-32509', + '128558004': 'D4-32510', + '128559007': 'T-47490', + '128560002': 'T-4942A', + '128563000': 'D4-31052', + '128564006': 'T-32602', + '128565007': 'T-32502', + '128566008': 'D4-33512', + '128567004': 'D4-33514', + '128568009': 'D4-33516', + '128569001': 'T-49535', + '128570000': 'D4-31022', + '128572008': 'D4-31032', + '128573003': 'PA-50031', + '128575005': 'PA-50033', + '128576006': 'PA-50034', + '128577002': 'PA-50035', + '128578007': 'PA-50036', + '128579004': 'PA-50037', + '128580001': 'PA-50038', + '128581002': 'PA-50039', + '128582009': 'PA-5003A', + '128583004': 'T-4884A', + '128584005': 'D4-33142', + '128585006': 'T-48503', + '128586007': 'T-32190', + '128587003': 'T-D930A', + '128589000': 'T-44007', + '128591008': 'G-DE02', + '128592001': 'G-DE04', + '128593006': 'G-DE06', + '128594000': 'G-DE08', + '128595004': 'T-32202', + '128617001': 'M-39390', + '128632008': 'M-80463', + '128651002': 'M-82040', + '128696009': 'M-85072', + '128738002': 'M-88250', + '128765009': 'M-89830', + '128947001': 'G-D870', + '128948006': 'G-D872', + '128949003': 'G-D871', + '128950003': 'G-D873', + '128951004': 'G-D874', + '128952006': 'P1-3160A', + '128953001': 'P1-3160B', + '128954007': 'G-7292', + '128955008': 'G-7293', + '128956009': 'G-7294', + '128957000': 'G-7295', + '128958005': 'G-7296', + '128959002': 'G-7297', + '128960007': 'G-7298', + '128961006': 'G-7299', + '128963009': 'P2-71302', + '128964003': 'P2-71304', + '128965002': 'P2-71306', + '128966001': 'P2-71308', + '128967005': 'P2-71310', + '128968000': 'P2-71312', + '128969008': 'P2-71314', + '128970009': 'P2-71316', + '128971008': 'P2-71318', + '128974000': 'F-01602', + '128975004': 'F-01604', + '128976003': 'F-01606', + '128977007': 'F-01608', + '128979005': 'T-45416', + '128981007': 'A-00203', + '129082007': 'G-729A', + '129083002': 'G-729B', + '129085009': 'G-72BB', + '129086005': 'G-729C', + '129087001': 'G-729D', + '129088006': 'G-729E', + '129089003': 'G-729F', + '129090007': 'G-7304', + '129091006': 'G-7305', + '129092004': 'G-7406', + '129093009': 'G-7408', + '129095002': 'P2-7131A', + '129096001': 'P2-7131B', + '129097005': 'P2-7131C', + '129098000': 'P2-7131D', + '129099008': 'P2-7131E', + '129100000': 'P2-7131F', + '129101001': 'P2-713A0', + '129102008': 'P2-713A1', + '129113006': 'A-28051', + '129226004': 'G-D065', + '129379006': 'P0-02125', + '129380009': 'P0-02126', + '129411004': 'P0-02160', + '129428001': 'P0-02179', + '129460009': 'A-10042', + '129463006': 'A-1016B', + '129467007': 'A-16016', + '129499001': 'C-B1033', + '129500005': 'C-B1034', + '129501009': 'C-B1032', + '129502002': 'C-B1036', + '129503007': 'C-B1037', + '129504001': 'C-B1038', + '129505000': 'C-B1039', + '129506004': 'C-B103A', + '129507008': 'C-B103B', + '129508003': 'C-B103C', + '129509006': 'C-B103D', + '129510001': 'C-B103E', + '129511002': 'C-B103F', + '129512009': 'C-B1042', + '129513004': 'C-B1043', + '129514005': 'C-B1044', + '129515006': 'C-B1045', + '129516007': 'C-B1046', + '129517003': 'C-B1047', + '129715009': 'F-01710', + '129716005': 'F-01711', + '129717001': 'F-01712', + '129718006': 'F-01713', + '129719003': 'F-01714', + '129720009': 'F-01720', + '129721008': 'F-01721', + '129722001': 'F-01722', + '129723006': 'F-01723', + '129726003': 'F-01726', + '129727007': 'F-01727', + '129728002': 'F-01728', + '129729005': 'F-01729', + '129730000': 'F-0172A', + '129731001': 'F-0172B', + '129737002': 'F-01740', + '129738007': 'F-01741', + '129739004': 'F-01742', + '129740002': 'F-01743', + '129741003': 'F-01744', + '129742005': 'F-01745', + '129744006': 'F-01751', + '129745007': 'F-01752', + '129746008': 'F-01753', + '129747004': 'F-01754', + '129748009': 'F-01760', + '129749001': 'F-01761', + '129750001': 'F-01762', + '129751002': 'F-01763', + '129752009': 'F-01764', + '129753004': 'F-01765', + '129754005': 'F-01766', + '129755006': 'F-01767', + '129756007': 'F-01768', + '129757003': 'F-01769', + '129758008': 'F-0176A', + '129759000': 'F-0176B', + '129760005': 'F-0176C', + '129761009': 'F-0176D', + '129762002': 'F-0176E', + '129763007': 'F-0176F', + '129764001': 'F-01770', + '129765000': 'F-01771', + '129766004': 'F-01772', + '129767008': 'F-01773', + '129768003': 'F-01774', + '129769006': 'F-01775', + '129770007': 'F-01776', + '129772004': 'F-01781', + '129773009': 'F-01782', + '129774003': 'F-01783', + '129775002': 'F-01784', + '129776001': 'F-01785', + '129777005': 'F-01786', + '129778000': 'F-01787', + '129779008': 'F-01788', + '129780006': 'F-01789', + '129781005': 'F-0178A', + '129782003': 'F-0178B', + '129783008': 'F-0178C', + '129784002': 'F-0178D', + '129785001': 'F-0178E', + '129786000': 'F-0178F', + '129788004': 'F-01791', + '129789007': 'F-01792', + '129790003': 'F-01793', + '129791004': 'F-01794', + '129792006': 'F-01795', + '129793001': 'F-01796', + '129794007': 'F-01797', + '129795008': 'F-01798', + '129796009': 'F-01799', + '129797000': 'F-0179A', + '129806009': 'F-017B1', + '129807000': 'F-017B2', + '129808005': 'F-017B3', + '129809002': 'F-017B4', + '129810007': 'F-017B5', + '129811006': 'F-017B6', + '129812004': 'F-017B7', + '129813009': 'F-017B8', + '130963002': 'F-8A063', + '131183008': 'G-A15A', + '131184002': 'G-A16A', + '131185001': 'G-A18A', + '131186000': 'G-A18B', + '131187009': 'G-A193', + '131188004': 'G-A194', + '131189007': 'G-A195', + '131190003': 'G-A196', + '131191004': 'G-A197', + '131192006': 'G-A198', + '131197000': 'G-D785', + '131426006': 'L-80121', + '131427002': 'L-80122', + '131428007': 'L-80123', + '131429004': 'L-80124', + '131430009': 'L-80125', + '131431008': 'L-80126', + '131432001': 'L-80127', + '131433006': 'L-80128', + '131434000': 'L-80129', + '131435004': 'L-8012A', + '131436003': 'L-8012B', + '131437007': 'L-8012C', + '131438002': 'L-8012E', + '131439005': 'L-8012F', + '131440007': 'L-80138', + '131441006': 'L-8013A', + '131442004': 'L-8013B', + '131443009': 'L-8013C', + '131444003': 'L-8013D', + '131445002': 'L-8013E', + '131446001': 'L-8013F', + '131447005': 'L-8014C', + '131448000': 'L-8014D', + '131449008': 'L-8014E', + '131450008': 'L-8014F', + '131451007': 'L-8015A', + '131452000': 'L-8015B', + '131453005': 'L-8015C', + '131454004': 'L-8015D', + '131455003': 'L-8015E', + '131456002': 'L-8015F', + '131457006': 'L-80161', + '131458001': 'L-80162', + '131459009': 'L-80163', + '131460004': 'L-80164', + '131461000': 'L-80165', + '131462007': 'L-80166', + '131463002': 'L-80167', + '131464008': 'L-80168', + '131465009': 'L-80169', + '131466005': 'L-8016A', + '131467001': 'L-8016B', + '131468006': 'L-8016C', + '131469003': 'L-8016D', + '131470002': 'L-8016E', + '131471003': 'L-8016F', + '131472005': 'L-80177', + '131473000': 'L-80178', + '131474006': 'L-80179', + '131475007': 'L-8017A', + '131476008': 'L-8017B', + '131477004': 'L-8017C', + '131478009': 'L-8017D', + '131479001': 'L-8017E', + '131480003': 'L-8017F', + '131481004': 'L-80180', + '131482006': 'L-80181', + '131483001': 'L-80182', + '131484007': 'L-80183', + '131485008': 'L-80184', + '131486009': 'L-80185', + '131487000': 'L-80186', + '131488005': 'L-80187', + '131489002': 'L-80188', + '131490006': 'L-80189', + '131491005': 'L-8018A', + '131492003': 'L-8018B', + '131493008': 'L-8018C', + '131494002': 'L-8018D', + '131495001': 'L-8018E', + '131496000': 'L-8018F', + '131497009': 'L-80190', + '131498004': 'L-80191', + '131499007': 'L-80192', + '131500003': 'L-80193', + '131501004': 'L-80194', + '131502006': 'L-80195', + '131503001': 'L-80196', + '131504007': 'L-80197', + '131505008': 'L-80198', + '131506009': 'L-80199', + '131507000': 'L-8019A', + '131508005': 'L-8019B', + '131509002': 'L-8019C', + '131510007': 'L-8019D', + '131511006': 'L-8019E', + '131512004': 'L-8019F', + '131513009': 'L-801A0', + '131514003': 'L-801A1', + '131515002': 'L-801A2', + '131516001': 'L-801A3', + '131517005': 'L-801A4', + '131518000': 'L-801A5', + '131519008': 'L-801A6', + '131520002': 'L-801A7', + '131521003': 'L-801A8', + '131522005': 'L-801A9', + '131523000': 'L-801AA', + '131524006': 'L-801AB', + '131525007': 'L-801AC', + '131526008': 'L-801AD', + '131527004': 'L-801AE', + '131528009': 'L-801AF', + '131529001': 'L-801B0', + '131530006': 'L-801B1', + '131531005': 'L-801B2', + '131532003': 'L-801B3', + '131533008': 'L-801B4', + '131534002': 'L-801B5', + '131535001': 'L-801B6', + '131536000': 'L-801B7', + '131537009': 'L-801B8', + '131538004': 'L-801B9', + '131539007': 'L-801BA', + '131540009': 'L-801BB', + '131541008': 'L-801BC', + '131542001': 'L-801BD', + '131543006': 'L-801BE', + '131544000': 'L-801BF', + '131545004': 'L-801C0', + '131546003': 'L-801C1', + '131547007': 'L-801C2', + '131548002': 'L-801C3', + '131549005': 'L-801C4', + '131550005': 'L-801C5', + '131551009': 'L-801C6', + '131552002': 'L-801C7', + '131553007': 'L-801C8', + '131554001': 'L-801C9', + '131555000': 'L-801CA', + '131556004': 'L-801CB', + '131557008': 'L-801CC', + '131558003': 'L-801CD', + '131559006': 'L-801CE', + '131560001': 'L-801CF', + '131561002': 'L-801D0', + '131562009': 'L-801D1', + '131563004': 'L-801D2', + '131564005': 'L-801D3', + '131565006': 'L-801D4', + '131566007': 'L-801D5', + '131567003': 'L-801D6', + '131568008': 'L-801D7', + '131569000': 'L-801D8', + '131570004': 'L-801D9', + '131571000': 'L-801DA', + '131572007': 'L-801DB', + '131573002': 'L-801DC', + '131574008': 'L-801DD', + '131575009': 'L-801DE', + '131576005': 'L-801DF', + '131577001': 'L-801E0', + '131578006': 'L-801E1', + '131579003': 'L-801E2', + '131580000': 'L-801E3', + '131581001': 'L-801E4', + '131582008': 'L-801E5', + '131583003': 'L-801E6', + '131584009': 'L-801E7', + '131585005': 'L-801EA', + '131586006': 'L-801EB', + '131587002': 'L-801EC', + '131588007': 'L-801ED', + '131589004': 'L-801EE', + '131590008': 'L-801EF', + '131591007': 'L-801F0', + '131592000': 'L-801F1', + '131593005': 'L-801F2', + '131594004': 'L-801F3', + '131595003': 'L-801F4', + '131596002': 'L-801F5', + '131597006': 'L-801F6', + '131598001': 'L-801F7', + '131599009': 'L-801F8', + '131600007': 'L-801F9', + '131601006': 'L-801FA', + '131602004': 'L-801FB', + '131603009': 'L-801FC', + '131604003': 'L-801FD', + '131605002': 'L-801FE', + '131606001': 'L-801FF', + '131607005': 'L-80217', + '131608000': 'L-80218', + '131609008': 'L-80219', + '131610003': 'L-8021A', + '131611004': 'L-8021B', + '131612006': 'L-8021C', + '131613001': 'L-8021D', + '131614007': 'L-8021E', + '131615008': 'L-8021F', + '131616009': 'L-80220', + '131617000': 'L-80221', + '131618005': 'L-80222', + '131619002': 'L-80223', + '131620008': 'L-80224', + '131621007': 'L-80225', + '131622000': 'L-80226', + '131623005': 'L-80227', + '131624004': 'L-80228', + '131625003': 'L-80229', + '131626002': 'L-8022A', + '131627006': 'L-8022B', + '131628001': 'L-8022C', + '131629009': 'L-8022D', + '131630004': 'L-8022E', + '131631000': 'L-80230', + '131632007': 'L-80231', + '131633002': 'L-80232', + '131634008': 'L-80233', + '131635009': 'L-80234', + '131636005': 'L-80235', + '131637001': 'L-80236', + '131638006': 'L-80237', + '131639003': 'L-80238', + '131640001': 'L-80239', + '131641002': 'L-80240', + '131642009': 'L-80241', + '131643004': 'L-80242', + '131644005': 'L-80243', + '131645006': 'L-80244', + '131646007': 'L-80245', + '131647003': 'L-80246', + '131648008': 'L-80247', + '131649000': 'L-80248', + '131650000': 'L-80249', + '131651001': 'L-80250', + '131652008': 'L-80251', + '131653003': 'L-80252', + '131654009': 'L-80253', + '131655005': 'L-80254', + '131656006': 'L-80255', + '131657002': 'L-80256', + '131658007': 'L-80257', + '131659004': 'L-80258', + '131660009': 'L-80259', + '131661008': 'L-80260', + '131662001': 'L-80261', + '131663006': 'L-80263', + '131664000': 'L-80265', + '131665004': 'L-80266', + '131666003': 'L-80267', + '131667007': 'L-80268', + '131668002': 'L-80269', + '131669005': 'L-80270', + '131670006': 'L-80271', + '131671005': 'L-80272', + '131672003': 'L-80273', + '131673008': 'L-80274', + '131674002': 'L-80275', + '131675001': 'L-80276', + '131676000': 'L-80277', + '131677009': 'L-80278', + '131678004': 'L-80279', + '131679007': 'L-80280', + '131680005': 'L-80281', + '131681009': 'L-80282', + '131682002': 'L-80283', + '131683007': 'L-80284', + '131684001': 'L-80285', + '131685000': 'L-80286', + '131686004': 'L-80287', + '131687008': 'L-80288', + '131688003': 'L-80289', + '131689006': 'L-80290', + '131690002': 'L-80291', + '131691003': 'L-80292', + '131692005': 'L-80293', + '131693000': 'L-80294', + '131694006': 'L-80295', + '131695007': 'L-80296', + '131696008': 'L-80297', + '131697004': 'L-80298', + '131698009': 'L-80299', + '131699001': 'L-8031A', + '131700000': 'L-8031B', + '131701001': 'L-8031C', + '131702008': 'L-8031D', + '131703003': 'L-8031E', + '131704009': 'L-8031F', + '131705005': 'L-8032A', + '131706006': 'L-8032B', + '131707002': 'L-8032C', + '131708007': 'L-8032D', + '131709004': 'L-8032E', + '131710009': 'L-8032F', + '131711008': 'L-8033A', + '131712001': 'L-8033B', + '131713006': 'L-8033C', + '131714000': 'L-8033D', + '131715004': 'L-8033E', + '131716003': 'L-8033F', + '131717007': 'L-8034A', + '131718002': 'L-8034B', + '131719005': 'L-8034C', + '131720004': 'L-8034D', + '131721000': 'L-8034E', + '131722007': 'L-8034F', + '131723002': 'L-80351', + '131724008': 'L-80352', + '131725009': 'L-80353', + '131726005': 'L-80354', + '131727001': 'L-80355', + '131728006': 'L-80356', + '131729003': 'L-80357', + '131730008': 'L-80358', + '131731007': 'L-80359', + '131732000': 'L-8035A', + '131733005': 'L-8035B', + '131734004': 'L-8035C', + '131735003': 'L-8035D', + '131736002': 'L-8035E', + '131737006': 'L-8035F', + '131738001': 'L-80360', + '131739009': 'L-80361', + '131740006': 'L-80362', + '131741005': 'L-80363', + '131742003': 'L-80364', + '131743008': 'L-80365', + '131744002': 'L-80366', + '131745001': 'L-80367', + '131746000': 'L-80368', + '131747009': 'L-80369', + '131748004': 'L-8036A', + '131749007': 'L-8036B', + '131750007': 'L-8036C', + '131751006': 'L-8036D', + '131752004': 'L-8036E', + '131753009': 'L-8036F', + '131754003': 'L-80370', + '131755002': 'L-80371', + '131756001': 'L-80372', + '131757005': 'L-80373', + '131758000': 'L-80374', + '131759008': 'L-80375', + '131760003': 'L-80376', + '131761004': 'L-80377', + '131762006': 'L-80378', + '131763001': 'L-80379', + '131764007': 'L-8037A', + '131765008': 'L-8037B', + '131766009': 'L-8037C', + '131767000': 'L-8037D', + '131768005': 'L-8037E', + '131769002': 'L-8037F', + '131770001': 'L-80380', + '131771002': 'L-80381', + '131772009': 'L-80382', + '131773004': 'L-80383', + '131774005': 'L-80384', + '131775006': 'L-80385', + '131776007': 'L-80386', + '131777003': 'L-80387', + '131778008': 'L-80388', + '131779000': 'L-80389', + '131780002': 'L-8038A', + '131781003': 'L-8038B', + '131782005': 'L-8038C', + '131783000': 'L-8038D', + '131784006': 'L-8038E', + '131785007': 'L-8038F', + '131786008': 'L-80390', + '131787004': 'L-80391', + '131788009': 'L-80392', + '131789001': 'L-80393', + '131790005': 'L-80394', + '131791009': 'L-80395', + '131792002': 'L-80396', + '131793007': 'L-80397', + '131794001': 'L-80398', + '131795000': 'L-80399', + '131796004': 'L-8039A', + '131797008': 'L-8039B', + '131798003': 'L-8039C', + '131799006': 'L-8039D', + '131800005': 'L-8039E', + '131801009': 'L-8039F', + '131802002': 'L-80403', + '131803007': 'L-80404', + '131804001': 'L-8040A', + '131805000': 'L-8040B', + '131806004': 'L-8040C', + '131807008': 'L-8040D', + '131808003': 'L-8040E', + '131809006': 'L-8040F', + '131816007': 'L-80420', + '131819000': 'L-8042D', + '131822003': 'L-80432', + '131823008': 'L-80434', + '131830002': 'L-80441', + '131831003': 'L-80442', + '131832005': 'L-80443', + '131833000': 'L-80444', + '131834006': 'L-80445', + '131835007': 'L-80446', + '131836008': 'L-80447', + '131837004': 'L-80448', + '131838009': 'L-80449', + '131851004': 'L-80466', + '131852006': 'L-80467', + '131853001': 'L-80468', + '131854007': 'L-80469', + '131861006': 'L-80470', + '131862004': 'L-80471', + '131863009': 'L-80472', + '131864003': 'L-80473', + '131865002': 'L-80474', + '131866001': 'L-80475', + '131867005': 'L-80476', + '131868000': 'L-80477', + '131869008': 'L-80478', + '131870009': 'L-80479', + '131871008': 'L-8047A', + '131872001': 'L-8047B', + '131873006': 'L-8047C', + '131874000': 'L-8047D', + '131875004': 'L-8047E', + '131876003': 'L-8047F', + '131877007': 'L-80480', + '131878002': 'L-80481', + '131879005': 'L-80482', + '131880008': 'L-80483', + '131881007': 'L-80484', + '131882000': 'L-80485', + '131883005': 'L-80486', + '131884004': 'L-80487', + '131885003': 'L-80488', + '131886002': 'L-80489', + '131887006': 'L-8048A', + '131888001': 'L-8048B', + '131889009': 'L-8048C', + '131890000': 'L-8048D', + '131891001': 'L-8048E', + '131892008': 'L-8048F', + '131893003': 'L-80490', + '131894009': 'L-80491', + '131895005': 'L-80492', + '131896006': 'L-80493', + '131897002': 'L-80494', + '131898007': 'L-80496', + '131899004': 'L-80497', + '131900009': 'L-80498', + '131901008': 'L-80499', + '131902001': 'L-8049A', + '131903006': 'L-8049B', + '131904000': 'L-8049C', + '131905004': 'L-8049D', + '131906003': 'L-8049E', + '131907007': 'L-8049F', + '131908002': 'L-804A1', + '131909005': 'L-804A2', + '131910000': 'L-804A3', + '131911001': 'L-804A4', + '131912008': 'L-804A5', + '131913003': 'L-804A6', + '131914009': 'L-804A7', + '131915005': 'L-804A8', + '131916006': 'L-804A9', + '131917002': 'L-804AA', + '131919004': 'L-804AC', + '131920005': 'L-804AD', + '131921009': 'L-804AE', + '131922002': 'L-804AF', + '131923007': 'L-804B1', + '131924001': 'L-804B2', + '131925000': 'L-804B3', + '131926004': 'L-804B4', + '131927008': 'L-804B5', + '131928003': 'L-804B6', + '131929006': 'L-804B7', + '131930001': 'L-804B8', + '131931002': 'L-804B9', + '131932009': 'L-804BA', + '131933004': 'L-804BB', + '131934005': 'L-804BC', + '131935006': 'L-804BD', + '131936007': 'L-804BE', + '131937003': 'L-804BF', + '131938008': 'L-804C1', + '131939000': 'L-804C2', + '131940003': 'L-804C3', + '131941004': 'L-804C4', + '131942006': 'L-804C5', + '131943001': 'L-804C6', + '131944007': 'L-804C7', + '131945008': 'L-804C8', + '131946009': 'L-804C9', + '131947000': 'L-804CA', + '131948005': 'L-804CB', + '131949002': 'L-804CC', + '131950002': 'L-804CD', + '131951003': 'L-804CE', + '131952005': 'L-804CF', + '131953000': 'L-804D1', + '131954006': 'L-804D2', + '131955007': 'L-804D3', + '131956008': 'L-804D4', + '131957004': 'L-804D5', + '131958009': 'L-804D6', + '131959001': 'L-804D7', + '131960006': 'L-804D9', + '131961005': 'L-804DA', + '131962003': 'L-804DB', + '131963008': 'L-804DC', + '131964002': 'L-804DE', + '131965001': 'L-804DF', + '131966000': 'L-804E1', + '131967009': 'L-804E2', + '131968004': 'L-804E3', + '131969007': 'L-804E4', + '131970008': 'L-804E5', + '131971007': 'L-804E6', + '131972000': 'L-804E7', + '131973005': 'L-804E8', + '131974004': 'L-804E9', + '131975003': 'L-804EA', + '131976002': 'L-804EB', + '131977006': 'L-804EC', + '131978001': 'L-804ED', + '131979009': 'L-804EE', + '131980007': 'L-804EF', + '131981006': 'L-804F1', + '131982004': 'L-804F2', + '131983009': 'L-804F3', + '131984003': 'L-804F4', + '131985002': 'L-804F5', + '131986001': 'L-804F6', + '131987005': 'L-804F7', + '131988000': 'L-804F8', + '131989008': 'L-804F9', + '131990004': 'L-804FA', + '131991000': 'L-804FB', + '131992007': 'L-804FC', + '131993002': 'L-804FE', + '131994008': 'L-804FF', + '131998006': 'L-80504', + '132009005': 'L-80542', + '132010000': 'L-80543', + '132011001': 'L-80544', + '132012008': 'L-80545', + '132013003': 'L-80546', + '132014009': 'L-80547', + '132015005': 'L-80548', + '132016006': 'L-80549', + '132017002': 'L-8054A', + '132018007': 'L-8054B', + '132019004': 'L-8054C', + '132020005': 'L-8054D', + '132021009': 'L-8054E', + '132022002': 'L-8054F', + '132023007': 'L-80555', + '132024001': 'L-80556', + '132025000': 'L-80557', + '132026004': 'L-80558', + '132027008': 'L-80559', + '132028003': 'L-8055A', + '132029006': 'L-8055B', + '132030001': 'L-8055C', + '132031002': 'L-8055D', + '132032009': 'L-8055E', + '132033004': 'L-8055F', + '132034005': 'L-8056A', + '132035006': 'L-8056B', + '132036007': 'L-8056C', + '132037003': 'L-8056D', + '132038008': 'L-8056E', + '132039000': 'L-8056F', + '132040003': 'L-8057B', + '132041004': 'L-8057C', + '132042006': 'L-8057D', + '132043001': 'L-8057E', + '132044007': 'L-8057F', + '132045008': 'L-80583', + '132046009': 'L-80584', + '132047000': 'L-80585', + '132048005': 'L-80586', + '132049002': 'L-80587', + '132050002': 'L-80588', + '132051003': 'L-80589', + '132052005': 'L-8058A', + '132053000': 'L-8058B', + '132054006': 'L-8058C', + '132055007': 'L-8058D', + '132056008': 'L-8058E', + '132057004': 'L-8058F', + '132058009': 'L-80595', + '132059001': 'L-80596', + '132060006': 'L-80597', + '132061005': 'L-80598', + '132062003': 'L-80599', + '132063008': 'L-8059A', + '132064002': 'L-8059B', + '132065001': 'L-8059C', + '132066000': 'L-8059D', + '132067009': 'L-8059E', + '132068004': 'L-8059F', + '132069007': 'L-805A1', + '132070008': 'L-805A2', + '132071007': 'L-805A3', + '132072000': 'L-805A4', + '132073005': 'L-805A5', + '132074004': 'L-805A6', + '132075003': 'L-805A7', + '132076002': 'L-805A8', + '132077006': 'L-805A9', + '132078001': 'L-805AA', + '132079009': 'L-805AB', + '132080007': 'L-805AC', + '132081006': 'L-805AD', + '132082004': 'L-805AE', + '132083009': 'L-805AF', + '132084003': 'L-805B1', + '132085002': 'L-805B2', + '132086001': 'L-805B3', + '132087005': 'L-805B4', + '132088000': 'L-805B5', + '132089008': 'L-805B6', + '132090004': 'L-805B7', + '132091000': 'L-805B8', + '132092007': 'L-805B9', + '132093002': 'L-805BA', + '132094008': 'L-805BB', + '132095009': 'L-805BC', + '132096005': 'L-805BD', + '132097001': 'L-805BE', + '132098006': 'L-805BF', + '132099003': 'L-805C1', + '132100006': 'L-805C2', + '132101005': 'L-805C3', + '132102003': 'L-805C4', + '132103008': 'L-805C5', + '132104002': 'L-805C6', + '132105001': 'L-805C7', + '132106000': 'L-805C8', + '132107009': 'L-805C9', + '132108004': 'L-805CA', + '132109007': 'L-805CB', + '132110002': 'L-805CC', + '132111003': 'L-805CD', + '132112005': 'L-805CE', + '132113000': 'L-805CF', + '132114006': 'L-805D0', + '132115007': 'L-805D1', + '132116008': 'L-805D2', + '132117004': 'L-805D3', + '132118009': 'L-805D4', + '132119001': 'L-805D5', + '132120007': 'L-805D6', + '132121006': 'L-805D7', + '132122004': 'L-805D8', + '132123009': 'L-805D9', + '132124003': 'L-805DA', + '132125002': 'L-805DB', + '132126001': 'L-805DC', + '132127005': 'L-805DD', + '132128000': 'L-805DE', + '132129008': 'L-805DF', + '132130003': 'L-805E1', + '132131004': 'L-805E2', + '132132006': 'L-805E3', + '132133001': 'L-805E4', + '132134007': 'L-805E5', + '132135008': 'L-805E6', + '132136009': 'L-805E7', + '132137000': 'L-805E8', + '132138005': 'L-805E9', + '132139002': 'L-805EB', + '132140000': 'L-805EC', + '132141001': 'L-805ED', + '132142008': 'L-805EE', + '132143003': 'L-805EF', + '132144009': 'L-805F1', + '132145005': 'L-805F2', + '132146006': 'L-805F3', + '132147002': 'L-805F4', + '132148007': 'L-805F5', + '132149004': 'L-805F6', + '132150004': 'L-805F7', + '132151000': 'L-805F8', + '132152007': 'L-805F9', + '132153002': 'L-805FA', + '132154008': 'L-805FB', + '132155009': 'L-805FC', + '132156005': 'L-805FD', + '132157001': 'L-805FE', + '132158006': 'L-805FF', + '132159003': 'L-8060A', + '132160008': 'L-8060B', + '132161007': 'L-8060C', + '132162000': 'L-8060D', + '132163005': 'L-8060E', + '132164004': 'L-8060F', + '132165003': 'L-80613', + '132166002': 'L-80614', + '132167006': 'L-80615', + '132168001': 'L-80616', + '132169009': 'L-80617', + '132170005': 'L-80618', + '132171009': 'L-80619', + '132173007': 'L-8061B', + '132174001': 'L-8061C', + '132175000': 'L-8061D', + '132176004': 'L-8061E', + '132178003': 'L-80623', + '132179006': 'L-80624', + '132180009': 'L-80625', + '132181008': 'L-80626', + '132182001': 'L-80627', + '132183006': 'L-80628', + '132184000': 'L-80629', + '132185004': 'L-8062A', + '132186003': 'L-8062B', + '132187007': 'L-8062C', + '132188002': 'L-8062D', + '132189005': 'L-8062E', + '132190001': 'L-8062F', + '132191002': 'L-80634', + '132192009': 'L-80635', + '132193004': 'L-80636', + '132194005': 'L-80637', + '132195006': 'L-80638', + '132196007': 'L-80639', + '132197003': 'L-8063A', + '132198008': 'L-8063B', + '132199000': 'L-8063C', + '132200002': 'L-8063D', + '132201003': 'L-8063E', + '132202005': 'L-8063F', + '132203000': 'L-80645', + '132204006': 'L-80646', + '132205007': 'L-80647', + '132206008': 'L-80648', + '132207004': 'L-80649', + '132208009': 'L-8064A', + '132209001': 'L-8064B', + '132210006': 'L-8064C', + '132211005': 'L-8064D', + '132212003': 'L-8064E', + '132213008': 'L-8064F', + '132214002': 'L-8065A', + '132215001': 'L-8065B', + '132216000': 'L-8065C', + '132217009': 'L-8065D', + '132218004': 'L-8065E', + '132219007': 'L-8065F', + '132220001': 'L-80664', + '132221002': 'L-80665', + '132222009': 'L-80666', + '132223004': 'L-80667', + '132224005': 'L-80668', + '132225006': 'L-80669', + '132226007': 'L-8066A', + '132227003': 'L-8066B', + '132228008': 'L-8066C', + '132229000': 'L-8066D', + '132230005': 'L-8066E', + '132231009': 'L-8066F', + '132232002': 'L-80670', + '132233007': 'L-80671', + '132234001': 'L-80672', + '132235000': 'L-80673', + '132236004': 'L-80674', + '132237008': 'L-80675', + '132238003': 'L-80676', + '132239006': 'L-80677', + '132240008': 'L-80678', + '132241007': 'L-80679', + '132242000': 'L-8067A', + '132243005': 'L-8067B', + '132244004': 'L-8067C', + '132245003': 'L-8067D', + '132246002': 'L-8067E', + '132247006': 'L-8067F', + '132248001': 'L-80680', + '132249009': 'L-80681', + '132250009': 'L-80682', + '132251008': 'L-80683', + '132252001': 'L-80684', + '132253006': 'L-80685', + '132254000': 'L-80686', + '132255004': 'L-80687', + '132256003': 'L-80688', + '132257007': 'L-80689', + '132258002': 'L-8068A', + '132259005': 'L-8068B', + '132260000': 'L-8068C', + '132261001': 'L-8068D', + '132262008': 'L-8068E', + '132263003': 'L-8068F', + '132264009': 'L-80690', + '132265005': 'L-80691', + '132266006': 'L-80692', + '132267002': 'L-80693', + '132268007': 'L-80694', + '132269004': 'L-80695', + '132270003': 'L-80696', + '132271004': 'L-80697', + '132272006': 'L-80698', + '132273001': 'L-80699', + '132274007': 'L-8069A', + '132275008': 'L-8069B', + '132276009': 'L-8069C', + '132277000': 'L-8069D', + '132278005': 'L-8069E', + '132279002': 'L-8069F', + '132280004': 'L-806A1', + '132281000': 'L-806A2', + '132282007': 'L-806A3', + '132283002': 'L-806A4', + '132284008': 'L-806A5', + '132285009': 'L-806A6', + '132286005': 'L-806A7', + '132287001': 'L-806A8', + '132288006': 'L-806A9', + '132289003': 'L-806AA', + '132290007': 'L-806AB', + '132291006': 'L-806AC', + '132292004': 'L-806AD', + '132293009': 'L-806AE', + '132294003': 'L-806AF', + '132295002': 'L-806B1', + '132296001': 'L-806B2', + '132297005': 'L-806B3', + '132298000': 'L-806B4', + '132299008': 'L-806B5', + '132300000': 'L-806B6', + '132301001': 'L-806B7', + '132302008': 'L-806B8', + '132303003': 'L-806B9', + '132304009': 'L-806BA', + '132305005': 'L-806BB', + '132306006': 'L-806BC', + '132307002': 'L-806BD', + '132308007': 'L-806BE', + '132309004': 'L-806BF', + '132310009': 'L-806C1', + '132311008': 'L-806C2', + '132312001': 'L-806C3', + '132313006': 'L-806C4', + '132314000': 'L-806C5', + '132315004': 'L-806C6', + '132316003': 'L-806C7', + '132317007': 'L-806C8', + '132318002': 'L-806C9', + '132319005': 'L-806CA', + '132320004': 'L-806CB', + '132321000': 'L-806CC', + '132322007': 'L-806CD', + '132323002': 'L-806CE', + '132324008': 'L-806CF', + '132325009': 'L-806D1', + '132326005': 'L-806D2', + '132327001': 'L-806D3', + '132328006': 'L-806D4', + '132329003': 'L-806D5', + '132330008': 'L-806D6', + '132331007': 'L-806D7', + '132332000': 'L-806D8', + '132333005': 'L-806D9', + '132334004': 'L-806DA', + '132335003': 'L-806DB', + '132336002': 'L-806DC', + '132337006': 'L-806DD', + '132338001': 'L-806DE', + '132339009': 'L-806DF', + '132340006': 'L-806E1', + '132341005': 'L-806E2', + '132342003': 'L-806E3', + '132343008': 'L-806E4', + '132344002': 'L-806E5', + '132345001': 'L-806E6', + '132346000': 'L-806E7', + '132347009': 'L-806E8', + '132348004': 'L-806E9', + '132349007': 'L-806EA', + '132350007': 'L-806EB', + '132351006': 'L-806EC', + '132352004': 'L-806ED', + '132353009': 'L-806EE', + '132354003': 'L-806EF', + '132355002': 'L-806F1', + '132356001': 'L-806F2', + '132357005': 'L-806F3', + '132358000': 'L-806F4', + '132359008': 'L-806F5', + '132360003': 'L-806F6', + '132361004': 'L-806F8', + '132362006': 'L-806F9', + '132363001': 'L-806FA', + '132364007': 'L-806FB', + '132365008': 'L-806FC', + '132366009': 'L-806FD', + '132367000': 'L-806FE', + '132368005': 'L-806FF', + '132369002': 'L-8077A', + '132371002': 'L-807E2', + '132372009': 'L-807E3', + '132373004': 'L-807E4', + '132374005': 'L-807E5', + '132376007': 'L-807E7', + '132377003': 'L-807E8', + '132378008': 'L-807E9', + '132379000': 'L-807EA', + '132380002': 'L-807EB', + '132381003': 'L-807EC', + '132382005': 'L-807ED', + '132383000': 'L-807EE', + '132384006': 'L-807EF', + '132385007': 'L-807F1', + '132386008': 'L-807F2', + '132387004': 'L-808A1', + '132388009': 'L-808A2', + '132389001': 'L-808A3', + '132390005': 'L-808A4', + '132391009': 'L-808A5', + '132392002': 'L-808A6', + '132393007': 'L-808A7', + '132394001': 'L-808A8', + '132395000': 'L-808A9', + '132396004': 'L-808AA', + '132397008': 'L-808AB', + '132398003': 'L-808AC', + '132399006': 'L-808AD', + '132400004': 'L-808AE', + '132401000': 'L-808AF', + '132402007': 'L-808B1', + '132403002': 'L-808B2', + '132404008': 'L-808B3', + '132405009': 'L-808B4', + '132406005': 'L-808B5', + '132407001': 'L-808B6', + '132408006': 'L-808B7', + '132409003': 'L-808B8', + '132410008': 'L-808B9', + '132411007': 'L-808BA', + '132412000': 'L-808BB', + '132413005': 'L-808BC', + '132414004': 'L-808BD', + '132415003': 'L-808BE', + '132416002': 'L-808BF', + '132417006': 'L-808C1', + '132418001': 'L-808C2', + '132419009': 'L-808C3', + '132420003': 'L-808C4', + '132421004': 'L-808C5', + '132422006': 'L-808C6', + '132423001': 'L-808C7', + '132424007': 'L-808C8', + '132426009': 'L-808CA', + '132427000': 'L-808CB', + '132428005': 'L-808CC', + '132429002': 'L-808CD', + '132430007': 'L-808CE', + '132431006': 'L-808CF', + '132432004': 'L-808D1', + '132433009': 'L-808D2', + '132434003': 'L-808D3', + '132435002': 'L-808D4', + '132436001': 'L-808D5', + '132437005': 'L-808D6', + '132438000': 'L-808D7', + '132439008': 'L-808D8', + '132440005': 'L-808D9', + '132441009': 'L-808DA', + '132442002': 'L-808DB', + '132443007': 'L-808DC', + '132444001': 'L-808DD', + '132445000': 'L-808DE', + '132446004': 'L-808DF', + '132447008': 'L-808E1', + '132448003': 'L-808E2', + '132449006': 'L-808E3', + '132450006': 'L-808E4', + '132451005': 'L-808E5', + '132452003': 'L-808E6', + '132453008': 'L-808E7', + '132454002': 'L-808E8', + '132455001': 'L-808E9', + '132456000': 'L-808EA', + '132457009': 'L-808EB', + '132458004': 'L-808EC', + '132459007': 'L-808ED', + '132460002': 'L-808EE', + '132461003': 'L-808EF', + '132462005': 'L-808F1', + '132463000': 'L-808F2', + '132464006': 'L-808F3', + '132465007': 'L-808F4', + '132466008': 'L-808F5', + '132467004': 'L-808F6', + '132468009': 'L-808F8', + '132469001': 'L-808F9', + '132470000': 'L-808FA', + '132471001': 'L-808FB', + '132472008': 'L-808FC', + '132473003': 'L-808FD', + '132474009': 'L-808FE', + '132475005': 'L-808FF', + '132476006': 'L-80916', + '132477002': 'L-80917', + '132478007': 'L-80918', + '132479004': 'L-80919', + '132480001': 'L-80920', + '132481002': 'L-80921', + '132482009': 'L-80922', + '132483004': 'L-80923', + '132484005': 'L-80924', + '132485006': 'L-80925', + '132486007': 'L-80926', + '132487003': 'L-80927', + '132488008': 'L-80928', + '132489000': 'L-80929', + '132490009': 'L-80930', + '132491008': 'L-80931', + '132492001': 'L-80932', + '132493006': 'L-80933', + '132494000': 'L-80934', + '132495004': 'L-80935', + '132496003': 'L-80936', + '132497007': 'L-80937', + '132498002': 'L-80938', + '132499005': 'L-80939', + '132500001': 'L-80940', + '132501002': 'L-80941', + '132502009': 'L-80942', + '132503004': 'L-80943', + '132504005': 'L-80944', + '132505006': 'L-80945', + '132506007': 'L-80946', + '132507003': 'L-80947', + '132508008': 'L-80948', + '132509000': 'L-80949', + '132510005': 'L-80950', + '132511009': 'L-80951', + '132512002': 'L-80952', + '132513007': 'L-80953', + '132514001': 'L-80954', + '132515000': 'L-80955', + '132516004': 'L-80956', + '132517008': 'L-80957', + '132518003': 'L-80958', + '132519006': 'L-80959', + '132520000': 'L-80960', + '132521001': 'L-80961', + '132522008': 'L-80962', + '132523003': 'L-80963', + '132524009': 'L-80964', + '132525005': 'L-80965', + '132526006': 'L-80966', + '132527002': 'L-80967', + '132528007': 'L-80968', + '132529004': 'L-80969', + '132530009': 'L-80970', + '132531008': 'L-80971', + '132532001': 'L-80972', + '132533006': 'L-80973', + '132534000': 'L-80974', + '132535004': 'L-80975', + '132536003': 'L-80976', + '132537007': 'L-80977', + '132538002': 'L-80978', + '132539005': 'L-80979', + '132540007': 'L-80980', + '132541006': 'L-80981', + '132542004': 'L-80982', + '132543009': 'L-80983', + '132544003': 'L-80984', + '132545002': 'L-80985', + '132546001': 'L-80986', + '132547005': 'L-80987', + '132548000': 'L-80988', + '132549008': 'L-80989', + '132550008': 'L-80990', + '132551007': 'L-80991', + '132552000': 'L-80992', + '132553005': 'L-80993', + '132554004': 'L-80994', + '132555003': 'L-80995', + '132556002': 'L-80996', + '132557006': 'L-80997', + '132558001': 'L-80998', + '132559009': 'L-80999', + '132560004': 'L-809A1', + '132561000': 'L-809A2', + '132562007': 'L-809A3', + '132563002': 'L-809A4', + '132564008': 'L-809A5', + '132565009': 'L-809A6', + '132566005': 'L-809A7', + '132567001': 'L-809A8', + '132568006': 'L-809A9', + '132569003': 'L-809AA', + '132570002': 'L-809AB', + '132571003': 'L-809AC', + '132572005': 'L-809AD', + '132573000': 'L-809AE', + '132574006': 'L-809AF', + '132575007': 'L-809B1', + '132576008': 'L-809B2', + '132577004': 'L-809B3', + '132578009': 'L-809B4', + '132579001': 'L-809B5', + '132580003': 'L-809B6', + '132581004': 'L-809B7', + '132582006': 'L-809B8', + '132583001': 'L-809B9', + '132584007': 'L-809BA', + '132585008': 'L-809BB', + '132586009': 'L-809BC', + '132587000': 'L-809BD', + '132588005': 'L-809BE', + '132589002': 'L-809BF', + '132590006': 'L-809C1', + '132591005': 'L-809C2', + '132592003': 'L-809C3', + '132593008': 'L-809C4', + '132594002': 'L-809C5', + '132595001': 'L-809C6', + '132596000': 'L-809C7', + '132597009': 'L-809C8', + '132598004': 'L-809C9', + '132599007': 'L-809CA', + '132600005': 'L-809CB', + '132601009': 'L-809CC', + '132602002': 'L-809CD', + '132603007': 'L-809CE', + '132604001': 'L-809CF', + '132605000': 'L-809D1', + '132606004': 'L-809D2', + '132607008': 'L-809D3', + '132608003': 'L-809D4', + '132609006': 'L-809D5', + '132610001': 'L-809D6', + '132611002': 'L-809D7', + '132612009': 'L-809D8', + '132613004': 'L-809D9', + '132614005': 'L-809DA', + '132615006': 'L-809DB', + '132616007': 'L-809DC', + '132617003': 'L-809DD', + '132618008': 'L-809DE', + '132619000': 'L-809DF', + '132620006': 'L-809E1', + '132621005': 'L-809E2', + '132622003': 'L-809E3', + '132623008': 'L-809E4', + '132624002': 'L-809E5', + '132625001': 'L-809E6', + '132626000': 'L-809E7', + '132627009': 'L-809E8', + '132629007': 'L-809EA', + '132630002': 'L-809EB', + '132631003': 'L-809EC', + '132632005': 'L-809ED', + '132633000': 'L-809EE', + '132634006': 'L-809EF', + '132635007': 'L-809F1', + '132636008': 'L-809F2', + '132637004': 'L-809F3', + '132638009': 'L-809F4', + '132639001': 'L-809F5', + '132640004': 'L-809F6', + '132641000': 'L-809F7', + '132642007': 'L-809F8', + '132643002': 'L-809F9', + '132644008': 'L-809FA', + '132645009': 'L-809FB', + '132646005': 'L-809FC', + '132647001': 'L-809FD', + '132648006': 'L-809FE', + '132649003': 'L-809FF', + '132650003': 'L-80A70', + '132651004': 'L-80A71', + '132652006': 'L-80A73', + '132653001': 'L-80A74', + '132654007': 'L-80A75', + '132655008': 'L-80A76', + '132656009': 'L-80A77', + '132657000': 'L-80A78', + '132658005': 'L-80A79', + '132659002': 'L-80A80', + '132660007': 'L-80A81', + '132661006': 'L-80A83', + '132662004': 'L-80A84', + '132663009': 'L-80A85', + '132664003': 'L-80A86', + '132665002': 'L-80A87', + '132666001': 'L-80A88', + '132667005': 'L-80A89', + '132668000': 'L-80A90', + '132669008': 'L-80A91', + '132670009': 'L-80A92', + '132671008': 'L-80A93', + '132672001': 'L-80A94', + '132673006': 'L-80A95', + '132675004': 'L-80A97', + '132676003': 'L-80A99', + '132677007': 'L-80AA1', + '132678002': 'L-80AA2', + '132679005': 'L-80AA3', + '132680008': 'L-80AA4', + '132681007': 'L-80B01', + '132682000': 'L-80B02', + '132684004': 'L-80B04', + '132685003': 'L-80B05', + '132686002': 'L-80B06', + '132687006': 'L-80B07', + '132688001': 'L-80B08', + '132689009': 'L-80B09', + '132690000': 'L-80B10', + '132697002': 'L-80B17', + '132698007': 'L-80B18', + '132699004': 'L-80B19', + '132701004': 'L-80B22', + '132702006': 'L-80B23', + '132703001': 'L-80B24', + '132704007': 'L-80B25', + '132705008': 'L-80B26', + '132706009': 'L-80B27', + '132707000': 'L-80B2A', + '132708005': 'L-80B2B', + '132709002': 'L-80B2C', + '132710007': 'L-80B2D', + '132711006': 'L-80B2E', + '132712004': 'L-80B2F', + '132716001': 'L-80B33', + '132717005': 'L-80B34', + '132718000': 'L-80B35', + '132719008': 'L-80B36', + '132720002': 'L-80B37', + '132721003': 'L-80B38', + '132722005': 'L-80B39', + '132723000': 'L-80B3A', + '132724006': 'L-80B40', + '132731005': 'L-80B47', + '132732003': 'L-80B48', + '132733008': 'L-80B49', + '132734002': 'L-80B4A', + '132735001': 'L-80B4B', + '132736000': 'L-80B50', + '132737009': 'L-80B51', + '132738004': 'L-80B52', + '132739007': 'L-80B53', + '132740009': 'L-80B54', + '132741008': 'L-80B55', + '132742001': 'L-80B56', + '132743006': 'L-80B57', + '132744000': 'L-80B58', + '132745004': 'L-80B59', + '132746003': 'L-80B5A', + '132747007': 'L-80B5B', + '132748002': 'L-80B5C', + '132749005': 'L-80B5D', + '132750005': 'L-80B5E', + '132751009': 'L-80B5F', + '132757008': 'L-80B65', + '132758003': 'L-80B66', + '132759006': 'L-80B67', + '132760001': 'L-80B68', + '132761002': 'L-80B69', + '132762009': 'L-80B6A', + '132763004': 'L-80B6B', + '132764005': 'L-80B6C', + '132765006': 'L-80B6D', + '132766007': 'L-80B6E', + '132767003': 'L-80B6F', + '132768008': 'L-80B70', + '132769000': 'L-80B71', + '132770004': 'L-80B80', + '132771000': 'L-80B81', + '132772007': 'L-80B82', + '132773002': 'L-80B83', + '132774008': 'L-80B84', + '132775009': 'L-80B85', + '132776005': 'L-80B86', + '132777001': 'L-80B87', + '132778006': 'L-80B88', + '132779003': 'L-80B89', + '132780000': 'L-80B8A', + '132781001': 'L-80B8B', + '132782008': 'L-80B8C', + '132783003': 'L-80B8D', + '132784009': 'L-80B8E', + '132785005': 'L-80B8F', + '132786006': 'L-80B90', + '132787002': 'L-80B91', + '132788007': 'L-80B92', + '132789004': 'L-80B93', + '132790008': 'L-80B94', + '132791007': 'L-80B95', + '132792000': 'L-80B96', + '132793005': 'L-80B97', + '132794004': 'L-80B98', + '132795003': 'L-80B99', + '132796002': 'L-80B9A', + '132797006': 'L-80B9B', + '132798001': 'L-80B9C', + '132799009': 'L-80B9D', + '132800008': 'L-80B9E', + '132801007': 'L-80B9F', + '132802000': 'L-80BA1', + '132803005': 'L-80BA2', + '132804004': 'L-80BA3', + '132805003': 'L-80BA4', + '132806002': 'L-80BA5', + '132807006': 'L-80BA6', + '132808001': 'L-80BA7', + '132809009': 'L-80BA8', + '132810004': 'L-80BA9', + '132811000': 'L-80BB1', + '132812007': 'L-80BB2', + '132813002': 'L-80BB3', + '132814008': 'L-80BB4', + '132815009': 'L-80BB5', + '132843000': 'L-80BE6', + '132844006': 'L-80BE7', + '132845007': 'L-80BE8', + '132846008': 'L-80BE9', + '132849001': 'L-80BF6', + '132851002': 'L-80BF8', + '132852009': 'L-80BF9', + '132853004': 'L-80C01', + '132854005': 'L-80C02', + '132855006': 'L-80C22', + '132856007': 'L-80C23', + '132857003': 'L-80C24', + '132858008': 'L-80C25', + '132859000': 'L-80C29', + '132860005': 'L-80C30', + '132861009': 'L-80C31', + '132888004': 'L-86B36', + '132901006': 'L-86B49', + '132951001': 'L-8A111', + '132952008': 'L-8A112', + '132953003': 'L-8A113', + '132954009': 'L-8A115', + '132955005': 'L-8A116', + '132956006': 'L-8A117', + '132957002': 'L-8A118', + '132960009': 'L-8A125', + '132961008': 'L-8A126', + '132962001': 'L-8A127', + '132963006': 'L-8A128', + '132964000': 'L-8A129', + '132965004': 'L-8A12A', + '132966003': 'L-8A12B', + '132967007': 'L-8A12C', + '132968002': 'L-8A12D', + '132969005': 'L-8A12E', + '132970006': 'L-8A12F', + '132971005': 'L-8A130', + '132972003': 'L-8A131', + '132973008': 'L-8A132', + '132974002': 'L-8A133', + '132975001': 'L-8A134', + '132976000': 'L-8A135', + '132977009': 'L-8A136', + '132978004': 'L-8A137', + '132979007': 'L-8A138', + '132980005': 'L-8A139', + '132981009': 'L-8A13A', + '132982002': 'L-8A13B', + '132983007': 'L-8A13C', + '132984001': 'L-8A13D', + '132985000': 'L-8A13E', + '132986004': 'L-8A13F', + '132990002': 'L-8A14A', + '132991003': 'L-8A14B', + '132992005': 'L-8A14C', + '132993000': 'L-8A14D', + '132994006': 'L-8A150', + '132995007': 'L-8A151', + '132996008': 'L-8A152', + '132997004': 'L-8A153', + '132998009': 'L-8A154', + '132999001': 'L-8A155', + '133000000': 'L-8A156', + '133001001': 'L-8A157', + '133002008': 'L-8A158', + '133003003': 'L-8A159', + '133004009': 'L-8A15A', + '133005005': 'L-8A15B', + '133006006': 'L-8A15C', + '133007002': 'L-8A15D', + '133008007': 'L-8A15E', + '133009004': 'L-8A15F', + '133010009': 'L-8A160', + '133011008': 'L-8A161', + '133012001': 'L-8A162', + '133013006': 'L-8A163', + '133014000': 'L-8A164', + '133015004': 'L-8A165', + '133016003': 'L-8A166', + '133017007': 'L-8A167', + '133018002': 'L-8A168', + '133019005': 'L-8A169', + '133020004': 'L-8A16A', + '133021000': 'L-8A16B', + '133022007': 'L-8A16C', + '133023002': 'L-8A16D', + '133024008': 'L-8A16E', + '133025009': 'L-8A16F', + '133026005': 'L-8A170', + '133027001': 'L-8A171', + '133028006': 'L-8A172', + '133029003': 'L-8A173', + '133030008': 'L-8A174', + '133031007': 'L-8A175', + '133032000': 'L-8A176', + '133033005': 'L-8A177', + '133034004': 'L-8A178', + '133035003': 'L-8A179', + '133036002': 'L-8A17A', + '133037006': 'L-8A17B', + '133038001': 'L-8A17C', + '133039009': 'L-8A17D', + '133040006': 'L-8A17E', + '133041005': 'L-8A17F', + '133042003': 'L-8A180', + '133043008': 'L-8A181', + '133044002': 'L-8A182', + '133045001': 'L-8A183', + '133046000': 'L-8A184', + '133047009': 'L-8A185', + '133048004': 'L-8A186', + '133049007': 'L-8A187', + '133050007': 'L-8A188', + '133051006': 'L-8A189', + '133052004': 'L-8A18A', + '133053009': 'L-8A18B', + '133054003': 'L-8A18C', + '133055002': 'L-8A18D', + '133056001': 'L-8A18E', + '133057005': 'L-8A18F', + '133058000': 'L-8A190', + '133059008': 'L-8A191', + '133060003': 'L-8A192', + '133061004': 'L-8A193', + '133062006': 'L-8A194', + '133063001': 'L-8A195', + '133064007': 'L-8A196', + '133065008': 'L-8A197', + '133066009': 'L-8A198', + '133067000': 'L-8A199', + '133068005': 'L-8A19A', + '133069002': 'L-8A19B', + '133070001': 'L-8A19C', + '133071002': 'L-8A19E', + '133072009': 'L-8A19F', + '133073004': 'L-8A1A1', + '133074005': 'L-8A1A2', + '133075006': 'L-8A1A3', + '133076007': 'L-8A1A4', + '133077003': 'L-8A1A5', + '133078008': 'L-8A1A6', + '133079000': 'L-8A1A7', + '133080002': 'L-8A1A8', + '133081003': 'L-8A1A9', + '133082005': 'L-8A1AA', + '133083000': 'L-8A1AB', + '133084006': 'L-8A1AC', + '133085007': 'L-8A1AD', + '133086008': 'L-8A1AE', + '133087004': 'L-8A1AF', + '133088009': 'L-8A1B1', + '133089001': 'L-8A1B2', + '133090005': 'L-8A1B4', + '133091009': 'L-8A1B5', + '133092002': 'L-8A1B6', + '133093007': 'L-8A1B7', + '133094001': 'L-8A1B8', + '133095000': 'L-8A1B9', + '133096004': 'L-8A1BA', + '133097008': 'L-8A1BB', + '133098003': 'L-8A1BC', + '133099006': 'L-8A1BD', + '133100003': 'L-8A1BE', + '133101004': 'L-8A1BF', + '133102006': 'L-8A1C1', + '133103001': 'L-8A1C2', + '133104007': 'L-8A1C3', + '133105008': 'L-8A1C4', + '133106009': 'L-8A1C5', + '133107000': 'L-8A1C6', + '133108005': 'L-8A1C7', + '133109002': 'L-8A1C8', + '133110007': 'L-8A1C9', + '133111006': 'L-8A1CA', + '133112004': 'L-8A1CB', + '133113009': 'L-8A1CC', + '133114003': 'L-8A1CD', + '133115002': 'L-8A1CE', + '133116001': 'L-8A1CF', + '133117005': 'L-8A1D1', + '133118000': 'L-8A1D2', + '133119008': 'L-8A1D3', + '133120002': 'L-8A1D4', + '133121003': 'L-8A1D5', + '133122005': 'L-8A1D6', + '133123000': 'L-8A1D7', + '133124006': 'L-8A1D8', + '133125007': 'L-8A1D9', + '133126008': 'L-8A1DA', + '133127004': 'L-8A1DB', + '133128009': 'L-8A1DC', + '133129001': 'L-8A1DD', + '133130006': 'L-8A1DE', + '133131005': 'L-8A1DF', + '133132003': 'L-8A1E1', + '133133008': 'L-8A1E2', + '133134002': 'L-8A1E3', + '133135001': 'L-8A1E4', + '133136000': 'L-8A1E5', + '133137009': 'L-8A1E6', + '133138004': 'L-8A1E7', + '133139007': 'L-8A1E8', + '133140009': 'L-8A1E9', + '133141008': 'L-8A1EA', + '133142001': 'L-8A1EB', + '133143006': 'L-8A1EC', + '133144000': 'L-8A1ED', + '133145004': 'L-8A1EE', + '133146003': 'L-8A1EF', + '133147007': 'L-8A1F1', + '133148002': 'L-8A1F2', + '133149005': 'L-8A1F3', + '133150005': 'L-8A1F4', + '133151009': 'L-8A1F5', + '133152002': 'L-8A1F6', + '133153007': 'L-8A1F7', + '133154001': 'L-8A1F8', + '133155000': 'L-8A1FA', + '133156004': 'L-8A1FB', + '133157008': 'L-8A1FC', + '133158003': 'L-8A1FD', + '133159006': 'L-8A1FE', + '133160001': 'L-8A1FF', + '133161002': 'L-8B105', + '133162009': 'L-8B106', + '133163004': 'L-8B107', + '133164005': 'L-8B108', + '133165006': 'L-8B109', + '133166007': 'L-8B111', + '133167003': 'L-8B112', + '133168008': 'L-8B113', + '133169000': 'L-8B114', + '133170004': 'L-8B115', + '133171000': 'L-8B116', + '133172007': 'L-8B117', + '133173002': 'L-8B118', + '133174008': 'L-8B119', + '133175009': 'L-8B121', + '133176005': 'L-8B122', + '133177001': 'L-8B123', + '133178006': 'L-8B124', + '133179003': 'L-8B125', + '133180000': 'L-8B126', + '133181001': 'L-8B127', + '133182008': 'L-8B128', + '133183003': 'L-8B129', + '133184009': 'L-8B130', + '133185005': 'L-8B131', + '133186006': 'L-8B132', + '133187002': 'L-8B133', + '133188007': 'L-8B134', + '133189004': 'L-8B135', + '133190008': 'L-8B136', + '133191007': 'L-8B137', + '133192000': 'L-8B139', + '133193005': 'L-8B140', + '133194004': 'L-8B141', + '133195003': 'L-8B142', + '133196002': 'L-8B143', + '133197006': 'L-8B144', + '133198001': 'L-8B145', + '133199009': 'L-8B146', + '133200007': 'L-8B147', + '133201006': 'L-8B148', + '133202004': 'L-8B149', + '133203009': 'L-8B150', + '133204003': 'L-8B151', + '133205002': 'L-8B152', + '133206001': 'L-8B153', + '133207005': 'L-8B155', + '133208000': 'L-8B156', + '133209008': 'L-8B157', + '133210003': 'L-8B158', + '133211004': 'L-8B159', + '133212006': 'L-8B160', + '133213001': 'L-8B161', + '133214007': 'L-8B162', + '133215008': 'L-8B163', + '133216009': 'L-8B164', + '133217000': 'L-8B165', + '133218005': 'L-8B166', + '133219002': 'L-8B167', + '133220008': 'L-8B168', + '133221007': 'L-8B169', + '133222000': 'L-8B170', + '133223005': 'L-8B171', + '133224004': 'L-8B172', + '133225003': 'L-8B173', + '133226002': 'L-8B174', + '133227006': 'L-8B175', + '133228001': 'L-8B176', + '133229009': 'L-8B177', + '133230004': 'L-8B178', + '133231000': 'L-8B958', + '133232007': 'L-8B959', + '133233002': 'L-8B95A', + '133234008': 'L-8B95B', + '133235009': 'L-8B95C', + '133236005': 'L-8B95D', + '133237001': 'L-8B95E', + '133238006': 'L-8B95F', + '133239003': 'L-8B961', + '133240001': 'L-8B962', + '133241002': 'L-8B963', + '133242009': 'L-8B964', + '133243004': 'L-8B966', + '133244005': 'L-8B967', + '133245006': 'L-8B968', + '133246007': 'L-8B969', + '133247003': 'L-8B96A', + '133248008': 'L-8B96B', + '133249000': 'L-8B96C', + '133250000': 'L-8B96D', + '133251001': 'L-8B96E', + '133252008': 'L-8B96F', + '133253003': 'L-8B971', + '133254009': 'L-8B972', + '133255005': 'L-8B973', + '133256006': 'L-8B974', + '133257002': 'L-8B975', + '133258007': 'L-8B976', + '133259004': 'L-8B977', + '133260009': 'L-8B978', + '133261008': 'L-8B979', + '133262001': 'L-8B97A', + '133263006': 'L-8B97B', + '133264000': 'L-8B97C', + '133265004': 'L-8B97D', + '133266003': 'L-8B97E', + '133267007': 'L-8B97F', + '133268002': 'L-8B983', + '133269005': 'L-8B984', + '133270006': 'L-8B985', + '133271005': 'L-8B987', + '133272003': 'L-8B988', + '133273008': 'L-8B989', + '133274002': 'L-8B98A', + '133275001': 'L-8B98B', + '133276000': 'L-8B98C', + '133277009': 'L-8B98D', + '133278004': 'L-8B98E', + '133279007': 'L-8B98F', + '133280005': 'L-8B990', + '133281009': 'L-8B991', + '133282002': 'L-8B992', + '133283007': 'L-8B993', + '133284001': 'L-8B994', + '133285000': 'L-8B995', + '133286004': 'L-8B996', + '133287008': 'L-8B998', + '133288003': 'L-8B999', + '133289006': 'L-8B99A', + '133290002': 'L-8B99B', + '133291003': 'L-8B99C', + '133292005': 'L-8B99D', + '133293000': 'L-8B99E', + '133294006': 'L-8B99F', + '133295007': 'L-8B9A0', + '133296008': 'L-8B9A1', + '133297004': 'L-8B9A2', + '133298009': 'L-8B9A3', + '133299001': 'L-8B9A4', + '133300009': 'L-8B9A5', + '133301008': 'L-8B9A6', + '133302001': 'L-8B9A7', + '133303006': 'L-8B9A8', + '133304000': 'L-8B9A9', + '133305004': 'L-8B9AA', + '133306003': 'L-8B9AB', + '133307007': 'L-8B9AC', + '133308002': 'L-8B9AD', + '133309005': 'L-8B9AE', + '133310000': 'L-8B9AF', + '133311001': 'L-8B9B0', + '133312008': 'L-8B9B1', + '133313003': 'L-8B9B2', + '133314009': 'L-8B9B3', + '133315005': 'L-8B9B4', + '133316006': 'L-8B9B5', + '133317002': 'L-8B9B6', + '133318007': 'L-8B9B7', + '133319004': 'L-8B9B8', + '133320005': 'L-8B9B9', + '133321009': 'L-8B9BA', + '133322002': 'L-8B9BB', + '133323007': 'L-8B9BC', + '133324001': 'L-8B9BD', + '133325000': 'L-8B9BE', + '133326004': 'L-8B9BF', + '133327008': 'L-8B9C0', + '133328003': 'L-8B9C1', + '133329006': 'L-8B9C2', + '133330001': 'L-8B9C3', + '133331002': 'L-8B9C4', + '133332009': 'L-8B9C5', + '133333004': 'L-8B9C6', + '133334005': 'L-8B9C7', + '133335006': 'L-8B9C8', + '133336007': 'L-8B9C9', + '133337003': 'L-8B9CA', + '133338008': 'L-8B9CB', + '133339000': 'L-8B9CC', + '133340003': 'L-8B9CD', + '133341004': 'L-8B9CE', + '133342006': 'L-8B9CF', + '133343001': 'L-8B9D0', + '133344007': 'L-8B9D1', + '133345008': 'L-8B9D2', + '133346009': 'L-8B9D3', + '133347000': 'L-8B9D4', + '133348005': 'L-8B9D5', + '133349002': 'L-8B9D6', + '133350002': 'L-8B9D7', + '133351003': 'L-8B9D8', + '133352005': 'L-8B9D9', + '133353000': 'L-8B9DA', + '133354006': 'L-8B9DB', + '133355007': 'L-8B9DC', + '133356008': 'L-8B9DD', + '133357004': 'L-8B9DE', + '133358009': 'L-8B9DF', + '133359001': 'L-8B9E0', + '133360006': 'L-8B9E1', + '133361005': 'L-8B9E2', + '133362003': 'L-8B9E3', + '133363008': 'L-8B9E4', + '133364002': 'L-8B9E5', + '133365001': 'L-8B9E6', + '133366000': 'L-8B9E7', + '133367009': 'L-8B9E8', + '133368004': 'L-8B9E9', + '133369007': 'L-8B9EA', + '133370008': 'L-8B9EB', + '133371007': 'L-8B9EC', + '133372000': 'L-8B9ED', + '133373005': 'L-8B9EE', + '133374004': 'L-8B9EF', + '133375003': 'L-8B9F0', + '133376002': 'L-8B9F1', + '133377006': 'L-8B9F2', + '133378001': 'L-8B9F3', + '133379009': 'L-8B9F4', + '133380007': 'L-8B9F5', + '133381006': 'L-8B9F6', + '133382004': 'L-8B9F7', + '133383009': 'L-8B9FA', + '133384003': 'L-8B9FB', + '133385002': 'L-8B9FC', + '133386001': 'L-8B9FD', + '133387005': 'L-8B9FE', + '133388000': 'L-8B9FF', + '133389008': 'L-8BA00', + '133390004': 'L-8BA01', + '133391000': 'L-8BA02', + '133392007': 'L-8BA03', + '133393002': 'L-8BA04', + '133394008': 'L-8BA05', + '133395009': 'L-8BA06', + '133396005': 'L-8BA07', + '133397001': 'L-8BA08', + '133398006': 'L-8BA09', + '133399003': 'L-8BA0A', + '133400005': 'L-8BA0B', + '133401009': 'L-8BA0C', + '133402002': 'L-8BA0D', + '133403007': 'L-8BA0E', + '133404001': 'L-8BA0F', + '133405000': 'L-8BA10', + '133406004': 'L-8BA11', + '133407008': 'L-8BA12', + '133408003': 'L-8BA13', + '133409006': 'L-8BA14', + '133410001': 'L-8BA15', + '133411002': 'L-8BA16', + '133412009': 'L-8BA17', + '133413004': 'L-8BA19', + '133414005': 'L-8BA1A', + '133415006': 'L-8BA1B', + '133416007': 'L-8BA1C', + '133417003': 'L-8BA1D', + '133418008': 'L-8BA1E', + '133419000': 'L-8BA1F', + '133420006': 'L-8BA20', + '133421005': 'L-8BA21', + '133422003': 'L-8BA22', + '133423008': 'L-8BA23', + '133424002': 'L-8BA24', + '133425001': 'L-8BA25', + '133426000': 'L-8BA26', + '133427009': 'L-8BA27', + '133428004': 'L-8BA28', + '133429007': 'L-8BA29', + '133430002': 'L-8BA2A', + '133431003': 'L-8BA2B', + '133432005': 'L-8BA2C', + '133433000': 'L-8BA2D', + '133434006': 'L-8BA2E', + '133435007': 'L-8BA2F', + '133436008': 'L-8BA30', + '133437004': 'L-8BA31', + '133438009': 'L-8BA32', + '133439001': 'L-8BA33', + '133440004': 'L-8BA34', + '133441000': 'L-8BA35', + '133442007': 'L-8BA36', + '133443002': 'L-8BA37', + '133444008': 'L-8BA38', + '133445009': 'L-8BA39', + '133446005': 'L-8BA3A', + '133447001': 'L-8BA3B', + '133448006': 'L-8BA3C', + '133449003': 'L-8BA3D', + '133450003': 'L-8BA3E', + '133451004': 'L-8BA3F', + '133452006': 'L-8BA40', + '133453001': 'L-8BA41', + '133454007': 'L-8BA42', + '133455008': 'L-8BA43', + '133456009': 'L-8BA44', + '133457000': 'L-8BA45', + '133458005': 'L-8BA46', + '133459002': 'L-8BA47', + '133460007': 'L-8BA48', + '133461006': 'L-8BA49', + '133462004': 'L-8BA4A', + '133463009': 'L-8BA4B', + '133464003': 'L-8BA4C', + '133465002': 'L-8BA4D', + '133466001': 'L-8BA4E', + '133467005': 'L-8BA4F', + '133468000': 'L-8BA50', + '133469008': 'L-8BA51', + '133470009': 'L-8BA52', + '133471008': 'L-8BA53', + '133472001': 'L-8BA54', + '133473006': 'L-8BA55', + '133474000': 'L-8BA56', + '133475004': 'L-8BA57', + '133476003': 'L-8BA58', + '133477007': 'L-8BA59', + '133478002': 'L-8BA5A', + '133479005': 'L-8BA5B', + '133480008': 'L-8BA5C', + '133481007': 'L-8BA5D', + '133482000': 'L-8BA5E', + '133483005': 'L-8BA5F', + '133484004': 'L-8BA60', + '133485003': 'L-8BA61', + '133486002': 'L-8BA62', + '133487006': 'L-8BA63', + '133488001': 'L-8BA64', + '133489009': 'L-8BA65', + '133490000': 'L-8BA66', + '133491001': 'L-8BA67', + '133492008': 'L-8BA68', + '133493003': 'L-8BA69', + '133494009': 'L-8BA6A', + '133495005': 'L-8BA6B', + '133496006': 'L-8BA6C', + '133497002': 'L-8BA6D', + '133498007': 'L-8BA6E', + '133499004': 'L-8BA6F', + '133500008': 'L-8BA70', + '133501007': 'L-8BA71', + '133502000': 'L-8BA72', + '133503005': 'L-8BA73', + '133504004': 'L-8BA74', + '133505003': 'L-8BA75', + '133506002': 'L-8BA76', + '133507006': 'L-8BA77', + '133508001': 'L-8BA78', + '133509009': 'L-8BA79', + '133510004': 'L-8BA7A', + '133511000': 'L-8BA7B', + '133512007': 'L-8BA7C', + '133513002': 'L-8BA7D', + '133514008': 'L-8BA7E', + '133515009': 'L-8BA7F', + '133516005': 'L-8BA80', + '133517001': 'L-8BA81', + '133518006': 'L-8BA82', + '133519003': 'L-8BA83', + '133520009': 'L-8BA84', + '133521008': 'L-8BA85', + '133522001': 'L-8BA86', + '133523006': 'L-8BA87', + '133524000': 'L-8BA88', + '133525004': 'L-8BA89', + '133526003': 'L-8BA8A', + '133527007': 'L-8BA8B', + '133528002': 'L-8BA8C', + '133529005': 'L-8BA8D', + '133530000': 'L-8BA8E', + '133531001': 'L-8BA8F', + '133532008': 'L-8BA90', + '133533003': 'L-8BA91', + '133534009': 'L-8BA92', + '133535005': 'L-8BA93', + '133536006': 'L-8BA94', + '133537002': 'L-8BA95', + '133538007': 'L-8BA96', + '133539004': 'L-8BA97', + '133540002': 'L-8BA98', + '133541003': 'L-8BA99', + '133542005': 'L-8BA9A', + '133543000': 'L-8BA9B', + '133544006': 'L-8BA9C', + '133545007': 'L-8BA9D', + '133546008': 'L-8BA9E', + '133547004': 'L-8BA9F', + '133548009': 'L-8BAA0', + '133549001': 'L-8BAA1', + '133550001': 'L-8BAA2', + '133551002': 'L-8BAA3', + '133552009': 'L-8BAA4', + '133553004': 'L-8BAA5', + '133554005': 'L-8BAA6', + '133555006': 'L-8BAA7', + '133556007': 'L-8BAA8', + '133557003': 'L-8BAA9', + '133558008': 'L-8BAAA', + '133559000': 'L-8BAAB', + '133560005': 'L-8BAAC', + '133561009': 'L-8BAAD', + '133562002': 'L-8BAAE', + '133563007': 'L-8BAAF', + '133564001': 'L-8BAB0', + '133565000': 'L-8BAB1', + '133566004': 'L-8BAB2', + '133567008': 'L-8BAB3', + '133568003': 'L-8BAB4', + '133569006': 'L-8BAB5', + '133570007': 'L-8BAB6', + '133571006': 'L-8BAB7', + '133572004': 'L-8BAB8', + '133573009': 'L-8BAB9', + '133574003': 'L-8BABA', + '133575002': 'L-8BABB', + '133576001': 'L-8BABC', + '133577005': 'L-8BABD', + '133578000': 'L-8BABE', + '133579008': 'L-8BABF', + '133580006': 'L-8BAC0', + '133581005': 'L-8BAC1', + '133582003': 'L-8BAC2', + '133583008': 'L-8BAC3', + '133584002': 'L-8BAC4', + '133585001': 'L-8BAC5', + '133586000': 'L-8BAC6', + '133587009': 'L-8BAC7', + '133588004': 'L-8BAC8', + '133589007': 'L-8BAC9', + '133590003': 'L-8BACA', + '133591004': 'L-8BACB', + '133592006': 'L-8BACC', + '133593001': 'L-8BACD', + '133594007': 'L-8BACE', + '133595008': 'L-8BACF', + '133596009': 'L-8BAD0', + '133597000': 'L-8BAD1', + '133598005': 'L-8BAD2', + '133599002': 'L-8BAD3', + '133600004': 'L-8BAD4', + '133601000': 'L-8BAD5', + '133602007': 'L-8BAD6', + '133603002': 'L-8BAD7', + '133604008': 'L-8BAD8', + '133605009': 'L-8BAD9', + '133606005': 'L-8BADA', + '133607001': 'L-8BADB', + '133608006': 'L-8BADC', + '133609003': 'L-8BADD', + '133610008': 'L-8BADE', + '133611007': 'L-8BADF', + '133612000': 'L-8BAE0', + '133613005': 'L-8BAE1', + '133614004': 'L-8BAE2', + '133615003': 'L-8BAE3', + '133616002': 'L-8BAE4', + '133617006': 'L-8BAE5', + '133618001': 'L-8BAE6', + '133619009': 'L-8BAE7', + '133620003': 'L-8BAE9', + '133621004': 'L-8BAEA', + '133622006': 'L-8BAEB', + '133623001': 'L-8BAEC', + '133624007': 'L-8BAED', + '133625008': 'L-8BAEE', + '133626009': 'L-8BAEF', + '133627000': 'L-8BAF0', + '133628005': 'L-8BAF1', + '133629002': 'L-8BAF2', + '133630007': 'L-8BAF3', + '133631006': 'L-8BAF4', + '133632004': 'L-8BAF5', + '133633009': 'L-8BAF6', + '133634003': 'L-8BAF7', + '133635002': 'L-8BAF8', + '133636001': 'L-8BAF9', + '133637005': 'L-8BAFA', + '133638000': 'L-8BAFB', + '133639008': 'L-8BAFC', + '133640005': 'L-8BAFD', + '133641009': 'L-8BAFE', + '133642002': 'L-8BAFF', + '133643007': 'L-8BB00', + '133644001': 'L-8BB01', + '133645000': 'L-8BB02', + '133646004': 'L-8BB03', + '133647008': 'L-8BB04', + '133648003': 'L-8BB05', + '133649006': 'L-8BB06', + '133650006': 'L-8BB07', + '133651005': 'L-8BB09', + '133652003': 'L-8BB0A', + '133653008': 'L-8BB0B', + '133654002': 'L-8BB0C', + '133655001': 'L-8BB0E', + '133656000': 'L-8BB0F', + '133657009': 'L-8BB10', + '133658004': 'L-8BB11', + '133659007': 'L-8BB12', + '133660002': 'L-8BB13', + '133661003': 'L-8BB14', + '133662005': 'L-8BB15', + '133663000': 'L-8BB16', + '133664006': 'L-8BB17', + '133665007': 'L-8BB18', + '133666008': 'L-8BB19', + '133667004': 'L-8BB1A', + '133668009': 'L-8BB1B', + '133669001': 'L-8BB1C', + '133670000': 'L-8BB1D', + '133671001': 'L-8BB1E', + '133672008': 'L-8BB1F', + '133673003': 'L-8BB20', + '133674009': 'L-8BB21', + '133675005': 'L-8BB22', + '133676006': 'L-8BB23', + '133677002': 'L-8BB24', + '133678007': 'L-8BB25', + '133679004': 'L-8BB26', + '133680001': 'L-8BB27', + '133681002': 'L-8BB28', + '133682009': 'L-8BB29', + '133683004': 'L-8BB2A', + '133684005': 'L-8BB2B', + '133685006': 'L-8BB2C', + '133686007': 'L-8BB2D', + '133687003': 'L-8BB2E', + '133688008': 'L-8BB2F', + '133689000': 'L-8BB30', + '133690009': 'L-8BB31', + '133691008': 'L-8BB32', + '133692001': 'L-8BB33', + '133693006': 'L-8BB34', + '133694000': 'L-8BB35', + '133695004': 'L-8BB36', + '133696003': 'L-8BB37', + '133697007': 'L-8BB38', + '133698002': 'L-8BB39', + '133699005': 'L-8BB3A', + '133700006': 'L-8BB3B', + '133701005': 'L-8BB3C', + '133702003': 'L-8BB3D', + '133703008': 'L-8BB3E', + '133704002': 'L-8BB3F', + '133705001': 'L-8BB40', + '133706000': 'L-8BB41', + '133707009': 'L-8BB42', + '133708004': 'L-8BB43', + '133709007': 'L-8BB44', + '133710002': 'L-8BB45', + '133711003': 'L-8BB46', + '133712005': 'L-8BB47', + '133713000': 'L-8BB48', + '133714006': 'L-8BB49', + '133715007': 'L-8BB4A', + '133716008': 'L-8BB4B', + '133717004': 'L-8BB4C', + '133718009': 'L-8BB4D', + '133719001': 'L-8BB4E', + '133720007': 'L-8BB4F', + '133721006': 'L-8BB50', + '133722004': 'L-8BB51', + '133723009': 'L-8BB52', + '133724003': 'L-8BB53', + '133725002': 'L-8BB54', + '133727005': 'L-8BB56', + '133728000': 'L-8BB57', + '133729008': 'L-8BB58', + '133730003': 'L-8BB59', + '133731004': 'L-8BB5A', + '133732006': 'L-8BB5B', + '133733001': 'L-8BB5C', + '133734007': 'L-8BB5D', + '133735008': 'L-8BB5E', + '133736009': 'L-8BB5F', + '133737000': 'L-8BB60', + '133738005': 'L-8BB61', + '133739002': 'L-8BB62', + '133740000': 'L-8BB63', + '133741001': 'L-8BB64', + '133742008': 'L-8BB65', + '133743003': 'L-8BB66', + '133744009': 'L-8BB67', + '133745005': 'L-8BB68', + '133746006': 'L-8BB69', + '133747002': 'L-8BB6A', + '133748007': 'L-8BB6B', + '133749004': 'L-8BB6C', + '133750004': 'L-8BB6D', + '133751000': 'L-8BB6E', + '133752007': 'L-8BB6F', + '133753002': 'L-8BB70', + '133754008': 'L-8BB71', + '133755009': 'L-8BB72', + '133756005': 'L-8BB73', + '133757001': 'L-8BB74', + '133758006': 'L-8BB75', + '133759003': 'L-8BB76', + '133760008': 'L-8BB77', + '133761007': 'L-8BB78', + '133762000': 'L-8BB79', + '133763005': 'L-8BB7A', + '133764004': 'L-8BB7B', + '133765003': 'L-8BB7C', + '133766002': 'L-8BB7D', + '133767006': 'L-8BB7E', + '133768001': 'L-8BB7F', + '133769009': 'L-8BB80', + '133770005': 'L-8BB81', + '133771009': 'L-8BB82', + '133772002': 'L-8BB83', + '133773007': 'L-8BB84', + '133774001': 'L-8BB85', + '133775000': 'L-8BB86', + '133776004': 'L-8BB87', + '133777008': 'L-8BB88', + '133778003': 'L-8BB89', + '133779006': 'L-8BB8A', + '133780009': 'L-8BB8B', + '133781008': 'L-8BB8C', + '133782001': 'L-8BB8D', + '133783006': 'L-8BB8E', + '133784000': 'L-8BB8F', + '133785004': 'L-8BB90', + '133786003': 'L-8BB91', + '133787007': 'L-8BB92', + '133788002': 'L-8BB93', + '133789005': 'L-8BB94', + '133790001': 'L-8BB95', + '133791002': 'L-8BB96', + '133792009': 'L-8BB97', + '133793004': 'L-8BB98', + '133794005': 'L-8BB99', + '133795006': 'L-8BB9A', + '133796007': 'L-8BB9B', + '133797003': 'L-8BB9C', + '133798008': 'L-8BB9D', + '133799000': 'L-8BB9E', + '133800001': 'L-8BB9F', + '133801002': 'L-8BC00', + '133802009': 'L-8BC01', + '133803004': 'L-8BC03', + '133804005': 'L-8BC04', + '133805006': 'L-8BC05', + '133806007': 'L-8BC06', + '133807003': 'L-8BC07', + '133808008': 'L-8BC08', + '133809000': 'L-8BC09', + '133810005': 'L-8BC10', + '133811009': 'L-8BC11', + '133812002': 'L-8BC12', + '133813007': 'L-8BC13', + '133814001': 'L-8BC14', + '133815000': 'L-8BC15', + '133816004': 'L-8BC16', + '133817008': 'L-8BC17', + '133818003': 'L-8BC18', + '133819006': 'L-8BC19', + '133820000': 'L-8BC20', + '133821001': 'L-8BC21', + '133822008': 'L-8BC22', + '133823003': 'L-8BC23', + '133824009': 'L-8BC24', + '133825005': 'L-8BC25', + '133826006': 'L-8BC26', + '133827002': 'L-8BC27', + '133828007': 'L-8BC28', + '133829004': 'L-8BC29', + '133830009': 'L-8BC30', + '133831008': 'L-8BC31', + '133832001': 'L-8BC32', + '133833006': 'L-8BC33', + '133834000': 'L-8BC34', + '133835004': 'L-8BC35', + '133836003': 'L-8BC36', + '133837007': 'L-8BC37', + '133838002': 'L-8BC38', + '133839005': 'L-8BC39', + '133840007': 'L-8BC40', + '133841006': 'L-8BC41', + '133842004': 'L-8BC42', + '133855003': 'M-78731', + '133874006': 'P1-86C50', + '133875007': 'P1-93506', + '133882006': 'P2-71317', + '133884007': 'P5-B3402', + '133885008': 'P5-B3404', + '133886009': 'P5-B3406', + '133887000': 'P5-B3408', + '133888005': 'P5-B3410', + '133889002': 'P5-B3412', + '133890006': 'P5-B3414', + '133910006': 'PA-5003B', + '133911005': 'PA-5003C', + '133912003': 'PA-5003D', + '133913008': 'PA-5003E', + '133914002': 'PA-5003F', + '133943005': 'T-D2340', + '133944004': 'T-D2342', + '133945003': 'T-D4211', + '133946002': 'T-D4212', + '134198009': 'G-C150', + '134223000': 'R-41727', + '143824007': 'T-C4147', + '143925009': 'T-C4155', + '144026003': 'T-C4156', + '144127009': 'T-C4157', + '155237005': 'T-C421D', + '155338003': 'T-C4102', + '158965000': 'J-0016E', + '158971006': 'J-00172', + '159016003': 'J-00187', + '160270001': 'R-20773', + '160274005': 'R-2087E', + '160303001': 'G-0157', + '160476009': 'F-02455', + '160573003': 'F-02573', + '161045001': 'F-0351E', + '161445009': 'G-023F', + '161453001': 'G-0244', + '161501007': 'G-0269', + '161505003': 'G-026D', + '161622006': 'G-02BD', + '161656000': 'G-02D0', + '161763005': 'G-0304', + '161765003': 'G-0305', + '161798008': 'G-0319', + '161806007': 'G-031E', + '161807003': 'G-031F', + '161901003': 'F-0600C', + '161971004': 'F-A265A', + '162164007': 'F-03753', + '162290004': 'F-F1722', + '162467007': 'R-209F6', + '164150006': 'R-20099', + '164854000': 'F-000B7', + '164929001': 'F-000C3', + '164931005': 'F-03204', + '165076002': 'F-000FF', + '165079009': 'P0-006E4', + '165082004': 'F-00101', + '165084003': 'F-00103', + '165816005': 'F-0331B', + '167364008': 'T-C4254', + '167464007': 'T-C4255', + '167664004': 'T-C4263', + '167864002': 'T-C4018', + '167965000': 'T-C421E', + '168159002': 'T-C4238', + '168360002': 'T-C4019', + '168460001': 'T-C4244', + '168557005': 'T-C401A', + '169167001': 'P5-D0061', + '169254007': 'F-01BF8', + '169413002': 'P0-007AC', + '170745003': 'F-02F14', + '170746002': 'F-02F15', + '170747006': 'F-02F16', + '170887008': 'T-D161E', + '171224000': 'F-03C97', + '172049005': 'P1-4834A', + '174822005': 'P1-31003', + '174826008': 'P1-31919', + '174830006': 'P0-0530F', + '174836000': 'P1-31037', + '174900004': 'P1-38803', + '180640008': 'G-D13E', + '180933005': 'T-A1604', + '181131000': 'T-04009', + '181347005': 'T-47402', + '181349008': 'T-47403', + '181351007': 'T-4704C', + '181469002': 'T-00009', + '181768009': 'T-D03C2', + '181900008': 'T-116EE', + '181901007': 'T-116EF', + '182744004': 'P2-77110', + '182833002': 'F-04460', + '183973000': 'T-D002F', + '193570009': 'DA-73402', + '194828000': 'D3-13012', + '194842008': 'D3-13001', + '194843003': 'D3-13013', + '194983005': 'D3-29025', + '194996006': 'T-48403', + '195020003': 'D3-20003', + '195042002': 'R-F81AE', + '195060002': 'D3-31351', + '195073003': 'T-48405', + '195164009': 'T-48406', + '195295006': 'D3-80505', + '195328002': 'T-48404', + '195416006': 'T-484A4', + '195496005': 'T-48407', + '195675009': 'F-30004', + '195879000': 'T-14001', + '195967001': 'D2-00036', + '196446004': 'T-C4307', + '196516004': 'T-C437C', + '196587000': 'T-C4306', + '196662004': 'T-C4308', + '196751009': 'T-C4309', + '196821008': 'T-C4305', + '204317008': 'D4-31012', + '206034008': 'T-4630D', + '213262007': 'F-01FBA', + '218728005': 'D3-83001', + '223366009': 'J-00552', + '224944003': 'R-40333', + '225728007': 'R-300E3', + '225761000': 'R-40B16', + '225908003': 'F-009EA', + '228366006': 'F-931D4', + '228736002': 'A-010FB', + '228739009': 'A-010FE', + '228745001': 'A-01105', + '228748004': 'A-040ED', + '228761004': 'A-0110F', + '228790005': 'R-429DF', + '228791009': 'R-429E0', + '228792002': 'R-429EB', + '228793007': 'R-429EC', + '229033006': 'P5-D0072', + '230690007': 'D3-8900D', + '231249005': 'P1-C0208', + '232077005': 'DA-7930D', + '232717009': 'P1-3301A', + '233022006': 'P1-31028', + '233134001': 'P1-31088', + '233139006': 'P1-31089', + '233159005': 'P1-31C03', + '233170003': 'P1-3157D', + '233199008': 'P0-057E8', + '233224003': 'P1-36956', + '233230003': 'P1-3696A', + '233817007': 'D3-1301F', + '233819005': 'D3-13020', + '233823002': 'D3-13021', + '233981004': 'D3-80027', + '233982006': 'D3-80002', + '234021009': 'D3-80033', + '234171009': 'D3-04006', + '236423003': 'D7-11007', + '236886002': 'P1-8330D', + '237380007': 'P1-48011', + '237473006': 'DD-66544', + '237897009': 'D6-34737', + '238108007': 'F-029F7', + '238810007': 'D0-30017', + '239503002': 'P1-189C2', + '240946003': 'P0-05AFA', + '241213007': 'P5-30031', + '241434002': 'P5-0A001', + '241439007': 'P5-0A006', + '241443006': 'P5-0A00A', + '241466007': 'P5-B001D', + '241539009': 'P5-0801C', + '241547009': 'P5-08025', + '241553009': 'P5-0802B', + '241615005': 'P5-0900D', + '241620005': 'P5-09011', + '241663008': 'P5-0903A', + '241687005': 'P1-C0012', + '241695009': 'P1-C001A', + '243147009': 'P2-2290D', + '243154003': 'P2-22914', + '243156001': 'P2-22916', + '243776001': 'PA-2011E', + '243898001': 'T-D0059', + '243902007': 'T-D005D', + '243903002': 'T-D005E', + '243904008': 'T-D005F', + '243905009': 'T-D007C', + '243906005': 'T-D007D', + '243908006': 'T-D007F', + '243909003': 'T-D008B', + '243910008': 'T-D008C', + '243911007': 'T-D008D', + '243912000': 'T-D008E', + '243913005': 'T-D008F', + '243914004': 'T-D0091', + '243915003': 'T-D0092', + '243916002': 'T-D0093', + '243917006': 'T-D0094', + '243918001': 'T-D0095', + '243920003': 'T-D0097', + '243921004': 'T-D0098', + '243922006': 'T-D0099', + '243923001': 'T-D009A', + '243925008': 'T-D009C', + '243926009': 'T-D009D', + '243927000': 'T-D009E', + '243977002': 'T-D4434', + '244251006': 'T-43002', + '244252004': 'T-43003', + '244411005': 'T-4940E', + '244415001': 'T-4941A', + '244453006': 'T-A800B', + '245321008': 'T-C4235', + '245322001': 'T-C4236', + '245323006': 'T-C4237', + '245324000': 'T-C4216', + '245328002': 'T-C4217', + '245341003': 'T-C4379', + '245344006': 'T-C4411', + '245346008': 'T-C447A', + '245544005': 'P1-31018', + '245616001': 'T-54641', + '245619008': 'T-54621', + '245620002': 'T-54611', + '245631005': 'T-54741', + '245639007': 'T-54781', + '246090004': 'G-C189', + '246092007': 'G-A60B', + '246101005': 'G-0180', + '246112005': 'G-C197', + '246205007': 'G-C1C6', + '246206008': 'F-02A3B', + '246244004': 'G-D775', + '246262008': 'G-C1E3', + '246345001': 'G-C1F9', + '246432004': 'R-42009', + '246464006': 'R-42019', + '246489000': 'G-C11C', + '247094004': 'F-035F3', + '247095003': 'F-035FD', + '247441003': 'F-4410C', + '247472004': 'D0-00165', + '248243004': 'F-03D1D', + '248300009': 'F-03D38', + '248366000': 'F-03D8C', + '248523006': 'F-54005', + '248536006': 'F-03E55', + '248584002': 'F-21334', + '248585001': 'F-21303', + '248808008': 'F-009E4', + '248983002': 'R-20658', + '249192005': 'F-00AA0', + '249708006': 'T-C4582', + '250431005': 'F-00E6D', + '250767002': 'F-0212C', + '250881009': 'F-021FF', + '250907009': 'F-02220', + '250909007': 'F-02225', + '250924003': 'F-02236', + '250929008': 'F-0224E', + '250949004': 'F-0227A', + '250964004': 'F-022A1', + '251011009': 'F-0231F', + '251012002': 'F-02320', + '251013007': 'F-02321', + '251014001': 'F-02322', + '251050008': 'F-0238B', + '251053005': 'F-0238D', + '251055003': 'F-3014D', + '251056002': 'F-3014E', + '251057006': 'F-3014F', + '251081004': 'F-023F7', + '251120003': 'D3-33122', + '251124007': 'D3-33112', + '251135002': 'F-38056', + '251159007': 'D3-31704', + '251271006': 'F-02692', + '251786004': 'F-02FA4', + '251795007': 'F-02FB4', + '251797004': 'F-A2143', + '251799001': 'F-02FB7', + '252064005': 'F-0319E', + '252068008': 'F-031A2', + '252129004': 'F-031F7', + '252130009': 'F-031F8', + '252131008': 'F-031F9', + '252418006': 'P5-B3004', + '252420009': 'P5-B3005', + '252421008': 'P5-B3006', + '252426003': 'P5-3003A', + '252427007': 'P5-30107', + '252432008': 'P5-D3008', + '252680004': 'P5-D0063', + '253276007': 'D4-31005', + '253551005': 'D4-31166', + '253590009': 'D3-29082', + '253591008': 'D4-31611', + '253639004': 'D3-4020B', + '253678000': 'D4-32030', + '253728007': 'D4-3252B', + '253729004': 'D4-3252C', + '253730009': 'D4-3252D', + '255218000': 'R-40365', + '255227004': 'G-A39A', + '255235001': 'R-411C0', + '255236000': 'F-32021', + '255238004': 'R-40377', + '255253007': 'R-4038D', + '255254001': 'F-32011', + '255282008': 'M-020FA', + '255288007': 'R-403A7', + '255321001': 'R-403CC', + '255378009': 'R-40411', + '255380003': 'R-40416', + '255423002': 'R-40448', + '255460003': 'G-C028', + '255465008': 'R-4047B', + '255482005': 'R-40491', + '255496004': 'R-4049E', + '255499006': 'R-404A0', + '255507004': 'R-404A8', + '255508009': 'R-404A9', + '255509001': 'R-404AA', + '255511005': 'R-404AC', + '255518004': 'R-404B3', + '255521002': 'R-404B6', + '255523004': 'R-404B7', + '255524005': 'R-404B8', + '255525006': 'R-404B9', + '255526007': 'R-404BA', + '255530005': 'R-404BC', + '255531009': 'R-404BD', + '255532002': 'R-404BE', + '255533007': 'R-404BF', + '255543005': 'R-404C7', + '255549009': 'R-404CC', + '255551008': 'R-404CE', + '255561001': 'R-404D5', + '255566006': 'R-404DA', + '255590007': 'R-404ED', + '255593009': 'R-404F0', + '255594003': 'R-404F1', + '255603008': 'R-404F9', + '255604002': 'R-404FA', + '255605001': 'R-404FB', + '255606000': 'R-404FC', + '255609007': 'R-404FE', + '255619001': 'R-40507', + '255631004': 'C-5008C', + '255632006': 'R-F1216', + '255641001': 'F-61117', + '255667006': 'F-61118', + '255792001': 'C-2280A', + '255793006': 'C-2280B', + '255794000': 'C-2280C', + '255795004': 'C-2280D', + '255796003': 'C-2280E', + '255797007': 'C-2280F', + '255798002': 'C-22810', + '255799005': 'C-22816', + '255800009': 'C-22817', + '255801008': 'C-22818', + '255802001': 'C-22819', + '255803006': 'C-2281A', + '255804000': 'C-2281B', + '255805004': 'C-2281C', + '255806003': 'C-2281D', + '255807007': 'C-2281E', + '255808002': 'C-2281F', + '255809005': 'C-22820', + '255810000': 'C-2282A', + '255811001': 'C-2282B', + '255813003': 'C-2282C', + '256235009': 'R-40C16', + '256496006': 'F-611FC', + '256501007': 'F-61202', + '256506002': 'F-61207', + '256526003': 'F-6121C', + '256579008': 'C-14314', + '256674009': 'T-D008A', + '256779006': 'T-F1412', + '256875007': 'T-F1413', + '257327003': 'A-12018', + '257357007': 'A-04831', + '257362008': 'A-25501', + '257363003': 'A-25502', + '257409000': 'A-14611', + '257771002': 'R-41C37', + '257833000': 'P1-10997', + '257834006': 'P1-10998', + '257835007': 'P1-10999', + '257837004': 'P1-1099B', + '257912008': 'P0-021AB', + '257950002': 'R-41C8D', + '258083009': 'R-41D27', + '258090004': 'R-41D2D', + '258104002': 'R-41D41', + '258153002': 'F-021E1', + '258177008': 'P5-09051', + '258181008': 'R-41D8B', + '258214002': 'G-C16B', + '258215001': 'R-41DA8', + '258219007': 'R-41DAC', + '258224005': 'R-41DB0', + '258228008': 'R-41DB4', + '258245003': 'R-41DC5', + '258270003': 'R-41DDC', + '258433009': 'G-803C', + '258562007': 'G-81A0', + '258661006': 'G-81EA', + '259153006': 'C-20830', + '259170003': 'C-21216', + '259221006': 'C-2102B', + '260245000': 'R-40271', + '260360000': 'G-A37A', + '260376009': 'R-40750', + '260385009': 'R-40759', + '260388006': 'R-4075C', + '260395002': 'R-40765', + '260408008': 'G-A205', + '260409000': 'R-40771', + '260413007': 'R-40775', + '260426006': 'R-40782', + '260427002': 'R-40783', + '260450008': 'R-40799', + '260473000': 'R-407B0', + '260492003': 'R-40809', + '260493008': 'R-4080A', + '260496000': 'R-4080D', + '260497009': 'R-4080E', + '260499007': 'R-40810', + '260506009': 'R-40816', + '260521003': 'R-40819', + '260528009': 'R-4081A', + '260585005': 'G-D05F', + '260590008': 'G-D067', + '260601006': 'G-D071', + '260674002': 'G-C048', + '260787004': 'A-00004', + '260858005': 'G-C093', + '260867005': 'R-40861', + '260870009': 'G-C09C', + '260905004': 'G-C0B2', + '260911001': 'G-C0B7', + '261004008': 'R-408C3', + '261039008': 'R-40928', + '261061003': 'R-40939', + '261073003': 'R-40940', + '261074009': 'R-40941', + '261089000': 'R-4094A', + '261129000': 'G-A10A', + '261197005': 'R-409E2', + '261198000': 'R-409E3', + '261199008': 'R-409E4', + '261249004': 'F-61165', + '261250004': 'F-61166', + '261459001': 'G-D0C6', + '261613009': 'R-41177', + '261617005': 'R-4117B', + '261665006': 'R-41198', + '261712009': 'C-100EA', + '262003004': 'C-70841', + '262008008': 'R-4135B', + '262061000': 'R-413B7', + '262068006': 'R-413C5', + '262202000': 'R-41531', + '262301009': 'A-00D7B', + '263654008': 'R-42037', + '263677008': 'R-42047', + '263707001': 'R-4205B', + '263720003': 'P0-021B2', + '263816006': 'R-420AE', + '263943000': 'R-4210B', + '263972004': 'T-A1509', + '264045001': 'R-42142', + '264068005': 'R-4214B', + '264114003': 'R-4215C', + '264159006': 'R-42175', + '264217000': 'R-42191', + '264293000': 'T-41065', + '264481007': 'T-4942D', + '264579008': 'R-423C3', + '264844003': 'T-32613', + '264845002': 'T-32614', + '264846001': 'T-32615', + '264847005': 'T-32616', + '264848000': 'T-32617', + '264849008': 'T-32618', + '264850008': 'T-32619', + '264853005': 'T-3261C', + '265483003': 'P5-3003F', + '265484009': 'P5-30041', + '266706003': 'P2-31209', + '266894000': 'G-032F', + '266897007': 'G-011E', + '266919005': 'F-9321F', + '266995000': 'G-0335', + '267011001': 'R-20767', + '267036007': 'F-201B3', + '268384009': 'F-042BA', + '268400002': 'P2-3120A', + '268461001': 'F-9B75C', + '268951004': 'R-207D7', + '270492004': 'D3-30001', + '271593001': 'F-06001', + '271594007': 'D3-00006', + '271649006': 'F-008EC', + '271650006': 'F-008ED', + '271801002': 'F-5005E', + '271807003': 'D0-00058', + '271824009': 'F-21331', + '271921002': 'F-00033', + '271989003': 'D7-90010', + '271993009': 'P5-009BF', + '272113006': 'R-407E0', + '272114000': 'R-407E1', + '272123002': 'R-407E7', + '272163001': 'R-40826', + '272180002': 'A-00916', + '272224001': 'A-00927', + '272287005': 'A-04036', + '272466003': 'R-4087B', + '272476000': 'R-40885', + '272479007': 'R-40888', + '272517003': 'R-40899', + '272518008': 'R-4089A', + '272519000': 'R-4089B', + '272657006': 'T-D075D', + '272673000': 'T-D016E', + '272710004': 'T-D0170', + '272737002': 'G-C581', + '272741003': 'G-C171', + '272998002': 'T-48725', + '273099000': 'T-48726', + '273202007': 'T-48727', + '273249006': 'G-E048', + '273948005': 'R-F6E36', + '274022008': 'P1-34001', + '274060004': 'T-4667C', + '274143007': 'T-4667D', + '274231001': 'T-4668A', + '274303007': 'R-202A9', + '274331003': 'P1-4830F', + '274640006': 'F-03261', + '274662006': 'F-A0846', + '274668005': 'F-37015', + '275035006': 'P1-32006', + '275514001': 'F-300FA', + '275552000': 'G-0069', + '276334009': 'F-13006', + '276755008': 'F-03DE9', + '276772001': 'F-03DFE', + '276774000': 'F-03E02', + '276780008': 'F-03E0D', + '276781007': 'F-03E0E', + '276901002': 'F-03E86', + '277016007': 'C-23805', + '277132007': 'P0-0000E', + '277381004': 'F-00078', + '277591006': 'P1-03106', + '277592004': 'P1-03107', + '277630003': 'T-32601', + '277631004': 'T-32603', + '277634007': 'T-32503', + '277635008': 'T-32504', + '277671009': 'R-400B2', + '278201002': 'G-C032', + '278307001': 'R-40553', + '278318001': 'R-40554', + '278528006': 'F-017C0', + '278571002': 'T-C46AA', + '278672000': 'T-C46AB', + '278983006': 'T-D051D', + '279046003': 'A-80002', + '279047007': 'F-A2632', + '279084009': 'F-37006', + '279141006': 'T-C4145', + '279142004': 'T-C4146', + '279143009': 'T-C4154', + '279144003': 'T-C4201', + '279145002': 'T-C4202', + '279170002': 'T-35111', + '279174006': 'T-35313', + '279189002': 'T-C4641', + '279215006': 'T-A0036', + '279271008': 'T-C4642', + '279317000': 'T-35014', + '279336005': 'T-A4904', + '279549004': 'T-21301', + '279609001': 'T-C4423', + '279784003': 'T-C4452', + '279795009': 'T-C4401', + '279866008': 'T-C4453', + '280062008': 'T-D3412', + '280216006': 'T-C4465', + '280314006': 'T-C4466', + '280371009': 'T-A0109', + '280401006': 'T-D0721', + '280402004': 'T-C4467', + '280416009': 'F-01E06', + '280556009': 'T-C4445', + '280639005': 'T-C4446', + '280677004': 'T-AA62D', + '280711000': 'T-12847', + '280734009': 'T-11531', + '280824006': 'T-C4473', + '280915003': 'T-C447D', + '280999005': 'T-C447E', + '281130003': 'T-D0765', + '281134007': 'T-D305A', + '281157001': 'T-4000E', + '281159003': 'T-4105E', + '281227003': 'T-C447F', + '281231009': 'T-D0767', + '281268007': 'M-09024', + '281320004': 'T-C4481', + '281379000': 'R-41FD9', + '281392002': 'T-D3208', + '281393007': 'T-D3209', + '281394001': 'T-D320A', + '281496003': 'T-D6007', + '281676003': 'T-C4563', + '281691001': 'P0-005ED', + '281765006': 'T-C4522', + '281847004': 'T-C4523', + '282031000': 'T-C4565', + '282044005': 'T-46807', + '282258000': 'R-422F4', + '284355001': 'T-3260A', + '284356000': 'T-3260B', + '284357009': 'T-3260C', + '284358004': 'T-3260D', + '284470004': 'D3-30A03', + '284639000': 'T-48832', + '285425001': 'T-C4218', + '285427009': 'T-C4219', + '285429007': 'T-C421A', + '285570007': 'P0-00593', + '285645000': 'DF-00577', + '286558002': 'A-11C08', + '286866000': 'R-421A4', + '287272002': 'D3-10008', + '287572003': 'P1-48142', + '288546009': 'T-D07CB', + '288563008': 'R-42517', + '289894009': 'F-840B3', + '289925000': 'F-61779', + '290006006': 'F-61790', + '290069002': 'F-8A074', + '290084006': 'F-8A084', + '290113009': 'D7-90565', + '290119008': 'F-8A09C', + '292094009': 'DF-10780', + '292095005': 'DF-10781', + '293637006': 'DF-10F41', + '293638001': 'DF-10F42', + '297120004': 'A-00BA2', + '297171002': 'T-D00F7', + '297172009': 'T-D00F8', + '297173004': 'T-D00F9', + '297174005': 'T-D00FA', + '298336006': 'F-100EC', + '299716001': 'T-41068', + '299993000': 'T-C4417', + '300571009': 'F-03FC9', + '300577008': 'F-03FCD', + '300841009': 'R-428E7', + '300842002': 'G-C2FE', + '300995000': 'D3-13025', + '301121007': 'F-30172', + '301939004': 'F-0123A', + '302924003': 'D7-9002A', + '303110006': 'R-422A4', + '303111005': 'R-422A5', + '303337002': 'T-C5001', + '303402001': 'T-71019', + '303623000': 'T-C4867', + '303653007': 'P5-08067', + '303680000': 'P5-0807F', + '303713004': 'T-C4866', + '303827001': 'P5-00A0D', + '303960004': 'C-50434', + '304059001': 'R-427E6', + '304121006': 'A-04459', + '304283002': 'R-42806', + '304292004': 'J-00556', + '304367000': 'R-42808', + '304915008': 'G-E002', + '305437000': 'T-3500E', + '306783000': 'T-1273F', + '307047009': 'F-00BB8', + '307152002': 'R-40FB8', + '307153007': 'R-40FB9', + '307154001': 'R-40FBA', + '307280005': 'P0-004BA', + '307429007': 'R-410C3', + '307486002': 'R-4112F', + '307701005': 'P1-0555A', + '308064009': 'G-0102', + '308546005': 'D3-80016', + '308689002': 'F-20172', + '308696000': 'P5-39106', + '309050000': 'G-80A5', + '309051001': 'G-80A6', + '309058007': 'G-832D', + '309059004': 'G-8339', + '309312004': 'T-D021B', + '309343006': 'J-004E8', + '309390008': 'J-0050A', + '309546004': 'G-833D', + '309547008': 'G-833F', + '309548003': 'G-8346', + '309587003': 'F-8A057', + '309602000': 'R-41FFC', + '309606002': 'R-41FFF', + '309649001': 'R-2073F', + '309825002': 'R-42018', + '309901009': 'R-3023A', + '309902002': 'R-3023B', + '309903007': 'R-3023C', + '309904001': 'R-3023D', + '309907008': 'R-30240', + '309910001': 'R-30243', + '309913004': 'R-30246', + '309914005': 'R-30247', + '309915006': 'R-30248', + '309918008': 'R-3024B', + '309923008': 'R-30250', + '309925001': 'R-30252', + '309927009': 'R-30254', + '309933000': 'R-3025A', + '309934006': 'R-3025B', + '309935007': 'R-3025C', + '309936008': 'R-3025D', + '309937004': 'R-3025E', + '309938009': 'R-3025F', + '309939001': 'R-30260', + '309940004': 'R-30261', + '309941000': 'R-30262', + '309942007': 'R-30263', + '309943002': 'R-30264', + '309944008': 'R-30265', + '309948006': 'R-30269', + '309949003': 'R-3026A', + '309950003': 'R-3026B', + '309954007': 'R-3026F', + '309956009': 'R-30270', + '309958005': 'R-30275', + '309959002': 'R-30276', + '309964003': 'R-3027B', + '309966001': 'R-3027D', + '309967005': 'R-3027E', + '309968000': 'R-3027F', + '309969008': 'R-30280', + '309970009': 'R-30281', + '309971008': 'R-30282', + '309972001': 'R-30283', + '309974000': 'R-30285', + '309978002': 'R-30289', + '309979005': 'R-3028A', + '309980008': 'R-3028B', + '309983005': 'R-3028E', + '309984004': 'R-3028F', + '309985003': 'R-30290', + '309989009': 'R-30294', + '309991001': 'R-30296', + '309992008': 'R-30297', + '309993003': 'R-30298', + '309994009': 'R-30299', + '309995005': 'R-3029A', + '309996006': 'R-3029B', + '310030000': 'R-421D4', + '310076001': 'R-421EB', + '310101009': 'R-42203', + '310105000': 'R-42207', + '310123008': 'R-42219', + '310127009': 'R-4221D', + '310128004': 'R-4221E', + '310158005': 'R-4223B', + '310159002': 'R-4223C', + '310169008': 'R-42246', + '310200001': 'R-4225D', + '310464005': 'R-302A2', + '310651003': 'T-D078C', + '310652005': 'T-D078D', + '310787001': 'T-D03C3', + '310805002': 'C-2282E', + '311731000': 'F-616D8', + '312004007': 'R-42E61', + '312064005': 'C-50309', + '312288001': 'T-D000F', + '312500006': 'T-C4003', + '312501005': 'T-C4004', + '312502003': 'T-D200A', + '312503008': 'T-C4005', + '312522004': 'T-35008', + '312535008': 'T-20101', + '312779009': 'T-D006D', + '312965008': 'P0-0526F', + '313376005': 'R-207AD', + '313386006': 'F-029D4', + '314116003': 'D3-13014', + '314186008': 'D3-83602', + '314348007': 'R-20839', + '314439003': 'F-00E11', + '314440001': 'F-00E14', + '314451001': 'F-00E1F', + '314452008': 'F-00E21', + '314453003': 'F-00E22', + '314730000': 'T-C4414', + '314736006': 'T-C463E', + '314796009': 'T-127A7', + '314900004': 'C-2282D', + '317665004': 'T-1153E', + '317766009': 'T-1153F', + '320917000': 'C-6A102', + '330888007': 'C-B0295', + '333111009': 'R-F748A', + '337915000': 'L-85003', + '339648008': 'A-10DBC', + '341036005': 'A-120DD', + '342706005': 'A-1009E', + '344088002': 'A-105E3', + '344575009': 'A-10703', + '344994008': 'P2-35002', + '346322006': 'C-80609', + '346441008': 'C-8060A', + '346553009': 'C-80477', + '346607007': 'R-F2989', + '347379006': 'C-70434', + '349947003': 'C-677B9', + '349955005': 'C-51071', + '350086004': 'C-B02CC', + '353842007': 'C-B1130', + '353903006': 'C-B0382', + '353912008': 'C-B038B', + '353962003': 'C-B03BC', + '354064008': 'C-B02C5', + '354088005': 'C-B03C3', + '354094002': 'C-B03C9', + '360038009': 'P0-021D6', + '360066001': 'A-11FCD', + '360129009': 'A-040CB', + '360156006': 'R-42453', + '360271000': 'P0-021FD', + '360465008': 'D3-2906A', + '360481003': 'D4-31303', + '360568007': 'T-D07EA', + '360592004': 'T-48081', + '360955006': 'T-2300C', + '360992006': 'T-C4601', + '360993001': 'T-C4602', + '361078006': 'T-AB959', + '361097006': 'T-40003', + '362072009': 'T-4940B', + '363537007': 'T-28812', + '363563002': 'M-300F2', + '363589002': 'G-C2D0', + '363654007': 'T-D14AE', + '363675004': 'R-40641', + '363676003': 'R-40642', + '363679005': 'P0-0099A', + '363698007': 'G-C0E3', + '363703001': 'G-C0E8', + '363704007': 'G-C0E9', + '363713009': 'G-C0F2', + '363871006': 'F-04317', + '364062005': 'F-043E6', + '364091008': 'F-04403', + '364092001': 'F-04404', + '364320009': 'F-0452A', + '364393001': 'F-045CE', + '364528001': 'F-046D8', + '364644000': 'F-047E7', + '365416000': 'F-38035', + '365853002': 'F-01969', + '365981007': 'F-93109', + '366188009': 'F-30117', + '367336001': 'P0-0058E', + '367450005': 'R-4235F', + '367567000': 'T-D03B4', + '367624001': 'T-F680F', + '367643001': 'M-3340A', + '368479001': 'T-49217', + '368481004': 'T-49218', + '368536000': 'T-18774', + '368550005': 'T-C4752', + '369790002': 'G-F616', + '369791003': 'G-F617', + '369792005': 'G-F618', + '369991007': 'G-F749', + '370129005': 'G-C036', + '370359005': 'F-38095', + '370367002': 'F-201B6', + '370388006': 'F-00D5F', + '370512004': 'DD-661D2', + '370951003': 'F-02087', + '371013005': 'T-C430A', + '371036001': 'D7-76202', + '371195002': 'T-D0821', + '371240000': 'G-A11A', + '371244009': 'G-A11D', + '371246006': 'G-A11E', + '371251000': 'G-A12B', + '371252007': 'G-A12C', + '371253002': 'G-A12D', + '371254008': 'G-A12E', + '371398005': 'T-D0801', + '371422002': 'G-0338', + '371439000': 'R-00254', + '371469007': 'R-00258', + '371524004': 'R-42B89', + '371564000': 'L-877FB', + '371565004': 'L-877FC', + '371572003': 'P0-006F1', + '371785003': 'R-002CC', + '371786002': 'R-00359', + '371787006': 'R-0038C', + '371788001': 'R-00310', + '371789009': 'R-00311', + '371790000': 'R-00303', + '371791001': 'R-00361', + '371794009': 'R-002F0', + '371795005': 'R-00312', + '371796006': 'R-002FD', + '371797002': 'R-0036F', + '371798007': 'R-00306', + '371799004': 'R-0030A', + '371800000': 'R-00379', + '371801001': 'R-00304', + '371802008': 'R-00383', + '371803003': 'R-00334', + '371804009': 'R-00313', + '371805005': 'R-00372', + '371807002': 'R-0038F', + '371808007': 'R-00368', + '371809004': 'R-00366', + '371810009': 'R-00365', + '371811008': 'R-00369', + '371812001': 'R-00367', + '371813006': 'R-002C8', + '371814000': 'R-002C7', + '371815004': 'R-002C9', + '371816003': 'R-002CA', + '371817007': 'R-002CB', + '371824008': 'R-00336', + '371829003': 'R-00360', + '371835003': 'R-00308', + '371837006': 'R-0032D', + '371838001': 'R-002E5', + '371839009': 'R-00394', + '371840006': 'R-00385', + '371841005': 'R-00309', + '371842003': 'R-00307', + '371843008': 'R-002E7', + '371845001': 'R-002D3', + '371846000': 'R-0035D', + '371847009': 'R-003A9', + '371848004': 'R-0035C', + '371849007': 'R-0032C', + '371850007': 'R-002D2', + '371851006': 'R-002D0', + '371852004': 'R-002CF', + '371853009': 'R-002F5', + '371854003': 'R-0036C', + '371855002': 'R-00398', + '371856001': 'R-0033F', + '371857005': 'R-00340', + '371858000': 'R-0033E', + '371859008': 'R-00342', + '371860003': 'R-0033D', + '371861004': 'R-00328', + '371862006': 'R-002F3', + '371863001': 'R-0039F', + '371864007': 'R-00381', + '371865008': 'R-00382', + '371866009': 'R-0037F', + '371867000': 'R-0037E', + '371868005': 'R-00327', + '371869002': 'R-0032F', + '371870001': 'R-00370', + '371871002': 'R-00373', + '371872009': 'R-003A1', + '371873004': 'R-00314', + '371874005': 'R-002E3', + '371875006': 'R-002FB', + '371876007': 'R-002F7', + '371877003': 'R-002F8', + '371879000': 'R-002C4', + '371880002': 'R-002C5', + '371883000': 'R-00348', + '371884006': 'R-00363', + '371885007': 'R-00362', + '371886008': 'R-00364', + '371887004': 'R-00338', + '371888009': 'R-00397', + '371889001': 'R-00337', + '371890005': 'R-00377', + '371892002': 'R-002F2', + '371893007': 'R-0036B', + '371894001': 'R-002E2', + '371895000': 'R-002EF', + '371896004': 'R-0037C', + '371897008': 'R-0037A', + '371898003': 'R-0031B', + '371899006': 'R-0031A', + '371900001': 'R-00320', + '371901002': 'R-0031E', + '371902009': 'R-00399', + '371903004': 'R-0039A', + '371904005': 'R-0031F', + '371905006': 'R-0031C', + '371906007': 'R-0037B', + '371907003': 'R-0034A', + '371908008': 'R-00349', + '371909000': 'R-00315', + '371910005': 'R-002D9', + '371911009': 'R-00318', + '371912002': 'R-002E1', + '371913007': 'R-00355', + '371914001': 'R-00353', + '371915000': 'R-002FC', + '371916004': 'R-0036A', + '371917008': 'R-00346', + '371918003': 'R-00388', + '371919006': 'R-00347', + '371920000': 'R-00387', + '371922008': 'R-00335', + '371923003': 'R-00329', + '371924009': 'R-00330', + '371925005': 'R-00333', + '371926006': 'R-0030C', + '371928007': 'R-00345', + '371931008': 'R-002E9', + '371933006': 'R-0038B', + '371934000': 'R-0039B', + '371951007': 'R-003AA', + '371952000': 'R-00376', + '371953005': 'R-0035B', + '371954004': 'R-0035E', + '372073000': 'T-A010F', + '372074006': 'T-14122', + '372242005': 'T-AA092', + '372249001': 'R-00274', + '372276001': 'R-00288', + '372460008': 'G-D173', + '372463005': 'G-D17C', + '372464004': 'G-D17D', + '372480009': 'C-00211', + '372578001': 'F-616E7', + '372580007': 'F-616EB', + '372602008': 'F-616FE', + '372614000': 'F-6171D', + '372656001': 'F-6188F', + '372664007': 'R-F2B1D', + '372665008': 'F-61898', + '372666009': 'F-61899', + '372677003': 'C-0023B', + '372681003': 'F-618A5', + '372693007': 'F-618AE', + '372695000': 'F-618AF', + '372703009': 'R-F2B1F', + '372708000': 'F-618BA', + '372722000': 'C-0024C', + '372724004': 'F-61916', + '372735009': 'C-0024E', + '372787008': 'F-61957', + '372788003': 'C-00257', + '372790002': 'F-61959', + '372798009': 'R-F2B23', + '372806008': 'F-61969', + '372813008': 'F-6196E', + '372855004': 'F-61995', + '372862008': 'F-6199A', + '372881000': 'F-619AA', + '372901004': 'R-F2B27', + '372906009': 'F-619EF', + '373061006': 'R-002F6', + '373062004': 'R-002FA', + '373066001': 'R-0038D', + '373067005': 'R-00339', + '373068000': 'R-0038A', + '373095005': 'R-002ED', + '373098007': 'R-00317', + '373099004': 'R-00319', + '373100007': 'R-0032E', + '373102004': 'R-003AC', + '373104003': 'R-002E6', + '373105002': 'R-002E4', + '373108000': 'R-00357', + '373110003': 'R-00300', + '373111004': 'R-0035A', + '373112006': 'R-00302', + '373113001': 'R-0036E', + '373115008': 'R-0036D', + '373116009': 'D3-29096', + '373121007': 'R-00378', + '373122000': 'R-00344', + '373123005': 'R-0030D', + '373124004': 'R-00343', + '373125003': 'R-002C6', + '373126002': 'R-0032A', + '373127006': 'R-00331', + '373128001': 'R-00316', + '373129009': 'R-00341', + '373131000': 'R-0033B', + '373132007': 'R-0033C', + '373133002': 'R-00301', + '373134008': 'R-002CD', + '373135009': 'R-002D1', + '373136005': 'R-0030B', + '373137001': 'R-0030F', + '373138006': 'R-00389', + '373140001': 'R-0033A', + '373141002': 'R-00356', + '373142009': 'R-002F1', + '373143004': 'R-00371', + '373147003': 'R-00321', + '373148008': 'R-0037D', + '373150000': 'R-003CA', + '373151001': 'R-003CB', + '373156006': 'R-003D0', + '373162001': 'R-003D6', + '373163006': 'R-003D7', + '373164000': 'R-003D8', + '373165004': 'R-003D9', + '373166003': 'R-003DB', + '373167007': 'R-003DA', + '373169005': 'R-003DD', + '373170006': 'R-003DC', + '373171005': 'R-003DE', + '373172003': 'R-003BA', + '373173008': 'R-003B8', + '373174002': 'R-003B9', + '373175001': 'R-003BB', + '373176000': 'R-003BC', + '373177009': 'R-003BD', + '373178004': 'R-003BE', + '373179007': 'R-003BF', + '373180005': 'R-003C0', + '373182002': 'R-003C3', + '373183007': 'R-003C2', + '373184001': 'R-003C4', + '373185000': 'R-003C5', + '373186004': 'R-003C6', + '373187008': 'R-003C7', + '373189006': 'R-003C8', + '373190002': 'R-003C9', + '373197004': 'R-00286', + '373204007': 'R-003C1', + '373206009': 'C-00216', + '373219008': 'F-617EF', + '373246003': 'F-6180B', + '373250005': 'F-6180F', + '373254001': 'F-61814', + '373260001': 'F-6181B', + '373262009': 'C-0021C', + '373263004': 'F-6181D', + '373265006': 'F-6181F', + '373270004': 'C-0021D', + '373278006': 'F-61861', + '373288007': 'F-6186A', + '373294004': 'F-6186F', + '373297006': 'C-00231', + '373304005': 'F-61878', + '373337007': 'F-618FE', + '373372005': 'F-02900', + '373464007': 'F-6182F', + '373476007': 'F-6183C', + '373477003': 'F-6183D', + '373488009': 'F-61848', + '373529000': 'F-618D7', + '373530005': 'F-618D8', + '373646006': 'F-61968', + '373682001': 'F-619B7', + '373738000': 'F-61639', + '373780001': 'F-6169A', + '373808002': 'R-41560', + '373825000': 'R-408F2', + '373846009': 'R-41561', + '373847000': 'R-41562', + '373933003': 'R-424BE', + '373945007': 'D3-90008', + '384668003': 'F-02B9B', + '384692006': 'P5-C018A', + '385294005': 'T-61007', + '385356007': 'R-00443', + '385380006': 'R-00461', + '385382003': 'R-00463', + '385385001': 'R-00465', + '385420005': 'F-61D54', + '385474004': 'L-8B946', + '385484003': 'C-22830', + '385524004': 'R-41F90', + '385651009': 'G-D30B', + '385655000': 'G-D30F', + '385656004': 'G-D316', + '385673002': 'G-D217', + '386053000': 'P0-009B4', + '386103008': 'T-D048E', + '386124003': 'R-10041', + '386125002': 'R-10042', + '386131004': 'R-10043', + '386132006': 'R-10044', + '386134007': 'R-10045', + '386135008': 'R-10046', + '386136009': 'R-10047', + '386137000': 'R-10048', + '386138005': 'R-10049', + '386139002': 'R-10050', + '386140000': 'R-10051', + '386509000': 'P0-0409B', + '386530009': 'F-02B35', + '386616007': 'F-201BD', + '386661006': 'F-0A44A', + '386693003': 'C-68165', + '386760001': 'P1-C0037', + '386761002': 'P1-C0038', + '386802000': 'P0-05CCA', + '386839004': 'F-61AC5', + '386841003': 'F-61AC9', + '386842005': 'F-61ACA', + '386910003': 'F-61B21', + '387056004': 'C-00286', + '387085005': 'F-61C76', + '387146001': 'F-61A26', + '387150008': 'F-61A28', + '387176008': 'F-61A3F', + '387218008': 'F-61A66', + '387239001': 'F-61A76', + '387258005': 'F-61A7F', + '387264003': 'R-F2B2C', + '387286002': 'F-61A95', + '387341002': 'F-61AC4', + '387351001': 'F-61AFE', + '387362001': 'F-B2135', + '387368002': 'F-61B0A', + '387423006': 'F-61B48', + '387448009': 'F-61BB2', + '387480006': 'F-61BD0', + '387560008': 'F-61C65', + '387713003': 'P0-009C3', + '387736007': 'P1-48145', + '388168008': 'L-8BA18', + '388249000': 'L-8C3FB', + '388254009': 'L-8C3FD', + '388393002': 'L-8B1FB', + '388445009': 'L-000A9', + '388490000': 'L-881FC', + '388626009': 'L-000F9', + '389080008': 'T-A0095', + '389081007': 'T-A0096', + '389156006': 'A-00FAD', + '392001008': 'A-00E8A', + '392004000': 'A-00E8B', + '392007007': 'A-00E8C', + '392012008': 'A-00FBE', + '392021009': 'P1-030C4', + '394774009': 'R-42501', + '394775005': 'R-42502', + '395112001': 'F-00F4E', + '395511002': 'R-0045B', + '395742005': 'C-14512', + '395787009': 'C-B110E', + '395789007': 'C-B112D', + '395865006': 'C-11906', + '396339007': 'M-35001', + '396345004': 'C-002B1', + '396482007': 'R-10075', + '396487001': 'P1-65359', + '396488006': 'L-80453', + '396505009': 'L-80A45', + '396646008': 'R-10076', + '396647004': 'R-10077', + '396649001': 'R-10078', + '396652009': 'R-10079', + '396654005': 'R-1007A', + '396655006': 'R-1007B', + '396656007': 'R-1007C', + '397138000': 'F-037BB', + '397140005': 'F-037BC', + '397141009': 'F-037BD', + '397143007': 'F-037BF', + '397144001': 'F-037C0', + '397145000': 'F-037C1', + '397199005': 'G-8430', + '397247004': 'A-2B201', + '397263007': 'F-048FA', + '397363009': 'G-035B', + '397364003': 'G-035A', + '397405001': 'G-035C', + '397406000': 'G-035D', + '397407009': 'G-035E', + '397408004': 'G-035F', + '397409007': 'G-0360', + '397410002': 'G-0361', + '397411003': 'G-0362', + '397412005': 'G-0363', + '397413000': 'G-0364', + '397414006': 'G-0365', + '397415007': 'G-0366', + '397417004': 'G-0367', + '397418009': 'G-0368', + '397419001': 'G-0369', + '397421006': 'G-036A', + '397423009': 'G-036C', + '397425002': 'G-036D', + '397427005': 'G-036B', + '397435008': 'G-036E', + '397437000': 'G-036F', + '397439002': 'G-0370', + '397516006': 'P1-A3835', + '397522002': 'A-00FCA', + '397559001': 'A-040F7', + '397898000': 'G-D320', + '398010007': 'P1-0558A', + '398013009': 'A-1450B', + '398161000': 'R-305C3', + '398164008': 'DF-0070B', + '398201009': 'G-D321', + '398239001': 'P1-0512E', + '398325003': 'DF-0068E', + '398665005': 'F-A558A', + '398705004': 'F-61D6F', + '398828005': 'F-61D70', + '398979000': 'F-037AB', + '398994001': 'G-A191', + '398996004': 'R-1028E', + '398998003': 'G-039C', + '399000008': 'R-10296', + '399001007': 'G-5216', + '399002000': 'R-10299', + '399003005': 'R-10281', + '399004004': 'R-10246', + '399005003': 'R-10298', + '399006002': 'R-10212', + '399007006': 'G-037C', + '399011000': 'R-102D1', + '399012007': 'G-5220', + '399013002': 'R-1026D', + '399020009': 'D3-20021', + '399022001': 'R-1029F', + '399023006': 'G-0380', + '399024000': 'R-10295', + '399025004': 'R-10282', + '399026003': 'R-102B1', + '399027007': 'G-038F', + '399028002': 'R-10270', + '399030000': 'G-0374', + '399033003': 'R-10202', + '399036006': 'G-039A', + '399037002': 'R-1028F', + '399038007': 'R-10210', + '399039004': 'G-038D', + '399048009': 'G-038A', + '399051002': 'G-037E', + '399055006': 'R-102D7', + '399058008': 'G-0382', + '399059000': 'R-10216', + '399061009': 'R-10241', + '399062002': 'G-0386', + '399063007': 'G-0377', + '399064001': 'G-03A2', + '399065000': 'R-1026B', + '399067008': 'R-102CD', + '399070007': 'G-038B', + '399071006': 'R-102C3', + '399073009': 'R-10276', + '399074003': 'G-5207', + '399075002': 'G-5208', + '399080006': 'R-10288', + '399082003': 'R-10277', + '399083008': 'R-10280', + '399086000': 'G-0392', + '399089007': 'G-5210', + '399093001': 'G-0391', + '399097000': 'P1-0512A', + '399098005': 'R-102A3', + '399099002': 'R-10230', + '399101009': 'R-1024B', + '399103007': 'R-10275', + '399104001': 'G-0387', + '399106004': 'G-03A0', + '399108003': 'G-5206', + '399109006': 'G-0375', + '399110001': 'R-102C2', + '399118008': 'G-5223', + '399125001': 'R-102AC', + '399127009': 'R-102A9', + '399129007': 'R-1027D', + '399130002': 'R-102AF', + '399132005': 'R-10252', + '399133000': 'G-037A', + '399135007': 'R-10220', + '399136008': 'G-5209', + '399138009': 'R-1029E', + '399139001': 'G-0396', + '399140004': 'G-037B', + '399142007': 'R-10261', + '399145009': 'G-03A1', + '399146005': 'R-10279', + '399148006': 'R-1026C', + '399152006': 'R-10284', + '399154007': 'G-0381', + '399155008': 'G-0394', + '399156009': 'R-1028A', + '399157000': 'R-1029A', + '399159002': 'G-5225', + '399160007': 'R-10204', + '399161006': 'R-102D2', + '399162004': 'R-10242', + '399163009': 'R-102D6', + '399166001': 'R-4099D', + '399167005': 'G-037D', + '399168000': 'R-1027F', + '399169008': 'R-1028B', + '399171008': 'R-1029B', + '399173006': 'R-10236', + '399179005': 'R-1028D', + '399181007': 'R-1029C', + '399182000': 'R-102C1', + '399184004': 'R-10238', + '399188001': 'R-102D0', + '399192008': 'R-1024A', + '399195005': 'G-039D', + '399196006': 'R-10244', + '399197002': 'R-102D3', + '399198007': 'R-10232', + '399199004': 'R-1027B', + '399200001': 'G-039F', + '399201002': 'R-10283', + '399206007': 'R-1028C', + '399209000': 'R-102D5', + '399211009': 'G-03AA', + '399212002': 'R-1026A', + '399214001': 'G-A19C', + '399215000': 'R-102B0', + '399218003': 'R-10263', + '399220000': 'R-10515', + '399225005': 'R-10250', + '399226006': 'R-102D4', + '399227002': 'R-10286', + '399229004': 'G-0385', + '399232001': 'G-A19B', + '399234000': 'R-102A0', + '399235004': 'G-0383', + '399236003': 'R-10234', + '399237007': 'R-10262', + '399238002': 'G-0388', + '399239005': 'G-0398', + '399241006': 'R-102AA', + '399242004': 'R-102C6', + '399243009': 'R-102A2', + '399245002': 'R-1026F', + '399246001': 'R-10266', + '399247005': 'R-102A7', + '399251007': 'R-10292', + '399255003': 'R-10256', + '399260004': 'R-10224', + '399261000': 'G-03A5', + '399263002': 'R-10264', + '399264008': 'G-0373', + '399265009': 'R-102CF', + '399266005': 'G-037F', + '399267001': 'G-038C', + '399268006': 'G-5224', + '399270002': 'R-102AB', + '399271003': 'G-039B', + '399272005': 'R-102C5', + '399273000': 'G-5212', + '399277004': 'R-1027C', + '399278009': 'R-10268', + '399280003': 'R-10285', + '399281004': 'R-10274', + '399282006': 'G-0389', + '399284007': 'R-10297', + '399285008': 'R-1027E', + '399287000': 'G-0376', + '399288005': 'R-10248', + '399290006': 'R-102A1', + '399292003': 'R-102A4', + '399293008': 'G-0379', + '399294002': 'D7-90035', + '399296000': 'R-102A8', + '399297009': 'G-5222', + '399300004': 'G-5221', + '399301000': 'G-0390', + '399303002': 'R-10272', + '399306005': 'G-0397', + '399308006': 'R-10291', + '399309003': 'G-0378', + '399310008': 'G-039E', + '399311007': 'R-10278', + '399312000': 'R-10208', + '399313005': 'R-102A6', + '399316002': 'R-102C8', + '399318001': 'R-10287', + '399320003': 'R-10271', + '399321004': 'G-5215', + '399325008': 'R-10254', + '399327000': 'R-10293', + '399330007': 'R-102AD', + '399331006': 'P5-0808E', + '399332004': 'R-10289', + '399335002': 'R-102C4', + '399339008': 'G-0395', + '399341009': 'R-1027A', + '399342002': 'R-10290', + '399344001': 'R-10267', + '399348003': 'R-10206', + '399349006': 'R-102A5', + '399351005': 'R-102C7', + '399352003': 'R-10228', + '399354002': 'G-0384', + '399355001': 'R-1026E', + '399356000': 'R-40985', + '399358004': 'R-10269', + '399360002': 'R-10257', + '399362005': 'R-10265', + '399365007': 'R-1029D', + '399366008': 'R-10516', + '399367004': 'G-038E', + '399368009': 'R-10226', + '399370000': 'R-10294', + '399371001': 'G-0399', + '399372008': 'R-10273', + '399707004': 'R-41563', + '400047006': 'D3-8005B', + '401303003': 'D3-15119', + '401314000': 'D3-1511A', + '402603005': 'D0-2202B', + '403618004': 'D0-3002F', + '404640003': 'F-06017', + '404684003': 'R-005AE', + '404706008': 'C-B10A2', + '404707004': 'C-B10A4', + '404846007': 'C-B014D', + '405165006': 'F-0499A', + '405269005': 'R-305CE', + '405277009': 'J-005E6', + '405279007': 'J-005E8', + '405738005': 'G-A12F', + '405739002': 'G-A132', + '406660008': 'L-8C339', + '406663005': 'L-8B102', + '406711007': 'L-8A106', + '406714004': 'L-8A10C', + '406715003': 'L-8A10D', + '406721004': 'L-8A10F', + '406722006': 'L-8C33A', + '406723001': 'L-93791', + '406725008': 'L-88106', + '406733009': 'L-001DE', + '406951002': 'C-22836', + '406952009': 'C-22837', + '406953004': 'C-2283A', + '406955006': 'C-2283C', + '406957003': 'C-2283E', + '406958008': 'C-2283F', + '406959000': 'C-22840', + '406960005': 'C-22847', + '406961009': 'C-2284A', + '406964001': 'C-2284B', + '406965000': 'C-2284C', + '406966004': 'C-2284D', + '406967008': 'C-2284E', + '406968003': 'C-2284F', + '406969006': 'C-22850', + '406971006': 'C-2285B', + '406972004': 'C-2285C', + '406973009': 'C-2285D', + '406974003': 'C-2285E', + '406975002': 'C-2285F', + '406976001': 'C-22860', + '406977005': 'C-2286A', + '406978000': 'C-2286B', + '406980006': 'C-2286C', + '406981005': 'C-2286D', + '406982003': 'C-2286E', + '406983008': 'C-2286F', + '406984002': 'C-22870', + '406985001': 'C-2287A', + '406986000': 'C-2287B', + '406988004': 'F-61DA5', + '406989007': 'C-2287D', + '406990003': 'C-2287E', + '406991004': 'C-2287F', + '406992006': 'C-22880', + '406993001': 'C-2288A', + '406995008': 'C-2288D', + '407402001': 'L-8A105', + '407559004': 'F-03F6E', + '408379005': 'F-04A13', + '408551003': 'R-214DD', + '408573005': 'F-04AB2', + '408574004': 'F-04AB3', + '408643008': 'D0-F0369', + '408678008': 'DD-67703', + '408703009': 'R-101B0', + '408704003': 'R-101B2', + '408705002': 'R-101AF', + '408706001': 'R-101AD', + '408707005': 'R-101B3', + '408709008': 'R-101B5', + '408710003': 'R-101B6', + '408714007': 'R-101BA', + '408715008': 'R-101BB', + '408716009': 'R-101BC', + '408720008': 'R-101C0', + '408723005': 'R-101C3', + '408724004': 'R-101C4', + '408725003': 'R-101C5', + '408726002': 'R-101C6', + '408730004': 'G-C32C', + '408732007': 'G-C32E', + '408734008': 'R-10229', + '408744005': 'R-1022D', + '408745006': 'R-10227', + '409484007': 'C-B0303', + '409549005': 'F-61E5A', + '409586006': 'F-04BA9', + '409595003': 'F-61E79', + '409599009': 'F-0061F', + '409600007': 'R-41E4D', + '409603009': 'R-41E4E', + '409604003': 'R-41E4F', + '409605002': 'R-41E50', + '409615008': 'T-D04AC', + '409688003': 'R-305D3', + '409712001': 'D3-1081C', + '409783000': 'R-10239', + '409897002': 'R-10219', + '409898007': 'R-1021A', + '409899004': 'R-1021C', + '409900009': 'R-1021E', + '409901008': 'R-1021D', + '409902001': 'R-1021F', + '409903006': 'R-1021B', + '409905004': 'L-80108', + '409906003': 'L-8B947', + '409908002': 'L-8B948', + '409914009': 'L-8880B', + '409926004': 'L-88107', + '410429000': 'D3-3002F', + '410430005': 'D2-60262', + '410434001': 'R-1022A', + '410435000': 'R-1022B', + '410436004': 'R-1022C', + '410437008': 'R-1022E', + '410438003': 'R-1022F', + '410439006': 'R-10231', + '410461001': 'R-1020E', + '410462008': 'R-1020F', + '410463003': 'R-10211', + '410464009': 'R-10213', + '410465005': 'R-10215', + '410466006': 'R-10217', + '410467002': 'R-10218', + '410516002': 'G-A46B', + '410652009': 'R-005B3', + '410668003': 'G-D7FE', + '410675002': 'G-C340', + '410679008': 'G-A206', + '410685001': 'R-1023E', + '410686000': 'R-1023B', + '410687009': 'R-1023D', + '410688004': 'R-1023A', + '410689007': 'R-1023C', + '410726006': 'T-D0829', + '410873007': 'C-B05A3', + '410937004': 'F-61E2A', + '412155002': 'F-61DF9', + '413322009': 'F-04B88', + '413488005': 'L-8880C', + '413530006': 'R-102DD', + '413815006': 'P0-05DA0', + '413854007': 'J-0714B', + '413896006': 'R-10258', + '413912008': 'R-102DA', + '413975003': 'R-1025E', + '413985002': 'R-102BA', + '413996005': 'R-1025B', + '414088005': 'R-102B3', + '414089002': 'R-102B5', + '414135002': 'R-10260', + '414165007': 'R-102AE', + '414298005': 'R-102C0', + '414368000': 'R-1025A', + '414369008': 'R-10259', + '414415007': 'R-102B7', + '414416008': 'R-102B8', + '414417004': 'R-102B6', + '414485004': 'R-305D6', + '414493004': 'R-102CA', + '414497003': 'R-102BE', + '414545008': 'D3-10030', + '414576002': 'R-102B9', + '414582004': 'P1-A3846', + '414599003': 'R-1025F', + '414617007': 'R-102B2', + '414722000': 'R-1024F', + '414723005': 'R-10251', + '414795007': 'D3-1070D', + '415070008': 'R-102B4', + '415076002': 'G-03D3', + '415144009': 'R-10253', + '415145005': 'R-10255', + '415506007': 'J-0714A', + '415582006': 'M-3400A', + '415637004': 'R-102BB', + '415646005': 'R-102BD', + '415670009': 'R-102C9', + '415684004': 'G-A47B', + '415690000': 'F-400A9', + '415704007': 'C-B1133', + '415770004': 'R-102BF', + '415814008': 'R-1025D', + '415815009': 'R-1025C', + '415816005': 'R-102DB', + '415817001': 'R-102DC', + '416061003': 'R-FAB5E', + '416152001': 'R-FAB53', + '416190007': 'R-FAB5C', + '416319003': 'R-FAB54', + '416323006': 'P5-0A00D', + '416430001': 'R-FAB5B', + '416471007': 'G-03E5', + '416550000': 'R-FAB55', + '416567007': 'R-FAB5A', + '416631005': 'R-FAB58', + '416775004': 'R-FAB56', + '416804009': 'T-D9713', + '416840006': 'L-88108', + '416885007': 'L-8077B', + '416949008': 'R-FAB57', + '417012009': 'L-8B103', + '417136005': 'A-10029', + '417277001': 'L-8880D', + '417324009': 'F-CB902', + '417437006': 'R-FAB52', + '417696007': 'C-6A148', + '417746004': 'DF-00777', + '417881006': 'F-61FDB', + '418326009': 'F-D7011', + '418363000': 'F-A21A7', + '418433008': 'R-305EB', + '418760000': 'F-6205D', + '418799008': 'R-005E0', + '418903008': 'P5-00A25', + '419099009': 'F-04DA1', + '419161000': 'G-A13B', + '419176008': 'T-D04F2', + '419416005': 'P5-00A34', + '419442005': 'C-21047', + '419475002': 'F-04D55', + '419545005': 'P5-00A5C', + '419670003': 'M-33415', + '419775003': 'F-04D54', + '419804008': 'C-B1134', + '420050001': 'F-04D53', + '420223003': 'R-305EA', + '420287000': 'R-F2C86', + '420300004': 'F-3018B', + '420303002': 'F-C0101', + '420572009': 'A-17454', + '420800007': 'T-C4753', + '420827006': 'A-00FF4', + '420913000': 'F-3018D', + '421060004': 'T-D04FF', + '421148003': 'F-620E8', + '421335007': 'A-17452', + '421624008': 'T-C471E', + '421704003': 'F-3018C', + '421861001': 'T-C4722', + '421974008': 'R-41564', + '421988007': 'T-C471F', + '422061002': 'DA-7931D', + '422293003': 'F-3018E', + '422534007': 'R-40A95', + '422540000': 'C-B07DC', + '422568001': 'R-40A92', + '422587007': 'F-04E95', + '422598008': 'C-B07E1', + '422670003': 'R-40A88', + '422685009': 'P2-3110A', + '422763008': 'C-B07E2', + '422789008': 'C-B07E7', + '422795009': 'R-40A93', + '422855001': 'C-B07DB', + '422861003': 'R-40A89', + '422915004': 'A-010D8', + '422934004': 'C-127A5', + '422954003': 'R-40A98', + '422975006': 'C-B07DF', + '422980002': 'C-B07E8', + '422996004': 'R-40A99', + '423091003': 'R-40A8A', + '423498000': 'C-B07DD', + '423543007': 'C-B07DE', + '423546004': 'C-B07E4', + '423578007': 'C-1018D', + '423720000': 'R-40A94', + '423764008': 'C-135A4', + '423926000': 'L-804C0', + '424045003': 'D4-31B68', + '424064009': 'P2-31107', + '424079002': 'C-163AA', + '424086005': 'R-40A90', + '424111008': 'L-804B0', + '424118002': 'C-163AD', + '424225000': 'P2-31108', + '424299003': 'C-163AB', + '424318009': 'C-163AC', + '424361007': 'G-C350', + '424444005': 'P2-31109', + '424570009': 'C-B1135', + '424622008': 'F-04ECE', + '424655003': 'R-40A8F', + '424705003': 'L-801E8', + '424708001': 'C-B07E0', + '424789007': 'C-B07E5', + '424811006': 'R-40A8B', + '424874008': 'C-B07E6', + '424875009': 'C-1018C', + '424962005': 'R-40A8C', + '424979004': 'P0-05DE2', + '425030002': 'R-40A91', + '425035007': 'R-40A96', + '425042007': 'R-40A97', + '425118005': 'L-804A0', + '425141002': 'F-04ECF', + '425157002': 'R-40A8D', + '425181009': 'L-8B949', + '425188003': 'R-40A8E', + '425236000': 'C-B07E3', + '425253007': 'L-80495', + '425364008': 'C-127A4', + '425647002': 'T-D0859', + '425704008': 'P0-02241', + '425808002': 'P2-3120C', + '426005005': 'P5-080C2', + '426252008': 'P5-0905E', + '426347000': 'P0-00C29', + '426439001': 'R-3060E', + '426571006': 'L-8810A', + '426865009': 'P0-02242', + '426940008': 'P5-30045', + '427136006': 'L-8A114', + '427667007': 'T-A0149', + '427732000': 'F-04F74', + '427751006': 'F-04F76', + '427886002': 'P1-36993', + '427986001': 'G-4044', + '427989008': 'F-380B2', + '427990004': 'F-04F84', + '428196007': 'D3-10711', + '428247006': 'R-40AA7', + '428417006': 'F-380B3', + '428420003': 'F-04F92', + '428531008': 'F-04F9F', + '428549008': 'F-38793', + '428550008': 'F-38287', + '428552000': 'F-04FA0', + '428613004': 'P1-080B4', + '428628004': 'F-04FA5', + '428630002': 'F-04FA6', + '428685003': 'P2-3110B', + '428691001': 'R-40AA8', + '428750005': 'F-38794', + '428752002': 'G-044D', + '428813002': 'P2-31011', + '428824000': 'R-215D5', + '428825004': 'R-215D6', + '428832008': 'F-04FB4', + '428920008': 'F-04FB8', + '428927006': 'R-215D9', + '428995007': 'P3-05013', + '429058004': 'R-215DC', + '429060002': 'P7-00044', + '429157007': 'F-04FCA', + '429160000': 'F-04FCC', + '429162008': 'F-04FCD', + '429163003': 'P2-3120E', + '429198000': 'D3-0200B', + '429232006': 'R-215DE', + '429310004': 'C-1190E', + '429382003': 'F-04FD3', + '429391004': 'R-215E0', + '429477006': 'R-215E1', + '429483009': 'F-04FD8', + '429551001': 'G-4045', + '429557002': 'G-4046', + '429559004': 'D3-13037', + '429560009': 'A-1002A', + '429561008': 'D3-0400A', + '429576000': 'F-04FE3', + '429591003': 'C-1190F', + '429616001': 'P1-30A31', + '429619008': 'F-04FE5', + '429620002': 'P0-00C6B', + '429622005': 'F-38279', + '429710001': 'D4-31124', + '429733000': 'F-33019', + '429740004': 'G-04C5', + '429884006': 'P5-B300C', + '430028007': 'F-6220F', + '430091005': 'G-04E3', + '430276001': 'C-163B0', + '430346005': 'T-1A403', + '430757002': 'T-4858F', + '430821002': 'C-12916', + '430854000': 'P3-4500A', + '430855004': 'T-1A404', + '430856003': 'G-8439', + '430861001': 'G-843A', + '430862008': 'F-62219', + '430863003': 'F-6221A', + '430864009': 'F-6221B', + '430970004': 'G-843B', + '431196006': 'G-843C', + '431491007': 'T-7000B', + '431510009': 'C-2141B', + '431511008': 'P5-D300B', + '431609005': 'P0-00CA7', + '431852008': 'P5-B300F', + '431938005': 'T-7000C', + '432062000': 'C-80012', + '432554001': 'F-05018', + '432655005': 'F-05019', + '432678004': 'F-0501A', + '433139009': 'P5-0907F', + '433231002': 'P5-B3090', + '433232009': 'P0-05F95', + '433233004': 'P5-B3050', + '433235006': 'P5-B8215', + '433236007': 'P5-B3012', + '433338005': 'F-62231', + '433452008': 'P3-40003', + '433454009': 'P3-40004', + '433455005': 'P3-40005', + '433456006': 'P3-40006', + '433457002': 'P3-40009', + '433465004': 'P3-4000A', + '433466003': 'A-0101B', + '433469005': 'F-62232', + '433470006': 'P3-4000B', + '433471005': 'F-62233', + '433472003': 'A-0101D', + '433473008': 'F-62234', + '433474002': 'F-62235', + '434161005': 'F-05028', + '434162003': 'C-2141C', + '434295000': 'F-62238', + '434464009': 'A-0101E', + '434472006': 'P3-4000D', + '434473001': 'A-0101F', + '434474007': 'P3-4000E', + '434475008': 'P3-4000F', + '434479002': 'P3-40011', + '434533009': 'A-01021', + '434708008': 'A-01022', + '434711009': 'A-01023', + '434746001': 'A-01024', + '434822004': 'A-01025', + '439470001': 'D1-50666', + '439858009': 'P5-B0128', + '440252007': 'PA-30029', + '440935004': 'P0-099F5', + '441480003': 'S-8000A', + '441505008': 'R-40AA9', + '441509002': 'R-00728', + '441548002': 'R-30616', + '441555000': 'R-40AAA', + '441662001': 'R-3061B', + '441672003': 'R-40AAC', + '441676000': 'P0-00E0B', + '441752004': 'P2-00161', + '441850003': 'T-D0874', + '441901008': 'M-32704', + '441950002': 'R-3061D', + '441994008': 'R-3061E', + '442100006': 'T-540ED', + '442123009': 'P1-3180D', + '442170005': 'T-50153', + '442274007': 'T-540EE', + '442441009': 'R-40AB0', + '442580003': 'R-40AB2', + '442581004': 'R-40AB3', + '442582006': 'R-40AB4', + '442583001': 'R-40AB5', + '442585008': 'R-40AB6', + '442586009': 'R-40AB7', + '442587000': 'R-40AB8', + '442588005': 'R-40AB9', + '442589002': 'R-40ABA', + '442590006': 'R-40ABB', + '442591005': 'R-40ABC', + '442592003': 'R-40ABD', + '442593008': 'R-40ABE', + '442595001': 'R-40AC0', + '442596000': 'R-40AC1', + '442597009': 'R-40AC2', + '442598004': 'R-40AC3', + '442599007': 'R-40AC4', + '442600005': 'R-40AC5', + '442601009': 'R-40AC6', + '442602002': 'R-40AC7', + '442603007': 'R-40AC8', + '442604001': 'R-40AC9', + '442605000': 'R-40ACA', + '442606004': 'R-40ACB', + '442607008': 'R-40ACC', + '442608003': 'R-40ACD', + '442609006': 'R-40ACE', + '442610001': 'R-40ACF', + '442611002': 'R-40AD0', + '442612009': 'R-40AD1', + '442621005': 'R-40AD2', + '442622003': 'R-40AD3', + '442623008': 'R-40AD4', + '442624002': 'R-40AD5', + '442625001': 'R-40AD6', + '442626000': 'R-40AD7', + '442627009': 'R-40AD8', + '442628004': 'R-40AD9', + '442629007': 'R-40ADA', + '442630002': 'R-40ADB', + '442631003': 'R-40ADC', + '442632005': 'R-40ADD', + '442636008': 'R-40ADE', + '442637004': 'R-40ADF', + '442638009': 'R-40AE0', + '442639001': 'R-40AE1', + '442641000': 'R-40AE3', + '442643002': 'R-40AE4', + '442644008': 'R-40AE5', + '442645009': 'R-40AE6', + '442657000': 'R-40AE8', + '442658005': 'R-40AE9', + '442659002': 'R-40AEA', + '442660007': 'R-40AEB', + '442661006': 'R-40AEC', + '442674000': 'R-40AEE', + '442675004': 'R-40AEF', + '442688001': 'F-05166', + '442690000': 'R-40AF0', + '442691001': 'F-05167', + '442700003': 'F-0516A', + '442704007': 'F-0516C', + '442707000': 'F-0516E', + '442711006': 'F-05170', + '442714003': 'F-05173', + '442721003': 'R-40AF1', + '442726008': 'F-05179', + '442729001': 'R-40AF2', + '442730006': 'R-40AF3', + '442738004': 'R-40AF4', + '442739007': 'R-40AF5', + '442740009': 'R-40AF6', + '442741008': 'R-40AF7', + '442742001': 'R-40AF8', + '442743006': 'R-40AF9', + '442744000': 'R-40AFA', + '442745004': 'R-40AFB', + '442746003': 'R-40AFC', + '442747007': 'R-40AFD', + '442748002': 'R-40AFE', + '442755000': 'F-0517E', + '443082005': 'G-0577', + '443083000': 'G-0578', + '443096004': 'T-D0877', + '443100003': 'R-40AFF', + '443113009': 'T-D0878', + '443115002': 'F-8612F', + '443160001': 'G-0579', + '443162009': 'R-40B00', + '443163004': 'R-40B01', + '443167003': 'T-42102', + '443168008': 'F-0518A', + '443208000': 'M-2460C', + '443260009': 'T-D0879', + '443271005': 'P5-080FF', + '443281009': 'T-42304', + '443283007': 'T-D087A', + '443297004': 'T-D087B', + '443298009': 'T-D087C', + '443325000': 'R-0077C', + '443326004': 'T-D087D', + '443327008': 'T-D087E', + '443328003': 'T-D087F', + '443329006': 'M-20102', + '443379009': 'D4-31125', + '443444008': 'M-2460D', + '443445009': 'M-20103', + '443461006': 'DD-66228', + '443499004': 'G-057B', + '443500008': 'G-057C', + '443501007': 'R-421AA', + '443562002': 'G-057D', + '443591004': 'T-F6858', + '443609003': 'G-057E', + '443625008': 'T-D0880', + '443640005': 'R-40B0A', + '443696003': 'T-D0881', + '443698002': 'R-40B0E', + '443705001': 'T-F6859', + '443714006': 'T-48505', + '443724003': 'T-D0882', + '443726001': 'T-D0883', + '443789005': 'T-D0884', + '443808008': 'T-C430B', + '443809000': 'T-D0885', + '443829004': 'P0-06135', + '443844003': 'P5-08118', + '443907004': 'T-D0886', + '443989003': 'P1-36994', + '444001009': 'P1-36995', + '444034006': 'P1-36996', + '444161008': 'G-0586', + '444177009': 'T-D0887', + '444178004': 'P1-36997', + '444329004': 'T-D0888', + '444361000': 'R-40B10', + '444371003': 'R-40B11', + '444379001': 'R-40B12', + '444389002': 'R-40B1B', + '444392003': 'R-40B1C', + '444469002': 'R-40B21', + '444471002': 'F-051DF', + '444474005': 'F-051E0', + '444488009': 'F-051E3', + '444489001': 'F-051E4', + '444496004': 'F-051E5', + '444503000': 'F-051E6', + '444504006': 'F-051E7', + '444505007': 'F-051E8', + '444850002': 'G-D1E4', + '444883009': 'C-101E8', + '444923006': 'C-101E9', + '445084008': 'A-010DA', + '445169002': 'A-010DC', + '445185007': 'P1-103D3', + '445254006': 'A-010DD', + '445278001': 'A-010DE', + '445279009': 'A-010DF', + '445282004': 'A-00D87', + '445316008': 'A-0010F', + '445340000': 'A-010E0', + '445391002': 'A-010E1', + '445465004': 'A-010E2', + '445601002': 'A-00118', + '445621001': 'A-0011A', + '445622008': 'A-0011B', + '445623003': 'A-0011C', + '445624009': 'A-0011D', + '445625005': 'A-0011E', + '445633006': 'A-0011F', + '445634000': 'A-00120', + '445635004': 'A-00121', + '445663002': 'A-00123', + '445671003': 'A-00124', + '445679001': 'A-00125', + '445683001': 'A-00126', + '445685008': 'A-00127', + '446315002': 'P5-70694', + '446406008': 'R-40B32', + '446531006': 'C-114B6', + '446534003': 'C-163B6', + '446535002': 'C-163B7', + '446536001': 'C-163B8', + '446800006': 'C-145AA', + '446871009': 'C-145AB', + '447122006': 'R-F2CD4', + '447125008': 'C-163B9', + '447126009': 'C-163BA', + '447127000': 'C-163BB', + '447128005': 'C-163BC', + '447134003': 'C-114AB', + '447201007': 'C-163BD', + '447295008': 'R-40644', + '447482001': 'L-87830', + '447553000': 'C-101ED', + '447612001': 'L-87831', + '447996002': 'P0-06211', + '448169003': 'L-00376', + '448216007': 'DF-00BEA', + '448442005': 'P2-22933', + '448771007': 'L-88124', + '448895004': 'P1-0329D', + '449310008': 'L-88423', + '450960006': 'T-D6515', + '456992002': 'C-E0273', + '456995000': 'C-E0269', + '456997008': 'C-E0267', + '456999006': 'C-E0265', + '457000009': 'C-E026A', + '464557001': 'R-FCBB8', + '464983000': 'R-FCE69', + '467354001': 'R-FDF5C', + '468192005': 'R-FDB79', + '468440006': 'R-FD5EB', + '473188002': 'DF-1147C', + '698247007': 'R-FAE6C', + '698348000': 'R-FAED1', + '699453001': 'R-FB322', + '699503005': 'R-FB354', + '699505003': 'R-FB356', + '699507006': 'R-FB358', + '699508001': 'R-FB359', + '699509009': 'R-FB35A', + '699510004': 'R-FB35B', + '699511000': 'R-FB35C', + '700032006': 'R-FB565', + '701933006': 'R-FCC16', + '702391001': 'R-FB83F', + '702569007': 'R-FB8F1', + '702767007': 'R-FB9B7', + '703842006': 'R-FBDEA', + '705541005': 'R-FEAEC', + '706247001': 'R-FCCF2', + '706440002': 'R-FEEFF', + '706484002': 'R-FDCFF', + '706683002': 'R-FEEC3', + '706699008': 'R-FE814', + '707009005': 'R-FC4CC', + '707010000': 'R-FC4CD', + '707011001': 'R-FC4CE', + '707012008': 'R-FC4CF', + '707013003': 'R-FC4D0', + '707014009': 'R-FC4D1', + '707015005': 'R-FC4D2', + '707016006': 'R-FC4D3', + '707017002': 'R-FC4D4', + '707018007': 'R-FC4D5', + '707021009': 'R-FC4D8', + '707022002': 'R-FC4D9', + '707023007': 'R-FC4DA', + '707024001': 'R-FC4DB', + '707025000': 'R-FC4DC', + '707026004': 'R-FC4DD', + '707028003': 'R-FC4DF', + '707029006': 'R-FC4E0', + '707030001': 'R-FC4E1', + '707031002': 'R-FC4E2', + '707032009': 'R-FC4E3', + '707033004': 'R-FC4E4', + '707035006': 'R-FC4E6', + '707036007': 'R-FC4E7', + '707037003': 'R-FC4E8', + '707038008': 'R-FC4E9', + '707039000': 'R-FC4EA', + '707041004': 'R-FC4EC', + '707042006': 'R-FC4ED', + '707043001': 'R-FC4EE', + '707044007': 'R-FC4EF', + '707045008': 'R-FC4F0', + '707046009': 'R-FC4F1', + '707047000': 'R-FC4F2', + '707048005': 'R-FC4F3', + '707049002': 'R-FC4F4', + '707052005': 'R-FC4F7', + '707054006': 'R-FC4F9', + '707055007': 'R-FC4FA', + '707056008': 'R-FC4FB', + '707057004': 'R-FC4FC', + '707058009': 'R-FC4FD', + '707059001': 'R-FC4FE', + '707060006': 'R-FC4FF', + '707061005': 'R-FC500', + '707062003': 'R-FC501', + '707063008': 'R-FC502', + '707064002': 'R-FC503', + '707065001': 'R-FC504', + '707066000': 'R-FC505', + '707067009': 'R-FC506', + '707068004': 'R-FC507', + '708174004': 'R-FF0C4', + '709853007': 'L-DA692', + '710864009': 'D3-80086', + '711101009': 'R-FF2E7', + '712736002': 'C-D6858', + '714754004': 'T-F6724', + '714759009': 'T-F6713', + '716891004': 'R0-00017', + '716892006': 'R-FFFF2', + '716893001': 'R-FFFDC', + '716894007': 'R-FFFBE', + '716895008': 'R0-00020', + '716896009': 'R0-00000', + '716897000': 'R-FFFD6', + '716898005': 'R-FFFB1', + '716899002': 'R-FFFB7', + '716900007': 'R-FFFD0', + '716901006': 'R-FFFFC', + '716902004': 'R0-00018', + '716903009': 'R-FFFC4', + '716904003': 'R-FFFE2', + '716905002': 'R0-00001', + '716906001': 'R0-0001E', + '716907005': 'R-FFFC2', + '716908000': 'R-FFFE0', + '716909008': 'R0-00004', + '716910003': 'R0-00027', + '716911004': 'R-FFFB6', + '716912006': 'R-FFFD5', + '716913001': 'R-FFFF4', + '716914007': 'R0-00013', + '716915008': 'R-FFFC9', + '716916009': 'R-FFFAB', + '716917000': 'R0-0000F', + '716918005': 'R-FFFE6', + '716919002': 'R-FFFCD', + '716920008': 'R-FFFB0', + '716921007': 'R0-0000C', + '716922000': 'R-FFFE9', + '716923005': 'R-FFFD4', + '716924004': 'R-FFFB5', + '716925003': 'R0-0001B', + '716926002': 'R-FFFFD', + '716927006': 'R-FFFDF', + '716928001': 'R-FFFC1', + '716929009': 'R-FFFA9', + '716930004': 'R0-00006', + '716931000': 'R-FFFE5', + '716932007': 'R-FFFF3', + '716933002': 'R0-00014', + '716934008': 'R-FFFB3', + '716935009': 'R-FFFD3', + '716936005': 'R0-00003', + '716937001': 'R0-00025', + '716938006': 'R-FFFC0', + '716939003': 'R-FFFDD', + '716940001': 'R-FFFEA', + '716941002': 'R0-0000B', + '717027004': 'R-FFFD9', +} + +mapping['SRT'] = { + 'T-B7000': '111002', + 'C-B1123': '125001', + 'C-B1021': '187006', + 'S-101A9': '270002', + 'A-12010': '271003', + 'T-C4730': '283001', + 'L-80861': '300004', + 'T-32830': '345000', + 'D3-10800': '368009', + 'L-80156': '400003', + 'C-22972': '432003', + 'C-B1010': '439007', + 'T-A7093': '461002', + 'T-59440': '485005', + 'L-80833': '507002', + 'G-A443': '524008', + 'L-80902': '583000', + 'T-32410': '589001', + 'L-80703': '606003', + 'T-D1213': '661005', + 'L-80213': '684003', + 'A-17230': '739006', + 'T-D1000': '774007', + 'G-A140': '795002', + 'C-80330': '796001', + 'C-29020': '873008', + 'C-B0325': '925002', + 'L-80175': '944009', + 'T-26000': '955009', + 'T-48780': '976004', + 'L-80438': '1006005', + 'T-D1400': '1101003', + 'L-80462': '1118004', + 'C-16600': '1166006', + 'C-81100': '1182007', + 'T-13640': '1193009', + 'P0-30450': '1194003', + 'A-17222': '1211003', + 'T-A1110': '1231004', + 'F-10310': '1240000', + 'L-80419': '1247002', + 'G-A316': '1250004', + 'T-24440': '1307006', + 'C-22921': '1346008', + 'C-114B1': '1368003', + 'D3-89100': '1386000', + 'L-80821': '1420005', + 'T-C46A0': '1439000', + 'G-A160': '1483009', + 'L-80715': '1514007', + 'M-01470': '1522000', + 'G-F212': '1663004', + 'F-61470': '1710001', + 'T-C6510': '1732005', + 'L-80461': '1789009', + 'L-80A40': '1809004', + 'D4-48014': '1896004', + 'T-42510': '1918003', + 'M-95913': '1929004', + 'L-80840': '1974006', + 'C-131A2': '2008008', + 'T-C5140': '2048000', + 'L-80770': '2062007', + 'C-22898': '2088005', + 'M-87203': '2092003', + 'T-22000': '2095001', + 'M-91200': '2099007', + 'L-80341': '2124007', + 'C-22831': '2159007', + 'T-42370': '2160002', + 'S-10154': '2272004', + 'A-04830': '2282003', + 'C-14600': '2309006', + 'T-72100': '2334006', + 'T-54410': '2400006', + 'M-88003': '2424003', + 'C-115A2': '2705002', + 'T-83400': '2739003', + 'T-A7010': '2748008', + 'T-12711': '2812003', + 'T-46600': '2841007', + 'C-21624': '2869004', + 'C-B1302': '2942001', + 'M-85403': '2985005', + 'C-122A5': '3027009', + 'C-B1207': '3040004', + 'T-A0140': '3058005', + 'L-80345': '3099004', + 'T-29000': '3120008', + 'T-46180': '3159004', + 'L-80146': '3216001', + 'T-43107': '3227004', + 'T-28220': '3236000', + 'T-C4660': '3243006', + 'L-80568': '3260001', + 'F-63390': '3325005', + 'L-80778': '3347005', + 'L-80A15': '3354004', + 'C-A6700': '3361000', + 'M-04100': '3415004', + 'J-06173': '3430008', + 'L-80347': '3566006', + 'G-A108': '3583002', + 'L-80A08': '3653002', + 'L-80876': '3674001', + 'M-83143': '3839000', + 'T-C4110': '3916005', + 'L-80707': '3921008', + 'T-46210': '3924000', + 'C-127A2': '3932008', + 'T-A2594': '3937002', + 'T-AA940': '3954005', + 'T-A2920': '3960005', + 'L-80A30': '3995008', + 'L-80450': '3997000', + 'L-80A57': '4042003', + 'M-03000': '4147007', + 'T-49620': '4258007', + 'T-14050': '4317002', + 'C-81120': '4382004', + 'F-20250': '4386001', + 'T-F6845': '4432005', + 'P2-10700': '4525004', + 'D3-33000': '4554005', + 'D3-12700': '4557003', + 'P0-10210': '4563007', + 'L-80346': '4574003', + 'T-24100': '4596009', + 'M-82113': '4631006', + 'C-22963': '4656000', + 'C-B1012': '4693006', + 'D7-90420': '4754008', + 'C-B1208': '4832001', + 'T-C4800': '4942000', + 'T-A3230': '4958002', + 'L-80439': '4960000', + 'C-22923': '5043000', + 'T-D3213': '5076001', + 'T-54230': '5140004', + 'L-80333': '5164003', + 'L-80643': '5227002', + 'M-85030': '5244003', + 'T-C4361': '5296000', + 'L-80800': '5306005', + 'T-A2570': '5366008', + 'T-C4690': '5394000', + 'C-144A6': '5405008', + 'L-80206': '5438004', + 'C-22901': '5442001', + 'F-21301': '5467003', + 'C-14300': '5540006', + 'T-AA610': '5665001', + 'C-B1022': '5692007', + 'G-A530': '5712003', + 'T-D1603': '5713008', + 'T-C4240': '5727003', + 'T-D3400': '5798000', + 'P1-48350': '5884001', + 'L-80777': '5916008', + 'T-48420': '5928000', + 'C-B1222': '5931004', + 'G-A485': '6041008', + 'L-80563': '6053007', + 'T-54730': '6062009', + 'G-D112': '6064005', + 'L-807C8': '6103004', + 'L-80151': '6112002', + 'T-55320': '6217003', + 'L-80422': '6220006', + 'T-1115A': '6229007', + 'C-B1176': '6257000', + 'C-156A6': '6301006', + 'T-C4680': '6413002', + 'T-13610': '6423006', + 'C-51000': '6425004', + 'L-80325': '6431001', + 'D3-31290': '6456007', + 'T-43122': '6511003', + 'C-B1065': '6516008', + 'T-35002': '6530003', + 'T-59345': '6533001', + 'T-46130': '6538005', + 'M-54000': '6574001', + 'M-72175': '6660000', + 'C-22841': '6701008', + 'D7-90428': '6703006', + 'P1-86180': '6708002', + 'C-22947': '6725000', + 'G-A002': '6736007', + 'F-31150': '6797001', + 'P1-30350': '6832004', + 'T-A4950': '6866008', + 'T-39010': '6871001', + 'C-B1013': '6973004', + 'G-A397': '7087005', + 'T-54220': '7121006', + 'C-B0300': '7140000', + 'C-B1209': '7281000', + 'C-B0156': '7292004', + 'D4-32014': '7305005', + 'C-22924': '7434003', + 'P5-D6000': '7562007', + 'T-D8800': '7569003', + 'L-80409': '7623008', + 'T-47400': '7657000', + 'C-158A6': '7770004', + 'G-A101': '7771000', + 'T-42500': '7832008', + 'L-80141': '7843000', + 'T-15610': '7844006', + 'T-45530': '8012006', + 'T-32540': '8017000', + 'L-80463': '8089006', + 'T-42110': '8128003', + 'C-135A3': '8202008', + 'T-D8600': '8205005', + 'T-32850': '8225009', + 'C-180A5': '8227001', + 'T-C4490': '8334002', + 'C-22934': '8342001', + 'C-97520': '8348002', + 'L-807A1': '8351009', + 'T-C4560': '8356004', + 'M-89400': '8360001', + 'T-1A170': '8361002', + 'L-80A20': '8419007', + 'C-22865': '8429000', + 'L-80564': '8516002', + 'S-32070': '8517006', + 'T-C4400': '8568009', + 'P1-05052': '8592001', + 'T-A8500': '8598002', + 'T-48510': '8629005', + 'P0-10010': '8715000', + 'D3-29020': '8722008', + 'L-80606': '8763002', + 'T-47630': '8821006', + 'C-22935': '8836009', + 'C-B1182': '8858006', + 'T-54490': '8873007', + 'T-48620': '8887007', + 'C-22946': '8926000', + 'T-C4810': '8928004', + 'T-12282': '8931003', + 'L-80605': '8970009', + 'L-80106': '8989009', + 'T-48720': '8993003', + 'F-32040': '8997002', + 'C-22907': '9010006', + 'T-59420': '9040008', + 'L-80801': '9131007', + 'L-80642': '9135003', + 'C-97580': '9190005', + 'L-80209': '9230001', + 'P3-05000': '9265001', + 'L-80142': '9277006', + 'C-160A3': '9351000', + 'T-48330': '9454009', + 'L-80843': '9528004', + 'T-48611': '9642004', + 'T-C4280': '9659009', + 'C-6A180': '9721008', + 'G-A214': '9726003', + 'L-80740': '9761009', + 'T-45190': '9775002', + 'T-C8000': '9875009', + 'D4-30000': '9904008', + 'S-10131': '9947008', + 'F-10110': '9964006', + 'L-80824': '10040000', + 'T-47340': '10119003', + 'L-80A56': '10136006', + 'T-62000': '10200004', + 'T-C4140': '10209003', + 'C-22806': '10247008', + 'C-84085': '10249006', + 'L-80601': '10261003', + 'T-46700': '10293006', + 'F-32400': '10337008', + 'L-80729': '10369004', + 'M-80502': '10376009', + 'T-A3800': '10517005', + 'L-80754': '10544000', + 'D3-31744': '10626002', + 'M-97313': '10639003', + 'L-80A17': '10701001', + 'C-A2010': '10712001', + 'C-162A3': '10738001', + 'C-22958': '10740006', + 'C-B1142': '10781003', + 'G-A200': '10828004', + 'L-807C4': '10842007', + 'P1-03176': '10849003', + 'F-10320': '10904000', + 'F-64460': '10944007', + 'T-A3200': '11000004', + 'C-22944': '11069001', + 'G-A171': '11070000', + 'T-A6620': '11089000', + 'C-6A16A': '11136004', + 'F-33750': '11157007', + 'L-80567': '11161001', + 'C-22821': '11201005', + 'T-45520': '11279006', + 'L-80873': '11477006', + 'C-13321': '11496005', + 'F-10130': '11554009', + 'T-A0103': '11628009', + 'C-22906': '11645004', + 'M-82003': '11671000', + 'T-D4240': '11708003', + 'T-54270': '11712009', + 'C-10120': '11713004', + 'G-4022': '11723008', + 'C-22927': '11727009', + 'T-C46A1': '11740004', + 'L-80711': '11746005', + 'C-22871': '11780008', + 'D3-29010': '11851006', + 'G-A114': '11896004', + 'T-C4365': '11899006', + 'L-80324': '11967001', + 'S-101AA': '11993008', + 'C-22943': '12001002', + 'C-22807': '12030009', + 'T-46980': '12052000', + 'L-80882': '12091005', + 'C-22933': '12119009', + 'T-48170': '12123001', + 'G-D109': '12130007', + 'L-80805': '12131006', + 'M-95800': '12169001', + 'T-C4760': '12196003', + 'C-B0317': '12335007', + 'L-80430': '12360007', + 'L-80731': '12390000', + 'M-78060': '12402003', + 'L-80609': '12407009', + 'T-12740': '12611008', + 'T-46010': '12691009', + 'C-22968': '12710003', + 'T-C4852': '12728001', + 'T-A0100': '12738006', + 'T-43212': '12800002', + 'C-B0326': '12801003', + 'F-10210': '12852001', + 'T-11301': '12872006', + 'T-1242A': '12881000', + 'T-D6000': '12921003', + 'T-A7020': '12958003', + 'T-17010': '13024002', + 'T-32840': '13050003', + 'P1-03151': '13091001', + 'C-A7220': '13132007', + 'T-D8640': '13190002', + 'D4-31000': '13213009', + 'C-142A5': '13237009', + 'L-80841': '13248002', + 'L-80915': '13284009', + 'T-47600': '13363002', + 'T-32004': '13383001', + 'T-32650': '13418002', + 'T-C4100': '13482005', + 'L-80455': '13487004', + 'L-80131': '13544004', + 'T-AA910': '13561001', + 'T-F1820': '13576009', + 'C-B1172': '13626001', + 'T-43200': '13647002', + 'T-75000': '13648007', + 'C-22301': '13652007', + 'L-D9814': '13653002', + 'P1-36957': '13662000', + 'C-22808': '13744001', + 'F-01380': '13791008', + 'T-11166': '13881006', + 'C-15211': '13931001', + 'L-80339': '13934009', + 'L-80802': '13942005', + 'T-A2860': '13958008', + 'T-C1000': '14016003', + 'L-80579': '14063001', + 'C-158A7': '14071002', + 'A-11100': '14106009', + 'M-32410': '14156004', + 'F-10346': '14205002', + 'L-80848': '14245006', + 'M-76100': '14350002', + 'G-A111': '14414005', + 'C-52500': '14443002', + 'F-10226': '14502000', + 'T-11307': '14510004', + 'C-178A8': '14529005', + 'M-96503': '14537002', + 'C-22894': '14544006', + 'C-162A7': '14691008', + 'T-A3500': '14738005', + 'T-59000': '14742008', + 'P1-03130': '14766002', + 'T-54770': '14770005', + 'M-80006': '14799000', + 'F-61380': '14804005', + 'T-11610': '14806007', + 'L-80815': '14876008', + 'T-A7091': '14892003', + 'F-20010': '14910006', + 'T-F7001': '14944004', + 'C-22801': '14958002', + 'T-D8500': '14975008', + 'M-92203': '14990007', + 'L-80A52': '15020009', + 'C-A6900': '15117003', + 'T-A8780': '15119000', + 'A-80230': '15158005', + 'L-80830': '15171008', + 'P1-86520': '15415002', + 'T-54450': '15422005', + 'T-D4400': '15425007', + 'L-80663': '15443006', + 'M-02520': '15454001', + 'T-87000': '15497006', + 'G-4043': '15508007', + 'C-22908': '15529003', + 'T-14172': '15665001', + 'T-45270': '15672000', + 'M-31790': '15690004', + 'C-63A10': '15698006', + 'T-46668': '15763003', + 'T-AA220': '15775008', + 'T-65000': '15776009', + 'T-42000': '15825003', + 'A-2C090': '15869005', + 'C-22892': '15896008', + 'T-22100': '15924003', + 'L-80541': '15961007', + 'L-80742': '15966002', + 'C-B1204': '16011006', + 'L-80212': '16015002', + 'T-C4470': '16050005', + 'T-C4740': '16051009', + 'T-C46A4': '16228004', + 'T-32637': '16239001', + 'P5-B0000': '16310003', + 'A-12000': '16349000', + 'D8-20100': '16356006', + 'L-80A10': '16528000', + 'D4-31B24': '16567006', + 'T-A2300': '16630005', + 'P5-39010': '16736007', + 'C-22846': '16788000', + 'T-51305': '16811007', + 'C-22945': '16836001', + 'D2-81180': '16838000', + 'G-D164': '16857009', + 'C-22805': '16943008', + 'T-15430': '16953009', + 'F-18010': '16973004', + 'T-D2220': '16982005', + 'C-B1140': '17069007', + 'T-47160': '17137000', + 'C-22918': '17172002', + 'T-45600': '17232002', + 'D3-31740': '17338001', + 'D3-31500': '17366009', + 'T-45730': '17388009', + 'T-11308': '17399006', + 'T-54640': '17505006', + 'G-A265': '17589002', + 'C-B1000': '17600005', + 'G-A460': '17621005', + 'T-49330': '17623008', + 'P3-02000': '17636008', + 'L-80898': '17663009', + 'C-22A07': '17693003', + 'L-80651': '17717005', + 'T-C5000': '17861009', + 'C-113A1': '17910003', + 'M-52200': '17941002', + 'S-10115': '17945006', + 'M-52500': '18016009', + 'P5-40060': '18102001', + 'T-46422': '18112008', + 'M-55420': '18115005', + 'T-11B00': '18149002', + 'L-80524': '18212001', + 'F-B3000': '18220004', + 'T-A8040': '18234004', + 'T-14140': '18346003', + 'T-C3070': '18457007', + 'T-D9550': '18525008', + 'T-A1120': '18545000', + 'D4-31810': '18546004', + 'P2-35000': '18590009', + 'T-AA110': '18619003', + 'T-14120': '18686000', + 'T-91000': '18911002', + 'P1-C0220': '18946005', + 'T-23050': '18962004', + 'C-815E1': '19041007', + 'L-80750': '19078005', + 'P5-D2000': '19086005', + 'T-04003': '19100000', + 'M-10000': '19130008', + 'M-30400': '19227008', + 'D2-61100': '19242006', + 'D6-90800': '19346006', + 'L-80427': '19356005', + 'A-04034': '19443004', + 'C-B1206': '19495007', + 'G-A321': '19648000', + 'M-82110': '19665009', + 'T-D4210': '19695001', + 'T-49230': '19715009', + 'L-80581': '19770007', + 'M-02530': '19776001', + 'D2-50000': '19829001', + 'C-13518': '19893005', + 'A-26800': '19923001', + 'M-78800': '19928005', + 'G-A561': '19939008', + 'M-52240': '19952003', + 'L-80654': '20044005', + 'T-49350': '20115005', + 'C-22858': '20230008', + 'T-98000': '20233005', + 'F-A4580': '20262006', + 'L-80580': '20280002', + 'T-15311': '20292002', + 'T-11227': '20298003', + 'T-49240': '20699002', + 'M-52120': '20717008', + 'D3-29040': '20721001', + 'T-12412': '20760004', + 'C-A7420': '20847002', + 'T-40050': '20982000', + 'M-84403': '21008007', + 'L-80610': '21021000', + 'L-80837': '21039009', + 'T-C5330': '21058000', + 'G-A472': '21114003', + 'T-12435': '21133008', + 'F-00100': '21134002', + 'L-80851': '21150005', + 'T-A8570': '21161002', + 'L-80214': '21208000', + 'F-13060': '21278004', + 'L-80431': '21295007', + 'T-58400': '21306003', + 'M-80453': '21326004', + 'C-B1097': '21378001', + 'D3-83660': '21379009', + 'D7-90434': '21381006', + 'T-11190': '21387005', + 'L-80894': '21418008', + 'C-B1069': '21451004', + 'T-45170': '21479005', + 'T-A0090': '21483005', + 'L-80148': '21553004', + 'C-114A4': '21572004', + 'C-107A1': '21576001', + 'C-22844': '21592006', + 'G-A425': '21594007', + 'L-80A14': '21637005', + 'M-91803': '21708004', + 'L-80A07': '21726001', + 'T-1A200': '21793004', + 'T-46427': '21807003', + 'T-32400': '21814001', + 'T-D6221': '21844003', + 'A-26920': '21870002', + 'T-C46A5': '21875007', + 'L-80116': '21921002', + 'C-22959': '21951008', + 'M-95903': '21964009', + 'T-53000': '21974007', + 'C-22896': '22021002', + 'M-83240': '22024005', + 'M-32390': '22036004', + 'M-32201': '22039006', + 'D7-90370': '22049009', + 'T-46460': '22083002', + 'T-54280': '22120004', + 'T-28630': '22270008', + 'T-45200': '22286001', + 'D3-15000': '22298006', + 'F-18002': '22325002', + 'T-12340': '22356005', + 'T-54720': '22445006', + 'L-80540': '22506004', + 'M-80123': '22687000', + 'T-13100': '22688005', + 'M-85733': '22694002', + 'L-80884': '22697009', + 'L-80416': '22720009', + 'C-22913': '22749001', + 'T-43230': '22765000', + 'P1-38200': '22778000', + 'T-13310': '22823000', + 'P1-48840': '22890008', + 'C-22854': '22931006', + 'T-D2000': '22943007', + 'T-AB700': '22945000', + 'C-22827': '22968009', + 'C-B1083': '22979004', + 'C-B0333': '23053002', + 'T-45240': '23074001', + 'F-20130': '23141003', + 'T-58650': '23153004', + 'L-807D0': '23159000', + 'C-12500': '23172004', + 'T-A1280': '23180006', + 'T-C4624': '23198005', + 'T-54330': '23226009', + 'F-10336': '23242002', + 'T-A2710': '23347006', + 'T-12430': '23416004', + 'T-54340': '23427002', + 'T-49660': '23438002', + 'T-B3000': '23451007', + 'M-40000': '23583003', + 'L-80137': '23629009', + 'P1-67D40': '23719005', + 'M-80500': '23730008', + 'T-46410': '23771002', + 'C-180A2': '23788009', + 'L-80A00': '23826000', + 'L-80730': '23995009', + 'DA-73410': '24010005', + 'G-A142': '24020000', + 'G-A100': '24028007', + 'T-14165': '24062007', + 'T-12600': '24097009', + 'C-10110': '24099007', + 'L-80573': '24111007', + 'P5-B0008': '24135002', + 'T-15710': '24136001', + 'T-04100': '24142002', + 'F-10100': '24154002', + 'T-87600': '24162005', + 'C-22886': '24167004', + 'C-21919': '24215009', + 'L-80878': '24299002', + 'C-146A9': '24301009', + 'L-80530': '24319000', + 'M-44150': '24389009', + 'G-A147': '24422004', + 'G-A003': '24484000', + 'C-B1221': '24511001', + 'C-22937': '24516006', + 'T-11106': '24532009', + 'T-54400': '24573005', + 'P3-41910': '24587005', + 'L-80550': '24840008', + 'C-136A2': '24853006', + 'G-A491': '24863003', + 'T-42230': '24865005', + 'T-C4460': '24889003', + 'C-B0347': '24891006', + 'C-22956': '24900003', + 'T-11120': '24924006', + 'L-80A54': '24967003', + 'A-26430': '25062003', + 'F-A2700': '25064002', + 'C-22843': '25079009', + 'C-22909': '25091000', + 'L-80702': '25097001', + 'G-A477': '25126001', + 'L-80765': '25171009', + 'S-101A1': '25211005', + 'T-A8000': '25238003', + 'L-80831': '25243005', + 'T-C4130': '25247006', + 'L-80823': '25264009', + 'M-32000': '25322007', + 'L-80320': '25327001', + 'T-AB300': '25342003', + 'C-22A06': '25351006', + 'L-80464': '25369002', + 'C-12217': '25419009', + 'F-32052': '25437005', + 'T-C4362': '25447008', + 'T-39050': '25489000', + 'A-04110': '25510005', + 'D3-31700': '25569003', + 'G-4042': '25594002', + 'L-80306': '25660007', + 'T-C4250': '25683005', + 'T-54300': '25748002', + 'F-64210': '25761002', + 'L-80426': '25813002', + 'L-80539': '25856007', + 'G-D209': '25876001', + 'M-80503': '25910003', + 'C-22824': '25941002', + 'T-32820': '25943004', + 'T-72000': '25990002', + 'T-A6040': '25991003', + 'M-34000': '26036001', + 'P2-31102': '26046004', + 'L-80A53': '26057009', + 'F-A4600': '26079004', + 'L-80143': '26105007', + 'T-51130': '26140008', + 'F-38278': '26141007', + 'D4-31010': '26146002', + 'G-A110': '26216008', + 'L-80846': '26229008', + 'T-A2830': '26230003', + 'G-A660': '26242008', + 'G-A139': '26283006', + 'L-80809': '26332008', + 'C-A7000': '26370007', + 'L-80A16': '26382003', + 'T-AA079': '26386000', + 'A-25350': '26412008', + 'T-12200': '26444007', + 'C-51450': '26458009', + 'T-11218': '26493002', + 'C-68030': '26523005', + 'L-80176': '26525003', + 'F-10349': '26527006', + 'L-807A3': '26639007', + 'G-D140': '26643006', + 'L-80433': '26699009', + 'T-49630': '26703007', + 'T-49550': '26805005', + 'T-47240': '26818002', + 'L-80407': '26837006', + 'T-D7000': '26893007', + 'DD-33500': '26947005', + 'L-80411': '26973000', + 'C-22813': '27016007', + 'C-144A3': '27054007', + 'A-13500': '27065002', + 'C-172A5': '27081007', + 'T-A7070': '27088001', + 'C-22890': '27120008', + 'L-80A18': '27125003', + 'T-46970': '27175001', + 'P1-48520': '27315000', + 'D3-31742': '27337007', + 'P1-C0200': '27372005', + 'L-80889': '27385008', + 'T-D4600': '27398004', + 'D7-90310': '27431007', + 'L-80720': '27444002', + 'P5-00100': '27483000', + 'A-04200': '27606000', + 'T-A8150': '27612005', + 'L-807B3': '27615007', + 'D4-31B16': '27637000', + 'C-22A04': '27671009', + 'T-48502': '27706005', + 'G-7155': '27789000', + 'A-2C140': '27812008', + 'C-22872': '27844007', + 'T-54650': '27855007', + 'P3-05050': '27872000', + 'D3-32102': '27885002', + 'M-03010': '27925004', + 'T-D4200': '27947004', + 'T-15770': '27949001', + 'T-54000': '28035005', + 'C-B0331': '28121005', + 'T-42520': '28205006', + 'T-63000': '28231008', + 'C-136A5': '28243009', + 'T-60610': '28273000', + 'T-C4332': '28330007', + 'T-AB100': '28347008', + 'L-80215': '28360002', + 'T-A5250': '28390009', + 'T-54500': '28480000', + 'L-80172': '28483003', + 'C-22814': '28622002', + 'T-25201': '28700002', + 'T-AA200': '28726007', + 'L-80174': '28744004', + 'L-80744': '28751008', + 'T-C4780': '28870006', + 'M-80703': '28899001', + 'D0-71000': '28926001', + 'M-52000': '28960008', + 'T-48000': '29092000', + 'M-50080': '29185008', + 'C-B1061': '29218008', + 'L-80534': '29223008', + 'L-80653': '29235007', + 'C-22A08': '29252006', + 'C-22899': '29342009', + 'C-B1251': '29348008', + 'DA-26000': '29426003', + 'T-AA860': '29445007', + 'C-B1018': '29460005', + 'M-52101': '29483008', + 'C-22951': '29522004', + 'T-AA400': '29534007', + 'T-46940': '29660000', + 'T-46110': '29700009', + 'T-D9800': '29707007', + 'T-D2500': '29836001', + 'T-1234A': '29850006', + 'F-37000': '29857009', + 'L-80554': '29881002', + 'F-39800': '30017007', + 'T-D9400': '30021000', + 'T-C4512': '30024008', + 'L-80216': '30089001', + 'T-A5271': '30114003', + 'P1-31846': '30123000', + 'M-82013': '30156004', + 'T-1A190': '30180000', + 'D4-31150': '30288003', + 'T-58000': '30315005', + 'L-807C7': '30347000', + 'L-80113': '30384003', + 'T-A1700': '30399003', + 'L-80594': '30448006', + 'C-72000': '30492008', + 'T-12450': '30518006', + 'L-80886': '30565000', + 'T-13600': '30608006', + 'T-54630': '30618001', + 'L-80659': '30634003', + 'L-80525': '30720007', + 'G-A145': '30730003', + 'T-C4120': '30793004', + 'G-A249': '30807003', + 'C-B1063': '30825005', + 'L-85B00': '30996001', + 'T-A2400': '31065004', + 'L-80875': '31077009', + 'T-28770': '31094006', + 'G-A572': '31099001', + 'M-32700': '31113003', + 'T-45250': '31145008', + 'T-32330': '31162003', + 'T-C4863': '31171007', + 'M-92200': '31186001', + 'C-B1122': '31192007', + 'C-22952': '31260003', + 'L-80764': '31281003', + 'C-80460': '31306009', + 'T-D8650': '31329001', + 'D7-76200': '31351009', + 'L-80752': '31377001', + 'T-55200': '31389004', + 'L-80791': '31392000', + 'T-A3100': '31428008', + 'T-88000': '31435000', + 'C-B1175': '31527000', + 'L-80465': '31633003', + 'T-AA050': '31636006', + 'T-11140': '31640002', + 'M-74880': '31653004', + 'T-47440': '31677005', + 'T-48770': '31688004', + 'T-A7061': '31701002', + 'C-22891': '31714001', + 'P2-36110': '31724009', + 'T-14171': '31764008', + 'C-10520': '31811003', + 'M-02000': '31842008', + 'D7-90554': '31845005', + 'T-12281': '31934006', + 'C-B1183': '31953001', + 'C-81520': '31970009', + 'L-80881': '31971008', + 'T-54290': '31982000', + 'D3-80650': '31996006', + 'M-81400': '32048006', + 'T-45100': '32062004', + 'T-48214': '32114007', + 'L-80342': '32145006', + 'F-10318': '32185000', + 'L-80522': '32297006', + 'F-39780': '32318003', + 'T-D9310': '32361000', + 'G-A170': '32381004', + 'G-A121': '32400000', + 'P1-31D00': '32413006', + 'T-D0070': '32457005', + 'C-106A1': '32505007', + 'L-807D3': '32591006', + 'T-59460': '32622004', + 'M-52210': '32651000', + 'L-807B4': '32670005', + 'T-42400': '32672002', + 'L-80577': '32683006', + 'T-59100': '32713005', + 'T-48810': '32764006', + 'C-B0338': '32836007', + 'T-56000': '32849002', + 'T-48910': '32859001', + 'M-85103': '32913002', + 'L-80134': '32938007', + 'M-85303': '32968003', + 'T-A6080': '33060004', + 'G-A144': '33096000', + 'L-80535': '33212007', + 'C-80135': '33252009', + 'C-B1091': '33271006', + 'T-32633': '33272004', + 'P5-30100': '33367005', + 'L-807C2': '33401005', + 'L-80721': '33458006', + 'P1-48820': '33496007', + 'L-80511': '33551003', + 'T-04005': '33564002', + 'F-103A0': '33586001', + 'M-52400': '33593002', + 'T-32310': '33626005', + 'T-A6630': '33723005', + 'T-C4720': '33770006', + 'C-B1095': '33785000', + 'T-46520': '33795007', + 'G-A128': '33843005', + 'M-72105': '33889003', + 'T-A1502': '33930006', + 'F-10316': '34026001', + 'F-10348': '34106002', + 'F-10410': '34108001', + 'C-173A7': '34127007', + 'C-22911': '34128002', + 'L-80457': '34200004', + 'T-35400': '34202007', + 'G-D104': '34206005', + 'F-10380': '34296003', + 'T-1243A': '34318004', + 'T-48003': '34340008', + 'M-88303': '34360000', + 'T-59600': '34402009', + 'T-D6500': '34411009', + 'T-58600': '34516001', + 'P1-86100': '34536000', + 'L-80538': '34595003', + 'L-8B941': '34618005', + 'T-C4611': '34625003', + 'T-46960': '34635009', + 'C-22883': '34700000', + 'L-80865': '34752004', + 'A-26864': '34759008', + 'T-C4770': '34775006', + 'L-80891': '34870009', + 'M-90160': '34882000', + 'T-83000': '35039007', + 'C-22815': '35094004', + 'P5-D0050': '35202002', + 'L-80118': '35229007', + 'T-13660': '35259002', + 'D3-90100': '35304003', + 'C-B1031': '35321007', + 'C-131A3': '35337001', + 'C-22A00': '35352008', + 'L-8A102': '35354009', + 'T-48600': '35532006', + 'M-35060': '35566002', + 'M-97651': '35601003', + 'C-22842': '35609001', + 'P5-D3304': '35621002', + 'T-A2861': '35664009', + 'T-C4851': '35721009', + 'C-22942': '35724001', + 'P5-B3121': '35757004', + 'T-A1600': '35764002', + 'T-C4480': '35783009', + 'L-807A0': '35802007', + 'T-48890': '35819009', + 'P1-08080': '35860002', + 'C-B1109': '35884005', + 'M-81403': '35917007', + 'T-A1820': '35918002', + 'T-A1500': '35951006', + 'C-124B4': '35978008', + 'M-91501': '36060005', + 'L-80A05': '36074003', + 'T-C4626': '36086000', + 'L-80591': '36111002', + 'D2-80300': '36118008', + 'T-A2610': '36169008', + 'F-6ACA0': '36176003', + 'L-80658': '36187006', + 'T-C4500': '36251007', + 'L-80776': '36274006', + 'L-80300': '36295001', + 'T-51200': '36360002', + 'T-42220': '36371001', + 'L-807D7': '36438004', + 'T-12540': '36455000', + 'T-54240': '36492000', + 'L-80562': '36570001', + 'L-86B02': '36571002', + 'C-22864': '36572009', + 'T-A9090': '36582005', + 'L-80741': '36611001', + 'C-B1152': '36641004', + 'T-43112': '36672000', + 'T-46100': '36765005', + 'L-88121': '36855005', + 'C-22919': '36879007', + 'C-B1105': '36900006', + 'P1-33530': '36969009', + 'L-80910': '37024005', + 'T-A2840': '37035000', + 'M-44140': '37058002', + 'L-80718': '37116003', + 'T-D7010': '37117007', + 'P1-32502': '37153009', + 'G-D160': '37161004', + 'G-A180': '37197008', + 'C-149A1': '37225000', + 'T-46440': '37274004', + 'M-55160': '37279009', + 'T-11211': '37285002', + 'C-B1098': '37437001', + 'L-80870': '37453003', + 'T-B1200': '37512009', + 'C-22822': '37575004', + 'P5-39050': '37630009', + 'F-32056': '37706002', + 'G-D144': '37737002', + 'D3-33140': '37760005', + 'T-12390': '37783008', + 'T-A8820': '37899009', + 'C-B1051': '37947008', + 'T-C6020': '38000004', + 'S-101A2': '38048003', + 'DA-74110': '38101003', + 'L-80735': '38184008', + 'T-54010': '38199008', + 'G-D106': '38239002', + 'T-90020': '38242008', + 'T-D0010': '38266002', + 'C-22964': '38271009', + 'D3-02000': '38341003', + 'C-B0344': '38344006', + 'C-B1181': '38424001', + 'L-80842': '38449002', + 'C-22914': '38543004', + 'A-81080': '38586004', + 'C-22936': '38707008', + 'M-94003': '38713004', + 'G-A143': '38717003', + 'T-58200': '38848004', + 'T-D2700': '38864007', + 'T-D0011': '38866009', + 'T-54790': '38896004', + 'C-22825': '38902009', + 'T-AA820': '38934000', + 'T-46350': '38991005', + 'T-54520': '38994002', + 'M-91203': '39000009', + 'DA-74100': '39021009', + 'T-35200': '39057004', + 'C-B1089': '39200002', + 'C-12200': '39290007', + 'T-A8110': '39322007', + 'L-807D8': '39348004', + 'T-15001': '39352004', + 'T-59666': '39477002', + 'T-54160': '39481002', + 'F-CB962': '39525005', + 'L-80435': '39532001', + 'F-70102': '39539005', + 'T-28000': '39607008', + 'T-15680': '39723000', + 'T-28230': '39743006', + 'C-22861': '39777001', + 'A-2C141': '39790008', + 'T-54420': '39844006', + 'L-80350': '39855006', + 'L-80877': '39882003', + 'T-01000': '39937001', + 'T-54510': '40005008', + 'T-28825': '40020002', + 'C-22852': '40076005', + 'L-80832': '40121001', + 'T-A2020': '40146001', + 'F-10340': '40199007', + 'T-C4623': '40242007', + 'P1-31917': '40250003', + 'T-47260': '40254007', + 'T-11511': '40265002', + 'G-A640': '40266001', + 'T-48940': '40300007', + 'C-6A16B': '40342009', + 'A-04010': '40388003', + 'L-80816': '40400008', + 'P1-31602': '40403005', + 'G-A118': '40415009', + 'L-80A31': '40547002', + 'C-105A1': '40565003', + 'P2-22902': '40617009', + 'T-AA180': '40638003', + 'T-C4632': '40684008', + 'T-94000': '40689003', + 'P5-B3000': '40701008', + 'C-B0327': '40710000', + 'C-22876': '40718007', + 'L-80913': '40727008', + 'M-78260': '40772000', + 'D2-60302': '40779009', + 'C-22863': '40808006', + 'L-80893': '40898002', + 'C-114A5': '40937006', + 'T-D8200': '40983000', + 'L-80418': '41092008', + 'T-12717': '41111004', + 'T-C4613': '41145006', + 'T-92000': '41216001', + 'L-80812': '41263004', + 'T-AA500': '41296002', + 'T-14163': '41313007', + 'L-80713': '41320000', + 'D3-12002': '41334000', + 'P5-D9020': '41440006', + 'L-80722': '41538003', + 'C-80150': '41549009', + 'L-80561': '41561001', + 'L-807A2': '41584008', + 'F-B2700': '41598000', + 'T-11309': '41601005', + 'T-D1160': '41695006', + 'M-36700': '41699000', + 'L-80340': '41706005', + 'L-80436': '41738000', + 'C-22965': '41750006', + 'L-80429': '41754002', + 'C-181A3': '41758004', + 'T-43000': '41801008', + 'P5-D6500': '41842006', + 'T-43202': '41879009', + 'M-85023': '41919003', + 'C-13700': '41967008', + 'P1-31600': '41976001', + 'L-80500': '42018006', + 'L-30606': '42024000', + 'M-52470': '42182000', + 'C-22809': '42248000', + 'L-80728': '42250008', + 'L-807B2': '42252000', + 'T-46510': '42258001', + 'T-93020': '42320003', + 'D3-16010': '42343007', + 'D7-90364': '42385006', + 'D7-11010': '42399005', + 'C-B1300': '42417005', + 'G-A466': '42425007', + 'T-C4621': '42472007', + 'T-D1460': '42575006', + 'T-D8030': '42694008', + 'T-A4000': '42695009', + 'M-02100': '42700002', + 'L-80410': '42724005', + 'C-B1070': '42728008', + 'G-A166': '42798000', + 'L-80734': '42902003', + 'T-A2760': '42932006', + 'L-80608': '42948007', + 'T-D3160': '42973007', + 'T-AA862': '43045000', + 'C-22915': '43106008', + 'T-45320': '43119007', + 'L-80A09': '43219001', + 'C-116A3': '43239002', + 'T-54780': '43281008', + 'M-32310': '43299000', + 'L-80531': '43500007', + 'M-18000': '43526002', + 'L-80A13': '43529009', + 'C-B0312': '43538006', + 'C-22912': '43549000', + 'T-54670': '43622005', + 'G-A122': '43674008', + 'T-48530': '43863001', + 'T-47500': '43899006', + 'F-F7100': '43914001', + 'D3-31715': '44103008', + 'M-41610': '44132006', + 'L-80115': '44230005', + 'D3-29001': '44241007', + 'PA-50030': '44324008', + 'C-22849': '44488008', + 'P5-06000': '44491008', + 'T-25000': '44567001', + 'P1-48304': '44578009', + 'C-11400': '44588005', + 'M-88900': '44598004', + 'T-11221': '44612009', + 'T-32550': '44627009', + 'L-80714': '44696006', + 'T-28600': '44714003', + 'D7-90435': '44771000', + 'P1-31920': '44777001', + 'T-29100': '44788007', + 'D3-30000': '44808001', + 'P1-C0030': '44812007', + 'T-47650': '44830000', + 'L-80312': '44835005', + 'L-80A58': '44855006', + 'T-A9630': '44909008', + 'T-C4700': '44914007', + 'T-14020': '44947003', + 'T-47200': '44984001', + 'T-11034': '45001002', + 'D3-04000': '45007003', + 'T-D1600': '45048000', + 'C-22851': '45106005', + 'T-21000': '45206002', + 'P1-05535': '45211000', + 'C-15600': '45215009', + 'D3-23000': '45227007', + 'T-54690': '45234009', + 'L-80149': '45284002', + 'T-61100': '45289007', + 'T-81000': '45292006', + 'P5-D0040': '45316007', + 'T-44100': '45341000', + 'P2-68060': '45460008', + 'C-22962': '45475000', + 'D4-31120': '45503006', + 'M-78266': '45559001', + 'L-80762': '45561005', + 'L-80880': '45625009', + 'T-47300': '45631007', + 'L-80571': '45635003', + 'T-28820': '45653009', + 'L-80334': '45690005', + 'L-80405': '45790002', + 'T-B2000': '45793000', + 'F-20030': '45804006', + 'C-B1220': '45849009', + 'S-10164': '45929001', + 'T-48920': '46027005', + 'T-35100': '46030003', + 'G-A119': '46053002', + 'T-C4170': '46055009', + 'P2-31010': '46136006', + 'C-22802': '46139004', + 'T-C4592': '46157003', + 'M-90300': '46212000', + 'L-807D4': '46239008', + 'T-1228A': '46385009', + 'L-80332': '46392004', + 'L-80451': '46408008', + 'C-10004': '46602004', + 'P2-4A000': '46662001', + 'G-D172': '46713006', + 'M-88500': '46720004', + 'L-80912': '46725009', + 'T-28080': '46750007', + 'T-D2600': '46862004', + 'DD-13000': '46866001', + 'C-22974': '47030008', + 'T-54470': '47055002', + 'L-80780': '47075006', + 'P5-B8500': '47079000', + 'T-C4300': '47109002', + 'C-B0345': '47192000', + 'M-88211': '47284001', + 'G-C002': '47429007', + 'P1-32504': '47432005', + 'T-C4850': '47471008', + 'C-22877': '47486002', + 'M-85040': '47488001', + 'L-80814': '47542005', + 'C-132A8': '47588004', + 'G-D101': '47625008', + 'M-52450': '47631006', + 'L-80712': '47659007', + 'L-80879': '47699005', + 'T-12423': '47728000', + 'C-B1150': '47729008', + 'L-80574': '47795006', + 'L-80417': '47842004', + 'C-80490': '47898004', + 'T-32636': '47962008', + 'T-53130': '47975008', + 'T-C4410': '47985009', + 'C-22932': '47995002', + 'C-10001': '48006008', + 'T-C4822': '48193007', + 'T-59438': '48338005', + 'C-151B2': '48341001', + 'T-48610': '48345005', + 'T-74250': '48367006', + 'P1-26100': '48387007', + 'L-80505': '48394005', + 'T-54380': '48402004', + 'M-52100': '48434008', + 'L-80536': '48470006', + 'T-52000': '48477009', + 'L-80803': '48524002', + 'C-22885': '48540004', + 'T-D4120': '48544008', + 'C-A6530': '48603004', + 'F-0B320': '48694002', + 'L-80309': '48697009', + 'C-80160': '48698004', + 'L-80145': '48702000', + 'D3-29012': '48724000', + 'C-145A5': '48895003', + 'T-C4150': '48918001', + 'T-15720': '49076000', + 'T-48435': '49082002', + 'L-80644': '49240006', + 'T-54800': '49330006', + 'G-A104': '49370004', + 'T-C4420': '49394004', + 'L-80904': '49421002', + 'M-88503': '49430005', + 'D3-31520': '49436004', + 'T-51120': '49460000', + 'L-80576': '49462008', + 'G-A127': '49530007', + 'G-A402': '49608001', + 'C-22A11': '49687009', + 'F-24100': '49727002', + 'M-01000': '49755003', + 'T-A1740': '49841001', + 'T-32620': '49848007', + 'T-49250': '49852007', + 'L-30000': '49872002', + 'C-913A4': '49992008', + 'C-60700': '49998007', + 'T-11240': '50016007', + 'C-22889': '50062004', + 'L-80874': '50125003', + 'T-C4622': '50193000', + 'C-A1204': '50318003', + 'T-44400': '50408007', + 'L-80A59': '50441005', + 'T-D4110': '50519007', + 'T-F1810': '50536004', + 'C-14700': '50672002', + 'P1-C0010': '50697003', + 'L-80308': '50717006', + 'T-13450': '50755001', + 'P0-10800': '50849002', + 'M-74220': '50916005', + 'D3-26000': '50920009', + 'L-80173': '50959000', + 'M-37000': '50960005', + 'L-80459': '51023000', + 'T-41000': '51114001', + 'T-13630': '51159009', + 'T-D3000': '51185008', + 'T-48540': '51249003', + 'T-11510': '51282000', + 'T-11160': '51283005', + 'T-12310': '51299004', + 'T-B4000': '51345006', + 'M-75500': '51398009', + 'C-10940': '51420009', + 'G-A102': '51440002', + 'M-88903': '51549004', + 'C-22874': '51567006', + 'D2-04460': '51599000', + 'M-32320': '51668007', + 'T-54660': '51678005', + 'P1-A3102': '51683002', + 'L-80A42': '51692004', + 'T-12287': '51698000', + 'F-10240': '51795009', + 'C-136B6': '51800004', + 'F-10326': '51845000', + 'T-F6800': '51852003', + 'L-80144': '51937006', + 'T-54700': '51943008', + 'C-85800': '52017007', + 'F-10220': '52019005', + 'T-18010': '52082005', + 'G-A203': '52101004', + 'L-80900': '52105008', + 'A-26810': '52124006', + 'L-80806': '52253003', + 'T-49340': '52359001', + 'T-11156': '52374004', + 'C-B1111': '52408003', + 'T-43121': '52433000', + 'T-11220': '52509009', + 'T-C4841': '52554005', + 'T-D2300': '52612000', + 'T-12746': '52687003', + 'T-D4010': '52731004', + 'C-129A2': '52745005', + 'C-21403': '52836003', + 'M-32360': '52856002', + 'T-A1710': '52943005', + 'L-80705': '52946002', + 'L-807C5': '52952001', + 'M-01100': '52988006', + 'L-80120': '53031002', + 'T-D8040': '53036007', + 'T-C4320': '53074004', + 'T-32500': '53085002', + 'T-A1720': '53118009', + 'T-D8000': '53120007', + 'M-52130': '53151000', + 'C-B1092': '53207004', + 'L-80709': '53228008', + 'T-A8060': '53238003', + 'C-128A2': '53315004', + 'T-21300': '53342003', + 'A-04000': '53350007', + 'L-80338': '53360003', + 'F-8A030': '53430007', + 'L-80523': '53431006', + 'P5-C0000': '53438000', + 'T-59900': '53505006', + 'C-22812': '53511009', + 'T-A9605': '53520000', + 'T-45400': '53549008', + 'L-80458': '53567001', + 'P5-D5000': '53585008', + 'P2-22010': '53617003', + 'T-15290': '53620006', + 'M-88103': '53654007', + 'T-43210': '53655008', + 'C-127A3': '53700003', + 'T-29200': '53727004', + 'D3-13040': '53741008', + 'T-D9440': '53840002', + 'T-D6407': '53843000', + 'L-807C9': '53922000', + 'C-B1213': '53951001', + 'P1-0D300': '53958007', + 'T-14161': '53967007', + 'M-32340': '54002007', + 'T-61300': '54019009', + 'T-55000': '54066008', + 'L-80415': '54098002', + 'G-F211': '54102005', + 'T-A1520': '54165005', + 'C-22832': '54221006', + 'L-80660': '54232006', + 'T-42100': '54247002', + 'T-C4600': '54268001', + 'G-D002': '54300008', + 'T-45308': '54409005', + 'C-22961': '54432009', + 'F-63750': '54446009', + 'L-80424': '54447000', + 'M-35063': '54493002', + 'P5-32130': '54640009', + 'L-80408': '54699009', + 'T-11AD0': '54735007', + 'C-22811': '54791001', + 'L-80779': '54858000', + 'F-32110': '54993008', + 'G-A555': '55011004', + 'T-11102': '55024004', + 'L-807C0': '55058007', + 'T-22200': '55060009', + 'C-142B2': '55117002', + 'L-80414': '55167009', + 'M-75300': '55199003', + 'T-A2850': '55233005', + 'C-B1205': '55494003', + 'T-12714': '55499008', + 'L-80211': '55530007', + 'M-35300': '55584005', + 'F-01000': '55607006', + 'C-B1088': '55673009', + 'T-11512': '55678000', + 'C-80450': '55745002', + 'C-B1090': '55814006', + 'C-22888': '55831004', + 'D3-90000': '55855009', + 'F-10330': '55864004', + 'M-97323': '55921005', + 'T-C5300': '55940004', + 'L-80763': '55959002', + 'C-B1072': '56006008', + 'M-36050': '56021002', + 'T-A8410': '56052001', + 'L-80529': '56084008', + 'L-80437': '56086005', + 'T-A8070': '56193007', + 'M-38000': '56208002', + 'L-80773': '56243001', + 'D3-10000': '56265001', + 'T-B1000': '56329008', + 'A-13600': '56353002', + 'T-48740': '56400007', + 'T-D9700': '56459004', + 'M-91220': '56468002', + 'C-B1062': '56475001', + 'C-145A4': '56609000', + 'P1-03154': '56757003', + 'D3-29051': '56786000', + 'T-43205': '56789007', + 'T-49650': '56849005', + 'G-A437': '56851009', + 'C-B1073': '56867003', + 'T-11210': '56873002', + 'L-80A41': '56917006', + 'F-60710': '56953008', + 'L-80781': '56984005', + 'T-42300': '57034009', + 'D3-15100': '57054005', + 'L-80766': '57120006', + 'C-20005': '57126000', + 'A-00110': '57134006', + 'M-84013': '57141000', + 'G-0002': '57177007', + 'G-A174': '57183005', + 'DA-74120': '57190000', + 'G-A123': '57195005', + 'P1-30530': '57238002', + 'L-80743': '57349006', + 'T-32831': '57383004', + 'T-43120': '57396003', + 'L-80771': '57429001', + 'P2-22500': '57485005', + 'M-74200': '57597008', + 'L-80593': '57613003', + 'T-14030': '57651003', + 'T-96000': '57671007', + 'C-22857': '57753006', + 'M-32221': '57754000', + 'T-43125': '57823005', + 'T-54250': '57826002', + 'L-80872': '57849000', + 'T-46400': '57850000', + 'L-80862': '57947002', + 'T-32150': '58095006', + 'G-D102': '58100008', + 'L-80844': '58108001', + 'L-80811': '58116005', + 'T-C4230': '58130000', + 'F-39200': '58190003', + 'L-80440': '58264006', + 'C-17800': '58281002', + 'L-80604': '58311005', + 'F-20020': '58322009', + 'L-80753': '58341007', + 'C-155A2': '58541008', + 'T-D2310': '58602004', + 'C-22839': '58631000', + 'T-54740': '58646007', + 'D3-17100': '58718002', + 'T-12980': '58742003', + 'C-22954': '58755002', + 'L-80887': '58888001', + 'T-45800': '59011009', + 'C-A7021': '59057006', + 'T-11133': '59066005', + 'C-A7430': '59082006', + 'D3-33110': '59118001', + 'L-80335': '59210004', + 'P1-48830': '59214008', + 'P2-35440': '59218006', + 'D3-40230': '59282003', + 'F-61080': '59351004', + 'T-43110': '59438005', + 'T-C4000': '59441001', + 'L-80774': '59492009', + 'T-C4160': '59503006', + 'L-80849': '59528003', + 'L-807B1': '59643008', + 'T-32100': '59652004', + 'L-80572': '59667000', + 'T-45410': '59749000', + 'T-A7081': '59752008', + 'T-40000': '59820001', + 'C-135A2': '59844004', + 'F-32030': '59972007', + 'L-807A5': '59975009', + 'F-81890': '60001007', + 'T-14110': '60005003', + 'T-49010': '60028002', + 'D2-80100': '60046008', + 'C-138A9': '60057003', + 'F-10120': '60074003', + 'T-A2781': '60105000', + 'DA-76000': '60113004', + 'G-A366': '60132005', + 'T-45540': '60176003', + 'T-59470': '60184004', + 'G-D107': '60213007', + 'T-C4614': '60227002', + 'D3-29022': '60234000', + 'L-80836': '60252000', + 'C-22853': '60441008', + 'C-B1124': '60459006', + 'L-80911': '60517007', + 'C-A7001': '60533005', + 'D3-29021': '60573004', + 'G-A120': '60583000', + 'S-10161': '60614009', + 'F-01860': '60621009', + 'D4-31310': '60732002', + 'T-49530': '60734001', + 'C-22957': '60739006', + 'F-32050': '60797005', + 'T-D1206': '60819002', + 'T-42350': '60835009', + 'T-11130': '60911003', + 'C-22902': '60920007', + 'L-80620': '60958006', + 'T-C4670': '60965003', + 'T-C4002': '60996007', + 'G-F213': '61026006', + 'L-80533': '61036003', + 'C-22926': '61068006', + 'L-80630': '61083001', + 'C-2A000': '61088005', + 'T-AA813': '61242005', + 'L-80835': '61286000', + 'L-80896': '61320006', + 'G-A172': '61397002', + 'L-80864': '61405001', + 'PA-00620': '61420007', + 'D3-12001': '61490001', + 'T-C4440': '61492009', + 'P5-B0700': '61593002', + 'T-11134': '61671002', + 'T-D9000': '61685007', + 'T-1A180': '61695000', + 'C-173A5': '61716009', + 'PA-00500': '61746007', + 'L-80A51': '61753003', + 'C-80401': '61773008', + 'T-1151F': '61853006', + 'T-54750': '61868007', + 'T-54320': '61897005', + 'C-A0900': '61946003', + 'D4-31400': '61959006', + 'T-A5100': '61962009', + 'A-10150': '61968008', + 'L-80565': '61973002', + 'D3-33150': '62026008', + 'M-90503': '62064005', + 'D4-31A00': '62067003', + 'L-80845': '62137007', + 'L-80112': '62153005', + 'M-52103': '62189002', + 'L-80888': '62228004', + 'D3-02004': '62275004', + 'S-10116': '62296006', + 'G-A137': '62372003', + 'T-12420': '62413002', + 'C-B0316': '62442005', + 'G-A374': '62482003', + 'C-B1011': '62517004', + 'T-15317': '62555009', + 'T-C4352': '62630005', + 'T-C4360': '62683002', + 'T-AA830': '62736007', + 'L-80807': '62790004', + 'T-B1100': '62818001', + 'G-A117': '62824007', + 'T-50110': '62834003', + 'T-48286': '62869001', + 'T-A2980': '62872008', + 'M-78280': '63130001', + 'G-A332': '63161005', + 'M-89803': '63264007', + 'L-80761': '63269002', + 'A-12020': '63289001', + 'C-168A4': '63360001', + 'L-80834': '63390008', + 'D3-33120': '63467002', + 'T-48930': '63507001', + 'A-12210': '63562005', + 'M-94403': '63634009', + 'P1-36858': '63697000', + 'C-16200': '63754004', + 'T-04080': '63762007', + 'C-22905': '63929007', + 'L-80A32': '63972001', + 'T-71000': '64033007', + 'T-C4370': '64038003', + 'C-22878': '64112001', + 'T-48710': '64131007', + 'L-80208': '64158000', + 'T-12730': '64234005', + 'P5-00032': '64318009', + 'T-46310': '64468002', + 'C-B1100': '64488003', + 'C-A6710': '64520006', + 'T-C4612': '64556009', + 'DF-00000': '64572001', + 'L-80323': '64591001', + 'T-1274B': '64605006', + 'DA-75300': '64634000', + 'T-14166': '64658001', + 'T-11BF0': '64688005', + 'D3-02500': '64715009', + 'F-33300': '64730000', + 'T-93000': '64739004', + 'G-A648': '64957009', + 'C-22975': '64991008', + 'C-68050': '65026000', + 'C-141A1': '65054007', + 'F-61620': '65123005', + 'M-02570': '65124004', + 'C-B1215': '65156006', + 'L-80307': '65187008', + 'T-35310': '65197004', + 'T-A1000': '65216001', + 'P1-86E70': '65240009', + 'F-D7B50': '65265006', + 'T-C4820': '65266007', + 'L-80150': '65344003', + 'C-2A400': '65345002', + 'T-C4620': '65349008', + 'T-45110': '65355003', + 'P5-B8310': '65388005', + 'T-AA260': '65431007', + 'C-22897': '65445001', + 'L-80326': '65492002', + 'A-2C152': '65577000', + 'C-22953': '65580004', + 'T-54620': '65624003', + 'S-10121': '65656005', + 'P1-30351': '65659003', + 'T-C4340': '65690001', + 'M-80323': '65692009', + 'L-80A55': '65694005', + 'G-A324': '65709003', + 'C-22829': '65730007', + 'P1-03000': '65801008', + 'A-25500': '65818007', + 'M-90100': '65877006', + 'T-D0300': '66019005', + 'F-32330': '66130006', + 'L-80425': '66168008', + 'T-54350': '66303006', + 'L-80147': '66314009', + 'P5-D0042': '66377006', + 'G-A103': '66459002', + 'L-80738': '66495005', + 'T-46421': '66559000', + 'C-F3302': '66562002', + 'D3-31710': '66657009', + 'L-80727': '66712005', + 'T-A1650': '66720007', + 'G-D001': '66739002', + 'T-59200': '66754008', + 'G-A107': '66787007', + 'F-24210': '66857006', + 'C-81590': '66859009', + 'L-80130': '66911005', + 'T-AA621': '67046006', + 'L-80782': '67088002', + 'T-41100': '67170007', + 'P1-31612': '67338003', + 'D3-83300': '67362008', + 'L-80311': '67414001', + 'C-80131': '67440007', + 'L-80133': '67448000', + 'T-12780': '67453005', + 'C-80110': '67507000', + 'L-80310': '67515002', + 'M-72170': '67617000', + 'P1-31604': '67629009', + 'L-80813': '67684001', + 'C-B1081': '67690002', + 'T-A6640': '67701001', + 'L-80575': '67720004', + 'D3-04001': '67763001', + 'T-54710': '67834006', + 'T-47100': '67937003', + 'T-C4331': '67941004', + 'C-22928': '67956008', + 'A-26440': '67966000', + 'L-80883': '67977006', + 'T-47700': '68053000', + 'T-54210': '68085002', + 'L-80A33': '68086001', + 'T-C4710': '68171009', + 'A-12030': '68183006', + 'F-24442': '68235000', + 'D4-33622': '68237008', + 'C-22804': '68263003', + 'A-27500': '68276009', + 'T-32210': '68300000', + 'T-C4144': '68339009', + 'T-D9100': '68367000', + 'M-80103': '68453008', + 'P5-31500': '68457009', + 'C-22833': '68459007', + 'G-A169': '68493006', + 'D5-41170': '68496003', + 'T-D4140': '68505006', + 'L-80526': '68512002', + 'T-A2030': '68523003', + 'L-80200': '68552000', + 'C-130A3': '68580003', + 'C-114A6': '68630002', + 'T-AA310': '68703001', + 'T-49110': '68705008', + 'T-43111': '68787002', + 'P5-D1000': '68796002', + 'T-C4442': '68878000', + 'T-C4513': '68881005', + 'T-C4210': '68915008', + 'C-B1087': '68967007', + 'F-25040': '68978004', + 'L-80452': '69067004', + 'C-B1180': '69076006', + 'C-130A1': '69089000', + 'T-45010': '69105007', + 'C-22862': '69133007', + 'P2-35200': '69158002', + 'P1-05035': '69245005', + 'L-80903': '69249004', + 'T-C4630': '69255009', + 'T-46200': '69327007', + 'T-46423': '69421009', + 'C-80123': '69440003', + 'L-80553': '69461005', + 'L-80850': '69474004', + 'L-80724': '69529009', + 'T-D1100': '69536005', + 'L-80863': '69592005', + 'L-80590': '69602006', + 'T-C4750': '69691007', + 'T-57000': '69695003', + 'T-B6000': '69748006', + 'C-B0324': '69783005', + 'A-28040': '69805005', + 'T-47410': '69833005', + 'C-B1096': '69839009', + 'L-80A06': '69855002', + 'L-80775': '69862006', + 'T-65010': '69930009', + 'D3-87780': '69954004', + 'L-80700': '69986009', + 'T-A5160': '70007007', + 'T-26100': '70074004', + 'C-B1304': '70086001', + 'T-A2880': '70105001', + 'F-63600': '70106000', + 'D4-31220': '70142008', + 'T-60650': '70150004', + 'C-B1099': '70154008', + 'T-A2730': '70215001', + 'G-7154': '70232002', + 'T-32640': '70238003', + 'T-48814': '70253006', + 'T-15750': '70258002', + 'T-45900': '70382005', + 'L-80205': '70431006', + 'L-80428': '70457009', + 'C-22828': '70520000', + 'C-146B1': '70544003', + 'M-87303': '70594002', + 'L-80A11': '70653001', + 'T-47040': '70791007', + 'F-32070': '70822001', + 'T-F1300': '70847004', + 'T-11170': '70925003', + 'M-32260': '70984001', + 'D3-40300': '70995007', + 'M-01460': '71173004', + 'L-80736': '71175006', + 'M-90201': '71232009', + 'T-83200': '71252005', + 'T-48411': '71271007', + 'T-12710': '71341001', + 'A-17450': '71384000', + 'P0-00000': '71388002', + 'C-127A1': '71425003', + 'T-48160': '71585003', + 'T-13001': '71616004', + 'C-155A1': '71633006', + 'C-B1082': '71636003', + 'C-105A2': '71647005', + 'P5-40010': '71651007', + 'T-49640': '71758008', + 'C-81560': '71759000', + 'T-23000': '71836000', + 'T-59300': '71854001', + 'D3-31720': '71908006', + 'L-80607': '71923001', + 'C-22922': '71957009', + 'T-03000': '71966008', + 'T-12700': '72001000', + 'C-B1084': '72015003', + 'T-45210': '72021004', + 'D3-81100': '72092001', + 'T-48340': '72107004', + 'C-B1023': '72159005', + 'F-61A90': '72164009', + 'M-52300': '72166006', + 'T-11303': '72184008', + 'L-80322': '72329005', + 'C-22879': '72371006', + 'T-C4404': '72381005', + 'L-80412': '72394007', + 'T-D3300': '72410000', + 'C-163A8': '72454006', + 'T-28300': '72481006', + 'M-84803': '72495009', + 'A-11206': '72506001', + 'T-32632': '72542009', + 'C-22826': '72572003', + 'T-13620': '72573008', + 'T-59442': '72592005', + 'G-D108': '72607000', + 'P1-C0B00': '72641008', + 'L-80348': '72648002', + 'T-280D0': '72674008', + 'T-D9200': '72696002', + 'C-14800': '72717003', + 'T-54310': '72876007', + 'P2-36102': '73002000', + 'L-80578': '73005003', + 'L-80A44': '73049001', + 'T-32634': '73050001', + 'T-04020': '73056007', + 'C-B1041': '73065000', + 'T-11150': '73117003', + 'T-42580': '73166001', + 'L-80331': '73191001', + 'C-B0318': '73212002', + 'M-88610': '73219006', + 'C-22A02': '73251007', + 'L-80A19': '73271003', + 'L-80820': '73318001', + 'L-80760': '73319009', + 'T-11513': '73400003', + 'P1-32000': '73544002', + 'T-48430': '73580002', + 'T-46710': '73634005', + 'L-80661': '73648005', + 'S-10151': '73678001', + 'C-B1231': '73685002', + 'C-B1093': '73745003', + 'D3-28102': '73774007', + 'T-32200': '73829009', + 'C-22971': '73892005', + 'T-14150': '73930003', + 'T-48813': '73931004', + 'T-54680': '73937000', + 'C-67770': '73949004', + 'D3-33200': '74021003', + 'T-32832': '74031005', + 'T-15009': '74135004', + 'T-47660': '74156002', + 'T-02424': '74160004', + 'L-80847': '74173000', + 'T-C4260': '74203007', + 'T-51004': '74262004', + 'M-83153': '74280008', + 'T-93010': '74308000', + 'T-54370': '74344005', + 'M-80413': '74364000', + 'T-11149': '74386004', + 'L-80640': '74517004', + 'L-80716': '74536009', + 'M-02560': '74551000', + 'C-B0341': '74554008', + 'L-80656': '74568001', + 'D3-31121': '74615001', + 'C-50013': '74626007', + 'T-15460': '74670003', + 'L-80207': '74745008', + 'T-11110': '74872008', + 'L-80520': '74899005', + 'L-80560': '74921000', + 'M-52102': '74937006', + 'C-10080': '74947009', + 'L-80527': '74970001', + 'T-C4143': '75040000', + 'T-A1220': '75042008', + 'D3-81660': '75053002', + 'T-02480': '75093004', + 'PA-00600': '75118006', + 'T-1242B': '75129005', + 'T-26500': '75245000', + 'G-A600': '75294000', + 'T-11219': '75319007', + 'F-31000': '75367002', + 'T-42340': '75397005', + 'L-807C6': '75494002', + 'T-47020': '75531005', + 'G-A373': '75540009', + 'T-C5100': '75573002', + 'C-166A2': '75696008', + 'L-80650': '75709004', + 'M-35000': '75753009', + 'T-12800': '75772009', + 'F-CB250': '75777003', + 'T-43124': '75902001', + 'L-80751': '75911001', + 'C-22967': '75956008', + 'C-781E0': '75959001', + 'G-4041': '75976002', + 'C-22916': '76001002', + 'T-46420': '76015000', + 'P1-31876': '76025005', + 'C-22929': '76048000', + 'T-45430': '76117006', + 'C-B0328': '76155001', + 'F-20240': '76171001', + 'M-72000': '76197007', + 'D3-29050': '76267008', + 'T-C4633': '76290003', + 'L-80456': '76302002', + 'L-80914': '76351004', + 'L-80521': '76364003', + 'T-04004': '76365002', + 'F-38277': '76388001', + 'C-22859': '76439002', + 'L-80454': '76467006', + 'L-80132': '76497003', + 'T-D8810': '76505004', + 'L-80717': '76554006', + 'L-80153': '76604009', + 'C-22866': '76605005', + 'P1-30352': '76611008', + 'C-22875': '76633005', + 'D7-90382': '76649007', + 'T-C4475': '76659008', + 'T-C4842': '76704003', + 'T-AA650': '76710003', + 'L-807C3': '76724004', + 'T-04000': '76752008', + 'T-82000': '76784001', + 'T-C4220': '76838003', + 'T-39000': '76848001', + 'T-43105': '76862008', + 'T-C4456': '76878005', + 'C-22903': '76925007', + 'P5-D7000': '76927004', + 'L-80808': '76994004', + 'C-111A1': '77004003', + 'T-F1320': '77012006', + 'C-22941': '77073008', + 'T-54430': '77130001', + 'S-32000': '77176002', + 'L-80706': '77213006', + 'L-80611': '77236002', + 'D7-90452': '77296004', + 'C-B1223': '77313009', + 'P5-009A0': '77343006', + 'F-84000': '77386006', + 'A-12024': '77444004', + 'P5-08000': '77477000', + 'C-B1071': '77510008', + 'T-D2100': '77568009', + 'T-35410': '77583004', + 'T-D1620': '77621008', + 'F-B1810': '77671006', + 'A-12062': '77720000', + 'T-C4474': '77778009', + 'T-04002': '77831004', + 'T-70060': '78014005', + 'C-158A5': '78023008', + 'T-F1100': '78067005', + 'T-AA700': '78076003', + 'M-85012': '78197004', + 'L-807D6': '78214003', + 'L-80804': '78246003', + 'D9-30400': '78267003', + 'T-A2500': '78277001', + 'G-D103': '78421000', + 'T-44200': '78480002', + 'C-B1108': '78481003', + 'L-80171': '78541007', + 'C-B1067': '78570003', + 'L-8B100': '78678003', + 'C-B1017': '78686003', + 'C-22955': '78869007', + 'T-D3050': '78904004', + 'T-C3000': '78961009', + 'T-11515': '78972004', + 'L-80602': '78994007', + 'L-80100': '79058000', + 'A-30360': '79068005', + 'T-44010': '79142001', + 'C-159A2': '79197006', + 'L-80726': '79295007', + 'T-15200': '79361005', + 'G-A599': '79458005', + 'C-131A1': '79477007', + 'C-113A2': '79523006', + 'T-12280': '79601000', + 'L-80343': '79603002', + 'C-B1216': '79610008', + 'D3-29011': '79619009', + 'T-AA770': '79652003', + 'M-36300': '79654002', + 'F-32340': '79692001', + 'A-18041': '79811009', + 'L-80655': '79814001', + 'T-C4650': '79926007', + 'A-26860': '79952001', + 'T-A2750': '80049006', + 'L-80612': '80084005', + 'L-80600': '80131009', + 'T-54480': '80140008', + 'T-12770': '80144004', + 'T-AA810': '80243003', + 'T-04030': '80248007', + 'C-B1094': '80260008', + 'T-45160': '80272002', + 'F-70210': '80274001', + 'C-22856': '80305003', + 'F-37150': '80313002', + 'T-A2870': '80434005', + 'T-A1800': '80447000', + 'L-80892': '80576000', + 'T-D4001': '80581009', + 'T-A1900': '80621003', + 'T-A8130': '80622005', + 'T-54260': '80647007', + 'C-172A8': '80751004', + 'T-C4860': '80769008', + 'L-80413': '80777007', + 'L-80170': '80835003', + 'P5-40030': '80865008', + 'T-C4631': '80867000', + 'T-32000': '80891009', + 'C-00224': '80917008', + 'A-61000': '80919006', + 'F-01500': '80943009', + 'L-80657': '80979001', + 'T-AA630': '81016008', + 'T-44000': '81040000', + 'T-C4200': '81105003', + 'T-42200': '81128002', + 'T-C4290': '81132008', + 'L-80154': '81267004', + 'M-73310': '81274009', + 'F-00001': '81323004', + 'C-22A01': '81397005', + 'T-55300': '81502006', + 'L-80723': '81529001', + 'L-807D2': '81607005', + 'C-B1066': '81621007', + 'G-A138': '81654009', + 'M-95401': '81669005', + 'T-13300': '81727001', + 'T-AA000': '81745001', + 'C-B1203': '81761004', + 'M-02550': '81827009', + 'C-A6500': '81839001', + 'L-80A21': '81866001', + 'C-F3310': '81911001', + 'PA-20110': '82078001', + 'L-80885': '82206008', + 'C-677C0': '82264009', + 'G-A545': '82280004', + 'G-A385': '82334004', + 'T-C4350': '82365008', + 'C-22925': '82411007', + 'L-80327': '82440005', + 'A-26836': '82449006', + 'T-32300': '82471001', + 'T-12771': '82474009', + 'T-15690': '82561000', + 'C-F5000': '82566005', + 'C-80400': '82573000', + 'T-54460': '82628004', + 'L-88120': '82676003', + 'T-D0310': '82680008', + 'C-22895': '82682000', + 'M-85003': '82711006', + 'F-32100': '82799009', + 'T-D4900': '82849001', + 'L-80622': '82909008', + 'T-47690': '83018002', + 'F-61760': '83036002', + 'A-26400': '83059008', + 'L-80160': '83173002', + 'L-80733': '83216009', + 'L-80895': '83236005', + 'T-A2200': '83251001', + 'F-12100': '83323007', + 'D4-32012': '83330001', + 'T-C4458': '83380007', + 'T-49410': '83419000', + 'S-10181': '83420006', + 'P1-30022': '83422003', + 'C-B0342': '83423008', + 'L-80793': '83504004', + 'T-C6010': '83555006', + 'G-B102': '83578000', + 'C-17200': '83598005', + 'C-22920': '83600004', + 'T-D4425': '83670000', + 'C-80610': '83750004', + 'D4-31040': '83799000', + 'C-12013': '83881004', + 'L-80119': '83996001', + 'L-80537': '84081007', + 'D3-16000': '84114007', + 'C-22845': '84217005', + 'T-C4610': '84219008', + 'F-01360': '84229001', + 'L-80592': '84232003', + 'T-AB200': '84301002', + 'L-80532': '84315000', + 'M-02120': '84360004', + 'L-80871': '84367001', + 'C-6A16E': '84386009', + 'T-487A0': '84421000', + 'L-80708': '84514002', + 'L-80603': '84528008', + 'L-807D5': '84548001', + 'T-32833': '84654008', + 'C-22A03': '84656005', + 'L-807D1': '84660008', + 'T-32156': '84712000', + 'DA-30000': '84757009', + 'T-A0500': '84782009', + 'L-80A43': '84797007', + 'C-A6540': '84812008', + 'L-80135': '84839000', + 'C-15300': '84847000', + 'L-80105': '84923006', + 'T-12410': '85050009', + 'C-22873': '85066006', + 'T-D7020': '85119005', + 'L-80719': '85144002', + 'C-22848': '85190005', + 'T-45700': '85234005', + 'T-46120': '85235006', + 'C-80430': '85272000', + 'D3-12003': '85284003', + 'T-1A007': '85293002', + 'L-80662': '85315007', + 'T-C4843': '85380009', + 'T-46640': '85383006', + 'M-32350': '85431000', + 'T-48400': '85439003', + 'T-D8700': '85562004', + 'C-22A05': '85596006', + 'D3-91030': '85598007', + 'P5-D3300': '85606007', + 'T-A3700': '85637007', + 'M-32200': '85659009', + 'C-B1200': '85693008', + 'T-12350': '85710004', + 'M-32240': '85726003', + 'T-D0050': '85756007', + 'T-51600': '85816001', + 'T-15420': '85856004', + 'D3-20000': '85898001', + 'C-22838': '85981002', + 'M-80003': '86049000', + 'T-45300': '86117002', + 'A-32110': '86122002', + 'T-A5272': '86136007', + 'P1-03100': '86273004', + 'F-21000': '86290005', + 'D4-31110': '86299006', + 'C-68000': '86308005', + 'T-D4130': '86367003', + 'A-17350': '86407004', + 'L-80652': '86440008', + 'C-113A3': '86521004', + 'C-22869': '86541009', + 'T-47740': '86547008', + 'T-46500': '86570000', + 'C-B0323': '86584005', + 'L-80732': '86593006', + 'T-280A0': '86598002', + 'M-85002': '86616005', + 'L-80582': '86694007', + 'C-22823': '86750008', + 'L-80822': '86767001', + 'L-80321': '86920006', + 'T-80010': '86969008', + 'G-A351': '87017008', + 'L-80810': '87029004', + 'L-80528': '87061000', + 'F-10390': '87068006', + 'L-80737': '87111007', + 'T-21342': '87166008', + 'L-80897': '87219003', + 'T-12750': '87342007', + 'D3-12400': '87343002', + 'D7-90560': '87386002', + 'C-B1225': '87410002', + 'C-116A2': '87437000', + 'C-B0335': '87445005', + 'T-A2970': '87463005', + 'T-A0102': '87563008', + 'T-C2000': '87612001', + 'T-95000': '87644002', + 'G-A151': '87687004', + 'T-54360': '87704003', + 'F-BB000': '87708000', + 'F-12300': '87731000', + 'M-84903': '87737001', + 'T-80020': '87759004', + 'C-A7440': '87811005', + 'C-B1210': '87853006', + 'T-32600': '87878005', + 'M-90203': '87913009', + 'T-73000': '87953007', + 'C-B1121': '87958003', + 'L-80337': '87962009', + 'C-B1016': '88166005', + 'T-54170': '88176008', + 'T-32810': '88210001', + 'F-10216': '88241000', + 'T-14040': '88340001', + 'C-29000': '88376000', + 'T-A2700': '88442005', + 'G-A405': '88446008', + 'T-14167': '88454005', + 'C-B1171': '88473009', + 'C-13500': '88480006', + 'T-45510': '88556005', + 'T-42310': '88593004', + 'F-39790': '88619007', + 'C-22904': '88625006', + 'C-22867': '88660000', + 'L-807A4': '88779009', + 'L-80157': '88807001', + 'T-54610': '88824007', + 'T-A8640': '88882009', + 'T-1A080': '88921000', + 'T-D1120': '88986008', + 'C-22966': '89028002', + 'L-80A12': '89065000', + 'M-95400': '89084002', + 'T-42210': '89093001', + 'D3-00200': '89138009', + 'C-22887': '89139001', + 'C-22882': '89148006', + 'D7-90530': '89164003', + 'C-10005': '89177007', + 'T-20001': '89187006', + 'T-A2820': '89202009', + 'C-144A4': '89272005', + 'T-A3400': '89278009', + 'D3-12004': '89323001', + 'T-11514': '89340005', + 'L-80790': '89450005', + 'C-10072': '89457008', + 'T-D1200': '89545001', + 'T-11100': '89546000', + 'T-54760': '89552004', + 'C-22855': '89577003', + 'C-B0319': '89595000', + 'T-54390': '89625000', + 'L-80421': '89648005', + 'L-80349': '89665001', + 'L-80210': '89708009', + 'D3-28005': '89736004', + 'M-85203': '89740008', + 'P1-31850': '89814007', + 'C-B1224': '89818005', + 'T-74000': '89837001', + 'C-22868': '89856006', + 'T-C4330': '89858007', + 'T-C6000': '89890002', + 'L-80570': '89928000', + 'T-46740': '90024005', + 'L-80406': '90050009', + 'G-A182': '90069004', + 'F-32120': '90096001', + 'L-807B0': '90101001', + 'T-48410': '90219004', + 'T-D4230': '90290004', + 'T-35250': '90315007', + 'T-35210': '90318009', + 'T-90010': '90418005', + 'L-80901': '90444005', + 'D3-10510': '90539001', + 'T-35120': '90561006', + 'T-28830': '90572001', + 'T-13650': '90588001', + 'T-C4001': '90606007', + 'L-80158': '90612002', + 'C-B1068': '90617008', + 'C-B0348': '90733003', + 'G-A270': '90734009', + 'C-B0315': '90745007', + 'T-48840': '90771006', + 'D3-22100': '90828009', + 'L-8057A': '90885005', + 'F-32010': '90892000', + 'T-46820': '91079009', + 'T-43201': '91083009', + 'T-32834': '91085002', + 'P2-34122': '91096005', + 'T-35300': '91134007', + 'T-1243B': '91238003', + 'C-22881': '91295002', + 'T-C4580': '91394001', + 'T-11196': '91397008', + 'L-80860': '91429002', + 'T-D8104': '91470000', + 'T-48501': '91539005', + 'L-80792': '91553005', + 'P1-28160': '91602002', + 'C-22973': '91606004', + 'T-11180': '91609006', + 'T-D3136': '91691001', + 'T-F7040': '91707000', + 'T-AB500': '91716001', + 'T-D0080': '91720002', + 'T-D0005': '91723000', + 'T-461A0': '91732003', + 'T-40230': '91747007', + 'T-43115': '91748002', + 'T-43117': '91750005', + 'T-43118': '91751009', + 'T-43119': '91752002', + 'T-43127': '91753007', + 'T-43128': '91754001', + 'T-43129': '91755000', + 'T-4312A': '91756004', + 'T-4312B': '91757008', + 'T-4312C': '91758003', + 'T-4312D': '91759006', + 'T-4312E': '91760001', + 'T-43213': '91761002', + 'T-43214': '91762009', + 'T-43215': '91763004', + 'T-D0062': '91772007', + 'T-D00AB': '91830000', + 'D7-F0810': '92248004', + 'D7-F0902': '92652009', + 'DC-F4113': '93143009', + 'D3-F0620': '93473009', + 'D4-31154': '94150003', + 'D2-F1106': '94391008', + 'DA-73460': '95217000', + 'D0-00050': '95324001', + 'D0-B0300': '95376002', + 'D0-B0310': '95377006', + 'D0-B0311': '95378001', + 'D0-B0312': '95379009', + 'D0-B0314': '95380007', + 'D0-B0320': '95381006', + 'D0-B0324': '95382004', + 'D0-B0326': '95383009', + 'D0-B0330': '95384003', + 'D0-B0334': '95385002', + 'D0-B0338': '95386001', + 'D0-B0339': '95387005', + 'D0-B0340': '95388000', + 'D0-B0342': '95389008', + 'D0-B0346': '95390004', + 'D0-B0350': '95391000', + 'D0-B0352': '95392007', + 'D0-B0354': '95393002', + 'D0-B0356': '95394008', + 'D0-B0360': '95395009', + 'D0-B0364': '95396005', + 'D0-B0370': '95397001', + 'D0-B0380': '95398006', + 'D0-B0382': '95399003', + 'D0-B0390': '95400005', + 'D0-B0394': '95401009', + 'D0-B03A0': '95402002', + 'D0-B03A2': '95403007', + 'D0-B03A4': '95404001', + 'C-62960': '96218000', + 'C-64090': '96227004', + 'C-640A0': '96229001', + 'C-640B0': '96230006', + 'C-6A190': '96265006', + 'C-80800': '96302009', + 'C-81300': '96308008', + 'C-97302': '96329004', + 'C-B0301': '96387000', + 'C-B0302': '96388005', + 'C-B1218': '96390006', + 'T-14668': '102292000', + 'T-35020': '102298001', + 'A-10141': '102304005', + 'A-25600': '102312002', + 'A-25610': '102313007', + 'A-25612': '102314001', + 'A-25614': '102315000', + 'A-25616': '102316004', + 'A-26802': '102317008', + 'A-26912': '102319006', + 'A-27322': '102320000', + 'A-2B210': '102321001', + 'A-2C600': '102322008', + 'A-2C602': '102323003', + 'A-2C604': '102324009', + 'A-2C606': '102325005', + 'A-32475': '102378009', + 'F-00453': '102459008', + 'F-00454': '102460003', + 'F-10317': '102535000', + 'F-10319': '102536004', + 'F-10450': '102538003', + 'F-10460': '102539006', + 'F-10470': '102540008', + 'F-10480': '102541007', + 'F-37012': '102589003', + 'F-38002': '102594003', + 'F-84094': '102874004', + 'F-84430': '102877006', + 'G-0202': '103321005', + 'G-7290': '103335007', + 'G-A185': '103339001', + 'G-A186': '103340004', + 'G-A188': '103342007', + 'G-A189': '103343002', + 'G-A1A1': '103344008', + 'G-A1A2': '103345009', + 'G-A1A3': '103346005', + 'G-A1A4': '103347001', + 'G-A1A5': '103348006', + 'G-A1A6': '103349003', + 'G-A1B2': '103353001', + 'G-A1B3': '103354007', + 'G-A220': '103355008', + 'G-A556': '103361006', + 'G-D027': '103381007', + 'G-D032': '103382000', + 'G-D033': '103383005', + 'G-D052': '103386002', + 'G-D054': '103387006', + 'G-D210': '103390000', + 'G-D216': '103391001', + 'P0-00002': '103693007', + 'P1-00018': '103709008', + 'P1-05536': '103712006', + 'P1-05537': '103713001', + 'P1-05538': '103714007', + 'P1-05539': '103715008', + 'P1-05550': '103716009', + 'P3-50495': '104210008', + 'P5-0A100': '105371005', + 'P5-39015': '105372003', + 'P5-39191': '105373008', + 'P5-B3002': '105376000', + 'S-20570': '105501005', + 'F-61002': '105590001', + 'C-120F9': '105830007', + 'C-127F9': '105837005', + 'C-130F9': '105840005', + 'C-132F9': '105842002', + 'C-137F9': '105847008', + 'C-139F9': '105849006', + 'C-150F9': '105860002', + 'C-156F9': '105866008', + 'C-164F9': '105874009', + 'C-167F9': '105877002', + 'G-A1F8': '106233006', + 'J-07100': '106292003', + 'L-8B9F9': '107007004', + 'M-020F9': '107644003', + 'M-520F8': '107671003', + 'P5-D30F8': '108294005', + 'P5-D90F8': '108300008', + 'M-8FFFF': '108369006', + 'T-12761': '108371006', + 'C-80349': '108502004', + 'C-80680': '108602006', + 'C-22AA1': '108880002', + 'C-B7100': '108899006', + 'C-A0005': '109029006', + 'C-A0173': '109066000', + 'C-A01D1': '109069007', + 'C-B0314': '109212003', + 'C-B0322': '109218004', + 'C-B0329': '109219007', + 'C-B0332': '109222009', + 'C-B0339': '109223004', + 'D7-F0A02': '109888004', + 'DD-66A67': '110265006', + 'M-32210': '110421000', + 'M-78190': '110451006', + 'P1-00410': '110467000', + 'T-11011': '110517009', + 'T-12403': '110535000', + 'T-12701': '110536004', + 'T-28910': '110550009', + 'T-48820': '110568007', + 'T-59490': '110612005', + 'T-65600': '110621006', + 'T-88920': '110639002', + 'T-DD006': '110726009', + 'T-DD123': '110837003', + 'T-DD163': '110861005', + 'M-78066': '111017005', + 'A-17200': '111045004', + 'C-158A3': '111084009', + 'C-21402': '111095003', + 'C-22803': '111101002', + 'C-22917': '111102009', + 'C-6A118': '111132001', + 'C-80120': '111139005', + 'C-B0337': '111158001', + 'C-B1085': '111159009', + 'C-B1086': '111160004', + 'C-B1151': '111161000', + 'C-B1211': '111162007', + 'D3-29042': '111287006', + 'D3-40208': '111289009', + 'F-32020': '111973004', + 'G-A428': '112233002', + 'L-35500': '112381006', + 'L-80136': '112485003', + 'L-80336': '112486002', + 'L-80344': '112487006', + 'L-80423': '112488001', + 'L-80510': '112489009', + 'L-80566': '112490000', + 'L-80710': '112491001', + 'L-80725': '112492008', + 'L-80772': '112493003', + 'L-807B5': '112494009', + 'P1-31872': '112811009', + 'P1-C0020': '112987001', + 'P2-01510': '113011001', + 'S-10191': '113160008', + 'S-11090': '113163005', + 'T-11300': '113197003', + 'T-11304': '113198008', + 'T-30000': '113257007', + 'T-35110': '113259005', + 'T-42070': '113262008', + 'T-45120': '113263003', + 'T-45230': '113264009', + 'T-46910': '113269004', + 'T-47420': '113270003', + 'T-48520': '113273001', + 'T-51300': '113277000', + 'T-54440': '113278005', + 'T-A6000': '113305005', + 'T-C4511': '113336002', + 'T-C4616': '113338001', + 'T-C4840': '113340006', + 'T-D0048': '113342003', + 'T-D0060': '113343008', + 'T-D4000': '113345001', + 'T-D4450': '113346000', + 'T-D9540': '113351006', + 'F-65C50': '115391007', + 'T-15728': '116010006', + 'P5-08001': '116152004', + 'T-C2007': '116176007', + 'DD-60002': '116224001', + 'C-84989': '116532005', + 'C-10098': '116566001', + 'C-37128': '116593003', + 'C-37138': '116602009', + 'G-C504': '116676008', + 'G-C50A': '116682006', + 'T-AB001': '117590005', + 'P2-34201': '117610000', + 'A-04140': '118375008', + 'A-11101': '118378005', + 'F-31146': '118433006', + 'G-D00B': '118438002', + 'T-1241F': '118495001', + 'G-D701': '118538004', + 'G-D705': '118565006', + 'G-D709': '118578006', + 'G-D750': '118586006', + 'T-46002': '118634008', + 'T-12375': '118645006', + 'P0-05083': '118745001', + 'T-32423': '118755002', + 'D3-80515': '118927008', + 'T-D0558': '119238007', + 'T-24454': '119255006', + 'G-8003': '119295008', + 'G-8300': '119376003', + 'T-D0593': '119406000', + 'T-D0598': '119410002', + 'T-1240F': '119524001', + 'T-45005': '119568004', + 'P1-14810': '119614000', + 'P1-48501': '119853006', + 'T-46659': '120234003', + 'T-D0634': '120576005', + 'T-1300D': '122448007', + 'A-23000': '122456005', + 'P1-01003': '122459003', + 'T-70001': '122489005', + 'T-11501': '122494005', + 'T-11502': '122495006', + 'T-11503': '122496007', + 'G-8311': '122595009', + 'G-8318': '122737001', + 'G-8319': '122738006', + 'G-831B': '122739003', + 'T-49403': '122774002', + 'T-49103': '122775001', + 'T-48581': '122972007', + 'T-D000A': '123037004', + 'T-D0662': '123851003', + 'L-80139': '125074003', + 'L-87A02': '125076001', + 'L-8A10B': '125084002', + 'L-8B943': '125091004', + 'L-8C306': '125097000', + 'L-8C336': '125099002', + 'L-8C338': '125101009', + 'M-00101': '125112009', + 'M-32202': '125271003', + 'M-32203': '125272005', + 'M-32204': '125273000', + 'M-32208': '125274006', + 'M-52301': '125357009', + 'M-52302': '125358004', + 'T-15516': '125682004', + 'C-6A161': '125707004', + 'A-26434': '126065006', + 'D0-F035F': '126510002', + 'D5-F131F': '126838000', + 'DC-721C4': '127189005', + 'G-8310': '127457009', + 'G-C52F': '127489000', + 'P3-00003': '127790008', + 'T-C4311': '127919002', + 'T-C4312': '127920008', + 'T-C4313': '127921007', + 'T-C4314': '127922000', + 'T-C43A0': '127925003', + 'T-C43A1': '127926002', + 'T-C43A2': '127927006', + 'T-C43A5': '127930004', + 'T-C43A6': '127931000', + 'T-C43A7': '127932007', + 'T-C43AC': '127937001', + 'T-C43AD': '127938006', + 'T-C43AE': '127939003', + 'T-C43B2': '127940001', + 'T-C43B3': '127941002', + 'T-D0684': '127954009', + 'T-A0190': '128319008', + 'T-A0191': '128320002', + 'G-DB10': '128432002', + 'G-DB11': '128433007', + 'G-DB12': '128434001', + 'G-DB13': '128435000', + 'G-DB14': '128436004', + 'G-DB15': '128437008', + 'G-DB16': '128438003', + 'G-DB17': '128439006', + 'G-DB18': '128440008', + 'G-DB19': '128441007', + 'G-DB20': '128442000', + 'G-DB21': '128443005', + 'G-DB22': '128444004', + 'G-DB23': '128445003', + 'G-DB24': '128446002', + 'G-DB25': '128447006', + 'G-DB26': '128448001', + 'G-DB27': '128449009', + 'G-DB28': '128450009', + 'G-DB29': '128451008', + 'G-DB30': '128452001', + 'G-DB31': '128453006', + 'G-DB32': '128454000', + 'G-DB33': '128455004', + 'DF-00436': '128462008', + 'P1-03021': '128538000', + 'T-49424': '128548003', + 'T-49426': '128549006', + 'D3-81922': '128551005', + 'G-DB34': '128552003', + 'T-49215': '128553008', + 'T-49429': '128554002', + 'D4-32504': '128555001', + 'D4-32506': '128556000', + 'D4-32509': '128557009', + 'D4-32510': '128558004', + 'T-47490': '128559007', + 'T-4942A': '128560002', + 'D4-31052': '128563000', + 'T-32602': '128564006', + 'T-32502': '128565007', + 'D4-33512': '128566008', + 'D4-33514': '128567004', + 'D4-33516': '128568009', + 'T-49535': '128569001', + 'D4-31022': '128570000', + 'D4-31032': '128572008', + 'PA-50031': '128573003', + 'PA-50033': '128575005', + 'PA-50034': '128576006', + 'PA-50035': '128577002', + 'PA-50036': '128578007', + 'PA-50037': '128579004', + 'PA-50038': '128580001', + 'PA-50039': '128581002', + 'PA-5003A': '128582009', + 'T-4884A': '128583004', + 'D4-33142': '128584005', + 'T-48503': '128585006', + 'T-32190': '128586007', + 'T-D930A': '128587003', + 'T-44007': '128589000', + 'G-DE02': '128591008', + 'G-DE04': '128592001', + 'G-DE06': '128593006', + 'G-DE08': '128594000', + 'T-32202': '128595004', + 'M-39390': '128617001', + 'M-80463': '128632008', + 'M-82040': '128651002', + 'M-85072': '128696009', + 'M-88250': '128738002', + 'M-89830': '128765009', + 'G-D870': '128947001', + 'G-D872': '128948006', + 'G-D871': '128949003', + 'G-D873': '128950003', + 'G-D874': '128951004', + 'P1-3160A': '128952006', + 'P1-3160B': '128953001', + 'G-7292': '128954007', + 'G-7293': '128955008', + 'G-7294': '128956009', + 'G-7295': '128957000', + 'G-7296': '128958005', + 'G-7297': '128959002', + 'G-7298': '128960007', + 'G-7299': '128961006', + 'P2-71302': '128963009', + 'P2-71304': '128964003', + 'P2-71306': '128965002', + 'P2-71308': '128966001', + 'P2-71310': '128967005', + 'P2-71312': '128968000', + 'P2-71314': '128969008', + 'P2-71316': '128970009', + 'P2-71318': '128971008', + 'F-01602': '128974000', + 'F-01604': '128975004', + 'F-01606': '128976003', + 'F-01608': '128977007', + 'T-45416': '128979005', + 'A-00203': '128981007', + 'G-729A': '129082007', + 'G-729B': '129083002', + 'G-72BB': '129085009', + 'G-729C': '129086005', + 'G-729D': '129087001', + 'G-729E': '129088006', + 'G-729F': '129089003', + 'G-7304': '129090007', + 'G-7305': '129091006', + 'G-7406': '129092004', + 'G-7408': '129093009', + 'P2-7131A': '129095002', + 'P2-7131B': '129096001', + 'P2-7131C': '129097005', + 'P2-7131D': '129098000', + 'P2-7131E': '129099008', + 'P2-7131F': '129100000', + 'P2-713A0': '129101001', + 'P2-713A1': '129102008', + 'A-28051': '129113006', + 'G-D065': '129226004', + 'P0-02125': '129379006', + 'P0-02126': '129380009', + 'P0-02160': '129411004', + 'P0-02179': '129428001', + 'A-10042': '129460009', + 'A-1016B': '129463006', + 'A-16016': '129467007', + 'C-B1033': '129499001', + 'C-B1034': '129500005', + 'C-B1032': '129501009', + 'C-B1036': '129502002', + 'C-B1037': '129503007', + 'C-B1038': '129504001', + 'C-B1039': '129505000', + 'C-B103A': '129506004', + 'C-B103B': '129507008', + 'C-B103C': '129508003', + 'C-B103D': '129509006', + 'C-B103E': '129510001', + 'C-B103F': '129511002', + 'C-B1042': '129512009', + 'C-B1043': '129513004', + 'C-B1044': '129514005', + 'C-B1045': '129515006', + 'C-B1046': '129516007', + 'C-B1047': '129517003', + 'F-01710': '129715009', + 'F-01711': '129716005', + 'F-01712': '129717001', + 'F-01713': '129718006', + 'F-01714': '129719003', + 'F-01720': '129720009', + 'F-01721': '129721008', + 'F-01722': '129722001', + 'F-01723': '129723006', + 'F-01726': '129726003', + 'F-01727': '129727007', + 'F-01728': '129728002', + 'F-01729': '129729005', + 'F-0172A': '129730000', + 'F-0172B': '129731001', + 'F-01740': '129737002', + 'F-01741': '129738007', + 'F-01742': '129739004', + 'F-01743': '129740002', + 'F-01744': '129741003', + 'F-01745': '129742005', + 'F-01751': '129744006', + 'F-01752': '129745007', + 'F-01753': '129746008', + 'F-01754': '129747004', + 'F-01760': '129748009', + 'F-01761': '129749001', + 'F-01762': '129750001', + 'F-01763': '129751002', + 'F-01764': '129752009', + 'F-01765': '129753004', + 'F-01766': '129754005', + 'F-01767': '129755006', + 'F-01768': '129756007', + 'F-01769': '129757003', + 'F-0176A': '129758008', + 'F-0176B': '129759000', + 'F-0176C': '129760005', + 'F-0176D': '129761009', + 'F-0176E': '129762002', + 'F-0176F': '129763007', + 'F-01770': '129764001', + 'F-01771': '129765000', + 'F-01772': '129766004', + 'F-01773': '129767008', + 'F-01774': '129768003', + 'F-01775': '129769006', + 'F-01776': '129770007', + 'F-01781': '129772004', + 'F-01782': '129773009', + 'F-01783': '129774003', + 'F-01784': '129775002', + 'F-01785': '129776001', + 'F-01786': '129777005', + 'F-01787': '129778000', + 'F-01788': '129779008', + 'F-01789': '129780006', + 'F-0178A': '129781005', + 'F-0178B': '129782003', + 'F-0178C': '129783008', + 'F-0178D': '129784002', + 'F-0178E': '129785001', + 'F-0178F': '129786000', + 'F-01791': '129788004', + 'F-01792': '129789007', + 'F-01793': '129790003', + 'F-01794': '129791004', + 'F-01795': '129792006', + 'F-01796': '129793001', + 'F-01797': '129794007', + 'F-01798': '129795008', + 'F-01799': '129796009', + 'F-0179A': '129797000', + 'F-017B1': '129806009', + 'F-017B2': '129807000', + 'F-017B3': '129808005', + 'F-017B4': '129809002', + 'F-017B5': '129810007', + 'F-017B6': '129811006', + 'F-017B7': '129812004', + 'F-017B8': '129813009', + 'F-8A063': '130963002', + 'G-A15A': '131183008', + 'G-A16A': '131184002', + 'G-A18A': '131185001', + 'G-A18B': '131186000', + 'G-A193': '131187009', + 'G-A194': '131188004', + 'G-A195': '131189007', + 'G-A196': '131190003', + 'G-A197': '131191004', + 'G-A198': '131192006', + 'G-D785': '131197000', + 'L-80121': '131426006', + 'L-80122': '131427002', + 'L-80123': '131428007', + 'L-80124': '131429004', + 'L-80125': '131430009', + 'L-80126': '131431008', + 'L-80127': '131432001', + 'L-80128': '131433006', + 'L-80129': '131434000', + 'L-8012A': '131435004', + 'L-8012B': '131436003', + 'L-8012C': '131437007', + 'L-8012E': '131438002', + 'L-8012F': '131439005', + 'L-80138': '131440007', + 'L-8013A': '131441006', + 'L-8013B': '131442004', + 'L-8013C': '131443009', + 'L-8013D': '131444003', + 'L-8013E': '131445002', + 'L-8013F': '131446001', + 'L-8014C': '131447005', + 'L-8014D': '131448000', + 'L-8014E': '131449008', + 'L-8014F': '131450008', + 'L-8015A': '131451007', + 'L-8015B': '131452000', + 'L-8015C': '131453005', + 'L-8015D': '131454004', + 'L-8015E': '131455003', + 'L-8015F': '131456002', + 'L-80161': '131457006', + 'L-80162': '131458001', + 'L-80163': '131459009', + 'L-80164': '131460004', + 'L-80165': '131461000', + 'L-80166': '131462007', + 'L-80167': '131463002', + 'L-80168': '131464008', + 'L-80169': '131465009', + 'L-8016A': '131466005', + 'L-8016B': '131467001', + 'L-8016C': '131468006', + 'L-8016D': '131469003', + 'L-8016E': '131470002', + 'L-8016F': '131471003', + 'L-80177': '131472005', + 'L-80178': '131473000', + 'L-80179': '131474006', + 'L-8017A': '131475007', + 'L-8017B': '131476008', + 'L-8017C': '131477004', + 'L-8017D': '131478009', + 'L-8017E': '131479001', + 'L-8017F': '131480003', + 'L-80180': '131481004', + 'L-80181': '131482006', + 'L-80182': '131483001', + 'L-80183': '131484007', + 'L-80184': '131485008', + 'L-80185': '131486009', + 'L-80186': '131487000', + 'L-80187': '131488005', + 'L-80188': '131489002', + 'L-80189': '131490006', + 'L-8018A': '131491005', + 'L-8018B': '131492003', + 'L-8018C': '131493008', + 'L-8018D': '131494002', + 'L-8018E': '131495001', + 'L-8018F': '131496000', + 'L-80190': '131497009', + 'L-80191': '131498004', + 'L-80192': '131499007', + 'L-80193': '131500003', + 'L-80194': '131501004', + 'L-80195': '131502006', + 'L-80196': '131503001', + 'L-80197': '131504007', + 'L-80198': '131505008', + 'L-80199': '131506009', + 'L-8019A': '131507000', + 'L-8019B': '131508005', + 'L-8019C': '131509002', + 'L-8019D': '131510007', + 'L-8019E': '131511006', + 'L-8019F': '131512004', + 'L-801A0': '131513009', + 'L-801A1': '131514003', + 'L-801A2': '131515002', + 'L-801A3': '131516001', + 'L-801A4': '131517005', + 'L-801A5': '131518000', + 'L-801A6': '131519008', + 'L-801A7': '131520002', + 'L-801A8': '131521003', + 'L-801A9': '131522005', + 'L-801AA': '131523000', + 'L-801AB': '131524006', + 'L-801AC': '131525007', + 'L-801AD': '131526008', + 'L-801AE': '131527004', + 'L-801AF': '131528009', + 'L-801B0': '131529001', + 'L-801B1': '131530006', + 'L-801B2': '131531005', + 'L-801B3': '131532003', + 'L-801B4': '131533008', + 'L-801B5': '131534002', + 'L-801B6': '131535001', + 'L-801B7': '131536000', + 'L-801B8': '131537009', + 'L-801B9': '131538004', + 'L-801BA': '131539007', + 'L-801BB': '131540009', + 'L-801BC': '131541008', + 'L-801BD': '131542001', + 'L-801BE': '131543006', + 'L-801BF': '131544000', + 'L-801C0': '131545004', + 'L-801C1': '131546003', + 'L-801C2': '131547007', + 'L-801C3': '131548002', + 'L-801C4': '131549005', + 'L-801C5': '131550005', + 'L-801C6': '131551009', + 'L-801C7': '131552002', + 'L-801C8': '131553007', + 'L-801C9': '131554001', + 'L-801CA': '131555000', + 'L-801CB': '131556004', + 'L-801CC': '131557008', + 'L-801CD': '131558003', + 'L-801CE': '131559006', + 'L-801CF': '131560001', + 'L-801D0': '131561002', + 'L-801D1': '131562009', + 'L-801D2': '131563004', + 'L-801D3': '131564005', + 'L-801D4': '131565006', + 'L-801D5': '131566007', + 'L-801D6': '131567003', + 'L-801D7': '131568008', + 'L-801D8': '131569000', + 'L-801D9': '131570004', + 'L-801DA': '131571000', + 'L-801DB': '131572007', + 'L-801DC': '131573002', + 'L-801DD': '131574008', + 'L-801DE': '131575009', + 'L-801DF': '131576005', + 'L-801E0': '131577001', + 'L-801E1': '131578006', + 'L-801E2': '131579003', + 'L-801E3': '131580000', + 'L-801E4': '131581001', + 'L-801E5': '131582008', + 'L-801E6': '131583003', + 'L-801E7': '131584009', + 'L-801EA': '131585005', + 'L-801EB': '131586006', + 'L-801EC': '131587002', + 'L-801ED': '131588007', + 'L-801EE': '131589004', + 'L-801EF': '131590008', + 'L-801F0': '131591007', + 'L-801F1': '131592000', + 'L-801F2': '131593005', + 'L-801F3': '131594004', + 'L-801F4': '131595003', + 'L-801F5': '131596002', + 'L-801F6': '131597006', + 'L-801F7': '131598001', + 'L-801F8': '131599009', + 'L-801F9': '131600007', + 'L-801FA': '131601006', + 'L-801FB': '131602004', + 'L-801FC': '131603009', + 'L-801FD': '131604003', + 'L-801FE': '131605002', + 'L-801FF': '131606001', + 'L-80217': '131607005', + 'L-80218': '131608000', + 'L-80219': '131609008', + 'L-8021A': '131610003', + 'L-8021B': '131611004', + 'L-8021C': '131612006', + 'L-8021D': '131613001', + 'L-8021E': '131614007', + 'L-8021F': '131615008', + 'L-80220': '131616009', + 'L-80221': '131617000', + 'L-80222': '131618005', + 'L-80223': '131619002', + 'L-80224': '131620008', + 'L-80225': '131621007', + 'L-80226': '131622000', + 'L-80227': '131623005', + 'L-80228': '131624004', + 'L-80229': '131625003', + 'L-8022A': '131626002', + 'L-8022B': '131627006', + 'L-8022C': '131628001', + 'L-8022D': '131629009', + 'L-8022E': '131630004', + 'L-80230': '131631000', + 'L-80231': '131632007', + 'L-80232': '131633002', + 'L-80233': '131634008', + 'L-80234': '131635009', + 'L-80235': '131636005', + 'L-80236': '131637001', + 'L-80237': '131638006', + 'L-80238': '131639003', + 'L-80239': '131640001', + 'L-80240': '131641002', + 'L-80241': '131642009', + 'L-80242': '131643004', + 'L-80243': '131644005', + 'L-80244': '131645006', + 'L-80245': '131646007', + 'L-80246': '131647003', + 'L-80247': '131648008', + 'L-80248': '131649000', + 'L-80249': '131650000', + 'L-80250': '131651001', + 'L-80251': '131652008', + 'L-80252': '131653003', + 'L-80253': '131654009', + 'L-80254': '131655005', + 'L-80255': '131656006', + 'L-80256': '131657002', + 'L-80257': '131658007', + 'L-80258': '131659004', + 'L-80259': '131660009', + 'L-80260': '131661008', + 'L-80261': '131662001', + 'L-80263': '131663006', + 'L-80265': '131664000', + 'L-80266': '131665004', + 'L-80267': '131666003', + 'L-80268': '131667007', + 'L-80269': '131668002', + 'L-80270': '131669005', + 'L-80271': '131670006', + 'L-80272': '131671005', + 'L-80273': '131672003', + 'L-80274': '131673008', + 'L-80275': '131674002', + 'L-80276': '131675001', + 'L-80277': '131676000', + 'L-80278': '131677009', + 'L-80279': '131678004', + 'L-80280': '131679007', + 'L-80281': '131680005', + 'L-80282': '131681009', + 'L-80283': '131682002', + 'L-80284': '131683007', + 'L-80285': '131684001', + 'L-80286': '131685000', + 'L-80287': '131686004', + 'L-80288': '131687008', + 'L-80289': '131688003', + 'L-80290': '131689006', + 'L-80291': '131690002', + 'L-80292': '131691003', + 'L-80293': '131692005', + 'L-80294': '131693000', + 'L-80295': '131694006', + 'L-80296': '131695007', + 'L-80297': '131696008', + 'L-80298': '131697004', + 'L-80299': '131698009', + 'L-8031A': '131699001', + 'L-8031B': '131700000', + 'L-8031C': '131701001', + 'L-8031D': '131702008', + 'L-8031E': '131703003', + 'L-8031F': '131704009', + 'L-8032A': '131705005', + 'L-8032B': '131706006', + 'L-8032C': '131707002', + 'L-8032D': '131708007', + 'L-8032E': '131709004', + 'L-8032F': '131710009', + 'L-8033A': '131711008', + 'L-8033B': '131712001', + 'L-8033C': '131713006', + 'L-8033D': '131714000', + 'L-8033E': '131715004', + 'L-8033F': '131716003', + 'L-8034A': '131717007', + 'L-8034B': '131718002', + 'L-8034C': '131719005', + 'L-8034D': '131720004', + 'L-8034E': '131721000', + 'L-8034F': '131722007', + 'L-80351': '131723002', + 'L-80352': '131724008', + 'L-80353': '131725009', + 'L-80354': '131726005', + 'L-80355': '131727001', + 'L-80356': '131728006', + 'L-80357': '131729003', + 'L-80358': '131730008', + 'L-80359': '131731007', + 'L-8035A': '131732000', + 'L-8035B': '131733005', + 'L-8035C': '131734004', + 'L-8035D': '131735003', + 'L-8035E': '131736002', + 'L-8035F': '131737006', + 'L-80360': '131738001', + 'L-80361': '131739009', + 'L-80362': '131740006', + 'L-80363': '131741005', + 'L-80364': '131742003', + 'L-80365': '131743008', + 'L-80366': '131744002', + 'L-80367': '131745001', + 'L-80368': '131746000', + 'L-80369': '131747009', + 'L-8036A': '131748004', + 'L-8036B': '131749007', + 'L-8036C': '131750007', + 'L-8036D': '131751006', + 'L-8036E': '131752004', + 'L-8036F': '131753009', + 'L-80370': '131754003', + 'L-80371': '131755002', + 'L-80372': '131756001', + 'L-80373': '131757005', + 'L-80374': '131758000', + 'L-80375': '131759008', + 'L-80376': '131760003', + 'L-80377': '131761004', + 'L-80378': '131762006', + 'L-80379': '131763001', + 'L-8037A': '131764007', + 'L-8037B': '131765008', + 'L-8037C': '131766009', + 'L-8037D': '131767000', + 'L-8037E': '131768005', + 'L-8037F': '131769002', + 'L-80380': '131770001', + 'L-80381': '131771002', + 'L-80382': '131772009', + 'L-80383': '131773004', + 'L-80384': '131774005', + 'L-80385': '131775006', + 'L-80386': '131776007', + 'L-80387': '131777003', + 'L-80388': '131778008', + 'L-80389': '131779000', + 'L-8038A': '131780002', + 'L-8038B': '131781003', + 'L-8038C': '131782005', + 'L-8038D': '131783000', + 'L-8038E': '131784006', + 'L-8038F': '131785007', + 'L-80390': '131786008', + 'L-80391': '131787004', + 'L-80392': '131788009', + 'L-80393': '131789001', + 'L-80394': '131790005', + 'L-80395': '131791009', + 'L-80396': '131792002', + 'L-80397': '131793007', + 'L-80398': '131794001', + 'L-80399': '131795000', + 'L-8039A': '131796004', + 'L-8039B': '131797008', + 'L-8039C': '131798003', + 'L-8039D': '131799006', + 'L-8039E': '131800005', + 'L-8039F': '131801009', + 'L-80403': '131802002', + 'L-80404': '131803007', + 'L-8040A': '131804001', + 'L-8040B': '131805000', + 'L-8040C': '131806004', + 'L-8040D': '131807008', + 'L-8040E': '131808003', + 'L-8040F': '131809006', + 'L-80420': '131816007', + 'L-8042D': '131819000', + 'L-80432': '131822003', + 'L-80434': '131823008', + 'L-80441': '131830002', + 'L-80442': '131831003', + 'L-80443': '131832005', + 'L-80444': '131833000', + 'L-80445': '131834006', + 'L-80446': '131835007', + 'L-80447': '131836008', + 'L-80448': '131837004', + 'L-80449': '131838009', + 'L-80466': '131851004', + 'L-80467': '131852006', + 'L-80468': '131853001', + 'L-80469': '131854007', + 'L-80470': '131861006', + 'L-80471': '131862004', + 'L-80472': '131863009', + 'L-80473': '131864003', + 'L-80474': '131865002', + 'L-80475': '131866001', + 'L-80476': '131867005', + 'L-80477': '131868000', + 'L-80478': '131869008', + 'L-80479': '131870009', + 'L-8047A': '131871008', + 'L-8047B': '131872001', + 'L-8047C': '131873006', + 'L-8047D': '131874000', + 'L-8047E': '131875004', + 'L-8047F': '131876003', + 'L-80480': '131877007', + 'L-80481': '131878002', + 'L-80482': '131879005', + 'L-80483': '131880008', + 'L-80484': '131881007', + 'L-80485': '131882000', + 'L-80486': '131883005', + 'L-80487': '131884004', + 'L-80488': '131885003', + 'L-80489': '131886002', + 'L-8048A': '131887006', + 'L-8048B': '131888001', + 'L-8048C': '131889009', + 'L-8048D': '131890000', + 'L-8048E': '131891001', + 'L-8048F': '131892008', + 'L-80490': '131893003', + 'L-80491': '131894009', + 'L-80492': '131895005', + 'L-80493': '131896006', + 'L-80494': '131897002', + 'L-80496': '131898007', + 'L-80497': '131899004', + 'L-80498': '131900009', + 'L-80499': '131901008', + 'L-8049A': '131902001', + 'L-8049B': '131903006', + 'L-8049C': '131904000', + 'L-8049D': '131905004', + 'L-8049E': '131906003', + 'L-8049F': '131907007', + 'L-804A1': '131908002', + 'L-804A2': '131909005', + 'L-804A3': '131910000', + 'L-804A4': '131911001', + 'L-804A5': '131912008', + 'L-804A6': '131913003', + 'L-804A7': '131914009', + 'L-804A8': '131915005', + 'L-804A9': '131916006', + 'L-804AA': '131917002', + 'L-804AC': '131919004', + 'L-804AD': '131920005', + 'L-804AE': '131921009', + 'L-804AF': '131922002', + 'L-804B1': '131923007', + 'L-804B2': '131924001', + 'L-804B3': '131925000', + 'L-804B4': '131926004', + 'L-804B5': '131927008', + 'L-804B6': '131928003', + 'L-804B7': '131929006', + 'L-804B8': '131930001', + 'L-804B9': '131931002', + 'L-804BA': '131932009', + 'L-804BB': '131933004', + 'L-804BC': '131934005', + 'L-804BD': '131935006', + 'L-804BE': '131936007', + 'L-804BF': '131937003', + 'L-804C1': '131938008', + 'L-804C2': '131939000', + 'L-804C3': '131940003', + 'L-804C4': '131941004', + 'L-804C5': '131942006', + 'L-804C6': '131943001', + 'L-804C7': '131944007', + 'L-804C8': '131945008', + 'L-804C9': '131946009', + 'L-804CA': '131947000', + 'L-804CB': '131948005', + 'L-804CC': '131949002', + 'L-804CD': '131950002', + 'L-804CE': '131951003', + 'L-804CF': '131952005', + 'L-804D1': '131953000', + 'L-804D2': '131954006', + 'L-804D3': '131955007', + 'L-804D4': '131956008', + 'L-804D5': '131957004', + 'L-804D6': '131958009', + 'L-804D7': '131959001', + 'L-804D9': '131960006', + 'L-804DA': '131961005', + 'L-804DB': '131962003', + 'L-804DC': '131963008', + 'L-804DE': '131964002', + 'L-804DF': '131965001', + 'L-804E1': '131966000', + 'L-804E2': '131967009', + 'L-804E3': '131968004', + 'L-804E4': '131969007', + 'L-804E5': '131970008', + 'L-804E6': '131971007', + 'L-804E7': '131972000', + 'L-804E8': '131973005', + 'L-804E9': '131974004', + 'L-804EA': '131975003', + 'L-804EB': '131976002', + 'L-804EC': '131977006', + 'L-804ED': '131978001', + 'L-804EE': '131979009', + 'L-804EF': '131980007', + 'L-804F1': '131981006', + 'L-804F2': '131982004', + 'L-804F3': '131983009', + 'L-804F4': '131984003', + 'L-804F5': '131985002', + 'L-804F6': '131986001', + 'L-804F7': '131987005', + 'L-804F8': '131988000', + 'L-804F9': '131989008', + 'L-804FA': '131990004', + 'L-804FB': '131991000', + 'L-804FC': '131992007', + 'L-804FE': '131993002', + 'L-804FF': '131994008', + 'L-80504': '131998006', + 'L-80542': '132009005', + 'L-80543': '132010000', + 'L-80544': '132011001', + 'L-80545': '132012008', + 'L-80546': '132013003', + 'L-80547': '132014009', + 'L-80548': '132015005', + 'L-80549': '132016006', + 'L-8054A': '132017002', + 'L-8054B': '132018007', + 'L-8054C': '132019004', + 'L-8054D': '132020005', + 'L-8054E': '132021009', + 'L-8054F': '132022002', + 'L-80555': '132023007', + 'L-80556': '132024001', + 'L-80557': '132025000', + 'L-80558': '132026004', + 'L-80559': '132027008', + 'L-8055A': '132028003', + 'L-8055B': '132029006', + 'L-8055C': '132030001', + 'L-8055D': '132031002', + 'L-8055E': '132032009', + 'L-8055F': '132033004', + 'L-8056A': '132034005', + 'L-8056B': '132035006', + 'L-8056C': '132036007', + 'L-8056D': '132037003', + 'L-8056E': '132038008', + 'L-8056F': '132039000', + 'L-8057B': '132040003', + 'L-8057C': '132041004', + 'L-8057D': '132042006', + 'L-8057E': '132043001', + 'L-8057F': '132044007', + 'L-80583': '132045008', + 'L-80584': '132046009', + 'L-80585': '132047000', + 'L-80586': '132048005', + 'L-80587': '132049002', + 'L-80588': '132050002', + 'L-80589': '132051003', + 'L-8058A': '132052005', + 'L-8058B': '132053000', + 'L-8058C': '132054006', + 'L-8058D': '132055007', + 'L-8058E': '132056008', + 'L-8058F': '132057004', + 'L-80595': '132058009', + 'L-80596': '132059001', + 'L-80597': '132060006', + 'L-80598': '132061005', + 'L-80599': '132062003', + 'L-8059A': '132063008', + 'L-8059B': '132064002', + 'L-8059C': '132065001', + 'L-8059D': '132066000', + 'L-8059E': '132067009', + 'L-8059F': '132068004', + 'L-805A1': '132069007', + 'L-805A2': '132070008', + 'L-805A3': '132071007', + 'L-805A4': '132072000', + 'L-805A5': '132073005', + 'L-805A6': '132074004', + 'L-805A7': '132075003', + 'L-805A8': '132076002', + 'L-805A9': '132077006', + 'L-805AA': '132078001', + 'L-805AB': '132079009', + 'L-805AC': '132080007', + 'L-805AD': '132081006', + 'L-805AE': '132082004', + 'L-805AF': '132083009', + 'L-805B1': '132084003', + 'L-805B2': '132085002', + 'L-805B3': '132086001', + 'L-805B4': '132087005', + 'L-805B5': '132088000', + 'L-805B6': '132089008', + 'L-805B7': '132090004', + 'L-805B8': '132091000', + 'L-805B9': '132092007', + 'L-805BA': '132093002', + 'L-805BB': '132094008', + 'L-805BC': '132095009', + 'L-805BD': '132096005', + 'L-805BE': '132097001', + 'L-805BF': '132098006', + 'L-805C1': '132099003', + 'L-805C2': '132100006', + 'L-805C3': '132101005', + 'L-805C4': '132102003', + 'L-805C5': '132103008', + 'L-805C6': '132104002', + 'L-805C7': '132105001', + 'L-805C8': '132106000', + 'L-805C9': '132107009', + 'L-805CA': '132108004', + 'L-805CB': '132109007', + 'L-805CC': '132110002', + 'L-805CD': '132111003', + 'L-805CE': '132112005', + 'L-805CF': '132113000', + 'L-805D0': '132114006', + 'L-805D1': '132115007', + 'L-805D2': '132116008', + 'L-805D3': '132117004', + 'L-805D4': '132118009', + 'L-805D5': '132119001', + 'L-805D6': '132120007', + 'L-805D7': '132121006', + 'L-805D8': '132122004', + 'L-805D9': '132123009', + 'L-805DA': '132124003', + 'L-805DB': '132125002', + 'L-805DC': '132126001', + 'L-805DD': '132127005', + 'L-805DE': '132128000', + 'L-805DF': '132129008', + 'L-805E1': '132130003', + 'L-805E2': '132131004', + 'L-805E3': '132132006', + 'L-805E4': '132133001', + 'L-805E5': '132134007', + 'L-805E6': '132135008', + 'L-805E7': '132136009', + 'L-805E8': '132137000', + 'L-805E9': '132138005', + 'L-805EB': '132139002', + 'L-805EC': '132140000', + 'L-805ED': '132141001', + 'L-805EE': '132142008', + 'L-805EF': '132143003', + 'L-805F1': '132144009', + 'L-805F2': '132145005', + 'L-805F3': '132146006', + 'L-805F4': '132147002', + 'L-805F5': '132148007', + 'L-805F6': '132149004', + 'L-805F7': '132150004', + 'L-805F8': '132151000', + 'L-805F9': '132152007', + 'L-805FA': '132153002', + 'L-805FB': '132154008', + 'L-805FC': '132155009', + 'L-805FD': '132156005', + 'L-805FE': '132157001', + 'L-805FF': '132158006', + 'L-8060A': '132159003', + 'L-8060B': '132160008', + 'L-8060C': '132161007', + 'L-8060D': '132162000', + 'L-8060E': '132163005', + 'L-8060F': '132164004', + 'L-80613': '132165003', + 'L-80614': '132166002', + 'L-80615': '132167006', + 'L-80616': '132168001', + 'L-80617': '132169009', + 'L-80618': '132170005', + 'L-80619': '132171009', + 'L-8061B': '132173007', + 'L-8061C': '132174001', + 'L-8061D': '132175000', + 'L-8061E': '132176004', + 'L-80623': '132178003', + 'L-80624': '132179006', + 'L-80625': '132180009', + 'L-80626': '132181008', + 'L-80627': '132182001', + 'L-80628': '132183006', + 'L-80629': '132184000', + 'L-8062A': '132185004', + 'L-8062B': '132186003', + 'L-8062C': '132187007', + 'L-8062D': '132188002', + 'L-8062E': '132189005', + 'L-8062F': '132190001', + 'L-80634': '132191002', + 'L-80635': '132192009', + 'L-80636': '132193004', + 'L-80637': '132194005', + 'L-80638': '132195006', + 'L-80639': '132196007', + 'L-8063A': '132197003', + 'L-8063B': '132198008', + 'L-8063C': '132199000', + 'L-8063D': '132200002', + 'L-8063E': '132201003', + 'L-8063F': '132202005', + 'L-80645': '132203000', + 'L-80646': '132204006', + 'L-80647': '132205007', + 'L-80648': '132206008', + 'L-80649': '132207004', + 'L-8064A': '132208009', + 'L-8064B': '132209001', + 'L-8064C': '132210006', + 'L-8064D': '132211005', + 'L-8064E': '132212003', + 'L-8064F': '132213008', + 'L-8065A': '132214002', + 'L-8065B': '132215001', + 'L-8065C': '132216000', + 'L-8065D': '132217009', + 'L-8065E': '132218004', + 'L-8065F': '132219007', + 'L-80664': '132220001', + 'L-80665': '132221002', + 'L-80666': '132222009', + 'L-80667': '132223004', + 'L-80668': '132224005', + 'L-80669': '132225006', + 'L-8066A': '132226007', + 'L-8066B': '132227003', + 'L-8066C': '132228008', + 'L-8066D': '132229000', + 'L-8066E': '132230005', + 'L-8066F': '132231009', + 'L-80670': '132232002', + 'L-80671': '132233007', + 'L-80672': '132234001', + 'L-80673': '132235000', + 'L-80674': '132236004', + 'L-80675': '132237008', + 'L-80676': '132238003', + 'L-80677': '132239006', + 'L-80678': '132240008', + 'L-80679': '132241007', + 'L-8067A': '132242000', + 'L-8067B': '132243005', + 'L-8067C': '132244004', + 'L-8067D': '132245003', + 'L-8067E': '132246002', + 'L-8067F': '132247006', + 'L-80680': '132248001', + 'L-80681': '132249009', + 'L-80682': '132250009', + 'L-80683': '132251008', + 'L-80684': '132252001', + 'L-80685': '132253006', + 'L-80686': '132254000', + 'L-80687': '132255004', + 'L-80688': '132256003', + 'L-80689': '132257007', + 'L-8068A': '132258002', + 'L-8068B': '132259005', + 'L-8068C': '132260000', + 'L-8068D': '132261001', + 'L-8068E': '132262008', + 'L-8068F': '132263003', + 'L-80690': '132264009', + 'L-80691': '132265005', + 'L-80692': '132266006', + 'L-80693': '132267002', + 'L-80694': '132268007', + 'L-80695': '132269004', + 'L-80696': '132270003', + 'L-80697': '132271004', + 'L-80698': '132272006', + 'L-80699': '132273001', + 'L-8069A': '132274007', + 'L-8069B': '132275008', + 'L-8069C': '132276009', + 'L-8069D': '132277000', + 'L-8069E': '132278005', + 'L-8069F': '132279002', + 'L-806A1': '132280004', + 'L-806A2': '132281000', + 'L-806A3': '132282007', + 'L-806A4': '132283002', + 'L-806A5': '132284008', + 'L-806A6': '132285009', + 'L-806A7': '132286005', + 'L-806A8': '132287001', + 'L-806A9': '132288006', + 'L-806AA': '132289003', + 'L-806AB': '132290007', + 'L-806AC': '132291006', + 'L-806AD': '132292004', + 'L-806AE': '132293009', + 'L-806AF': '132294003', + 'L-806B1': '132295002', + 'L-806B2': '132296001', + 'L-806B3': '132297005', + 'L-806B4': '132298000', + 'L-806B5': '132299008', + 'L-806B6': '132300000', + 'L-806B7': '132301001', + 'L-806B8': '132302008', + 'L-806B9': '132303003', + 'L-806BA': '132304009', + 'L-806BB': '132305005', + 'L-806BC': '132306006', + 'L-806BD': '132307002', + 'L-806BE': '132308007', + 'L-806BF': '132309004', + 'L-806C1': '132310009', + 'L-806C2': '132311008', + 'L-806C3': '132312001', + 'L-806C4': '132313006', + 'L-806C5': '132314000', + 'L-806C6': '132315004', + 'L-806C7': '132316003', + 'L-806C8': '132317007', + 'L-806C9': '132318002', + 'L-806CA': '132319005', + 'L-806CB': '132320004', + 'L-806CC': '132321000', + 'L-806CD': '132322007', + 'L-806CE': '132323002', + 'L-806CF': '132324008', + 'L-806D1': '132325009', + 'L-806D2': '132326005', + 'L-806D3': '132327001', + 'L-806D4': '132328006', + 'L-806D5': '132329003', + 'L-806D6': '132330008', + 'L-806D7': '132331007', + 'L-806D8': '132332000', + 'L-806D9': '132333005', + 'L-806DA': '132334004', + 'L-806DB': '132335003', + 'L-806DC': '132336002', + 'L-806DD': '132337006', + 'L-806DE': '132338001', + 'L-806DF': '132339009', + 'L-806E1': '132340006', + 'L-806E2': '132341005', + 'L-806E3': '132342003', + 'L-806E4': '132343008', + 'L-806E5': '132344002', + 'L-806E6': '132345001', + 'L-806E7': '132346000', + 'L-806E8': '132347009', + 'L-806E9': '132348004', + 'L-806EA': '132349007', + 'L-806EB': '132350007', + 'L-806EC': '132351006', + 'L-806ED': '132352004', + 'L-806EE': '132353009', + 'L-806EF': '132354003', + 'L-806F1': '132355002', + 'L-806F2': '132356001', + 'L-806F3': '132357005', + 'L-806F4': '132358000', + 'L-806F5': '132359008', + 'L-806F6': '132360003', + 'L-806F8': '132361004', + 'L-806F9': '132362006', + 'L-806FA': '132363001', + 'L-806FB': '132364007', + 'L-806FC': '132365008', + 'L-806FD': '132366009', + 'L-806FE': '132367000', + 'L-806FF': '132368005', + 'L-8077A': '132369002', + 'L-807E2': '132371002', + 'L-807E3': '132372009', + 'L-807E4': '132373004', + 'L-807E5': '132374005', + 'L-807E7': '132376007', + 'L-807E8': '132377003', + 'L-807E9': '132378008', + 'L-807EA': '132379000', + 'L-807EB': '132380002', + 'L-807EC': '132381003', + 'L-807ED': '132382005', + 'L-807EE': '132383000', + 'L-807EF': '132384006', + 'L-807F1': '132385007', + 'L-807F2': '132386008', + 'L-808A1': '132387004', + 'L-808A2': '132388009', + 'L-808A3': '132389001', + 'L-808A4': '132390005', + 'L-808A5': '132391009', + 'L-808A6': '132392002', + 'L-808A7': '132393007', + 'L-808A8': '132394001', + 'L-808A9': '132395000', + 'L-808AA': '132396004', + 'L-808AB': '132397008', + 'L-808AC': '132398003', + 'L-808AD': '132399006', + 'L-808AE': '132400004', + 'L-808AF': '132401000', + 'L-808B1': '132402007', + 'L-808B2': '132403002', + 'L-808B3': '132404008', + 'L-808B4': '132405009', + 'L-808B5': '132406005', + 'L-808B6': '132407001', + 'L-808B7': '132408006', + 'L-808B8': '132409003', + 'L-808B9': '132410008', + 'L-808BA': '132411007', + 'L-808BB': '132412000', + 'L-808BC': '132413005', + 'L-808BD': '132414004', + 'L-808BE': '132415003', + 'L-808BF': '132416002', + 'L-808C1': '132417006', + 'L-808C2': '132418001', + 'L-808C3': '132419009', + 'L-808C4': '132420003', + 'L-808C5': '132421004', + 'L-808C6': '132422006', + 'L-808C7': '132423001', + 'L-808C8': '132424007', + 'L-808CA': '132426009', + 'L-808CB': '132427000', + 'L-808CC': '132428005', + 'L-808CD': '132429002', + 'L-808CE': '132430007', + 'L-808CF': '132431006', + 'L-808D1': '132432004', + 'L-808D2': '132433009', + 'L-808D3': '132434003', + 'L-808D4': '132435002', + 'L-808D5': '132436001', + 'L-808D6': '132437005', + 'L-808D7': '132438000', + 'L-808D8': '132439008', + 'L-808D9': '132440005', + 'L-808DA': '132441009', + 'L-808DB': '132442002', + 'L-808DC': '132443007', + 'L-808DD': '132444001', + 'L-808DE': '132445000', + 'L-808DF': '132446004', + 'L-808E1': '132447008', + 'L-808E2': '132448003', + 'L-808E3': '132449006', + 'L-808E4': '132450006', + 'L-808E5': '132451005', + 'L-808E6': '132452003', + 'L-808E7': '132453008', + 'L-808E8': '132454002', + 'L-808E9': '132455001', + 'L-808EA': '132456000', + 'L-808EB': '132457009', + 'L-808EC': '132458004', + 'L-808ED': '132459007', + 'L-808EE': '132460002', + 'L-808EF': '132461003', + 'L-808F1': '132462005', + 'L-808F2': '132463000', + 'L-808F3': '132464006', + 'L-808F4': '132465007', + 'L-808F5': '132466008', + 'L-808F6': '132467004', + 'L-808F8': '132468009', + 'L-808F9': '132469001', + 'L-808FA': '132470000', + 'L-808FB': '132471001', + 'L-808FC': '132472008', + 'L-808FD': '132473003', + 'L-808FE': '132474009', + 'L-808FF': '132475005', + 'L-80916': '132476006', + 'L-80917': '132477002', + 'L-80918': '132478007', + 'L-80919': '132479004', + 'L-80920': '132480001', + 'L-80921': '132481002', + 'L-80922': '132482009', + 'L-80923': '132483004', + 'L-80924': '132484005', + 'L-80925': '132485006', + 'L-80926': '132486007', + 'L-80927': '132487003', + 'L-80928': '132488008', + 'L-80929': '132489000', + 'L-80930': '132490009', + 'L-80931': '132491008', + 'L-80932': '132492001', + 'L-80933': '132493006', + 'L-80934': '132494000', + 'L-80935': '132495004', + 'L-80936': '132496003', + 'L-80937': '132497007', + 'L-80938': '132498002', + 'L-80939': '132499005', + 'L-80940': '132500001', + 'L-80941': '132501002', + 'L-80942': '132502009', + 'L-80943': '132503004', + 'L-80944': '132504005', + 'L-80945': '132505006', + 'L-80946': '132506007', + 'L-80947': '132507003', + 'L-80948': '132508008', + 'L-80949': '132509000', + 'L-80950': '132510005', + 'L-80951': '132511009', + 'L-80952': '132512002', + 'L-80953': '132513007', + 'L-80954': '132514001', + 'L-80955': '132515000', + 'L-80956': '132516004', + 'L-80957': '132517008', + 'L-80958': '132518003', + 'L-80959': '132519006', + 'L-80960': '132520000', + 'L-80961': '132521001', + 'L-80962': '132522008', + 'L-80963': '132523003', + 'L-80964': '132524009', + 'L-80965': '132525005', + 'L-80966': '132526006', + 'L-80967': '132527002', + 'L-80968': '132528007', + 'L-80969': '132529004', + 'L-80970': '132530009', + 'L-80971': '132531008', + 'L-80972': '132532001', + 'L-80973': '132533006', + 'L-80974': '132534000', + 'L-80975': '132535004', + 'L-80976': '132536003', + 'L-80977': '132537007', + 'L-80978': '132538002', + 'L-80979': '132539005', + 'L-80980': '132540007', + 'L-80981': '132541006', + 'L-80982': '132542004', + 'L-80983': '132543009', + 'L-80984': '132544003', + 'L-80985': '132545002', + 'L-80986': '132546001', + 'L-80987': '132547005', + 'L-80988': '132548000', + 'L-80989': '132549008', + 'L-80990': '132550008', + 'L-80991': '132551007', + 'L-80992': '132552000', + 'L-80993': '132553005', + 'L-80994': '132554004', + 'L-80995': '132555003', + 'L-80996': '132556002', + 'L-80997': '132557006', + 'L-80998': '132558001', + 'L-80999': '132559009', + 'L-809A1': '132560004', + 'L-809A2': '132561000', + 'L-809A3': '132562007', + 'L-809A4': '132563002', + 'L-809A5': '132564008', + 'L-809A6': '132565009', + 'L-809A7': '132566005', + 'L-809A8': '132567001', + 'L-809A9': '132568006', + 'L-809AA': '132569003', + 'L-809AB': '132570002', + 'L-809AC': '132571003', + 'L-809AD': '132572005', + 'L-809AE': '132573000', + 'L-809AF': '132574006', + 'L-809B1': '132575007', + 'L-809B2': '132576008', + 'L-809B3': '132577004', + 'L-809B4': '132578009', + 'L-809B5': '132579001', + 'L-809B6': '132580003', + 'L-809B7': '132581004', + 'L-809B8': '132582006', + 'L-809B9': '132583001', + 'L-809BA': '132584007', + 'L-809BB': '132585008', + 'L-809BC': '132586009', + 'L-809BD': '132587000', + 'L-809BE': '132588005', + 'L-809BF': '132589002', + 'L-809C1': '132590006', + 'L-809C2': '132591005', + 'L-809C3': '132592003', + 'L-809C4': '132593008', + 'L-809C5': '132594002', + 'L-809C6': '132595001', + 'L-809C7': '132596000', + 'L-809C8': '132597009', + 'L-809C9': '132598004', + 'L-809CA': '132599007', + 'L-809CB': '132600005', + 'L-809CC': '132601009', + 'L-809CD': '132602002', + 'L-809CE': '132603007', + 'L-809CF': '132604001', + 'L-809D1': '132605000', + 'L-809D2': '132606004', + 'L-809D3': '132607008', + 'L-809D4': '132608003', + 'L-809D5': '132609006', + 'L-809D6': '132610001', + 'L-809D7': '132611002', + 'L-809D8': '132612009', + 'L-809D9': '132613004', + 'L-809DA': '132614005', + 'L-809DB': '132615006', + 'L-809DC': '132616007', + 'L-809DD': '132617003', + 'L-809DE': '132618008', + 'L-809DF': '132619000', + 'L-809E1': '132620006', + 'L-809E2': '132621005', + 'L-809E3': '132622003', + 'L-809E4': '132623008', + 'L-809E5': '132624002', + 'L-809E6': '132625001', + 'L-809E7': '132626000', + 'L-809E8': '132627009', + 'L-809EA': '132629007', + 'L-809EB': '132630002', + 'L-809EC': '132631003', + 'L-809ED': '132632005', + 'L-809EE': '132633000', + 'L-809EF': '132634006', + 'L-809F1': '132635007', + 'L-809F2': '132636008', + 'L-809F3': '132637004', + 'L-809F4': '132638009', + 'L-809F5': '132639001', + 'L-809F6': '132640004', + 'L-809F7': '132641000', + 'L-809F8': '132642007', + 'L-809F9': '132643002', + 'L-809FA': '132644008', + 'L-809FB': '132645009', + 'L-809FC': '132646005', + 'L-809FD': '132647001', + 'L-809FE': '132648006', + 'L-809FF': '132649003', + 'L-80A70': '132650003', + 'L-80A71': '132651004', + 'L-80A73': '132652006', + 'L-80A74': '132653001', + 'L-80A75': '132654007', + 'L-80A76': '132655008', + 'L-80A77': '132656009', + 'L-80A78': '132657000', + 'L-80A79': '132658005', + 'L-80A80': '132659002', + 'L-80A81': '132660007', + 'L-80A83': '132661006', + 'L-80A84': '132662004', + 'L-80A85': '132663009', + 'L-80A86': '132664003', + 'L-80A87': '132665002', + 'L-80A88': '132666001', + 'L-80A89': '132667005', + 'L-80A90': '132668000', + 'L-80A91': '132669008', + 'L-80A92': '132670009', + 'L-80A93': '132671008', + 'L-80A94': '132672001', + 'L-80A95': '132673006', + 'L-80A97': '132675004', + 'L-80A99': '132676003', + 'L-80AA1': '132677007', + 'L-80AA2': '132678002', + 'L-80AA3': '132679005', + 'L-80AA4': '132680008', + 'L-80B01': '132681007', + 'L-80B02': '132682000', + 'L-80B04': '132684004', + 'L-80B05': '132685003', + 'L-80B06': '132686002', + 'L-80B07': '132687006', + 'L-80B08': '132688001', + 'L-80B09': '132689009', + 'L-80B10': '132690000', + 'L-80B17': '132697002', + 'L-80B18': '132698007', + 'L-80B19': '132699004', + 'L-80B22': '132701004', + 'L-80B23': '132702006', + 'L-80B24': '132703001', + 'L-80B25': '132704007', + 'L-80B26': '132705008', + 'L-80B27': '132706009', + 'L-80B2A': '132707000', + 'L-80B2B': '132708005', + 'L-80B2C': '132709002', + 'L-80B2D': '132710007', + 'L-80B2E': '132711006', + 'L-80B2F': '132712004', + 'L-80B33': '132716001', + 'L-80B34': '132717005', + 'L-80B35': '132718000', + 'L-80B36': '132719008', + 'L-80B37': '132720002', + 'L-80B38': '132721003', + 'L-80B39': '132722005', + 'L-80B3A': '132723000', + 'L-80B40': '132724006', + 'L-80B47': '132731005', + 'L-80B48': '132732003', + 'L-80B49': '132733008', + 'L-80B4A': '132734002', + 'L-80B4B': '132735001', + 'L-80B50': '132736000', + 'L-80B51': '132737009', + 'L-80B52': '132738004', + 'L-80B53': '132739007', + 'L-80B54': '132740009', + 'L-80B55': '132741008', + 'L-80B56': '132742001', + 'L-80B57': '132743006', + 'L-80B58': '132744000', + 'L-80B59': '132745004', + 'L-80B5A': '132746003', + 'L-80B5B': '132747007', + 'L-80B5C': '132748002', + 'L-80B5D': '132749005', + 'L-80B5E': '132750005', + 'L-80B5F': '132751009', + 'L-80B65': '132757008', + 'L-80B66': '132758003', + 'L-80B67': '132759006', + 'L-80B68': '132760001', + 'L-80B69': '132761002', + 'L-80B6A': '132762009', + 'L-80B6B': '132763004', + 'L-80B6C': '132764005', + 'L-80B6D': '132765006', + 'L-80B6E': '132766007', + 'L-80B6F': '132767003', + 'L-80B70': '132768008', + 'L-80B71': '132769000', + 'L-80B80': '132770004', + 'L-80B81': '132771000', + 'L-80B82': '132772007', + 'L-80B83': '132773002', + 'L-80B84': '132774008', + 'L-80B85': '132775009', + 'L-80B86': '132776005', + 'L-80B87': '132777001', + 'L-80B88': '132778006', + 'L-80B89': '132779003', + 'L-80B8A': '132780000', + 'L-80B8B': '132781001', + 'L-80B8C': '132782008', + 'L-80B8D': '132783003', + 'L-80B8E': '132784009', + 'L-80B8F': '132785005', + 'L-80B90': '132786006', + 'L-80B91': '132787002', + 'L-80B92': '132788007', + 'L-80B93': '132789004', + 'L-80B94': '132790008', + 'L-80B95': '132791007', + 'L-80B96': '132792000', + 'L-80B97': '132793005', + 'L-80B98': '132794004', + 'L-80B99': '132795003', + 'L-80B9A': '132796002', + 'L-80B9B': '132797006', + 'L-80B9C': '132798001', + 'L-80B9D': '132799009', + 'L-80B9E': '132800008', + 'L-80B9F': '132801007', + 'L-80BA1': '132802000', + 'L-80BA2': '132803005', + 'L-80BA3': '132804004', + 'L-80BA4': '132805003', + 'L-80BA5': '132806002', + 'L-80BA6': '132807006', + 'L-80BA7': '132808001', + 'L-80BA8': '132809009', + 'L-80BA9': '132810004', + 'L-80BB1': '132811000', + 'L-80BB2': '132812007', + 'L-80BB3': '132813002', + 'L-80BB4': '132814008', + 'L-80BB5': '132815009', + 'L-80BE6': '132843000', + 'L-80BE7': '132844006', + 'L-80BE8': '132845007', + 'L-80BE9': '132846008', + 'L-80BF6': '132849001', + 'L-80BF8': '132851002', + 'L-80BF9': '132852009', + 'L-80C01': '132853004', + 'L-80C02': '132854005', + 'L-80C22': '132855006', + 'L-80C23': '132856007', + 'L-80C24': '132857003', + 'L-80C25': '132858008', + 'L-80C29': '132859000', + 'L-80C30': '132860005', + 'L-80C31': '132861009', + 'L-86B36': '132888004', + 'L-86B49': '132901006', + 'L-8A111': '132951001', + 'L-8A112': '132952008', + 'L-8A113': '132953003', + 'L-8A115': '132954009', + 'L-8A116': '132955005', + 'L-8A117': '132956006', + 'L-8A118': '132957002', + 'L-8A125': '132960009', + 'L-8A126': '132961008', + 'L-8A127': '132962001', + 'L-8A128': '132963006', + 'L-8A129': '132964000', + 'L-8A12A': '132965004', + 'L-8A12B': '132966003', + 'L-8A12C': '132967007', + 'L-8A12D': '132968002', + 'L-8A12E': '132969005', + 'L-8A12F': '132970006', + 'L-8A130': '132971005', + 'L-8A131': '132972003', + 'L-8A132': '132973008', + 'L-8A133': '132974002', + 'L-8A134': '132975001', + 'L-8A135': '132976000', + 'L-8A136': '132977009', + 'L-8A137': '132978004', + 'L-8A138': '132979007', + 'L-8A139': '132980005', + 'L-8A13A': '132981009', + 'L-8A13B': '132982002', + 'L-8A13C': '132983007', + 'L-8A13D': '132984001', + 'L-8A13E': '132985000', + 'L-8A13F': '132986004', + 'L-8A14A': '132990002', + 'L-8A14B': '132991003', + 'L-8A14C': '132992005', + 'L-8A14D': '132993000', + 'L-8A150': '132994006', + 'L-8A151': '132995007', + 'L-8A152': '132996008', + 'L-8A153': '132997004', + 'L-8A154': '132998009', + 'L-8A155': '132999001', + 'L-8A156': '133000000', + 'L-8A157': '133001001', + 'L-8A158': '133002008', + 'L-8A159': '133003003', + 'L-8A15A': '133004009', + 'L-8A15B': '133005005', + 'L-8A15C': '133006006', + 'L-8A15D': '133007002', + 'L-8A15E': '133008007', + 'L-8A15F': '133009004', + 'L-8A160': '133010009', + 'L-8A161': '133011008', + 'L-8A162': '133012001', + 'L-8A163': '133013006', + 'L-8A164': '133014000', + 'L-8A165': '133015004', + 'L-8A166': '133016003', + 'L-8A167': '133017007', + 'L-8A168': '133018002', + 'L-8A169': '133019005', + 'L-8A16A': '133020004', + 'L-8A16B': '133021000', + 'L-8A16C': '133022007', + 'L-8A16D': '133023002', + 'L-8A16E': '133024008', + 'L-8A16F': '133025009', + 'L-8A170': '133026005', + 'L-8A171': '133027001', + 'L-8A172': '133028006', + 'L-8A173': '133029003', + 'L-8A174': '133030008', + 'L-8A175': '133031007', + 'L-8A176': '133032000', + 'L-8A177': '133033005', + 'L-8A178': '133034004', + 'L-8A179': '133035003', + 'L-8A17A': '133036002', + 'L-8A17B': '133037006', + 'L-8A17C': '133038001', + 'L-8A17D': '133039009', + 'L-8A17E': '133040006', + 'L-8A17F': '133041005', + 'L-8A180': '133042003', + 'L-8A181': '133043008', + 'L-8A182': '133044002', + 'L-8A183': '133045001', + 'L-8A184': '133046000', + 'L-8A185': '133047009', + 'L-8A186': '133048004', + 'L-8A187': '133049007', + 'L-8A188': '133050007', + 'L-8A189': '133051006', + 'L-8A18A': '133052004', + 'L-8A18B': '133053009', + 'L-8A18C': '133054003', + 'L-8A18D': '133055002', + 'L-8A18E': '133056001', + 'L-8A18F': '133057005', + 'L-8A190': '133058000', + 'L-8A191': '133059008', + 'L-8A192': '133060003', + 'L-8A193': '133061004', + 'L-8A194': '133062006', + 'L-8A195': '133063001', + 'L-8A196': '133064007', + 'L-8A197': '133065008', + 'L-8A198': '133066009', + 'L-8A199': '133067000', + 'L-8A19A': '133068005', + 'L-8A19B': '133069002', + 'L-8A19C': '133070001', + 'L-8A19E': '133071002', + 'L-8A19F': '133072009', + 'L-8A1A1': '133073004', + 'L-8A1A2': '133074005', + 'L-8A1A3': '133075006', + 'L-8A1A4': '133076007', + 'L-8A1A5': '133077003', + 'L-8A1A6': '133078008', + 'L-8A1A7': '133079000', + 'L-8A1A8': '133080002', + 'L-8A1A9': '133081003', + 'L-8A1AA': '133082005', + 'L-8A1AB': '133083000', + 'L-8A1AC': '133084006', + 'L-8A1AD': '133085007', + 'L-8A1AE': '133086008', + 'L-8A1AF': '133087004', + 'L-8A1B1': '133088009', + 'L-8A1B2': '133089001', + 'L-8A1B4': '133090005', + 'L-8A1B5': '133091009', + 'L-8A1B6': '133092002', + 'L-8A1B7': '133093007', + 'L-8A1B8': '133094001', + 'L-8A1B9': '133095000', + 'L-8A1BA': '133096004', + 'L-8A1BB': '133097008', + 'L-8A1BC': '133098003', + 'L-8A1BD': '133099006', + 'L-8A1BE': '133100003', + 'L-8A1BF': '133101004', + 'L-8A1C1': '133102006', + 'L-8A1C2': '133103001', + 'L-8A1C3': '133104007', + 'L-8A1C4': '133105008', + 'L-8A1C5': '133106009', + 'L-8A1C6': '133107000', + 'L-8A1C7': '133108005', + 'L-8A1C8': '133109002', + 'L-8A1C9': '133110007', + 'L-8A1CA': '133111006', + 'L-8A1CB': '133112004', + 'L-8A1CC': '133113009', + 'L-8A1CD': '133114003', + 'L-8A1CE': '133115002', + 'L-8A1CF': '133116001', + 'L-8A1D1': '133117005', + 'L-8A1D2': '133118000', + 'L-8A1D3': '133119008', + 'L-8A1D4': '133120002', + 'L-8A1D5': '133121003', + 'L-8A1D6': '133122005', + 'L-8A1D7': '133123000', + 'L-8A1D8': '133124006', + 'L-8A1D9': '133125007', + 'L-8A1DA': '133126008', + 'L-8A1DB': '133127004', + 'L-8A1DC': '133128009', + 'L-8A1DD': '133129001', + 'L-8A1DE': '133130006', + 'L-8A1DF': '133131005', + 'L-8A1E1': '133132003', + 'L-8A1E2': '133133008', + 'L-8A1E3': '133134002', + 'L-8A1E4': '133135001', + 'L-8A1E5': '133136000', + 'L-8A1E6': '133137009', + 'L-8A1E7': '133138004', + 'L-8A1E8': '133139007', + 'L-8A1E9': '133140009', + 'L-8A1EA': '133141008', + 'L-8A1EB': '133142001', + 'L-8A1EC': '133143006', + 'L-8A1ED': '133144000', + 'L-8A1EE': '133145004', + 'L-8A1EF': '133146003', + 'L-8A1F1': '133147007', + 'L-8A1F2': '133148002', + 'L-8A1F3': '133149005', + 'L-8A1F4': '133150005', + 'L-8A1F5': '133151009', + 'L-8A1F6': '133152002', + 'L-8A1F7': '133153007', + 'L-8A1F8': '133154001', + 'L-8A1FA': '133155000', + 'L-8A1FB': '133156004', + 'L-8A1FC': '133157008', + 'L-8A1FD': '133158003', + 'L-8A1FE': '133159006', + 'L-8A1FF': '133160001', + 'L-8B105': '133161002', + 'L-8B106': '133162009', + 'L-8B107': '133163004', + 'L-8B108': '133164005', + 'L-8B109': '133165006', + 'L-8B111': '133166007', + 'L-8B112': '133167003', + 'L-8B113': '133168008', + 'L-8B114': '133169000', + 'L-8B115': '133170004', + 'L-8B116': '133171000', + 'L-8B117': '133172007', + 'L-8B118': '133173002', + 'L-8B119': '133174008', + 'L-8B121': '133175009', + 'L-8B122': '133176005', + 'L-8B123': '133177001', + 'L-8B124': '133178006', + 'L-8B125': '133179003', + 'L-8B126': '133180000', + 'L-8B127': '133181001', + 'L-8B128': '133182008', + 'L-8B129': '133183003', + 'L-8B130': '133184009', + 'L-8B131': '133185005', + 'L-8B132': '133186006', + 'L-8B133': '133187002', + 'L-8B134': '133188007', + 'L-8B135': '133189004', + 'L-8B136': '133190008', + 'L-8B137': '133191007', + 'L-8B139': '133192000', + 'L-8B140': '133193005', + 'L-8B141': '133194004', + 'L-8B142': '133195003', + 'L-8B143': '133196002', + 'L-8B144': '133197006', + 'L-8B145': '133198001', + 'L-8B146': '133199009', + 'L-8B147': '133200007', + 'L-8B148': '133201006', + 'L-8B149': '133202004', + 'L-8B150': '133203009', + 'L-8B151': '133204003', + 'L-8B152': '133205002', + 'L-8B153': '133206001', + 'L-8B155': '133207005', + 'L-8B156': '133208000', + 'L-8B157': '133209008', + 'L-8B158': '133210003', + 'L-8B159': '133211004', + 'L-8B160': '133212006', + 'L-8B161': '133213001', + 'L-8B162': '133214007', + 'L-8B163': '133215008', + 'L-8B164': '133216009', + 'L-8B165': '133217000', + 'L-8B166': '133218005', + 'L-8B167': '133219002', + 'L-8B168': '133220008', + 'L-8B169': '133221007', + 'L-8B170': '133222000', + 'L-8B171': '133223005', + 'L-8B172': '133224004', + 'L-8B173': '133225003', + 'L-8B174': '133226002', + 'L-8B175': '133227006', + 'L-8B176': '133228001', + 'L-8B177': '133229009', + 'L-8B178': '133230004', + 'L-8B958': '133231000', + 'L-8B959': '133232007', + 'L-8B95A': '133233002', + 'L-8B95B': '133234008', + 'L-8B95C': '133235009', + 'L-8B95D': '133236005', + 'L-8B95E': '133237001', + 'L-8B95F': '133238006', + 'L-8B961': '133239003', + 'L-8B962': '133240001', + 'L-8B963': '133241002', + 'L-8B964': '133242009', + 'L-8B966': '133243004', + 'L-8B967': '133244005', + 'L-8B968': '133245006', + 'L-8B969': '133246007', + 'L-8B96A': '133247003', + 'L-8B96B': '133248008', + 'L-8B96C': '133249000', + 'L-8B96D': '133250000', + 'L-8B96E': '133251001', + 'L-8B96F': '133252008', + 'L-8B971': '133253003', + 'L-8B972': '133254009', + 'L-8B973': '133255005', + 'L-8B974': '133256006', + 'L-8B975': '133257002', + 'L-8B976': '133258007', + 'L-8B977': '133259004', + 'L-8B978': '133260009', + 'L-8B979': '133261008', + 'L-8B97A': '133262001', + 'L-8B97B': '133263006', + 'L-8B97C': '133264000', + 'L-8B97D': '133265004', + 'L-8B97E': '133266003', + 'L-8B97F': '133267007', + 'L-8B983': '133268002', + 'L-8B984': '133269005', + 'L-8B985': '133270006', + 'L-8B987': '133271005', + 'L-8B988': '133272003', + 'L-8B989': '133273008', + 'L-8B98A': '133274002', + 'L-8B98B': '133275001', + 'L-8B98C': '133276000', + 'L-8B98D': '133277009', + 'L-8B98E': '133278004', + 'L-8B98F': '133279007', + 'L-8B990': '133280005', + 'L-8B991': '133281009', + 'L-8B992': '133282002', + 'L-8B993': '133283007', + 'L-8B994': '133284001', + 'L-8B995': '133285000', + 'L-8B996': '133286004', + 'L-8B998': '133287008', + 'L-8B999': '133288003', + 'L-8B99A': '133289006', + 'L-8B99B': '133290002', + 'L-8B99C': '133291003', + 'L-8B99D': '133292005', + 'L-8B99E': '133293000', + 'L-8B99F': '133294006', + 'L-8B9A0': '133295007', + 'L-8B9A1': '133296008', + 'L-8B9A2': '133297004', + 'L-8B9A3': '133298009', + 'L-8B9A4': '133299001', + 'L-8B9A5': '133300009', + 'L-8B9A6': '133301008', + 'L-8B9A7': '133302001', + 'L-8B9A8': '133303006', + 'L-8B9A9': '133304000', + 'L-8B9AA': '133305004', + 'L-8B9AB': '133306003', + 'L-8B9AC': '133307007', + 'L-8B9AD': '133308002', + 'L-8B9AE': '133309005', + 'L-8B9AF': '133310000', + 'L-8B9B0': '133311001', + 'L-8B9B1': '133312008', + 'L-8B9B2': '133313003', + 'L-8B9B3': '133314009', + 'L-8B9B4': '133315005', + 'L-8B9B5': '133316006', + 'L-8B9B6': '133317002', + 'L-8B9B7': '133318007', + 'L-8B9B8': '133319004', + 'L-8B9B9': '133320005', + 'L-8B9BA': '133321009', + 'L-8B9BB': '133322002', + 'L-8B9BC': '133323007', + 'L-8B9BD': '133324001', + 'L-8B9BE': '133325000', + 'L-8B9BF': '133326004', + 'L-8B9C0': '133327008', + 'L-8B9C1': '133328003', + 'L-8B9C2': '133329006', + 'L-8B9C3': '133330001', + 'L-8B9C4': '133331002', + 'L-8B9C5': '133332009', + 'L-8B9C6': '133333004', + 'L-8B9C7': '133334005', + 'L-8B9C8': '133335006', + 'L-8B9C9': '133336007', + 'L-8B9CA': '133337003', + 'L-8B9CB': '133338008', + 'L-8B9CC': '133339000', + 'L-8B9CD': '133340003', + 'L-8B9CE': '133341004', + 'L-8B9CF': '133342006', + 'L-8B9D0': '133343001', + 'L-8B9D1': '133344007', + 'L-8B9D2': '133345008', + 'L-8B9D3': '133346009', + 'L-8B9D4': '133347000', + 'L-8B9D5': '133348005', + 'L-8B9D6': '133349002', + 'L-8B9D7': '133350002', + 'L-8B9D8': '133351003', + 'L-8B9D9': '133352005', + 'L-8B9DA': '133353000', + 'L-8B9DB': '133354006', + 'L-8B9DC': '133355007', + 'L-8B9DD': '133356008', + 'L-8B9DE': '133357004', + 'L-8B9DF': '133358009', + 'L-8B9E0': '133359001', + 'L-8B9E1': '133360006', + 'L-8B9E2': '133361005', + 'L-8B9E3': '133362003', + 'L-8B9E4': '133363008', + 'L-8B9E5': '133364002', + 'L-8B9E6': '133365001', + 'L-8B9E7': '133366000', + 'L-8B9E8': '133367009', + 'L-8B9E9': '133368004', + 'L-8B9EA': '133369007', + 'L-8B9EB': '133370008', + 'L-8B9EC': '133371007', + 'L-8B9ED': '133372000', + 'L-8B9EE': '133373005', + 'L-8B9EF': '133374004', + 'L-8B9F0': '133375003', + 'L-8B9F1': '133376002', + 'L-8B9F2': '133377006', + 'L-8B9F3': '133378001', + 'L-8B9F4': '133379009', + 'L-8B9F5': '133380007', + 'L-8B9F6': '133381006', + 'L-8B9F7': '133382004', + 'L-8B9FA': '133383009', + 'L-8B9FB': '133384003', + 'L-8B9FC': '133385002', + 'L-8B9FD': '133386001', + 'L-8B9FE': '133387005', + 'L-8B9FF': '133388000', + 'L-8BA00': '133389008', + 'L-8BA01': '133390004', + 'L-8BA02': '133391000', + 'L-8BA03': '133392007', + 'L-8BA04': '133393002', + 'L-8BA05': '133394008', + 'L-8BA06': '133395009', + 'L-8BA07': '133396005', + 'L-8BA08': '133397001', + 'L-8BA09': '133398006', + 'L-8BA0A': '133399003', + 'L-8BA0B': '133400005', + 'L-8BA0C': '133401009', + 'L-8BA0D': '133402002', + 'L-8BA0E': '133403007', + 'L-8BA0F': '133404001', + 'L-8BA10': '133405000', + 'L-8BA11': '133406004', + 'L-8BA12': '133407008', + 'L-8BA13': '133408003', + 'L-8BA14': '133409006', + 'L-8BA15': '133410001', + 'L-8BA16': '133411002', + 'L-8BA17': '133412009', + 'L-8BA19': '133413004', + 'L-8BA1A': '133414005', + 'L-8BA1B': '133415006', + 'L-8BA1C': '133416007', + 'L-8BA1D': '133417003', + 'L-8BA1E': '133418008', + 'L-8BA1F': '133419000', + 'L-8BA20': '133420006', + 'L-8BA21': '133421005', + 'L-8BA22': '133422003', + 'L-8BA23': '133423008', + 'L-8BA24': '133424002', + 'L-8BA25': '133425001', + 'L-8BA26': '133426000', + 'L-8BA27': '133427009', + 'L-8BA28': '133428004', + 'L-8BA29': '133429007', + 'L-8BA2A': '133430002', + 'L-8BA2B': '133431003', + 'L-8BA2C': '133432005', + 'L-8BA2D': '133433000', + 'L-8BA2E': '133434006', + 'L-8BA2F': '133435007', + 'L-8BA30': '133436008', + 'L-8BA31': '133437004', + 'L-8BA32': '133438009', + 'L-8BA33': '133439001', + 'L-8BA34': '133440004', + 'L-8BA35': '133441000', + 'L-8BA36': '133442007', + 'L-8BA37': '133443002', + 'L-8BA38': '133444008', + 'L-8BA39': '133445009', + 'L-8BA3A': '133446005', + 'L-8BA3B': '133447001', + 'L-8BA3C': '133448006', + 'L-8BA3D': '133449003', + 'L-8BA3E': '133450003', + 'L-8BA3F': '133451004', + 'L-8BA40': '133452006', + 'L-8BA41': '133453001', + 'L-8BA42': '133454007', + 'L-8BA43': '133455008', + 'L-8BA44': '133456009', + 'L-8BA45': '133457000', + 'L-8BA46': '133458005', + 'L-8BA47': '133459002', + 'L-8BA48': '133460007', + 'L-8BA49': '133461006', + 'L-8BA4A': '133462004', + 'L-8BA4B': '133463009', + 'L-8BA4C': '133464003', + 'L-8BA4D': '133465002', + 'L-8BA4E': '133466001', + 'L-8BA4F': '133467005', + 'L-8BA50': '133468000', + 'L-8BA51': '133469008', + 'L-8BA52': '133470009', + 'L-8BA53': '133471008', + 'L-8BA54': '133472001', + 'L-8BA55': '133473006', + 'L-8BA56': '133474000', + 'L-8BA57': '133475004', + 'L-8BA58': '133476003', + 'L-8BA59': '133477007', + 'L-8BA5A': '133478002', + 'L-8BA5B': '133479005', + 'L-8BA5C': '133480008', + 'L-8BA5D': '133481007', + 'L-8BA5E': '133482000', + 'L-8BA5F': '133483005', + 'L-8BA60': '133484004', + 'L-8BA61': '133485003', + 'L-8BA62': '133486002', + 'L-8BA63': '133487006', + 'L-8BA64': '133488001', + 'L-8BA65': '133489009', + 'L-8BA66': '133490000', + 'L-8BA67': '133491001', + 'L-8BA68': '133492008', + 'L-8BA69': '133493003', + 'L-8BA6A': '133494009', + 'L-8BA6B': '133495005', + 'L-8BA6C': '133496006', + 'L-8BA6D': '133497002', + 'L-8BA6E': '133498007', + 'L-8BA6F': '133499004', + 'L-8BA70': '133500008', + 'L-8BA71': '133501007', + 'L-8BA72': '133502000', + 'L-8BA73': '133503005', + 'L-8BA74': '133504004', + 'L-8BA75': '133505003', + 'L-8BA76': '133506002', + 'L-8BA77': '133507006', + 'L-8BA78': '133508001', + 'L-8BA79': '133509009', + 'L-8BA7A': '133510004', + 'L-8BA7B': '133511000', + 'L-8BA7C': '133512007', + 'L-8BA7D': '133513002', + 'L-8BA7E': '133514008', + 'L-8BA7F': '133515009', + 'L-8BA80': '133516005', + 'L-8BA81': '133517001', + 'L-8BA82': '133518006', + 'L-8BA83': '133519003', + 'L-8BA84': '133520009', + 'L-8BA85': '133521008', + 'L-8BA86': '133522001', + 'L-8BA87': '133523006', + 'L-8BA88': '133524000', + 'L-8BA89': '133525004', + 'L-8BA8A': '133526003', + 'L-8BA8B': '133527007', + 'L-8BA8C': '133528002', + 'L-8BA8D': '133529005', + 'L-8BA8E': '133530000', + 'L-8BA8F': '133531001', + 'L-8BA90': '133532008', + 'L-8BA91': '133533003', + 'L-8BA92': '133534009', + 'L-8BA93': '133535005', + 'L-8BA94': '133536006', + 'L-8BA95': '133537002', + 'L-8BA96': '133538007', + 'L-8BA97': '133539004', + 'L-8BA98': '133540002', + 'L-8BA99': '133541003', + 'L-8BA9A': '133542005', + 'L-8BA9B': '133543000', + 'L-8BA9C': '133544006', + 'L-8BA9D': '133545007', + 'L-8BA9E': '133546008', + 'L-8BA9F': '133547004', + 'L-8BAA0': '133548009', + 'L-8BAA1': '133549001', + 'L-8BAA2': '133550001', + 'L-8BAA3': '133551002', + 'L-8BAA4': '133552009', + 'L-8BAA5': '133553004', + 'L-8BAA6': '133554005', + 'L-8BAA7': '133555006', + 'L-8BAA8': '133556007', + 'L-8BAA9': '133557003', + 'L-8BAAA': '133558008', + 'L-8BAAB': '133559000', + 'L-8BAAC': '133560005', + 'L-8BAAD': '133561009', + 'L-8BAAE': '133562002', + 'L-8BAAF': '133563007', + 'L-8BAB0': '133564001', + 'L-8BAB1': '133565000', + 'L-8BAB2': '133566004', + 'L-8BAB3': '133567008', + 'L-8BAB4': '133568003', + 'L-8BAB5': '133569006', + 'L-8BAB6': '133570007', + 'L-8BAB7': '133571006', + 'L-8BAB8': '133572004', + 'L-8BAB9': '133573009', + 'L-8BABA': '133574003', + 'L-8BABB': '133575002', + 'L-8BABC': '133576001', + 'L-8BABD': '133577005', + 'L-8BABE': '133578000', + 'L-8BABF': '133579008', + 'L-8BAC0': '133580006', + 'L-8BAC1': '133581005', + 'L-8BAC2': '133582003', + 'L-8BAC3': '133583008', + 'L-8BAC4': '133584002', + 'L-8BAC5': '133585001', + 'L-8BAC6': '133586000', + 'L-8BAC7': '133587009', + 'L-8BAC8': '133588004', + 'L-8BAC9': '133589007', + 'L-8BACA': '133590003', + 'L-8BACB': '133591004', + 'L-8BACC': '133592006', + 'L-8BACD': '133593001', + 'L-8BACE': '133594007', + 'L-8BACF': '133595008', + 'L-8BAD0': '133596009', + 'L-8BAD1': '133597000', + 'L-8BAD2': '133598005', + 'L-8BAD3': '133599002', + 'L-8BAD4': '133600004', + 'L-8BAD5': '133601000', + 'L-8BAD6': '133602007', + 'L-8BAD7': '133603002', + 'L-8BAD8': '133604008', + 'L-8BAD9': '133605009', + 'L-8BADA': '133606005', + 'L-8BADB': '133607001', + 'L-8BADC': '133608006', + 'L-8BADD': '133609003', + 'L-8BADE': '133610008', + 'L-8BADF': '133611007', + 'L-8BAE0': '133612000', + 'L-8BAE1': '133613005', + 'L-8BAE2': '133614004', + 'L-8BAE3': '133615003', + 'L-8BAE4': '133616002', + 'L-8BAE5': '133617006', + 'L-8BAE6': '133618001', + 'L-8BAE7': '133619009', + 'L-8BAE9': '133620003', + 'L-8BAEA': '133621004', + 'L-8BAEB': '133622006', + 'L-8BAEC': '133623001', + 'L-8BAED': '133624007', + 'L-8BAEE': '133625008', + 'L-8BAEF': '133626009', + 'L-8BAF0': '133627000', + 'L-8BAF1': '133628005', + 'L-8BAF2': '133629002', + 'L-8BAF3': '133630007', + 'L-8BAF4': '133631006', + 'L-8BAF5': '133632004', + 'L-8BAF6': '133633009', + 'L-8BAF7': '133634003', + 'L-8BAF8': '133635002', + 'L-8BAF9': '133636001', + 'L-8BAFA': '133637005', + 'L-8BAFB': '133638000', + 'L-8BAFC': '133639008', + 'L-8BAFD': '133640005', + 'L-8BAFE': '133641009', + 'L-8BAFF': '133642002', + 'L-8BB00': '133643007', + 'L-8BB01': '133644001', + 'L-8BB02': '133645000', + 'L-8BB03': '133646004', + 'L-8BB04': '133647008', + 'L-8BB05': '133648003', + 'L-8BB06': '133649006', + 'L-8BB07': '133650006', + 'L-8BB09': '133651005', + 'L-8BB0A': '133652003', + 'L-8BB0B': '133653008', + 'L-8BB0C': '133654002', + 'L-8BB0E': '133655001', + 'L-8BB0F': '133656000', + 'L-8BB10': '133657009', + 'L-8BB11': '133658004', + 'L-8BB12': '133659007', + 'L-8BB13': '133660002', + 'L-8BB14': '133661003', + 'L-8BB15': '133662005', + 'L-8BB16': '133663000', + 'L-8BB17': '133664006', + 'L-8BB18': '133665007', + 'L-8BB19': '133666008', + 'L-8BB1A': '133667004', + 'L-8BB1B': '133668009', + 'L-8BB1C': '133669001', + 'L-8BB1D': '133670000', + 'L-8BB1E': '133671001', + 'L-8BB1F': '133672008', + 'L-8BB20': '133673003', + 'L-8BB21': '133674009', + 'L-8BB22': '133675005', + 'L-8BB23': '133676006', + 'L-8BB24': '133677002', + 'L-8BB25': '133678007', + 'L-8BB26': '133679004', + 'L-8BB27': '133680001', + 'L-8BB28': '133681002', + 'L-8BB29': '133682009', + 'L-8BB2A': '133683004', + 'L-8BB2B': '133684005', + 'L-8BB2C': '133685006', + 'L-8BB2D': '133686007', + 'L-8BB2E': '133687003', + 'L-8BB2F': '133688008', + 'L-8BB30': '133689000', + 'L-8BB31': '133690009', + 'L-8BB32': '133691008', + 'L-8BB33': '133692001', + 'L-8BB34': '133693006', + 'L-8BB35': '133694000', + 'L-8BB36': '133695004', + 'L-8BB37': '133696003', + 'L-8BB38': '133697007', + 'L-8BB39': '133698002', + 'L-8BB3A': '133699005', + 'L-8BB3B': '133700006', + 'L-8BB3C': '133701005', + 'L-8BB3D': '133702003', + 'L-8BB3E': '133703008', + 'L-8BB3F': '133704002', + 'L-8BB40': '133705001', + 'L-8BB41': '133706000', + 'L-8BB42': '133707009', + 'L-8BB43': '133708004', + 'L-8BB44': '133709007', + 'L-8BB45': '133710002', + 'L-8BB46': '133711003', + 'L-8BB47': '133712005', + 'L-8BB48': '133713000', + 'L-8BB49': '133714006', + 'L-8BB4A': '133715007', + 'L-8BB4B': '133716008', + 'L-8BB4C': '133717004', + 'L-8BB4D': '133718009', + 'L-8BB4E': '133719001', + 'L-8BB4F': '133720007', + 'L-8BB50': '133721006', + 'L-8BB51': '133722004', + 'L-8BB52': '133723009', + 'L-8BB53': '133724003', + 'L-8BB54': '133725002', + 'L-8BB56': '133727005', + 'L-8BB57': '133728000', + 'L-8BB58': '133729008', + 'L-8BB59': '133730003', + 'L-8BB5A': '133731004', + 'L-8BB5B': '133732006', + 'L-8BB5C': '133733001', + 'L-8BB5D': '133734007', + 'L-8BB5E': '133735008', + 'L-8BB5F': '133736009', + 'L-8BB60': '133737000', + 'L-8BB61': '133738005', + 'L-8BB62': '133739002', + 'L-8BB63': '133740000', + 'L-8BB64': '133741001', + 'L-8BB65': '133742008', + 'L-8BB66': '133743003', + 'L-8BB67': '133744009', + 'L-8BB68': '133745005', + 'L-8BB69': '133746006', + 'L-8BB6A': '133747002', + 'L-8BB6B': '133748007', + 'L-8BB6C': '133749004', + 'L-8BB6D': '133750004', + 'L-8BB6E': '133751000', + 'L-8BB6F': '133752007', + 'L-8BB70': '133753002', + 'L-8BB71': '133754008', + 'L-8BB72': '133755009', + 'L-8BB73': '133756005', + 'L-8BB74': '133757001', + 'L-8BB75': '133758006', + 'L-8BB76': '133759003', + 'L-8BB77': '133760008', + 'L-8BB78': '133761007', + 'L-8BB79': '133762000', + 'L-8BB7A': '133763005', + 'L-8BB7B': '133764004', + 'L-8BB7C': '133765003', + 'L-8BB7D': '133766002', + 'L-8BB7E': '133767006', + 'L-8BB7F': '133768001', + 'L-8BB80': '133769009', + 'L-8BB81': '133770005', + 'L-8BB82': '133771009', + 'L-8BB83': '133772002', + 'L-8BB84': '133773007', + 'L-8BB85': '133774001', + 'L-8BB86': '133775000', + 'L-8BB87': '133776004', + 'L-8BB88': '133777008', + 'L-8BB89': '133778003', + 'L-8BB8A': '133779006', + 'L-8BB8B': '133780009', + 'L-8BB8C': '133781008', + 'L-8BB8D': '133782001', + 'L-8BB8E': '133783006', + 'L-8BB8F': '133784000', + 'L-8BB90': '133785004', + 'L-8BB91': '133786003', + 'L-8BB92': '133787007', + 'L-8BB93': '133788002', + 'L-8BB94': '133789005', + 'L-8BB95': '133790001', + 'L-8BB96': '133791002', + 'L-8BB97': '133792009', + 'L-8BB98': '133793004', + 'L-8BB99': '133794005', + 'L-8BB9A': '133795006', + 'L-8BB9B': '133796007', + 'L-8BB9C': '133797003', + 'L-8BB9D': '133798008', + 'L-8BB9E': '133799000', + 'L-8BB9F': '133800001', + 'L-8BC00': '133801002', + 'L-8BC01': '133802009', + 'L-8BC03': '133803004', + 'L-8BC04': '133804005', + 'L-8BC05': '133805006', + 'L-8BC06': '133806007', + 'L-8BC07': '133807003', + 'L-8BC08': '133808008', + 'L-8BC09': '133809000', + 'L-8BC10': '133810005', + 'L-8BC11': '133811009', + 'L-8BC12': '133812002', + 'L-8BC13': '133813007', + 'L-8BC14': '133814001', + 'L-8BC15': '133815000', + 'L-8BC16': '133816004', + 'L-8BC17': '133817008', + 'L-8BC18': '133818003', + 'L-8BC19': '133819006', + 'L-8BC20': '133820000', + 'L-8BC21': '133821001', + 'L-8BC22': '133822008', + 'L-8BC23': '133823003', + 'L-8BC24': '133824009', + 'L-8BC25': '133825005', + 'L-8BC26': '133826006', + 'L-8BC27': '133827002', + 'L-8BC28': '133828007', + 'L-8BC29': '133829004', + 'L-8BC30': '133830009', + 'L-8BC31': '133831008', + 'L-8BC32': '133832001', + 'L-8BC33': '133833006', + 'L-8BC34': '133834000', + 'L-8BC35': '133835004', + 'L-8BC36': '133836003', + 'L-8BC37': '133837007', + 'L-8BC38': '133838002', + 'L-8BC39': '133839005', + 'L-8BC40': '133840007', + 'L-8BC41': '133841006', + 'L-8BC42': '133842004', + 'M-78731': '133855003', + 'P1-86C50': '133874006', + 'P1-93506': '133875007', + 'P2-71317': '133882006', + 'P5-B3402': '133884007', + 'P5-B3404': '133885008', + 'P5-B3406': '133886009', + 'P5-B3408': '133887000', + 'P5-B3410': '133888005', + 'P5-B3412': '133889002', + 'P5-B3414': '133890006', + 'PA-5003B': '133910006', + 'PA-5003C': '133911005', + 'PA-5003D': '133912003', + 'PA-5003E': '133913008', + 'PA-5003F': '133914002', + 'T-D2340': '133943005', + 'T-D2342': '133944004', + 'T-D4211': '133945003', + 'T-D4212': '133946002', + 'G-C150': '134198009', + 'R-41727': '134223000', + 'T-C4147': '143824007', + 'T-C4155': '143925009', + 'T-C4156': '144026003', + 'T-C4157': '144127009', + 'T-C421D': '155237005', + 'T-C4102': '155338003', + 'J-0016E': '158965000', + 'J-00172': '158971006', + 'J-00187': '159016003', + 'R-20773': '160270001', + 'R-2087E': '160274005', + 'G-0157': '160303001', + 'F-02455': '160476009', + 'F-02573': '160573003', + 'F-0351E': '161045001', + 'G-023F': '161445009', + 'G-0244': '161453001', + 'G-0269': '161501007', + 'G-026D': '161505003', + 'G-02BD': '161622006', + 'G-02D0': '161656000', + 'G-0304': '161763005', + 'G-0305': '161765003', + 'G-0319': '161798008', + 'G-031E': '161806007', + 'G-031F': '161807003', + 'F-0600C': '161901003', + 'F-A265A': '161971004', + 'F-03753': '162164007', + 'F-F1722': '162290004', + 'R-209F6': '162467007', + 'R-20099': '164150006', + 'F-000B7': '164854000', + 'F-000C3': '164929001', + 'F-03204': '164931005', + 'F-000FF': '165076002', + 'P0-006E4': '165079009', + 'F-00101': '165082004', + 'F-00103': '165084003', + 'F-0331B': '165816005', + 'T-C4254': '167364008', + 'T-C4255': '167464007', + 'T-C4263': '167664004', + 'T-C4018': '167864002', + 'T-C421E': '167965000', + 'T-C4238': '168159002', + 'T-C4019': '168360002', + 'T-C4244': '168460001', + 'T-C401A': '168557005', + 'P5-D0061': '169167001', + 'F-01BF8': '169254007', + 'P0-007AC': '169413002', + 'F-02F14': '170745003', + 'F-02F15': '170746002', + 'F-02F16': '170747006', + 'T-D161E': '170887008', + 'F-03C97': '171224000', + 'P1-4834A': '172049005', + 'P1-31003': '174822005', + 'P1-31919': '174826008', + 'P0-0530F': '174830006', + 'P1-31037': '174836000', + 'P1-38803': '174900004', + 'G-D13E': '180640008', + 'T-A1604': '180933005', + 'T-04009': '181131000', + 'T-47402': '181347005', + 'T-47403': '181349008', + 'T-4704C': '181351007', + 'T-00009': '181469002', + 'T-D03C2': '181768009', + 'T-116EE': '181900008', + 'T-116EF': '181901007', + 'P2-77110': '182744004', + 'F-04460': '182833002', + 'T-D002F': '183973000', + 'DA-73402': '193570009', + 'D3-13012': '194828000', + 'D3-13001': '194842008', + 'D3-13013': '194843003', + 'D3-29025': '194983005', + 'T-48403': '194996006', + 'D3-20003': '195020003', + 'R-F81AE': '195042002', + 'D3-31351': '195060002', + 'T-48405': '195073003', + 'T-48406': '195164009', + 'D3-80505': '195295006', + 'T-48404': '195328002', + 'T-484A4': '195416006', + 'T-48407': '195496005', + 'F-30004': '195675009', + 'T-14001': '195879000', + 'D2-00036': '195967001', + 'T-C4307': '196446004', + 'T-C437C': '196516004', + 'T-C4306': '196587000', + 'T-C4308': '196662004', + 'T-C4309': '196751009', + 'T-C4305': '196821008', + 'D4-31012': '204317008', + 'T-4630D': '206034008', + 'F-01FBA': '213262007', + 'D3-83001': '218728005', + 'J-00552': '223366009', + 'R-40333': '224944003', + 'R-300E3': '225728007', + 'R-40B16': '225761000', + 'F-009EA': '225908003', + 'F-931D4': '228366006', + 'A-010FB': '228736002', + 'A-010FE': '228739009', + 'A-01105': '228745001', + 'A-040ED': '228748004', + 'A-0110F': '228761004', + 'R-429DF': '228790005', + 'R-429E0': '228791009', + 'R-429EB': '228792002', + 'R-429EC': '228793007', + 'P5-D0072': '229033006', + 'D3-8900D': '230690007', + 'P1-C0208': '231249005', + 'DA-7930D': '232077005', + 'P1-3301A': '232717009', + 'P1-31028': '233022006', + 'P1-31088': '233134001', + 'P1-31089': '233139006', + 'P1-31C03': '233159005', + 'P1-3157D': '233170003', + 'P0-057E8': '233199008', + 'P1-36956': '233224003', + 'P1-3696A': '233230003', + 'D3-1301F': '233817007', + 'D3-13020': '233819005', + 'D3-13021': '233823002', + 'D3-80027': '233981004', + 'D3-80002': '233982006', + 'D3-80033': '234021009', + 'D3-04006': '234171009', + 'D7-11007': '236423003', + 'P1-8330D': '236886002', + 'P1-48011': '237380007', + 'DD-66544': '237473006', + 'D6-34737': '237897009', + 'F-029F7': '238108007', + 'D0-30017': '238810007', + 'P1-189C2': '239503002', + 'P0-05AFA': '240946003', + 'P5-30031': '241213007', + 'P5-0A001': '241434002', + 'P5-0A006': '241439007', + 'P5-0A00A': '241443006', + 'P5-B001D': '241466007', + 'P5-0801C': '241539009', + 'P5-08025': '241547009', + 'P5-0802B': '241553009', + 'P5-0900D': '241615005', + 'P5-09011': '241620005', + 'P5-0903A': '241663008', + 'P1-C0012': '241687005', + 'P1-C001A': '241695009', + 'P2-2290D': '243147009', + 'P2-22914': '243154003', + 'P2-22916': '243156001', + 'PA-2011E': '243776001', + 'T-D0059': '243898001', + 'T-D005D': '243902007', + 'T-D005E': '243903002', + 'T-D005F': '243904008', + 'T-D007C': '243905009', + 'T-D007D': '243906005', + 'T-D007F': '243908006', + 'T-D008B': '243909003', + 'T-D008C': '243910008', + 'T-D008D': '243911007', + 'T-D008E': '243912000', + 'T-D008F': '243913005', + 'T-D0091': '243914004', + 'T-D0092': '243915003', + 'T-D0093': '243916002', + 'T-D0094': '243917006', + 'T-D0095': '243918001', + 'T-D0097': '243920003', + 'T-D0098': '243921004', + 'T-D0099': '243922006', + 'T-D009A': '243923001', + 'T-D009C': '243925008', + 'T-D009D': '243926009', + 'T-D009E': '243927000', + 'T-D4434': '243977002', + 'T-43002': '244251006', + 'T-43003': '244252004', + 'T-4940E': '244411005', + 'T-4941A': '244415001', + 'T-A800B': '244453006', + 'T-C4235': '245321008', + 'T-C4236': '245322001', + 'T-C4237': '245323006', + 'T-C4216': '245324000', + 'T-C4217': '245328002', + 'T-C4379': '245341003', + 'T-C4411': '245344006', + 'T-C447A': '245346008', + 'P1-31018': '245544005', + 'T-54641': '245616001', + 'T-54621': '245619008', + 'T-54611': '245620002', + 'T-54741': '245631005', + 'T-54781': '245639007', + 'G-C189': '246090004', + 'G-A60B': '246092007', + 'G-0180': '246101005', + 'G-C197': '246112005', + 'G-C1C6': '246205007', + 'F-02A3B': '246206008', + 'G-D775': '246244004', + 'G-C1E3': '246262008', + 'G-C1F9': '246345001', + 'R-42009': '246432004', + 'R-42019': '246464006', + 'G-C11C': '246489000', + 'F-035F3': '247094004', + 'F-035FD': '247095003', + 'F-4410C': '247441003', + 'D0-00165': '247472004', + 'F-03D1D': '248243004', + 'F-03D38': '248300009', + 'F-03D8C': '248366000', + 'F-54005': '248523006', + 'F-03E55': '248536006', + 'F-21334': '248584002', + 'F-21303': '248585001', + 'F-009E4': '248808008', + 'R-20658': '248983002', + 'F-00AA0': '249192005', + 'T-C4582': '249708006', + 'F-00E6D': '250431005', + 'F-0212C': '250767002', + 'F-021FF': '250881009', + 'F-02220': '250907009', + 'F-02225': '250909007', + 'F-02236': '250924003', + 'F-0224E': '250929008', + 'F-0227A': '250949004', + 'F-022A1': '250964004', + 'F-0231F': '251011009', + 'F-02320': '251012002', + 'F-02321': '251013007', + 'F-02322': '251014001', + 'F-0238B': '251050008', + 'F-0238D': '251053005', + 'F-3014D': '251055003', + 'F-3014E': '251056002', + 'F-3014F': '251057006', + 'F-023F7': '251081004', + 'D3-33122': '251120003', + 'D3-33112': '251124007', + 'F-38056': '251135002', + 'D3-31704': '251159007', + 'F-02692': '251271006', + 'F-02FA4': '251786004', + 'F-02FB4': '251795007', + 'F-A2143': '251797004', + 'F-02FB7': '251799001', + 'F-0319E': '252064005', + 'F-031A2': '252068008', + 'F-031F7': '252129004', + 'F-031F8': '252130009', + 'F-031F9': '252131008', + 'P5-B3004': '252418006', + 'P5-B3005': '252420009', + 'P5-B3006': '252421008', + 'P5-3003A': '252426003', + 'P5-30107': '252427007', + 'P5-D3008': '252432008', + 'P5-D0063': '252680004', + 'D4-31005': '253276007', + 'D4-31166': '253551005', + 'D3-29082': '253590009', + 'D4-31611': '253591008', + 'D3-4020B': '253639004', + 'D4-32030': '253678000', + 'D4-3252B': '253728007', + 'D4-3252C': '253729004', + 'D4-3252D': '253730009', + 'R-40365': '255218000', + 'G-A39A': '255227004', + 'R-411C0': '255235001', + 'F-32021': '255236000', + 'R-40377': '255238004', + 'R-4038D': '255253007', + 'F-32011': '255254001', + 'M-020FA': '255282008', + 'R-403A7': '255288007', + 'R-403CC': '255321001', + 'R-40411': '255378009', + 'R-40416': '255380003', + 'R-40448': '255423002', + 'G-C028': '255460003', + 'R-4047B': '255465008', + 'R-40491': '255482005', + 'R-4049E': '255496004', + 'R-404A0': '255499006', + 'R-404A8': '255507004', + 'R-404A9': '255508009', + 'R-404AA': '255509001', + 'R-404AC': '255511005', + 'R-404B3': '255518004', + 'R-404B6': '255521002', + 'R-404B7': '255523004', + 'R-404B8': '255524005', + 'R-404B9': '255525006', + 'R-404BA': '255526007', + 'R-404BC': '255530005', + 'R-404BD': '255531009', + 'R-404BE': '255532002', + 'R-404BF': '255533007', + 'R-404C7': '255543005', + 'R-404CC': '255549009', + 'R-404CE': '255551008', + 'R-404D5': '255561001', + 'R-404DA': '255566006', + 'R-404ED': '255590007', + 'R-404F0': '255593009', + 'R-404F1': '255594003', + 'R-404F9': '255603008', + 'R-404FA': '255604002', + 'R-404FB': '255605001', + 'R-404FC': '255606000', + 'R-404FE': '255609007', + 'R-40507': '255619001', + 'C-5008C': '255631004', + 'R-F1216': '255632006', + 'F-61117': '255641001', + 'F-61118': '255667006', + 'C-2280A': '255792001', + 'C-2280B': '255793006', + 'C-2280C': '255794000', + 'C-2280D': '255795004', + 'C-2280E': '255796003', + 'C-2280F': '255797007', + 'C-22810': '255798002', + 'C-22816': '255799005', + 'C-22817': '255800009', + 'C-22818': '255801008', + 'C-22819': '255802001', + 'C-2281A': '255803006', + 'C-2281B': '255804000', + 'C-2281C': '255805004', + 'C-2281D': '255806003', + 'C-2281E': '255807007', + 'C-2281F': '255808002', + 'C-22820': '255809005', + 'C-2282A': '255810000', + 'C-2282B': '255811001', + 'C-2282C': '255813003', + 'R-40C16': '256235009', + 'F-611FC': '256496006', + 'F-61202': '256501007', + 'F-61207': '256506002', + 'F-6121C': '256526003', + 'C-14314': '256579008', + 'T-D008A': '256674009', + 'T-F1412': '256779006', + 'T-F1413': '256875007', + 'A-12018': '257327003', + 'A-04831': '257357007', + 'A-25501': '257362008', + 'A-25502': '257363003', + 'A-14611': '257409000', + 'R-41C37': '257771002', + 'P1-10997': '257833000', + 'P1-10998': '257834006', + 'P1-10999': '257835007', + 'P1-1099B': '257837004', + 'P0-021AB': '257912008', + 'R-41C8D': '257950002', + 'R-41D27': '258083009', + 'R-41D2D': '258090004', + 'R-41D41': '258104002', + 'F-021E1': '258153002', + 'P5-09051': '258177008', + 'R-41D8B': '258181008', + 'G-C16B': '258214002', + 'R-41DA8': '258215001', + 'R-41DAC': '258219007', + 'R-41DB0': '258224005', + 'R-41DB4': '258228008', + 'R-41DC5': '258245003', + 'R-41DDC': '258270003', + 'G-803C': '258433009', + 'G-81A0': '258562007', + 'G-81EA': '258661006', + 'C-20830': '259153006', + 'C-21216': '259170003', + 'C-2102B': '259221006', + 'R-40271': '260245000', + 'G-A37A': '260360000', + 'R-40750': '260376009', + 'R-40759': '260385009', + 'R-4075C': '260388006', + 'R-40765': '260395002', + 'G-A205': '260408008', + 'R-40771': '260409000', + 'R-40775': '260413007', + 'R-40782': '260426006', + 'R-40783': '260427002', + 'R-40799': '260450008', + 'R-407B0': '260473000', + 'R-40809': '260492003', + 'R-4080A': '260493008', + 'R-4080D': '260496000', + 'R-4080E': '260497009', + 'R-40810': '260499007', + 'R-40816': '260506009', + 'R-40819': '260521003', + 'R-4081A': '260528009', + 'G-D05F': '260585005', + 'G-D067': '260590008', + 'G-D071': '260601006', + 'G-C048': '260674002', + 'A-00004': '260787004', + 'G-C093': '260858005', + 'R-40861': '260867005', + 'G-C09C': '260870009', + 'G-C0B2': '260905004', + 'G-C0B7': '260911001', + 'R-408C3': '261004008', + 'R-40928': '261039008', + 'R-40939': '261061003', + 'R-40940': '261073003', + 'R-40941': '261074009', + 'R-4094A': '261089000', + 'G-A10A': '261129000', + 'R-409E2': '261197005', + 'R-409E3': '261198000', + 'R-409E4': '261199008', + 'F-61165': '261249004', + 'F-61166': '261250004', + 'G-D0C6': '261459001', + 'R-41177': '261613009', + 'R-4117B': '261617005', + 'R-41198': '261665006', + 'C-100EA': '261712009', + 'C-70841': '262003004', + 'R-4135B': '262008008', + 'R-413B7': '262061000', + 'R-413C5': '262068006', + 'R-41531': '262202000', + 'A-00D7B': '262301009', + 'R-42037': '263654008', + 'R-42047': '263677008', + 'R-4205B': '263707001', + 'P0-021B2': '263720003', + 'R-420AE': '263816006', + 'R-4210B': '263943000', + 'T-A1509': '263972004', + 'R-42142': '264045001', + 'R-4214B': '264068005', + 'R-4215C': '264114003', + 'R-42175': '264159006', + 'R-42191': '264217000', + 'T-41065': '264293000', + 'T-4942D': '264481007', + 'R-423C3': '264579008', + 'T-32613': '264844003', + 'T-32614': '264845002', + 'T-32615': '264846001', + 'T-32616': '264847005', + 'T-32617': '264848000', + 'T-32618': '264849008', + 'T-32619': '264850008', + 'T-3261C': '264853005', + 'P5-3003F': '265483003', + 'P5-30041': '265484009', + 'P2-31209': '266706003', + 'G-032F': '266894000', + 'G-011E': '266897007', + 'F-9321F': '266919005', + 'G-0335': '266995000', + 'R-20767': '267011001', + 'F-201B3': '267036007', + 'F-042BA': '268384009', + 'P2-3120A': '268400002', + 'F-9B75C': '268461001', + 'R-207D7': '268951004', + 'D3-30001': '270492004', + 'F-06001': '271593001', + 'D3-00006': '271594007', + 'F-008EC': '271649006', + 'F-008ED': '271650006', + 'F-5005E': '271801002', + 'D0-00058': '271807003', + 'F-21331': '271824009', + 'F-00033': '271921002', + 'D7-90010': '271989003', + 'P5-009BF': '271993009', + 'R-407E0': '272113006', + 'R-407E1': '272114000', + 'R-407E7': '272123002', + 'R-40826': '272163001', + 'A-00916': '272180002', + 'A-00927': '272224001', + 'A-04036': '272287005', + 'R-4087B': '272466003', + 'R-40885': '272476000', + 'R-40888': '272479007', + 'R-40899': '272517003', + 'R-4089A': '272518008', + 'R-4089B': '272519000', + 'T-D075D': '272657006', + 'T-D016E': '272673000', + 'T-D0170': '272710004', + 'G-C581': '272737002', + 'G-C171': '272741003', + 'T-48725': '272998002', + 'T-48726': '273099000', + 'T-48727': '273202007', + 'G-E048': '273249006', + 'R-F6E36': '273948005', + 'P1-34001': '274022008', + 'T-4667C': '274060004', + 'T-4667D': '274143007', + 'T-4668A': '274231001', + 'R-202A9': '274303007', + 'P1-4830F': '274331003', + 'F-03261': '274640006', + 'F-A0846': '274662006', + 'F-37015': '274668005', + 'P1-32006': '275035006', + 'F-300FA': '275514001', + 'G-0069': '275552000', + 'F-13006': '276334009', + 'F-03DE9': '276755008', + 'F-03DFE': '276772001', + 'F-03E02': '276774000', + 'F-03E0D': '276780008', + 'F-03E0E': '276781007', + 'F-03E86': '276901002', + 'C-23805': '277016007', + 'P0-0000E': '277132007', + 'F-00078': '277381004', + 'P1-03106': '277591006', + 'P1-03107': '277592004', + 'T-32601': '277630003', + 'T-32603': '277631004', + 'T-32503': '277634007', + 'T-32504': '277635008', + 'R-400B2': '277671009', + 'G-C032': '278201002', + 'R-40553': '278307001', + 'R-40554': '278318001', + 'F-017C0': '278528006', + 'T-C46AA': '278571002', + 'T-C46AB': '278672000', + 'T-D051D': '278983006', + 'A-80002': '279046003', + 'F-A2632': '279047007', + 'F-37006': '279084009', + 'T-C4145': '279141006', + 'T-C4146': '279142004', + 'T-C4154': '279143009', + 'T-C4201': '279144003', + 'T-C4202': '279145002', + 'T-35111': '279170002', + 'T-35313': '279174006', + 'T-C4641': '279189002', + 'T-A0036': '279215006', + 'T-C4642': '279271008', + 'T-35014': '279317000', + 'T-A4904': '279336005', + 'T-21301': '279549004', + 'T-C4423': '279609001', + 'T-C4452': '279784003', + 'T-C4401': '279795009', + 'T-C4453': '279866008', + 'T-D3412': '280062008', + 'T-C4465': '280216006', + 'T-C4466': '280314006', + 'T-A0109': '280371009', + 'T-D0721': '280401006', + 'T-C4467': '280402004', + 'F-01E06': '280416009', + 'T-C4445': '280556009', + 'T-C4446': '280639005', + 'T-AA62D': '280677004', + 'T-12847': '280711000', + 'T-11531': '280734009', + 'T-C4473': '280824006', + 'T-C447D': '280915003', + 'T-C447E': '280999005', + 'T-D0765': '281130003', + 'T-D305A': '281134007', + 'T-4000E': '281157001', + 'T-4105E': '281159003', + 'T-C447F': '281227003', + 'T-D0767': '281231009', + 'M-09024': '281268007', + 'T-C4481': '281320004', + 'R-41FD9': '281379000', + 'T-D3208': '281392002', + 'T-D3209': '281393007', + 'T-D320A': '281394001', + 'T-D6007': '281496003', + 'T-C4563': '281676003', + 'P0-005ED': '281691001', + 'T-C4522': '281765006', + 'T-C4523': '281847004', + 'T-C4565': '282031000', + 'T-46807': '282044005', + 'R-422F4': '282258000', + 'T-3260A': '284355001', + 'T-3260B': '284356000', + 'T-3260C': '284357009', + 'T-3260D': '284358004', + 'D3-30A03': '284470004', + 'T-48832': '284639000', + 'T-C4218': '285425001', + 'T-C4219': '285427009', + 'T-C421A': '285429007', + 'P0-00593': '285570007', + 'DF-00577': '285645000', + 'A-11C08': '286558002', + 'R-421A4': '286866000', + 'D3-10008': '287272002', + 'P1-48142': '287572003', + 'T-D07CB': '288546009', + 'R-42517': '288563008', + 'F-840B3': '289894009', + 'F-61779': '289925000', + 'F-61790': '290006006', + 'F-8A074': '290069002', + 'F-8A084': '290084006', + 'D7-90565': '290113009', + 'F-8A09C': '290119008', + 'DF-10780': '292094009', + 'DF-10781': '292095005', + 'DF-10F41': '293637006', + 'DF-10F42': '293638001', + 'A-00BA2': '297120004', + 'T-D00F7': '297171002', + 'T-D00F8': '297172009', + 'T-D00F9': '297173004', + 'T-D00FA': '297174005', + 'F-100EC': '298336006', + 'T-41068': '299716001', + 'T-C4417': '299993000', + 'F-03FC9': '300571009', + 'F-03FCD': '300577008', + 'R-428E7': '300841009', + 'G-C2FE': '300842002', + 'D3-13025': '300995000', + 'F-30172': '301121007', + 'F-0123A': '301939004', + 'D7-9002A': '302924003', + 'R-422A4': '303110006', + 'R-422A5': '303111005', + 'T-C5001': '303337002', + 'T-71019': '303402001', + 'T-C4867': '303623000', + 'P5-08067': '303653007', + 'P5-0807F': '303680000', + 'T-C4866': '303713004', + 'P5-00A0D': '303827001', + 'C-50434': '303960004', + 'R-427E6': '304059001', + 'A-04459': '304121006', + 'R-42806': '304283002', + 'J-00556': '304292004', + 'R-42808': '304367000', + 'G-E002': '304915008', + 'T-3500E': '305437000', + 'T-1273F': '306783000', + 'F-00BB8': '307047009', + 'R-40FB8': '307152002', + 'R-40FB9': '307153007', + 'R-40FBA': '307154001', + 'P0-004BA': '307280005', + 'R-410C3': '307429007', + 'R-4112F': '307486002', + 'P1-0555A': '307701005', + 'G-0102': '308064009', + 'D3-80016': '308546005', + 'F-20172': '308689002', + 'P5-39106': '308696000', + 'G-80A5': '309050000', + 'G-80A6': '309051001', + 'G-832D': '309058007', + 'G-8339': '309059004', + 'T-D021B': '309312004', + 'J-004E8': '309343006', + 'J-0050A': '309390008', + 'G-833D': '309546004', + 'G-833F': '309547008', + 'G-8346': '309548003', + 'F-8A057': '309587003', + 'R-41FFC': '309602000', + 'R-41FFF': '309606002', + 'R-2073F': '309649001', + 'R-42018': '309825002', + 'R-3023A': '309901009', + 'R-3023B': '309902002', + 'R-3023C': '309903007', + 'R-3023D': '309904001', + 'R-30240': '309907008', + 'R-30243': '309910001', + 'R-30246': '309913004', + 'R-30247': '309914005', + 'R-30248': '309915006', + 'R-3024B': '309918008', + 'R-30250': '309923008', + 'R-30252': '309925001', + 'R-30254': '309927009', + 'R-3025A': '309933000', + 'R-3025B': '309934006', + 'R-3025C': '309935007', + 'R-3025D': '309936008', + 'R-3025E': '309937004', + 'R-3025F': '309938009', + 'R-30260': '309939001', + 'R-30261': '309940004', + 'R-30262': '309941000', + 'R-30263': '309942007', + 'R-30264': '309943002', + 'R-30265': '309944008', + 'R-30269': '309948006', + 'R-3026A': '309949003', + 'R-3026B': '309950003', + 'R-3026F': '309954007', + 'R-30270': '309956009', + 'R-30275': '309958005', + 'R-30276': '309959002', + 'R-3027B': '309964003', + 'R-3027D': '309966001', + 'R-3027E': '309967005', + 'R-3027F': '309968000', + 'R-30280': '309969008', + 'R-30281': '309970009', + 'R-30282': '309971008', + 'R-30283': '309972001', + 'R-30285': '309974000', + 'R-30289': '309978002', + 'R-3028A': '309979005', + 'R-3028B': '309980008', + 'R-3028E': '309983005', + 'R-3028F': '309984004', + 'R-30290': '309985003', + 'R-30294': '309989009', + 'R-30296': '309991001', + 'R-30297': '309992008', + 'R-30298': '309993003', + 'R-30299': '309994009', + 'R-3029A': '309995005', + 'R-3029B': '309996006', + 'R-421D4': '310030000', + 'R-421EB': '310076001', + 'R-42203': '310101009', + 'R-42207': '310105000', + 'R-42219': '310123008', + 'R-4221D': '310127009', + 'R-4221E': '310128004', + 'R-4223B': '310158005', + 'R-4223C': '310159002', + 'R-42246': '310169008', + 'R-4225D': '310200001', + 'R-302A2': '310464005', + 'T-D078C': '310651003', + 'T-D078D': '310652005', + 'T-D03C3': '310787001', + 'C-2282E': '310805002', + 'F-616D8': '311731000', + 'R-42E61': '312004007', + 'C-50309': '312064005', + 'T-D000F': '312288001', + 'T-C4003': '312500006', + 'T-C4004': '312501005', + 'T-D200A': '312502003', + 'T-C4005': '312503008', + 'T-35008': '312522004', + 'T-20101': '312535008', + 'T-D006D': '312779009', + 'P0-0526F': '312965008', + 'R-207AD': '313376005', + 'F-029D4': '313386006', + 'D3-13014': '314116003', + 'D3-83602': '314186008', + 'R-20839': '314348007', + 'F-00E11': '314439003', + 'F-00E14': '314440001', + 'F-00E1F': '314451001', + 'F-00E21': '314452008', + 'F-00E22': '314453003', + 'T-C4414': '314730000', + 'T-C463E': '314736006', + 'T-127A7': '314796009', + 'C-2282D': '314900004', + 'T-1153E': '317665004', + 'T-1153F': '317766009', + 'C-6A102': '320917000', + 'C-B0295': '330888007', + 'R-F748A': '333111009', + 'L-85003': '337915000', + 'A-10DBC': '339648008', + 'A-120DD': '341036005', + 'A-1009E': '342706005', + 'A-105E3': '344088002', + 'A-10703': '344575009', + 'P2-35002': '344994008', + 'C-80609': '346322006', + 'C-8060A': '346441008', + 'C-80477': '346553009', + 'R-F2989': '346607007', + 'C-70434': '347379006', + 'C-677B9': '349947003', + 'C-51071': '349955005', + 'C-B02CC': '350086004', + 'C-B1130': '353842007', + 'C-B0382': '353903006', + 'C-B038B': '353912008', + 'C-B03BC': '353962003', + 'C-B02C5': '354064008', + 'C-B03C3': '354088005', + 'C-B03C9': '354094002', + 'P0-021D6': '360038009', + 'A-11FCD': '360066001', + 'A-040CB': '360129009', + 'R-42453': '360156006', + 'P0-021FD': '360271000', + 'D3-2906A': '360465008', + 'D4-31303': '360481003', + 'T-D07EA': '360568007', + 'T-48081': '360592004', + 'T-2300C': '360955006', + 'T-C4601': '360992006', + 'T-C4602': '360993001', + 'T-AB959': '361078006', + 'T-40003': '361097006', + 'T-4940B': '362072009', + 'T-28812': '363537007', + 'M-300F2': '363563002', + 'G-C2D0': '363589002', + 'T-D14AE': '363654007', + 'R-40641': '363675004', + 'R-40642': '363676003', + 'P0-0099A': '363679005', + 'G-C0E3': '363698007', + 'G-C0E8': '363703001', + 'G-C0E9': '363704007', + 'G-C0F2': '363713009', + 'F-04317': '363871006', + 'F-043E6': '364062005', + 'F-04403': '364091008', + 'F-04404': '364092001', + 'F-0452A': '364320009', + 'F-045CE': '364393001', + 'F-046D8': '364528001', + 'F-047E7': '364644000', + 'F-38035': '365416000', + 'F-01969': '365853002', + 'F-93109': '365981007', + 'F-30117': '366188009', + 'P0-0058E': '367336001', + 'R-4235F': '367450005', + 'T-D03B4': '367567000', + 'T-F680F': '367624001', + 'M-3340A': '367643001', + 'T-49217': '368479001', + 'T-49218': '368481004', + 'T-18774': '368536000', + 'T-C4752': '368550005', + 'G-F616': '369790002', + 'G-F617': '369791003', + 'G-F618': '369792005', + 'G-F749': '369991007', + 'G-C036': '370129005', + 'F-38095': '370359005', + 'F-201B6': '370367002', + 'F-00D5F': '370388006', + 'DD-661D2': '370512004', + 'F-02087': '370951003', + 'T-C430A': '371013005', + 'D7-76202': '371036001', + 'T-D0821': '371195002', + 'G-A11A': '371240000', + 'G-A11D': '371244009', + 'G-A11E': '371246006', + 'G-A12B': '371251000', + 'G-A12C': '371252007', + 'G-A12D': '371253002', + 'G-A12E': '371254008', + 'T-D0801': '371398005', + 'G-0338': '371422002', + 'R-00254': '371439000', + 'R-00258': '371469007', + 'R-42B89': '371524004', + 'L-877FB': '371564000', + 'L-877FC': '371565004', + 'P0-006F1': '371572003', + 'R-002CC': '371785003', + 'R-00359': '371786002', + 'R-0038C': '371787006', + 'R-00310': '371788001', + 'R-00311': '371789009', + 'R-00303': '371790000', + 'R-00361': '371791001', + 'R-002F0': '371794009', + 'R-00312': '371795005', + 'R-002FD': '371796006', + 'R-0036F': '371797002', + 'R-00306': '371798007', + 'R-0030A': '371799004', + 'R-00379': '371800000', + 'R-00304': '371801001', + 'R-00383': '371802008', + 'R-00334': '371803003', + 'R-00313': '371804009', + 'R-00372': '371805005', + 'R-0038F': '371807002', + 'R-00368': '371808007', + 'R-00366': '371809004', + 'R-00365': '371810009', + 'R-00369': '371811008', + 'R-00367': '371812001', + 'R-002C8': '371813006', + 'R-002C7': '371814000', + 'R-002C9': '371815004', + 'R-002CA': '371816003', + 'R-002CB': '371817007', + 'R-00336': '371824008', + 'R-00360': '371829003', + 'R-00308': '371835003', + 'R-0032D': '371837006', + 'R-002E5': '371838001', + 'R-00394': '371839009', + 'R-00385': '371840006', + 'R-00309': '371841005', + 'R-00307': '371842003', + 'R-002E7': '371843008', + 'R-002D3': '371845001', + 'R-0035D': '371846000', + 'R-003A9': '371847009', + 'R-0035C': '371848004', + 'R-0032C': '371849007', + 'R-002D2': '371850007', + 'R-002D0': '371851006', + 'R-002CF': '371852004', + 'R-002F5': '371853009', + 'R-0036C': '371854003', + 'R-00398': '371855002', + 'R-0033F': '371856001', + 'R-00340': '371857005', + 'R-0033E': '371858000', + 'R-00342': '371859008', + 'R-0033D': '371860003', + 'R-00328': '371861004', + 'R-002F3': '371862006', + 'R-0039F': '371863001', + 'R-00381': '371864007', + 'R-00382': '371865008', + 'R-0037F': '371866009', + 'R-0037E': '371867000', + 'R-00327': '371868005', + 'R-0032F': '371869002', + 'R-00370': '371870001', + 'R-00373': '371871002', + 'R-003A1': '371872009', + 'R-00314': '371873004', + 'R-002E3': '371874005', + 'R-002FB': '371875006', + 'R-002F7': '371876007', + 'R-002F8': '371877003', + 'R-002C4': '371879000', + 'R-002C5': '371880002', + 'R-00348': '371883000', + 'R-00363': '371884006', + 'R-00362': '371885007', + 'R-00364': '371886008', + 'R-00338': '371887004', + 'R-00397': '371888009', + 'R-00337': '371889001', + 'R-00377': '371890005', + 'R-002F2': '371892002', + 'R-0036B': '371893007', + 'R-002E2': '371894001', + 'R-002EF': '371895000', + 'R-0037C': '371896004', + 'R-0037A': '371897008', + 'R-0031B': '371898003', + 'R-0031A': '371899006', + 'R-00320': '371900001', + 'R-0031E': '371901002', + 'R-00399': '371902009', + 'R-0039A': '371903004', + 'R-0031F': '371904005', + 'R-0031C': '371905006', + 'R-0037B': '371906007', + 'R-0034A': '371907003', + 'R-00349': '371908008', + 'R-00315': '371909000', + 'R-002D9': '371910005', + 'R-00318': '371911009', + 'R-002E1': '371912002', + 'R-00355': '371913007', + 'R-00353': '371914001', + 'R-002FC': '371915000', + 'R-0036A': '371916004', + 'R-00346': '371917008', + 'R-00388': '371918003', + 'R-00347': '371919006', + 'R-00387': '371920000', + 'R-00335': '371922008', + 'R-00329': '371923003', + 'R-00330': '371924009', + 'R-00333': '371925005', + 'R-0030C': '371926006', + 'R-00345': '371928007', + 'R-002E9': '371931008', + 'R-0038B': '371933006', + 'R-0039B': '371934000', + 'R-003AA': '371951007', + 'R-00376': '371952000', + 'R-0035B': '371953005', + 'R-0035E': '371954004', + 'T-A010F': '372073000', + 'T-14122': '372074006', + 'T-AA092': '372242005', + 'R-00274': '372249001', + 'R-00288': '372276001', + 'G-D173': '372460008', + 'G-D17C': '372463005', + 'G-D17D': '372464004', + 'C-00211': '372480009', + 'F-616E7': '372578001', + 'F-616EB': '372580007', + 'F-616FE': '372602008', + 'F-6171D': '372614000', + 'F-6188F': '372656001', + 'R-F2B1D': '372664007', + 'F-61898': '372665008', + 'F-61899': '372666009', + 'C-0023B': '372677003', + 'F-618A5': '372681003', + 'F-618AE': '372693007', + 'F-618AF': '372695000', + 'R-F2B1F': '372703009', + 'F-618BA': '372708000', + 'C-0024C': '372722000', + 'F-61916': '372724004', + 'C-0024E': '372735009', + 'F-61957': '372787008', + 'C-00257': '372788003', + 'F-61959': '372790002', + 'R-F2B23': '372798009', + 'F-61969': '372806008', + 'F-6196E': '372813008', + 'F-61995': '372855004', + 'F-6199A': '372862008', + 'F-619AA': '372881000', + 'R-F2B27': '372901004', + 'F-619EF': '372906009', + 'R-002F6': '373061006', + 'R-002FA': '373062004', + 'R-0038D': '373066001', + 'R-00339': '373067005', + 'R-0038A': '373068000', + 'R-002ED': '373095005', + 'R-00317': '373098007', + 'R-00319': '373099004', + 'R-0032E': '373100007', + 'R-003AC': '373102004', + 'R-002E6': '373104003', + 'R-002E4': '373105002', + 'R-00357': '373108000', + 'R-00300': '373110003', + 'R-0035A': '373111004', + 'R-00302': '373112006', + 'R-0036E': '373113001', + 'R-0036D': '373115008', + 'D3-29096': '373116009', + 'R-00378': '373121007', + 'R-00344': '373122000', + 'R-0030D': '373123005', + 'R-00343': '373124004', + 'R-002C6': '373125003', + 'R-0032A': '373126002', + 'R-00331': '373127006', + 'R-00316': '373128001', + 'R-00341': '373129009', + 'R-0033B': '373131000', + 'R-0033C': '373132007', + 'R-00301': '373133002', + 'R-002CD': '373134008', + 'R-002D1': '373135009', + 'R-0030B': '373136005', + 'R-0030F': '373137001', + 'R-00389': '373138006', + 'R-0033A': '373140001', + 'R-00356': '373141002', + 'R-002F1': '373142009', + 'R-00371': '373143004', + 'R-00321': '373147003', + 'R-0037D': '373148008', + 'R-003CA': '373150000', + 'R-003CB': '373151001', + 'R-003D0': '373156006', + 'R-003D6': '373162001', + 'R-003D7': '373163006', + 'R-003D8': '373164000', + 'R-003D9': '373165004', + 'R-003DB': '373166003', + 'R-003DA': '373167007', + 'R-003DD': '373169005', + 'R-003DC': '373170006', + 'R-003DE': '373171005', + 'R-003BA': '373172003', + 'R-003B8': '373173008', + 'R-003B9': '373174002', + 'R-003BB': '373175001', + 'R-003BC': '373176000', + 'R-003BD': '373177009', + 'R-003BE': '373178004', + 'R-003BF': '373179007', + 'R-003C0': '373180005', + 'R-003C3': '373182002', + 'R-003C2': '373183007', + 'R-003C4': '373184001', + 'R-003C5': '373185000', + 'R-003C6': '373186004', + 'R-003C7': '373187008', + 'R-003C8': '373189006', + 'R-003C9': '373190002', + 'R-00286': '373197004', + 'R-003C1': '373204007', + 'C-00216': '373206009', + 'F-617EF': '373219008', + 'F-6180B': '373246003', + 'F-6180F': '373250005', + 'F-61814': '373254001', + 'F-6181B': '373260001', + 'C-0021C': '373262009', + 'F-6181D': '373263004', + 'F-6181F': '373265006', + 'C-0021D': '373270004', + 'F-61861': '373278006', + 'F-6186A': '373288007', + 'F-6186F': '373294004', + 'C-00231': '373297006', + 'F-61878': '373304005', + 'F-618FE': '373337007', + 'F-02900': '373372005', + 'F-6182F': '373464007', + 'F-6183C': '373476007', + 'F-6183D': '373477003', + 'F-61848': '373488009', + 'F-618D7': '373529000', + 'F-618D8': '373530005', + 'F-61968': '373646006', + 'F-619B7': '373682001', + 'F-61639': '373738000', + 'F-6169A': '373780001', + 'R-41560': '373808002', + 'R-408F2': '373825000', + 'R-41561': '373846009', + 'R-41562': '373847000', + 'R-424BE': '373933003', + 'D3-90008': '373945007', + 'F-02B9B': '384668003', + 'P5-C018A': '384692006', + 'T-61007': '385294005', + 'R-00443': '385356007', + 'R-00461': '385380006', + 'R-00463': '385382003', + 'R-00465': '385385001', + 'F-61D54': '385420005', + 'L-8B946': '385474004', + 'C-22830': '385484003', + 'R-41F90': '385524004', + 'G-D30B': '385651009', + 'G-D30F': '385655000', + 'G-D316': '385656004', + 'G-D217': '385673002', + 'P0-009B4': '386053000', + 'T-D048E': '386103008', + 'R-10041': '386124003', + 'R-10042': '386125002', + 'R-10043': '386131004', + 'R-10044': '386132006', + 'R-10045': '386134007', + 'R-10046': '386135008', + 'R-10047': '386136009', + 'R-10048': '386137000', + 'R-10049': '386138005', + 'R-10050': '386139002', + 'R-10051': '386140000', + 'P0-0409B': '386509000', + 'F-02B35': '386530009', + 'F-201BD': '386616007', + 'F-0A44A': '386661006', + 'C-68165': '386693003', + 'P1-C0037': '386760001', + 'P1-C0038': '386761002', + 'P0-05CCA': '386802000', + 'F-61AC5': '386839004', + 'F-61AC9': '386841003', + 'F-61ACA': '386842005', + 'F-61B21': '386910003', + 'C-00286': '387056004', + 'F-61C76': '387085005', + 'F-61A26': '387146001', + 'F-61A28': '387150008', + 'F-61A3F': '387176008', + 'F-61A66': '387218008', + 'F-61A76': '387239001', + 'F-61A7F': '387258005', + 'R-F2B2C': '387264003', + 'F-61A95': '387286002', + 'F-61AC4': '387341002', + 'F-61AFE': '387351001', + 'F-B2135': '387362001', + 'F-61B0A': '387368002', + 'F-61B48': '387423006', + 'F-61BB2': '387448009', + 'F-61BD0': '387480006', + 'F-61C65': '387560008', + 'P0-009C3': '387713003', + 'P1-48145': '387736007', + 'L-8BA18': '388168008', + 'L-8C3FB': '388249000', + 'L-8C3FD': '388254009', + 'L-8B1FB': '388393002', + 'L-000A9': '388445009', + 'L-881FC': '388490000', + 'L-000F9': '388626009', + 'T-A0095': '389080008', + 'T-A0096': '389081007', + 'A-00FAD': '389156006', + 'A-00E8A': '392001008', + 'A-00E8B': '392004000', + 'A-00E8C': '392007007', + 'A-00FBE': '392012008', + 'P1-030C4': '392021009', + 'R-42501': '394774009', + 'R-42502': '394775005', + 'F-00F4E': '395112001', + 'R-0045B': '395511002', + 'C-14512': '395742005', + 'C-B110E': '395787009', + 'C-B112D': '395789007', + 'C-11906': '395865006', + 'M-35001': '396339007', + 'C-002B1': '396345004', + 'R-10075': '396482007', + 'P1-65359': '396487001', + 'L-80453': '396488006', + 'L-80A45': '396505009', + 'R-10076': '396646008', + 'R-10077': '396647004', + 'R-10078': '396649001', + 'R-10079': '396652009', + 'R-1007A': '396654005', + 'R-1007B': '396655006', + 'R-1007C': '396656007', + 'F-037BB': '397138000', + 'F-037BC': '397140005', + 'F-037BD': '397141009', + 'F-037BF': '397143007', + 'F-037C0': '397144001', + 'F-037C1': '397145000', + 'G-8430': '397199005', + 'A-2B201': '397247004', + 'F-048FA': '397263007', + 'G-035B': '397363009', + 'G-035A': '397364003', + 'G-035C': '397405001', + 'G-035D': '397406000', + 'G-035E': '397407009', + 'G-035F': '397408004', + 'G-0360': '397409007', + 'G-0361': '397410002', + 'G-0362': '397411003', + 'G-0363': '397412005', + 'G-0364': '397413000', + 'G-0365': '397414006', + 'G-0366': '397415007', + 'G-0367': '397417004', + 'G-0368': '397418009', + 'G-0369': '397419001', + 'G-036A': '397421006', + 'G-036C': '397423009', + 'G-036D': '397425002', + 'G-036B': '397427005', + 'G-036E': '397435008', + 'G-036F': '397437000', + 'G-0370': '397439002', + 'P1-A3835': '397516006', + 'A-00FCA': '397522002', + 'A-040F7': '397559001', + 'G-D320': '397898000', + 'P1-0558A': '398010007', + 'A-1450B': '398013009', + 'R-305C3': '398161000', + 'DF-0070B': '398164008', + 'G-D321': '398201009', + 'P1-0512E': '398239001', + 'DF-0068E': '398325003', + 'F-A558A': '398665005', + 'F-61D6F': '398705004', + 'F-61D70': '398828005', + 'F-037AB': '398979000', + 'G-A191': '398994001', + 'R-1028E': '398996004', + 'G-039C': '398998003', + 'R-10296': '399000008', + 'G-5216': '399001007', + 'R-10299': '399002000', + 'R-10281': '399003005', + 'R-10246': '399004004', + 'R-10298': '399005003', + 'R-10212': '399006002', + 'G-037C': '399007006', + 'R-102D1': '399011000', + 'G-5220': '399012007', + 'R-1026D': '399013002', + 'D3-20021': '399020009', + 'R-1029F': '399022001', + 'G-0380': '399023006', + 'R-10295': '399024000', + 'R-10282': '399025004', + 'R-102B1': '399026003', + 'G-038F': '399027007', + 'R-10270': '399028002', + 'G-0374': '399030000', + 'R-10202': '399033003', + 'G-039A': '399036006', + 'R-1028F': '399037002', + 'R-10210': '399038007', + 'G-038D': '399039004', + 'G-038A': '399048009', + 'G-037E': '399051002', + 'R-102D7': '399055006', + 'G-0382': '399058008', + 'R-10216': '399059000', + 'R-10241': '399061009', + 'G-0386': '399062002', + 'G-0377': '399063007', + 'G-03A2': '399064001', + 'R-1026B': '399065000', + 'R-102CD': '399067008', + 'G-038B': '399070007', + 'R-102C3': '399071006', + 'R-10276': '399073009', + 'G-5207': '399074003', + 'G-5208': '399075002', + 'R-10288': '399080006', + 'R-10277': '399082003', + 'R-10280': '399083008', + 'G-0392': '399086000', + 'G-5210': '399089007', + 'G-0391': '399093001', + 'P1-0512A': '399097000', + 'R-102A3': '399098005', + 'R-10230': '399099002', + 'R-1024B': '399101009', + 'R-10275': '399103007', + 'G-0387': '399104001', + 'G-03A0': '399106004', + 'G-5206': '399108003', + 'G-0375': '399109006', + 'R-102C2': '399110001', + 'G-5223': '399118008', + 'R-102AC': '399125001', + 'R-102A9': '399127009', + 'R-1027D': '399129007', + 'R-102AF': '399130002', + 'R-10252': '399132005', + 'G-037A': '399133000', + 'R-10220': '399135007', + 'G-5209': '399136008', + 'R-1029E': '399138009', + 'G-0396': '399139001', + 'G-037B': '399140004', + 'R-10261': '399142007', + 'G-03A1': '399145009', + 'R-10279': '399146005', + 'R-1026C': '399148006', + 'R-10284': '399152006', + 'G-0381': '399154007', + 'G-0394': '399155008', + 'R-1028A': '399156009', + 'R-1029A': '399157000', + 'G-5225': '399159002', + 'R-10204': '399160007', + 'R-102D2': '399161006', + 'R-10242': '399162004', + 'R-102D6': '399163009', + 'R-4099D': '399166001', + 'G-037D': '399167005', + 'R-1027F': '399168000', + 'R-1028B': '399169008', + 'R-1029B': '399171008', + 'R-10236': '399173006', + 'R-1028D': '399179005', + 'R-1029C': '399181007', + 'R-102C1': '399182000', + 'R-10238': '399184004', + 'R-102D0': '399188001', + 'R-1024A': '399192008', + 'G-039D': '399195005', + 'R-10244': '399196006', + 'R-102D3': '399197002', + 'R-10232': '399198007', + 'R-1027B': '399199004', + 'G-039F': '399200001', + 'R-10283': '399201002', + 'R-1028C': '399206007', + 'R-102D5': '399209000', + 'G-03AA': '399211009', + 'R-1026A': '399212002', + 'G-A19C': '399214001', + 'R-102B0': '399215000', + 'R-10263': '399218003', + 'R-10515': '399220000', + 'R-10250': '399225005', + 'R-102D4': '399226006', + 'R-10286': '399227002', + 'G-0385': '399229004', + 'G-A19B': '399232001', + 'R-102A0': '399234000', + 'G-0383': '399235004', + 'R-10234': '399236003', + 'R-10262': '399237007', + 'G-0388': '399238002', + 'G-0398': '399239005', + 'R-102AA': '399241006', + 'R-102C6': '399242004', + 'R-102A2': '399243009', + 'R-1026F': '399245002', + 'R-10266': '399246001', + 'R-102A7': '399247005', + 'R-10292': '399251007', + 'R-10256': '399255003', + 'R-10224': '399260004', + 'G-03A5': '399261000', + 'R-10264': '399263002', + 'G-0373': '399264008', + 'R-102CF': '399265009', + 'G-037F': '399266005', + 'G-038C': '399267001', + 'G-5224': '399268006', + 'R-102AB': '399270002', + 'G-039B': '399271003', + 'R-102C5': '399272005', + 'G-5212': '399273000', + 'R-1027C': '399277004', + 'R-10268': '399278009', + 'R-10285': '399280003', + 'R-10274': '399281004', + 'G-0389': '399282006', + 'R-10297': '399284007', + 'R-1027E': '399285008', + 'G-0376': '399287000', + 'R-10248': '399288005', + 'R-102A1': '399290006', + 'R-102A4': '399292003', + 'G-0379': '399293008', + 'D7-90035': '399294002', + 'R-102A8': '399296000', + 'G-5222': '399297009', + 'G-5221': '399300004', + 'G-0390': '399301000', + 'R-10272': '399303002', + 'G-0397': '399306005', + 'R-10291': '399308006', + 'G-0378': '399309003', + 'G-039E': '399310008', + 'R-10278': '399311007', + 'R-10208': '399312000', + 'R-102A6': '399313005', + 'R-102C8': '399316002', + 'R-10287': '399318001', + 'R-10271': '399320003', + 'G-5215': '399321004', + 'R-10254': '399325008', + 'R-10293': '399327000', + 'R-102AD': '399330007', + 'P5-0808E': '399331006', + 'R-10289': '399332004', + 'R-102C4': '399335002', + 'G-0395': '399339008', + 'R-1027A': '399341009', + 'R-10290': '399342002', + 'R-10267': '399344001', + 'R-10206': '399348003', + 'R-102A5': '399349006', + 'R-102C7': '399351005', + 'R-10228': '399352003', + 'G-0384': '399354002', + 'R-1026E': '399355001', + 'R-40985': '399356000', + 'R-10269': '399358004', + 'R-10257': '399360002', + 'R-10265': '399362005', + 'R-1029D': '399365007', + 'R-10516': '399366008', + 'G-038E': '399367004', + 'R-10226': '399368009', + 'R-10294': '399370000', + 'G-0399': '399371001', + 'R-10273': '399372008', + 'R-41563': '399707004', + 'D3-8005B': '400047006', + 'D3-15119': '401303003', + 'D3-1511A': '401314000', + 'D0-2202B': '402603005', + 'D0-3002F': '403618004', + 'F-06017': '404640003', + 'R-005AE': '404684003', + 'C-B10A2': '404706008', + 'C-B10A4': '404707004', + 'C-B014D': '404846007', + 'F-0499A': '405165006', + 'R-305CE': '405269005', + 'J-005E6': '405277009', + 'J-005E8': '405279007', + 'G-A12F': '405738005', + 'G-A132': '405739002', + 'L-8C339': '406660008', + 'L-8B102': '406663005', + 'L-8A106': '406711007', + 'L-8A10C': '406714004', + 'L-8A10D': '406715003', + 'L-8A10F': '406721004', + 'L-8C33A': '406722006', + 'L-93791': '406723001', + 'L-88106': '406725008', + 'L-001DE': '406733009', + 'C-22836': '406951002', + 'C-22837': '406952009', + 'C-2283A': '406953004', + 'C-2283C': '406955006', + 'C-2283E': '406957003', + 'C-2283F': '406958008', + 'C-22840': '406959000', + 'C-22847': '406960005', + 'C-2284A': '406961009', + 'C-2284B': '406964001', + 'C-2284C': '406965000', + 'C-2284D': '406966004', + 'C-2284E': '406967008', + 'C-2284F': '406968003', + 'C-22850': '406969006', + 'C-2285B': '406971006', + 'C-2285C': '406972004', + 'C-2285D': '406973009', + 'C-2285E': '406974003', + 'C-2285F': '406975002', + 'C-22860': '406976001', + 'C-2286A': '406977005', + 'C-2286B': '406978000', + 'C-2286C': '406980006', + 'C-2286D': '406981005', + 'C-2286E': '406982003', + 'C-2286F': '406983008', + 'C-22870': '406984002', + 'C-2287A': '406985001', + 'C-2287B': '406986000', + 'F-61DA5': '406988004', + 'C-2287D': '406989007', + 'C-2287E': '406990003', + 'C-2287F': '406991004', + 'C-22880': '406992006', + 'C-2288A': '406993001', + 'C-2288D': '406995008', + 'L-8A105': '407402001', + 'F-03F6E': '407559004', + 'F-04A13': '408379005', + 'R-214DD': '408551003', + 'F-04AB2': '408573005', + 'F-04AB3': '408574004', + 'D0-F0369': '408643008', + 'DD-67703': '408678008', + 'R-101B0': '408703009', + 'R-101B2': '408704003', + 'R-101AF': '408705002', + 'R-101AD': '408706001', + 'R-101B3': '408707005', + 'R-101B5': '408709008', + 'R-101B6': '408710003', + 'R-101BA': '408714007', + 'R-101BB': '408715008', + 'R-101BC': '408716009', + 'R-101C0': '408720008', + 'R-101C3': '408723005', + 'R-101C4': '408724004', + 'R-101C5': '408725003', + 'R-101C6': '408726002', + 'G-C32C': '408730004', + 'G-C32E': '408732007', + 'R-10229': '408734008', + 'R-1022D': '408744005', + 'R-10227': '408745006', + 'C-B0303': '409484007', + 'F-61E5A': '409549005', + 'F-04BA9': '409586006', + 'F-61E79': '409595003', + 'F-0061F': '409599009', + 'R-41E4D': '409600007', + 'R-41E4E': '409603009', + 'R-41E4F': '409604003', + 'R-41E50': '409605002', + 'T-D04AC': '409615008', + 'R-305D3': '409688003', + 'D3-1081C': '409712001', + 'R-10239': '409783000', + 'R-10219': '409897002', + 'R-1021A': '409898007', + 'R-1021C': '409899004', + 'R-1021E': '409900009', + 'R-1021D': '409901008', + 'R-1021F': '409902001', + 'R-1021B': '409903006', + 'L-80108': '409905004', + 'L-8B947': '409906003', + 'L-8B948': '409908002', + 'L-8880B': '409914009', + 'L-88107': '409926004', + 'D3-3002F': '410429000', + 'D2-60262': '410430005', + 'R-1022A': '410434001', + 'R-1022B': '410435000', + 'R-1022C': '410436004', + 'R-1022E': '410437008', + 'R-1022F': '410438003', + 'R-10231': '410439006', + 'R-1020E': '410461001', + 'R-1020F': '410462008', + 'R-10211': '410463003', + 'R-10213': '410464009', + 'R-10215': '410465005', + 'R-10217': '410466006', + 'R-10218': '410467002', + 'G-A46B': '410516002', + 'R-005B3': '410652009', + 'G-D7FE': '410668003', + 'G-C340': '410675002', + 'G-A206': '410679008', + 'R-1023E': '410685001', + 'R-1023B': '410686000', + 'R-1023D': '410687009', + 'R-1023A': '410688004', + 'R-1023C': '410689007', + 'T-D0829': '410726006', + 'C-B05A3': '410873007', + 'F-61E2A': '410937004', + 'F-61DF9': '412155002', + 'F-04B88': '413322009', + 'L-8880C': '413488005', + 'R-102DD': '413530006', + 'P0-05DA0': '413815006', + 'J-0714B': '413854007', + 'R-10258': '413896006', + 'R-102DA': '413912008', + 'R-1025E': '413975003', + 'R-102BA': '413985002', + 'R-1025B': '413996005', + 'R-102B3': '414088005', + 'R-102B5': '414089002', + 'R-10260': '414135002', + 'R-102AE': '414165007', + 'R-102C0': '414298005', + 'R-1025A': '414368000', + 'R-10259': '414369008', + 'R-102B7': '414415007', + 'R-102B8': '414416008', + 'R-102B6': '414417004', + 'R-305D6': '414485004', + 'R-102CA': '414493004', + 'R-102BE': '414497003', + 'D3-10030': '414545008', + 'R-102B9': '414576002', + 'P1-A3846': '414582004', + 'R-1025F': '414599003', + 'R-102B2': '414617007', + 'R-1024F': '414722000', + 'R-10251': '414723005', + 'D3-1070D': '414795007', + 'R-102B4': '415070008', + 'G-03D3': '415076002', + 'R-10253': '415144009', + 'R-10255': '415145005', + 'J-0714A': '415506007', + 'M-3400A': '415582006', + 'R-102BB': '415637004', + 'R-102BD': '415646005', + 'R-102C9': '415670009', + 'G-A47B': '415684004', + 'F-400A9': '415690000', + 'C-B1133': '415704007', + 'R-102BF': '415770004', + 'R-1025D': '415814008', + 'R-1025C': '415815009', + 'R-102DB': '415816005', + 'R-102DC': '415817001', + 'R-FAB5E': '416061003', + 'R-FAB53': '416152001', + 'R-FAB5C': '416190007', + 'R-FAB54': '416319003', + 'P5-0A00D': '416323006', + 'R-FAB5B': '416430001', + 'G-03E5': '416471007', + 'R-FAB55': '416550000', + 'R-FAB5A': '416567007', + 'R-FAB58': '416631005', + 'R-FAB56': '416775004', + 'T-D9713': '416804009', + 'L-88108': '416840006', + 'L-8077B': '416885007', + 'R-FAB57': '416949008', + 'L-8B103': '417012009', + 'A-10029': '417136005', + 'L-8880D': '417277001', + 'F-CB902': '417324009', + 'R-FAB52': '417437006', + 'C-6A148': '417696007', + 'DF-00777': '417746004', + 'F-61FDB': '417881006', + 'F-D7011': '418326009', + 'F-A21A7': '418363000', + 'R-305EB': '418433008', + 'F-6205D': '418760000', + 'R-005E0': '418799008', + 'P5-00A25': '418903008', + 'F-04DA1': '419099009', + 'G-A13B': '419161000', + 'T-D04F2': '419176008', + 'P5-00A34': '419416005', + 'C-21047': '419442005', + 'F-04D55': '419475002', + 'P5-00A5C': '419545005', + 'M-33415': '419670003', + 'F-04D54': '419775003', + 'C-B1134': '419804008', + 'F-04D53': '420050001', + 'R-305EA': '420223003', + 'R-F2C86': '420287000', + 'F-3018B': '420300004', + 'F-C0101': '420303002', + 'A-17454': '420572009', + 'T-C4753': '420800007', + 'A-00FF4': '420827006', + 'F-3018D': '420913000', + 'T-D04FF': '421060004', + 'F-620E8': '421148003', + 'A-17452': '421335007', + 'T-C471E': '421624008', + 'F-3018C': '421704003', + 'T-C4722': '421861001', + 'R-41564': '421974008', + 'T-C471F': '421988007', + 'DA-7931D': '422061002', + 'F-3018E': '422293003', + 'R-40A95': '422534007', + 'C-B07DC': '422540000', + 'R-40A92': '422568001', + 'F-04E95': '422587007', + 'C-B07E1': '422598008', + 'R-40A88': '422670003', + 'P2-3110A': '422685009', + 'C-B07E2': '422763008', + 'C-B07E7': '422789008', + 'R-40A93': '422795009', + 'C-B07DB': '422855001', + 'R-40A89': '422861003', + 'A-010D8': '422915004', + 'C-127A5': '422934004', + 'R-40A98': '422954003', + 'C-B07DF': '422975006', + 'C-B07E8': '422980002', + 'R-40A99': '422996004', + 'R-40A8A': '423091003', + 'C-B07DD': '423498000', + 'C-B07DE': '423543007', + 'C-B07E4': '423546004', + 'C-1018D': '423578007', + 'R-40A94': '423720000', + 'C-135A4': '423764008', + 'L-804C0': '423926000', + 'D4-31B68': '424045003', + 'P2-31107': '424064009', + 'C-163AA': '424079002', + 'R-40A90': '424086005', + 'L-804B0': '424111008', + 'C-163AD': '424118002', + 'P2-31108': '424225000', + 'C-163AB': '424299003', + 'C-163AC': '424318009', + 'G-C350': '424361007', + 'P2-31109': '424444005', + 'C-B1135': '424570009', + 'F-04ECE': '424622008', + 'R-40A8F': '424655003', + 'L-801E8': '424705003', + 'C-B07E0': '424708001', + 'C-B07E5': '424789007', + 'R-40A8B': '424811006', + 'C-B07E6': '424874008', + 'C-1018C': '424875009', + 'R-40A8C': '424962005', + 'P0-05DE2': '424979004', + 'R-40A91': '425030002', + 'R-40A96': '425035007', + 'R-40A97': '425042007', + 'L-804A0': '425118005', + 'F-04ECF': '425141002', + 'R-40A8D': '425157002', + 'L-8B949': '425181009', + 'R-40A8E': '425188003', + 'C-B07E3': '425236000', + 'L-80495': '425253007', + 'C-127A4': '425364008', + 'T-D0859': '425647002', + 'P0-02241': '425704008', + 'P2-3120C': '425808002', + 'P5-080C2': '426005005', + 'P5-0905E': '426252008', + 'P0-00C29': '426347000', + 'R-3060E': '426439001', + 'L-8810A': '426571006', + 'P0-02242': '426865009', + 'P5-30045': '426940008', + 'L-8A114': '427136006', + 'T-A0149': '427667007', + 'F-04F74': '427732000', + 'F-04F76': '427751006', + 'P1-36993': '427886002', + 'G-4044': '427986001', + 'F-380B2': '427989008', + 'F-04F84': '427990004', + 'D3-10711': '428196007', + 'R-40AA7': '428247006', + 'F-380B3': '428417006', + 'F-04F92': '428420003', + 'F-04F9F': '428531008', + 'F-38793': '428549008', + 'F-38287': '428550008', + 'F-04FA0': '428552000', + 'P1-080B4': '428613004', + 'F-04FA5': '428628004', + 'F-04FA6': '428630002', + 'P2-3110B': '428685003', + 'R-40AA8': '428691001', + 'F-38794': '428750005', + 'G-044D': '428752002', + 'P2-31011': '428813002', + 'R-215D5': '428824000', + 'R-215D6': '428825004', + 'F-04FB4': '428832008', + 'F-04FB8': '428920008', + 'R-215D9': '428927006', + 'P3-05013': '428995007', + 'R-215DC': '429058004', + 'P7-00044': '429060002', + 'F-04FCA': '429157007', + 'F-04FCC': '429160000', + 'F-04FCD': '429162008', + 'P2-3120E': '429163003', + 'D3-0200B': '429198000', + 'R-215DE': '429232006', + 'C-1190E': '429310004', + 'F-04FD3': '429382003', + 'R-215E0': '429391004', + 'R-215E1': '429477006', + 'F-04FD8': '429483009', + 'G-4045': '429551001', + 'G-4046': '429557002', + 'D3-13037': '429559004', + 'A-1002A': '429560009', + 'D3-0400A': '429561008', + 'F-04FE3': '429576000', + 'C-1190F': '429591003', + 'P1-30A31': '429616001', + 'F-04FE5': '429619008', + 'P0-00C6B': '429620002', + 'F-38279': '429622005', + 'D4-31124': '429710001', + 'F-33019': '429733000', + 'G-04C5': '429740004', + 'P5-B300C': '429884006', + 'F-6220F': '430028007', + 'G-04E3': '430091005', + 'C-163B0': '430276001', + 'T-1A403': '430346005', + 'T-4858F': '430757002', + 'C-12916': '430821002', + 'P3-4500A': '430854000', + 'T-1A404': '430855004', + 'G-8439': '430856003', + 'G-843A': '430861001', + 'F-62219': '430862008', + 'F-6221A': '430863003', + 'F-6221B': '430864009', + 'G-843B': '430970004', + 'G-843C': '431196006', + 'T-7000B': '431491007', + 'C-2141B': '431510009', + 'P5-D300B': '431511008', + 'P0-00CA7': '431609005', + 'P5-B300F': '431852008', + 'T-7000C': '431938005', + 'C-80012': '432062000', + 'F-05018': '432554001', + 'F-05019': '432655005', + 'F-0501A': '432678004', + 'P5-0907F': '433139009', + 'P5-B3090': '433231002', + 'P0-05F95': '433232009', + 'P5-B3050': '433233004', + 'P5-B8215': '433235006', + 'P5-B3012': '433236007', + 'F-62231': '433338005', + 'P3-40003': '433452008', + 'P3-40004': '433454009', + 'P3-40005': '433455005', + 'P3-40006': '433456006', + 'P3-40009': '433457002', + 'P3-4000A': '433465004', + 'A-0101B': '433466003', + 'F-62232': '433469005', + 'P3-4000B': '433470006', + 'F-62233': '433471005', + 'A-0101D': '433472003', + 'F-62234': '433473008', + 'F-62235': '433474002', + 'F-05028': '434161005', + 'C-2141C': '434162003', + 'F-62238': '434295000', + 'A-0101E': '434464009', + 'P3-4000D': '434472006', + 'A-0101F': '434473001', + 'P3-4000E': '434474007', + 'P3-4000F': '434475008', + 'P3-40011': '434479002', + 'A-01021': '434533009', + 'A-01022': '434708008', + 'A-01023': '434711009', + 'A-01024': '434746001', + 'A-01025': '434822004', + 'D1-50666': '439470001', + 'P5-B0128': '439858009', + 'PA-30029': '440252007', + 'P0-099F5': '440935004', + 'S-8000A': '441480003', + 'R-40AA9': '441505008', + 'R-00728': '441509002', + 'R-30616': '441548002', + 'R-40AAA': '441555000', + 'R-3061B': '441662001', + 'R-40AAC': '441672003', + 'P0-00E0B': '441676000', + 'P2-00161': '441752004', + 'T-D0874': '441850003', + 'M-32704': '441901008', + 'R-3061D': '441950002', + 'R-3061E': '441994008', + 'T-540ED': '442100006', + 'P1-3180D': '442123009', + 'T-50153': '442170005', + 'T-540EE': '442274007', + 'R-40AB0': '442441009', + 'R-40AB2': '442580003', + 'R-40AB3': '442581004', + 'R-40AB4': '442582006', + 'R-40AB5': '442583001', + 'R-40AB6': '442585008', + 'R-40AB7': '442586009', + 'R-40AB8': '442587000', + 'R-40AB9': '442588005', + 'R-40ABA': '442589002', + 'R-40ABB': '442590006', + 'R-40ABC': '442591005', + 'R-40ABD': '442592003', + 'R-40ABE': '442593008', + 'R-40AC0': '442595001', + 'R-40AC1': '442596000', + 'R-40AC2': '442597009', + 'R-40AC3': '442598004', + 'R-40AC4': '442599007', + 'R-40AC5': '442600005', + 'R-40AC6': '442601009', + 'R-40AC7': '442602002', + 'R-40AC8': '442603007', + 'R-40AC9': '442604001', + 'R-40ACA': '442605000', + 'R-40ACB': '442606004', + 'R-40ACC': '442607008', + 'R-40ACD': '442608003', + 'R-40ACE': '442609006', + 'R-40ACF': '442610001', + 'R-40AD0': '442611002', + 'R-40AD1': '442612009', + 'R-40AD2': '442621005', + 'R-40AD3': '442622003', + 'R-40AD4': '442623008', + 'R-40AD5': '442624002', + 'R-40AD6': '442625001', + 'R-40AD7': '442626000', + 'R-40AD8': '442627009', + 'R-40AD9': '442628004', + 'R-40ADA': '442629007', + 'R-40ADB': '442630002', + 'R-40ADC': '442631003', + 'R-40ADD': '442632005', + 'R-40ADE': '442636008', + 'R-40ADF': '442637004', + 'R-40AE0': '442638009', + 'R-40AE1': '442639001', + 'R-40AE3': '442641000', + 'R-40AE4': '442643002', + 'R-40AE5': '442644008', + 'R-40AE6': '442645009', + 'R-40AE8': '442657000', + 'R-40AE9': '442658005', + 'R-40AEA': '442659002', + 'R-40AEB': '442660007', + 'R-40AEC': '442661006', + 'R-40AEE': '442674000', + 'R-40AEF': '442675004', + 'F-05166': '442688001', + 'R-40AF0': '442690000', + 'F-05167': '442691001', + 'F-0516A': '442700003', + 'F-0516C': '442704007', + 'F-0516E': '442707000', + 'F-05170': '442711006', + 'F-05173': '442714003', + 'R-40AF1': '442721003', + 'F-05179': '442726008', + 'R-40AF2': '442729001', + 'R-40AF3': '442730006', + 'R-40AF4': '442738004', + 'R-40AF5': '442739007', + 'R-40AF6': '442740009', + 'R-40AF7': '442741008', + 'R-40AF8': '442742001', + 'R-40AF9': '442743006', + 'R-40AFA': '442744000', + 'R-40AFB': '442745004', + 'R-40AFC': '442746003', + 'R-40AFD': '442747007', + 'R-40AFE': '442748002', + 'F-0517E': '442755000', + 'G-0577': '443082005', + 'G-0578': '443083000', + 'T-D0877': '443096004', + 'R-40AFF': '443100003', + 'T-D0878': '443113009', + 'F-8612F': '443115002', + 'G-0579': '443160001', + 'R-40B00': '443162009', + 'R-40B01': '443163004', + 'T-42102': '443167003', + 'F-0518A': '443168008', + 'M-2460C': '443208000', + 'T-D0879': '443260009', + 'P5-080FF': '443271005', + 'T-42304': '443281009', + 'T-D087A': '443283007', + 'T-D087B': '443297004', + 'T-D087C': '443298009', + 'R-0077C': '443325000', + 'T-D087D': '443326004', + 'T-D087E': '443327008', + 'T-D087F': '443328003', + 'M-20102': '443329006', + 'D4-31125': '443379009', + 'M-2460D': '443444008', + 'M-20103': '443445009', + 'DD-66228': '443461006', + 'G-057B': '443499004', + 'G-057C': '443500008', + 'R-421AA': '443501007', + 'G-057D': '443562002', + 'T-F6858': '443591004', + 'G-057E': '443609003', + 'T-D0880': '443625008', + 'R-40B0A': '443640005', + 'T-D0881': '443696003', + 'R-40B0E': '443698002', + 'T-F6859': '443705001', + 'T-48505': '443714006', + 'T-D0882': '443724003', + 'T-D0883': '443726001', + 'T-D0884': '443789005', + 'T-C430B': '443808008', + 'T-D0885': '443809000', + 'P0-06135': '443829004', + 'P5-08118': '443844003', + 'T-D0886': '443907004', + 'P1-36994': '443989003', + 'P1-36995': '444001009', + 'P1-36996': '444034006', + 'G-0586': '444161008', + 'T-D0887': '444177009', + 'P1-36997': '444178004', + 'T-D0888': '444329004', + 'R-40B10': '444361000', + 'R-40B11': '444371003', + 'R-40B12': '444379001', + 'R-40B1B': '444389002', + 'R-40B1C': '444392003', + 'R-40B21': '444469002', + 'F-051DF': '444471002', + 'F-051E0': '444474005', + 'F-051E3': '444488009', + 'F-051E4': '444489001', + 'F-051E5': '444496004', + 'F-051E6': '444503000', + 'F-051E7': '444504006', + 'F-051E8': '444505007', + 'G-D1E4': '444850002', + 'C-101E8': '444883009', + 'C-101E9': '444923006', + 'A-010DA': '445084008', + 'A-010DC': '445169002', + 'P1-103D3': '445185007', + 'A-010DD': '445254006', + 'A-010DE': '445278001', + 'A-010DF': '445279009', + 'A-00D87': '445282004', + 'A-0010F': '445316008', + 'A-010E0': '445340000', + 'A-010E1': '445391002', + 'A-010E2': '445465004', + 'A-00118': '445601002', + 'A-0011A': '445621001', + 'A-0011B': '445622008', + 'A-0011C': '445623003', + 'A-0011D': '445624009', + 'A-0011E': '445625005', + 'A-0011F': '445633006', + 'A-00120': '445634000', + 'A-00121': '445635004', + 'A-00123': '445663002', + 'A-00124': '445671003', + 'A-00125': '445679001', + 'A-00126': '445683001', + 'A-00127': '445685008', + 'P5-70694': '446315002', + 'R-40B32': '446406008', + 'C-114B6': '446531006', + 'C-163B6': '446534003', + 'C-163B7': '446535002', + 'C-163B8': '446536001', + 'C-145AA': '446800006', + 'C-145AB': '446871009', + 'R-F2CD4': '447122006', + 'C-163B9': '447125008', + 'C-163BA': '447126009', + 'C-163BB': '447127000', + 'C-163BC': '447128005', + 'C-114AB': '447134003', + 'C-163BD': '447201007', + 'R-40644': '447295008', + 'L-87830': '447482001', + 'C-101ED': '447553000', + 'L-87831': '447612001', + 'P0-06211': '447996002', + 'L-00376': '448169003', + 'DF-00BEA': '448216007', + 'P2-22933': '448442005', + 'L-88124': '448771007', + 'P1-0329D': '448895004', + 'L-88423': '449310008', + 'T-D6515': '450960006', + 'C-E0273': '456992002', + 'C-E0269': '456995000', + 'C-E0267': '456997008', + 'C-E0265': '456999006', + 'C-E026A': '457000009', + 'R-FCBB8': '464557001', + 'R-FCE69': '464983000', + 'R-FDF5C': '467354001', + 'R-FDB79': '468192005', + 'R-FD5EB': '468440006', + 'DF-1147C': '473188002', + 'R-FAE6C': '698247007', + 'R-FAED1': '698348000', + 'R-FB322': '699453001', + 'R-FB354': '699503005', + 'R-FB356': '699505003', + 'R-FB358': '699507006', + 'R-FB359': '699508001', + 'R-FB35A': '699509009', + 'R-FB35B': '699510004', + 'R-FB35C': '699511000', + 'R-FB565': '700032006', + 'R-FCC16': '701933006', + 'R-FB83F': '702391001', + 'R-FB8F1': '702569007', + 'R-FB9B7': '702767007', + 'R-FBDEA': '703842006', + 'R-FEAEC': '705541005', + 'R-FCCF2': '706247001', + 'R-FEEFF': '706440002', + 'R-FDCFF': '706484002', + 'R-FEEC3': '706683002', + 'R-FE814': '706699008', + 'R-FC4CC': '707009005', + 'R-FC4CD': '707010000', + 'R-FC4CE': '707011001', + 'R-FC4CF': '707012008', + 'R-FC4D0': '707013003', + 'R-FC4D1': '707014009', + 'R-FC4D2': '707015005', + 'R-FC4D3': '707016006', + 'R-FC4D4': '707017002', + 'R-FC4D5': '707018007', + 'R-FC4D8': '707021009', + 'R-FC4D9': '707022002', + 'R-FC4DA': '707023007', + 'R-FC4DB': '707024001', + 'R-FC4DC': '707025000', + 'R-FC4DD': '707026004', + 'R-FC4DF': '707028003', + 'R-FC4E0': '707029006', + 'R-FC4E1': '707030001', + 'R-FC4E2': '707031002', + 'R-FC4E3': '707032009', + 'R-FC4E4': '707033004', + 'R-FC4E6': '707035006', + 'R-FC4E7': '707036007', + 'R-FC4E8': '707037003', + 'R-FC4E9': '707038008', + 'R-FC4EA': '707039000', + 'R-FC4EC': '707041004', + 'R-FC4ED': '707042006', + 'R-FC4EE': '707043001', + 'R-FC4EF': '707044007', + 'R-FC4F0': '707045008', + 'R-FC4F1': '707046009', + 'R-FC4F2': '707047000', + 'R-FC4F3': '707048005', + 'R-FC4F4': '707049002', + 'R-FC4F7': '707052005', + 'R-FC4F9': '707054006', + 'R-FC4FA': '707055007', + 'R-FC4FB': '707056008', + 'R-FC4FC': '707057004', + 'R-FC4FD': '707058009', + 'R-FC4FE': '707059001', + 'R-FC4FF': '707060006', + 'R-FC500': '707061005', + 'R-FC501': '707062003', + 'R-FC502': '707063008', + 'R-FC503': '707064002', + 'R-FC504': '707065001', + 'R-FC505': '707066000', + 'R-FC506': '707067009', + 'R-FC507': '707068004', + 'R-FF0C4': '708174004', + 'L-DA692': '709853007', + 'D3-80086': '710864009', + 'R-FF2E7': '711101009', + 'C-D6858': '712736002', + 'T-F6724': '714754004', + 'T-F6713': '714759009', + 'R0-00017': '716891004', + 'R-FFFF2': '716892006', + 'R-FFFDC': '716893001', + 'R-FFFBE': '716894007', + 'R0-00020': '716895008', + 'R0-00000': '716896009', + 'R-FFFD6': '716897000', + 'R-FFFB1': '716898005', + 'R-FFFB7': '716899002', + 'R-FFFD0': '716900007', + 'R-FFFFC': '716901006', + 'R0-00018': '716902004', + 'R-FFFC4': '716903009', + 'R-FFFE2': '716904003', + 'R0-00001': '716905002', + 'R0-0001E': '716906001', + 'R-FFFC2': '716907005', + 'R-FFFE0': '716908000', + 'R0-00004': '716909008', + 'R0-00027': '716910003', + 'R-FFFB6': '716911004', + 'R-FFFD5': '716912006', + 'R-FFFF4': '716913001', + 'R0-00013': '716914007', + 'R-FFFC9': '716915008', + 'R-FFFAB': '716916009', + 'R0-0000F': '716917000', + 'R-FFFE6': '716918005', + 'R-FFFCD': '716919002', + 'R-FFFB0': '716920008', + 'R0-0000C': '716921007', + 'R-FFFE9': '716922000', + 'R-FFFD4': '716923005', + 'R-FFFB5': '716924004', + 'R0-0001B': '716925003', + 'R-FFFFD': '716926002', + 'R-FFFDF': '716927006', + 'R-FFFC1': '716928001', + 'R-FFFA9': '716929009', + 'R0-00006': '716930004', + 'R-FFFE5': '716931000', + 'R-FFFF3': '716932007', + 'R0-00014': '716933002', + 'R-FFFB3': '716934008', + 'R-FFFD3': '716935009', + 'R0-00003': '716936005', + 'R0-00025': '716937001', + 'R-FFFC0': '716938006', + 'R-FFFDD': '716939003', + 'R-FFFEA': '716940001', + 'R0-0000B': '716941002', + 'R-FFFD9': '717027004', +} \ No newline at end of file diff --git a/pydicom/codedict.py b/pydicom/codedict.py new file mode 100644 index 0000000000..473544ee46 --- /dev/null +++ b/pydicom/codedict.py @@ -0,0 +1,247 @@ +# Copyright 2008-2019 pydicom authors. See LICENSE file for details. +# -*- coding: utf-8 -*- +"""Access code dictionary information""" + +from itertools import chain +import inspect + +from pydicom.coding import Code +from pydicom._concepts_dict import concepts +from pydicom._cid_dict import name_for_cid, cid_concepts + + +# Reverse lookup for cid names +cid_for_name = {v:k for k,v in name_for_cid.items()} + + +def _filtered(allnames, filters): + """Helper function for dir() methods""" + matches = {} + for filter_ in filters: + filter_ = filter_.lower() + match = [x for x in allnames if x.lower().find(filter_) != -1] + matches.update(dict([(x, 1) for x in match])) + if filters: + names = sorted(matches.keys()) + return names + else: + return sorted(allnames) + + +class _CID_Dict(object): + repr_format = "{} = {}" + str_format = "{:20} {:12} {:8} {}\n" + + def __init__(self, cid): + self.cid = cid + self._concepts = None + + def __dir__(self): + """Gives a list of available SR identifiers. + + List of attributes is used, for example, in auto-completion in editors + or command-line environments. + """ + # Force zip object into a list in case of python3. Also backwards + # compatible + meths = set(list(zip( + *inspect.getmembers(self.__class__, inspect.isroutine)))[0]) + props = set(list(zip( + *inspect.getmembers(self.__class__, inspect.isdatadescriptor)))[0]) + sr_names = set(self.dir()) + alldir = sorted(props | meths | sr_names) + return alldir + + def __getattr__(self, name): + matches = [scheme for scheme, keywords in cid_concepts[self.cid].items() + if name in keywords] + if not matches: + msg = "Identifier '{}' not found for cid{}".format(name, self.cid) + raise AttributeError(msg) + elif len(matches) > 1: + # Should never happen, but just in case + msg = "Multiple schemes found for '{}' in cid{}".format(name, cid) + raise AssertionError(msg) + else: + scheme = matches[0] + concept = concepts[scheme][name] + # Almost always only one code per concepts name + if len(concept) == 1: + code, val = list(concept.items())[0] + else: + matches = [(code, val) for code, val in concept.items() + if self.cid in val[1]] + if len(matches) > 1: + # Should never happen, but check in case + msg = "{} had multiple code matches for cid{}".format(name, cid) + raise AssertionError(msg) + code, val = matches[0] + return Code( + value=code, + meaning=val[0], + scheme_designator=scheme + ) + + @property + def concepts(self): + if not self._concepts: + self._concepts = {name: getattr(self, name) for name in self.dir()} + return self._concepts + + def __repr__(self): + heading = "CID{}\n".format(self.cid) + concepts = [self.repr_format.format(name, concept) + for name, concept in self.concepts.items()] + return heading + "\n".join(concepts) + + def __str__(self): + heading = "CID{}\n".format(self.cid) + fmt = self.str_format + line2 = self.str_format.format("Business name", "value", + "scheme", "meaning") + lines = "".join(fmt.format(name, *concept) + for name, concept in self.concepts.items()) + return heading + line2 + lines + + def dir(self, *filters): + """Return an alphabetical list of SR identifiers based on a partial + match. + + Intended mainly for use in interactive Python sessions. + + Parameters + ---------- + filters : str + Zero or more string arguments to the function. Used for + case-insensitive match to any part of the SR keyword. + + Returns + ------- + list of str + The matching SR keywords. If no filters are + used then all keywords are returned. + """ + allnames = set(chain(*cid_concepts[self.cid].values())) + return _filtered(allnames, filters) + + def __contains__(self, code): + """Checks whether a given code is a member of the context group. + + Parameters + ---------- + code: Union[pydicom.sr.coding.Code, pydicom.sr.coding.CodedConcept] + coded concept + + Returns + ------- + bool + whether CID contains `code` + + """ + return any([concept == code for concept in self.concepts.values()]) + + def trait_names(self): + """Returns a list of valid names for auto-completion code. + + Used in IPython, so that data element names can be found and offered + for autocompletion on the IPython command line. + + """ + return dir(self) + + +class _CodesDict(object): + def __init__(self, scheme=None): + self.scheme = scheme + if scheme: + self._dict = {scheme: concepts[scheme]} + else: + self._dict = concepts + + def __dir__(self): + """Gives a list of available SR identifiers. + + List of attributes is used, for example, in auto-completion in editors + or command-line environments. + """ + # Force zip object into a list in case of python3. Also backwards + # compatible + meths = set(list(zip( + *inspect.getmembers(self.__class__, inspect.isroutine)))[0]) + props = set(list(zip( + *inspect.getmembers(self.__class__, inspect.isdatadescriptor)))[0]) + sr_names = set(self.dir()) + alldir = sorted(props | meths | sr_names) + return alldir + + def __getattr__(self, name): + # for codes.X, X must be a CID or a scheme designator + if name.startswith("cid"): + if not self.scheme: + return _CID_Dict(int(name[3:])) + raise AttributeError("Cannot call cid selector on scheme dict") + if name in self._dict.keys(): + # Return concepts limited only the specified scheme designator + return _CodesDict(scheme=name) + + # If not already narrowed to a particular scheme, is an error + if not self.scheme: + msg = "'{}' not recognized as a CID or scheme designator" + raise AttributeError(msg.format(name)) + + # else try to find in this scheme + scheme = self.scheme + try: + val = self._dict[scheme][name] + except KeyError: + msg = "Unknown code name '{}' for scheme '{}'" + raise AttributeError(msg.format(name, scheme)) + # val is like {code1: (meaning, cid_list}, code2: ...} + if len(val) > 1: # more than one code for this name + raise NotImplementedError("Need cid to disambiguate") + else: + code = list(val.keys())[0] # get first and only + meaning, cids = val[code] + return Code( + value=code, + meaning=meaning, + scheme_designator=scheme + ) + + def dir(self, *filters): + """Returns an alphabetical list of SR identifiers based on a partial + match. + + Intended mainly for use in interactive Python sessions. + + Parameters + ---------- + filters : str + Zero or more string arguments to the function. Used for + case-insensitive match to any part of the SR keyword. + + Returns + ------- + list of str + The matching SR keywords. If no filters are + used then all keywords are returned. + + """ + allnames = set(chain(*(x.keys() for x in self._dict.values()))) + return _filtered(allnames, filters) + + def schemes(self): + return self._dict.keys() + + def trait_names(self): + """Returns a list of valid names for auto-completion code. + + Used in IPython, so that data element names can be found and offered + for autocompletion on the IPython command line. + + """ + return dir(self) + + +codes = _CodesDict() + diff --git a/pydicom/coding.py b/pydicom/coding.py new file mode 100644 index 0000000000..05828a0cf1 --- /dev/null +++ b/pydicom/coding.py @@ -0,0 +1,57 @@ +from collections import namedtuple + +from pydicom.dataset import Dataset +from pydicom._snomed_dict import mapping as snomed_mapping + +_CodeBase = namedtuple( + 'Code', + ('value', 'scheme_designator', 'meaning', 'scheme_version') +) +_CodeBase.__new__.__defaults__ = (None, ) + + +class Code(_CodeBase): + + """Namedtuple for representation of a coded concept consiting of the + actual code *value*, the coding *scheme designator*, the code *meaning* + (and optionally the coding *scheme version*). + """ + + def __eq__(self, other): + if self.scheme_designator == 'SRT': + self_mapped = Code( + value=snomed_mapping['SRT'][self.value], + meaning='', + scheme_designator='SCT', + scheme_version=self.scheme_version + ) + else: + self_mapped = Code( + value=self.value, + meaning='', + scheme_designator=self.scheme_designator, + scheme_version=self.scheme_version + ) + if other.scheme_designator == 'SRT': + other_mapped = Code( + value=snomed_mapping['SRT'][other.value], + meaning='', + scheme_designator='SCT', + scheme_version=other.scheme_version + ) + else: + other_mapped = Code( + value=other.value, + meaning='', + scheme_designator=other.scheme_designator, + scheme_version=other.scheme_version + ) + return ( + self_mapped.value == other_mapped.value and + self_mapped.scheme_designator == other_mapped.scheme_designator and + self_mapped.scheme_version == other_mapped.scheme_version + ) + + def __ne__(self, other): + return not(self == other) + diff --git a/pydicom/filereader.py b/pydicom/filereader.py index d699a29df3..b34b6e7608 100644 --- a/pydicom/filereader.py +++ b/pydicom/filereader.py @@ -23,6 +23,8 @@ from pydicom.errors import InvalidDicomError from pydicom.filebase import DicomFile from pydicom.fileutil import read_undefined_length_value +from pydicom.media_storage import (ImageStorage, SRDocumentStorage, + WaveformStorage) from pydicom.misc import size_in_bytes from pydicom.sequence import Sequence from pydicom.tag import (ItemTag, SequenceDelimiterTag, TupleTag, Tag, BaseTag) @@ -761,6 +763,12 @@ def read_partial(fileobj, stop_when=None, defer_size=None, class_uid = file_meta_dataset.get("MediaStorageSOPClassUID", None) if class_uid and class_uid.name == "Media Storage Directory Storage": dataset_class = DicomDir + elif class_uid and class_uid.name.endswith("SR Storage"): + dataset_class = SRDocumentStorage + elif class_uid and class_uid.name.endswith("Image Storage"): + dataset_class = ImageStorage + elif class_uid and class_uid.name.endswith("Waveform Storage"): + dataset_class = WaveformStorage else: dataset_class = FileDataset new_dataset = dataset_class(fileobj, dataset, preamble, file_meta_dataset, diff --git a/pydicom/media_storage.py b/pydicom/media_storage.py new file mode 100644 index 0000000000..dccd95e538 --- /dev/null +++ b/pydicom/media_storage.py @@ -0,0 +1,21 @@ +# Copyright 2008-2019 pydicom authors. See LICENSE file for details. +"""Module for Media Storage SOP classes""" +from pydicom.dataset import FileDataset + + +class MediaStorage(FileDataset): + + pass + +class ImageStorage(MediaStorage): + + pass + +class SRDocumentStorage(MediaStorage): + + pass + +class WaveformStorage(MediaStorage): + + pass + diff --git a/pydicom/multival.py b/pydicom/multival.py index 8ec7850cf2..bee4d98fa5 100644 --- a/pydicom/multival.py +++ b/pydicom/multival.py @@ -59,6 +59,9 @@ def __getstate__(self): def insert(self, position, val): self._list.insert(position, self.type_constructor(val)) + def append(self, val): + self._list.append(self.type_constructor(val)) + def __setitem__(self, i, val): """Set an item of the list, making sure it is of the right VR type""" if isinstance(i, slice): diff --git a/pydicom/tests/test_codedict.py b/pydicom/tests/test_codedict.py new file mode 100644 index 0000000000..1648a49172 --- /dev/null +++ b/pydicom/tests/test_codedict.py @@ -0,0 +1,190 @@ +import unittest + +import pytest + +from pydicom import codes +from pydicom.coding import Code + + +class TestCodeDict(unittest.TestCase): + + def setUp(self): + super(TestCodeDict, self).setUp() + + def test_dcm_1(self): + assert codes.DCM.Modality == Code( + value='121139', + scheme_designator='DCM', + meaning='Modality' + ) + + def test_dcm_2(self): + assert codes.DCM.ProcedureReported == Code( + value='121058', + scheme_designator='DCM', + meaning='Procedure Reported' + ) + + def test_dcm_3(self): + assert codes.DCM.ImagingStartDatetime == Code( + value='122712', + scheme_designator='DCM', + meaning='Imaging Start DateTime' + ) + + def test_sct_1(self): + assert codes.SCT._1SigmaLowerValueOfPopulation == Code( + value='371919006', + scheme_designator='SCT', + meaning='1 Sigma Lower Value of Populuation' + ) + + def test_sct_2(self): + assert codes.SCT.FindingSite == Code( + value='363698007', + scheme_designator='SCT', + meaning='Finding Site' + ) + + def test_cid250(self): + assert codes.cid250.Positive == Code( + value='10828004', + scheme_designator='SCT', + meaning='Positive' + ) + + def test_cid300(self): + assert codes.cid300.NickelCobaltChromium == Code( + value='261249004', + scheme_designator='SCT', + meaning='Nickel cobalt chromium' + ) + + def test_cid301(self): + assert codes.cid301.mgcm3 == Code( + value='mg/cm3', + scheme_designator='UCUM', + meaning='mg/cm^3' + ) + + def test_cid402(self): + assert codes.cid402.DestinationRoleID == Code( + value='110152', + scheme_designator='DCM', + meaning='Destination Role ID' + ) + + def test_cid405(self): + assert codes.cid405.MultiMediaCard == Code( + value='110035', + scheme_designator='DCM', + meaning='Multi-media Card' + ) + + def test_cid610(self): + assert codes.cid610.ReverseOsmosisPurifiedHclAcidifiedWater == Code( + value='127291', + scheme_designator='DCM', + meaning='Reverse osmosis purified, HCl acidified water' + ) + + def test_cid612(self): + assert codes.cid612.MonitoredAnesthesiaCareMAC == Code( + value='398239001', + scheme_designator='SCT', + meaning='Monitored Anesthesia Care (MAC)' + ) + + def test_cid622(self): + assert codes.cid622.NeuromuscularBlockingNMBNonDepolarizing == Code( + value='372790002', + scheme_designator='SCT', + meaning='NeuroMuscular Blocking (NMB) - non depolarizing' + ) + + def test_cid630(self): + assert codes.cid630.LidocainePrilocaine == Code( + value='346553009', + scheme_designator='SCT', + meaning='Lidocaine + Prilocaine' + ) + + def test_cid643(self): + assert codes.cid643._6Hydroxydopamine == Code( + value='4624', + scheme_designator='PUBCHEM_CID', + meaning='6-Hydroxydopamine' + ) + + def test_cid646(self): + assert codes.cid646.SPECTCTOfWholeBody == Code( + value='127902', + scheme_designator='DCM', + meaning='SPECT CT of Whole Body' + ) + + def test_cid1003(self): + assert codes.cid1003.LevelOfT11T12IntervertebralDisc == Code( + value='243918001', + scheme_designator='SCT', + meaning='Level of T11/T12 intervertebral disc' + ) + + def test_cid3000(self): + assert codes.cid3000.OperatorNarrative == Code( + value='109111', + scheme_designator='DCM', + meaning='Operator\'s Narrative' + ) + + def test_cid3001_1(self): + assert codes.cid3001.Avr == Code( + value='2:65', + scheme_designator='MDC', + meaning='-aVR' + ) + + def test_cid3001_2(self): + assert codes.cid3001.NegativeLowRightScapulaLead == Code( + value='2:124', + scheme_designator='MDC', + meaning='negativ: low right scapula Lead' + ) + + def test_cid3107(self): + assert codes.cid3107._13Nitrogen == Code( + value='21576001', + scheme_designator='SCT', + meaning='^13^Nitrogen' + ) + + def test_cid3111(self): + assert codes.cid3111.Tc99mTetrofosmin == Code( + value='404707004', + scheme_designator='SCT', + meaning='Tc-99m tetrofosmin' + ) + + def test_cid3263(self): + assert codes.cid3263._12LeadFromEASILeadsESASAIByDowerEASITransformation == Code( + value='10:11284', + scheme_designator='MDC', + meaning='12-lead from EASI leads (ES, AS, AI) by Dower/EASI transformation' + ) + + def test_cid3335(self): + assert codes.cid3335.PWaveSecondDeflectionInPWave == Code( + value='10:320', + scheme_designator='MDC', + meaning='P\' wave (second deflection in P wave)' + ) + + def test_contained(self): + c = Code('24028007', 'SCT', 'Right') + assert c in codes.cid244 + + def test_not_contained(self): + c = Code('130290', 'DCM', 'Median') + assert c not in codes.cid244 + + diff --git a/pydicom/tests/test_coding.py b/pydicom/tests/test_coding.py new file mode 100644 index 0000000000..f2c016aa6d --- /dev/null +++ b/pydicom/tests/test_coding.py @@ -0,0 +1,76 @@ +import unittest + +import pytest + +from pydicom.coding import Code +from pydicom.uid import UID + + +class TestCode(unittest.TestCase): + + def setUp(self): + super(TestCode, self).setUp() + self._value = '373098007' + self._meaning = 'Mean Value of population' + self._scheme_designator = 'SCT' + + def test_construction_kwargs(self): + c = Code( + value=self._value, + scheme_designator=self._scheme_designator, + meaning=self._meaning + ) + assert c.value == self._value + assert c.scheme_designator == self._scheme_designator + assert c.meaning == self._meaning + assert c.scheme_version is None + + def test_construction_kwargs_optional(self): + version = 'v1.0' + c = Code( + value=self._value, + scheme_designator=self._scheme_designator, + meaning=self._meaning, + scheme_version=version + ) + assert c.value == self._value + assert c.scheme_designator == self._scheme_designator + assert c.meaning == self._meaning + assert c.scheme_version == version + + def test_construction_args(self): + c = Code(self._value, self._scheme_designator, self._meaning) + assert c.value == self._value + assert c.scheme_designator == self._scheme_designator + assert c.meaning == self._meaning + assert c.scheme_version is None + + def test_construction_args_optional(self): + version = 'v1.0' + c = Code(self._value, self._scheme_designator, self._meaning, version) + assert c.value == self._value + assert c.scheme_designator == self._scheme_designator + assert c.meaning == self._meaning + assert c.scheme_version == version + + def test_equal(self): + c1 = Code(self._value, self._scheme_designator, self._meaning) + c2 = Code(self._value, self._scheme_designator, self._meaning) + assert c1 == c2 + + def test_not_equal(self): + c1 = Code(self._value, self._scheme_designator, self._meaning) + c2 = Code('373099004', 'SCT', 'Median Value of population') + assert c1 != c2 + + def test_equal_ignore_meaning(self): + c1 = Code(self._value, self._scheme_designator, self._meaning) + c2 = Code(self._value, self._scheme_designator, 'bla bla bla') + assert c1 == c2 + + def test_equal_equivalent_coding(self): + c1 = Code(self._value, self._scheme_designator, self._meaning) + c2 = Code('R-00317', 'SRT', self._meaning) + assert c1 == c2 + + diff --git a/source/generate_cids/generate_concept_dicts.py b/source/generate_cids/generate_concept_dicts.py new file mode 100644 index 0000000000..ed628987b2 --- /dev/null +++ b/source/generate_cids/generate_concept_dicts.py @@ -0,0 +1,444 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Encoding required to deal with 'micro' character +"""Script for auto-generating DICOM SR context groups from FHIR JSON value set +resources. + + +""" + +from io import BytesIO +import json +import ftplib +import glob +import logging +import os +import re +import sys +import tempfile +from pprint import pprint +from xml.etree import ElementTree as ET + +if sys.version_info[0] < 3: + import urllib as urllib_request +else: + import urllib.request as urllib_request + +logger = logging.getLogger(__name__) + +# Example excerpt fhir JSON for reference +""" + "resourceType":"ValueSet", + "id":"dicom-cid-10-InterventionalDrug", + ... + "name":"InterventionalDrug", + ... + "compose":{ + "include":[ + { + "system":"http://snomed.info/sct", + "concept":[ + { + "code":"387362001", + "display":"Epinephrine" + }, + +""" +# The list of scheme designators is not complete. +# For full list see table 8-1 in part 3.16 chapter 8: +# http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_8.html#table_8-1 +FHIR_SYSTEM_TO_DICOM_SCHEME_DESIGNATOR = { + 'http://snomed.info/sct': 'SCT', + 'http://dicom.nema.org/resources/ontology/DCM': 'DCM', + 'http://loinc.org': 'LN', + 'http://www.radlex.org': 'RADLEX', + 'http://sig.biostr.washington.edu/projects/fm/AboutFM.html': 'FMA', + 'http://www.nlm.nih.gov/mesh/meshhome.html': 'MSH', + 'http://ncit.nci.nih.gov': 'NCIt', + 'http://unitsofmeasure.org': 'UCUM', + 'http://hl7.org/fhir/sid/ndc': 'NDC', + 'urn:iso:std:iso:11073:10101': 'MDC', + 'doi:10.1016/S0735-1097(99)00126-6': 'BARI', + 'http://www.nlm.nih.gov/research/umls': 'UMLS', + 'http://pubchem.ncbi.nlm.nih.gov': 'PUBCHEM_CID', + 'http://braininfo.rprc.washington.edu/aboutBrainInfo.aspx#NeuroNames': 'NEU', + 'http://www.itis.gov': 'ITIS_TSN', +} + +DOC_LINES = [ + '# Auto-generated by {}.\n'.format(os.path.basename(__file__)), + '# -*- coding: utf-8 -*-\n', + '\n', +] + + + +def camel_case(s): + leave_alone = ('mm', 'cm', 'km', 'um', + 'ms', # 'us'?-doesn't seem to be there + 'ml', + 'mg', 'kg', + ) # ... probably need others + return ''.join(word.capitalize() if word != word.upper() + and word not in leave_alone + else word + for word in re.split(r"\W", s, flags=re.UNICODE) + if word.isalnum() + ) + + +def keyword_from_meaning(name): + """Return a camel case valid python identifier""" + # Try to adhere to keyword scheme in DICOM (CP850) + + # singular/plural alternative forms are made plural + # e.g., “Physician(s) of Record” becomes “PhysiciansOfRecord” + name = name.replace("(s)", "s") + + # “Patient’s Name” -> “PatientName” + # “Operators’ Name” -> “OperatorsName” + name = name.replace("’s ", " ") + name = name.replace("'s ", " ") + name = name.replace("s’ ", "s ") + name = name.replace("s' ", "s ") + + # Mathematical symbols + name = name.replace("%", " Percent ") + name = name.replace(">", " Greater Than ") + name = name.replace("=", " Equals ") + name = name.replace("<", " Lesser Than ") + + name = re.sub(r'([0-9]+)\.([0-9]+)', '\\1 Point \\2', name) + name = re.sub(r'\s([0-9.]+)-([0-9.]+)\s', ' \\1 To \\2 ', name) + + name = re.sub(r'([0-9]+)day', '\\1 Day', name) + name = re.sub(r'([0-9]+)y', '\\1 Years', name) + + # Remove category modifiers, such as "(specimen)", "(procedure)", + # "(body structure)", etc. + name = re.sub(r"^(.+) \([a-z ]+\)$", '\\1', name) + + name = camel_case(name.strip()) + + # Python variables must not begin with a number. + if re.match(r'[0-9]', name): + name = "_" + name + + return name + + +def download_fhir_value_sets(local_dir): + ftp_host = 'medical.nema.org' + + if not os.path.exists(local_dir): + os.makedirs(local_dir) + logger.info('storing files in ' + local_dir) + logger.info('log into FTP server "{}"'.format(ftp_host)) + ftp = ftplib.FTP(ftp_host, timeout=60) + ftp.login('anonymous') + + ftp_path = 'medical/dicom/resources/valuesets/fhir/json' + logger.info('list files in directory "{}"'.format(ftp_path)) + fhir_value_set_files = ftp.nlst(ftp_path) + ftp_url = 'ftp://{host}/{path}'.format(host=ftp_host, path=ftp_path) + + try: + for ftp_filepath in fhir_value_set_files: + ftp_filename = os.path.basename(ftp_filepath) + logger.info('retrieve value set file "{}"'.format(ftp_filename)) + with BytesIO() as fp: + ftp.retrbinary('RETR {}'.format(ftp_filepath), fp.write) + content = fp.getvalue() + local_filename = os.path.join(local_dir, ftp_filename) + with open(local_filename, 'wb') as f_local: + f_local.write(content) + finally: + ftp.quit() + + +def _parse_html(content): + # from lxml import html + # doc = html.document_fromstring(content) + return ET.fromstring(content, parser=ET.XMLParser(encoding='utf-8')) + + +def _download_html(url): + response = urllib_request.urlopen(url) + return response.read() + + +def _get_text(element): + text = "".join(element.itertext()) + return text.strip() + + +def get_table_o1(): + logger.info('process Table O1') + url = 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_O.html#table_O-1' + root = _parse_html(_download_html(url)) + namespaces = {'w3': root.tag.split('}')[0].strip('{')} + body = root.find('w3:body', namespaces=namespaces) + table = body.findall('.//w3:tbody', namespaces=namespaces)[0] + rows = table.findall('./w3:tr', namespaces=namespaces) + return [ + ( + _get_text(row[0].findall('.//w3:a', namespaces=namespaces)[-1]), + _get_text(row[1].findall('.//w3:p', namespaces=namespaces)[0]), + _get_text(row[2].findall('.//w3:p', namespaces=namespaces)[0]), + ) + for row in rows + ] + + +def get_table_d1(): + logger.info('process Table D1') + url = 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_D.html#table_D-1' + root = _parse_html(_download_html(url)) + namespaces = {'w3': root.tag.split('}')[0].strip('{')} + body = root.find('w3:body', namespaces=namespaces) + table = body.findall('.//w3:tbody', namespaces=namespaces)[0] + rows = table.findall('./w3:tr', namespaces=namespaces) + return [ + ( + _get_text(row[0].findall('.//w3:p', namespaces=namespaces)[0]), + _get_text(row[1].findall('.//w3:p', namespaces=namespaces)[0]) + ) + for row in rows + ] + + +def write_concepts(concepts, cid_concepts, cid_lists, name_for_cid): + lines = (DOC_LINES + + ['# Dict with scheme designator keys; value format is:\n', + '# {keyword: {code1: (meaning, cid_list), code2: ...}\n', + '#\n', + '# Most keyword identifiers map to a single code, but not all\n', + '\n', + ] + ) + + with open("_concepts_dict.py", 'w', encoding="UTF8") as f_concepts: + f_concepts.writelines(lines) + f_concepts.write("concepts = {}\n") # start with empty dict + for scheme, value in concepts.items(): + f_concepts.write("\nconcepts['{}'] = \\\n".format(scheme)) + pprint(value, f_concepts) + + lines = (DOC_LINES + + ['# Dict with cid number as keys; value format is:\n', + '# {scheme designator: \n', + '# scheme_designator: ...}\n', + '\n', + ] + ) + + with open("_cid_dict.py", 'w', encoding="UTF8") as f_cid: + f_cid.writelines(lines) + f_cid.write("name_for_cid = {}\n") + f_cid.write("cid_concepts = {}\n") + for cid, value in cid_lists.items(): + f_cid.write("\nname_for_cid[{}] = '{}'\n".format( + cid, name_for_cid[cid])) + f_cid.write("cid_concepts[{}] = \\\n".format(cid)) + pprint(value, f_cid) + + +def write_snomed_mapping(snomed_codes): + with open("_snomed_dict.py", 'w', encoding="UTF8") as f_concepts: + lines = (DOC_LINES + + ['# Dict with scheme designator keys; value format is:\n', + '# {concept_id1: snomed_id1, concept_id2: ...}\n', + '# or\n', + '# {snomed_id1: concept_id1, snomed_id2: ...}\n', + '\n', + ] + ) + + f_concepts.writelines(lines) + f_concepts.write("mapping = {}\n") # start with empty dict + f_concepts.write("\nmapping['{}'] = {{\n".format('SCT')) + for sct, srt, meaning in snomed_codes: + f_concepts.write(" '{}': '{}',\n".format(sct, srt)) + f_concepts.write("}\n") + + f_concepts.write("\nmapping['{}'] = {{\n".format('SRT')) + for sct, srt, meaning in snomed_codes: + f_concepts.write(" '{}': '{}',\n".format(srt, sct)) + f_concepts.write("}") + +def write_concepts(concepts, cid_concepts, cid_lists, name_for_cid): + from pprint import pprint + lines = ['# Auto-generated by {}.\n'.format(os.path.basename(__file__)), + '# -*- coding: utf-8 -*-\n', + '\n', + '# Dict with scheme designator keys; value format is:\n', + '# {keyword: {code1: (meaning, cid_list}, code2:...}\n', + '#\n', + '# Most keyword identifiers map to a single code, but not all\n', + '\n', + ] + + with open("_concepts_dict.py", 'w', encoding="UTF8") as f_concepts: + f_concepts.writelines(lines) + f_concepts.write("concepts = {}\n") # start with empty dict + for scheme, value in concepts.items(): + f_concepts.write("\nconcepts['{}'] = \\\n".format(scheme)) + pprint(value, f_concepts) + + lines = (DOC_LINES + + ['# Dict with cid number as keys; value format is:\n', + '# {scheme designator: \n', + '# scheme_designator: ...}\n', + '\n', + ] + ) + + with open("_cid_dict.py", 'w', encoding="UTF8") as f_cid: + f_cid.writelines(lines) + f_cid.write("name_for_cid = {}\n") + f_cid.write("cid_concepts = {}\n") + for cid, value in cid_lists.items(): + f_cid.write("\nname_for_cid[{}] = '{}'\n".format( + cid, name_for_cid[cid])) + f_cid.write("cid_concepts[{}] = \\\n".format(cid)) + pprint(value, f_cid) + + +def write_snomed_mapping(snomed_codes): + with open("_snomed_dict.py", 'w', encoding="UTF8") as f_concepts: + lines = (DOC_LINES + + ['# Dict with scheme designator keys; value format is:\n', + '# {concept_id1: snomed_id1, concept_id2: ...}\n', + '# or\n', + '# {snomed_id1: concept_id1, snomed_id2: ...}\n', + '\n', + ] + ) + + f_concepts.writelines(lines) + f_concepts.write("mapping = {}\n") # start with empty dict + f_concepts.write("\nmapping['{}'] = {{\n".format('SCT')) + for sct, srt, meaning in snomed_codes: + f_concepts.write(" '{}': '{}',\n".format(sct, srt)) + f_concepts.write("}\n") + + f_concepts.write("\nmapping['{}'] = {{\n".format('SRT')) + for sct, srt, meaning in snomed_codes: + f_concepts.write(" '{}': '{}',\n".format(srt, sct)) + f_concepts.write("}") + + +if __name__ == '__main__': + logging.basicConfig(level=logging.INFO) + + local_dir = tempfile.gettempdir() + fhir_dir = os.path.join(local_dir, "fhir") + + if not os.path.exists(fhir_dir) or not os.listdir(fhir_dir): + download_fhir_value_sets(fhir_dir) + else: + msg = "Using locally downloaded files\n" + msg += "from directory " + fhir_dir + logging.info(msg) + + fhir_value_set_files = glob.glob(os.path.join(fhir_dir, "*")) + cid_pattern = re.compile('^dicom-cid-([0-9]+)-[a-zA-Z]+') + + concepts = dict() + cid_lists = dict() + name_for_cid = dict() + + # XXX = 0 + try: + for ftp_filepath in fhir_value_set_files: + ftp_filename = os.path.basename(ftp_filepath) + logger.info('process file "{}"'.format(ftp_filename)) + + with open(ftp_filepath, 'rb') as fp: + content = fp.read() + value_set = json.loads(content) + + cid_match = cid_pattern.search(value_set['id']) + cid = int(cid_match.group(1)) # can take int off to store as string + + name_for_cid[cid] = value_set['name'] + cid_concepts = {} + for group in value_set['compose']['include']: + system = group['system'] + try: + scheme_designator = FHIR_SYSTEM_TO_DICOM_SCHEME_DESIGNATOR[system] + except KeyError: + raise NotImplementedError( + 'The DICOM scheme designator for the following FHIR system ' + 'has not been specified: {}'.format(system) + ) + if scheme_designator not in concepts: + concepts[scheme_designator] = dict() + + for concept in group['concept']: + name = keyword_from_meaning(concept['display']) + code = concept['code'].strip() + display = concept['display'].strip() + + # If new name under this scheme, start dict of codes/cids that use that code + if name not in concepts[scheme_designator]: + concepts[scheme_designator][name] = {code: (display, [cid])} + else: + prior = concepts[scheme_designator][name] + if code in prior: + prior[code][1].append(cid) + else: + prior[code] = (display, [cid]) + + if prior[code][0].lower() != display.lower(): + # Meanings can only be different by symbols, etc. + # because converted to same keyword. + # Nevertheless, print as info + msg = "'{}': Meaning '{}' in cid_{}, previously '{}' in cids {}" + msg = msg.format(name, display, cid, + prior[code][0], prior[code][1]) + logger.info(msg) + + # Keep track of this cid referencing that name + if scheme_designator not in cid_concepts: + cid_concepts[scheme_designator] = [] + if name in cid_concepts[scheme_designator]: + msg = "'{}': Meaning '{}' in cid_{} is duplicated!" + msg = msg.format(name, concept['display'], cid) + logger.warning(msg) + cid_concepts[scheme_designator].append(name) + cid_lists[cid] = cid_concepts + # if XXX > 3: + # break + # XXX += 1 + + scheme_designator = "SCT" + snomed_codes = get_table_o1() + for code, srt_code, meaning in snomed_codes: + name = keyword_from_meaning(meaning) + if name not in concepts[scheme_designator]: + concepts[scheme_designator][name] = {code: (meaning, [])} + else: + prior = concepts[scheme_designator][name] + if code not in prior: + prior[code] = (meaning, []) + + scheme_designator = "DCM" + dicom_codes = get_table_d1() + for code, meaning in dicom_codes: + name = keyword_from_meaning(meaning) + if name not in concepts[scheme_designator]: + concepts[scheme_designator][name] = {code: (meaning, [])} + else: + prior = concepts[scheme_designator][name] + if code not in prior: + prior[code] = (meaning, []) + + finally: + # If any error or KeyboardInterrupt, close up and write what we have + + write_concepts(concepts, cid_concepts, cid_lists, name_for_cid) + write_snomed_mapping(snomed_codes) + + +