diff --git a/.gitignore b/.gitignore index ab19e7a16..755a707f4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,12 +13,14 @@ db/ notebooks/output/*json notebooks/output/*tsv notebooks/input/* - - notebooks/api-key.txt .template.db -.venv +.venv/ .tox/ +cache/ .coverage.* +.DS_Store +# temporary until this feature is done. for now loading whole of mondo. will change this to subset when PR is ready +tests/input/mondo-example.owl diff --git a/poetry.lock b/poetry.lock index 433b02cb5..bf7c791aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -74,6 +74,23 @@ category = "main" optional = false python-versions = "*" +[[package]] +name = "anyio" +version = "3.6.1" +description = "High level compatibility layer for multiple asynchronous event loop implementations" +category = "dev" +optional = false +python-versions = ">=3.6.2" + +[package.dependencies] +idna = ">=2.8" +sniffio = ">=1.1" + +[package.extras] +doc = ["packaging", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"] +test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "contextlib2", "uvloop (<0.15)", "mock (>=4)", "uvloop (>=0.15)"] +trio = ["trio (>=0.16)"] + [[package]] name = "appdirs" version = "1.4.4" @@ -199,9 +216,29 @@ soupsieve = ">1.2" html5lib = ["html5lib"] lxml = ["lxml"] +[[package]] +name = "bioontologies" +version = "0.2.1" +description = "Tools for biomedical ontologies." +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +bioregistry = ">=0.5.86" +curies = ">=0.3.0" +pydantic = "*" +pystow = "*" +requests = "*" +typing-extensions = "*" + +[package.extras] +tests = ["coverage", "pytest"] +docs = ["m2r2", "sphinx-automodapi", "sphinx-autodoc-typehints", "sphinx-click", "sphinx-rtd-theme", "sphinx"] + [[package]] name = "bioregistry" -version = "0.5.119" +version = "0.5.133" description = "Integrated registry of biological databases and nomenclatures" category = "main" optional = false @@ -244,14 +281,14 @@ dev = ["build (==0.8.0)", "flake8 (==4.0.1)", "hashin (==0.17.0)", "pip-tools (= [[package]] name = "boto3" -version = "1.24.87" +version = "1.24.93" description = "The AWS SDK for Python" category = "main" optional = true python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.27.87,<1.28.0" +botocore = ">=1.27.93,<1.28.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -260,7 +297,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.27.87" +version = "1.27.93" description = "Low-level, data-driven core of boto 3." category = "main" optional = true @@ -373,7 +410,7 @@ toml = ["tomli"] [[package]] name = "curies" -version = "0.1.5" +version = "0.3.0" description = "Idiomatic conversion between URIs and compact URIs (CURIEs)." category = "main" optional = false @@ -385,6 +422,7 @@ requests = "*" [package.extras] tests = ["coverage", "pytest"] +pandas = ["pandas"] docs = ["sphinx-automodapi", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "sphinx"] [[package]] @@ -478,7 +516,7 @@ python-versions = ">=3.6" [[package]] name = "executing" -version = "1.1.0" +version = "1.1.1" description = "Get the currently executing AST node of a frame, and other information" category = "dev" optional = false @@ -686,7 +724,7 @@ test = ["pytest (>=7)", "pytest-mock (>=3)", "mock (>=4)", "pytest-cov", "covera [[package]] name = "greenlet" -version = "1.1.3" +version = "1.1.3.post0" description = "Lightweight in-process concurrent programming" category = "main" optional = false @@ -739,7 +777,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "flake8 name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "dev" +category = "main" optional = false python-versions = "*" @@ -992,7 +1030,7 @@ qtconsole = "*" [[package]] name = "jupyter-client" -version = "7.3.5" +version = "7.4.2" description = "Jupyter protocol implementation and client libraries" category = "dev" optional = false @@ -1044,6 +1082,35 @@ traitlets = "*" [package.extras] test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"] +[[package]] +name = "jupyter-server" +version = "1.21.0" +description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications." +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +anyio = ">=3.1.0,<4" +argon2-cffi = "*" +jinja2 = "*" +jupyter-client = ">=6.1.12" +jupyter-core = ">=4.7.0" +nbconvert = ">=6.4.4" +nbformat = ">=5.2.0" +packaging = "*" +prometheus-client = "*" +pywinpty = {version = "*", markers = "os_name == \"nt\""} +pyzmq = ">=17" +Send2Trash = "*" +terminado = ">=0.8.3" +tornado = ">=6.1.0" +traitlets = ">=5.1" +websocket-client = "*" + +[package.extras] +test = ["coverage", "ipykernel", "pre-commit", "pytest-console-scripts", "pytest-cov", "pytest-mock", "pytest-timeout", "pytest-tornasync", "pytest (>=7.0)", "requests"] + [[package]] name = "jupyterlab-pygments" version = "0.2.2" @@ -1088,7 +1155,7 @@ linkml-runtime = ">=1.1.24,<2.0.0" [[package]] name = "lark" -version = "1.1.2" +version = "1.1.3" description = "a modern parsing library" category = "main" optional = false @@ -1101,7 +1168,7 @@ atomic_cache = ["atomicwrites"] [[package]] name = "linkml" -version = "1.3.5" +version = "1.3.8" description = "Linked Open Data Modeling Language" category = "main" optional = false @@ -1156,7 +1223,7 @@ linkml-runtime = ">=1.1.6" [[package]] name = "linkml-runtime" -version = "1.3.2" +version = "1.3.3" description = "Runtime environment for LinkML, the Linked open data modeling language" category = "main" optional = false @@ -1169,7 +1236,7 @@ hbreader = "*" json-flattener = ">=0.1.9" jsonasobj2 = ">=1.0.4,<2.0.0" jsonschema = ">=3.2.0" -prefixcommons = "0.1.11" +prefixcommons = ">=0.1.12" pyyaml = "*" rdflib = ">=6.0.0" requests = "*" @@ -1186,14 +1253,14 @@ python-versions = ">=3.7" mdurl = ">=0.1,<1.0" [package.extras] -testing = ["pytest-regressions", "pytest-cov", "pytest", "coverage"] -rtd = ["sphinx-book-theme", "sphinx-design", "sphinx-copybutton", "sphinx", "pyyaml", "myst-parser", "attrs"] -profiling = ["gprof2dot"] -plugins = ["mdit-py-plugins"] -linkify = ["linkify-it-py (>=1.0,<2.0)"] -compare = ["panflute (>=2.1.3,<2.2.0)", "mistune (>=2.0.2,<2.1.0)", "mistletoe (>=0.8.1,<0.9.0)", "markdown (>=3.3.6,<3.4.0)", "commonmark (>=0.9.1,<0.10.0)"] +benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"] code_style = ["pre-commit (==2.6)"] -benchmarking = ["pytest-benchmark (>=3.2,<4.0)", "pytest", "psutil"] +compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"] +linkify = ["linkify-it-py (>=1.0,<2.0)"] +plugins = ["mdit-py-plugins"] +profiling = ["gprof2dot"] +rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx-book-theme"] +testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] [[package]] name = "markupsafe" @@ -1288,9 +1355,41 @@ linkify = ["linkify-it-py (>=1.0,<2.0)"] rtd = ["ipython", "sphinx-book-theme", "sphinx-panels", "sphinxcontrib-bibtex (>=2.4,<3.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)"] testing = ["beautifulsoup4", "coverage", "docutils (>=0.17.0,<0.18.0)", "pytest (>=6,<7)", "pytest-cov", "pytest-regressions", "pytest-param-files (>=0.3.4,<0.4.0)"] +[[package]] +name = "nbclassic" +version = "0.4.5" +description = "A web-based notebook environment for interactive computing" +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +argon2-cffi = "*" +ipykernel = "*" +ipython-genutils = "*" +jinja2 = "*" +jupyter-client = ">=6.1.1" +jupyter-core = ">=4.6.1" +jupyter-server = ">=1.8" +nbconvert = ">=5" +nbformat = "*" +nest-asyncio = ">=1.5" +notebook-shim = ">=0.1.0" +prometheus-client = "*" +pyzmq = ">=17" +Send2Trash = ">=1.8.0" +terminado = ">=0.8.3" +tornado = ">=6.1" +traitlets = ">=4.2.1" + +[package.extras] +docs = ["sphinx", "nbsphinx", "sphinxcontrib-github-alt", "sphinx-rtd-theme", "myst-parser"] +json-logging = ["json-logging"] +test = ["pytest", "coverage", "requests", "testpath", "nbval", "selenium (==4.1.5)", "pytest-cov", "pytest-tornasync", "requests-unixsocket"] + [[package]] name = "nbclient" -version = "0.6.8" +version = "0.7.0" description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor." category = "dev" optional = false @@ -1303,12 +1402,12 @@ nest-asyncio = "*" traitlets = ">=5.2.2" [package.extras] -sphinx = ["autodoc-traits", "mock", "moto", "myst-parser", "Sphinx (>=1.7)", "sphinx-book-theme"] -test = ["black", "check-manifest", "flake8", "ipykernel", "ipython", "ipywidgets", "mypy", "nbconvert", "pip (>=18.1)", "pre-commit", "pytest (>=4.1)", "pytest-asyncio", "pytest-cov (>=2.6.1)", "setuptools (>=60.0)", "testpath", "twine (>=1.11.0)", "xmltodict"] +test = ["xmltodict", "twine (>=1.11.0)", "testpath", "setuptools (>=60.0)", "pytest-cov (>=2.6.1)", "pytest-asyncio", "pytest (>=4.1)", "pre-commit", "pip (>=18.1)", "nbconvert", "mypy", "ipywidgets", "ipython", "ipykernel", "flake8", "check-manifest", "black"] +sphinx = ["sphinx-book-theme", "Sphinx (>=1.7)", "myst-parser", "moto", "mock", "autodoc-traits"] [[package]] name = "nbconvert" -version = "7.1.0" +version = "7.2.1" description = "Converting Jupyter Notebooks" category = "dev" optional = false @@ -1333,8 +1432,8 @@ tinycss2 = "*" traitlets = ">=5.0" [package.extras] -all = ["ipykernel", "ipython", "ipywidgets (>=7)", "nbsphinx (>=0.2.12)", "pre-commit", "pyppeteer (>=1,<1.1)", "pyqtwebengine (>=5.15)", "pytest", "pytest-cov", "pytest-dependency", "sphinx-rtd-theme", "sphinx (==5.0.2)", "tornado (>=6.1)"] -docs = ["ipython", "nbsphinx (>=0.2.12)", "sphinx-rtd-theme", "sphinx (==5.0.2)"] +all = ["ipykernel", "ipython", "ipywidgets (>=7)", "myst-parser", "nbsphinx (>=0.2.12)", "pre-commit", "pyppeteer (>=1,<1.1)", "pyqtwebengine (>=5.15)", "pytest", "pytest-cov", "pytest-dependency", "sphinx-rtd-theme", "sphinx (==5.0.2)", "tornado (>=6.1)"] +docs = ["ipython", "myst-parser", "nbsphinx (>=0.2.12)", "sphinx-rtd-theme", "sphinx (==5.0.2)"] qtpdf = ["pyqtwebengine (>=5.15)"] qtpng = ["pyqtwebengine (>=5.15)"] serve = ["tornado (>=6.1)"] @@ -1343,7 +1442,7 @@ webpdf = ["pyppeteer (>=1,<1.1)"] [[package]] name = "nbformat" -version = "5.6.1" +version = "5.7.0" description = "The Jupyter Notebook format" category = "dev" optional = false @@ -1405,7 +1504,7 @@ twitter = ["twython"] [[package]] name = "notebook" -version = "6.4.12" +version = "6.5.1" description = "A web-based notebook environment for interactive computing" category = "dev" optional = false @@ -1418,6 +1517,7 @@ ipython-genutils = "*" jinja2 = "*" jupyter-client = ">=5.3.4" jupyter-core = ">=4.6.1" +nbclassic = "0.4.5" nbconvert = ">=5" nbformat = "*" nest-asyncio = ">=1.5" @@ -1431,11 +1531,25 @@ traitlets = ">=4.2.1" [package.extras] docs = ["sphinx", "nbsphinx", "sphinxcontrib-github-alt", "sphinx-rtd-theme", "myst-parser"] json-logging = ["json-logging"] -test = ["pytest", "coverage", "requests", "testpath", "nbval", "selenium", "pytest-cov", "requests-unixsocket"] +test = ["pytest", "coverage", "requests", "testpath", "nbval", "selenium (==4.1.5)", "pytest-cov", "requests-unixsocket"] + +[[package]] +name = "notebook-shim" +version = "0.2.0" +description = "A shim layer for notebook traits and config" +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +jupyter-server = ">=1.8,<3" + +[package.extras] +test = ["pytest-tornasync", "pytest-console-scripts", "pytest"] [[package]] name = "numpy" -version = "1.23.3" +version = "1.23.4" description = "NumPy is the fundamental package for array computing with Python." category = "main" optional = false @@ -1455,8 +1569,8 @@ networkx = ">=2" pronto = ">=2.4.0" [package.extras] +dev = ["fire", "pandas", "pre-commit", "pytest"] viz = ["pygraphviz"] -dev = ["pytest", "pre-commit", "pandas", "fire"] [[package]] name = "obonet" @@ -1642,13 +1756,16 @@ python-versions = "*" [[package]] name = "prefixcommons" -version = "0.1.11" +version = "0.1.12" description = "A python API for working with ID prefixes" category = "main" optional = false python-versions = ">=3.7,<4.0" [package.dependencies] +click = ">=8.1.3,<9.0.0" +pytest-logging = ">=2015.11.4,<2016.0.0" +PyYAML = ">=6.0,<7.0" requests = ">=2.28.1,<3.0.0" [[package]] @@ -1665,7 +1782,7 @@ PyYAML = ">=6.0,<7.0" [[package]] name = "prometheus-client" -version = "0.14.1" +version = "0.15.0" description = "Python client for the Prometheus monitoring system." category = "dev" optional = false @@ -1687,7 +1804,7 @@ wcwidth = "*" [[package]] name = "pronto" -version = "2.5.0" +version = "2.5.1" description = "Python frontend to ontologies." category = "main" optional = false @@ -1701,7 +1818,7 @@ python-dateutil = ">=2.8,<3.0" [[package]] name = "psutil" -version = "5.9.2" +version = "5.9.3" description = "Cross-platform lib for process and system monitoring in Python." category = "dev" optional = false @@ -1785,11 +1902,14 @@ jsonasobj = ">=1.2.1" [[package]] name = "pyparsing" -version = "2.4.7" -description = "Python parsing module" +version = "3.0.9" +description = "pyparsing module - Classes and methods to define and execute parsing grammars" category = "main" optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" +python-versions = ">=3.6.8" + +[package.extras] +diagrams = ["railroad-diagrams", "jinja2"] [[package]] name = "pyrsistent" @@ -1859,7 +1979,7 @@ xml = ["lxml"] name = "pytest" version = "7.1.3" description = "pytest: simple powerful testing with Python" -category = "dev" +category = "main" optional = false python-versions = ">=3.7" @@ -1875,6 +1995,17 @@ tomli = ">=1.0.0" [package.extras] testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +[[package]] +name = "pytest-logging" +version = "2015.11.4" +description = "Configures logging and allows tweaking the log level with a py.test flag" +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +pytest = ">=2.8.1" + [[package]] name = "python-dateutil" version = "2.8.2" @@ -1899,7 +2030,7 @@ sortedcontainers = "*" [[package]] name = "pytz" -version = "2022.4" +version = "2022.5" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -2121,14 +2252,19 @@ benchmark = ["memory-profiler (>=0.57.0)", "pandas (>=1.0.5)", "matplotlib (>=3. [[package]] name = "scipy" -version = "1.9.1" -description = "SciPy: Scientific Library for Python" +version = "1.9.2" +description = "Fundamental algorithms for scientific computing in Python" category = "main" optional = false -python-versions = ">=3.8,<3.12" +python-versions = ">=3.8" [package.dependencies] -numpy = ">=1.18.5,<1.25.0" +numpy = ">=1.18.5,<1.26.0" + +[package.extras] +test = ["pytest", "pytest-cov", "pytest-xdist", "asv", "mpmath", "gmpy2", "threadpoolctl", "scikit-umfpack"] +doc = ["sphinx (!=4.1.0)", "pydata-sphinx-theme (==0.9.0)", "sphinx-panels (>=0.5.2)", "matplotlib (>2)", "numpydoc", "sphinx-tabs"] +dev = ["mypy", "typing-extensions", "pycodestyle", "flake8"] [[package]] name = "semsql" @@ -2152,9 +2288,9 @@ optional = false python-versions = "*" [package.extras] -nativelib = ["pyobjc-framework-cocoa", "pywin32"] -objc = ["pyobjc-framework-cocoa"] win32 = ["pywin32"] +objc = ["pyobjc-framework-cocoa"] +nativelib = ["pywin32", "pyobjc-framework-cocoa"] [[package]] name = "shexjsg" @@ -2175,6 +2311,14 @@ category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +[[package]] +name = "sniffio" +version = "1.3.0" +description = "Sniff out which async library your code is running under" +category = "dev" +optional = false +python-versions = ">=3.7" + [[package]] name = "snowballstemmer" version = "2.2.0" @@ -2224,10 +2368,10 @@ python-versions = ">=3.7" rdflib = ">=6.1.1" [package.extras] -pandas = ["pandas (>=1.3.5)"] +dev = ["setuptools (>=3.7.1)", "mypy (>=0.931)", "pandas (>=1.3.5)", "pandas-stubs (>=1.2.0.48)"] +docs = ["sphinx (<5)", "sphinx-rtd-theme"] keepalive = ["keepalive (>=0.5)"] -docs = ["sphinx-rtd-theme", "sphinx (<5)"] -dev = ["pandas-stubs (>=1.2.0.48)", "pandas (>=1.3.5)", "mypy (>=0.931)", "setuptools (>=3.7.1)"] +pandas = ["pandas (>=1.3.5)"] [[package]] name = "sphinx" @@ -2287,7 +2431,7 @@ docutils = "<0.18" sphinx = ">=1.6" [package.extras] -dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client"] +dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version"] [[package]] name = "sphinxcontrib-applehelp" @@ -2298,8 +2442,8 @@ optional = false python-versions = ">=3.5" [package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] -lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-devhelp" @@ -2310,8 +2454,8 @@ optional = false python-versions = ">=3.5" [package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] -lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-htmlhelp" @@ -2322,8 +2466,8 @@ optional = false python-versions = ">=3.6" [package.extras] -test = ["html5lib", "pytest"] -lint = ["docutils-stubs", "mypy", "flake8"] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest", "html5lib"] [[package]] name = "sphinxcontrib-jsmath" @@ -2334,7 +2478,7 @@ optional = false python-versions = ">=3.5" [package.extras] -test = ["mypy", "flake8", "pytest"] +test = ["pytest", "flake8", "mypy"] [[package]] name = "sphinxcontrib-mermaid" @@ -2353,8 +2497,8 @@ optional = false python-versions = ">=3.5" [package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] -lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-serializinghtml" @@ -2370,7 +2514,7 @@ test = ["pytest"] [[package]] name = "sqlalchemy" -version = "1.4.41" +version = "1.4.42" description = "Database Abstraction Library" category = "main" optional = false @@ -2427,7 +2571,7 @@ url = ["furl (>=0.4.1)"] [[package]] name = "sssom" -version = "0.3.16" +version = "0.3.17" description = "Operations on SSSOM mapping tables" category = "main" optional = false @@ -2442,7 +2586,7 @@ networkx = "*" numpy = "*" pandas = "*" pandasql = "*" -pyparsing = "2.4.7" +pyparsing = "*" pyyaml = "*" rdflib = ">=6" scipy = "*" @@ -2510,17 +2654,17 @@ python-versions = ">=3.6" [[package]] name = "tinycss2" -version = "1.1.1" +version = "1.2.1" description = "A tiny CSS parser" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] webencodings = ">=0.4" [package.extras] -test = ["coverage", "pytest-isort", "pytest-flake8", "pytest-cov", "pytest"] +test = ["flake8", "isort", "pytest"] doc = ["sphinx-rtd-theme", "sphinx"] [[package]] @@ -2580,18 +2724,19 @@ telegram = ["requests"] [[package]] name = "traitlets" -version = "5.4.0" +version = "5.5.0" description = "" category = "dev" optional = false python-versions = ">=3.7" [package.extras] +docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["pre-commit", "pytest"] [[package]] name = "typing-extensions" -version = "4.3.0" +version = "4.4.0" description = "Backported and Experimental Type Hints for Python 3.7+" category = "main" optional = false @@ -2684,6 +2829,19 @@ category = "dev" optional = false python-versions = "*" +[[package]] +name = "websocket-client" +version = "1.4.1" +description = "WebSocket client for Python with low level API options" +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.extras] +test = ["websockets"] +optional = ["wsaccel", "python-socks"] +docs = ["sphinx-rtd-theme (>=0.5)", "Sphinx (>=3.4)"] + [[package]] name = "werkzeug" version = "2.2.2" @@ -2742,15 +2900,15 @@ multidict = ">=4.0" [[package]] name = "zipp" -version = "3.8.1" +version = "3.9.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "main" optional = false python-versions = ">=3.7" [package.extras] -docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"] -testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] +docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "jaraco.tidelift (>=1.4)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "jaraco.functools", "more-itertools", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] [extras] docs = [] @@ -2759,50 +2917,89 @@ gilda = ["gilda"] [metadata] lock-version = "1.1" python-versions = ">=3.9,<3.12" -content-hash = "36fc60cbd27ced1e888a3e5fd1f587a5023a9c7e78867d0a58b354d0ecf4d10c" +content-hash = "8506cdfe272817ecb92a9a28d6ab2bbdf049ec11001c069aac1d381c5114cf2d" [metadata.files] adeft = [] aiohttp = [] -aiosignal = [] -alabaster = [] +aiosignal = [ + {file = "aiosignal-1.2.0-py3-none-any.whl", hash = "sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a"}, + {file = "aiosignal-1.2.0.tar.gz", hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2"}, +] +alabaster = [ + {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"}, + {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"}, +] aniso8601 = [] -antlr4-python3-runtime = [] -appdirs = [] +antlr4-python3-runtime = [ + {file = "antlr4-python3-runtime-4.9.3.tar.gz", hash = "sha256:f224469b4168294902bb1efa80a8bf7855f24c99aef99cbefc1bcd3cce77881b"}, +] +anyio = [] +appdirs = [ + {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, + {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, +] appnope = [] argon2-cffi = [] argon2-cffi-bindings = [] asttokens = [] -async-timeout = [] +async-timeout = [ + {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, + {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"}, +] attrs = [] babel = [] backcall = [] bcp47 = [] beautifulsoup4 = [] +bioontologies = [] bioregistry = [] bleach = [] boto3 = [] botocore = [] certifi = [] cffi = [] -cfgraph = [] -chardet = [] +cfgraph = [ + {file = "CFGraph-0.2.1.tar.gz", hash = "sha256:b57fe7044a10b8ff65aa3a8a8ddc7d4cd77bf511b42e57289cd52cbc29f8fe74"}, +] +chardet = [ + {file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"}, + {file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"}, +] charset-normalizer = [] class-resolver = [] -click = [] +click = [ + {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, + {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, +] colorama = [] coverage = [] curies = [] debugpy = [] -decorator = [] +decorator = [ + {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, + {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, +] defusedxml = [] -deprecated = [] -deprecation = [] +deprecated = [ + {file = "Deprecated-1.2.13-py2.py3-none-any.whl", hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d"}, + {file = "Deprecated-1.2.13.tar.gz", hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d"}, +] +deprecation = [ + {file = "deprecation-2.1.0-py2.py3-none-any.whl", hash = "sha256:a10811591210e1fb0e768a8c25517cabeabcba6f0bf96564f8ff45189f90b14a"}, + {file = "deprecation-2.1.0.tar.gz", hash = "sha256:72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"}, +] distlib = [] -docutils = [] +docutils = [ + {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, + {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, +] dominate = [] entrypoints = [] -et-xmlfile = [] +et-xmlfile = [ + {file = "et_xmlfile-1.1.0-py3-none-any.whl", hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada"}, + {file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"}, +] executing = [] fastjsonschema = [] fastobo = [] @@ -2817,7 +3014,10 @@ funowl = [] gilda = [] graphviz = [] greenlet = [] -hbreader = [] +hbreader = [ + {file = "hbreader-0.9.1-py3-none-any.whl", hash = "sha256:9a6e76c9d1afc1b977374a5dc430a1ebb0ea0488205546d4678d6e31cc5f6801"}, + {file = "hbreader-0.9.1.tar.gz", hash = "sha256:d2c132f8ba6276d794c66224c3297cec25c8079d0a4cf019c061611e0a3b94fa"}, +] idna = [] imagesize = [] importlib-metadata = [] @@ -2826,40 +3026,180 @@ ipykernel = [] ipython = [] ipython-genutils = [] ipywidgets = [] -isodate = [] +isodate = [ + {file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"}, + {file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"}, +] itsdangerous = [] jedi = [] -jinja2 = [] +jinja2 = [ + {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, + {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, +] jmespath = [] joblib = [] -json-flattener = [] -jsonasobj = [] -jsonasobj2 = [] -jsonpatch = [] -jsonpath-ng = [] -jsonpointer = [] +json-flattener = [ + {file = "json_flattener-0.1.9-py3-none-any.whl", hash = "sha256:6b027746f08bf37a75270f30c6690c7149d5f704d8af1740c346a3a1236bc941"}, + {file = "json_flattener-0.1.9.tar.gz", hash = "sha256:84cf8523045ffb124301a602602201665fcb003a171ece87e6f46ed02f7f0c15"}, +] +jsonasobj = [ + {file = "jsonasobj-2.0.1-py3-none-any.whl", hash = "sha256:221af946bbe4171505e81ea1f0c31d652e69c68e02fff742e37543abe08ff7d9"}, + {file = "jsonasobj-2.0.1.tar.gz", hash = "sha256:e87c47ec5ec3db65a212e15236fdefc38dd01bdcf563b0d53021095066cd5963"}, +] +jsonasobj2 = [ + {file = "jsonasobj2-1.0.4-py3-none-any.whl", hash = "sha256:12e86f86324d54fcf60632db94ea74488d5314e3da554c994fe1e2c6f29acb79"}, + {file = "jsonasobj2-1.0.4.tar.gz", hash = "sha256:f50b1668ef478004aa487b2d2d094c304e5cb6b79337809f4a1f2975cc7fbb4e"}, +] +jsonpatch = [ + {file = "jsonpatch-1.32-py2.py3-none-any.whl", hash = "sha256:26ac385719ac9f54df8a2f0827bb8253aa3ea8ab7b3368457bcdb8c14595a397"}, + {file = "jsonpatch-1.32.tar.gz", hash = "sha256:b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2"}, +] +jsonpath-ng = [ + {file = "jsonpath-ng-1.5.3.tar.gz", hash = "sha256:a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567"}, + {file = "jsonpath_ng-1.5.3-py2-none-any.whl", hash = "sha256:f75b95dbecb8a0f3b86fd2ead21c2b022c3f5770957492b9b6196ecccfeb10aa"}, + {file = "jsonpath_ng-1.5.3-py3-none-any.whl", hash = "sha256:292a93569d74029ba75ac2dc3d3630fc0e17b2df26119a165fa1d498ca47bf65"}, +] +jsonpointer = [ + {file = "jsonpointer-2.3-py2.py3-none-any.whl", hash = "sha256:51801e558539b4e9cd268638c078c6c5746c9ac96bc38152d443400e4f3793e9"}, + {file = "jsonpointer-2.3.tar.gz", hash = "sha256:97cba51526c829282218feb99dab1b1e6bdf8efd1c43dc9d57be093c0d69c99a"}, +] jsonschema = [] jupyter = [] jupyter-client = [] jupyter-console = [] jupyter-core = [] +jupyter-server = [] jupyterlab-pygments = [] jupyterlab-widgets = [] kgcl-rdflib = [] kgcl-schema = [] lark = [] linkml = [] -linkml-dataops = [] +linkml-dataops = [ + {file = "linkml_dataops-0.1.0-py3-none-any.whl", hash = "sha256:193cf7f659e5f07946d2c2761896910d5f7151d91282543b1363801f68307f4c"}, + {file = "linkml_dataops-0.1.0.tar.gz", hash = "sha256:4550eab65e78b70dc3b9c651724a94ac2b1d1edb2fbe576465f1d6951a54ed04"}, +] linkml-runtime = [] -markdown-it-py = [] -markupsafe = [] +markdown-it-py = [ + {file = "markdown-it-py-2.1.0.tar.gz", hash = "sha256:cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da"}, + {file = "markdown_it_py-2.1.0-py3-none-any.whl", hash = "sha256:93de681e5c021a432c63147656fe21790bc01231e0cd2da73626f1aa3ac0fe27"}, +] +markupsafe = [ + {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"}, + {file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"}, + {file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"}, + {file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"}, + {file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"}, + {file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"}, +] matplotlib-inline = [] mdit-py-plugins = [] mdurl = [] mistune = [] -more-click = [] -multidict = [] -myst-parser = [] +more-click = [ + {file = "more_click-0.1.1-py3-none-any.whl", hash = "sha256:ff68c7e874fd409ce501903be3177363499aa9c2662607a3b66568f766dea527"}, + {file = "more_click-0.1.1.tar.gz", hash = "sha256:277c64767a6a9c6625ec6bc3e1241012867f6953b2295b2a1e8eeddec586eb53"}, +] +multidict = [ + {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"}, + {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3"}, + {file = "multidict-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c"}, + {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f"}, + {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9"}, + {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20"}, + {file = "multidict-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88"}, + {file = "multidict-6.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7"}, + {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee"}, + {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672"}, + {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9"}, + {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87"}, + {file = "multidict-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389"}, + {file = "multidict-6.0.2-cp310-cp310-win32.whl", hash = "sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293"}, + {file = "multidict-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658"}, + {file = "multidict-6.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51"}, + {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608"}, + {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3"}, + {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4"}, + {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b"}, + {file = "multidict-6.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8"}, + {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba"}, + {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43"}, + {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8"}, + {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b"}, + {file = "multidict-6.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15"}, + {file = "multidict-6.0.2-cp37-cp37m-win32.whl", hash = "sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc"}, + {file = "multidict-6.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a"}, + {file = "multidict-6.0.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60"}, + {file = "multidict-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86"}, + {file = "multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d"}, + {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0"}, + {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d"}, + {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376"}, + {file = "multidict-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693"}, + {file = "multidict-6.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849"}, + {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49"}, + {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516"}, + {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227"}, + {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9"}, + {file = "multidict-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d"}, + {file = "multidict-6.0.2-cp38-cp38-win32.whl", hash = "sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57"}, + {file = "multidict-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96"}, + {file = "multidict-6.0.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c"}, + {file = "multidict-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e"}, + {file = "multidict-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071"}, + {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032"}, + {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2"}, + {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c"}, + {file = "multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9"}, + {file = "multidict-6.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80"}, + {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d"}, + {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb"}, + {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68"}, + {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360"}, + {file = "multidict-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937"}, + {file = "multidict-6.0.2-cp39-cp39-win32.whl", hash = "sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a"}, + {file = "multidict-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae"}, + {file = "multidict-6.0.2.tar.gz", hash = "sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013"}, +] +myst-parser = [ + {file = "myst-parser-0.17.2.tar.gz", hash = "sha256:4c076d649e066f9f5c7c661bae2658be1ca06e76b002bb97f02a09398707686c"}, + {file = "myst_parser-0.17.2-py3-none-any.whl", hash = "sha256:1635ce3c18965a528d6de980f989ff64d6a1effb482e1f611b1bfb79e38f3d98"}, +] +nbclassic = [] nbclient = [] nbconvert = [] nbformat = [] @@ -2867,23 +3207,38 @@ nest-asyncio = [] networkx = [] nltk = [] notebook = [] +notebook-shim = [] numpy = [] -nxontology = [] +nxontology = [ + {file = "nxontology-0.4.1-py3-none-any.whl", hash = "sha256:74cc228adcbbde49c4b35eb40c8b69db40e0a07757533573a775e88b7b2d29f9"}, + {file = "nxontology-0.4.1.tar.gz", hash = "sha256:8f1e5d6d7787542e9414be4ae34bb09e369dbaf2d6c646bba2d18b122c083d44"}, +] obonet = [] ols-client = [] ontoportal-client = [] openpyxl = [] -packaging = [] +packaging = [ + {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, + {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, +] pandas = [] -pandasql = [] +pandasql = [ + {file = "pandasql-0.7.3-py2.7.egg", hash = "sha256:75f08c5cdfd19f61ceed8c38a6ac138c353776ad3be8e015edcee977c2299aad"}, + {file = "pandasql-0.7.3.tar.gz", hash = "sha256:1eb248869086435a7d85281ebd9fe525d69d9d954a0dceb854f71a8d0fd8de69"}, +] pandocfilters = [] -parse = [] +parse = [ + {file = "parse-1.19.0.tar.gz", hash = "sha256:9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b"}, +] parso = [] pexpect = [] pickleshare = [] platformdirs = [] pluggy = [] -ply = [] +ply = [ + {file = "ply-3.11-py2.py3-none-any.whl", hash = "sha256:096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce"}, + {file = "ply-3.11.tar.gz", hash = "sha256:00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"}, +] prefixcommons = [] prefixmaps = [] prometheus-client = [] @@ -2892,64 +3247,216 @@ pronto = [] psutil = [] ptyprocess = [] pure-eval = [] -py = [] +py = [ + {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, + {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, +] pycparser = [] pydantic = [] pygments = [] -pyjsg = [] +pyjsg = [ + {file = "PyJSG-0.11.10-py3-none-any.whl", hash = "sha256:10af60ff42219be7e85bf7f11c19b648715b0b29eb2ddbd269e87069a7c3f26d"}, + {file = "PyJSG-0.11.10.tar.gz", hash = "sha256:4bd6e3ff2833fa2b395bbe803a2d72a5f0bab5b7285bccd0da1a1bc0aee88bfa"}, +] pyparsing = [] -pyrsistent = [] -pyshex = [] -pyshexc = [] +pyrsistent = [ + {file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1"}, + {file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26"}, + {file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e"}, + {file = "pyrsistent-0.18.1-cp310-cp310-win32.whl", hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6"}, + {file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl", hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec"}, + {file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b"}, + {file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc"}, + {file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22"}, + {file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl", hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8"}, + {file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl", hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286"}, + {file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6"}, + {file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec"}, + {file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c"}, + {file = "pyrsistent-0.18.1-cp38-cp38-win32.whl", hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca"}, + {file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a"}, + {file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5"}, + {file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045"}, + {file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c"}, + {file = "pyrsistent-0.18.1-cp39-cp39-win32.whl", hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc"}, + {file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl", hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07"}, + {file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"}, +] +pyshex = [ + {file = "PyShEx-0.8.1-py3-none-any.whl", hash = "sha256:6da1b10123e191abf8dcb6bf3e54aa3e1fcf771df5d1a0ed453217c8900c8e6a"}, + {file = "PyShEx-0.8.1.tar.gz", hash = "sha256:3c5c4d45fe27faaadae803cb008c41acf8ee784da7868b04fd84967e75be70d0"}, +] +pyshexc = [ + {file = "PyShExC-0.9.1-py2.py3-none-any.whl", hash = "sha256:efc55ed5cb2453e9df569b03e282505e96bb06597934288f3b23dd980ef10028"}, + {file = "PyShExC-0.9.1.tar.gz", hash = "sha256:35a9975d4b9afeb20ef710fb6680871756381d0c39fbb5470b3b506581a304d3"}, +] pystow = [] pytest = [] -python-dateutil = [] +pytest-logging = [] +python-dateutil = [ + {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, + {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, +] pytrie = [] pytz = [] pywin32 = [] pywinpty = [] -pyyaml = [] +pyyaml = [ + {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, + {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"}, + {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"}, + {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"}, + {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"}, + {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, + {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, + {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, + {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, + {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, + {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"}, + {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"}, + {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"}, + {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"}, + {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"}, + {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"}, + {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"}, + {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"}, + {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"}, + {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"}, + {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"}, + {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"}, + {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"}, + {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"}, + {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"}, + {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"}, + {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"}, + {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"}, + {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"}, + {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"}, + {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"}, + {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"}, + {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, +] pyzmq = [] qtconsole = [] qtpy = [] -ratelimit = [] +ratelimit = [ + {file = "ratelimit-2.2.1.tar.gz", hash = "sha256:af8a9b64b821529aca09ebaf6d8d279100d766f19e90b5059ac6a718ca6dee42"}, +] rdflib = [] -rdflib-jsonld = [] -rdflib-shim = [] +rdflib-jsonld = [ + {file = "rdflib-jsonld-0.6.1.tar.gz", hash = "sha256:eda5a42a2e09f80d4da78e32b5c684bccdf275368f1541e6b7bcddfb1382a0e0"}, + {file = "rdflib_jsonld-0.6.1-py2.py3-none-any.whl", hash = "sha256:bcf84317e947a661bae0a3f2aee1eced697075fc4ac4db6065a3340ea0f10fc2"}, +] +rdflib-shim = [ + {file = "rdflib_shim-1.0.3-py3-none-any.whl", hash = "sha256:7a853e7750ef1e9bf4e35dea27d54e02d4ed087de5a9e0c329c4a6d82d647081"}, + {file = "rdflib_shim-1.0.3.tar.gz", hash = "sha256:d955d11e2986aab42b6830ca56ac6bc9c893abd1d049a161c6de2f1b99d4fc0d"}, +] regex = [] requests = [] rfc3987 = [] -"ruamel.yaml" = [] -"ruamel.yaml.clib" = [] +"ruamel.yaml" = [ + {file = "ruamel.yaml-0.17.21-py3-none-any.whl", hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7"}, + {file = "ruamel.yaml-0.17.21.tar.gz", hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"}, +] +"ruamel.yaml.clib" = [ + {file = "ruamel.yaml.clib-0.2.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6e7be2c5bcb297f5b82fee9c665eb2eb7001d1050deaba8471842979293a80b0"}, + {file = "ruamel.yaml.clib-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:221eca6f35076c6ae472a531afa1c223b9c29377e62936f61bc8e6e8bdc5f9e7"}, + {file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win32.whl", hash = "sha256:1070ba9dd7f9370d0513d649420c3b362ac2d687fe78c6e888f5b12bf8bc7bee"}, + {file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win_amd64.whl", hash = "sha256:77df077d32921ad46f34816a9a16e6356d8100374579bc35e15bab5d4e9377de"}, + {file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751"}, + {file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7b2927e92feb51d830f531de4ccb11b320255ee95e791022555971c466af4527"}, + {file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win32.whl", hash = "sha256:ada3f400d9923a190ea8b59c8f60680c4ef8a4b0dfae134d2f2ff68429adfab5"}, + {file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win_amd64.whl", hash = "sha256:de9c6b8a1ba52919ae919f3ae96abb72b994dd0350226e28f3686cb4f142165c"}, + {file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d67f273097c368265a7b81e152e07fb90ed395df6e552b9fa858c6d2c9f42502"}, + {file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:72a2b8b2ff0a627496aad76f37a652bcef400fd861721744201ef1b45199ab78"}, + {file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win32.whl", hash = "sha256:9efef4aab5353387b07f6b22ace0867032b900d8e91674b5d8ea9150db5cae94"}, + {file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win_amd64.whl", hash = "sha256:846fc8336443106fe23f9b6d6b8c14a53d38cef9a375149d61f99d78782ea468"}, + {file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0847201b767447fc33b9c235780d3aa90357d20dd6108b92be544427bea197dd"}, + {file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:78988ed190206672da0f5d50c61afef8f67daa718d614377dcd5e3ed85ab4a99"}, + {file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win32.whl", hash = "sha256:a49e0161897901d1ac9c4a79984b8410f450565bbad64dbfcbf76152743a0cdb"}, + {file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win_amd64.whl", hash = "sha256:bf75d28fa071645c529b5474a550a44686821decebdd00e21127ef1fd566eabe"}, + {file = "ruamel.yaml.clib-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a32f8d81ea0c6173ab1b3da956869114cae53ba1e9f72374032e33ba3118c233"}, + {file = "ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7f7ecb53ae6848f959db6ae93bdff1740e651809780822270eab111500842a84"}, + {file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win32.whl", hash = "sha256:89221ec6d6026f8ae859c09b9718799fea22c0e8da8b766b0b2c9a9ba2db326b"}, + {file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win_amd64.whl", hash = "sha256:31ea73e564a7b5fbbe8188ab8b334393e06d997914a4e184975348f204790277"}, + {file = "ruamel.yaml.clib-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dc6a613d6c74eef5a14a214d433d06291526145431c3b964f5e16529b1842bed"}, + {file = "ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:1866cf2c284a03b9524a5cc00daca56d80057c5ce3cdc86a52020f4c720856f0"}, + {file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win32.whl", hash = "sha256:3fb9575a5acd13031c57a62cc7823e5d2ff8bc3835ba4d94b921b4e6ee664104"}, + {file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win_amd64.whl", hash = "sha256:825d5fccef6da42f3c8eccd4281af399f21c02b32d98e113dbc631ea6a6ecbc7"}, + {file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"}, +] s3transfer = [] scikit-learn = [] scipy = [] semsql = [] send2trash = [] -shexjsg = [] -six = [] -snowballstemmer = [] +shexjsg = [ + {file = "ShExJSG-0.8.2-py2.py3-none-any.whl", hash = "sha256:3b0d8432dd313bee9e1343382c5e02e9908dd941a7dd7342bf8c0200fe523766"}, + {file = "ShExJSG-0.8.2.tar.gz", hash = "sha256:f17a629fc577fa344382bdee143cd9ff86588537f9f811f66cea6f63cdbcd0b6"}, +] +six = [ + {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, + {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, +] +sniffio = [] +snowballstemmer = [ + {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"}, + {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, +] sortedcontainers = [] soupsieve = [] -sparqlslurper = [] -sparqlwrapper = [] -sphinx = [] +sparqlslurper = [ + {file = "sparqlslurper-0.5.1-py3-none-any.whl", hash = "sha256:ae49b2d8ce3dd38df7a40465b228ad5d33fb7e11b3f248d195f9cadfc9cfff87"}, + {file = "sparqlslurper-0.5.1.tar.gz", hash = "sha256:9282ebb064fc6152a58269d194cb1e7b275b0f095425a578d75b96dcc851f546"}, +] +sparqlwrapper = [ + {file = "SPARQLWrapper-2.0.0-py3-none-any.whl", hash = "sha256:c99a7204fff676ee28e6acef327dc1ff8451c6f7217dcd8d49e8872f324a8a20"}, + {file = "SPARQLWrapper-2.0.0.tar.gz", hash = "sha256:3fed3ebcc77617a4a74d2644b86fd88e0f32e7f7003ac7b2b334c026201731f1"}, +] +sphinx = [ + {file = "Sphinx-4.5.0-py3-none-any.whl", hash = "sha256:ebf612653238bcc8f4359627a9b7ce44ede6fdd75d9d30f68255c7383d3a6226"}, + {file = "Sphinx-4.5.0.tar.gz", hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"}, +] sphinx-click = [] -sphinx-rtd-theme = [] -sphinxcontrib-applehelp = [] -sphinxcontrib-devhelp = [] -sphinxcontrib-htmlhelp = [] -sphinxcontrib-jsmath = [] +sphinx-rtd-theme = [ + {file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"}, + {file = "sphinx_rtd_theme-1.0.0.tar.gz", hash = "sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c"}, +] +sphinxcontrib-applehelp = [ + {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, + {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"}, +] +sphinxcontrib-devhelp = [ + {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"}, + {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"}, +] +sphinxcontrib-htmlhelp = [ + {file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"}, + {file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"}, +] +sphinxcontrib-jsmath = [ + {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"}, + {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, +] sphinxcontrib-mermaid = [] -sphinxcontrib-qthelp = [] -sphinxcontrib-serializinghtml = [] +sphinxcontrib-qthelp = [ + {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"}, + {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"}, +] +sphinxcontrib-serializinghtml = [ + {file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"}, + {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"}, +] sqlalchemy = [] sqlalchemy-utils = [] sssom = [] sssom-schema = [] stack-data = [] terminado = [] -threadpoolctl = [] +threadpoolctl = [ + {file = "threadpoolctl-3.1.0-py3-none-any.whl", hash = "sha256:8b99adda265feb6773280df41eece7b2e6561b772d21ffd52e372f999024907b"}, + {file = "threadpoolctl-3.1.0.tar.gz", hash = "sha256:a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380"}, +] tinycss2 = [] tomli = [] tornado = [] @@ -2963,11 +3470,80 @@ validators = [] virtualenv = [] visitor = [] watchdog = [] -wcwidth = [] +wcwidth = [ + {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, + {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"}, +] webencodings = [] +websocket-client = [] werkzeug = [] widgetsnbextension = [] -wrapt = [] +wrapt = [ + {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"}, + {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"}, + {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"}, + {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"}, + {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"}, + {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"}, + {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"}, + {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"}, + {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"}, + {file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"}, + {file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"}, + {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"}, + {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"}, + {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"}, + {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"}, + {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"}, + {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, + {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, + {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, + {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, + {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, + {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, + {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"}, + {file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"}, + {file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"}, + {file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"}, + {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"}, + {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"}, + {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"}, + {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"}, + {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"}, + {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"}, + {file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"}, + {file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"}, + {file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"}, + {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"}, + {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"}, + {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"}, + {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"}, + {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"}, + {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"}, + {file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"}, + {file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"}, + {file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"}, + {file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"}, + {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"}, + {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"}, + {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"}, + {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"}, + {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"}, + {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"}, + {file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"}, + {file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"}, + {file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"}, + {file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"}, + {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"}, + {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"}, + {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"}, + {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"}, + {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"}, + {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"}, + {file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"}, + {file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"}, + {file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"}, +] wtforms = [] yarl = [] zipp = [] diff --git a/pyproject.toml b/pyproject.toml index 53ef7ada7..116318c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,9 @@ kgcl-rdflib = "^0.3.0" pystow = "^0.4.4" class-resolver = "^0.3.10" ontoportal-client = "0.0.3" -curies = "^0.1.5" +curies = "^0.3.0" bioregistry = "^0.5.64" +bioontologies = "^0.2.0" prefixmaps = "^0.1.2" ols-client = "^0.1.1" diff --git a/src/oaklib/converters/owl_to_fhir_codesystem.py b/src/oaklib/converters/owl_to_fhir_codesystem.py new file mode 100644 index 000000000..ec2880569 --- /dev/null +++ b/src/oaklib/converters/owl_to_fhir_codesystem.py @@ -0,0 +1,524 @@ +"""Convert OWL to FHIR CodeSystem JSON + +Resources +- Obographs: https://incatools.github.io/ontology-access-kit/interfaces/obograph.html +- Bioontologies + - https://github.com/biopragmatics/bioontologies + - https://bioontologies.readthedocs.io/en/latest/usage.html +- FHIR + - CodeSystem: https://build.fhir.org/codesystem.html +- OAK PR: https://github.com/INCATools/ontology-access-kit/pull/320 +- Upload examples here: https://drive.google.com/drive/folders/1lwGQ63_fedfWlGlRemq8OeZhZsvIXN01 +- OWL::RDF mappings (not sure if useful here) https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/ + +TODO's + * Move this into GitHub issue (and link here) so I can get input on some of these more difficult parts / parts I don't yet understand + 1. Write converter MVP + - paths to things to use (relative to root of Graph `g`): + - nodes + - edges + ... + - id + - meta + - description + - license? + - roots? + - title + - version + - version_iri + 2. Add converter to OAK CLI + 3. Test(s) + 4. Improve converter + +TODO's expanded + 4. Improve converter + Paths to things to use (relative to root of Graph `g`): + 4.1. Obographs stuff + 4.1.1. propertyChainAxioms: understand & utilize + "propertyChainAxioms" : [ { + "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566", + "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002233" ] + }, ... + 4.1.2. domainRangeAxioms: understand & utilize + "domainRangeAxioms" : [ { + "predicateId" : "http://purl.obolibrary.org/obo/RO_0002176", + "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ] + }, ... + 4.1.3. logicalDefinitionAxioms: understand & utilize + "logicalDefinitionAxioms" : [ { + "definedClassId" : "http://purl.obolibrary.org/obo/MONDO_0011258", + "genusIds" : [ "http://purl.obolibrary.org/obo/MONDO_0018878" ], + "restrictions" : [ { + "propertyId" : "http://purl.obolibrary.org/obo/RO_0004003", + "fillerId" : "http://identifiers.org/hgnc/3519" + } ] + }, ... + 4.1.4. meta: understand & utilize + "meta" : { + "subsets" : [ ], + "xrefs" : [ ], + "version": ..., + "basicPropertyValues" : [ { + "pred" : "http://purl.obolibrary.org/obo/IAO_0000700", + "val" : "http://purl.obolibrary.org/obo/MONDO_0000001" + }, ... + 4.1.5. equivalentNodesSets: understand & utilize? + "equivalentNodesSets" : [ ], # empty for Mondo + 4.2. aehrc/fhir-owl stuff + 4.2.1. filter[]: Look at the file I converted using fhir-owl, near the top. + 4.3. Obograph Node stuff + 4.3.1. See what all I can include from: + - alternative_ids[], created_by, creation_date, definition, definition_provenance, id, lbl (label), synonyms[], + - xrefs[] (I see the CURIE, but nothing else... does it not parse other xref info? or is it in axioms?), + - meta.version? + 4.4. Anything else from FHIR CodeSystem? + 5. construct multiple CodeSystem resources for each collection of terms that isn't part of the main ontology + 6. put keys in my preferred order? so that lists are at the bottom + +todo's (minor/later) + 1. bioontologies -> OAK when issue fixed: https://github.com/INCATools/ontology-access-kit/issues/321 + 2. Schema mappings (Obograph -> FHIR CodeSystem). SchemaAutomator? Other approach? + 3. CodeSystem type: Dict -> Dataclass. Chris (2022/10/18) + https://github.com/INCATools/ontology-access-kit/pull/320/files#r998844157: Rather than writing to dicts you could + have an actual python datamodel for the FHIR code system and serialize this. This has numerous advantages such as + type safety, clarity, ease of refactoring. See the src/datamodels folder for examples. +""" +import json +import os +import pickle +import sys +from datetime import datetime +from typing import Dict, List, Union + + +PROJECT_DIR = os.path.join(os.path.dirname(__file__), '..', '..', '..') +CACHE_DIR = os.path.join(PROJECT_DIR, 'cache') +JSON_TYPE = Union[Dict, List] +# SYNONYM_PROPERTY_LOOKUP: https://raw.githubusercontent.com/geneontology/go-ontology/master/contrib/oboInOwl +# todo: Shouldn't Obographs include oboInOwl URIs and not just assume users know about it? I shouldn't have to add here. +# Should ask `bioontologies` devs if this is a `bioontologies` issue, and if not, make a GH issue in Obographs repo. +SYNONYM_PROPERTY_LOOKUP = { + 'hasExactSynonym': { + 'uri': 'http://www.geneontology.org/formats/oboInOwl#hasExactSynonym', + 'description': + 'An alias in which the alias exhibits true synonymy. Example: ornithine cycle is an exact synonym of urea ' + 'cycle' + }, + 'hasNarrowSynonym': { + 'uri': 'http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym', + 'description': + 'An alias in which the alias is narrower than the primary class name. Example: pyrimidine-dimer repair by ' + 'photolyase is a narrow synonym of photoreactive repair' + }, + 'hasBroadSynonym': { + 'uri': 'http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym', + 'description': + 'An alias in which the alias is broader than the primary class name. Example: cell division is a broad ' + 'synonym of cytokinesis' + }, + 'hasRelatedSynonym': { + 'uri': 'http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym', + 'description': + 'An alias in which the alias is related the primary class name, but not necessarily broader or narrower. ' + 'Example: cytochrome bc1 complex is a related synonym of ubiquinol-cytochrome-c reductase activity; ' + 'virulence is a related synonym of pathogenesis' + }, + 'hasSynonym': { + 'uri': 'http://www.geneontology.org/formats/oboInOwl#hasSynonym', + 'description': 'A relation between a class and an alias term.' + }, +} + + +# todo: This is for development purposes. can delete after or modify if needed +def _load_obograph(inpath: str, cache_dir=CACHE_DIR, save_cache=False, load_cache=True, verbose=True): + """Load the obograph, storing from cache if necessary + todo: would be nice if faster to load + pickle https://stackoverflow.com/questions/66348333/speed-up-reading-multiple-pickle-files""" + loaded_from_cache = False + cache_filename = os.path.basename(inpath).replace('.owl', '.pickle') + cache_path = os.path.join(cache_dir, cache_filename) + if load_cache: + if os.path.exists(cache_path): + t1 = datetime.now() + with open(cache_path, 'rb') as handle: + parse_results = pickle.load(handle) + t2 = datetime.now() + loaded_from_cache = True + if verbose: + print(f'Loaded cache in {(t2 - t1).seconds} seconds') + else: + print('Attempted to load from cache, but cached file did not exist. Running conversion.') + + if not load_cache or (load_cache and not os.path.exists(cache_path)): + # todo: When OAK issues fixed, use OAK + # i. performance https://github.com/INCATools/ontology-access-kit/issues/338 + # ii. missing/incomplete properties https://github.com/INCATools/ontology-access-kit/issues/339 + # todo: When bioontologies performance issue (https://github.com/biopragmatics/bioontologies/issues/7) fixed, + # can move `from bioontologies import robot` up to the top + t1 = datetime.now() + from bioontologies import robot + parse_results: robot.ParseResults = robot.convert_to_obograph_local(inpath) + t2 = datetime.now() + if verbose: + print(f'Loaded obograph using robot through bioontologies in {(t2-t1).seconds} seconds') + + if save_cache and not loaded_from_cache: + if not os.path.exists(CACHE_DIR): + os.mkdir(CACHE_DIR) + with open(cache_path, 'wb') as handle: + # It can't be unbound given above logic, but PyCharm isn't smart enough to know that. + # noinspection PyUnboundLocalVariable + pickle.dump(parse_results, handle, protocol=pickle.HIGHEST_PROTOCOL) + + graph = parse_results.graph_document.graphs[0] + return graph + + +def convert( + inpath: str, outpath: str, + # todo: code_system_uri_prefix: any way to know w/out user input except by (a) inference, e.g. most n nodes + # w/ the URI prefix, e.g. http://purl.obolibrary.org/obo/MONDO_ in http://purl.obolibrary.org/obo/MONDO_0000001 + # or (ii) Obograph top level 'roots' property? (assuming they all share same URI prefix). + # (ii) will work if 'roots' are required by OWL. Here's how they appear in mondo.owl (IAO_0000700), + # ...and note that also non-Mondo class URI stems /may/ be ascertainable by terms:source. + # + # + # + # + code_system_uri_prefix: str, + save_cache=False, load_cache=True, + # TODO: These args should be added to CLI, but declared from global config dict w/ defaults + add_exact_synonyms_to_properties=True, + # todo: native_prefix_map: is there any use? maybe code_system_uri is sufficient + # native_prefix_map: Dict[str, str] = None +) -> JSON_TYPE: + """Convert + + :param add_exact_synonyms_to_properties (bool): oboInOwl has hasExactSynonym, hasNarrowSynonym, hasBroadSynonym, and + hasRelatedSynonym. hasExactSynonym will always mapped to CodeSystem.concept.designation.use. Other synonyms will + always be mapped to CodeSystem.concept.property. If add_exact_synonyms_to_properties==True, includes hasExactSynonym + in CodeSystem.concept.property. This is a little redundant, but also useful if trying to view/query all synonyms in + a single place. + + Side effects: + - Writes file at `outpath` + + todo's (minor) + 1. Extending CodeSystem.concept.definition + Examples: + OWL: + + + + Any autosomal recessive + nonsyndromic deafness in which the cause of the disease is a mutation in the COL11A2 gene. + + MONDO:patterns/disease_series_by_gene + + Obographs (below is conversion from above OWL): + "meta" : { + "definition" : { + "val" : "Any autosomal recessive nonsyndromic deafness in which the cause of the disease is a mutation in the COL11A2 gene.", + "xrefs" : [ "MONDO:patterns/disease_series_by_gene" ]}, + """ + g = _load_obograph(inpath=inpath, save_cache=save_cache, load_cache=load_cache) + + cs = { + # Static properties + # - don't need any customization + "resourceType": "CodeSystem", + "hierarchyMeaning": "is-a", + # TODO: Do I need to add something for any/all 'property' edges? aehrc/fhir-owl didn't have 'is_a'/parent + # todo: root, deprecated: Add these back when I've actually used them. I think that I can pick out roots from + # obograph.root or something, and deprecated... i think there are different predicates that can be used, so + # i'll want to use those predicates themselves, and maybe map all the ones I'm aware of to a simple, common, + # explicit 'deprecated' property. + "filter": [ + # { + # "code": "root", + # "operator": ["="], + # "value": "True or false." + # }, { + # "code": "deprecated", + # "operator": ["="], + # "value": "True or false." + # } + ], + "property": [{ + "code": "parent", + "description": "Parent code, e.g. from relationship ( )", + "type": "code" + }, + # { + # "code": "root", + # "description": "Indicates if this concept is a root concept (i.e. Thing is equivalent or a direct parent)", + # "type": "boolean" + # }, { + # "code": "deprecated", + # "description": "Indicates if this concept is deprecated.", + # "type": "boolean" + # } + ], + # Dynamic properties + # TODO compute these + # TODO: "id": HAPI not able to reaad it or conflating: + # { + # "resourceType": "OperationOutcome", + # "issue": [ + # { + # "severity": "error", + # "code": "processing", + # "diagnostics": "HAPI-0389: Failed to call access method: org.springframework.dao.InvalidDataAccessApiUsageException: HAPI-1110: 'loinc' CodeSystem must have an ID; nested exception is java.security.InvalidParameterException: HAPI-1110: 'loinc' CodeSystem must have an ID" + # } + # ] + # } + # "id": "http://purl.obolibrary.org/obo/mondo.owl", + # "url": "http://purl.obolibrary.org/obo/mondo.owl", + # "version": "http://purl.obolibrary.org/obo/mondo/releases/2022-07-01/mondo.owl", + # "name": "http://purl.obolibrary.org/obo/mondo.owl", + # "valueSet": "http://purl.obolibrary.org/obo/mondo.owl?vs", + "id": "https://github.com/loinc/comp-loinc/releases/download/v2022-11-05/merged_reasoned_loinc.owl", + "url": "https://github.com/loinc/comp-loinc/releases/download/v2022-11-05/merged_reasoned_loinc.owl", + "version": "https://github.com/loinc/comp-loinc/releases/download/v2022-11-05/merged_reasoned_loinc.owl", + "name": "https://github.com/loinc/comp-loinc/releases/download/v2022-11-05/merged_reasoned_loinc.owl", + "valueSet": "https://github.com/loinc/comp-loinc/releases/download/v2022-11-05/merged_reasoned_loinc.owl?vs", + + # TODO: (i) Add to CLI, (ii) but use defaults + # - Define these in a dict at top. Then iter over to add argeparse args w/ defaults, & set here + "status": "draft", + "experimental": False, + "description": "An OWL ontology", + # "description": "Includes Ontology(OntologyID(Anonymous-51)) [Axioms: 79310 Logical Axioms: 0]", + "compositional": False, + "versionNeeded": False, + "content": "complete", + } + + # Intermediaries + # - cs_property_elements: Used to increase performance when checking for and adding new CodeSystem.property elements + cs_property_element_set = set([x['code'] for x in cs['property']]) + + foreign_nodes = {} # todo: what to do with these? + non_class_nodes = {} # todo: what to do with these? + unexpected_xref_patterns = set() + concepts_d: JSON_TYPE = {} + for node in g.nodes: + code_or_id = node.id.replace(code_system_uri_prefix, '') + exc_nonclass = node.type != 'CLASS' + exc_foreign = code_or_id == node.id + # todo: native prefixes (e.g. code_system_uri_prefix) + # i. I think that only top level classes 'native' by the ontology are supposed to be included. Because + # concept.code is not a URI or even a CURIE. So it is implicit that it is part of the CodeSystem defined by + # the URI. Thinking about this, it seems to me that a CodeSystem is a subset of an ontology that includes only + # native terms. So I should implement as such. + # ii. What to do if not an 'native' term? Add top level extension for these? + if exc_nonclass or exc_foreign: + lookup_d = non_class_nodes if exc_nonclass and not exc_foreign else foreign_nodes + lookup_d[code_or_id] = {'node': node, 'property': []} + continue + + # Top-level concept attributes + concept_d = {"code": code_or_id, "property": []} + if node.lbl: + concept_d['display'] = node.lbl + try: + concept_d['definition'] = node.meta.definition.val + except AttributeError: + pass + # TODO: What other things should I add, e.g. as extensions, e.g. URI + + # Synonyms + synonyms = [] + try: + synonyms = node.meta.synonyms if node.meta.synonyms else [] + concept_d['designation'] = [] + except AttributeError: + pass + # todo: add other property types other than synonyms (if they exist, which they probably do) + # - where located in graph? are they in edges? + for syn in synonyms: + for xref in syn.xrefs: + # Synonyms 1: Determine properties + # TODO: xref: Can this have URI and not CURIE? Check bionotologies.Synonym data model and/or add parsing + # for it (using curies.converter; but needs prefix map...) + # - syn_system: this is prob always CURIE. but where are CURIEs defined in OWL and Obographs? + # *sigh* what if not defined? I'm looking at mondo.owl and I see DOID:# in xrefs, but DOID not + # defined at top of file. This may be something to bring up as issue / ask Mondo ppl. but I should + # also account for. I think I should expect URIs. + # - syn_code: because of above, prolly no way to reliably get code from URI without complex + # inferential programming, e.g. looking for _ in URI and splitting on that. but prone to error. + if xref.startswith('http'): + # TODO: Fix exception. this is not a proper xref + # syn.xrefs = ['https://orcid.org/0000-0002-6601-2165'] # Chris Mungall + # might want to bring this up to Chris et al. this seems like an error in Mondo + # + # + # + # obsolete choreoathetosis (disease) + # https://orcid.org/0000-0002-6601-2165 + # + # ... i think they were trying to obsolete it and it is the 'lazy' way to do so. just remove the original xref and put the orcid ID of the one who obsoleted + syn_code, syn_system = xref.split('_')[-1], xref.split('_')[:-1] + if '_' not in xref: # TODO: examine above and verify correct + # TODO: Maybe best thing to do if no _ is to take whatever's after the last / + syn_code, syn_system = xref, xref + unexpected_xref_patterns.add(xref) + else: + syn_code, syn_system = xref.split(':')[1], xref.split(':')[0] + syn_type, syn_label = syn.pred, syn.val + + # Synonyms 2: Add data + # Synonyms 2.1: CodeSystem.concept.designation.use + if syn_type == 'hasExactSynonym': + concept_d['designation'].append({ + "use": { + "system": syn_system, + "code": syn_code, + # todo: display: I got this from here, but is it correct? + # https://github.com/HOT-Ecosystem/hapi-fhir-jpaserver-starter/issues/64#issuecomment-1294284873 + "display": "Synonym (core metadata concept)"}, + "value": syn_label}) + if syn_type != 'hasExactSynonym' or ( + syn_type == 'hasExactSynonym' and add_exact_synonyms_to_properties): + # Synonyms 2.2: CodeSystem.concept.property + # Uses (a) https://build.fhir.org/datatypes.html#Coding , but I also considered (b) CodeableConcept, + # and(c), extension element. + concept_d['property'].append({ + "code": syn_type, + "valueCoding": { + "system": syn_system, + "code": syn_code, + "display": syn_label}}) + # Synonyms 2.3: CodeSystem.property + # todo: PyTypeChecker: Not sure why PyCharm is confused here + if syn_type not in cs_property_element_set: + cs_property_element_set.add(syn_type) + # todo: is there a semantic web way to specify 'null' or 'not found' instead of ''? + syn_info: Dict = SYNONYM_PROPERTY_LOOKUP.get(syn_type, {'uri': '', 'description': ''}) + # noinspection PyTypeChecker + cs['property'].append({ + "code": syn_type, + "uri": syn_info['uri'], + "description": syn_info['description'], + "type": "Coding"}) # type: # https://build.fhir.org/valueset-concept-property-type.html + # TODO: Non-synonym properties + # - are these in nodes[] or edges[]? If nodes, add here. + # 1. Non-synonym properties defined by aehrc/fhir-owl: and I want to include. But unlike them, I want + # to only include these properties on concepts themselves only if they are 'true'. The exception is 'parent', + # which I should always keep if the concept does have a parent. The properties are: parent, imported, root, + # & deprecated. + # 1.1. add to CodeSystem.concept.property + # 1.2. add to CodeSystem.property + # 2. Non-synonym properties not inaehrc/fhir-owl + concepts_d[code_or_id] = concept_d + + if foreign_nodes: # todo: pre-set() and sort these? + foreign_nodes_str = '\n'.join(set([x['node'].id for x in list(foreign_nodes.values())])) + print(f'Excluding non-native nodes: {foreign_nodes_str}') + if non_class_nodes: + non_class_nodes_str = '\n'.join(set([x['node'].id for x in list(non_class_nodes.values())])) + print(f'Excluding non-class nodes: {non_class_nodes_str}') + if unexpected_xref_patterns: + unexpected_xref_patterns_str = '\n'.join(unexpected_xref_patterns) + print(f'Unanticipated URI patterns detected. ' # TODO: examine below + f'Opting to set both system and code to these URIs rather than excluding: {unexpected_xref_patterns_str}', + file=sys.stderr) + + # TODO: Edges + # *_edges dicts: key(pred) -> vals(edges[]) + native_nodes_w_foreign_parent_edges = {} + foreign_subject_edges = {} + edge_subjs_with_no_nodes = {} + edge_property_map = {'is_a': 'parent'} + global_props = set([x['code'] for x in cs['property']]) + # todo: added sub->obj to concept properties, but is obj->sub desirable/valid? + + for edge in g.edges: + # - Aggregate edge cases + sub_code, obj_code = '', '' + if edge.sub.startswith(code_system_uri_prefix): + sub_code = edge.sub.replace(code_system_uri_prefix, '') + if edge.obj.startswith(code_system_uri_prefix): + obj_code = edge.sub.replace(code_system_uri_prefix, '') + if not sub_code: + if not edge.pred in foreign_subject_edges: + foreign_subject_edges[edge.pred] = [] + foreign_subject_edges[edge.pred].append(edge) + elif sub_code and not obj_code: + if not edge.pred in native_nodes_w_foreign_parent_edges: + native_nodes_w_foreign_parent_edges[edge.pred] = [] + native_nodes_w_foreign_parent_edges[edge.pred].append(edge) + + # Add to cs.property and concept.property + prop_name: str = edge_property_map.get(edge.pred, edge.pred) + sub_native = sub_code != '' + code_or_id = sub_code if sub_code else edge.sub + if prop_name not in global_props: + # PyTypeChecker: No idea why PyCharm confused + # noinspection PyTypeChecker + cs['property'].append({ + "code": prop_name, + "description": "", # todo: how to get? + "type": "code"}) # todo: code and not coding? + global_props.add(prop_name) + lookup_d = concepts_d if sub_native and code_or_id in concepts_d \ + else non_class_nodes if sub_native else foreign_nodes + try: + # TODO: There's various bugs here: + # i. multiple parents with same ID + # ii. edges being called parents + # (i & ii example): + # { + # "code": "parent", + # "valueCode": "0002974" + # }, + # { + # "code": "parent", + # "valueCode": "0002974" + # } + # ], + # iii. designation (system is wrong): + # { + # "use": { + # "system": "MONDORULE", + # "code": "1", + # "display": "Synonym (core metadata concept)" + # }, + # "value": "mitochondrial DNA depletion syndrome type 2" + # }, + lookup_d[code_or_id]['property'].append({ + "code": "parent", + "valueCode": obj_code if obj_code else edge.obj}) + except KeyError: + if code_or_id not in edge_subjs_with_no_nodes: + edge_subjs_with_no_nodes[code_or_id] = {'edges': []} + edge_subjs_with_no_nodes[code_or_id]['edges'].append(edge) + + if edge_subjs_with_no_nodes: + edge_subjs_with_no_nodes_str = '\n'.join(list(edge_subjs_with_no_nodes.keys())) + print(f'Excluding edges with subjects that have no node: {edge_subjs_with_no_nodes_str}') + + # Add concepts to code system + cs['count'] = len(concepts_d) + cs['concept'] = list(concepts_d.values()) + + pretty = False # todo: cli param + with open(outpath, 'w') as f: + json.dump(cs, f, indent=2 if pretty else None) + # todo: temp: just dump pretty too + with open(outpath.replace('minified', 'pretty'), 'w') as f: + json.dump(cs, f, indent=2) + return cs + + +if __name__ == '__main__': # todo: remove this when PR ready (this is for debugging; for some reason running test adds about ~7+ seconds) + TEST_DIR = os.path.join(PROJECT_DIR, 'tests') + convert( + # inpath=os.path.join(TEST_DIR, 'input', 'mondo-example.owl'), + # outpath=os.path.join(TEST_DIR, 'output', 'mondo-example.json'), + # code_system_uri_prefix='http://purl.obolibrary.org/obo/MONDO_', + inpath=os.path.join(TEST_DIR, 'input', 'merged_reasoned_loinc.owl'), + outpath=os.path.join(TEST_DIR, 'output', 'comploinc-minified.fhir.json'), + code_system_uri_prefix='https://loinc.org/', + load_cache=True) diff --git a/tests/input/merged_reasoned_loinc.owl b/tests/input/merged_reasoned_loinc.owl new file mode 100644 index 000000000..27e4cc61d --- /dev/null +++ b/tests/input/merged_reasoned_loinc.owl @@ -0,0 +1,408997 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins Component Class + + + + + + + + + + + + + + + Iodine Component Class + + + + + + + + + + + + + + + Iron Component Class + + + + + + + + + + + + + + + Lipids Component Class + + + + + + + + + + + + + + + Lipoprotein Component Class + + + + + + + + + + + + + + + Protein Component Class + + + + + + + + + + + + + + + Amino acids Component Class + + + + + + + + + + + + + + + Rheumatoid arthritis disease activity Component Class + + + + + + + + + + + + + + + Prostaglandins Component Class + + + + + + + + + + + + + + + Electrolytes Component Class + + + + + + + + + + + + + + + Cytokines Component Class + + + + + + + + + + + + + + + Enzymes Component Class + + + + + + + + + + + + + + + Vitamins Component Class + + + + + + + + + + + + + + + Endocrine Component Class + + + + + + + + + + + + + + + Liver function Component Class + + + + + + + + + + + + + + + Renal function Component Class + + + + + + + + + + + + + + + Sugars/Sugar metabolism Component Class + + + + + + + + + + + + + + + Gases and acid/Base Component Class + + + + + + + + + + + + + + + Neuromuscular Component Class + + + + + + + + + + + + + + + Nucleotides Component Class + + + + + + + + + + + + + + + Inborn errors metabolism lysosomal Component Class + + + + + + + + + + + + + + + Cardiovascular Component Class + + + + + + + + + + + + + + + Physical properties Component Class + + + + + + + + + + + + + + + Tumor markers Component Class + + + + + + + + + + + + + + + Mineral and bone Component Class + + + + + + + + + + + + + + + Small molecules Component Class + + + + + + + + + + + + + + + General terms Component Class + + + + + + + + + + + + + + + Gastrointestinal function Component Class + + + + + + + + + + + + + + + Crystals & calculi Component Class + + + + + + + + + + + + + + + Newborn screening panel Component Class + + + + + + + + + + + + + + + Peptides Component Class + + + + + + + + + + + + + + + Maternal screens Component Class + + + + + + + + + Oxygen capacity + LP100008-4 + COMPONENT + + + + + + + + + Arylsulfatase C + LP100018-3 + COMPONENT + + + + + + + + + XR diffraction + LP100028-2 + METHOD + + + + + + + + + 3-Keto, 2-Methylvalerate + LP100175-1 + COMPONENT + + + + + + + + + 2-Methylacetoacetate + LP100176-9 + COMPONENT + + + + + + + + + Starch + LP100184-3 + COMPONENT + + + + + + + + + Clinical biochemist review + LP100320-3 + COMPONENT + + + + + + + + + EntSub + LP100323-7 + PROPERTY + + + + + + + + + Creatinine reduction ratio + LP100774-1 + COMPONENT + + + + + + + + + + Vendor name + LP100837-6 + COMPONENT + + + + + + + + + Diamine oxidase + LP101306-1 + COMPONENT + + + + + + + + + Fatty acids.ethyl esters + LP101460-6 + COMPONENT + + + + + + + + + Tryptase.beta + LP101481-2 + COMPONENT + + + + + + + + + 8-Estriol + LP101503-3 + COMPONENT + + + + + + + + + Extracellular fld + LP101811-0 + SYSTEM + + + + + + + + + BCG + LP102323-5 + METHOD + + + + + + + + + BCP + LP102324-3 + METHOD + + + + + + + + + Choriogonadotropin (pregnancy test) + LP104997-4 + COMPONENT + + + + + + + + + Choriogonadotropin.beta subunit (pregnancy test) + LP104998-2 + COMPONENT + + + + + + + + + Creatinine-based formula (CKD-EPI) + LP105134-3 + METHOD + + + + + + + + + Lipoprotein insulin resistance score + LP105135-0 + COMPONENT + + + + + + + + + 1,25-Dihydroxyvitamin D + LP111163-4 + COMPONENT + + + + + + + + + 1,25-Dihydroxyvitamin D2 + LP111164-2 + COMPONENT + + + + + + + + + Lysosomal storage disorders + LP111174-1 + COMPONENT + + + + + + + + + Lysosomal storage disorders newborn screening comment-discussion + LP111176-6 + COMPONENT + + + + + + + + + Fabry disease newborn screening comment-discussion + LP111178-2 + COMPONENT + + + + + + + + + Krabbe disease newborn screening comment-discussion + LP111180-8 + COMPONENT + + + + + + + + + Gaucher disease newborn screening comment-discussion + LP111182-4 + COMPONENT + + + + + + + + + T-cell receptor excision circle + LP111251-7 + COMPONENT + + + + + + + + + Niemann Pick disease A+B newborn screening comment-discussion + LP111253-3 + COMPONENT + + + + + + + + + Severe combined immunodeficiency + LP111254-1 + COMPONENT + + + + + + + + + Severe combined immunodeficiency newborn screening comment-discussion + LP111255-8 + COMPONENT + + + + + + + + + JDS/JSCC + LP111462-0 + METHOD + + + + + + + + + Ova1 test + LP111484-4 + COMPONENT + + + + + + + + + Pompe disease newborn screening comment-discussion + LP113712-6 + COMPONENT + + + + + + + + + Pompe disease + LP113909-8 + COMPONENT + + + + + + + + + Niemann Pick disease A+B + LP113910-6 + COMPONENT + + + + + + + + + + Fabry disease + LP113911-4 + COMPONENT + + + + + + + + + + Gaucher disease + LP113916-3 + COMPONENT + + + + + + + + + Krabbe disease + LP113917-1 + COMPONENT + + + + + + + + + Calcium magnesium phosphate + LP113962-7 + COMPONENT + + + + + + + + + Succinylaminoimidazole carboxamide riboside + LP113963-5 + COMPONENT + + + + + + + + + MCncDiff + LP113965-0 + PROPERTY + + + + + + + + + Cholesterol.in VLDL.beta + LP128556-0 + COMPONENT + + + + + + + + + Albumin.pericard fld + LP129552-8 + COMPONENT + + + + + + + + + Albumin.periton fld + LP129554-4 + COMPONENT + + + + + + + + + Circulating tumor cells.breast + LP133415-2 + COMPONENT + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxyhexanoylcarnitine (C6-OH) + LP133642-1 + COMPONENT + + + + + + + + + Malonylcarnitine (C3-DC)+3-Hydroxybutyrylcarnitine (C4-OH) + LP133649-6 + COMPONENT + + + + + + + + + Methylmalonylcarnitine (C4-DC)+3-Hydroxyisovalerylcarnitine (C5-OH) + LP133650-4 + COMPONENT + + + + + + + + + RelSRat + LP133881-5 + PROPERTY + + + + + + + + + RelMRat + LP133882-3 + PROPERTY + + + + + + + + + Trisomy 18+Trisomy 13 risk + LP133973-0 + COMPONENT + + + + + + + + + Circulating tumor cells.prostate + LP134393-0 + COMPONENT + + + + + + + + + Circulating tumor cells.colon + LP134394-8 + COMPONENT + + + + + + + + + Circulating tumor cells + LP135291-5 + COMPONENT + + + + + + + + + Internal medicine + LP136293-0 + METHOD + + + + + + + + + Tablet + LP136501-6 + METHOD + + + + + + + + + Alpha galactosidase A + LP14012-6 + COMPONENT + + + + + + + + + Acid alpha glucosidase + LP14013-4 + COMPONENT + + + + + + + + + Alpha mannosidase + LP14014-2 + COMPONENT + + + + + + + + + Alpha-N-acetylgalactosaminidase + LP14015-9 + COMPONENT + + + + + + + + + Alpha-L-iduronidase + LP14016-7 + COMPONENT + + + + + + + + + Aspartylglucosaminidase + LP14017-5 + COMPONENT + + + + + + + + + + Beta galactosidase + LP14018-3 + COMPONENT + + + + + + + + + Beta glucuronidase + LP14019-1 + COMPONENT + + + + + + + + + Beta mannosidase + LP14020-9 + COMPONENT + + + + + + + + + Beta-N-acetylhexosaminidase.B + LP14021-7 + COMPONENT + + + + + + + + + Beta-N-acetylhexosaminidase + LP14022-5 + COMPONENT + + + + + + + + + Tiglylcarnitine+methylcrotonylcarnitine (C5:1) + LP140221-5 + COMPONENT + + + + + + + + + Cerebroside sulfatase + LP14023-3 + COMPONENT + + + + + + + + + Cholesterol esterase + LP14024-1 + COMPONENT + + + + + + + + + Dihydroxyacetone phosphate acylcoa acyl transferase + LP14025-8 + COMPONENT + + + + + + + + + Galactose 1 phosphate uridyl transferase + LP14026-6 + COMPONENT + + + + + + + + + Galactosylceramidase + LP14027-4 + COMPONENT + + + + + + + + + Heparan-N-sulfatase + LP14028-2 + COMPONENT + + + + + + + + + Iduronate-2-Sulfatase + LP14029-0 + COMPONENT + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase + LP14031-6 + COMPONENT + + + + + + + + + N-Acetylgalactosamine-6-Sulfatase + LP14032-4 + COMPONENT + + + + + + + + + N-Acetylglucosamine-6-Sulfatase + LP14033-2 + COMPONENT + + + + + + + + + Sialidase + LP14034-0 + COMPONENT + + + + + + + + + Acid sphingomyelinase + LP14035-7 + COMPONENT + + + + + + + + + Cancer Ag 19-9 + LP14040-7 + COMPONENT + + + + + + + + + Progesterone + LP14041-5 + COMPONENT + + + + + + + + + Testosterone + LP14045-6 + COMPONENT + + + + + + + + + + Ammonia + LP14071-2 + COMPONENT + + + + + + + + + + Cortisol + LP14161-1 + COMPONENT + + + + + + + + + + Nitrite + LP14270-0 + COMPONENT + + + + + + + + + Selenium + LP14283-3 + COMPONENT + + + + + + + + + Urea + LP14288-2 + COMPONENT + + + + + + + + + Beta-N-acetylhexosaminidase.A + LP14296-5 + COMPONENT + + + + + + + + + Cholinesterase + LP14299-9 + COMPONENT + + + + + + + + + Interleukin 2 receptor + LP14310-4 + COMPONENT + + + + + + + + + Choriogonadotropin.beta subunit + LP14329-4 + COMPONENT + + + + + + + + + + Alpha-1-Fetoprotein + LP14331-0 + COMPONENT + + + + + + + + + Alloisoleucine + LP14333-6 + COMPONENT + + + + + + + + + Alpha fucosidase + LP14334-4 + COMPONENT + + + + + + + + + Heptacarboxylporphyrin I + LP14335-1 + COMPONENT + + + + + + + + + Heptacarboxylporphyrin III + LP14336-9 + COMPONENT + + + + + + + + + Hexacarboxylporphyrin I + LP14337-7 + COMPONENT + + + + + + + + + Hexacarboxylporphyrin III + LP14338-5 + COMPONENT + + + + + + + + + Isoheptacarboxylporphyrin + LP14339-3 + COMPONENT + + + + + + + + + Isohexacarboxylporphyrin + LP14340-1 + COMPONENT + + + + + + + + + Isopentacarboxylporphyrin + LP14341-9 + COMPONENT + + + + + + + + + Magnesium + LP14343-5 + COMPONENT + + + + + + + + + Deuteroporphyrin + LP14345-0 + COMPONENT + + + + + + + + + Creatinine + LP14355-9 + COMPONENT + + + + + + + + + Inhibin A + LP14356-7 + COMPONENT + + + + + + + + + Androstanediol + LP14369-0 + COMPONENT + + + + + + + + + Coproporphyrin 3 + LP14372-4 + COMPONENT + + + + + + + + + Aldosterone + LP14377-3 + COMPONENT + + + + + + + + + Epstein Barr virus + LP14383-1 + COMPONENT + + + + + + + + + Epstein Barr virus early + LP14392-2 + COMPONENT + + + + + + + + + Cryoglobulin type + LP14438-3 + COMPONENT + + + + + + + + + + Hemoglobin + LP14449-0 + COMPONENT + + + + + + + + + Cancer associated serum + LP14457-3 + COMPONENT + + + + + + + + + Acetyl-CoA:glucosamine acetyltransferase + LP14461-5 + COMPONENT + + + + + + + + + Metanephrine + LP14463-1 + COMPONENT + + + + + + + + + Metanephrines + LP14467-2 + COMPONENT + + + + + + + + + Valerylglycine + LP14480-5 + COMPONENT + + + + + + + + + Porphobilinogen + LP14481-3 + COMPONENT + + + + + + + + + Carnitine + LP14482-1 + COMPONENT + + + + + + + + + Carnitine esters + LP14483-9 + COMPONENT + + + + + + + + + Deoxypyridinoline + LP14485-4 + COMPONENT + + + + + + + + + + Thyrotropin + LP14487-0 + COMPONENT + + + + + + + + + Fatty acids + LP14488-8 + COMPONENT + + + + + + + + + Heptacarboxylporphyrin + LP14489-6 + COMPONENT + + + + + + + + + Keratan sulfate + LP14490-4 + COMPONENT + + + + + + + + + Chondroitin sulfate + LP14491-2 + COMPONENT + + + + + + + + + Urea nitrogen + LP14492-0 + COMPONENT + + + + + + + + + Androstenedione + LP14493-8 + COMPONENT + + + + + + + + + Estradiol + LP14497-9 + COMPONENT + + + + + + + + + + + Follitropin + LP14499-5 + COMPONENT + + + + + + + + + IgG.equine + LP14509-1 + COMPONENT + + + + + + + + + 2-Methylbutyrylglycine + LP14511-7 + COMPONENT + + + + + + + + + 3-Methylcrotonylglycine + LP14512-5 + COMPONENT + + + + + + + + + Butyrylglycine + LP14513-3 + COMPONENT + + + + + + + + + Hexanoylglycine + LP14514-1 + COMPONENT + + + + + + + + + Isobutyrylglycine + LP14515-8 + COMPONENT + + + + + + + + + Isovalerylglycine + LP14516-6 + COMPONENT + + + + + + + + + Phenylpropionylglycine + LP14517-4 + COMPONENT + + + + + + + + + Propionylglycine + LP14518-2 + COMPONENT + + + + + + + + + Suberylglycine + LP14519-0 + COMPONENT + + + + + + + + + Tiglylglycine + LP14520-8 + COMPONENT + + + + + + + + + + Oxygen + LP14536-4 + COMPONENT + + + + + + + + + Cancer Ag 125 + LP14543-0 + COMPONENT + + + + + + + + + Gonadotropin peptide + LP14544-8 + COMPONENT + + + + + + + + + Procollagen type I + LP14545-5 + COMPONENT + + + + + + + + + Hemoglobin A + LP14554-7 + COMPONENT + + + + + + + + + Microorganism + LP14559-6 + COMPONENT + + + + + + + + + Newborn screening report overall laboratory comment + LP145593-2 + COMPONENT + + + + + + + + + Amyloid beta 40 peptide + LP145733-4 + COMPONENT + + + + + + + + + AFr + LP145812-6 + PROPERTY + + + + + + + + + Detection limit <= 3.47 pmol/L + LP145955-3 + METHOD + + + + + + + + + Triglyceride.pericard fld + LP145985-0 + COMPONENT + + + + + + + + + Triglyceride.periton fld + LP145987-6 + COMPONENT + + + + + + + + + Cholesterol.periton fld + LP145988-4 + COMPONENT + + + + + + + + + Amylase.periton fld + LP145990-0 + COMPONENT + + + + + + + + + Cholesterol.pericard fld + LP145992-6 + COMPONENT + + + + + + + + + Creatinine.plr fld + LP145993-4 + COMPONENT + + + + + + + + + Protein.pericard fld + LP145995-9 + COMPONENT + + + + + + + + + Creatinine.periton fld + LP145996-7 + COMPONENT + + + + + + + + + Protein.periton fld + LP145997-5 + COMPONENT + + + + + + + + + Cholesterol.plr fld + LP145998-3 + COMPONENT + + + + + + + + + Triglyceride.plr fld + LP145999-1 + COMPONENT + + + + + + + + + + + + Glucose + LP14635-4 + COMPONENT + + + + + + + + + Proinsulin + LP14637-0 + COMPONENT + + + + + + + + + + Xylose + LP14638-8 + COMPONENT + + + + + + + + + Alkaline phosphatase.placental + LP14640-4 + COMPONENT + + + + + + + + + Alpha-1-Antichymotrypsin + LP14642-0 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin + LP14643-8 + COMPONENT + + + + + + + + + Anion gap 3 + LP14647-9 + COMPONENT + + + + + + + + + + Calcitonin + LP14649-5 + COMPONENT + + + + + + + + + Carcinoembryonic + LP14650-3 + COMPONENT + + + + + + + + + + + Choriogonadotropin + LP14651-1 + COMPONENT + + + + + + + + + Chromogranin A + LP14652-9 + COMPONENT + + + + + + + + + + Chymotrypsin + LP14654-5 + COMPONENT + + + + + + + + + + Corticotropin + LP14656-0 + COMPONENT + + + + + + + + + Enolase.neuron specific + LP14658-6 + COMPONENT + + + + + + + + + Estrogen + LP14661-0 + COMPONENT + + + + + + + + + + Follitropin.alpha subunit + LP14663-6 + COMPONENT + + + + + + + + + Follitropin.beta subunit + LP14664-4 + COMPONENT + + + + + + + + + Gastrin + LP14665-1 + COMPONENT + + + + + + + + + Glial fibrillary acidic protein + LP14666-9 + COMPONENT + + + + + + + + + Glucagon + LP14667-7 + COMPONENT + + + + + + + + + IgA + LP14669-3 + COMPONENT + + + + + + + + + IgE + LP14671-9 + COMPONENT + + + + + + + + + IgG + LP14672-7 + COMPONENT + + + + + + + + + IgM + LP14674-3 + COMPONENT + + + + + + + + + + Insulin + LP14676-8 + COMPONENT + + + + + + + + + MCPctDiff + LP146762-2 + PROPERTY + + + + + + + + + Keratin + LP14679-2 + COMPONENT + + + + + + + + + Lutropin + LP14683-4 + COMPONENT + + + + + + + + + + + Lysozyme + LP14684-2 + COMPONENT + + + + + + + + + + Myelin basic protein + LP14685-9 + COMPONENT + + + + + + + + + Myoglobin + LP14686-7 + COMPONENT + + + + + + + + + Prolactin + LP14688-3 + COMPONENT + + + + + + + + + Prostate specific + LP14689-1 + COMPONENT + + + + + + + + + Acid phosphatase.prostatic + LP14690-9 + COMPONENT + + + + + + + + + Serotonin + LP14693-3 + COMPONENT + + + + + + + + + Somatostatin + LP14694-1 + COMPONENT + + + + + + + + + + Somatotropin + LP14695-8 + COMPONENT + + + + + + + + + + Thyroglobulin + LP14697-4 + COMPONENT + + + + + + + + + Trypsin + LP14698-2 + COMPONENT + + + + + + + + + Vimentin + LP14700-6 + COMPONENT + + + + + + + + + + Acetaminophen + LP14712-1 + COMPONENT + + + + + + + + + Adenosine triphosphate + LP14737-8 + COMPONENT + + + + + + + + + Citrate + LP14741-0 + COMPONENT + + + + + + + + + + Fructose + LP14746-9 + COMPONENT + + + + + + + + + Glucosidase + LP14748-5 + COMPONENT + + + + + + + + + Glycerophosphocholine + LP14749-3 + COMPONENT + + + + + + + + + + + pH + LP14752-7 + COMPONENT + + + + + + + + + Prostaglandin F1 alpha + LP14753-5 + COMPONENT + + + + + + + + + Virus + LP14855-8 + COMPONENT + + + + + + + + + + Fat.microscopic observation + LP14866-5 + COMPONENT + + + + + + + + + Globulin + LP14885-5 + COMPONENT + + + + + + + + + Lipoprotein (little a) + LP14886-3 + COMPONENT + + + + + + + + + Niacin + LP14887-1 + COMPONENT + + + + + + + + + Organic acids + LP14888-9 + COMPONENT + + + + + + + + + Phosphoserine + LP14889-7 + COMPONENT + + + + + + + + + Troponin I.cardiac + LP14890-5 + COMPONENT + + + + + + + + + Beta-2-Microglobulin + LP14907-7 + COMPONENT + + + + + + + + + Bombesin + LP14908-5 + COMPONENT + + + + + + + + + Iodine.protein bound + LP14909-3 + COMPONENT + + + + + + + + + Pentacarboxylporphyrins + LP14910-1 + COMPONENT + + + + + + + + + Phosphate + LP14912-7 + COMPONENT + + + + + + + + + Porphyrins + LP14913-5 + COMPONENT + + + + + + + + + Pyridinoline + LP14914-3 + COMPONENT + + + + + + + + + + Triacylglycerol lipase + LP14915-0 + COMPONENT + + + + + + + + + Alkaline phosphatase.placental 2 + LP149227-3 + COMPONENT + + + + + + + + + Hepcidin 25 peptide + LP149244-8 + COMPONENT + + + + + + + + + Parathyrin.intact intraoperative percent change + LP149576-3 + COMPONENT + + + + + + + + + Hemoglobinopathies conditions suspected + LP149694-4 + COMPONENT + + + + + + + + + CSub + LP149700-9 + PROPERTY + + + + + + + + + 17-Hydroxyprogesterone + LP14974-7 + COMPONENT + + + + + + + + + Calculated from oxygen partial pressure + LP149743-9 + METHOD + + + + + + + + + Cystine+Homocysteine + LP14975-4 + COMPONENT + + + + + + + + + Cystine + LP14976-2 + COMPONENT + + + + + + + + + Homocysteine + LP14977-0 + COMPONENT + + + + + + + + + Prostatic fld + LP150065-3 + SYSTEM + + + + + + + + + VFr.DF + LP150069-5 + PROPERTY + + + + + + + + + MFr.DF + LP150070-3 + PROPERTY + + + + + + + + + Hepcidin + LP150153-7 + COMPONENT + + + + + + + + + Adenylate kinase + LP15020-8 + COMPONENT + + + + + + + + + Promyelocytic leukemia protein distribution pattern + LP150209-7 + COMPONENT + + + + + + + + + Aldolase + LP15021-6 + COMPONENT + + + + + + + + + Beta+gamma tocopherol + LP15022-4 + COMPONENT + + + + + + + + + C reactive protein + LP15023-2 + COMPONENT + + + + + + + + + Cryofibrinogen + LP15024-0 + COMPONENT + + + + + + + + + Diphosphoglycerate mutase + LP15025-7 + COMPONENT + + + + + + + + + Enolase + LP15026-5 + COMPONENT + + + + + + + + + EPINEPHrine + LP15027-3 + COMPONENT + + + + + + + + + Glucose phosphate isomerase + LP15028-1 + COMPONENT + + + + + + + + + Glyceraldehyde 3 phosphate dehydrogenase + LP15029-9 + COMPONENT + + + + + + + + + Immunoglobulin light chains.kappa + LP15030-7 + COMPONENT + + + + + + + + + Immunoglobulin light chains.lambda + LP15031-5 + COMPONENT + + + + + + + + + Lactate dehydrogenase + LP15033-1 + COMPONENT + + + + + + + + + Melatonin + LP15036-4 + COMPONENT + + + + + + + + + Monophosphoglyceromutase + LP15037-2 + COMPONENT + + + + + + + + + Phosphofructokinase + LP15038-0 + COMPONENT + + + + + + + + + Phosphoglycerate kinase + LP15039-8 + COMPONENT + + + + + + + + + + Reducing substances + LP15040-6 + COMPONENT + + + + + + + + + Thromboxane beta 2 + LP15041-4 + COMPONENT + + + + + + + + + Thyroxine.albumin bound + LP15042-2 + COMPONENT + + + + + + + + + Triosephosphate isomerase + LP15043-0 + COMPONENT + + + + + + + + + Uroporphyrinogen III synthase + LP15044-8 + COMPONENT + + + + + + + + + Catecholamines + LP15090-1 + COMPONENT + + + + + + + + + Homovanillate + LP15096-8 + COMPONENT + + + + + + + + + 5-Hydroxyindoleacetate + LP15097-6 + COMPONENT + + + + + + + + + Potassium + LP15098-4 + COMPONENT + + + + + + + + + Sodium + LP15099-2 + COMPONENT + + + + + + + + + 18-Hydroxydeoxycorticosterone + LP15148-7 + COMPONENT + + + + + + + + + Atrial natriuretic factor + LP15149-5 + COMPONENT + + + + + + + + + + Carbon dioxide + LP15150-3 + COMPONENT + + + + + + + + + Coproporphyrin + LP15151-1 + COMPONENT + + + + + + + + + Corticotropin releasing hormone + LP15152-9 + COMPONENT + + + + + + + + + Delta aminolevulinate + LP15153-7 + COMPONENT + + + + + + + + + Hexaporphyrin + LP15154-5 + COMPONENT + + + + + + + + + Immunoglobulin light chains + LP15155-2 + COMPONENT + + + + + + + + + + Iodine + LP15157-8 + COMPONENT + + + + + + + + + Phosphoethanolamine + LP15158-6 + COMPONENT + + + + + + + + + Prorenin + LP15159-4 + COMPONENT + + + + + + + + + Pyruvate kinase + LP15160-2 + COMPONENT + + + + + + + + + Uroporphyrin + LP15161-0 + COMPONENT + + + + + + + + + 11-Deoxycorticosteroids + LP15251-9 + COMPONENT + + + + + + + + + 11-Deoxycortisol + LP15252-7 + COMPONENT + + + + + + + + + + Ascorbate + LP15254-3 + COMPONENT + + + + + + + + + Calcium + LP15257-6 + COMPONENT + + + + + + + + + + Galactose + LP15263-4 + COMPONENT + + + + + + + + + + + Lactose + LP15269-1 + COMPONENT + + + + + + + + + Norepinephrine + LP15271-7 + COMPONENT + + + + + + + + + Osmolality + LP15272-5 + COMPONENT + + + + + + + + + Renin + LP15273-3 + COMPONENT + + + + + + + + + Retinol + LP15274-1 + COMPONENT + + + + + + + + + Triglyceride + LP15275-8 + COMPONENT + + + + + + + + + Calcitriol + LP15277-4 + COMPONENT + + + + + + + + + 1,4-Alpha glucan branching enzyme + LP15278-2 + COMPONENT + + + + + + + + + 1-Methylhistidine + LP15279-0 + COMPONENT + + + + + + + + + 11-Deoxycorticosterone + LP15283-2 + COMPONENT + + + + + + + + + 11-Hydroxyandrostenedione + LP15284-0 + COMPONENT + + + + + + + + + 11-Hydroxyandrosterone + LP15285-7 + COMPONENT + + + + + + + + + 11-Hydroxyetiocholanolone + LP15286-5 + COMPONENT + + + + + + + + + 11-Ketoandrosterone + LP15287-3 + COMPONENT + + + + + + + + + 11-Ketoetiocholanolone + LP15288-1 + COMPONENT + + + + + + + + + 11-Oxycorticosterone + LP15289-9 + COMPONENT + + + + + + + + + 17-Hydroxycorticosteroids + LP15290-7 + COMPONENT + + + + + + + + + 17-Hydroxyketosteroids + LP15291-5 + COMPONENT + + + + + + + + + 17-Ketogenic steroids + LP15292-3 + COMPONENT + + + + + + + + + 18-Hydroxycorticosterone + LP15293-1 + COMPONENT + + + + + + + + + 2,3-Diphosphoglycerate + LP15294-9 + COMPONENT + + + + + + + + + Alpha hydroxybutyrate dehydrogenase + LP15295-6 + COMPONENT + + + + + + + + + 20-Hydroxyprogesterone + LP15296-4 + COMPONENT + + + + + + + + + 24r-Hydroxycalcidiol + LP15297-2 + COMPONENT + + + + + + + + + 3-Alpha-Androstanediol glucuronide + LP15299-8 + COMPONENT + + + + + + + + + 3-Hydroxyisovalerate + LP15301-2 + COMPONENT + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol + LP15302-0 + COMPONENT + + + + + + + + + 3-Methylhistidine + LP15303-8 + COMPONENT + + + + + + + + + 4-Pyridoxate + LP15304-6 + COMPONENT + + + + + + + + + 5'-Nucleotidase + LP15305-3 + COMPONENT + + + + + + + + + 5,10-Methylenetetrahydrofolate reductase + LP15306-1 + COMPONENT + + + + + + + + + 5-Methyltetrahydrofolate homocysteine methyltransferase + LP15307-9 + COMPONENT + + + + + + + + + 6-Phosphogluconate dehydrogenase + LP15308-7 + COMPONENT + + + + + + + + + Acetoacetate + LP15312-9 + COMPONENT + + + + + + + + + Acetylcholine + LP15314-5 + COMPONENT + + + + + + + + + Acetylcholinesterase + LP15315-2 + COMPONENT + + + + + + + + + Acid phosphatase + LP15316-0 + COMPONENT + + + + + + + + + Acidity.titratable + LP15317-8 + COMPONENT + + + + + + + + + Acylcarnitine + LP15318-6 + COMPONENT + + + + + + + + + Acyl CoA dehydrogenase + LP15319-4 + COMPONENT + + + + + + + + + Adenine + LP15320-2 + COMPONENT + + + + + + + + + Adenosine deaminase + LP15323-6 + COMPONENT + + + + + + + + + Adenosine deaminase binding protein + LP15324-4 + COMPONENT + + + + + + + + + Adenosine diphosphate + LP15325-1 + COMPONENT + + + + + + + + + Adenosine monophosphate deaminase + LP15326-9 + COMPONENT + + + + + + + + + Adenosine monophosphate.cyclic + LP15327-7 + COMPONENT + + + + + + + + + Adenosine triphosphatase + LP15328-5 + COMPONENT + + + + + + + + + Adenylosuccinate lyase + LP15329-3 + COMPONENT + + + + + + + + + Adipate + LP15330-1 + COMPONENT + + + + + + + + + Alanine + LP15331-9 + COMPONENT + + + + + + + + + Alanine aminopeptidase + LP15332-7 + COMPONENT + + + + + + + + + Alanine aminotransferase + LP15333-5 + COMPONENT + + + + + + + + + Albumin.glycated + LP15336-8 + COMPONENT + + + + + + + + + Alcohol dehydrogenase + LP15338-4 + COMPONENT + + + + + + + + + Aldosterone receptors + LP15339-2 + COMPONENT + + + + + + + + + Aliphatic carboxylate C14-C26.absorption + LP15341-8 + COMPONENT + + + + + + + + + Aliphatic carboxylate C14-C26.esters + LP15342-6 + COMPONENT + + + + + + + + + Fatty acids.very long chain.C24:0 + LP15343-4 + COMPONENT + + + + + + + + + Fatty acids.very long chain.C26:0 + LP15345-9 + COMPONENT + + + + + + + + + Alkaline phosphatase + LP15346-7 + COMPONENT + + + + + + + + + Alkaline phosphatase.bone + LP15347-5 + COMPONENT + + + + + + + + + Alkaline phosphatase.intestinal + LP15348-3 + COMPONENT + + + + + + + + + Alkaline phosphatase.liver + LP15349-1 + COMPONENT + + + + + + + + + Alkaline phosphatase.regan + LP15350-9 + COMPONENT + + + + + + + + + Alkaline phosphatase.renal + LP15351-7 + COMPONENT + + + + + + + + + Alpha amino acid nitrogen + LP15352-5 + COMPONENT + + + + + + + + + Alpha aminobutyrate + LP15353-3 + COMPONENT + + + + + + + + + Alpha aminoadipate + LP15354-1 + COMPONENT + + + + + + + + + + + Amylase + LP15355-8 + COMPONENT + + + + + + + + + Amylase.P1 + LP15357-4 + COMPONENT + + + + + + + + + Amylase.P2 + LP15358-2 + COMPONENT + + + + + + + + + Amylase.P3 + LP15359-0 + COMPONENT + + + + + + + + + Amylase.pancreatic + LP15360-8 + COMPONENT + + + + + + + + + Amylase.S1 + LP15361-6 + COMPONENT + + + + + + + + + Amylase.S2 + LP15362-4 + COMPONENT + + + + + + + + + Amylase.S3 + LP15363-2 + COMPONENT + + + + + + + + + Amylase.salivary + LP15364-0 + COMPONENT + + + + + + + + + Alpha ketoglutarate + LP15365-7 + COMPONENT + + + + + + + + + Alpha melanocyte stimulating hormone + LP15366-5 + COMPONENT + + + + + + + + + Alpha naphthylesterase + LP15367-3 + COMPONENT + + + + + + + + + Alpha thymosin + LP15368-1 + COMPONENT + + + + + + + + + Alpha tocopherol + LP15369-9 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin.MM + LP15371-5 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin.MS + LP15372-3 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin.MZ + LP15373-1 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin.SS + LP15374-9 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin.SZ + LP15375-6 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin.ZZ + LP15376-4 + COMPONENT + + + + + + + + + Alpha-2-Macroglobulin + LP15377-2 + COMPONENT + + + + + + + + + Retinol binding protein + LP15378-0 + COMPONENT + + + + + + + + + Ammonia nitrogen + LP15381-4 + COMPONENT + + + + + + + + + Ammonium + LP15382-2 + COMPONENT + + + + + + + + + Amylo-alpha-1,6-glucosidase + LP15383-0 + COMPONENT + + + + + + + + + Amyloid associated protein + LP15384-8 + COMPONENT + + + + + + + + + Androstanolone + LP15385-5 + COMPONENT + + + + + + + + + Androsterone + LP15386-3 + COMPONENT + + + + + + + + + Angiotensin converting enzyme + LP15387-1 + COMPONENT + + + + + + + + + Angiotensin I + LP15388-9 + COMPONENT + + + + + + + + + Angiotensin II + LP15389-7 + COMPONENT + + + + + + + + + Angiotensinogen + LP15390-5 + COMPONENT + + + + + + + + + Anion gap 4 + LP15392-1 + COMPONENT + + + + + + + + + Anserine + LP15393-9 + COMPONENT + + + + + + + + + Apolipoprotein A-I + LP15395-4 + COMPONENT + + + + + + + + + Apolipoprotein A-II + LP15396-2 + COMPONENT + + + + + + + + + Apolipoprotein B-100 + LP15397-0 + COMPONENT + + + + + + + + + Apolipoprotein B-150 + LP15398-8 + COMPONENT + + + + + + + + + Apolipoprotein B-48 + LP15399-6 + COMPONENT + + + + + + + + + Apolipoprotein B + LP15400-2 + COMPONENT + + + + + + + + + Apolipoprotein C-I + LP15401-0 + COMPONENT + + + + + + + + + Apolipoprotein C-II + LP15402-8 + COMPONENT + + + + + + + + + Apolipoprotein C-III + LP15403-6 + COMPONENT + + + + + + + + + Apolipoprotein A-III + LP15404-4 + COMPONENT + + + + + + + + + Apolipoprotein E2 + LP15405-1 + COMPONENT + + + + + + + + + Apolipoprotein LPA + LP15408-5 + COMPONENT + + + + + + + + + Apolipoprotein LPQ + LP15409-3 + COMPONENT + + + + + + + + + Apolipoprotein A + LP15410-1 + COMPONENT + + + + + + + + + Apolipoprotein C + LP15411-9 + COMPONENT + + + + + + + + + Apolipoprotein E + LP15412-7 + COMPONENT + + + + + + + + + Aquacobalamin + LP15413-5 + COMPONENT + + + + + + + + + Arachidonate + LP15414-3 + COMPONENT + + + + + + + + + Arginase + LP15415-0 + COMPONENT + + + + + + + + + Arginine + LP15416-8 + COMPONENT + + + + + + + + + Argininosuccinate + LP15417-6 + COMPONENT + + + + + + + + + Argininosuccinate lyase + LP15418-4 + COMPONENT + + + + + + + + + Argininosuccinate synthase + LP15419-2 + COMPONENT + + + + + + + + + Arylamidase + LP15422-6 + COMPONENT + + + + + + + + + Arylsulfatase + LP15423-4 + COMPONENT + + + + + + + + + Asparagine + LP15424-2 + COMPONENT + + + + + + + + + Aspartate + LP15425-9 + COMPONENT + + + + + + + + + Aspartate aminotransferase + LP15426-7 + COMPONENT + + + + + + + + + Base deficit + LP15428-3 + COMPONENT + + + + + + + + + Base excess + LP15429-1 + COMPONENT + + + + + + + + + Benzoate + LP15430-9 + COMPONENT + + + + + + + + + Beta alanine + LP15431-7 + COMPONENT + + + + + + + + + Beta aminoisobutyrate + LP15432-5 + COMPONENT + + + + + + + + + Beta endorphin + LP15433-3 + COMPONENT + + + + + + + + + Beta fructofuranosidase + LP15434-1 + COMPONENT + + + + + + + + + Beta hydroxybutyrate + LP15436-6 + COMPONENT + + + + + + + + + Beta hydroxybutyrate dehydrogenase + LP15437-4 + COMPONENT + + + + + + + + + Beta lipotropin + LP15438-2 + COMPONENT + + + + + + + + + Beta melanocyte stimulating hormone + LP15439-0 + COMPONENT + + + + + + + + + Beta-N-acetylhexosaminidase.I + LP15440-8 + COMPONENT + + + + + + + + + Bicarbonate + LP15441-6 + COMPONENT + + + + + + + + + Bile + LP15443-2 + COMPONENT + + + + + + + + + Bile acid + LP15444-0 + COMPONENT + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound + LP15445-7 + COMPONENT + + + + + + + + + Bilirubin.glucuronidated + LP15446-5 + COMPONENT + + + + + + + + + Bilirubin.albumin bound + LP15447-3 + COMPONENT + + + + + + + + + + Bilirubin + LP15448-1 + COMPONENT + + + + + + + + + Bilirubin.non-glucuronidated + LP15449-9 + COMPONENT + + + + + + + + + Biopterin + LP15450-7 + COMPONENT + + + + + + + + + Biotin + LP15451-5 + COMPONENT + + + + + + + + + Biotinidase + LP15452-3 + COMPONENT + + + + + + + + + C peptide + LP15454-9 + COMPONENT + + + + + + + + + Calcidiol + LP15455-6 + COMPONENT + + + + + + + + + Cholecalciferol + LP15456-4 + COMPONENT + + + + + + + + + Calciferol binding proteins + LP15457-2 + COMPONENT + + + + + + + + + Calcium.ionized + LP15458-0 + COMPONENT + + + + + + + + + Cancer Ag 15-3 + LP15461-4 + COMPONENT + + + + + + + + + Cancer Ag 242 + LP15463-0 + COMPONENT + + + + + + + + + Cancer Ag 27-29 + LP15464-8 + COMPONENT + + + + + + + + + Cancer Ag 50 + LP15465-5 + COMPONENT + + + + + + + + + Cancer Ag 549 + LP15466-3 + COMPONENT + + + + + + + + + + Cancer Ag 72-4 + LP15467-1 + COMPONENT + + + + + + + + + Carbamoyl phosphate synthetase + LP15468-9 + COMPONENT + + + + + + + + + Carbamoyl phosphate synthetase(ammonia) + LP15469-7 + COMPONENT + + + + + + + + + Carbon dioxide.dissolved + LP15470-5 + COMPONENT + + + + + + + + + Carbonate + LP15472-1 + COMPONENT + + + + + + + + + Carbonate dehydratase + LP15473-9 + COMPONENT + + + + + + + + + Carnitine acyltransferase + LP15475-4 + COMPONENT + + + + + + + + + Carnosine + LP15476-2 + COMPONENT + + + + + + + + + Carotene + LP15477-0 + COMPONENT + + + + + + + + + Catalase + LP15478-8 + COMPONENT + + + + + + + + + Ceruloplasmin + LP15479-6 + COMPONENT + + + + + + + + + Chenodeoxycholate + LP15480-4 + COMPONENT + + + + + + + + + Chenodeoxycholylglycine + LP15481-2 + COMPONENT + + + + + + + + + Chenodeoxycholylglycine.conjugated + LP15482-0 + COMPONENT + + + + + + + + + Chloride + LP15483-8 + COMPONENT + + + + + + + + + Cholate + LP15485-3 + COMPONENT + + + + + + + + + Cholecystokinin + LP15486-1 + COMPONENT + + + + + + + + + Cholestanol + LP15487-9 + COMPONENT + + + + + + + + + Cholesterol esters + LP15488-7 + COMPONENT + + + + + + + + + Cholesterol.in HDL + LP15489-5 + COMPONENT + + + + + + + + + Cholesterol.in IDL + LP15490-3 + COMPONENT + + + + + + + + + Cholesterol.in LDL + LP15491-1 + COMPONENT + + + + + + + + + Cholesterol.in VLDL + LP15492-9 + COMPONENT + + + + + + + + + Cholesterol + LP15493-7 + COMPONENT + + + + + + + + + Cholesterol.non-esterified + LP15494-5 + COMPONENT + + + + + + + + + Cholylglycine + LP15496-0 + COMPONENT + + + + + + + + + Cholylglycine.conjugated + LP15497-8 + COMPONENT + + + + + + + + + Choriomammotropin + LP15498-6 + COMPONENT + + + + + + + + + + Choriogonadotropin.alpha subunit + LP15499-4 + COMPONENT + + + + + + + + + Choriogonadotropin.intact + LP15500-9 + COMPONENT + + + + + + + + + Chylomicrons + LP15502-5 + COMPONENT + + + + + + + + + + Chymopapain + LP15503-3 + COMPONENT + + + + + + + + + + Citrulline + LP15504-1 + COMPONENT + + + + + + + + + Cobalamins + LP15505-8 + COMPONENT + + + + + + + + + Collagenase + LP15506-6 + COMPONENT + + + + + + + + + Coproporphyrinogen oxidase + LP15507-4 + COMPONENT + + + + + + + + + Corticosterone + LP15508-2 + COMPONENT + + + + + + + + + Creatine + LP15509-0 + COMPONENT + + + + + + + + + Creatine kinase + LP15510-8 + COMPONENT + + + + + + + + + Creatine kinase.BB + LP15511-6 + COMPONENT + + + + + + + + + Creatine kinase.macromolecular + LP15512-4 + COMPONENT + + + + + + + + + Creatine kinase.MB + LP15513-2 + COMPONENT + + + + + + + + + Creatine kinase.MM + LP15514-0 + COMPONENT + + + + + + + + + Creatine kinase.total + LP15515-7 + COMPONENT + + + + + + + + + Cryoglobulin + LP15516-5 + COMPONENT + + + + + + + + + Cobalamins.unsaturated binding capacity + LP15518-1 + COMPONENT + + + + + + + + + Cystathionine + LP15519-9 + COMPONENT + + + + + + + + + Cystine+Cysteine + LP15520-7 + COMPONENT + + + + + + + + + Cysteine + LP15521-5 + COMPONENT + + + + + + + + + Cystinyl aminopeptidase + LP15522-3 + COMPONENT + + + + + + + + + Cytochrome B reductase + LP15523-1 + COMPONENT + + + + + + + + + Cytochrome B5 reductase + LP15524-9 + COMPONENT + + + + + + + + + Cytochrome C oxidase + LP15525-6 + COMPONENT + + + + + + + + + Cytosol aminopeptidase + LP15526-4 + COMPONENT + + + + + + + + + Dehydroepiandrosterone sulfate + LP15527-2 + COMPONENT + + + + + + + + + + Dehydroepiandrosterone + LP15528-0 + COMPONENT + + + + + + + + + Dehydroepiandrosterone.unconjugated + LP15529-8 + COMPONENT + + + + + + + + + Deoxycholate + LP15530-6 + COMPONENT + + + + + + + + + Deoxycholylglycine + LP15531-4 + COMPONENT + + + + + + + + + Dermatan sulfate + LP15532-2 + COMPONENT + + + + + + + + + Dicarboxylate C6-C8-C10 + LP15534-8 + COMPONENT + + + + + + + + + Dihydrofolate + LP15536-3 + COMPONENT + + + + + + + + + Dihydrolipoamide acetyl transferase + LP15537-1 + COMPONENT + + + + + + + + + Dihydrolipoamide dehydrogenase + LP15538-9 + COMPONENT + + + + + + + + + Dihydropteridine reductase + LP15539-7 + COMPONENT + + + + + + + + + Dipalmitoylphosphatidylcholine + LP15542-1 + COMPONENT + + + + + + + + + DOPamine + LP15543-9 + COMPONENT + + + + + + + + + Dopamine beta-hydroxylase + LP15544-7 + COMPONENT + + + + + + + + + Elastase.pancreatic 2 + LP15546-2 + COMPONENT + + + + + + + + + Elastase.leukocyte + LP15547-0 + COMPONENT + + + + + + + + + Enteroglucagon + LP15548-8 + COMPONENT + + + + + + + + + Enteropeptidase + LP15549-6 + COMPONENT + + + + + + + + + Epiandrosterone + LP15551-2 + COMPONENT + + + + + + + + + Epitestosterone + LP15552-0 + COMPONENT + + + + + + + + + Calciferol + LP15553-8 + COMPONENT + + + + + + + + + Erythropoietin + LP15554-6 + COMPONENT + + + + + + + + + Estradiol.unconjugated + LP15556-1 + COMPONENT + + + + + + + + + Estriol.conjugated + LP15557-9 + COMPONENT + + + + + + + + + Estriol + LP15558-7 + COMPONENT + + + + + + + + + Estriol.unconjugated + LP15559-5 + COMPONENT + + + + + + + + + Estrone + LP15560-3 + COMPONENT + + + + + + + + + Estrone.unconjugated + LP15561-1 + COMPONENT + + + + + + + + + Ethanolamine + LP15562-9 + COMPONENT + + + + + + + + + Ethylmalonate + LP15563-7 + COMPONENT + + + + + + + + + Etiocholanolone + LP15564-5 + COMPONENT + + + + + + + + + Fatty acids.esterified + LP15566-0 + COMPONENT + + + + + + + + + Fatty acids.nonesterified + LP15567-8 + COMPONENT + + + + + + + + + Ferritin + LP15568-6 + COMPONENT + + + + + + + + + Ferrochelatase + LP15569-4 + COMPONENT + + + + + + + + + Fibronectin + LP15573-6 + COMPONENT + + + + + + + + + Flavin adenine dinucleotide + LP15574-4 + COMPONENT + + + + + + + + + Folate + LP15575-1 + COMPONENT + + + + + + + + + Fructokinase + LP15577-7 + COMPONENT + + + + + + + + + Fructosamine + LP15578-5 + COMPONENT + + + + + + + + + Fumarase + LP15582-7 + COMPONENT + + + + + + + + + Fumarate + LP15583-5 + COMPONENT + + + + + + + + + Fumarylacetoacetate + LP15584-3 + COMPONENT + + + + + + + + + Galactokinase + LP15585-0 + COMPONENT + + + + + + + + + Galactose 1 phosphate + LP15586-8 + COMPONENT + + + + + + + + + Galactosylgalactosylglucosylceramidase + LP15587-6 + COMPONENT + + + + + + + + + Gamma aminobutyrate + LP15588-4 + COMPONENT + + + + + + + + + Gamma glutamyl cysteine synthetase + LP15589-2 + COMPONENT + + + + + + + + + Gamma glutamyl transferase + LP15590-0 + COMPONENT + + + + + + + + + Gastric inhibitory polypeptide + LP15592-6 + COMPONENT + + + + + + + + + Gastrin releasing polypeptide + LP15593-4 + COMPONENT + + + + + + + + + Gastrin.34 residue fragment + LP15594-2 + COMPONENT + + + + + + + + + Gastrin.17 residue fragment + LP15595-9 + COMPONENT + + + + + + + + + Gastrin.14 residue fragment + LP15596-7 + COMPONENT + + + + + + + + + Hemoglobin.gastrointestinal + LP15597-5 + COMPONENT + + + + + + + + + Glucose-6-Phosphatase + LP15600-7 + COMPONENT + + + + + + + + + Glucose-6-Phosphate dehydrogenase + LP15601-5 + COMPONENT + + + + + + + + + Glucosylceramidase + LP15604-9 + COMPONENT + + + + + + + + + + Glutamate + LP15605-6 + COMPONENT + + + + + + + + + Glutamate dehydrogenase + LP15606-4 + COMPONENT + + + + + + + + + Glutamate dehydrogenase.NAD + LP15607-2 + COMPONENT + + + + + + + + + Glutamate dehydrogenase.NADP + LP15608-0 + COMPONENT + + + + + + + + + Glutamine + LP15609-8 + COMPONENT + + + + + + + + + Glutaryl CoA dehydrogenase + LP15610-6 + COMPONENT + + + + + + + + + Glutathione peroxidase + LP15611-4 + COMPONENT + + + + + + + + + Glutathione reductase + LP15612-2 + COMPONENT + + + + + + + + + Glutathione S-transferase + LP15613-0 + COMPONENT + + + + + + + + + Glutathione synthase + LP15614-8 + COMPONENT + + + + + + + + + Holo-transcobalamin II + LP156140-8 + COMPONENT + + + + + + + + + Apo-transcobalamin I + LP156141-6 + COMPONENT + + + + + + + + + Glutathione.oxidized + LP15615-5 + COMPONENT + + + + + + + + + Glutathione.reduced + LP15616-3 + COMPONENT + + + + + + + + + Glutathione + LP15617-1 + COMPONENT + + + + + + + + + Apo-transcobalamin II + LP156179-6 + COMPONENT + + + + + + + + + Glycerate + LP15618-9 + COMPONENT + + + + + + + + + Glycerol + LP15619-7 + COMPONENT + + + + + + + + + Glycine + LP15620-5 + COMPONENT + + + + + + + + + Glycogen synthase + LP15621-3 + COMPONENT + + + + + + + + + Glycolate + LP15622-1 + COMPONENT + + + + + + + + + Glycoproteins + LP15623-9 + COMPONENT + + + + + + + + + Glycosaminoglycans + LP15624-7 + COMPONENT + + + + + + + + + Guanine deaminase + LP15626-2 + COMPONENT + + + + + + + + + Guanosine monophosphate.cyclic + LP15627-0 + COMPONENT + + + + + + + + + Hemopexin + LP15628-8 + COMPONENT + + + + + + + + + Heparan sulfate + LP15629-6 + COMPONENT + + + + + + + + + Hexokinase + LP15631-2 + COMPONENT + + + + + + + + + Hexokinase 1 + LP15632-0 + COMPONENT + + + + + + + + + Hexokinase 3 + LP15633-8 + COMPONENT + + + + + + + + + Hippurate + LP15635-3 + COMPONENT + + + + + + + + + Histamine + LP15636-1 + COMPONENT + + + + + + + + + Histidine + LP15637-9 + COMPONENT + + + + + + + + + Histidine ammonia lyase + LP15638-7 + COMPONENT + + + + + + + + + Homocarnosine + LP15639-5 + COMPONENT + + + + + + + + + Homocitrulline + LP15640-3 + COMPONENT + + + + + + + + + Homocystine + LP15641-1 + COMPONENT + + + + + + + + + Homogentisate + LP15642-9 + COMPONENT + + + + + + + + + Hydrogen + LP15643-7 + COMPONENT + + + + + + + + + Hydrogen sulfide + LP15644-5 + COMPONENT + + + + + + + + + Hydroxycalcidiol + LP15645-2 + COMPONENT + + + + + + + + + Hydroxocobalamin + LP15647-8 + COMPONENT + + + + + + + + + Hydroxylysine + LP15648-6 + COMPONENT + + + + + + + + + Hydroxymethylglutaryl CoA lyase + LP15649-4 + COMPONENT + + + + + + + + + Hydroxyproline + LP15650-2 + COMPONENT + + + + + + + + + Hypoxanthine + LP15651-0 + COMPONENT + + + + + + + + + Hypoxanthine phosphoribosyltransferase + LP15652-8 + COMPONENT + + + + + + + + + IgA.monoclonal + LP15653-6 + COMPONENT + + + + + + + + + IgD + LP15654-4 + COMPONENT + + + + + + + + + IgD.monoclonal + LP15655-1 + COMPONENT + + + + + + + + + IgE.monoclonal + LP15656-9 + COMPONENT + + + + + + + + + IgG subclass 1 + LP15657-7 + COMPONENT + + + + + + + + + IgG subclass 2 + LP15658-5 + COMPONENT + + + + + + + + + IgG subclass 3 + LP15659-3 + COMPONENT + + + + + + + + + IgG subclass 4 + LP15660-1 + COMPONENT + + + + + + + + + IgM.monoclonal + LP15661-9 + COMPONENT + + + + + + + + + Indicans + LP15662-7 + COMPONENT + + + + + + + + + Indolamine + LP15663-5 + COMPONENT + + + + + + + + + Indole + LP15664-3 + COMPONENT + + + + + + + + + + Inhibin + LP15665-0 + COMPONENT + + + + + + + + + Inosine + LP15666-8 + COMPONENT + + + + + + + + + Insulin-like growth factor binding protein 3 + LP15668-4 + COMPONENT + + + + + + + + + Insulin-like growth factor-I + LP15669-2 + COMPONENT + + + + + + + + + Insulin-like growth factor-II + LP15670-0 + COMPONENT + + + + + + + + + Somatomedins + LP15671-8 + COMPONENT + + + + + + + + + Inter alpha trypsin inhibitor + LP15672-6 + COMPONENT + + + + + + + + + + Intrinsic factor + LP15673-4 + COMPONENT + + + + + + + + + Intrinsic factor blocking + LP15674-2 + COMPONENT + + + + + + + + + + Iron + LP15677-5 + COMPONENT + + + + + + + + + Iron binding capacity + LP15678-3 + COMPONENT + + + + + + + + + Iron binding capacity.unsaturated + LP15679-1 + COMPONENT + + + + + + + + + Iron.chelated + LP15680-9 + COMPONENT + + + + + + + + + Isocitrate dehydrogenase + LP15681-7 + COMPONENT + + + + + + + + + Isoleucine + LP15682-5 + COMPONENT + + + + + + + + + + Ketones + LP15683-3 + COMPONENT + + + + + + + + + Kynurenate + LP15684-1 + COMPONENT + + + + + + + + + L-iditol dehydrogenase + LP15685-8 + COMPONENT + + + + + + + + + Lactate + LP15686-6 + COMPONENT + + + + + + + + + Ser/Plas+Synv fld + LP156867-6 + SYSTEM + + + + + + + + + Lactate dehydrogenase 1 + LP15688-2 + COMPONENT + + + + + + + + + Lactate dehydrogenase 2 + LP15689-0 + COMPONENT + + + + + + + + + Lactate dehydrogenase 3 + LP15690-8 + COMPONENT + + + + + + + + + Lactate dehydrogenase 4 + LP15691-6 + COMPONENT + + + + + + + + + Lactate dehydrogenase 5 + LP15692-4 + COMPONENT + + + + + + + + + Pyruvate + LP15693-2 + COMPONENT + + + + + + + + + + Lactoferrin + LP15694-0 + COMPONENT + + + + + + + + + Lecithin cholesterol acyltransferase + LP15695-7 + COMPONENT + + + + + + + + + Lecithin phosphorus + LP15696-5 + COMPONENT + + + + + + + + + Lecithin + LP15697-3 + COMPONENT + + + + + + + + + Sphingomyelin + LP15698-1 + COMPONENT + + + + + + + + + Leucine + LP15699-9 + COMPONENT + + + + + + + + + + Leukocyte esterase + LP15701-3 + COMPONENT + + + + + + + + + Tau protein.phosphorylated 181 + LP157017-7 + COMPONENT + + + + + + + + + Linoleate + LP15702-1 + COMPONENT + + + + + + + + + Phospholipid phosphorus + LP15703-9 + COMPONENT + + + + + + + + + + Phospholipid + LP15704-7 + COMPONENT + + + + + + + + + + + Lipids + LP15705-4 + COMPONENT + + + + + + + + + Lipoprotein lipase + LP15707-0 + COMPONENT + + + + + + + + + Lipoprotein.alpha + LP15708-8 + COMPONENT + + + + + + + + + Lipoprotein.beta + LP15709-6 + COMPONENT + + + + + + + + + Lipoprotein.pre-beta + LP15710-4 + COMPONENT + + + + + + + + + Albumin.CSF + LP157104-3 + COMPONENT + + + + + + + + + Lipoprotein + LP15711-2 + COMPONENT + + + + + + + + + Lithocholate + LP15712-0 + COMPONENT + + + + + + + + + + Lutropin.alpha subunit + LP15714-6 + COMPONENT + + + + + + + + + Lutropin.beta subunit + LP15715-3 + COMPONENT + + + + + + + + + Bilirubin excess + LP157150-6 + COMPONENT + + + + + + + + + Glucose.serum-glucose.plr fld + LP157154-8 + COMPONENT + + + + + + + + + Glucose.serum-glucose.perition fld + LP157155-5 + COMPONENT + + + + + + + + + Glucose.serum-glucose.synv fld + LP157156-3 + COMPONENT + + + + + + + + + Glucose.serum-glucose.pericard fld + LP157157-1 + COMPONENT + + + + + + + + + Albumin.serum-albumin.pericard fld + LP157158-9 + COMPONENT + + + + + + + + + Albumin.serum-albumin.plr fld + LP157159-7 + COMPONENT + + + + + + + + + Lysine + LP15716-1 + COMPONENT + + + + + + + + + Albumin.serum-albumin.periton fld + LP157160-5 + COMPONENT + + + + + + + + + Lysolecithin acyltransferase + LP15717-9 + COMPONENT + + + + + + + + + Macroamylase + LP15718-7 + COMPONENT + + + + + + + + + Macroglobulin + LP15719-5 + COMPONENT + + + + + + + + + Malate dehydrogenase + LP15720-3 + COMPONENT + + + + + + + + + Malonate + LP15721-1 + COMPONENT + + + + + + + + + Mannitol + LP15722-9 + COMPONENT + + + + + + + + + Meat fibers + LP15723-7 + COMPONENT + + + + + + + + + Melanin + LP15724-5 + COMPONENT + + + + + + + + + Methcoproporphyrin + LP15727-8 + COMPONENT + + + + + + + + + Base excess.100% oxygenated + LP157275-1 + COMPONENT + + + + + + + + + Methemalbumin + LP15728-6 + COMPONENT + + + + + + + + + Ser/Plas+CSF + LP157285-0 + SYSTEM + + + + + + + + + Methemoglobin + LP15729-4 + COMPONENT + + + + + + + + + Methionine + LP15730-2 + COMPONENT + + + + + + + + + Methionine adenosyltransferase + LP15731-0 + COMPONENT + + + + + + + + + Methylenetetrahydrofolate dehydrogenase.NAD + LP15733-6 + COMPONENT + + + + + + + + + Holo-transcobalamin + LP157330-4 + COMPONENT + + + + + + + + + Apo-transcobalamin + LP157331-2 + COMPONENT + + + + + + + + + Gamma aminobutyrate.free + LP157335-3 + COMPONENT + + + + + + + + + Beta hydroxybutyrate+Acetoacetate + LP157336-1 + COMPONENT + + + + + + + + + Methylenetetrahydrofolate dehydrogenase.NADP + LP15734-4 + COMPONENT + + + + + + + + + Tripeptidyl peptidase I + LP157346-0 + COMPONENT + + + + + + + + + Methylmalonate + LP15735-1 + COMPONENT + + + + + + + + + Methylmalonyl CoA mutase + LP15736-9 + COMPONENT + + + + + + + + + Mucoprotein + LP15739-3 + COMPONENT + + + + + + + + + N-acetyl-beta-glucosaminidase + LP15740-1 + COMPONENT + + + + + + + + + NADH dehydrogenase + LP15742-7 + COMPONENT + + + + + + + + + Neurophysin + LP15744-3 + COMPONENT + + + + + + + + + Neurotensin + LP15745-0 + COMPONENT + + + + + + + + + + Nitrogen + LP15746-8 + COMPONENT + + + + + + + + + Nitrogen.nonprotein + LP15748-4 + COMPONENT + + + + + + + + + 3-epi-25-Hydroxyvitamin D3 + LP157480-7 + COMPONENT + + + + + + + + + 3-epi-25-Hydroxyvitamin D2 + LP157481-5 + COMPONENT + + + + + + + + + Normetanephrine + LP15749-2 + COMPONENT + + + + + + + + + Octopamine + LP15750-0 + COMPONENT + + + + + + + + + Paraoxonase-arylesterase 1 + LP157503-6 + COMPONENT + + + + + + + + + Oleate + LP15751-8 + COMPONENT + + + + + + + + + Insulin-like growth factor-II.high molecular weight + LP157526-7 + COMPONENT + + + + + + + + + Ornithine + LP15753-4 + COMPONENT + + + + + + + + + Bisphosphoglycerate mutase + LP157537-4 + COMPONENT + + + + + + + + + Ornithine carbamoyltransferase + LP15754-2 + COMPONENT + + + + + + + + + Alpha-1-acid glycoprotein + LP15755-9 + COMPONENT + + + + + + + + + Orotate + LP15756-7 + COMPONENT + + + + + + + + + Orotate phosphoribosyltransferase + LP15757-5 + COMPONENT + + + + + + + + + Orotidine-5'-Phosphate decarboxylase + LP15758-3 + COMPONENT + + + + + + + + + Osteocalcin + LP15759-1 + COMPONENT + + + + + + + + + Osteonectin + LP15760-9 + COMPONENT + + + + + + + + + Oxalate + LP15761-7 + COMPONENT + + + + + + + + + Oxyhemoglobin + LP15766-6 + COMPONENT + + + + + + + + + Oxytocin + LP15767-4 + COMPONENT + + + + + + + + + Palmitate + LP15768-2 + COMPONENT + + + + + + + + + Palmitoylphosphatidyl choline + LP15769-0 + COMPONENT + + + + + + + + + Pancreatic polypeptide + LP15770-8 + COMPONENT + + + + + + + + + Pantothenate + LP15771-6 + COMPONENT + + + + + + + + + Para aminohippurate + LP15772-4 + COMPONENT + + + + + + + + + Ear fluid + LP157723-0 + SYSTEM + + + + + + + + + Parathyrin related protein + LP15776-5 + COMPONENT + + + + + + + + + Parathyrin.C-terminal + LP15777-3 + COMPONENT + + + + + + + + + Parathyrin.intact + LP15778-1 + COMPONENT + + + + + + + + + SFr.DF + LP157781-8 + PROPERTY + + + + + + + + + CFr.DF + LP157782-6 + PROPERTY + + + + + + + + + Parathyrin.mid molecule + LP15779-9 + COMPONENT + + + + + + + + + Parathyrin.N-terminal + LP15780-7 + COMPONENT + + + + + + + + + Pentoses + LP15781-5 + COMPONENT + + + + + + + + + Pepsinogen + LP15782-3 + COMPONENT + + + + + + + + + Pepsinogen I + LP15783-1 + COMPONENT + + + + + + + + + Pepsinogen II + LP15784-9 + COMPONENT + + + + + + + + + Pepsins + LP15786-4 + COMPONENT + + + + + + + + + Phenylketones + LP15791-4 + COMPONENT + + + + + + + + + Phenylalanine + LP15792-2 + COMPONENT + + + + + + + + + Tyrosine + LP15793-0 + COMPONENT + + + + + + + + + Phenylpyruvate + LP15794-8 + COMPONENT + + + + + + + + + Phosphatidylcholine + LP15796-3 + COMPONENT + + + + + + + + + Phosphatidylcholine.saturated + LP15797-1 + COMPONENT + + + + + + + + + Phosphatidylglycerol + LP15798-9 + COMPONENT + + + + + + + + + Phosphatidylinositol + LP15799-7 + COMPONENT + + + + + + + + + Phosphoenolpyruvate carboxykinase + LP15800-3 + COMPONENT + + + + + + + + + Phosphofructokinase.F subunit + LP15801-1 + COMPONENT + + + + + + + + + Phosphofructokinase.L subunit + LP15802-9 + COMPONENT + + + + + + + + + Phosphofructokinase.M subunit + LP15803-7 + COMPONENT + + + + + + + + + Phosphoglucomutase + LP15804-5 + COMPONENT + + + + + + + + + Phosphoglyceromutase + LP15805-2 + COMPONENT + + + + + + + + + + Phytanate + LP15807-8 + COMPONENT + + + + + + + + + Pipecolate + LP15808-6 + COMPONENT + + + + + + + + + Organic acidemias defects + LP158086-1 + COMPONENT + + + + + + + + + Porphobilin + LP15809-4 + COMPONENT + + + + + + + + + Porphobilinogen deaminase + LP15810-2 + COMPONENT + + + + + + + + + Porphobilinogen synthase + LP15811-0 + COMPONENT + + + + + + + + + Pregnancy specific protein 1 + LP15814-4 + COMPONENT + + + + + + + + + Pregnanediol + LP15815-1 + COMPONENT + + + + + + + + + Pregnanetriol + LP15816-9 + COMPONENT + + + + + + + + + Pregnenolone + LP15817-7 + COMPONENT + + + + + + + + + Proline + LP15818-5 + COMPONENT + + + + + + + + + Proline dipeptidase + LP15819-3 + COMPONENT + + + + + + + + + Propionate + LP15820-1 + COMPONENT + + + + + + + + + Propionyl CO-A carboxylase + LP15821-9 + COMPONENT + + + + + + + + + Prostaglandin E + LP15822-7 + COMPONENT + + + + + + + + + Prostaglandin E1 + LP15823-5 + COMPONENT + + + + + + + + + Prostaglandin E2 + LP15824-3 + COMPONENT + + + + + + + + + Prostaglandin F + LP15825-0 + COMPONENT + + + + + + + + + Prostaglandin F2 + LP15826-8 + COMPONENT + + + + + + + + + Prostaglandin + LP15827-6 + COMPONENT + + + + + + + + + Protein kinase + LP15830-0 + COMPONENT + + + + + + + + + Protein nitrogen + LP15832-6 + COMPONENT + + + + + + + + + Alpha 1 globulin + LP15833-4 + COMPONENT + + + + + + + + + Alpha 2 globulin + LP15834-2 + COMPONENT + + + + + + + + + Beta globulin + LP15835-9 + COMPONENT + + + + + + + + + Gamma globulin + LP15836-7 + COMPONENT + + + + + + + + + Prealbumin + LP15837-5 + COMPONENT + + + + + + + + + + + Protein + LP15838-3 + COMPONENT + + + + + + + + + Protoporphyrin + LP15839-1 + COMPONENT + + + + + + + + + Protoporphyrin.zinc + LP15840-9 + COMPONENT + + + + + + + + + Purine nucleoside phosphorylase + LP15841-7 + COMPONENT + + + + + + + + + Pyridoxine + LP15842-5 + COMPONENT + + + + + + + + + Pyridoxine congeners + LP15843-3 + COMPONENT + + + + + + + + + Pyrimidine-5'-Nucleotidase + LP15844-1 + COMPONENT + + + + + + + + + Pyruvate carboxylase + LP15846-6 + COMPONENT + + + + + + + + + Pyruvate dehydrogenase.cytochrome + LP15847-4 + COMPONENT + + + + + + + + + Pyruvate dehydrogenase.lipoamide + LP15848-2 + COMPONENT + + + + + + + + + Pyruvate oxidase + LP15849-0 + COMPONENT + + + + + + + + + + Reticulin + LP15850-8 + COMPONENT + + + + + + + + + Retinal + LP15851-6 + COMPONENT + + + + + + + + + Retinoate + LP15852-4 + COMPONENT + + + + + + + + + Riboflavin + LP15853-2 + COMPONENT + + + + + + + + + Ribonuclease + LP15854-0 + COMPONENT + + + + + + + + + Ribose + LP15855-7 + COMPONENT + + + + + + + + + Ribulose + LP15856-5 + COMPONENT + + + + + + + + + Saccharides + LP15858-1 + COMPONENT + + + + + + + + + Sarcosine + LP15859-9 + COMPONENT + + + + + + + + + Secretin + LP15860-7 + COMPONENT + + + + + + + + + Serine + LP15861-5 + COMPONENT + + + + + + + + + Sex hormone binding globulin + LP15863-1 + COMPONENT + + + + + + + + + Sialate + LP15864-9 + COMPONENT + + + + + + + + + + Specific gravity + LP15865-6 + COMPONENT + + + + + + + + + + Starch granules + LP15867-2 + COMPONENT + + + + + + + + + Stercobilin + LP15868-0 + COMPONENT + + + + + + + + + Streptomyces proteinase + LP15869-8 + COMPONENT + + + + + + + + + Substance P + LP15870-6 + COMPONENT + + + + + + + + + Succinate + LP15871-4 + COMPONENT + + + + + + + + + Succinylacetone + LP15872-2 + COMPONENT + + + + + + + + + Sucrose + LP15873-0 + COMPONENT + + + + + + + + + + Sulfate + LP15874-8 + COMPONENT + + + + + + + + + Sulfate.inorganic + LP15875-5 + COMPONENT + + + + + + + + + Sulfite oxidase + LP15876-3 + COMPONENT + + + + + + + + + Superoxide dismutase + LP15877-1 + COMPONENT + + + + + + + + + Taurine + LP15878-9 + COMPONENT + + + + + + + + + + Terminal deoxyribonucleotidyl transferase + LP15880-5 + COMPONENT + + + + + + + + + Testosterone.free+weakly bound + LP15881-3 + COMPONENT + + + + + + + + + Tetrahydrocortisol + LP15883-9 + COMPONENT + + + + + + + + + Tetrahydrodeoxycortisol + LP15884-7 + COMPONENT + + + + + + + + + Tetrahydrofolate + LP15885-4 + COMPONENT + + + + + + + + + Thiamine + LP15886-2 + COMPONENT + + + + + + + + + Thiamine pyrophosphate + LP15887-0 + COMPONENT + + + + + + + + + Thiosulfate + LP15889-6 + COMPONENT + + + + + + + + + Threonine + LP15890-4 + COMPONENT + + + + + + + + + Thromboxane alpha 2 + LP15891-2 + COMPONENT + + + + + + + + + Thyroid stimulating immunoglobulins + LP15892-0 + COMPONENT + + + + + + + + + Thyrotropin binding inhibitory immunoglobulins + LP15893-8 + COMPONENT + + + + + + + + + Thyrotropin.long acting + LP15895-3 + COMPONENT + + + + + + + + + Thyroxine binding globulin + LP15897-9 + COMPONENT + + + + + + + + + Thyroxine uptake + LP15899-5 + COMPONENT + + + + + + + + + + Thyroxine + LP15900-1 + COMPONENT + + + + + + + + + Transcobalamin I + LP15902-7 + COMPONENT + + + + + + + + + Transcobalamin II + LP15903-5 + COMPONENT + + + + + + + + + Transcobalamin III + LP15904-3 + COMPONENT + + + + + + + + + Transcobalamin + LP15905-0 + COMPONENT + + + + + + + + + Transcortin + LP15906-8 + COMPONENT + + + + + + + + + Transferrin + LP15907-6 + COMPONENT + + + + + + + + + Transketolase + LP15908-4 + COMPONENT + + + + + + + + + Trehalase + LP15910-0 + COMPONENT + + + + + + + + + Triglyceride+ester.in HDL + LP15913-4 + COMPONENT + + + + + + + + + Triglyceride+ester.in IDL + LP15915-9 + COMPONENT + + + + + + + + + Triglyceride+ester.in LDL + LP15917-5 + COMPONENT + + + + + + + + + Triglyceride+ester.in VLDL + LP15919-1 + COMPONENT + + + + + + + + + Triiodothyronine resin uptake (T3RU) + LP15921-7 + COMPONENT + + + + + + + + + + Triiodothyronine + LP15922-5 + COMPONENT + + + + + + + + + Triiodothyronine.reverse + LP15923-3 + COMPONENT + + + + + + + + + Triiodothyronine.true + LP15924-1 + COMPONENT + + + + + + + + + Trimethylamine + LP15925-8 + COMPONENT + + + + + + + + + Triokinase + LP15926-6 + COMPONENT + + + + + + + + + Trypsin+Trypsinogen + LP15928-2 + COMPONENT + + + + + + + + + Trypsinogen + LP15929-0 + COMPONENT + + + + + + + + + Tryptophan + LP15931-6 + COMPONENT + + + + + + + + + Tyrosine aminotransferase + LP15934-0 + COMPONENT + + + + + + + + + Urate + LP15935-7 + COMPONENT + + + + + + + + + Uridine diphosphate glucose-4-Epimerase + LP15936-5 + COMPONENT + + + + + + + + + Uridyl transferase + LP15940-7 + COMPONENT + + + + + + + + + Urobilin + LP15941-5 + COMPONENT + + + + + + + + + + Urobilinogen + LP15942-3 + COMPONENT + + + + + + + + + Uronate + LP15943-1 + COMPONENT + + + + + + + + + Uroporphyrinogen decarboxylase + LP15945-6 + COMPONENT + + + + + + + + + Valine + LP15946-4 + COMPONENT + + + + + + + + + Vanillylmandelate + LP15947-2 + COMPONENT + + + + + + + + + Vasoactive intestinal peptide + LP15948-0 + COMPONENT + + + + + + + + + Vasopressin + LP15949-8 + COMPONENT + + + + + + + + + Menadione + LP15951-4 + COMPONENT + + + + + + + + + Vitronectin + LP15952-2 + COMPONENT + + + + + + + + + Xanthine + LP15953-0 + COMPONENT + + + + + + + + + Xanthurenate + LP15954-8 + COMPONENT + + + + + + + + + Xylulose + LP15955-5 + COMPONENT + + + + + + + + + 2-Oxoisocaproate + LP16012-4 + COMPONENT + + + + + + + + + Lithium + LP16175-9 + COMPONENT + + + + + + + + + Neopterin + LP16216-1 + COMPONENT + + + + + + + + + Tetrahydrocortisone + LP16287-2 + COMPONENT + + + + + + + + + Gonadotropin releasing hormone + LP16322-7 + COMPONENT + + + + + + + + + Levodopa + LP16328-4 + COMPONENT + + + + + + + + + Zscore + LP164005-3 + PROPERTY + + + + + + + + + Deoxyhemoglobin + LP16408-4 + COMPONENT + + + + + + + + + Hemoglobin A1 + LP16412-6 + COMPONENT + + + + + + + + + Hemoglobin A1c + LP16413-4 + COMPONENT + + + + + + + + + Hemoglobin F + LP16428-2 + COMPONENT + + + + + + + + + + Interferon + LP16468-8 + COMPONENT + + + + + + + + + Interleukin 1 + LP16469-6 + COMPONENT + + + + + + + + + Interleukin 2 + LP16470-4 + COMPONENT + + + + + + + + + Interleukin 3 + LP16471-2 + COMPONENT + + + + + + + + + Interleukin 4 + LP16472-0 + COMPONENT + + + + + + + + + Interleukin 5 + LP16473-8 + COMPONENT + + + + + + + + + Interleukin 6 + LP16474-6 + COMPONENT + + + + + + + + + Interleukin 7 + LP16475-3 + COMPONENT + + + + + + + + + Sulfhemoglobin + LP16490-2 + COMPONENT + + + + + + + + + Thyrotropin receptor + LP16774-9 + COMPONENT + + + + + + + + + Acetone + LP16798-8 + COMPONENT + + + + + + + + + Barium + LP16803-6 + COMPONENT + + + + + + + + + Beryllium + LP16805-1 + COMPONENT + + + + + + + + + Copper + LP16814-3 + COMPONENT + + + + + + + + + Ammonium urate + LP16844-0 + COMPONENT + + + + + + + + + Calcium carbonate + LP16845-7 + COMPONENT + + + + + + + + + Calcium oxalate + LP16846-5 + COMPONENT + + + + + + + + + Calcium phosphate + LP16847-3 + COMPONENT + + + + + + + + + + Crystals + LP16849-9 + COMPONENT + + + + + + + + + Oval fat bodies (globules) + LP16852-3 + COMPONENT + + + + + + + + + + Triple phosphate crystals + LP16860-6 + COMPONENT + + + + + + + + + Lipoprotein pattern + LP16874-7 + COMPONENT + + + + + + + + + Gastric acid + LP16875-4 + COMPONENT + + + + + + + + + Troponin T.cardiac + LP17145-1 + COMPONENT + + + + + + + + + Delta 5-Pregnanetriol + LP17170-9 + COMPONENT + + + + + + + + + 11-Ketopregnanetriol + LP17171-7 + COMPONENT + + + + + + + + + + 17-Hydroxypregnenolone + LP17184-0 + COMPONENT + + + + + + + + + 17-Ketosteroids + LP17185-7 + COMPONENT + + + + + + + + + 18-Hydroxycorticosteroids + LP17186-5 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin phenotype + LP17187-3 + COMPONENT + + + + + + + + + Clara cell protein 16 + LP171883-4 + COMPONENT + + + + + + + + + Allo-tetrahydrocortisol + LP17229-3 + COMPONENT + + + + + + + + + Glucose.protein bound + LP17233-5 + COMPONENT + + + + + + + + + IgA subclass 1 + LP17234-3 + COMPONENT + + + + + + + + + IgA subclass 2 + LP17248-3 + COMPONENT + + + + + + + + + Multiple carboxylase deficiency + LP172597-9 + COMPONENT + + + + + + + + + Zirconium + LP17263-2 + COMPONENT + + + + + + + + + Osmol gap + LP172681-1 + COMPONENT + + + + + + + + + Lymphoblasts + LP172715-7 + SYSTEM + + + + + + + + + Transaldolase + LP172734-8 + COMPONENT + + + + + + + + + EntSRto + LP172736-3 + PROPERTY + + + + + + + + + Glycine CSF + LP172771-0 + COMPONENT + + + + + + + + + 16-Ketoandrostenediol + LP172793-4 + COMPONENT + + + + + + + + + 11-Dehydrotetrahydrocorticosterone + LP172794-2 + COMPONENT + + + + + + + + + 18-Beta glycyrrhetinate + LP172797-5 + COMPONENT + + + + + + + + + Androstenetriol + LP172798-3 + COMPONENT + + + + + + + + + Steroid fractions interpretation + LP172845-2 + COMPONENT + + + + + + + + + MDiff + LP173530-9 + PROPERTY + + + + + + + + + Matrix metallopeptidase 2 + LP173633-1 + COMPONENT + + + + + + + + + Tissue inhibitor of metalloproteinases 1 + LP173634-9 + COMPONENT + + + + + + + + + Apelin + LP173639-8 + COMPONENT + + + + + + + + + + Nitric oxide + LP173640-6 + COMPONENT + + + + + + + + + + Lactulose + LP173648-9 + COMPONENT + + + + + + + + + 3-ketoacyl-CoA thiolase + LP173656-2 + COMPONENT + + + + + + + + + Alpha-aminoadipic semialdehyde + LP173658-8 + COMPONENT + + + + + + + + + Pemptoporphyrin + LP173710-7 + COMPONENT + + + + + + + + + Medium-chain Acyl CoA dehydrogenase + LP173714-9 + COMPONENT + + + + + + + + + Sugars and polyols pattern + LP173716-4 + COMPONENT + + + + + + + + + Desmosterol + LP173717-2 + COMPONENT + + + + + + + + + Lanosterol + LP173718-0 + COMPONENT + + + + + + + + + Stigmasterol + LP173719-8 + COMPONENT + + + + + + + + + Beta sitosterol + LP173720-6 + COMPONENT + + + + + + + + + Stigmastanol + LP173721-4 + COMPONENT + + + + + + + + + 3-Hydroxykynurenin + LP173725-5 + COMPONENT + + + + + + + + + Albumin renal clearance + LP173998-8 + COMPONENT + + + + + + + + + Aldosterone renal clearance + LP173999-6 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin actual/Normal + LP174001-0 + COMPONENT + + + + + + + + + Alpha-1-Fetoprotein multiple of the median cutoff + LP174002-8 + COMPONENT + + + + + + + + + Amylase renal clearance + LP174005-1 + COMPONENT + + + + + + + + + Beta mannosidase actual/Normal + LP174010-1 + COMPONENT + + + + + + + + + Bilirubin renal clearance + LP174011-9 + COMPONENT + + + + + + + + + Calcium renal clearance + LP174016-8 + COMPONENT + + + + + + + + + Ceruloplasmin actual/Normal + LP174017-6 + COMPONENT + + + + + + + + + Cobalamins renal clearance + LP174026-7 + COMPONENT + + + + + + + + + Galactose renal clearance + LP174038-2 + COMPONENT + + + + + + + + + Gamma hydroxybutyrate cutoff + LP174039-0 + COMPONENT + + + + + + + + + Hippuran renal clearance + LP174051-5 + COMPONENT + + + + + + + + + Iodohippuran renal clearance + LP174062-2 + COMPONENT + + + + + + + + + Magnesium cutoff + LP174065-5 + COMPONENT + + + + + + + + + Neural tube defect risk cutoff + LP174073-9 + COMPONENT + + + + + + + + + Oxalate renal clearance + LP174075-4 + COMPONENT + + + + + + + + + Phosphate cutoff + LP174076-2 + COMPONENT + + + + + + + + + Phosphate renal clearance + LP174077-0 + COMPONENT + + + + + + + + + Potassium renal clearance + LP174078-8 + COMPONENT + + + + + + + + + Renin renal clearance + LP174084-6 + COMPONENT + + + + + + + + + Sodium renal clearance + LP174089-5 + COMPONENT + + + + + + + + + Thiosulfate renal clearance + LP174092-9 + COMPONENT + + + + + + + + + Thyroid stimulating immunoglobulins actual/Normal + LP174093-7 + COMPONENT + + + + + + + + + Trisomy 18 risk cutoff + LP174095-2 + COMPONENT + + + + + + + + + Trisomy 21 risk cutoff + LP174096-0 + COMPONENT + + + + + + + + + Urate renal clearance + LP174098-6 + COMPONENT + + + + + + + + + Urea nitrogen renal clearance + LP174099-4 + COMPONENT + + + + + + + + + N,N-dimethylarginine + LP174557-1 + COMPONENT + + + + + + + + + Isovaleric acidemia + LP174558-9 + COMPONENT + + + + + + + + + 3-Methylcrotonyl-CoA carboxylase deficiency + LP174560-5 + COMPONENT + + + + + + + + + Isobutyryl-CoA dehydrogenase deficiency + LP174561-3 + COMPONENT + + + + + + + + + Short-chain acyl-CoA dehydrogenase deficiency + LP174562-1 + COMPONENT + + + + + + + + + Hydroxymethylglutaryl CoA lyase deficiency + LP175628-9 + COMPONENT + + + + + + + + + Dimethylarginine + LP175757-6 + COMPONENT + + + + + + + + + 16-Beta,18-dihydroxydehydroepiandrosterone + LP175759-2 + COMPONENT + + + + + + + + + + Tryptase + LP17650-0 + COMPONENT + + + + + + + + + Thyroperoxidase + LP17727-6 + COMPONENT + + + + + + + + + LOINC Document Ontology + LP177621-2 + METHOD + + + + + + + + + + Mucus + LP17770-6 + COMPONENT + + + + + + + + + 2,4-Dinitrophenylhydrazine reacting substances + LP17841-5 + COMPONENT + + + + + + + + + pH.combined acid + LP17852-2 + COMPONENT + + + + + + + + + Sulfhydryls + LP17856-3 + COMPONENT + + + + + + + + + Aminobenzoate + LP17876-1 + COMPONENT + + + + + + + + + Anabolic steroids + LP17877-9 + COMPONENT + + + + + + + + + Hydrocorticosterone + LP17878-7 + COMPONENT + + + + + + + + + 11-Oxopregnanetriol + LP17893-6 + COMPONENT + + + + + + + + + Hexacarboxylporphyrin + LP17895-1 + COMPONENT + + + + + + + + + Tetrahydrocorticosterone + LP17921-5 + COMPONENT + + + + + + + + + Phytonadione + LP17945-4 + COMPONENT + + + + + + + + + Interleukin 2 receptor.soluble + LP17957-9 + COMPONENT + + + + + + + + + Allopurinol + LP17988-4 + COMPONENT + + + + + + + + + + + Cathepsin D + LP18007-2 + COMPONENT + + + + + + + + + Cholesterol.total + LP18020-5 + COMPONENT + + + + + + + + + Cholesterol.in HDL 2 + LP18021-3 + COMPONENT + + + + + + + + + Cholesterol.in HDL 3 + LP18022-1 + COMPONENT + + + + + + + + + Acid phosphatase.non-prostatic + LP18032-0 + COMPONENT + + + + + + + + + Amino acids + LP18033-8 + COMPONENT + + + + + + + + + Colloid oncotic pressure + LP18034-6 + COMPONENT + + + + + + + + + Fatty acids.very long chain + LP18035-3 + COMPONENT + + + + + + + + + Oligosaccharides + LP18038-7 + COMPONENT + + + + + + + + + Orotidine + LP18039-5 + COMPONENT + + + + + + + + + Growth hormone-releasing hormone + LP18044-5 + COMPONENT + + + + + + + + + Drugs + LP18046-0 + COMPONENT + + + + + + + + + Diuretics + LP18047-8 + COMPONENT + + + + + + + + + Amino beta guanidinopropionate + LP18119-5 + COMPONENT + + + + + + + + + Tungsten + LP18123-7 + COMPONENT + + + + + + + + + Calcium hydrogen phosphate dihydrate crystals + LP18130-2 + COMPONENT + + + + + + + + + 2-Methylcitrate + LP18136-9 + COMPONENT + + + + + + + + + Fat.neutral + LP18150-0 + COMPONENT + + + + + + + + + + Pristanate + LP18151-8 + COMPONENT + + + + + + + + + Dolichol + LP18153-4 + COMPONENT + + + + + + + + + Thorium + LP18154-2 + COMPONENT + + + + + + + + + Insulin-like growth factor binding protein 1 + LP18164-1 + COMPONENT + + + + + + + + + Insulin-like growth factor binding protein 2 + LP18165-8 + COMPONENT + + + + + + + + + IgA.secretory + LP18167-4 + COMPONENT + + + + + + + + + Leucine-enkephalin + LP18168-2 + COMPONENT + + + + + + + + + Alpha subunit + LP18170-8 + COMPONENT + + + + + + + + + Interferon.beta + LP18172-4 + COMPONENT + + + + + + + + + Interleukin 12 + LP18174-0 + COMPONENT + + + + + + + + + Collagen + LP18176-5 + COMPONENT + + + + + + + + + 17-Ketosteroids.total neutral + LP18179-9 + COMPONENT + + + + + + + + + Mucin-like carcinoma associated + LP18180-7 + COMPONENT + + + + + + + + + Protein fractions.oligoclonal bands + LP18182-3 + COMPONENT + + + + + + + + + + Parathyrin + LP18184-9 + COMPONENT + + + + + + + + + Alkaline phosphatase isoenzyme + LP18187-2 + COMPONENT + + + + + + + + + Alkaline phosphatase.lung + LP18188-0 + COMPONENT + + + + + + + + + Prostaglandin D2 + LP18190-6 + COMPONENT + + + + + + + + + Prostaglandin F2 alpha + LP18191-4 + COMPONENT + + + + + + + + + Prostate specific Ag.free + LP18192-2 + COMPONENT + + + + + + + + + + Prostate specific Ag + LP18193-0 + COMPONENT + + + + + + + + + Protein pattern + LP18194-8 + COMPONENT + + + + + + + + + Monoamine oxidase + LP18217-7 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient + LP18218-5 + COMPONENT + + + + + + + + + Volatiles + LP18221-9 + COMPONENT + + + + + + + + + LOINC Document Ontology - Subject Matter Domain + LP182268-5 + METHOD + + + + + + + + + Pyruvate dehydrogenase complex + LP182303-0 + COMPONENT + + + + + + + + + Pyruvate dehydrogenase E1 + LP182304-8 + COMPONENT + + + + + + + + + Placental growth factor + LP182306-3 + COMPONENT + + + + + + + + + Soluble fms-like tyrosine kinase-1 + LP182307-1 + COMPONENT + + + + + + + + + Monoclonal band 2 observed + LP182310-5 + COMPONENT + + + + + + + + + Monoclonal band 3 observed + LP182311-3 + COMPONENT + + + + + + + + + 1,1-Dimethoxyhexadecane + LP182318-8 + COMPONENT + + + + + + + + + 1,1-Dimethoxyoctadecane + LP182320-4 + COMPONENT + + + + + + + + + 1,1-Dimethoxy-(9Z)octadecene + LP182321-2 + COMPONENT + + + + + + + + + Coenzyme Q cytochrome C reductase + LP182323-8 + COMPONENT + + + + + + + + + Mandelate + LP18233-4 + COMPONENT + + + + + + + + + Ethyl sulfate+Ethyl glucuronide + LP182347-7 + COMPONENT + + + + + + + + + IgG.kappa + LP182350-1 + COMPONENT + + + + + + + + + IgG.lambda + LP182352-7 + COMPONENT + + + + + + + + + IgA.lambda + LP182353-5 + COMPONENT + + + + + + + + + IgA.kappa + LP182354-3 + COMPONENT + + + + + + + + + IgM.kappa + LP182355-0 + COMPONENT + + + + + + + + + Peripheral deiodinase activity + LP182358-4 + COMPONENT + + + + + + + + + Thyroid secretory capacity + LP182359-2 + COMPONENT + + + + + + + + + IgM.lambda + LP182378-2 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 18 + LP182411-1 + COMPONENT + + + + + + + + + Energy content + LP182413-7 + COMPONENT + + + + + + + + + Surfactant pulmonary-associated protein D + LP182415-2 + COMPONENT + + + + + + + + + 3-Hydroxyeicosanoylcarnitine (C20-OH) + LP182416-0 + COMPONENT + + + + + + + + + Dicarboxyeicosanoylcarnitine (C20-DC) + LP182432-7 + COMPONENT + + + + + + + + + Dicarboxyhexenoylcarnitine (C6:1-DC) + LP182433-5 + COMPONENT + + + + + + + + + Calcidiol+ercalcidiol + LP182450-9 + COMPONENT + + + + + + + + + Phosphatidylethanolamine + LP18260-7 + COMPONENT + + + + + + + + + Sulfate-3-Glucuronyl paragloboside + LP18266-4 + COMPONENT + + + + + + + + + Cancer Ag DM-70K + LP18274-8 + COMPONENT + + + + + + + + + Motilin + LP18278-9 + COMPONENT + + + + + + + + + Albumin.ischemia modified + LP183523-2 + COMPONENT + + + + + + + + + Total thyroxine binding capacity + LP183618-0 + COMPONENT + + + + + + + + + Thyroid hormone uptake + LP183619-8 + COMPONENT + + + + + + + + + Thyroid hormone binding ratio + LP183620-6 + COMPONENT + + + + + + + + + Fructose.PO + LP183621-4 + COMPONENT + + + + + + + + + Monoclonal band observed + LP18363-9 + COMPONENT + + + + + + + + + Propionylcarnitine (C3)+Palmitoylcarnitine (C16) + LP183637-0 + COMPONENT + + + + + + + + + Metabolic disorder being monitored + LP183640-4 + COMPONENT + + + + + + + + + Calcium-phosphorus product + LP18367-0 + COMPONENT + + + + + + + + + IgG synthesis rate + LP18370-4 + COMPONENT + + + + + + + + + Catecholamine metabolites pattern + LP183703-0 + COMPONENT + + + + + + + + + 18-Hydroxydeoxycortisol + LP18372-0 + COMPONENT + + + + + + + + + Fatty acids pattern + LP183742-8 + COMPONENT + + + + + + + + + Dimethylacetals + LP183757-6 + COMPONENT + + + + + + + + + Sterols + LP183760-0 + COMPONENT + + + + + + + + + Amino acid pattern + LP18377-9 + COMPONENT + + + + + + + + + 3-Beta-Androstanediol + LP18379-5 + COMPONENT + + + + + + + + + 6-Beta-Hydroxycortisol + LP18380-3 + COMPONENT + + + + + + + + + Tetrahydroaldosterone + LP18381-1 + COMPONENT + + + + + + + + + 2-Ethyl-3-Hydroxypropionate + LP18399-3 + COMPONENT + + + + + + + + + 2-Hydroxy-3-Methylvalerate + LP18400-9 + COMPONENT + + + + + + + + + 2-Hydroxyadipate + LP18401-7 + COMPONENT + + + + + + + + + Alpha hydroxybutyrate + LP18402-5 + COMPONENT + + + + + + + + + 2-Hydroxyglutarate + LP18403-3 + COMPONENT + + + + + + + + + 2-Hydroxyisocaproate + LP18404-1 + COMPONENT + + + + + + + + + 2-Hydroxyisovalerate + LP18405-8 + COMPONENT + + + + + + + + + 2-Methyl-3-Hydroxybutyrate + LP18406-6 + COMPONENT + + + + + + + + + 2-Oxo,3-Methylvalerate + LP18407-4 + COMPONENT + + + + + + + + + 2-Oxoadipate + LP18408-2 + COMPONENT + + + + + + + + + 2-Oxoisovalerate + LP18410-8 + COMPONENT + + + + + + + + + 3-Hydroxyadipate + LP18413-2 + COMPONENT + + + + + + + + + 3-Hydroxyglutarate + LP18415-7 + COMPONENT + + + + + + + + + 3-Hydroxyisobutyrate + LP18416-5 + COMPONENT + + + + + + + + + 3-Hydroxypropionate + LP18417-3 + COMPONENT + + + + + + + + + 3-Hydroxyvalerate + LP18418-1 + COMPONENT + + + + + + + + + 3-Methylglutaconate + LP18420-7 + COMPONENT + + + + + + + + + 3-Methylglutarate + LP18421-5 + COMPONENT + + + + + + + + + 4-Hydroxyphenylacetate + LP18423-1 + COMPONENT + + + + + + + + + 4-Hydroxyphenyllactate + LP18424-9 + COMPONENT + + + + + + + + + 4-Hydroxyphenylpyruvate + LP18425-6 + COMPONENT + + + + + + + + + 5-Hydroxyhexanoate + LP18426-4 + COMPONENT + + + + + + + + + 5-Oxoproline + LP18427-2 + COMPONENT + + + + + + + + + Aconitate + LP18428-0 + COMPONENT + + + + + + + + + Azelate + LP18430-6 + COMPONENT + + + + + + + + + Carnitine.free (C0) + LP18431-4 + COMPONENT + + + + + + + + + Decadienediate + LP18432-2 + COMPONENT + + + + + + + + + Decenedioate + LP18433-0 + COMPONENT + + + + + + + + + Dodecanedioate + LP18434-8 + COMPONENT + + + + + + + + + Epinephrine+Norepinephrine + LP18435-5 + COMPONENT + + + + + + + + + Glutaconate + LP18436-3 + COMPONENT + + + + + + + + + Glutarate + LP18437-1 + COMPONENT + + + + + + + + + Glyoxylate + LP18438-9 + COMPONENT + + + + + + + + + Hydroxydecanedioate + LP18439-7 + COMPONENT + + + + + + + + + Isocitrate + LP18440-5 + COMPONENT + + + + + + + + + Malate + LP18441-3 + COMPONENT + + + + + + + + + Methylsuccinate + LP18443-9 + COMPONENT + + + + + + + + + Mevalonate + LP18444-7 + COMPONENT + + + + + + + + + N-acetyl-L-aspartate + LP18445-4 + COMPONENT + + + + + + + + + N-acetyltyrosine + LP18446-2 + COMPONENT + + + + + + + + + N-methylhistamine + LP18447-0 + COMPONENT + + + + + + + + + Octanoate + LP18448-8 + COMPONENT + + + + + + + + + Octenedioate + LP18449-6 + COMPONENT + + + + + + + + + Phenylacetate + LP18450-4 + COMPONENT + + + + + + + + + Phenyllactate + LP18451-2 + COMPONENT + + + + + + + + + Sebacate + LP18453-8 + COMPONENT + + + + + + + + + Suberate + LP18454-6 + COMPONENT + + + + + + + + + Uracil + LP18455-3 + COMPONENT + + + + + + + + + Alkaline phosphatase.liver 1 + LP18470-2 + COMPONENT + + + + + + + + + Alkaline phosphatase.liver 2 + LP18471-0 + COMPONENT + + + + + + + + + Beta-2 transferrin + LP18472-8 + COMPONENT + + + + + + + + + Deoxypyridinoline.free + LP18475-1 + COMPONENT + + + + + + + + + Estradiol.bioavailable + LP18477-7 + COMPONENT + + + + + + + + + Nitrosonaphthol + LP18478-5 + COMPONENT + + + + + + + + + Thyrotropin.beta subunit + LP18479-3 + COMPONENT + + + + + + + + + Tumor necrosis factor.alpha + LP18480-1 + COMPONENT + + + + + + + + + Oxipurinol + LP18483-5 + COMPONENT + + + + + + + + + Interleukin 1 beta + LP18509-7 + COMPONENT + + + + + + + + + Delta tocopherol + LP18511-3 + COMPONENT + + + + + + + + + Prostaglandin A + LP18512-1 + COMPONENT + + + + + + + + + Thyroxine.prealbumin bound + LP18513-9 + COMPONENT + + + + + + + + + Thyroxine.thyroxine binding globulin bound + LP18514-7 + COMPONENT + + + + + + + + + Cortisone + LP18544-4 + COMPONENT + + + + + + + + + D-Lactate + LP18545-1 + COMPONENT + + + + + + + + + Elastase + LP18546-9 + COMPONENT + + + + + + + + + Epidermal growth factor + LP18547-7 + COMPONENT + + + + + + + + + Estrogen binding protein + LP18548-5 + COMPONENT + + + + + + + + + Collagen crosslinked N-telopeptide + LP18564-2 + COMPONENT + + + + + + + + + 18-Hydroxycortisol + LP18570-9 + COMPONENT + + + + + + + + + Corticotropin.big fragment + LP18571-7 + COMPONENT + + + + + + + + + Cholesterol sulfate + LP18572-5 + COMPONENT + + + + + + + + + Gamma melanocyte stimulating hormone + LP18573-3 + COMPONENT + + + + + + + + + Immunosuppressive acidic protein + LP18574-1 + COMPONENT + + + + + + + + + Vascular adhesion protein 1 + LP185746-7 + COMPONENT + + + + + + + + + Vascular endothelial growth factor A + LP185747-5 + COMPONENT + + + + + + + + + Tumor necrosis factor receptor superfamily member 1A + LP185748-3 + COMPONENT + + + + + + + + + Interstitial collagenase + LP185749-1 + COMPONENT + + + + + + + + + N-methylimidazoleacetate + LP18575-8 + COMPONENT + + + + + + + + + Stromelysin-1 + LP185750-9 + COMPONENT + + + + + + + + + VectraDA + LP185751-7 + METHOD + + + + + + + + + Rheumatoid arthritis disease activity score + LP185753-3 + COMPONENT + + + + + + + + + Rheumatoid arthritis disease activity score level + LP185754-1 + COMPONENT + + + + + + + + + Rheumatoid arthritis disease activity score confidence interval + LP185755-8 + COMPONENT + + + + + + + + + Resistin + LP185757-4 + COMPONENT + + + + + + + + + Palatinase + LP18576-6 + COMPONENT + + + + + + + + + Peptide histidine isoleucine + LP18577-4 + COMPONENT + + + + + + + + + Likelihood + LP185777-2 + PROPERTY + + + + + + + + + Pituitary glycoprotein hormone.alpha subunit + LP18578-2 + COMPONENT + + + + + + + + + Pyrroles + LP18579-0 + COMPONENT + + + + + + + + + Sucrase + LP18580-8 + COMPONENT + + + + + + + + + + Based on maternal age + LP185800-2 + METHOD + + + + + + + + + Tissue polypeptide + LP18581-6 + COMPONENT + + + + + + + + + Score + LP185820-0 + PROPERTY + + + + + + + + + Lactate dehydrogenase.body fld + LP185928-1 + COMPONENT + + + + + + + + + Lathosterol + LP185931-5 + COMPONENT + + + + + + + + + Lysophosphatidylcholine(18:0) + LP185933-1 + COMPONENT + + + + + + + + + Lysophosphatidylcholine(16:0) + LP185934-9 + COMPONENT + + + + + + + + + Phosphomannomutase 2 + LP186036-2 + COMPONENT + + + + + + + + + Mannose-6-phosphate isomerase + LP186037-0 + COMPONENT + + + + + + + + + Pyruvate dehydrogenase + LP18605-3 + COMPONENT + + + + + + + + + MS.MALDI-TOF + LP186074-3 + METHOD + + + + + + + + + 8(9)-Cholestenol + LP186173-3 + COMPONENT + + + + + + + + + Optical density + LP18626-9 + COMPONENT + + + + + + + + + Gammopathy + LP18628-5 + COMPONENT + + + + + + + + + Calculus analysis + LP18632-7 + COMPONENT + + + + + + + + + Coproporphyrin 1 + LP18633-5 + COMPONENT + + + + + + + + + Folate+Cyanocobalamin + LP18642-6 + COMPONENT + + + + + + + + + Heptacarboxylate + LP18644-2 + COMPONENT + + + + + + + + + Hexacarboxylate + LP18645-9 + COMPONENT + + + + + + + + + Mesoporphyrin + LP18646-7 + COMPONENT + + + + + + + + + Pentacarboxylate + LP18650-9 + COMPONENT + + + + + + + + + Uroporphyrin 1 isomer + LP18653-3 + COMPONENT + + + + + + + + + Uroporphyrin 3 isomer + LP18654-1 + COMPONENT + + + + + + + + + Estradiol.free + LP18655-8 + COMPONENT + + + + + + + + + Estrone.bioavailable + LP18666-5 + COMPONENT + + + + + + + + + Methionine+Tryptophan + LP18674-9 + COMPONENT + + + + + + + + + Isoleucine+Leucine + LP18675-6 + COMPONENT + + + + + + + + + Beta aminoisobutyrate+Proline + LP18676-4 + COMPONENT + + + + + + + + + Anserine+Carnosine+Cysteine+Histidine+Ornithine + LP18677-2 + COMPONENT + + + + + + + + + Glutamate+Glutamine+Threonine + LP18678-0 + COMPONENT + + + + + + + + + Aspartate+Citrulline+Glycine+Homocystine+Hydroxyproline + LP18679-8 + COMPONENT + + + + + + + + + Arginine+Argininosuccinate+Lysine+Serine+Taurine + LP18680-6 + COMPONENT + + + + + + + + + Alanine+Ethanolamine + LP18681-4 + COMPONENT + + + + + + + + + Cryoglobulin.IgA + LP18695-4 + COMPONENT + + + + + + + + + Cryoglobulin.IgM + LP18697-0 + COMPONENT + + + + + + + + + Cryoproteins + LP18699-6 + COMPONENT + + + + + + + + + Zinc transporter 8 + LP187079-1 + COMPONENT + + + + + + + + + ScoreRange + LP187190-6 + PROPERTY + + + + + + + + + Rheumatoid arthritis disease activity + LP187192-2 + COMPONENT + + + + + + + + + Apolipoprotein E3 + LP18776-2 + COMPONENT + + + + + + + + + Apolipoprotein E4 + LP18777-0 + COMPONENT + + + + + + + + + Estrone sulfate + LP18778-8 + COMPONENT + + + + + + + + + + Ergosterol + LP18790-3 + COMPONENT + + + + + + + + + Testosterone.free + LP18811-7 + COMPONENT + + + + + + + + + Pregnanediolone + LP188448-7 + COMPONENT + + + + + + + + + N-tau methylimidazoleacetate + LP188449-5 + COMPONENT + + + + + + + + + + Beta 2 glycoprotein 1 + LP18861-2 + COMPONENT + + + + + + + + + + Sodium urate crystals + LP18869-5 + COMPONENT + + + + + + + + + + Urate dihydrate crystals + LP18870-3 + COMPONENT + + + + + + + + + + Calcium bilirubinate crystals + LP18871-1 + COMPONENT + + + + + + + + + Newberyite crystals + LP18872-9 + COMPONENT + + + + + + + + + + Calcium oxalate dihydrate crystals + LP18873-7 + COMPONENT + + + + + + + + + + Calcium oxalate monohydrate crystals + LP18874-5 + COMPONENT + + + + + + + + + Calcium hydrogen phosphate crystals + LP18875-2 + COMPONENT + + + + + + + + + ThreshNum + LP188772-0 + PROPERTY + + + + + + + + + Alpha aminoisobutyrate + LP18887-7 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.pentasialo+hexasialo + LP189002-1 + COMPONENT + + + + + + + + + Bile acid.dihydroxy + LP18908-1 + COMPONENT + + + + + + + + + Bile acid.trihydroxy + LP18909-9 + COMPONENT + + + + + + + + + Butyrate + LP18913-1 + COMPONENT + + + + + + + + + Carbohydrates + LP18916-4 + COMPONENT + + + + + + + + + Corticotropin.canine + LP18928-9 + COMPONENT + + + + + + + + + Cystine+Homocystine + LP18934-7 + COMPONENT + + + + + + + + + Ghrelin + LP189445-2 + COMPONENT + + + + + + + + + Lysosomal acid lipase + LP189526-9 + COMPONENT + + + + + + + + + 4-MU-palmitate substrate + LP189527-7 + METHOD + + + + + + + + + 4-MU-oleate substrate + LP189528-5 + METHOD + + + + + + + + + Mitochondrial respiratory chain enzyme analysis + LP189532-7 + COMPONENT + + + + + + + + + Estriols + LP18957-8 + COMPONENT + + + + + + + + + Mitochondrial respiratory chain enzymes + LP189602-8 + COMPONENT + + + + + + + + + 1-14C-pyruvate substrate + LP189603-6 + METHOD + + + + + + + + + 2-14C-pyruvate substrate + LP189604-4 + METHOD + + + + + + + + + 1-14C-glutamate substrate + LP189606-9 + METHOD + + + + + + + + + 1-14C-leucine substrate + LP189607-7 + METHOD + + + + + + + + + 2,3-14C-succinate substrate + LP189608-5 + METHOD + + + + + + + + + + Calculated.VectraDA + LP189709-1 + METHOD + + + + + + + + + Detection limit <= 3.0 mg/L + LP189766-1 + METHOD + + + + + + + + + Interleukin 1+2 + LP18982-6 + COMPONENT + + + + + + + + + Iodine.inorganic + LP18983-4 + COMPONENT + + + + + + + + + Fatty acids.long chain + LP18990-9 + COMPONENT + + + + + + + + + Levulinate + LP189964-2 + COMPONENT + + + + + + + + + RptPeriod + LP190654-6 + TIME + + + + + + + + + 3-Methoxytyramine.free + LP190767-6 + COMPONENT + + + + + + + + + Arginase-1 + LP190776-7 + COMPONENT + + + + + + + + + Lysosomal enzymes screen + LP19134-3 + COMPONENT + + + + + + + + + Octadecanoate + LP19175-6 + COMPONENT + + + + + + + + + Isotopic + LP191793-1 + METHOD + + + + + + + + + Prostaglandins + LP19203-6 + COMPONENT + + + + + + + + + Retinoate esters + LP19210-1 + COMPONENT + + + + + + + + + Retinyl esters + LP19211-9 + COMPONENT + + + + + + + + + Sulfate.organic + LP19230-9 + COMPONENT + + + + + + + + + Testosterone.weakly bound + LP19233-3 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle + LP19251-5 + COMPONENT + + + + + + + + + Estradiol.albumin bound + LP19252-3 + COMPONENT + + + + + + + + + Ubiquinone 10 + LP19264-8 + COMPONENT + + + + + + + + + Delta alanine + LP19267-1 + COMPONENT + + + + + + + + + Acetylcarnitine (C2) + LP19301-8 + COMPONENT + + + + + + + + + Propionylcarnitine (C3) + LP19303-4 + COMPONENT + + + + + + + + + Butyrylcarnitine (C4) + LP19304-2 + COMPONENT + + + + + + + + + Crotonylcarnitine (C4:1) + LP19305-9 + COMPONENT + + + + + + + + + Isovalerylcarnitine (C5) + LP19306-7 + COMPONENT + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH) + LP19307-5 + COMPONENT + + + + + + + + + Hexanoylcarnitine (C6) + LP19308-3 + COMPONENT + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH) + LP19309-1 + COMPONENT + + + + + + + + + Benzoylcarnitine (BzCn) + LP19310-9 + COMPONENT + + + + + + + + + Methylmalonylcarnitine (C4-DC) + LP19311-7 + COMPONENT + + + + + + + + + Octenoylcarnitine (C8:1) + LP19312-5 + COMPONENT + + + + + + + + + Octanoylcarnitine (C8) + LP19313-3 + COMPONENT + + + + + + + + + Glutarylcarnitine (C5-DC) + LP19314-1 + COMPONENT + + + + + + + + + Adipoylcarnitine (C6-DC) + LP19315-8 + COMPONENT + + + + + + + + + cis-4-Decenoylcarnitine (Cis 4 C10:1) + LP19316-6 + COMPONENT + + + + + + + + + Decanoylcarnitine (C10) + LP19317-4 + COMPONENT + + + + + + + + + Suberylcarnitine (C8-DC) + LP19318-2 + COMPONENT + + + + + + + + + Dodecenoylcarnitine (C12:1) + LP19319-0 + COMPONENT + + + + + + + + + Dodecanoylcarnitine (C12) + LP19320-8 + COMPONENT + + + + + + + + + Tetradecadienoylcarnitine (C14:2) + LP19321-6 + COMPONENT + + + + + + + + + Tetradecenoylcarnitine (C14:1) + LP19322-4 + COMPONENT + + + + + + + + + 3-Hydroxytetradecadienoylcarnitine (C14:2-OH) + LP19323-2 + COMPONENT + + + + + + + + + 3-Hydroxytetradecenoylcarnitine (C14:1-OH) + LP19324-0 + COMPONENT + + + + + + + + + Palmitoylcarnitine (C16) + LP19325-7 + COMPONENT + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH) + LP19326-5 + COMPONENT + + + + + + + + + Linoleoylcarnitine (C18:2) + LP19327-3 + COMPONENT + + + + + + + + + Liver fibrosis score + LP193274-0 + COMPONENT + + + + + + + + + Oleoylcarnitine (C18:1) + LP19328-1 + COMPONENT + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH) + LP19329-9 + COMPONENT + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH) + LP19330-7 + COMPONENT + + + + + + + + + Erythropoietin Ab + LP193958-8 + COMPONENT + + + + + + + + + Zinc transporter 8 Ab + LP193959-6 + COMPONENT + + + + + + + + + Electrolytes + LP19403-2 + COMPONENT + + + + + + + + + Genetic screen + LP19405-7 + COMPONENT + + + + + + + + + Meconium + LP19409-9 + COMPONENT + + + + + + + + + Urea nitrogen comment + LP19421-4 + COMPONENT + + + + + + + + + Cytokeratin 19 + LP19423-0 + COMPONENT + + + + + + + + + Tissue polypeptide specific + LP19424-8 + COMPONENT + + + + + + + + + Fibronectin.fetal + LP19447-9 + COMPONENT + + + + + + + + + Alkaline phosphatase.bile + LP19449-5 + COMPONENT + + + + + + + + + Surfactant + LP19460-2 + COMPONENT + + + + + + + + + Alanine+Cystine+Histidine+Homocysteine+Leucine+Phenylalanine+Tyrosine + LP19487-5 + COMPONENT + + + + + + + + + Leptin + LP19488-3 + COMPONENT + + + + + + + + + Alanine+Histidine+Leucine+Phenylalanine+Tyrosine + LP19490-9 + COMPONENT + + + + + + + + + Thiopurine methyltransferase + LP19492-5 + COMPONENT + + + + + + + + + 3-Hydroxydodecanedioate + LP19494-1 + COMPONENT + + + + + + + + + 5-Hydroxytryptophan + LP19497-4 + COMPONENT + + + + + + + + + Adenosine monophosphate.cyclic.nephrogenous + LP19499-0 + COMPONENT + + + + + + + + + Osteocalcin.bovine + LP19508-8 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.asialo + LP19554-2 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.monosialo + LP19555-9 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.disialo + LP19556-7 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.trisialo + LP19557-5 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.tetrasialo + LP19558-3 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.pentasialo + LP19559-1 + COMPONENT + + + + + + + + + IgG.bovine + LP19625-0 + COMPONENT + + + + + + + + + 7-Dehydrocholesterol + LP19866-0 + COMPONENT + + + + + + + + + [9,10-3H] myristate substrate + LP199479-9 + METHOD + + + + + + + + + [9,10-3H] palmitate substrate + LP199480-7 + METHOD + + + + + + + + + Acyl CoA dehydrogenases.palmitate substrate + LP199482-3 + COMPONENT + + + + + + + + + Epipregnanolone + LP199506-9 + COMPONENT + + + + + + + + + Calculated.HepaScore + LP199510-1 + METHOD + + + + + + + + + Hyocholate + LP199515-0 + COMPONENT + + + + + + + + + S-adenosylmethionine + LP199517-6 + COMPONENT + + + + + + + + + Neurofilament medium chain Ab + LP199519-2 + COMPONENT + + + + + + + + + Neurofilament medium chain + LP199520-0 + COMPONENT + + + + + + + + + Neurofilament heavy chain + LP199521-8 + COMPONENT + + + + + + + + + Neurofilament heavy chain Ab + LP199522-6 + COMPONENT + + + + + + + + + Phosphomannomutase 1 + LP199552-3 + COMPONENT + + + + + + + + + Sedoheptulose + LP199553-1 + COMPONENT + + + + + + + + + Creatine transport protein + LP199559-8 + COMPONENT + + + + + + + + + N-acetylaspartylglutamate + LP199560-6 + COMPONENT + + + + + + + + + Cathepsin A + LP199573-9 + COMPONENT + + + + + + + + + Guanine + LP199583-8 + COMPONENT + + + + + + + + + Dihydroorotate + LP199587-9 + COMPONENT + + + + + + + + + Dihydrothymine + LP199588-7 + COMPONENT + + + + + + + + + + Pseudouridine + LP199589-5 + COMPONENT + + + + + + + + + Guanosine + LP199590-3 + COMPONENT + + + + + + + + + 5-Hydroxymethyluracil + LP199591-1 + COMPONENT + + + + + + + + + Adenylosuccinate + LP199592-9 + COMPONENT + + + + + + + + + Hawkinsin + LP200103-2 + COMPONENT + + + + + + + + + D-3-phosphoglycerate dehydrogenase + LP200136-2 + COMPONENT + + + + + + + + + Prolactin.dimeric + LP200141-2 + COMPONENT + + + + + + + + + Prolactin isoforms pattern + LP200143-8 + COMPONENT + + + + + + + + + Provasopressin.C-terminal + LP200145-3 + COMPONENT + + + + + + + + + 3-Hydroxytrimethyl-L-lysine + LP200265-9 + COMPONENT + + + + + + + + + Trimethyllysine + LP200267-5 + COMPONENT + + + + + + + + + 7,8-Dihydrobiopterin + LP200268-3 + COMPONENT + + + + + + + + + 7-lathosterol + LP200269-1 + COMPONENT + + + + + + + + + 8-lathosterol + LP200270-9 + COMPONENT + + + + + + + + + Arabinose + LP200272-5 + COMPONENT + + + + + + + + + IgG clearance + LP200288-1 + COMPONENT + + + + + + + + + Acyl CoA dehydrogenases + LP200316-0 + COMPONENT + + + + + + + + + C29 dicarboxylate + LP200317-8 + COMPONENT + + + + + + + + + Hepatocyte growth factor + LP200417-6 + COMPONENT + + + + + + + + + D-2-hydroxyglutarate + LP200421-8 + COMPONENT + + + + + + + + + L-2-hydroxyglutarate + LP200422-6 + COMPONENT + + + + + + + + + D- & L-2-hydroxyglutarate pattern + LP200423-4 + COMPONENT + + + + + + + + + Creatine, guanidinoacetate & creatinine pattern + LP200425-9 + COMPONENT + + + + + + + + + Carnitine biosynthesis intermediates pattern + LP200428-3 + COMPONENT + + + + + + + + + Gamma butyrobetaine + LP200429-1 + COMPONENT + + + + + + + + + Isoxanthopterin + LP200430-9 + COMPONENT + + + + + + + + + Lysophosphatidylcholine(26:0) + LP200432-5 + COMPONENT + + + + + + + + + Sterols pattern + LP200439-0 + COMPONENT + + + + + + + + + Squalene + LP200440-8 + COMPONENT + + + + + + + + + 7-Isobiopterin + LP200448-1 + COMPONENT + + + + + + + + + Dimethylacetals pattern + LP200450-7 + COMPONENT + + + + + + + + + Pyridoxal phosphate & pyridoxal & pyridoxine pattern + LP200469-7 + COMPONENT + + + + + + + + + NADH:ubiquinone reductase + LP200493-7 + COMPONENT + + + + + + + + + Creatine & guanidinoacetate pattern + LP200554-6 + COMPONENT + + + + + + + + + Pterins pattern + LP200576-9 + COMPONENT + + + + + + + + + Xanthopterin + LP200577-7 + COMPONENT + + + + + + + + + 2-Amino-4-hydroxypteridine + LP200578-5 + COMPONENT + + + + + + + + + S-adenosylhomocysteine + LP200579-3 + COMPONENT + + + + + + + + + S-adenosylmethionine & S-adenosylhomocystine pattern + LP200581-9 + COMPONENT + + + + + + + + + Creatine uptake + LP201269-0 + METHOD + + + + + + + + + Bile alcohols pattern + LP201276-5 + COMPONENT + + + + + + + + + 27-Norcholestanehexol + LP201277-3 + COMPONENT + + + + + + + + + 5-beta-cholestane-3-alpha,7-alpha,12-alpha,24,25-pentol + LP201278-1 + COMPONENT + + + + + + + + + 5-beta-cholestane-3-alpha,7-alpha,12-alpha,23-tetrol + LP201279-9 + COMPONENT + + + + + + + + + Magnesium.ionized + LP20161-3 + COMPONENT + + + + + + + + + Insulin-like growth factor + LP20163-9 + COMPONENT + + + + + + + + + S-beta aminoisobutyrate + LP201653-5 + COMPONENT + + + + + + + + + R-beta aminoisobutyrate + LP201654-3 + COMPONENT + + + + + + + + + 2-Methyltyrosine + LP201655-0 + COMPONENT + + + + + + + + + Alanylproline + LP201657-6 + COMPONENT + + + + + + + + + Aspartylglycine + LP201659-2 + COMPONENT + + + + + + + + + Allocystathionine + LP201660-0 + COMPONENT + + + + + + + + + D-serine + LP201661-8 + COMPONENT + + + + + + + + + L-serine + LP201662-6 + COMPONENT + + + + + + + + + Beta alanine & Beta aminoisobutyrate & Gamma aminobutyrate pattern + LP201667-5 + COMPONENT + + + + + + + + + R- & S-beta aminoisobutyrate & D- & L-serine pattern + LP201669-1 + COMPONENT + + + + + + + + + N,N'-dimethylarginine + LP201670-9 + COMPONENT + + + + + + + + + Glucosamine + LP201674-1 + COMPONENT + + + + + + + + + Glycylproline + LP201675-8 + COMPONENT + + + + + + + + + Glutamylphenylalanine + LP201676-6 + COMPONENT + + + + + + + + + 5-S-cysteinyldopa + LP201678-2 + COMPONENT + + + + + + + + + Galactosamine + LP201679-0 + COMPONENT + + + + + + + + + Glycyl-4-hydroxyproline + LP201680-8 + COMPONENT + + + + + + + + + L-homoarginine + LP201681-6 + COMPONENT + + + + + + + + + L-homoserine + LP201682-4 + COMPONENT + + + + + + + + + N-alpha acetyllysine + LP201683-2 + COMPONENT + + + + + + + + + + Aspartylglycosamine + LP201684-0 + COMPONENT + + + + + + + + + L-leucyl-L-proline + LP201686-5 + COMPONENT + + + + + + + + + N-monomethylarginine + LP201687-3 + COMPONENT + + + + + + + + + N6-Acetyl-L-lysine + LP201688-1 + COMPONENT + + + + + + + + + Prolylhydroxyproline + LP201689-9 + COMPONENT + + + + + + + + + Saccharopine + LP201690-7 + COMPONENT + + + + + + + + + Beta-ureidoisobutyrate + LP201691-5 + COMPONENT + + + + + + + + + Cytosine + LP201692-3 + COMPONENT + + + + + + + + + Cytidine + LP201693-1 + COMPONENT + + + + + + + + + 5,6-Dihydrouridine + LP201695-6 + COMPONENT + + + + + + + + + Purine & Pyrimidine pattern + LP201701-2 + COMPONENT + + + + + + + + + 5,6-Dihydrouracil + LP201702-0 + COMPONENT + + + + + + + + + 5-Aminoimidazole-4-carboxamide + LP201703-8 + COMPONENT + + + + + + + + + 2,8-dihydroxyadenine + LP201704-6 + COMPONENT + + + + + + + + + Soluble CD27 + LP201741-8 + COMPONENT + + + + + + + + + + Folate & tryptophan & metabolites pattern + LP201743-4 + COMPONENT + + + + + + + + + Galactosylhydroxylysine + LP201745-9 + COMPONENT + + + + + + + + + 3-Hydroxyisobutyrate dehydrogenase + LP201746-7 + COMPONENT + + + + + + + + + 3-Hydroxyisobutyryl-CoA hydrolase + LP201747-5 + COMPONENT + + + + + + + + + 3-Methylcrotonyl-CoA carboxylase + LP201748-3 + COMPONENT + + + + + + + + + 3-Methylglutaconyl-CoA hydratase + LP201749-1 + COMPONENT + + + + + + + + + Alkyl-dihydroxyacetonephosphate synthase + LP201754-1 + COMPONENT + + + + + + + + + Alpha-methylacyl CoA racemase + LP201758-2 + COMPONENT + + + + + + + + + Beta-ureidopropionase + LP201761-6 + COMPONENT + + + + + + + + + Cystathionine beta synthase + LP201767-3 + COMPONENT + + + + + + + + + Eicosadienoate + LP201768-1 + COMPONENT + + + + + + + + + Octadecatetraenoate + LP201769-9 + COMPONENT + + + + + + + + + Docosadienoate + LP201770-7 + COMPONENT + + + + + + + + + cis-11-Eicosenoate + LP201771-5 + COMPONENT + + + + + + + + + cis-13-Eicosenoate + LP201773-1 + COMPONENT + + + + + + + + + cis-11,14-Eicosadienoate + LP201774-9 + COMPONENT + + + + + + + + + Inosine triphosphate pyrophosphatase + LP201778-0 + COMPONENT + + + + + + + + + Ribose-5-phosphate isomerase + LP201784-8 + COMPONENT + + + + + + + + + Succinate semialdehyde dehydrogenase + LP201790-5 + COMPONENT + + + + + + + + + Uridine monophosphate synthetase + LP201792-1 + COMPONENT + + + + + + + + + 1,4-Cyclohexanediol + LP201844-0 + COMPONENT + + + + + + + + + 3,4-Dihydroxybutyrate + LP201845-7 + COMPONENT + + + + + + + + + 2,5-Furandicarboxylate + LP201846-5 + COMPONENT + + + + + + + + + 3-Hydroxyadipate 3,6-lactone + LP201848-1 + COMPONENT + + + + + + + + + 3,4-Dihydroxyhydrocinnamate + LP201849-9 + COMPONENT + + + + + + + + + Hydantoin-5-propionate + LP201850-7 + COMPONENT + + + + + + + + + 3-(3-Hydroxyphenyl)propanoate + LP201851-5 + COMPONENT + + + + + + + + + Vanilloylglycine + LP201852-3 + COMPONENT + + + + + + + + + 4-Hydroxyvalerate + LP201853-1 + COMPONENT + + + + + + + + + 3,5-Dihydroxybenzoate + LP201854-9 + COMPONENT + + + + + + + + + Lactyl lactate + LP201855-6 + COMPONENT + + + + + + + + + Furoylglycine + LP201856-4 + COMPONENT + + + + + + + + + Pimelate + LP201857-2 + COMPONENT + + + + + + + + + 3-Hydroxybenzoate + LP201858-0 + COMPONENT + + + + + + + + + 4-Hydroxyhippurate + LP201859-8 + COMPONENT + + + + + + + + + 3-Hydroxyhippurate + LP201860-6 + COMPONENT + + + + + + + + + Desaminotyrosine + LP201861-4 + COMPONENT + + + + + + + + + 4-Deoxythreonate + LP201869-7 + COMPONENT + + + + + + + + + Monolysocardiolipin + LP201884-6 + COMPONENT + + + + + + + + + Respiratory.lower + LP201886-1 + SYSTEM + + + + + + + + + Mucopolysaccharidosis type I + LP203226-8 + COMPONENT + + + + + + + + + Mucopolysaccharidosis type I newborn screening comment-discussion + LP203233-4 + COMPONENT + + + + + + + + + Phytanoyl CoA hydroxlase + LP203307-6 + COMPONENT + + + + + + + + + EYE.ERG.NEI + LP203648-3 + CLASS + + + + + + + + + SCncSq + LP203668-1 + PROPERTY + + + + + + + + + MCncSq + LP203669-9 + PROPERTY + + + + + + + + + Calculated.FibroSure + LP203677-2 + METHOD + + + + + + + + + Bile alcohols + LP203974-3 + COMPONENT + + + + + + + + + Pterins + LP204179-8 + COMPONENT + + + + + + + + + Pepsin A+Pepsinogen A + LP206550-8 + COMPONENT + + + + + + + + + Glucan 1,4 alpha glucosidase + LP207369-2 + COMPONENT + + + + + + + + + Fractional excretion of magnesium + LP207800-6 + COMPONENT + + + + + + + + + Frataxin + LP207802-2 + COMPONENT + + + + + + + + + Ubiquinone 10.reduced + LP207811-3 + COMPONENT + + + + + + + + + Lactase + LP207986-3 + COMPONENT + + + + + + + + + Methionine sulfoxide + LP20804-8 + COMPONENT + + + + + + + + + Cryoglobulin.complement C3 + LP208125-7 + COMPONENT + + + + + + + + + Procollagen type III + LP20826-1 + COMPONENT + + + + + + + + + Pregnanetriolone + LP20827-9 + COMPONENT + + + + + + + + + Cysteate + LP20850-1 + COMPONENT + + + + + + + + + Hydroxyapatite + LP208508-4 + COMPONENT + + + + + + + + + Beta glucosidase activator + LP20856-8 + COMPONENT + + + + + + + + + Beta-N-acetylhexosaminidase.A activator + LP20857-6 + COMPONENT + + + + + + + + + Cerebroside sulfatase activator + LP20858-4 + COMPONENT + + + + + + + + + Elastase.pancreatic + LP20859-2 + COMPONENT + + + + + + + + + EngDiff + LP208616-5 + PROPERTY + + + + + + + + + Alkaline phosphatase.other fractions + LP20874-1 + COMPONENT + + + + + + + + + Creatine kinase.macromolecular.type 1 + LP20875-8 + COMPONENT + + + + + + + + + Creatine kinase.macromolecular.type 2 + LP20876-6 + COMPONENT + + + + + + + + + Sialate.lipid bound + LP20877-4 + COMPONENT + + + + + + + + + Pepsin + LP20880-8 + COMPONENT + + + + + + + + + Androstenediol + LP20898-0 + COMPONENT + + + + + + + + + Interpretation + LP21032-5 + COMPONENT + + + + + + + + + Amylase isoenzymes + LP21033-3 + COMPONENT + + + + + + + + + IgG.monoclonal + LP21160-4 + COMPONENT + + + + + + + + + Interleukin 10 + LP21163-8 + COMPONENT + + + + + + + + + Carotene.alpha + LP21169-5 + COMPONENT + + + + + + + + + Lycopene + LP21170-3 + COMPONENT + + + + + + + + + Gamma aminoadipate + LP21189-3 + COMPONENT + + + + + + + + + Beta aminoadipate + LP21195-0 + COMPONENT + + + + + + + + + Interleukin 17A + LP212130-1 + COMPONENT + + + + + + + + + Docosatrienoate + LP212165-7 + COMPONENT + + + + + + + + + Eicosatrienoate + LP212166-5 + COMPONENT + + + + + + + + + + Ureidopropionate + LP212177-2 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 17 + LP212178-0 + COMPONENT + + + + + + + + + Signaling lymphocytic activation molecule (SLAM)-associated & X-linked inhibitor of apoptosis protein + LP212185-5 + COMPONENT + + + + + + + + + Glucose meter to reference method correlation + LP212201-0 + COMPONENT + + + + + + + + + Pulmonary artery.left + LP212267-1 + SYSTEM + + + + + + + + + Pulmonary artery.right + LP212268-9 + SYSTEM + + + + + + + + + + Oxygen saturation + LP21258-6 + COMPONENT + + + + + + + + + RelSCnc + LP21275-0 + PROPERTY + + + + + + + + + Bld.dot + LP21304-8 + SYSTEM + + + + + + + + + Alpha-N-acetylglucosaminidase + LP21324-6 + COMPONENT + + + + + + + + + U1 small nuclear ribonucleoprotein 70kD Ab.IgG + LP213587-1 + COMPONENT + + + + + + + + + Radiology systems + LP213720-8 + SYSTEM + + + + + + + + + Protoporphyrin.free + LP21411-1 + COMPONENT + + + + + + + + + Carboxyhemoglobin + LP21418-6 + COMPONENT + + + + + + + + + PrThr + LP217195-9 + PROPERTY + + + + + + + + + IA + LP217197-5 + METHOD + + + + + + + + + IA.rapid + LP217198-3 + METHOD + + + + + + + + + Salicylcarnitine + LP220282-0 + COMPONENT + + + + + + + + + 11-Deoxytetrahydrocorticosterone + LP220341-4 + COMPONENT + + + + + + + + + 3-Hydroxy-3-Methylglutaryl-coenzyme A reductase Ab + LP220363-8 + COMPONENT + + + + + + + + + 3-Hydroxy-3-Methylglutaryl-coenzyme A reductase + LP220364-6 + COMPONENT + + + + + + + + + 17-Hydroxypregnenetriol + LP221170-6 + COMPONENT + + + + + + + + + 3 alpha, 15 beta, 17 alpha-Trihydroxypregnanediolone + LP221172-2 + COMPONENT + + + + + + + + + Allo-pregnanediolone + LP221173-0 + COMPONENT + + + + + + + + + Pregnanolone + LP221174-8 + COMPONENT + + + + + + + + + Calculated.SPINA + LP221213-4 + METHOD + + + + + + + + + Calcium-calmodulin-dependent protein kinase II activity + LP222128-3 + COMPONENT + + + + + + + + + Cholesterol ester transfer protein actual/normal + LP228002-4 + COMPONENT + + + + + + + + + Lecithin cholesterol acyltransferase actual/normal + LP228857-1 + COMPONENT + + + + + + + + + Para aminohippurate renal clearance + LP229193-0 + COMPONENT + + + + + + + + + GlycA + LP230004-6 + COMPONENT + + + + + + + + + Intravenous lipid emulsion + LP230181-2 + COMPONENT + + + + + + + + + Glutamate decarboxylase Ab + LP230192-9 + COMPONENT + + + + + + + + + Glutamate decarboxylase + LP230194-5 + COMPONENT + + + + + + + + + Vascular endothelial growth factor D + LP230210-9 + COMPONENT + + + + + + + + + 11-Dehydrocorticosterone+tetrahydrocorticosterone+allo-tetrahydrocorticosterone + LP230219-0 + COMPONENT + + + + + + + + + Androsterone+etiocholanolone + LP230220-8 + COMPONENT + + + + + + + + + Pregnanediolone+pregnanetriol + LP230221-6 + COMPONENT + + + + + + + + + 11-Deoxytetrahydrocortisol + LP230250-5 + COMPONENT + + + + + + + + + Tetrahydrocortisol+allo-tetrahydrocortisol + LP230263-8 + COMPONENT + + + + + + + + + 3-Hydroxy-3-Methylglutaryl-coenzyme A reductase Ab.IgG + LP230274-5 + COMPONENT + + + + + + + + + Hexanoate + LP231934-3 + COMPONENT + + + + + + + + + CHAL.ROUTINE + LP234174-3 + CLASS + + + + + + + + + X-linked adrenoleukodystrophy newborn screening comment-discussion + LP242686-6 + COMPONENT + + + + + + + + + X-linked adrenoleukodystrophy + LP242687-4 + COMPONENT + + + + + + + + + Purine + LP247699-4 + COMPONENT + + + + + + + + + Osmolarity + LP247701-8 + COMPONENT + + + + + + + + + Lipoprotein.alpha 3 + LP247970-9 + COMPONENT + + + + + + + + + Transferrin.gastrointestinal + LP248464-2 + COMPONENT + + + + + + + + + KFRE + LP248941-9 + METHOD + + + + + + + + + Kidney failure 2Y risk + LP248942-7 + COMPONENT + + + + + + + + + Kidney failure 5Y risk + LP248943-5 + COMPONENT + + + + + + + + + AST to platelet ratio index + LP250658-4 + COMPONENT + + + + + + + + + Sulfur + LP250915-8 + COMPONENT + + + + + + + + + Bone ash + LP250918-2 + COMPONENT + + + + + + + + + Tubular extraction rate + LP262553-3 + COMPONENT + + + + + + + + + Retinal+retinol+retinoic acid + LP263436-0 + COMPONENT + + + + + + + + + Tocopherol+tocotrienol + LP263438-6 + COMPONENT + + + + + + + + + Lipopolysaccharide binding protein + LP263640-7 + COMPONENT + + + + + + + + + Trisomy 18 risk based on maternal age + Pregnancy associated plasma protein A + Choriogonadotropin + Nuchal translucency + LP263692-8 + COMPONENT + + + + + + + + + Fibroblast growth factor 21.intact + LP263758-7 + COMPONENT + + + + + + + + + Calculated.ELF + LP263759-5 + METHOD + + + + + + + + + No addition of P-5'-P + LP264591-1 + METHOD + + + + + + + + + Liver fibrosis interpretation + LP265590-2 + COMPONENT + + + + + + + + + Necroinflammatory activity interpretation + LP265592-8 + COMPONENT + + + + + + + + + Hemoglobin.gastrointestinal.lower + LP265893-0 + COMPONENT + + + + + + + + + Eicosapentaenoate+Docosahexaenoate + LP266157-9 + COMPONENT + + + + + + + + + Pancreatic stone protein + LP266267-6 + COMPONENT + + + + + + + + + Acute kidney injury risk + LP266748-5 + COMPONENT + + + + + + + + + Insulin.intact + LP266761-8 + COMPONENT + + + + + + + + + Calculated.NephroCheck + LP267670-0 + METHOD + + + + + + + + + Suppression of tumorigenicity 2.soluble + LP267947-2 + COMPONENT + + + + + + + + + Globotriaosylsphingosine + LP268082-7 + COMPONENT + + + + + + + + + Cholesterol.in LDL.small dense + LP268292-2 + COMPONENT + + + + + + + + + Trimethylamine N-oxide + LP268293-0 + COMPONENT + + + + + + + + + Liver cancer antibodies & Alpha-1-Fetoprotein panel + LP268298-9 + COMPONENT + + + + + + + + + Apolipoprotein CIII-1 + LP268355-7 + COMPONENT + + + + + + + + + Apolipoprotein CIII-0 + LP268357-3 + COMPONENT + + + + + + + + + Parathyrin.1-84 + LP268392-0 + COMPONENT + + + + + + + + + Aggressive prostate cancer risk + LP269199-8 + COMPONENT + + + + + + + + + Protein.monoclonal isotype + LP269335-8 + COMPONENT + + + + + + + + + F2-Isoprostanes + LP269336-6 + COMPONENT + + + + + + + + + Calculated.4Kscore + LP269365-5 + METHOD + + + + + + + + + Iothalamate clearance + LP269410-9 + COMPONENT + + + + + + + + + Iothalamate + LP269415-8 + COMPONENT + + + + + + + + + Eicosapentaenoate+Docosapentaenate w3+Docosahexaenoate + LP269615-3 + COMPONENT + + + + + + + + + Arachidonate+Linoleate + LP269768-0 + COMPONENT + + + + + + + + + Lysophosphatidylcholine(22:0) + LP269794-6 + COMPONENT + + + + + + + + + Lysophosphatidylcholine(20:0) + LP269795-3 + COMPONENT + + + + + + + + + Lysophosphatidylcholine(24:0) + LP269796-1 + COMPONENT + + + + + + + + + Cholesterol.in LDL 2 + LP270151-6 + COMPONENT + + + + + + + + + Cholesterol.in LDL 1 + LP270152-4 + COMPONENT + + + + + + + + + Cholesterol.in LDL 3 + LP270153-2 + COMPONENT + + + + + + + + + Cholesterol.in LDL 4 + LP270154-0 + COMPONENT + + + + + + + + + Cholesterol.in LDL 5 + LP270155-7 + COMPONENT + + + + + + + + + Cholesterol.in LDL 6 + LP270156-5 + COMPONENT + + + + + + + + + Cholesterol.in LDL 7 + LP270157-3 + COMPONENT + + + + + + + + + Production of 6-Methylmercaptopurine + LP270162-3 + METHOD + + + + + + + + + Production of 6-Methylmercaptopurine riboside + LP270164-9 + METHOD + + + + + + + + + Production of 6-Methylthioguanine riboside + LP270165-6 + METHOD + + + + + + + + + Orexin-A + LP281376-6 + COMPONENT + + + + + + + + + ^BPU + LP281728-8 + SYSTEM + + + + + + + + + Fibroblasts^Control + LP281804-7 + SYSTEM + + + + + + + + + Amnio fld cells + LP28432-0 + SYSTEM + + + + + + + + + Isomaltase + LP28457-7 + COMPONENT + + + + + + + + + Gamma hydroxybutyrate + LP28491-6 + COMPONENT + + + + + + + + + E selectin + LP28520-2 + COMPONENT + + + + + + + + + Calcium-calmodulin-dependent protein kinase II activity actual/Normal + LP285200-4 + COMPONENT + + + + + + + + + N-acetylaspartate + LP28524-4 + COMPONENT + + + + + + + + + Mannose-binding protein + LP28532-7 + COMPONENT + + + + + + + + + Tau protein + LP28537-6 + COMPONENT + + + + + + + + + 4-Hydroxycyclohexylacetate + LP28539-2 + COMPONENT + + + + + + + + + Tocopherols + LP28550-9 + COMPONENT + + + + + + + + + Thyroxine free index + LP28551-7 + COMPONENT + + + + + + + + + 3-Hydroxydodecanoate + LP28558-2 + COMPONENT + + + + + + + + + Transferrin receptor.soluble + LP28565-7 + COMPONENT + + + + + + + + + BldCoA + LP28582-2 + SYSTEM + + + + + + + + + BldCoV + LP28583-0 + SYSTEM + + + + + + + + + Pyridoxal phosphate + LP28587-1 + COMPONENT + + + + + + + + + Pyridoxal + LP28588-9 + COMPONENT + + + + + + + + + Erythrocyte volume + LP28606-9 + COMPONENT + + + + + + + + + Plasma volume + LP28607-7 + COMPONENT + + + + + + + + + Natriuretic peptide.B + LP28609-3 + COMPONENT + + + + + + + + + Androgen.free index + LP28613-5 + COMPONENT + + + + + + + + + Insulin renal clearance + LP286277-1 + COMPONENT + + + + + + + + + Cancer associated serum Ag + LP28642-4 + COMPONENT + + + + + + + + + + Carcinoembryonic Ag + LP28643-2 + COMPONENT + + + + + + + + + Pregnancy associated plasma protein A + LP28774-5 + COMPONENT + + + + + + + + + Parathyrin.biointact + LP28799-2 + COMPONENT + + + + + + + + + HA + LP28800-8 + METHOD + + + + + + + + + Fat + LP28807-3 + COMPONENT + + + + + + + + + Acetoacetate+Acetone + LP28813-1 + COMPONENT + + + + + + + + + Fatty acids.very long chain.C22:0 + LP28818-0 + COMPONENT + + + + + + + + + Choriogonadotropin.beta subunit.free multiple of the median + LP28979-0 + COMPONENT + + + + + + + + + Pregnancy associated plasma protein A multiple of the median + LP28980-8 + COMPONENT + + + + + + + + + 3-Hydroxydodecanoylcarnitine (C12-OH) + LP28984-0 + COMPONENT + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH) + LP28986-5 + COMPONENT + + + + + + + + + 3-Hydroxyhexanoylcarnitine (C6-OH) + LP28987-3 + COMPONENT + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH) + LP28990-7 + COMPONENT + + + + + + + + + Aldosterone.free + LP28991-5 + COMPONENT + + + + + + + + + Alpha subunit.free + LP28992-3 + COMPONENT + + + + + + + + + Alpha-2-Microglobulin + LP28993-1 + COMPONENT + + + + + + + + + Ammonium ion + LP28994-9 + COMPONENT + + + + + + + + + Androstanolone.free + LP28996-4 + COMPONENT + + + + + + + + + Beta aminobutyrate + LP29003-8 + COMPONENT + + + + + + + + + Blood volume + LP29006-1 + COMPONENT + + + + + + + + + Catecholamines.free + LP29013-7 + COMPONENT + + + + + + + + + Catecholamines.free fractionated + LP29014-5 + COMPONENT + + + + + + + + + Choriogonadotropin.alpha subunit.free + LP29018-6 + COMPONENT + + + + + + + + + Choriogonadotropin.beta subunit.free + LP29019-4 + COMPONENT + + + + + + + + + Cortisol.free + LP29041-8 + COMPONENT + + + + + + + + + Decenoylcarnitine (C10:1) + LP29044-2 + COMPONENT + + + + + + + + + Elastase.pancreatic.free + LP29049-1 + COMPONENT + + + + + + + + + Gastric acid.free + LP29054-1 + COMPONENT + + + + + + + + + Palmitoleylcarnitine (C16:1) + LP29060-8 + COMPONENT + + + + + + + + + Hydroxyproline.free + LP29068-1 + COMPONENT + + + + + + + + + Immunoglobulin light chains.free + LP29071-5 + COMPONENT + + + + + + + + + Inhibin B + LP29072-3 + COMPONENT + + + + + + + + + Inositol.free + LP29074-9 + COMPONENT + + + + + + + + + Insulin.free + LP29075-6 + COMPONENT + + + + + + + + + Iodine.free + LP29076-4 + COMPONENT + + + + + + + + + Immunoglobulin light chains.kappa.free + LP29081-4 + COMPONENT + + + + + + + + + Immunoglobulin light chains.lambda.free + LP29082-2 + COMPONENT + + + + + + + + + pH.free acid + LP29094-7 + COMPONENT + + + + + + + + + pH.total acid + LP29095-4 + COMPONENT + + + + + + + + + Progesterone.free + LP29102-8 + COMPONENT + + + + + + + + + Retinol.free + LP29107-7 + COMPONENT + + + + + + + + + Stearoylcarnitine (C18) + LP29115-0 + COMPONENT + + + + + + + + + Testosterone.bound + LP29116-8 + COMPONENT + + + + + + + + + Tetradecanoylcarnitine (C14) + LP29117-6 + COMPONENT + + + + + + + + + Thyroxine.free + LP29119-2 + COMPONENT + + + + + + + + + Triiodothyronine.free + LP29126-7 + COMPONENT + + + + + + + + + Trypsinogen I.free + LP29128-3 + COMPONENT + + + + + + + + + Tryptophan.free + LP29129-1 + COMPONENT + + + + + + + + + Vegetable fibers + LP29132-5 + COMPONENT + + + + + + + + + PlasA + LP29157-2 + SYSTEM + + + + + + + + + PlasV + LP29158-0 + SYSTEM + + + + + + + + + + Bone + LP29159-8 + SYSTEM + + + + + + + + + Lymph node.FNA + LP29160-6 + SYSTEM + + + + + + + + + Carbonated calcium phosphate + LP29178-8 + COMPONENT + + + + + + + + + + Myeloperoxidase + LP29281-0 + COMPONENT + + + + + + + + + Heart.atrium.right.high + LP29298-4 + SYSTEM + + + + + + + + + Heart.atrium.right.low + LP29299-2 + SYSTEM + + + + + + + + + Heart.atrium.right.mid + LP29300-8 + SYSTEM + + + + + + + + + High sensitivity + LP29325-5 + METHOD + + + + + + + + + 3D 37 deg C incubation + LP29326-3 + METHOD + + + + + + + + + Acylglycines + LP29636-5 + COMPONENT + + + + + + + + + Succinylpurines + LP29637-3 + COMPONENT + + + + + + + + + Estimated average glucose + LP29646-4 + COMPONENT + + + + + + + + + Creatinine renal clearance + LP29650-6 + COMPONENT + + + + + + + + + Creatinine clearance + LP29651-4 + COMPONENT + + + + + + + + + Lab + LP29693-6 + CLASS + + + + + + + + + Hemodyn + LP29712-4 + CLASS + + + + + + + + + TPN + LP29730-6 + SYSTEM + + + + + + + + + Bones + LP29835-3 + SYSTEM + + + + + + + + + Cardiovascular.central artery + LP29871-8 + SYSTEM + + + + + + + + + Genitourinary system + LP30000-1 + SYSTEM + + + + + + + + + Liver & Portal System + LP30070-4 + SYSTEM + + + + + + + + + Plas+CSF + LP30184-3 + SYSTEM + + + + + + + + + Vena cava.inferior + LP30403-7 + SYSTEM + + + + + + + + + Intravascular space + LP30455-7 + SYSTEM + + + + + + + + + Body site + LP30569-5 + SYSTEM + + + + + + + + + Cell types + LP30570-3 + SYSTEM + + + + + + + + + Vital signs + LP30605-7 + CLASS + + + + + + + + + Devices + LP30607-3 + SYSTEM + + + + + + + + + Misc + LP30609-9 + COMPONENT + + + + + + + + + Great vessels + LP30622-2 + SYSTEM + + + + + + + + + Miscellaneous systems + LP30632-1 + SYSTEM + + + + + + + + + Obstetrical + LP30635-4 + SYSTEM + + + + + + + + + Veterinary + LP30636-2 + SYSTEM + + + + + + + + + Nitroprusside reacting substances + LP30646-1 + COMPONENT + + + + + + + + + Miscellaneous allergens + LP30681-8 + COMPONENT + + + + + + + + + Drug allergens + LP30682-6 + COMPONENT + + + + + + + + + Occupational allergens + LP30689-1 + COMPONENT + + + + + + + + + 3-Methoxytyramine + LP30691-7 + COMPONENT + + + + + + + + + Occupational singles + LP30729-5 + COMPONENT + + + + + + + + + Homocysteine cysteine disulfide + LP30736-0 + COMPONENT + + + + + + + + + Vena cava.superior + LP30754-3 + SYSTEM + + + + + + + + + Leucine+Isoleucine+Valine + LP30763-4 + COMPONENT + + + + + + + + + Hematology + LP30786-5 + COMPONENT + + + + + + + + + Protein.monoclonal + LP30793-1 + COMPONENT + + + + + + + + + Fatty acids.very long chain.C26:1 + LP30800-4 + COMPONENT + + + + + + + + + CVS + LP30806-1 + SYSTEM + + + + + + + + + Anion gap + LP30809-5 + COMPONENT + + + + + + + + + Fluorescence polarization + LP30815-2 + COMPONENT + + + + + + + + + Levamisole inhibition + LP30818-6 + METHOD + + + + + + + + + Amyloid beta 42 peptide + LP30823-6 + COMPONENT + + + + + + + + + Guanidinoacetate + LP30825-1 + COMPONENT + + + + + + + + + Interleukin 8 + LP30829-3 + COMPONENT + + + + + + + + + CAct + LP30830-1 + PROPERTY + + + + + + + + + Leukotriene E4 + LP30837-6 + COMPONENT + + + + + + + + + Branched chain keto-acid dehydrogenase complex + LP30840-0 + COMPONENT + + + + + + + + + Acylcarnitine pattern + LP30844-2 + COMPONENT + + + + + + + + + Bile acid pattern + LP30845-9 + COMPONENT + + + + + + + + + Glycosaminoglycans pattern + LP30847-5 + COMPONENT + + + + + + + + + + Organic acids pattern + LP30850-9 + COMPONENT + + + + + + + + + Fatty acids.very long chain pattern + LP30851-7 + COMPONENT + + + + + + + + + Misc hem + LP30865-7 + COMPONENT + + + + + + + + + Interleukins + LP30867-3 + COMPONENT + + + + + + + + + Creatine kinase.aberrant band + LP30878-0 + COMPONENT + + + + + + + + + Oxygen content + LP30884-8 + COMPONENT + + + + + + + + + Tricarboxylporphyrin 3 + LP30891-3 + COMPONENT + + + + + + + + + Isotricarboxylporphyrin + LP30892-1 + COMPONENT + + + + + + + + + Pentacarboxylporphyrin I + LP30893-9 + COMPONENT + + + + + + + + + Pentacarboxylporphyrin III + LP30894-7 + COMPONENT + + + + + + + + + Isocoproporphyrin + LP30895-4 + COMPONENT + + + + + + + + + Hematoporphyrin + LP30896-2 + COMPONENT + + + + + + + + + Deuteroporphyrin.semi-proto + LP30897-0 + COMPONENT + + + + + + + + + Tricarboxylporphyrin 1 + LP30898-8 + COMPONENT + + + + + + + + + Prostate specific Ag.protein bound + LP30916-8 + COMPONENT + + + + + + + + + Hemoglobin.abnormal + LP30925-9 + COMPONENT + + + + + + + + + ^Patient + LP310005-6 + SYSTEM + + + + + + + + + Insulin resistance score + LP310079-1 + COMPONENT + + + + + + + + + Growth and differentiation factor 15 + LP310280-5 + COMPONENT + + + + + + + + + 7-Alpha,12-alpha dihydroxycholest-4-en-3-one + LP310327-4 + COMPONENT + + + + + + + + + 7-Alpha hydroxy-4-cholesten-3-one + LP310330-8 + COMPONENT + + + + + + + + + Glucopsychosine + LP310332-4 + COMPONENT + + + + + + + + + Cholestane-3-beta, 5-alpha, 6-beta triol + LP310337-3 + COMPONENT + + + + + + + + + 7-Ketocholesterol + LP310354-8 + COMPONENT + + + + + + + + + Lyso-sphingomyelin + LP310425-6 + COMPONENT + + + + + + + + + + Alpha-aminoadipic semialdehyde+Delta-1-piperideine-6-carboxylate + LP310462-9 + COMPONENT + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal + LP31268-3 + COMPONENT + + + + + + + + + Cytokines + LP31391-3 + COMPONENT + + + + + + + + + + Enzymes + LP31392-1 + COMPONENT + + + + + + + + + + Vitamins + LP31395-4 + COMPONENT + + + + + + + + + + Endocrine + LP31396-2 + COMPONENT + + + + + + + + + + Liver function + LP31397-0 + COMPONENT + + + + + + + + + + Renal function + LP31398-8 + COMPONENT + + + + + + + + + + Sugars/Sugar metabolism + LP31399-6 + COMPONENT + + + + + + + + + + Gases and acid/Base + LP31400-2 + COMPONENT + + + + + + + + + Neuromuscular + LP31403-6 + COMPONENT + + + + + + + + + + Nucleotides + LP31405-1 + COMPONENT + + + + + + + + + Inborn errors metabolism lysosomal + LP31406-9 + COMPONENT + + + + + + + + + Apolipoproteins + LP31407-7 + COMPONENT + + + + + + + + + Cardiovascular + LP31409-3 + COMPONENT + + + + + + + + + + Physical properties + LP31410-1 + COMPONENT + + + + + + + + + + Tumor markers + LP31412-7 + COMPONENT + + + + + + + + + + Mineral and bone + LP31413-5 + COMPONENT + + + + + + + + + + Small molecules + LP31415-0 + COMPONENT + + + + + + + + + General terms + LP31418-4 + COMPONENT + + + + + + + + + + Gastrointestinal function + LP31419-2 + COMPONENT + + + + + + + + + Cardiac drugs + LP31424-2 + COMPONENT + + + + + + + + + Neurological drugs + LP31425-9 + COMPONENT + + + + + + + + + Oncology drugs + LP31428-3 + COMPONENT + + + + + + + + + Electrolyte and renal drugs + LP31429-1 + COMPONENT + + + + + + + + + Analgesics, NSAIDS + LP31430-9 + COMPONENT + + + + + + + + + Toxins and poisons + LP31432-5 + COMPONENT + + + + + + + + + Hydrocarbons and chemical classes + LP31433-3 + COMPONENT + + + + + + + + + Metals and elements in tox + LP31434-1 + COMPONENT + + + + + + + + + Antiparkinsonian + LP31440-8 + COMPONENT + + + + + + + + + + Psychiatric drugs + LP31449-9 + COMPONENT + + + + + + + + + Endocrine in tox + LP31455-6 + COMPONENT + + + + + + + + + Dermatologic drugs + LP31473-9 + COMPONENT + + + + + + + + + Anti-bipolar + LP31474-7 + COMPONENT + + + + + + + + + Glucocorticoids + LP31487-9 + COMPONENT + + + + + + + + + Tox specimen and reporting information + LP31489-5 + COMPONENT + + + + + + + + + Multiple cardiovascular effects + LP31493-7 + COMPONENT + + + + + + + + + Acidity.total + LP31507-4 + COMPONENT + + + + + + + + + 5-Methyltetrahydrofolate + LP31517-3 + COMPONENT + + + + + + + + + Beta 1 globulin + LP31518-1 + COMPONENT + + + + + + + + + Beta 2 globulin + LP31519-9 + COMPONENT + + + + + + + + + Metanephrine.free + LP31520-7 + COMPONENT + + + + + + + + + Pseudocholinesterase phenotype + LP31521-5 + COMPONENT + + + + + + + + + Galactose 1 phosphate uridyl transferase phenotype + LP31540-5 + COMPONENT + + + + + + + + + Interleukin 13 + LP31544-7 + COMPONENT + + + + + + + + + Interleukin 18 + LP31545-4 + COMPONENT + + + + + + + + + Cystatin C + LP31553-8 + COMPONENT + + + + + + + + + Oligosaccharides pattern + LP31554-6 + COMPONENT + + + + + + + + + Sulfocysteine + LP31555-3 + COMPONENT + + + + + + + + + Tetrahydrobiopterin + LP31556-1 + COMPONENT + + + + + + + + + Transferrin.carbohydrate deficient.XXX + LP31588-4 + COMPONENT + + + + + + + + + Interleukin 1 alpha + LP31592-6 + COMPONENT + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.non-glucuronidated + LP31608-0 + COMPONENT + + + + + + + + + Hemoglobin normal variant + LP31617-1 + COMPONENT + + + + + + + + + Hemoglobin disorders + LP31618-9 + COMPONENT + + + + + + + + + Routine coag + LP31624-7 + COMPONENT + + + + + + + + + Aminoisobutyrates + LP31649-4 + COMPONENT + + + + + + + + + Hydroxybutyrates + LP31650-2 + COMPONENT + + + + + + + + + Aminobutyrates + LP31651-0 + COMPONENT + + + + + + + + + Methylhistidines + LP31652-8 + COMPONENT + + + + + + + + + Adrenal cortex hormones + LP31653-6 + COMPONENT + + + + + + + + + Androgens + LP31654-4 + COMPONENT + + + + + + + + + Gastrointestinal hormones + LP31655-1 + COMPONENT + + + + + + + + + Hypothalamic hormones + LP31656-9 + COMPONENT + + + + + + + + + Pancreatic hormones + LP31657-7 + COMPONENT + + + + + + + + + Parathyroid hormones + LP31659-3 + COMPONENT + + + + + + + + + Pituitary hormones + LP31660-1 + COMPONENT + + + + + + + + + Placental hormones + LP31661-9 + COMPONENT + + + + + + + + + Pregnancy proteins + LP31662-7 + COMPONENT + + + + + + + + + Progestational hormones + LP31663-5 + COMPONENT + + + + + + + + + Thymus hormones + LP31665-0 + COMPONENT + + + + + + + + + Thyroid hormones + LP31666-8 + COMPONENT + + + + + + + + + Stains + LP31671-8 + METHOD + + + + + + + + + Incubation + LP31672-6 + METHOD + + + + + + + + + Laboratory + LP31675-9 + METHOD + + + + + + + + + Procalcitonin + LP31682-5 + COMPONENT + + + + + + + + + Vitamin A + LP31687-4 + COMPONENT + + + + + + + + + Vitamin B1 + LP31688-2 + COMPONENT + + + + + + + + + Vitamin B12 + LP31689-0 + COMPONENT + + + + + + + + + Vitamin B2 + LP31690-8 + COMPONENT + + + + + + + + + Vitamin B3 + LP31691-6 + COMPONENT + + + + + + + + + Vitamin B5 + LP31693-2 + COMPONENT + + + + + + + + + Vitamin B6 + LP31694-0 + COMPONENT + + + + + + + + + Vitamin C + LP31695-7 + COMPONENT + + + + + + + + + Vitamin D + LP31696-5 + COMPONENT + + + + + + + + + Vitamin E + LP31697-3 + COMPONENT + + + + + + + + + Vitamin H + LP31698-1 + COMPONENT + + + + + + + + + Vitamin K + LP31699-9 + COMPONENT + + + + + + + + + Vitamin K1 + LP31700-5 + COMPONENT + + + + + + + + + Vitamin M + LP31701-3 + COMPONENT + + + + + + + + + Vitamin B complex + LP31703-9 + COMPONENT + + + + + + + + + Homocystine.free + LP31715-3 + COMPONENT + + + + + + + + + Melanoma inhibitory activity protein + LP31723-7 + COMPONENT + + + + + + + + + Pentanoic acids + LP31726-0 + COMPONENT + + + + + + + + + Valerates + LP31727-8 + COMPONENT + + + + + + + + + Keto acids + LP31728-6 + COMPONENT + + + + + + + + + Hexanoic acids + LP31729-4 + COMPONENT + + + + + + + + + U1 small nuclear ribonucleoprotein + LP31735-1 + COMPONENT + + + + + + + + + RelCCnc + LP31739-3 + PROPERTY + + + + + + + + + Thymidine phosphorylase + LP31740-1 + COMPONENT + + + + + + + + + Insulin-like growth factor binding proteins + LP31742-7 + COMPONENT + + + + + + + + + Alpha globulin + LP31743-5 + COMPONENT + + + + + + + + + Melanocyte stimulating hormone + LP31744-3 + COMPONENT + + + + + + + + + Amyloid + LP31745-0 + COMPONENT + + + + + + + + + Procollagen peptide + LP31747-6 + COMPONENT + + + + + + + + + Thromboxane + LP31748-4 + COMPONENT + + + + + + + + + + Immunoglobulins + LP31769-0 + COMPONENT + + + + + + + + + Crystals & calculi + LP31771-6 + COMPONENT + + + + + + + + + Dyshemoglobin + LP31772-4 + COMPONENT + + + + + + + + + Insulin.bound + LP31777-3 + COMPONENT + + + + + + + + + Phosphorylase kinase + LP31797-1 + COMPONENT + + + + + + + + + Acarboxyprothrombin + LP31830-0 + COMPONENT + + + + + + + + + Apolipoprotein E phenotype + LP31831-8 + COMPONENT + + + + + + + + + Tricarboxylporphyrin + LP31839-1 + COMPONENT + + + + + + + + + Hexacarboxylporphyrins + LP31845-8 + COMPONENT + + + + + + + + + Cholesterol.in chylomicrons + LP31848-2 + COMPONENT + + + + + + + + + Sialooligosaccharides + LP31892-0 + COMPONENT + + + + + + + + + International standards + LP31896-1 + METHOD + + + + + + + + + Immunological methods + LP31899-5 + METHOD + + + + + + + + + Microbiology methods + LP31901-9 + METHOD + + + + + + + + + Chromatography methods + LP31937-3 + METHOD + + + + + + + + + Sedimentation rate methods + LP31938-1 + METHOD + + + + + + + + + Cardiac study methods + LP31943-1 + METHOD + + + + + + + + + Pulmonary study methods + LP31944-9 + METHOD + + + + + + + + + Radiologic methods + LP31947-2 + METHOD + + + + + + + + + Methods for estimating gestational age + LP31948-0 + METHOD + + + + + + + + + Oxygen in vitro methods + LP31949-8 + METHOD + + + + + + + + + Chemistry methods + LP31953-0 + METHOD + + + + + + + + + Toxicology methods + LP31954-8 + METHOD + + + + + + + + + Detection limit <= 20 mg/L test strip + LP32215-3 + METHOD + + + + + + + + + Radnuc + LP32266-6 + METHOD + + + + + + + + + Survey instruments + LP32432-4 + METHOD + + + + + + + + + Palmitoyl protein thioesterase + LP32455-5 + COMPONENT + + + + + + + + + Body systems + LP32505-7 + SYSTEM + + + + + + + + + Hours + LP32507-3 + TIME + + + + + + + + + Other + LP32511-5 + TIME + + + + + + + + + Hematology methods + LP32512-3 + METHOD + + + + + + + + + Multiple specimens + LP32515-6 + SYSTEM + + + + + + + + + Urine+Ser/Plas + LP32517-2 + SYSTEM + + + + + + + + + Cystine.free + LP32649-3 + COMPONENT + + + + + + + + + Tripeptide aminopeptidase + LP32667-5 + COMPONENT + + + + + + + + + Sulfatides + LP32680-8 + COMPONENT + + + + + + + + + 8-Dehydrocholesterol + LP32687-3 + COMPONENT + + + + + + + + + Vascular endothelial growth factor + LP32721-0 + COMPONENT + + + + + + + + + Ceramide trihexoside + LP32727-7 + COMPONENT + + + + + + + + + Sulfatidase + LP32730-1 + COMPONENT + + + + + + + + + Alkaline phosphatase.heat labile + LP32754-1 + COMPONENT + + + + + + + + + Alkaline phosphatase.heat stable + LP32755-8 + COMPONENT + + + + + + + + + Iron saturation + LP32756-6 + COMPONENT + + + + + + + + + Calcium crystals + LP32788-9 + COMPONENT + + + + + + + + + Calcium oxalate index + LP32793-9 + COMPONENT + + + + + + + + + Blood products + LP32805-1 + COMPONENT + + + + + + + + + Female fertility + LP32818-4 + COMPONENT + + + + + + + + + Alkaline phosphatase isoenzymes + LP32866-3 + COMPONENT + + + + + + + + + Creatine kinase isoenzymes + LP32868-9 + COMPONENT + + + + + + + + + Lactate dehydrogenase isoenzymes + LP32869-7 + COMPONENT + + + + + + + + + + Ammonium urate crystals + LP32871-3 + COMPONENT + + + + + + + + + + Calcium carbonate crystals + LP32873-9 + COMPONENT + + + + + + + + + + Calcium phosphate crystals + LP32875-4 + COMPONENT + + + + + + + + + + Cholesterol crystals + LP32876-2 + COMPONENT + + + + + + + + + + Cystine crystals + LP32877-0 + COMPONENT + + + + + + + + + Triamterene crystals + LP32883-8 + COMPONENT + + + + + + + + + + Urate crystals + LP32885-3 + COMPONENT + + + + + + + + + Lysosomal enzymes + LP32886-1 + COMPONENT + + + + + + + + + Nephrology + LP32905-9 + METHOD + + + + + + + + + Tissue specific + LP32938-0 + COMPONENT + + + + + + + + + Thyroid + LP32941-4 + COMPONENT + + + + + + + + + Other markers + LP32943-0 + COMPONENT + + + + + + + + + Fetal lung maturity + LP33021-4 + COMPONENT + + + + + + + + + Newborn screening panel + LP33025-5 + COMPONENT + + + + + + + + + MSCnc + LP33032-1 + PROPERTY + + + + + + + + + Perforin + LP33048-7 + COMPONENT + + + + + + + + + Dysferlin + LP33051-1 + COMPONENT + + + + + + + + + L-dopa decarboxylase + LP33053-7 + COMPONENT + + + + + + + + + Decanoate + LP33055-2 + COMPONENT + + + + + + + + + Decenoate + LP33056-0 + COMPONENT + + + + + + + + + Tetradecadienoate + LP33057-8 + COMPONENT + + + + + + + + + Laurate + LP33058-6 + COMPONENT + + + + + + + + + Lauroleate + LP33059-4 + COMPONENT + + + + + + + + + Hexadecadienoate + LP33062-8 + COMPONENT + + + + + + + + + Hexadecenoate + LP33063-6 + COMPONENT + + + + + + + + + Myristate + LP33065-1 + COMPONENT + + + + + + + + + Myristoleate + LP33066-9 + COMPONENT + + + + + + + + + Docosenoate + LP33068-5 + COMPONENT + + + + + + + + + Palmitoleate + LP33069-3 + COMPONENT + + + + + + + + + Gamma linolenate + LP33070-1 + COMPONENT + + + + + + + + + Alpha linolenate + LP33071-9 + COMPONENT + + + + + + + + + Vaccenate + LP33072-7 + COMPONENT + + + + + + + + + Arachidate + LP33073-5 + COMPONENT + + + + + + + + + Nervonate + LP33074-3 + COMPONENT + + + + + + + + + Homo-gamma linolenate + LP33075-0 + COMPONENT + + + + + + + + + Mead acid + LP33076-8 + COMPONENT + + + + + + + + + Eicosapentaenoate + LP33077-6 + COMPONENT + + + + + + + + + Docosahexaenoate + LP33078-4 + COMPONENT + + + + + + + + + Fatty acids.saturated + LP33079-2 + COMPONENT + + + + + + + + + Fatty acids.monounsaturated + LP33081-8 + COMPONENT + + + + + + + + + Fatty acids.polyunsaturated + LP33083-4 + COMPONENT + + + + + + + + + Fatty acids.omega 3 + LP33084-2 + COMPONENT + + + + + + + + + Fatty acids.omega 6 + LP33085-9 + COMPONENT + + + + + + + + + Docosatetraenoate + LP33086-7 + COMPONENT + + + + + + + + + Docosapentaenate w3 + LP33088-3 + COMPONENT + + + + + + + + + Docosapentaenate w6 + LP33089-1 + COMPONENT + + + + + + + + + MSRat + LP33093-3 + PROPERTY + + + + + + + + + Methods not classified above + LP33100-6 + METHOD + + + + + + + + + Enzymatic Related Properties + LP33101-4 + PROPERTY + + + + + + + + + Entitic Related Properties (measure per particle) + LP33102-2 + PROPERTY + + + + + + + + + + + + + + + + + Count Related Properties + LP33104-8 + PROPERTY + + + + + + + + + Substance (molar) Related Properties + LP33105-5 + PROPERTY + + + + + + + + + Volume Related Properties + LP33106-3 + PROPERTY + + + + + + + + + Arbitrary Properties + LP33107-1 + PROPERTY + + + + + + + + + Time Properties + LP33108-9 + PROPERTY + + + + + + + + + Other Properties + LP33109-7 + PROPERTY + + + + + + + + + Area Properties + LP33112-1 + PROPERTY + + + + + + + + + Pressure Related Properties + LP33114-7 + PROPERTY + + + + + + + + + Special Properties + LP33116-2 + PROPERTY + + + + + + + + + + + + + + + + + Energy Related Properties + LP33121-2 + PROPERTY + + + + + + + + + Threshold Properties + LP33123-8 + PROPERTY + + + + + + + + + Categorical Properties + LP33130-3 + PROPERTY + + + + + + + + + Special Biologic Properties + LP33131-1 + PROPERTY + + + + + + + + + Triglyceride.in lipoprotein (little a) + LP33182-4 + COMPONENT + + + + + + + + + Triglyceride.in chylomicrons + LP33183-2 + COMPONENT + + + + + + + + + Vitamin D+Metabolites + LP33184-0 + COMPONENT + + + + + + + + + Cholesterol.in lipoprotein (little a) + LP33205-3 + COMPONENT + + + + + + + + + Trienoate + LP33210-3 + COMPONENT + + + + + + + + + Succinate dehydrogenase + LP33247-5 + COMPONENT + + + + + + + + + Citrate synthase + LP33248-3 + COMPONENT + + + + + + + + + NADH cytochrome C reductase + LP33249-1 + COMPONENT + + + + + + + + + Succinate cytochrome C reductase + LP33250-9 + COMPONENT + + + + + + + + + Protein.monoclonal band 2 + LP33260-8 + COMPONENT + + + + + + + + + Procollagen+Collagen + LP33264-0 + COMPONENT + + + + + + + + + Fatty acid oxidation + LP33265-7 + COMPONENT + + + + + + + + + N-methyl valine + LP33273-1 + COMPONENT + + + + + + + + + Hydroxyethyl valine + LP33274-9 + COMPONENT + + + + + + + + + Furoate + LP33279-8 + COMPONENT + + + + + + + + + Cockcroft-Gault formula + LP33283-0 + METHOD + + + + + + + + + Cockcroft-Gault formula, BSA formula + LP33284-8 + METHOD + + + + + + + + + Pyridinoline+Deoxypyridinoline + LP33289-7 + COMPONENT + + + + + + + + + Quintile + LP33290-5 + PROPERTY + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH) + LP33294-7 + COMPONENT + + + + + + + + + Alkaline phosphatase.macrohepatic + LP33334-1 + COMPONENT + + + + + + + + + Detection limit <= 0.01 ng/mL + LP33340-8 + METHOD + + + + + + + + + Hydrogen ion + LP33343-2 + COMPONENT + + + + + + + + + Lipoprotein.intermediate density + LP33371-3 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.very small-a + LP343318-4 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.very small-b + LP343319-2 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.very small-c + LP343320-0 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.very small-d + LP343321-8 + COMPONENT + + + + + + + + + Lipoprotein.alpha.subparticle.small + LP343322-6 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.large-a + LP343323-4 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.large-b + LP343324-2 + COMPONENT + + + + + + + + + Lipoprotein.broad beta.subparticle.large + LP343325-9 + COMPONENT + + + + + + + + + Lipoprotein.broad beta.subparticle.small + LP343326-7 + COMPONENT + + + + + + + + + Lipoprotein.pre-beta.subparticle.small + LP343327-5 + COMPONENT + + + + + + + + + Lipoprotein.pre-beta.subparticle.medium + LP343329-1 + COMPONENT + + + + + + + + + Microbiology and Antimicrobial susceptibility + LP343406-7 + CLASS + + + + + + + + + Chemistry and Chemistry challenge + LP343631-0 + CLASS + + + + + + + + + Calcium oxalate monohydrate + LP34379-5 + COMPONENT + + + + + + + + + Skeletal system + LP34384-5 + SYSTEM + + + + + + + + + Calcium hydrogen phosphate dihydrate + LP34391-0 + COMPONENT + + + + + + + + + Calculated.CardioIQ + LP344936-2 + METHOD + + + + + + + + + + Carbon monoxide + LP344946-1 + COMPONENT + + + + + + + + + Person + LP345156-6 + SYSTEM + + + + + + + + + N-octanoylglycine + LP34566-7 + COMPONENT + + + + + + + + + Chitotriosidase + LP34570-9 + COMPONENT + + + + + + + + + Trans-cinnamoylglycine + LP34575-8 + COMPONENT + + + + + + + + + Calprotectin + LP34583-2 + COMPONENT + + + + + + + + + Mullerian inhibiting substance + LP34629-3 + COMPONENT + + + + + + + + + Insulin-like growth factor binding protein 3.acid labile + LP34630-1 + COMPONENT + + + + + + + + + Phenylalanine+Tyrosine + LP34631-9 + COMPONENT + + + + + + + + + Retinyl palmitate + LP34632-7 + COMPONENT + + + + + + + + + Thyroglobulin recovery + LP34646-7 + COMPONENT + + + + + + + + + Protein.abnormal band + LP34675-6 + COMPONENT + + + + + + + + + Acylcarnitine.short chain + LP34730-9 + COMPONENT + + + + + + + + + Catechol + LP34777-0 + COMPONENT + + + + + + + + + P-cresol + LP34796-0 + COMPONENT + + + + + + + + + EPA + LP34869-5 + COMPONENT + + + + + + + + + Fibers + LP34980-0 + COMPONENT + + + + + + + + + Macroprolactin + LP34987-5 + COMPONENT + + + + + + + + + Beta-N-acetylhexosaminidase A & B + LP35052-7 + COMPONENT + + + + + + + + + RelACnc + LP35077-4 + PROPERTY + + + + + + + + + Cholinesterase.fluoride inhibited + LP35209-3 + COMPONENT + + + + + + + + + Cholinesterase.scoline inhibited + LP35210-1 + COMPONENT + + + + + + + + + Cholinesterase.chloride inhibited + LP35211-9 + COMPONENT + + + + + + + + + Cholinesterase.RO 020683 inhibited + LP35212-7 + COMPONENT + + + + + + + + + Lipoprotein associated phospholipase A2 + LP35390-1 + COMPONENT + + + + + + + + + Invasive trophoblast + LP35603-7 + COMPONENT + + + + + + + + + Normetanephrine.free + LP35625-0 + COMPONENT + + + + + + + + + 11-Oxo-Androsterone + LP35639-1 + COMPONENT + + + + + + + + + 11-Oxo-Etiocholanolone + LP35640-9 + COMPONENT + + + + + + + + + Adenosine + LP35677-1 + COMPONENT + + + + + + + + + Sodium urate + LP35723-3 + COMPONENT + + + + + + + + + Collagen crosslinked C-telopeptide + LP35730-8 + COMPONENT + + + + + + + + + Xanthurenate+Kynurenate + LP35745-6 + COMPONENT + + + + + + + + + Beta hydroxybutyrate+Gamma aminobutyrate + LP35748-0 + COMPONENT + + + + + + + + + Alpha-1-Fetoprotein interpretation + LP35751-4 + COMPONENT + + + + + + + + + Amino acids intense band position + LP35752-2 + COMPONENT + + + + + + + + + EngCnt + LP35765-4 + PROPERTY + + + + + + + + + Soluble mesothelin related proteins + LP35767-0 + COMPONENT + + + + + + + + + Lipoprotein.X + LP35889-2 + COMPONENT + + + + + + + + + Tryptase.mature + LP35893-4 + COMPONENT + + + + + + + + + Glucose meter device + LP35919-7 + SYSTEM + + + + + + + + + + Vendor device model code + LP35921-3 + COMPONENT + + + + + + + + + + DEVICES + LP35960-1 + CLASS + + + + + + + + + Glucose-6-Phosphate dehydrogenase phenotype + LP36035-1 + COMPONENT + + + + + + + + + Glutathione reductase phenotype + LP36036-9 + COMPONENT + + + + + + + + + Alpha-1-Fetoprotein.L3 + LP36040-1 + COMPONENT + + + + + + + + + Salicylurate + LP36161-5 + COMPONENT + + + + + + + + + SatFr + LP36180-5 + PROPERTY + + + + + + + + + Succinyladenosine + LP36186-2 + COMPONENT + + + + + + + + + Patient information + LP36348-8 + COMPONENT + + + + + + + + + Porphyrin fractions + LP36361-1 + COMPONENT + + + + + + + + + Isobutyrylcarnitine (C4) + LP36420-5 + COMPONENT + + + + + + + + + Methylcrotonylcarnitine (C5:1) + LP36421-3 + COMPONENT + + + + + + + + + Xanthine derivatives + LP36425-4 + COMPONENT + + + + + + + + + 1W 37 deg C incubation + LP36469-2 + METHOD + + + + + + + + + Cholesterol.in LDL.acetylated + LP36470-0 + COMPONENT + + + + + + + + + Cholesterol.in VLDL.acetylated + LP36471-8 + COMPONENT + + + + + + + + + Cholesterol.non HDL + LP36472-6 + COMPONENT + + + + + + + + + LDL 1 + LP36474-2 + COMPONENT + + + + + + + + + LDL 4 + LP36475-9 + COMPONENT + + + + + + + + + BAL + LP36498-1 + SYSTEM + + + + + + + + + Aldosterone-18-glucuronide + LP36574-9 + COMPONENT + + + + + + + + + Alkaline phosphatase.liver+bone + LP36594-7 + COMPONENT + + + + + + + + + Alkaline phosphatase.intestinal+renal + LP36595-4 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.small + LP36603-6 + COMPONENT + + + + + + + + + Lipoprotein.pre-beta.subparticle.large + LP36604-4 + COMPONENT + + + + + + + + + Lipoprotein.alpha.subparticle.large + LP36605-1 + COMPONENT + + + + + + + + + Alkaline phosphatase.fetal+lung+lymphocyte + LP36606-9 + COMPONENT + + + + + + + + + 4-Hydroxybenzoate + LP36607-7 + COMPONENT + + + + + + + + + Trisomy 18 risk + LP36653-1 + COMPONENT + + + + + + + + + Trisomy 21 risk + LP36654-9 + COMPONENT + + + + + + + + + Metanephrine & Normetanephrine + LP36663-0 + COMPONENT + + + + + + + + + Alpha tocopherol & Beta+gamma tocopherol + LP36679-6 + COMPONENT + + + + + + + + + Cryoglobulin IgA & IgG & IgM + LP36680-4 + COMPONENT + + + + + + + + + Creatinine-based formula (MDRD) + LP36715-8 + METHOD + + + + + + + + + 15 Beta, 17 Alpha-Dihydroxypregnanolone + LP36716-6 + COMPONENT + + + + + + + + + 16-Alpha hydroxypregnenolone + LP36718-2 + COMPONENT + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone + LP36719-0 + COMPONENT + + + + + + + + + 17 alpha-Hydroxypregnanolone + LP36720-8 + COMPONENT + + + + + + + + + Glutamate+Glutamine + LP36721-6 + COMPONENT + + + + + + + + + Interleukin 2 receptor alpha chain.soluble + LP36726-5 + COMPONENT + + + + + + + + + 3-Hydroxyphenylacetate + LP36731-5 + COMPONENT + + + + + + + + + Alpha cortolone + LP36732-3 + COMPONENT + + + + + + + + + Beta cortolone + LP36734-9 + COMPONENT + + + + + + + + + Insulin.free+Bound + LP36737-2 + COMPONENT + + + + + + + + + + Skin + LP36760-4 + SYSTEM + + + + + + + + + 5-Hydroxymethyl-2-Furoate + LP36785-1 + COMPONENT + + + + + + + + + Phosphorylase + LP36786-9 + COMPONENT + + + + + + + + + Glycogen synthase I + LP36788-5 + COMPONENT + + + + + + + + + 4-Hydroxymandelate + LP36792-7 + COMPONENT + + + + + + + + + 5-Alpha tetrahydro-11-Dehydrocorticosterone + LP36793-5 + COMPONENT + + + + + + + + + 6-Alpha hydroxytetrahydro-11-Dehydrocorticosterone + LP36795-0 + COMPONENT + + + + + + + + + 6-Alpha hydroxytetrahydro-11-Deoxycortisol + LP36796-8 + COMPONENT + + + + + + + + + Acid phosphatase.tartrate resistant + LP36802-4 + COMPONENT + + + + + + + + + Homovanillate & Creatinine + LP36805-7 + COMPONENT + + + + + + + + + 5-Hydroxyindoleacetate & Creatinine + LP36806-5 + COMPONENT + + + + + + + + + Thymidine kinase + LP36807-3 + COMPONENT + + + + + + + + + Beta 2 globulin+Gamma globulin + LP36808-1 + COMPONENT + + + + + + + + + Beta globulin+Gamma globulin + LP36809-9 + COMPONENT + + + + + + + + + Peptides + LP36815-6 + COMPONENT + + + + + + + + + Thyrotropin.alpha subunit + LP36872-7 + COMPONENT + + + + + + + + + Choriogonadotropin.intact+Beta subunit + LP36886-7 + COMPONENT + + + + + + + + + Cryoproteins identified + LP37834-6 + COMPONENT + + + + + + + + + Drugs identified + LP37950-0 + COMPONENT + + + + + + + + + IgA Ab + LP38608-3 + COMPONENT + + + + + + + + + IgA Ab.IgG + LP38609-1 + COMPONENT + + + + + + + + + IgA Ab.IgM + LP38610-9 + COMPONENT + + + + + + + + + IgM Ab.IgM + LP38618-2 + COMPONENT + + + + + + + + + IgM Ab + LP38619-0 + COMPONENT + + + + + + + + + IgM Ag + LP38620-8 + COMPONENT + + + + + + + + + intrinsic factor blocking Ab + LP38712-3 + COMPONENT + + + + + + + + + intrinsic factor blocking Ab.IgG + LP38713-1 + COMPONENT + + + + + + + + + Invasive trophoblast Ag + LP38714-9 + COMPONENT + + + + + + + + + Mucin-like carcinoma associated Ag + LP39043-2 + COMPONENT + + + + + + + + + Myeloperoxidase Ab + LP39135-6 + COMPONENT + + + + + + + + + Squamous cell carcinoma Ag + LP39811-2 + COMPONENT + + + + + + + + + Sulfate-3-glucuronyl paragloboside Ab + LP39931-8 + COMPONENT + + + + + + + + + Thyroglobulin Ab + LP39996-1 + COMPONENT + + + + + + + + + Thyroperoxidase Ab + LP40001-7 + COMPONENT + + + + + + + + + Thyroperoxidase Ab.IgG + LP40002-5 + COMPONENT + + + + + + + + + Thyrotropin receptor Ab + LP40007-4 + COMPONENT + + + + + + + + + Tissue polypeptide Ag + LP40009-0 + COMPONENT + + + + + + + + + Tissue polypeptide specific Ag + LP40010-8 + COMPONENT + + + + + + + + + Microscopic observation + LP40224-5 + COMPONENT + + + + + + + + + Analytes + LP40317-7 + COMPONENT + + + + + + + + + 3-Hydroxysebacate + LP40334-2 + COMPONENT + + + + + + + + + Blood special sources + LP40337-5 + SYSTEM + + + + + + + + + Plasma for clotting studies + LP40339-1 + SYSTEM + + + + + + + + + Blood cellular components + LP40340-9 + SYSTEM + + + + + + + + + Fluid from closed body spaces (cavities) + LP40341-7 + SYSTEM + + + + + + + + + Eye source fluids + LP40342-5 + SYSTEM + + + + + + + + + Gastrointestinal fluids + LP40343-3 + SYSTEM + + + + + + + + + Breast source fluid + LP40344-1 + SYSTEM + + + + + + + + + Urogenital specimens + LP40345-8 + SYSTEM + + + + + + + + + Lung bronchial system source + LP40348-2 + SYSTEM + + + + + + + + + Therapeutic external fluids or their containers + LP40350-8 + SYSTEM + + + + + + + + + Ercalcidiol + LP40352-4 + COMPONENT + + + + + + + + + Epstein Barr virus early restricted Ab + LP40410-0 + COMPONENT + + + + + + + + + Fibroblast growth factor 23 + LP40488-6 + COMPONENT + + + + + + + + + Alpha-1-Microglobulin + LP40499-3 + COMPONENT + + + + + + + + + Fetal trisomy 21 risk + LP410748-0 + COMPONENT + + + + + + + + + Fetal trisomy 18 risk + LP410749-8 + COMPONENT + + + + + + + + + Krebs von den Lungen-6 + LP411027-8 + COMPONENT + + + + + + + + + Tauroursodeoxycholate + LP411029-4 + COMPONENT + + + + + + + + + Taurolithocholate + LP411030-2 + COMPONENT + + + + + + + + + Taurohyodeoxycholate + LP411031-0 + COMPONENT + + + + + + + + + Taurodeoxycholate + LP411032-8 + COMPONENT + + + + + + + + + Glycocholate + LP411033-6 + COMPONENT + + + + + + + + + Glycodeoxycholate + LP411034-4 + COMPONENT + + + + + + + + + Glycolithocholate + LP411035-1 + COMPONENT + + + + + + + + + Glycoursodeoxycholate + LP411037-7 + COMPONENT + + + + + + + + + Taurocholate + LP411038-5 + COMPONENT + + + + + + + + + Taurochenodeoxycholate + LP411039-3 + COMPONENT + + + + + + + + + Glycochenodeoxycholate + LP411042-7 + COMPONENT + + + + + + + + + Chenodeoxycholate+Cholate + LP411043-5 + COMPONENT + + + + + + + + + Glycohyodeoxycholate + LP411049-2 + COMPONENT + + + + + + + + + Hyodeoxycholate + LP411050-0 + COMPONENT + + + + + + + + + 11-Hydroxytestosterone + LP411051-8 + COMPONENT + + + + + + + + + 11-Ketotestosterone + LP411052-6 + COMPONENT + + + + + + + + + 2-Octenoate + LP411703-4 + COMPONENT + + + + + + + + + Crotonylglycine + LP411705-9 + COMPONENT + + + + + + + + + Psychosine + LP411706-7 + COMPONENT + + + + + + + + + Nonalcoholic steatohepatitis interpretation + LP411862-8 + COMPONENT + + + + + + + + + Nonalcoholic steatohepatitis score + LP411863-6 + COMPONENT + + + + + + + + + Nonalcoholic steatohepatitis grade + LP411864-4 + COMPONENT + + + + + + + + + Liver steatosis grade + LP411865-1 + COMPONENT + + + + + + + + + Liver steatosis score + LP411866-9 + COMPONENT + + + + + + + + + Liver steatosis interpretation + LP411867-7 + COMPONENT + + + + + + + + + Insulin sensitivity index + LP412030-1 + COMPONENT + + + + + + + + + 4-hydroxyglutamate + LP412087-1 + COMPONENT + + + + + + + + + N-Stearoylsphingosine + LP412213-3 + COMPONENT + + + + + + + + + N-Palmitoylsphingosine + LP412214-1 + COMPONENT + + + + + + + + + N-Nervonoylsphingosine + LP412215-8 + COMPONENT + + + + + + + + + Ceramide risk score + LP412218-2 + COMPONENT + + + + + + + + + 2-Decenedioate + LP417224-5 + COMPONENT + + + + + + + + + 24r-Hydroxycalcidiol+24r-Hydroxyercalcidiol + LP417252-6 + COMPONENT + + + + + + + + + 2,3-dinor 11 beta-Prostaglandin F2 alpha + LP417367-2 + COMPONENT + + + + + + + + + Soluble CD14 subtype + LP417645-1 + COMPONENT + + + + + + + + + Alpha defensins 1+2+3 + LP417746-7 + COMPONENT + + + + + + + + + Chondroitin-6-sulfate + LP417766-5 + COMPONENT + + + + + + + + + Creatinine and Cystatin C-based formula (CKD-EPI) + LP417855-6 + METHOD + + + + + + + + + Transthyretin + LP418389-5 + COMPONENT + + + + + + + + + Transthyretin peak 2 + LP418390-3 + COMPONENT + + + + + + + + + Transthyretin width at half peak height + LP418391-1 + COMPONENT + + + + + + + + + Transthyretin - transthyretin peak 2 + LP418392-9 + COMPONENT + + + + + + + + + Angiotensin (1-7) + LP419475-1 + COMPONENT + + + + + + + + + Evidence of adrenal cortical hormone excess + LP419496-7 + COMPONENT + + + + + + + + + 5-Pregnenetriol + LP419507-1 + COMPONENT + + + + + + + + + 5-Pregnenediol + LP419508-9 + COMPONENT + + + + + + + + + Tetrahydro-11-corticosterone + LP419509-7 + COMPONENT + + + + + + + + + Filtration Fraction + LP420297-6 + COMPONENT + + + + + + + + + Daratumumab + LP420302-4 + COMPONENT + + + + + + + + + Fatty acid salts + LP420703-3 + COMPONENT + + + + + + + + + Connective tissue + LP420704-1 + COMPONENT + + + + + + + + + Copper.free + LP420712-4 + COMPONENT + + + + + + + + + Gastrin releasing polypeptide prohormone + LP420752-0 + COMPONENT + + + + + + + + + Pregnenolone sulfate + LP420892-4 + COMPONENT + + + + + + + + + Calculated.Martin-Hopkins + LP420988-0 + METHOD + + + + + + + + + Granulocyte macrophage colony stimulating factor + LP421049-0 + COMPONENT + + + + + + + + + Macrophage inflammatory protein 1.alpha + LP421050-8 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 2 + LP421051-6 + COMPONENT + + + + + + + + + Hepatocellular carcinoma risk + LP421240-5 + COMPONENT + + + + + + + + + GALAD + LP421438-5 + METHOD + + + + + + + + + 24H predicted protein + LP422189-3 + COMPONENT + + + + + + + + + Pro prostate specific Ag isoform 2 + LP422240-4 + COMPONENT + + + + + + + + + Hepatitis A virus cellular receptor 1 + LP422762-7 + COMPONENT + + + + + + + + + Fibroblast growth factor 19 + LP422763-5 + COMPONENT + + + + + + + + + BldCV + LP422982-1 + SYSTEM + + + + + + + + + Prostate health index + LP423001-9 + COMPONENT + + + + + + + + + Rivalta test + LP426321-8 + COMPONENT + + + + + + + + + Glial fibrillary acidic protein+Ubiquitin carboxyl-terminal hydrolase-L1 + LP426537-9 + COMPONENT + + + + + + + + + Ubiquitin carboxyl-terminal hydrolase-L1 + LP426538-7 + COMPONENT + + + + + + + + + Glucose measurements in range + LP426579-1 + COMPONENT + + + + + + + + + Glucose standard deviation + LP426582-5 + COMPONENT + + + + + + + + + Glucose management indicator + LP426583-3 + COMPONENT + + + + + + + + + Interstitial fluid + LP426918-1 + SYSTEM + + + + + + + + + Thymol turbidity test + LP428138-4 + COMPONENT + + + + + + + + + Calculated.FIB4 + LP428140-0 + METHOD + + + + + + + + + Alzheimer's disease risk + LP428141-8 + COMPONENT + + + + + + + + + Fibroblast growth factor 2 + LP428253-1 + COMPONENT + + + + + + + + + Interleukin 9 + LP428254-9 + COMPONENT + + + + + + + + + Interleukin 15 + LP428255-6 + COMPONENT + + + + + + + + + Interleukin 16 + LP428256-4 + COMPONENT + + + + + + + + + Interleukin 17F + LP428257-2 + COMPONENT + + + + + + + + + Interleukin 23 + LP428258-0 + COMPONENT + + + + + + + + + Interleukin 21 + LP428259-8 + COMPONENT + + + + + + + + + Interleukin 33 + LP428260-6 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 4 + LP428262-2 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 20 + LP428263-0 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 11 + LP428264-8 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 7 + LP428265-5 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 8 + LP428266-3 + COMPONENT + + + + + + + + + Thymic stromal lymphopoietin + LP428267-1 + COMPONENT + + + + + + + + + Macrophage colony-stimulating factor + LP428268-9 + COMPONENT + + + + + + + + + Brain-derived neurotrophic factor + LP428269-7 + COMPONENT + + + + + + + + + Chemokine (C-X3-C motif) ligand 1 + LP428270-5 + COMPONENT + + + + + + + + + Angiopoietin 2 receptor + LP428271-3 + COMPONENT + + + + + + + + + Chemokine (C-X-C motif) ligand 9 + LP428272-1 + COMPONENT + + + + + + + + + Vascular endothelial growth factor C + LP428273-9 + COMPONENT + + + + + + + + + Chemokine (C-X-C motif) ligand 10 + LP428274-7 + COMPONENT + + + + + + + + + Interleukin 22 + LP428287-9 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 5 + LP428288-7 + COMPONENT + + + + + + + + + Chemokine (C-C motif) ligand 27 + LP428289-5 + COMPONENT + + + + + + + + + Intercellular adhesion molecule 1 + LP428290-3 + COMPONENT + + + + + + + + + Platelet-derived growth factor B+BB + LP428427-1 + COMPONENT + + + + + + + + + Chemokine (C-X-C motif) ligand 1 + LP428428-9 + COMPONENT + + + + + + + + + Choriogonadotropin.beta subunit heterophile Ab interference + LP429194-6 + COMPONENT + + + + + + + + + Acid alpha glucosidase cross-reactive immunologic material (CRIM) + LP429267-0 + COMPONENT + + + + + + + + + Periostin + LP429321-5 + COMPONENT + + + + + + + + + Transforming growth factor beta + LP429491-6 + COMPONENT + + + + + + + + + Transforming growth factor beta.free + LP429492-4 + COMPONENT + + + + + + + + + N-acetylglycine + LP429630-9 + COMPONENT + + + + + + + + + Cholesterol.esterified + LP429631-7 + COMPONENT + + + + + + + + + Free water clearance + LP429632-5 + COMPONENT + + + + + + + + + Free water + LP429633-3 + COMPONENT + + + + + + + + + Creatinine-based formula (CKD-EPI 2021) + LP429719-0 + METHOD + + + + + + + + + Creatinine and Cystatin C-based formula (CKD-EPI 2021) + LP429720-8 + METHOD + + + + + + + + + Zonulin + LP430020-0 + COMPONENT + + + + + + + + + Cholesterol.esterified actual/normal + LP430337-8 + COMPONENT + + + + + + + + + Ovarian asp + LP430613-2 + SYSTEM + + + + + + + + + RBC.lysate + LP430918-5 + SYSTEM + + + + + + + + + Interleukin 17 + LP431130-6 + COMPONENT + + + + + + + + + 6-oxo-piperidine-2-carboxylate + LP431278-3 + COMPONENT + + + + + + + + + 6(R+S)-oxo-propylpiperidine-2-carboxylate + LP431281-7 + COMPONENT + + + + + + + + + {component} + LP432695-7 + COMPONENT + + + + + + + + + {property} + LP432810-2 + PROPERTY + + + + + + + + + {method} + LP432811-0 + METHOD + + + + + + + + + {time aspect} + LP432812-8 + TIME + + + + + + + + + Amino acidemias + LP56734-4 + COMPONENT + + + + + + + + + Citrullinemias &or arginosuccinic aciduria + LP56735-1 + COMPONENT + + + + + + + + + Endocrine disorders + LP56737-7 + COMPONENT + + + + + + + + + Fatty acid oxidation defects + LP56738-5 + COMPONENT + + + + + + + + + Galactosemias + LP56739-3 + COMPONENT + + + + + + + + + Genetic disorders + LP56740-1 + COMPONENT + + + + + + + + + Glutaric acidemia type 1 + LP56741-9 + COMPONENT + + + + + + + + + Homocystinuria &or other hypermethioninemias + LP56743-5 + COMPONENT + + + + + + + + + Isovaleric acidemia &or 2-Methylbutyric acidemia + LP56744-3 + COMPONENT + + + + + + + + + Maple syrup urine disease + LP56746-8 + COMPONENT + + + + + + + + + Organic acidemias + LP56747-6 + COMPONENT + + + + + + + + + Other amino acidopathies + LP56748-4 + COMPONENT + + + + + + + + + Phenylketonuria and variants &or biopterin defects + LP56749-2 + COMPONENT + + + + + + + + + Propionic &or methylmalonic acidemias + LP56751-8 + COMPONENT + + + + + + + + + Tyrosinemias + LP56753-4 + COMPONENT + + + + + + + + + 3-Methylcrotonic &or hydroxymethylglutaric &or methylglutaconic + LP56754-2 + COMPONENT + + + + + + + + + 2-Methyl-3-Hydroxybutyric acidemias &or beta ketothiolase deficiency + LP56756-7 + COMPONENT + + + + + + + + + Other organic acidemias + LP56757-5 + COMPONENT + + + + + + + + + Medium chain acyl dehydrogenase deficiency &or glutaric acidemia type 2 + LP56758-3 + COMPONENT + + + + + + + + + Very long chain hydroxy acyl dehydrogenase deficiency + LP56760-9 + COMPONENT + + + + + + + + + Long chain hydroxy acyl dehydrogenase &or trifunctional protein deficiencies + LP56761-7 + COMPONENT + + + + + + + + + Carnitine uptake defect &or CPT1 deficiency + LP56763-3 + COMPONENT + + + + + + + + + Other fatty acid oxidation disorders + LP56765-8 + COMPONENT + + + + + + + + + Congenital hypothyroidism + LP56766-6 + COMPONENT + + + + + + + + + Congenital adrenal hyperplasia + LP56767-4 + COMPONENT + + + + + + + + + Hb SS, Hb SC, Hb SB thal + LP56768-2 + COMPONENT + + + + + + + + + Other hemoglobinopathies + LP56770-8 + COMPONENT + + + + + + + + + Biotinidase deficiency + LP56771-6 + COMPONENT + + + + + + + + + Secondary congenital hypothyroidism + LP56773-2 + COMPONENT + + + + + + + + + Thyroid binding globulin deficiency + LP56774-0 + COMPONENT + + + + + + + + + Sickle cell anemia + LP56775-7 + COMPONENT + + + + + + + + + Hemoglobin SC disease + LP56776-5 + COMPONENT + + + + + + + + + Hemoglobin S beta thalassemia + LP56777-3 + COMPONENT + + + + + + + + + Sickle cell carrier (trait) + LP56778-1 + COMPONENT + + + + + + + + + Cystic fibrosis + LP56779-9 + COMPONENT + + + + + + + + + Classical galactosemia + LP56781-5 + COMPONENT + + + + + + + + + Galactokinase deficiency + LP56782-3 + COMPONENT + + + + + + + + + Galactose epimerase deficiency + LP56783-1 + COMPONENT + + + + + + + + + Carnitine uptake deficiency + LP56784-9 + COMPONENT + + + + + + + + + Carnitine palmitoyltransferase 1 deficiency + LP56785-6 + COMPONENT + + + + + + + + + Glutaric acidemia 2 &or ethylmalonic encephalopathy + LP56788-0 + COMPONENT + + + + + + + + + MCAD + LP56790-6 + COMPONENT + + + + + + + + + Short-chain acyl-CoA deficiency &or ethylmalonic encephalopathy &or isobutyryl-CoA dehydrogenase deficiency + LP56792-2 + COMPONENT + + + + + + + + + Malonic acidemia + LP56794-8 + COMPONENT + + + + + + + + + Argininemia + LP56795-5 + COMPONENT + + + + + + + + + LDL 2 + LP56924-1 + COMPONENT + + + + + + + + + LDL 3 + LP56925-8 + COMPONENT + + + + + + + + + Cholesterol.in VLDL 3 + LP56926-6 + COMPONENT + + + + + + + + + Medium &or short chain acyl-CoA dehydrogenase deficiency + LP56927-4 + COMPONENT + + + + + + + + + Specific antigens + LP57347-4 + COMPONENT + + + + + + + + + Nose, Trachea or Throat + LP57368-0 + SYSTEM + + + + + + + + + Pregnancy Related + LP57369-8 + SYSTEM + + + + + + + + + Environmental specimens + LP57492-8 + SYSTEM + + + + + + + + + Cholesterol.in LDL real size pattern + LP57621-2 + COMPONENT + + + + + + + + + Homeostasis model assessment + LP57622-0 + COMPONENT + + + + + + + + + Lipoprotein.beta.subparticle.medium + LP57623-8 + COMPONENT + + + + + + + + + Cholesterol.in VLDL 3+4 + LP57628-7 + COMPONENT + + + + + + + + + Cholesterol.in VLDL 5+6 + LP57629-5 + COMPONENT + + + + + + + + + Cholesterol.in HDL 4+5 + LP57630-3 + COMPONENT + + + + + + + + + Cholesterol.in HDL 1+2 + LP57631-1 + COMPONENT + + + + + + + + + Trisomy 21 risk based on maternal age + Alpha-1-Fetoprotein + Choriogonadotropin + Estriol.unconjugated + LP57632-9 + COMPONENT + + + + + + + + + CPT2 &or CACT + LP57638-6 + COMPONENT + + + + + + + + + Procollagen type I.N-terminal propeptide + LP57671-7 + COMPONENT + + + + + + + + + S100 calcium binding protein B + LP57672-5 + COMPONENT + + + + + + + + + 1st IRP + LP6078-2 + METHOD + + + + + + + + + 1W cold incubation + LP6079-0 + METHOD + + + + + + + + + 1D cold incubation + LP6080-8 + METHOD + + + + + + + + + 2D cold incubation + LP6081-6 + METHOD + + + + + + + + + 2nd IRP + LP6084-0 + METHOD + + + + + + + + + 3D cold incubation + LP6086-5 + METHOD + + + + + + + + + 3rd IS + LP6087-3 + METHOD + + + + + + + + + 4D cold incubation + LP6089-9 + METHOD + + + + + + + + + 4H cold incubation + LP6090-7 + METHOD + + + + + + + + + 5D cold incubation + LP6091-5 + METHOD + + + + + + + + + 6D cold incubation + LP6092-3 + METHOD + + + + + + + + + Aggl + LP6106-1 + METHOD + + + + + + + + + + Albumin + LP6118-6 + COMPONENT + + + + + + + + + Tissue + LP61649-7 + SYSTEM + + + + + + + + + Calculated + LP6165-7 + METHOD + + + + + + + + + Chemical separation + LP6177-2 + METHOD + + + + + + + + + 2-Deoxytetronate + LP61773-5 + COMPONENT + + + + + + + + + Ribitol + LP61775-0 + COMPONENT + + + + + + + + + 2-Ethylhydracrylate + LP61794-1 + COMPONENT + + + + + + + + + 2-Hydroxysebacate + LP61795-8 + COMPONENT + + + + + + + + + 2-Methyl-3-Hydroxyvalerate + LP61796-6 + COMPONENT + + + + + + + + + 2-Methyl-3-Oxobutyrate + LP61797-4 + COMPONENT + + + + + + + + + 2-Methylglutaconate + LP61798-2 + COMPONENT + + + + + + + + + 2-Methylglutarate + LP61799-0 + COMPONENT + + + + + + + + + 3,4-Dihydroxyphenyllactate + LP61800-6 + COMPONENT + + + + + + + + + 3,4-Hydroxymandelate + LP61801-4 + COMPONENT + + + + + + + + + 3-Deoxytetronate + LP61802-2 + COMPONENT + + + + + + + + + 3-Hydroxy,4-Methoxybenzoate + LP61803-0 + COMPONENT + + + + + + + + + 3-Hydroxyhexanoate + LP61805-5 + COMPONENT + + + + + + + + + 3-Hydroxysuberate + LP61806-3 + COMPONENT + + + + + + + + + 3-Indolelactate + LP61807-1 + COMPONENT + + + + + + + + + 3-Methyladipate + LP61808-9 + COMPONENT + + + + + + + + + 4-Hydroxy-3-Methoxyphenyllactate + LP61809-7 + COMPONENT + + + + + + + + + 7-Hydroxyoctanoate + LP61811-3 + COMPONENT + + + + + + + + + Adenosyl homocysteine hydrolase + LP61812-1 + COMPONENT + + + + + + + + + Adiponectin + LP61813-9 + COMPONENT + + + + + + + + + Arabitol + LP61814-7 + COMPONENT + + + + + + + + + Carnitine acyltransferase I + LP61815-4 + COMPONENT + + + + + + + + + Carnitine acyltransferase II + LP61816-2 + COMPONENT + + + + + + + + + Diphosphoglycerate phosphatase + LP61817-0 + COMPONENT + + + + + + + + + Fibroblast growth factor 23.intact + LP61818-8 + COMPONENT + + + + + + + + + Fibroblast growth factor 23.C-terminal + LP61819-6 + COMPONENT + + + + + + + + + Galactitol + LP61820-4 + COMPONENT + + + + + + + + + Gentisate + LP61821-2 + COMPONENT + + + + + + + + + Malondialdehyde + LP61822-0 + COMPONENT + + + + + + + + + Phosphoribosylpyrophosphate synthetase + LP61823-8 + COMPONENT + + + + + + + + + Deoxyuridine + LP61824-6 + COMPONENT + + + + + + + + + Confirm + LP6197-0 + METHOD + + + + + + + + + 3,6-Epoxydecanedioate + LP62152-1 + COMPONENT + + + + + + + + + 3,6-Epoxydodecanedioate + LP62153-9 + COMPONENT + + + + + + + + + 3,6-Epoxyoctanedioate + LP62154-7 + COMPONENT + + + + + + + + + 3,6-Epoxytetradecanedioate + LP62155-4 + COMPONENT + + + + + + + + + 3-Hydroxydodecanedienedioate + LP62157-0 + COMPONENT + + + + + + + + + 3-Hydroxydodecenedioate + LP62159-6 + COMPONENT + + + + + + + + + 3-Hydroxytetradecadienedioate + LP62160-4 + COMPONENT + + + + + + + + + 3-Hydroxytetradecanedioate + LP62161-2 + COMPONENT + + + + + + + + + 3-Hydroxytetradecenedioate + LP62162-0 + COMPONENT + + + + + + + + + 3-Oxovalerate + LP62163-8 + COMPONENT + + + + + + + + + Heptadecenoate + LP62167-9 + COMPONENT + + + + + + + + + Hexadecanedioate + LP62168-7 + COMPONENT + + + + + + + + + Homocysteine.free + LP62169-5 + COMPONENT + + + + + + + + + Pentadecanoate + LP62170-3 + COMPONENT + + + + + + + + + Quinolinate + LP62171-1 + COMPONENT + + + + + + + + + Acadesine + LP62193-5 + COMPONENT + + + + + + + + + 4,5-Dihydroxyhexanoate + LP62194-3 + COMPONENT + + + + + + + + + 4,5-Dihydroxyhexanolactone + LP62195-0 + COMPONENT + + + + + + + + + Erythro-4,5-Dihydroxyhexanoate + LP62196-8 + COMPONENT + + + + + + + + + Erythro-4-Deoxytetronate + LP62197-6 + COMPONENT + + + + + + + + + LDL.oxidized + LP62198-4 + COMPONENT + + + + + + + + + Mevalonolactone + LP62199-2 + COMPONENT + + + + + + + + + Sepiapterin + LP62201-6 + COMPONENT + + + + + + + + + Alanine aminotransferase.macromolecular + LP62202-4 + COMPONENT + + + + + + + + + Aspartate aminotransferase.macromolecular + LP62203-2 + COMPONENT + + + + + + + + + Indole-3-Acetate + LP62204-0 + COMPONENT + + + + + + + + + Mannose + LP62205-7 + COMPONENT + + + + + + + + + Perseitol + LP62206-5 + COMPONENT + + + + + + + + + Sedoheptitol + LP62207-3 + COMPONENT + + + + + + + + + Sorbitol + LP62208-1 + COMPONENT + + + + + + + + + Threitol + LP62209-9 + COMPONENT + + + + + + + + + Threo-4,5-Dihydrohexanoate + LP62210-7 + COMPONENT + + + + + + + + + Threo-4,5-Dihydrohexanolactone + LP62211-5 + COMPONENT + + + + + + + + + Threo-4-Deoxytetronate + LP62212-3 + COMPONENT + + + + + + + + + Thymine + LP62213-1 + COMPONENT + + + + + + + + + Detection limit <= 20 mg/L + LP6222-6 + METHOD + + + + + + + + + Detection limit <= 0.005 mIU/L + LP6223-4 + METHOD + + + + + + + + + Detection limit <= 0.05 mIU/L + LP6224-2 + METHOD + + + + + + + + + Vanillate + LP62256-0 + COMPONENT + + + + + + + + + Thymidine + LP62257-8 + COMPONENT + + + + + + + + + + Dialysis + LP6226-7 + METHOD + + + + + + + + + Dilution + LP6228-3 + METHOD + + + + + + + + + Direct assay + LP6230-9 + METHOD + + + + + + + + + Direct spectrophotometry + LP6232-5 + METHOD + + + + + + + + + EIA.3rd IS + LP6242-4 + METHOD + + + + + + + + + cis-Vaccenate + LP62425-1 + COMPONENT + + + + + + + + + trans-Octadecanoate + LP62426-9 + COMPONENT + + + + + + + + + trans-Vaccenate + LP62427-7 + COMPONENT + + + + + + + + + Dihomogammalinolenate + LP62428-5 + COMPONENT + + + + + + + + + Docosapentaenoate + LP62429-3 + COMPONENT + + + + + + + + + Electrophoresis + LP6247-3 + METHOD + + + + + + + + + Rumenate + LP62478-0 + COMPONENT + + + + + + + + + Beta-trace protein + LP62483-0 + COMPONENT + + + + + + + + + Pro-hepcidin + LP62484-8 + COMPONENT + + + + + + + + + Electrophoresis.agarose gel + LP6250-7 + METHOD + + + + + + + + + Estimated + LP6260-6 + METHOD + + + + + + + + + Estimated from glycated hemoglobin + LP6264-8 + METHOD + + + + + + + + + Flow cytometry + LP6274-7 + METHOD + + + + + + + + + 3-Hydroxypalmitate + LP62750-2 + COMPONENT + + + + + + + + + 3-Hydroxymyristate + LP62751-0 + COMPONENT + + + + + + + + + 2-Hydroxyvalerate + LP62810-4 + COMPONENT + + + + + + + + + Apolipoprotein E1 + LP62814-6 + COMPONENT + + + + + + + + + Cholesterol.in LDL pattern A + LP62816-1 + COMPONENT + + + + + + + + + Cholesterol.in LDL pattern BII + LP62817-9 + COMPONENT + + + + + + + + + Cholesterol.in LDL pattern BI + LP62818-7 + COMPONENT + + + + + + + + + YKL-40 + LP62856-7 + COMPONENT + + + + + + + + + IgA.intrathecally synthesized + LP62858-3 + COMPONENT + + + + + + + + + IgG.intrathecally synthesized + LP62859-1 + COMPONENT + + + + + + + + + IgM.intrathecally synthesized + LP62860-9 + COMPONENT + + + + + + + + + Protein fractions.oligoclonal bands.IT + LP62861-7 + COMPONENT + + + + + + + + + Albumin & Immunoglobulin Quotient + LP62862-5 + COMPONENT + + + + + + + + + Prostate cancer risk + LP62863-3 + COMPONENT + + + + + + + + + Neural tube defect risk + LP62865-8 + COMPONENT + + + + + + + + + Thyrotropin releasing hormone + LP62881-5 + COMPONENT + + + + + + + + + 3-Hydroxy fatty acids pattern + LP62915-1 + COMPONENT + + + + + + + + + 3-Hydroxypalmitate.free + LP62916-9 + COMPONENT + + + + + + + + + 3-Hydroxymyristate.free + LP62917-7 + COMPONENT + + + + + + + + + 3-Hydroxydodecanoate.free + LP62918-5 + COMPONENT + + + + + + + + + 3-Hydroxydecanoate.free + LP62919-3 + COMPONENT + + + + + + + + + GC + LP6292-9 + METHOD + + + + + + + + + 3-Hydroxyoctanoate.free + LP62920-1 + COMPONENT + + + + + + + + + 3-Hydroxyoctanoate + LP62921-9 + COMPONENT + + + + + + + + + 3-Hydroxyhexanoate.free + LP62922-7 + COMPONENT + + + + + + + + + 3-Hydroxydecanoate + LP62924-3 + COMPONENT + + + + + + + + + Glucometer + LP6298-6 + METHOD + + + + + + + + + Fibroblast growth factor + LP63010-0 + COMPONENT + + + + + + + + + Guthrie test + LP6303-4 + METHOD + + + + + + + + + HAI + LP6304-2 + METHOD + + + + + + + + + Amyloid A + LP63040-7 + COMPONENT + + + + + + + + + Myeloperoxidase Ab.IgG + LP63063-9 + COMPONENT + + + + + + + + + Heat stability + LP6307-5 + METHOD + + + + + + + + + Creatinine renal clearance.predicted + LP63085-2 + COMPONENT + + + + + + + + + Necroinflammatory activity score + LP63141-3 + COMPONENT + + + + + + + + + Necroinflammatory activity grade + LP63142-1 + COMPONENT + + + + + + + + + Fibrosis stage + LP63143-9 + COMPONENT + + + + + + + + + HPLC + LP6319-0 + METHOD + + + + + + + + + IB + LP6320-8 + METHOD + + + + + + + + + ICA + LP6321-6 + METHOD + + + + + + + + + Immune diffusion + LP6322-4 + METHOD + + + + + + + + + IF + LP6323-2 + METHOD + + + + + + + + + Immunoelectrophoresis + LP6335-6 + METHOD + + + + + + + + + Immunofixation + LP6336-4 + METHOD + + + + + + + + + Incubation.1M + LP6340-6 + METHOD + + + + + + + + + Infrared spectroscopy + LP6344-8 + METHOD + + + + + + + + + ISE + LP6351-3 + METHOD + + + + + + + + + Pyridinoline.free + LP63587-7 + COMPONENT + + + + + + + + + Pancreastatin + LP63595-0 + COMPONENT + + + + + + + + + LA + LP6360-4 + METHOD + + + + + + + + + LDL 6 + LP63610-7 + COMPONENT + + + + + + + + + Cortisone.free + LP63614-9 + COMPONENT + + + + + + + + + Trisomy 21 risk based on maternal age + Pregnancy associated plasma protein A + Choriogonadotropin + Nuchal translucency + LP63615-6 + COMPONENT + + + + + + + + + Detection limit <= 1.0 ng/dL + LP63621-4 + METHOD + + + + + + + + + Protein feed time + LP63625-5 + COMPONENT + + + + + + + + + BldCRRT + LP63632-1 + SYSTEM + + + + + + + + + Trisomy 21+Trisomy 18 risk + LP63634-7 + COMPONENT + + + + + + + + + Hepatic iron index + LP63635-4 + COMPONENT + + + + + + + + + Lipid risk factors + LP63638-8 + COMPONENT + + + + + + + + + Gamma 2 globulin + LP63639-6 + COMPONENT + + + + + + + + + Light scattering + LP6367-9 + METHOD + + + + + + + + + LDL 7 + LP63672-7 + COMPONENT + + + + + + + + + Microscopy + LP6393-5 + METHOD + + + + + + + + + Microscopy.light + LP6398-4 + METHOD + + + + + + + + + Microscopy.light.HPF + LP6399-2 + METHOD + + + + + + + + + Microscopy.light.LPF + LP6400-8 + METHOD + + + + + + + + + Molgen + LP6404-0 + METHOD + + + + + + + + + Sugar alcohols + LP64092-7 + COMPONENT + + + + + + + + + Inositol + LP64093-5 + COMPONENT + + + + + + + + + Fibrosure + LP64094-3 + COMPONENT + + + + + + + + + Nephelometry + LP6415-6 + METHOD + + + + + + + + + Thiamine.free + LP64185-9 + COMPONENT + + + + + + + + + Monosaccharides.sulfated + LP64192-5 + COMPONENT + + + + + + + + + Creatine kinase.MiMi + LP64198-2 + COMPONENT + + + + + + + + + Fractional excretion of sodium + LP64200-6 + COMPONENT + + + + + + + + + Oximetry + LP6432-1 + METHOD + + + + + + + + + CD14 Ag + LP64426-7 + COMPONENT + + + + + + + + + Calcium oxalate dihydrate + LP64453-1 + COMPONENT + + + + + + + + + Calcidiol+Calciferol + LP64575-1 + COMPONENT + + + + + + + + + Newborn screening recommended follow-up + LP64579-3 + COMPONENT + + + + + + + + + Probe.amp.tar + LP6464-4 + METHOD + + + + + + + + + Phosphatidylinositol+Phosphatidylserine + LP64668-4 + COMPONENT + + + + + + + + + Calcidiol & Calciferol + LP64677-5 + COMPONENT + + + + + + + + + Pulse oximetry + LP6469-3 + METHOD + + + + + + + + + Dimethylphosphatidyl ethanolamine + LP64705-4 + COMPONENT + + + + + + + + + Remnant lipoprotein + LP64720-3 + COMPONENT + + + + + + + + + Cholesterol.in VLDL 1+2 + LP64722-9 + COMPONENT + + + + + + + + + Reaction: lactate to pyruvate + LP6479-2 + METHOD + + + + + + + + + Reaction: pyruvate to lactate + LP6480-0 + METHOD + + + + + + + + + Refractometry + LP6484-2 + METHOD + + + + + + + + + 16-Alpha hydroxyestrone + LP64854-0 + COMPONENT + + + + + + + + + 2-Hydroxyestrone + LP64855-7 + COMPONENT + + + + + + + + + Hydroxylysine.free + LP64866-4 + COMPONENT + + + + + + + + + Isoelectric focusing + LP64867-2 + METHOD + + + + + + + + + CXCL13 Ag + LP64897-9 + COMPONENT + + + + + + + + + RIA + LP6493-3 + METHOD + + + + + + + + + Transforming growth factor beta 1 + LP64930-8 + COMPONENT + + + + + + + + + Peptide YY + LP64933-2 + COMPONENT + + + + + + + + + Neuropeptide Y + LP64934-0 + COMPONENT + + + + + + + + + Metabolic syndrome + LP64993-6 + COMPONENT + + + + + + + + + Heptacarboxylporphyrin II + LP64996-9 + COMPONENT + + + + + + + + + Alkaline phosphatase.macro + LP64999-3 + COMPONENT + + + + + + + + + Glock & McLean + LP65000-9 + METHOD + + + + + + + + + WHO method + LP65001-7 + METHOD + + + + + + + + + Body fld+Ser/Plas + LP65002-5 + SYSTEM + + + + + + + + + Ser/Plas+Plr fld + LP65004-1 + SYSTEM + + + + + + + + + 3-Hydroxysebacate.unsaturated + LP65007-4 + COMPONENT + + + + + + + + + 3-Hydroxysuberate.unsaturated + LP65008-2 + COMPONENT + + + + + + + + + Adipate.unsaturated + LP65009-0 + COMPONENT + + + + + + + + + Adipolactone + LP65010-8 + COMPONENT + + + + + + + + + Suberate.unsaturated + LP65023-1 + COMPONENT + + + + + + + + + SCncDiff + LP65028-0 + PROPERTY + + + + + + + + + Screen + LP6503-9 + METHOD + + + + + + + + + Sugar + LP65098-3 + COMPONENT + + + + + + + + + Sputum/Gast fld + LP65099-1 + SYSTEM + + + + + + + + + Advanced oxidation protein products + LP65127-0 + COMPONENT + + + + + + + + + Protein carbonyl + LP65130-4 + COMPONENT + + + + + + + + + Hemicystine + LP65132-0 + COMPONENT + + + + + + + + + Fractional excretion of phosphate + LP65135-3 + COMPONENT + + + + + + + + + Tetradecanedioate + LP65136-1 + COMPONENT + + + + + + + + + Tetradecenedioate + LP65137-9 + COMPONENT + + + + + + + + + Urea renal clearance + LP65138-7 + COMPONENT + + + + + + + + + 2-Methyl-3-Hydroxybutyrylcarnitine (C5-OH) + LP65143-7 + COMPONENT + + + + + + + + + 21-Deoxycortisol + LP65144-5 + COMPONENT + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC) + LP65147-8 + COMPONENT + + + + + + + + + Spectrophotometry + LP6525-2 + METHOD + + + + + + + + + Cholesterol.in VLDL 1+2+3 + LP65261-7 + COMPONENT + + + + + + + + + Cholesterol.in LDL.narrow density + LP65262-5 + COMPONENT + + + + + + + + + Cholesterol.in IDL+Cholesterol.in VLDL 3 + LP65263-3 + COMPONENT + + + + + + + + + Spun Westergren tube + LP6529-4 + METHOD + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH) + LP65328-4 + COMPONENT + + + + + + + + + 6-Hydroxyheptanoate + LP65331-8 + COMPONENT + + + + + + + + + Allantoine + LP65332-6 + COMPONENT + + + + + + + + + Dial fld+Ser/Plas + LP65369-8 + SYSTEM + + + + + + + + + Creatinine-based formula (Schwartz) + LP65370-6 + METHOD + + + + + + + + + Alpha-1-Microglobulin.placental + LP65373-0 + COMPONENT + + + + + + + + + Sudan IV stain + LP6540-1 + METHOD + + + + + + + + + Tartrate inhibited + LP6544-3 + METHOD + + + + + + + + + 3-Keto n-Valerate + LP65472-0 + COMPONENT + + + + + + + + + Test strip + LP6548-4 + METHOD + + + + + + + + + Cholesterol.in HDL 2+3 + LP65492-8 + COMPONENT + + + + + + + + + Iohexol + LP65494-4 + COMPONENT + + + + + + + + + Test strip manual + LP6550-0 + METHOD + + + + + + + + + Malondialdehyde.free + LP65526-3 + COMPONENT + + + + + + + + + Test strip.automated + LP65527-1 + METHOD + + + + + + + + + Trophoblasts + LP65556-0 + SYSTEM + + + + + + + + + Thyroxine binding protein pattern + LP65607-1 + COMPONENT + + + + + + + + + 11-Dehydro thromboxane beta 2 + LP65610-5 + COMPONENT + + + + + + + + + 3D RT incubation + LP65696-4 + METHOD + + + + + + + + + Protein.monoclonal band 3 + LP65750-9 + COMPONENT + + + + + + + + + Protein.monoclonal band 4 + LP65751-7 + COMPONENT + + + + + + + + + BldCoMV + LP65755-8 + SYSTEM + + + + + + + + + Hydroxyestrone + LP65840-8 + COMPONENT + + + + + + + + + Vanillylmandelate & Creatinine + LP65871-3 + COMPONENT + + + + + + + + + Epstein Barr virus early restricted + LP65876-2 + COMPONENT + + + + + + + + + Liley Zone + LP65881-2 + COMPONENT + + + + + + + + + Horowitz index + LP65891-1 + COMPONENT + + + + + + + + + Bld+Inhl gas + LP65892-9 + SYSTEM + + + + + + + + + BldC+Inhl gas + LP65893-7 + SYSTEM + + + + + + + + + BldA+Inhl gas + LP65894-5 + SYSTEM + + + + + + + + + BldMV+Inhl gas + LP65895-2 + SYSTEM + + + + + + + + + BldV+Inhl gas + LP65896-0 + SYSTEM + + + + + + + + + Lipoprotein midband A + LP65899-4 + COMPONENT + + + + + + + + + Lipoprotein midband B + LP65900-0 + COMPONENT + + + + + + + + + Lipoprotein midband C + LP65901-8 + COMPONENT + + + + + + + + + 3-Hydroxyisovalerylcarnitine+2-Methyl,3-Hydroxybutyrylcarnitine (C5-OH) + LP66332-5 + COMPONENT + + + + + + + + + Butyrylcarnitine+Isobutyrylcarnitine (C4) + LP66333-3 + COMPONENT + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH) + LP66334-1 + COMPONENT + + + + + + + + + Methylmalonylcarnitine+Succinylcarnitine (C4-DC) + LP66335-8 + COMPONENT + + + + + + + + + Tiglylcarnitine (C5:1) + LP66336-6 + COMPONENT + + + + + + + + + Protein.monoclonal band 1 + LP66338-2 + COMPONENT + + + + + + + + + IgE Ab + LP66614-6 + COMPONENT + + + + + + + + + Alkaline phosphatase.intestinal 2 + LP66719-3 + COMPONENT + + + + + + + + + Alkaline phosphatase.intestinal 3 + LP66720-1 + COMPONENT + + + + + + + + + Westergren + LP6758-9 + METHOD + + + + + + + + + With P-5'-P + LP6762-1 + METHOD + + + + + + + + + - + LP6769-6 + PROPERTY + + + + + + + + + ACnc + LP6773-8 + PROPERTY + + + + + + + + + ACnt + LP6774-6 + PROPERTY + + + + + + + + + Addr + LP6775-3 + PROPERTY + + + + + + + + + ARat + LP6780-3 + PROPERTY + + + + + + + + + Arb + LP6781-1 + PROPERTY + + + + + + + + + ArVRat + LP6787-8 + PROPERTY + + + + + + + + + CCnc + LP6789-4 + PROPERTY + + + + + + + + + CCnt + LP6790-2 + PROPERTY + + + + + + + + + CRto + LP6791-0 + PROPERTY + + + + + + + + + CFr + LP6792-8 + PROPERTY + + + + + + + + + CRat + LP6799-3 + PROPERTY + + + + + + + + + EntCat + LP6807-4 + PROPERTY + + + + + + + + + EntLen + LP6808-2 + PROPERTY + + + + + + + + + EntMass + LP6809-0 + PROPERTY + + + + + + + + + Find + LP6813-2 + PROPERTY + + + + + + + + + ID + LP6818-1 + PROPERTY + + + + + + + + + Imp + LP6819-9 + PROPERTY + + + + + + + + + Mass + LP6826-4 + PROPERTY + + + + + + + + + MCnc + LP6827-2 + PROPERTY + + + + + + + + + Prolactin.monomeric + LP68274-7 + COMPONENT + + + + + + + + + MCnt + LP6828-0 + PROPERTY + + + + + + + + + MFr + LP6831-4 + PROPERTY + + + + + + + + + MRat + LP6833-0 + PROPERTY + + + + + + + + + MRto + LP6834-8 + PROPERTY + + + + + + + + + Naric + LP6835-5 + PROPERTY + + + + + + + + + NCnc + LP6836-3 + PROPERTY + + + + + + + + + NFr + LP6838-9 + PROPERTY + + + + + + + + + Num + LP6841-3 + PROPERTY + + + + + + + + + OD + LP6842-1 + PROPERTY + + + + + + + + + Osmol + LP6843-9 + PROPERTY + + + + + + + + + Pn + LP6844-7 + PROPERTY + + + + + + + + + PPres + LP6845-4 + PROPERTY + + + + + + + + + Prctl + LP6846-2 + PROPERTY + + + + + + + + + Prid + LP6850-4 + PROPERTY + + + + + + + + + Ratio + LP6852-0 + PROPERTY + + + + + + + + + Rden + LP6853-8 + PROPERTY + + + + + + + + + RelRto + LP6854-6 + PROPERTY + + + + + + + + + RelMCnc + LP6858-7 + PROPERTY + + + + + + + + + SCnc + LP6860-3 + PROPERTY + + + + + + + + + SCnt + LP6861-1 + PROPERTY + + + + + + + + + SFr + LP6866-0 + PROPERTY + + + + + + + + + SRat + LP6867-8 + PROPERTY + + + + + + + + + SRto + LP6868-6 + PROPERTY + + + + + + + + + Sub + LP6869-4 + PROPERTY + + + + + + + + + Titr + LP6881-9 + PROPERTY + + + + + + + + + TmStp + LP6882-7 + PROPERTY + + + + + + + + + Txt + LP6885-0 + PROPERTY + + + + + + + + + Type + LP6886-8 + PROPERTY + + + + + + + + + VFr + LP6891-8 + PROPERTY + + + + + + + + + Vol + LP6893-4 + PROPERTY + + + + + + + + + VRat + LP6895-9 + PROPERTY + + + + + + + + + 10H + LP6903-1 + TIME + + + + + + + + + 12H + LP6908-0 + TIME + + + + + + + + + 18H + LP6913-0 + TIME + + + + + + + + + 1H + LP6915-5 + TIME + + + + + + + + + Glomerular filtration rate + LP69203-5 + COMPONENT + + + + + + + + + Glucose CSF + LP69206-8 + COMPONENT + + + + + + + + + Glycine plas + LP69207-6 + COMPONENT + + + + + + + + + Magnesium.plasma + LP69209-2 + COMPONENT + + + + + + + + + Protein.CSF + LP69210-0 + COMPONENT + + + + + + + + + Protein.plr fld + LP69211-8 + COMPONENT + + + + + + + + + Radioactive iodine.thyroid + LP69214-2 + COMPONENT + + + + + + + + + Osmolality.urine + LP69215-9 + COMPONENT + + + + + + + + + Amylase.fld + LP69218-3 + COMPONENT + + + + + + + + + Lactate dehydrogenase.plr fld + LP69219-1 + COMPONENT + + + + + + + + + IgA.CSF + LP69222-5 + COMPONENT + + + + + + + + + IgG.CSF + LP69223-3 + COMPONENT + + + + + + + + + IgM.CSF + LP69226-6 + COMPONENT + + + + + + + + + Creatinine dial fld + LP69228-2 + COMPONENT + + + + + + + + + 24H + LP6924-7 + TIME + + + + + + + + + 2H + LP6929-6 + TIME + + + + + + + + + Methylglutarylcarnitine (C6-DC) + LP69348-8 + COMPONENT + + + + + + + + + 48H + LP6938-7 + TIME + + + + + + + + + 4H + LP6940-3 + TIME + + + + + + + + + 5H + LP6943-7 + TIME + + + + + + + + + 6H + LP6946-0 + TIME + + + + + + + + + 72H + LP6947-8 + TIME + + + + + + + + + 8H + LP6949-4 + TIME + + + + + + + + + Pt + LP6960-1 + TIME + + + + + + + + + Stdy + LP6967-6 + TIME + + + + + + + + + XXX + LP6969-2 + TIME + + + + + + + + + Dial fld prt+Ser/Plas + LP69841-2 + SYSTEM + + + + + + + + + First & Second trimester integrated maternal screen + LP69851-1 + COMPONENT + + + + + + + + + Second trimester quad maternal screen + LP69852-9 + COMPONENT + + + + + + + + + Second trimester triple maternal screen + LP69853-7 + COMPONENT + + + + + + + + + Second trimester penta maternal screen + LP69854-5 + COMPONENT + + + + + + + + + First trimester maternal screen with nuchal translucency + LP69855-2 + COMPONENT + + + + + + + + + U1 small nuclear ribonucleoprotein 70kD Ab + LP69894-1 + COMPONENT + + + + + + + + + U1 small nuclear ribonucleoprotein 70kD + LP69897-4 + COMPONENT + + + + + + + + + Semin plas + LP69949-3 + SYSTEM + + + + + + + + + + Amnio fld + LP7000-5 + SYSTEM + + + + + + + + + Alanine+Beta Alanine+Sarcosine + LP70080-4 + COMPONENT + + + + + + + + + Alloisoleucine+Isoleucine+Leucine+Hydroxyproline + LP70081-2 + COMPONENT + + + + + + + + + Asparagine+Ornithine + LP70082-0 + COMPONENT + + + + + + + + + Formiminoglutamate + LP70083-8 + COMPONENT + + + + + + + + + 3-Hydroxyoctanoylcarnitine (C8-OH)+Malonylcarnitine (C3-DC) + LP70084-6 + COMPONENT + + + + + + + + + Decadienoylcarnitine (C10:2) + LP70085-3 + COMPONENT + + + + + + + + + 3-Hydroxydecenoylcarnitine (C10:1-OH) + LP70087-9 + COMPONENT + + + + + + + + + 3-Hydroxydodecenoylcarnitine (C12:1-OH) + LP70088-7 + COMPONENT + + + + + + + + + Aorta + LP7009-6 + SYSTEM + + + + + + + + + Hexenoylcarnitine (C6:1) + LP70090-3 + COMPONENT + + + + + + + + + Heptanoylcarnitine (C7) + LP70091-1 + COMPONENT + + + + + + + + + Phenylacetylcarnitine (PheC2) + LP70092-9 + COMPONENT + + + + + + + + + Salicylylcarnitine (SalC) + LP70093-7 + COMPONENT + + + + + + + + + Nonanoylcarnitine (C9) + LP70094-5 + COMPONENT + + + + + + + + + Decatrienoylcarnitine (C10:3) + LP70095-2 + COMPONENT + + + + + + + + + Dehydrosuberylcarnitine (C8:1-DC) + LP70096-0 + COMPONENT + + + + + + + + + Dehydrosebacylcarnitine (C10:1-DC) + LP70097-8 + COMPONENT + + + + + + + + + Sebacylcarnitine (C10-DC) + LP70098-6 + COMPONENT + + + + + + + + + Dicarboxydodecenoylcarnitine (C12:1-DC) + LP70099-4 + COMPONENT + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC) + LP70100-0 + COMPONENT + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC) + LP70101-8 + COMPONENT + + + + + + + + + Dicarboxytetradecanoylcarnitine (C14-DC) + LP70102-6 + COMPONENT + + + + + + + + + Dicarboxypalmitoleylcarnitine (C16:1-DC) + LP70103-4 + COMPONENT + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC) + LP70104-2 + COMPONENT + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC) + LP70105-9 + COMPONENT + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC) + LP70106-7 + COMPONENT + + + + + + + + + Aorta.root + LP7017-9 + SYSTEM + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5) + LP70195-0 + COMPONENT + + + + + + + + + 5-Oxoproline+Pipecolate + LP70201-6 + COMPONENT + + + + + + + + + Carnitine.free (C0)+Acetylcarnitine (C2)+Propionylcarnitine (C3)+Palmitoylcarnitine (C16)+Oleoylcarnitine (C18:1)+Stearoylcarnitine (C18) + LP70203-2 + COMPONENT + + + + + + + + + LsCnc + LP70220-6 + PROPERTY + + + + + + + + + Aortic root + LP7025-2 + SYSTEM + + + + + + + + + Acrylylcarnitine (C3:1) + LP70254-5 + COMPONENT + + + + + + + + + + 17-Hydroxyprogesterone+Androstenedione + LP70289-1 + COMPONENT + + + + + + + + + Alloisoleucine+Isoleucine+Leucine+Hydroxyproline+Valine + LP70305-5 + COMPONENT + + + + + + + + + Malonylcarnitine (C3-DC) + LP70363-4 + COMPONENT + + + + + + + + + 3-Hydroxydecanoylcarnitine (C10-OH) + LP70364-2 + COMPONENT + + + + + + + + + Eicosanoylcarnitine (C20) + LP70368-3 + COMPONENT + + + + + + + + + Asp + LP7037-7 + SYSTEM + + + + + + + + + Anthranilate + LP70376-6 + COMPONENT + + + + + + + + + Dihydroxycholestanoate + LP70377-4 + COMPONENT + + + + + + + + + Carnitine palmitoyltransferase 2 + LP70432-7 + COMPONENT + + + + + + + + + Carnitine palmitoyltransferase 1 + LP70433-5 + COMPONENT + + + + + + + + + Gamma 3 globulin.abnormal band + LP70437-6 + COMPONENT + + + + + + + + + Kynurenin + LP70439-2 + COMPONENT + + + + + + + + + SSA + LP70450-9 + METHOD + + + + + + + + + Triglyceride.in VLDL + LP70451-7 + COMPONENT + + + + + + + + + Triglyceride.in HDL 2 + LP70452-5 + COMPONENT + + + + + + + + + Triglyceride.in HDL 3 + LP70453-3 + COMPONENT + + + + + + + + + Detection limit <= 1.0 mg/L + LP70454-1 + METHOD + + + + + + + + + Bil fld + LP7051-8 + SYSTEM + + + + + + + + + Dodeicosanoylcarnitine (C22) + LP70529-0 + COMPONENT + + + + + + + + + Alpha globulin.abnormal band + LP70530-8 + COMPONENT + + + + + + + + + Bld + LP7057-5 + SYSTEM + + + + + + + + + Beta globulin.abnormal band + LP70584-5 + COMPONENT + + + + + + + + + Beta globulin+Gamma globulin.abnormal band + LP70585-2 + COMPONENT + + + + + + + + + Gamma globulin.abnormal band + LP70586-0 + COMPONENT + + + + + + + + + Gamma 2 globulin.abnormal band + LP70587-8 + COMPONENT + + + + + + + + + Bld/Tiss + LP7061-7 + SYSTEM + + + + + + + + + Carnitine palmitoyltransferase + LP70624-9 + COMPONENT + + + + + + + + + Maternal screens + LP70625-6 + COMPONENT + + + + + + + + + + + + + + + + + Alpha cortol + LP70662-9 + COMPONENT + + + + + + + + + Beta cortol + LP70664-5 + COMPONENT + + + + + + + + + BldA + LP7067-4 + SYSTEM + + + + + + + + + Flavin mononucleotide + LP70671-0 + COMPONENT + + + + + + + + + BldC + LP7068-2 + SYSTEM + + + + + + + + + BldCo + LP7069-0 + SYSTEM + + + + + + + + + BldMV + LP7071-6 + SYSTEM + + + + + + + + + BldP + LP7072-4 + SYSTEM + + + + + + + + + BldV + LP7073-2 + SYSTEM + + + + + + + + + Brain + LP7084-9 + SYSTEM + + + + + + + + + Bronchial + LP7091-4 + SYSTEM + + + + + + + + + Brth + LP7092-2 + SYSTEM + + + + + + + + + Calculus + LP7096-3 + SYSTEM + + + + + + + + + Creatinine peritoneal dialysis clearance + LP71055-5 + COMPONENT + + + + + + + + + Alpha 1 antitrypsin fecal clearance + LP71061-3 + COMPONENT + + + + + + + + + Creatinine dialysis fluid clearance + LP71062-1 + COMPONENT + + + + + + + + + Cardiovascular system + LP7118-5 + SYSTEM + + + + + + + + + Cardiovascular.central + LP7119-3 + SYSTEM + + + + + + + + + LDL apheresis procedure + LP71315-3 + COMPONENT + + + + + + + + + 1,5-Anhydroglucitol + LP71397-1 + COMPONENT + + + + + + + + + Glucose tetrasaccharide + LP71426-8 + COMPONENT + + + + + + + + + Col + LP7148-2 + SYSTEM + + + + + + + + + Coronary sinus + LP7153-2 + SYSTEM + + + + + + + + + CSF + LP7156-5 + SYSTEM + + + + + + + + + Lactate dehydrogenase.pericard fld + LP71580-2 + COMPONENT + + + + + + + + + Pericard fld+Ser/Plas + LP71582-8 + SYSTEM + + + + + + + + + Lactate dehydrogenase.periton fld + LP71583-6 + COMPONENT + + + + + + + + + Periton fld+Ser/Plas + LP71584-4 + SYSTEM + + + + + + + + + MoM + LP71590-1 + PROPERTY + + + + + + + + + Cvx/Vag + LP7163-1 + SYSTEM + + + + + + + + + Choriogonadotropin.tumor marker + LP71672-7 + COMPONENT + + + + + + + + + Alpha-1-fetoprotein.tumor marker + LP71673-5 + COMPONENT + + + + + + + + + Dial fld + LP7169-8 + SYSTEM + + + + + + + + + Dial fld prt + LP7170-6 + SYSTEM + + + + + + + + + Dose + LP7180-5 + SYSTEM + + + + + + + + + Ductus arteriosus + LP7185-4 + SYSTEM + + + + + + + + + Duod fld + LP7186-2 + SYSTEM + + + + + + + + + Duod fld/Gast fld + LP7187-0 + SYSTEM + + + + + + + + + Ear + LP7188-8 + SYSTEM + + + + + + + + + Endocrine system + LP7203-5 + SYSTEM + + + + + + + + + Exhl gas + LP7214-2 + SYSTEM + + + + + + + + + Eye + LP7218-3 + SYSTEM + + + + + + + + + Feed + LP7228-2 + SYSTEM + + + + + + + + + Fibroblasts + LP7234-0 + SYSTEM + + + + + + + + + Body fld + LP7238-1 + SYSTEM + + + + + + + + + Flu.nonbiological + LP7239-9 + SYSTEM + + + + + + + + + Gas + LP7253-0 + SYSTEM + + + + + + + + + Gast fld + LP7255-5 + SYSTEM + + + + + + + + + Gastrointestinal system + LP7256-3 + SYSTEM + + + + + + + + + Genital fld + LP7263-9 + SYSTEM + + + + + + + + + Genitalia + LP7264-7 + SYSTEM + + + + + + + + + Genitalia.male + LP7266-2 + SYSTEM + + + + + + + + + Genitourinary systems + LP7267-0 + SYSTEM + + + + + + + + + Vag + LP7271-2 + SYSTEM + + + + + + + + + Hair + LP7280-3 + SYSTEM + + + + + + + + + Heart + LP7289-4 + SYSTEM + + + + + + + + + Heart.atria + LP7299-3 + SYSTEM + + + + + + + + + Heart.atrium.left + LP7300-9 + SYSTEM + + + + + + + + + Heart.atrium.right + LP7301-7 + SYSTEM + + + + + + + + + Heart.chambers + LP7302-5 + SYSTEM + + + + + + + + + Heart.ventricle + LP7309-0 + SYSTEM + + + + + + + + + Heart.ventricle.left + LP7310-8 + SYSTEM + + + + + + + + + Heart.ventricle.right + LP7334-8 + SYSTEM + + + + + + + + + Heart.ventricle.right.outflow tract + LP7336-3 + SYSTEM + + + + + + + + + Heart.ventricles + LP7341-3 + SYSTEM + + + + + + + + + Hyperal solution + LP7353-8 + SYSTEM + + + + + + + + + Inhl gas + LP7354-6 + SYSTEM + + + + + + + + + Ingesta + LP7362-9 + SYSTEM + + + + + + + + + Integumentary system + LP7363-7 + SYSTEM + + + + + + + + + Intravascular + LP7366-0 + SYSTEM + + + + + + + + + Intravascular space.XXX + LP7367-8 + SYSTEM + + + + + + + + + Liver + LP7400-7 + SYSTEM + + + + + + + + + Lung + LP7407-2 + SYSTEM + + + + + + + + + Bone mar + LP7410-6 + SYSTEM + + + + + + + + + Meconium + LP7413-0 + SYSTEM + + + + + + + + + Milk + LP7431-2 + SYSTEM + + + + + + + + + Mmlk + LP7432-0 + SYSTEM + + + + + + + + + Musculoskeletal system + LP7435-3 + SYSTEM + + + + + + + + + Neurologic system + LP7441-1 + SYSTEM + + + + + + + + + Nose + LP7443-7 + SYSTEM + + + + + + + + + Nose/Trac + LP7444-5 + SYSTEM + + + + + + + + + Ocular fld + LP7448-6 + SYSTEM + + + + + + + + + Pericard fld + LP7466-8 + SYSTEM + + + + + + + + + + Placenta + LP7477-5 + SYSTEM + + + + + + + + + Plant + LP7478-3 + SYSTEM + + + + + + + + + Plas + LP7479-1 + SYSTEM + + + + + + + + + Plas+Urine + LP7480-9 + SYSTEM + + + + + + + + + Plr fld + LP7486-6 + SYSTEM + + + + + + + + + Prostate + LP7501-2 + SYSTEM + + + + + + + + + Provider + LP7504-6 + SYSTEM + + + + + + + + + PRP + LP7506-1 + SYSTEM + + + + + + + + + Periton fld + LP7507-9 + SYSTEM + + + + + + + + + Pulmonary artery + LP7509-5 + SYSTEM + + + + + + + + + Pulmonary artery.main + LP7511-1 + SYSTEM + + + + + + + + + Pulmonary wedge + LP7522-8 + SYSTEM + + + + + + + + + RBC + LP7536-8 + SYSTEM + + + + + + + + + Reproductive system + LP7555-8 + SYSTEM + + + + + + + + + Respiratory system + LP7556-6 + SYSTEM + + + + + + + + + Saliva + LP7565-7 + SYSTEM + + + + + + + + + Ser + LP7567-3 + SYSTEM + + + + + + + + + Ser+Bld + LP7568-1 + SYSTEM + + + + + + + + + Ser+CSF + LP7569-9 + SYSTEM + + + + + + + + + Ser/Bld + LP7575-6 + SYSTEM + + + + + + + + + Ser/Plas + LP7576-4 + SYSTEM + + + + + + + + + Ser/Plas+Stool + LP7577-2 + SYSTEM + + + + + + + + + Ser/Plas.ultracentrifugate + LP7578-0 + SYSTEM + + + + + + + + + Ser/Plas/Bld + LP7579-8 + SYSTEM + + + + + + + + + Semen + LP7589-7 + SYSTEM + + + + + + + + + Synv fld + LP7592-1 + SYSTEM + + + + + + + + + Specimen + LP7593-9 + SYSTEM + + + + + + + + + Sputum/Bronchial + LP7601-0 + SYSTEM + + + + + + + + + {system} + LP76034-5 + SYSTEM + + + + + + + + + Stool + LP7604-4 + SYSTEM + + + + + + + + + Sweat + LP7618-4 + SYSTEM + + + + + + + + + Tear + LP7622-6 + SYSTEM + + + + + + + + + Thorax+Lungs + LP7629-1 + SYSTEM + + + + + + + + + Platelets + LP7631-7 + SYSTEM + + + + + + + + + Thyroid + LP7636-6 + SYSTEM + + + + + + + + + Tiss + LP7641-6 + SYSTEM + + + + + + + + + Tiss.FNA + LP7642-4 + SYSTEM + + + + + + + + + TLGI/TSMI + LP7646-5 + SYSTEM + + + + + + + + + TSMI + LP7661-4 + SYSTEM + + + + + + + + + Urine + LP7681-2 + SYSTEM + + + + + + + + + Unk sub + LP7695-2 + SYSTEM + + + + + + + + + Vascular system + LP7700-0 + SYSTEM + + + + + + + + + Vena cava + LP7701-8 + SYSTEM + + + + + + + + + Venous.central + LP7705-9 + SYSTEM + + + + + + + + + Vitr fld + LP7715-8 + SYSTEM + + + + + + + + + Vomitus + LP7717-4 + SYSTEM + + + + + + + + + Water + LP7719-0 + SYSTEM + + + + + + + + + WBC + LP7720-8 + SYSTEM + + + + + + + + + + XXX + LP7735-6 + SYSTEM + + + + + + + + + ALLERGY + LP7756-2 + CLASS + + + + + + + + + BLDBK + LP7776-0 + CLASS + + + + + + + + + CELLMARK + LP7783-6 + CLASS + + + + + + + + + CHAL + LP7784-4 + CLASS + + + + + + + + + CHEM + LP7786-9 + CLASS + + + + + + + + + CLIN + LP7787-7 + CLASS + + + + + + + + + COAG + LP7788-5 + CLASS + + + + + + + + + DRUG/TOX + LP7790-1 + CLASS + + + + + + + + + DRUGDOSE + LP7791-9 + CLASS + + + + + + + + + EYE + LP7797-6 + CLASS + + + + + + + + + FERT + LP7798-4 + CLASS + + + + + + + + + HEM/BC + LP7803-2 + CLASS + + + + + + + + + HEMODYN.MOLEC + LP7805-7 + CLASS + + + + + + + + + MICRO + LP7819-8 + CLASS + + + + + + + + + MOLPATH + LP7822-2 + CLASS + + + + + + + + + MOLPATH.TRISOMY + LP7827-1 + CLASS + + + + + + + + + PANEL.CHEM + LP7834-7 + CLASS + + + + + + + + + PATH + LP7839-6 + CLASS + + + + + + + + + PULM + LP7840-4 + CLASS + + + + + + + + + SERO + LP7844-6 + CLASS + + + + + + + + + SPEC + LP7846-1 + CLASS + + + + + + + + + UA + LP7851-1 + CLASS + + + + + + + + + Tumor necrosis factor binding protein + LP89249-4 + COMPONENT + + + + + + + + + Immune response markers + LP89281-7 + COMPONENT + + + + + + + + + Ascorbate+Dehydroascorbate + LP89380-7 + COMPONENT + + + + + + + + + Beta-2-Microglobulin.CSF + LP89381-5 + COMPONENT + + + + + + + + + Dehydroascorbate + LP89384-9 + COMPONENT + + + + + + + + + Urate dihydrate + LP89582-8 + COMPONENT + + + + + + + + + Calcium bilirubinate + LP89583-6 + COMPONENT + + + + + + + + + Newberyite + LP89584-4 + COMPONENT + + + + + + + + + Lipoprotein goals + LP89585-1 + COMPONENT + + + + + + + + + Fatty acids.very long chain.C22:1n9 + LP89598-4 + COMPONENT + + + + + + + + + Urea reduction ratio + LP89621-4 + COMPONENT + + + + + + + + + Granulocyte colony stimulating factor + LP89646-1 + COMPONENT + + + + + + + + + Cholesterol.in HDL 2a + LP89648-7 + COMPONENT + + + + + + + + + Cholesterol.in HDL 2b + LP89649-5 + COMPONENT + + + + + + + + + Cholesterol.in HDL 3a + LP89650-3 + COMPONENT + + + + + + + + + Cholesterol.in HDL 3b + LP89651-1 + COMPONENT + + + + + + + + + Cholesterol.in HDL 3c + LP89652-9 + COMPONENT + + + + + + + + + Amylase.macromolecular + LP89653-7 + COMPONENT + + + + + + + + + Pimeloylcarnitine (C7-DC) + LP89654-5 + COMPONENT + + + + + + + + + Octadecanedioylcarnitine (C18-DC) + LP89655-2 + COMPONENT + + + + + + + + + Ursodeoxycholate + LP93479-1 + COMPONENT + + + + + + + + + Human epididymis protein 4 + LP93517-8 + COMPONENT + + + + + + + + + Antioxidants + LP94260-4 + COMPONENT + + + + + + + + + Natriuretic peptide + LP94520-1 + COMPONENT + + + + + + + + + VAP + LP94759-5 + METHOD + + + + + + + + + LC/MS/MS + LP95062-3 + METHOD + + + + + + + + + Adiponectin.high molecular weight + LP95076-3 + COMPONENT + + + + + + + + + Allo-pregnanediol + LP95077-1 + COMPONENT + + + + + + + + + Allo-tetrahydrocorticosterone + LP95079-7 + COMPONENT + + + + + + + + + Cathepsin K + LP95081-3 + COMPONENT + + + + + + + + + Cathepsin L + LP95082-1 + COMPONENT + + + + + + + + + Cathepsin S + LP95083-9 + COMPONENT + + + + + + + + + Cholesterol ester transfer protein + LP95084-7 + COMPONENT + + + + + + + + + 3-Hydroxyanthranilate + LP95090-4 + COMPONENT + + + + + + + + + Interleukin 1 receptor alpha chain + LP95092-0 + COMPONENT + + + + + + + + + Interleukin 1 receptor alpha chain.soluble + LP95093-8 + COMPONENT + + + + + + + + + Allo-tetrahydrodeoxycortisol + LP95234-8 + COMPONENT + + + + + + + + + Protein phosphatase 3 + LP95253-8 + COMPONENT + + + + + + + + + Beta defensin + LP95254-6 + COMPONENT + + + + + + + + + Stool.wet + LP95255-3 + SYSTEM + + + + + + + + + Stool.dried + LP95256-1 + SYSTEM + + + + + + + + + Cholesterol.in IDL 1 + LP95483-1 + COMPONENT + + + + + + + + + Cholesterol.in IDL 2 + LP95484-9 + COMPONENT + + + + + + + + + Albumin.serum + LP95499-7 + COMPONENT + + + + + + + + + Dodecenedioate + LP95515-0 + COMPONENT + + + + + + + + + Adenine phosphoribosyltransferase + LP95516-8 + COMPONENT + + + + + + + + + Calculus analysis with calculus photography + LP95533-3 + COMPONENT + + + + + + + + + Cardiac heart disease risk + LP96138-0 + COMPONENT + + + + + + + + + Thyroglobulin Ab.IgG + LP96155-4 + COMPONENT + + + + + + + + + Protein fractions.oligoclonal bands.IgG + LP96204-0 + COMPONENT + + + + + + + + + Protein fractions.oligoclonal bands.IgM + LP96205-7 + COMPONENT + + + + + + + + + Protein.monoclonal.beta + LP96206-5 + COMPONENT + + + + + + + + + Amylase.S3+S4 + LP96207-3 + COMPONENT + + + + + + + + + Amylase.S4 + LP96210-7 + COMPONENT + + + + + + + + + Beta-2-Microglobulin.tumor marker + LP96211-5 + COMPONENT + + + + + + + + + Nasal fluid + LP97008-4 + SYSTEM + + + + + + + + + Full newborn screening summary report for display or printing + LP97104-1 + COMPONENT + + + + + + + + + Newborn screening report - overall interpretation + LP97105-8 + COMPONENT + + + + + + + + + Newborn conditions with positive markers + LP97106-6 + COMPONENT + + + + + + + + + 21-Deoxycorticosterone + LP97517-4 + COMPONENT + + + + + + + + + 5-Alpha tetrahydrocortisol + LP97520-8 + COMPONENT + + + + + + + + + Protein Z + LP97552-1 + COMPONENT + + + + + + + + + Protein Z Ag + LP97553-9 + COMPONENT + + + + + + + + + Conditions tested for in this newborn screening study + LP97569-5 + COMPONENT + + + + + + + + + Newborn conditions with equivocal markers + LP97570-3 + COMPONENT + + + + + + + + + NBS card + LP97572-9 + SYSTEM + + + + + + + + + Newborn screening short narrative summary + LP97576-0 + COMPONENT + + + + + + + + + Procollagen type III.N-terminal propeptide + LP97600-8 + COMPONENT + + + + + + + + + Disaccharidases + LP97611-5 + COMPONENT + + + + + + + + + Amino acidemias newborn screening comment-discussion + LP97614-9 + COMPONENT + + + + + + + + + Fatty acid oxidation defects newborn screening comment-discussion + LP97615-6 + COMPONENT + + + + + + + + + Organic acidemias defects newborn screening comment-discussion + LP97616-4 + COMPONENT + + + + + + + + + Cystic fibrosis newborn screening comment-discussion + LP97617-2 + COMPONENT + + + + + + + + + Congenital adrenal hyperplasia newborn screening comment-discussion + LP97618-0 + COMPONENT + + + + + + + + + Congenital hypothyroidism newborn screening comment-discussion + LP97619-8 + COMPONENT + + + + + + + + + Galactosemias newborn screening comment-discussion + LP97620-6 + COMPONENT + + + + + + + + + Hemoglobin disorders newborn screening comment-discussion + LP97621-4 + COMPONENT + + + + + + + + + Biotinidase deficiency newborn screening comment-discussion + LP97662-8 + COMPONENT + + + + + + + + + Organic acidemia conditions suspected + LP97723-8 + COMPONENT + + + + + + + + + Fatty acid oxidation conditions suspected + LP97724-6 + COMPONENT + + + + + + + + + Amino acidemia disorder suspected + LP97725-3 + COMPONENT + + + + + + + + + Post hydrolysis + LP97748-5 + METHOD + + + + + + + + + Beta-1 transferrin + LP97867-3 + COMPONENT + + + + + + + + + Maltose + LP97868-1 + COMPONENT + + + + + + + + + LDL 5 + LP97923-4 + COMPONENT + + + + + + + + + Leucine+Isoleucine + LP97944-0 + COMPONENT + + + + + + + + + Matrix metallopeptidase 9 + LP97945-7 + COMPONENT + + + + + + + + + Glucose-6-Phosphate dehydrogenase newborn screening comment-discussion + LP98174-3 + COMPONENT + + + + + + + + + Acylcarnitine newborn screening comment-discussion + LP98175-0 + COMPONENT + + + + + + + + + Maple syrup urine disease newborn screening comment-discussion + LP98856-5 + COMPONENT + + + + + + + + + Phenylketonuria and variants &or biopterin defects newborn screening comment-discussion + LP98857-3 + COMPONENT + + + + + + + + + Connective tissue growth factor + LP99214-6 + COMPONENT + + + + + + + + + Albumin ug + LP99330-0 + COMPONENT + + + + + + + + + Triple phosphate + LP99331-8 + COMPONENT + + + + + + + + + Sulfites + LP99342-5 + COMPONENT + + + + + + + + + Campesterol + LP99350-8 + COMPONENT + + + + + + + + + + Fetal trisomy 13 risk + LP99499-3 + COMPONENT + + + + + + + + + Glutamine+Histidine + LP99575-0 + COMPONENT + + + + + + + + + Pyridinoline & Deoxypyridinoline + LP99584-2 + COMPONENT + + + + + + + + + Fractional excretion of urea + LP99664-2 + COMPONENT + + + + + + + + + Fractional excretion of potassium + LP99665-9 + COMPONENT + + + + + + + + + Water + LP99666-7 + COMPONENT + + + + + + + + + Adulterants + LP99679-0 + COMPONENT + + + + + + + + + Human antihuman Ab + LP99875-4 + COMPONENT + + + + + + + + + 2-Hydroxycaproate + LP99922-4 + COMPONENT + + + + + + + + + 2-Ketobutyrate + LP99923-2 + COMPONENT + + + + + + + + + 3-Methyl crotonate + LP99924-0 + COMPONENT + + + + + + + + + Deoxyadenosine + LP99925-7 + COMPONENT + + + + + + + + + Deoxyguanosine + LP99926-5 + COMPONENT + + + + + + + + + Deoxyinosine + LP99927-3 + COMPONENT + + + + + + + + + Palmitoylcarnitine (C16)+Oleoylcarnitine (C18:1) + LP99928-1 + COMPONENT + + + + + + + + + Gamma tocopherol + LP99929-9 + COMPONENT + + + + + + + + + Transcobalamin I+Transcobalamin III + LP99931-5 + COMPONENT + + + + + + + + + Uridine + LP99932-3 + COMPONENT + + + + + + + + + Alanine glyoxylate aminotransferase + LP99934-9 + COMPONENT + + + + + + + + + N-carbamoyl beta alanine + LP99937-2 + COMPONENT + + + + + + + + + IFCC + LP99992-7 + METHOD + + + + + + + + + 8-Hydroxydeoxyguanosine + LP99998-4 + COMPONENT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6(R+S)-oxo-propylpiperidine-2-carboxylate:SCnc:Pt:Plas:Qn: + 100150-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-oxo-piperidine-2-carboxylate:SCnc:Pt:Plas:Qn: + 100151-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-oxo-piperidine-2-carboxylate/Creatinine:SRto:Pt:Urine:Qn: + 100152-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6(R+S)-oxo-propylpiperidine-2-carboxylate/Creatinine:SRto:Pt:Urine:Qn: + 100153-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gliadin 33 mer peptide:MCnc:Pt:Stool:Qn:IA + 100359-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Intravascular space.XXX:Qn: + 10226-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Aorta.root:Qn: + 10232-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.atrium.left:Qn: + 10233-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.atrium.right:Qn: + 10234-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.atrium.right.high:Qn: + 10235-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.atrium.right.low:Qn: + 10236-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.atrium.right.mid:Qn: + 10237-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.ventricle.left:Qn: + 10238-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.ventricle.right.outflow tract:Qn: + 10239-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Heart.ventricle.right:Qn: + 10240-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Coronary sinus:Qn: + 10241-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Ductus arteriosus:Qn: + 10242-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Vena cava.inferior:Qn: + 10243-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Pulmonary artery.left:Qn: + 10244-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Pulmonary artery.main:Qn: + 10245-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Pulmonary artery.right:Qn: + 10246-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Pulmonary wedge:Qn: + 10247-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Vena cava.superior:Qn: + 10248-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Ser/Plas:Qn: + 10334-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gonadotropin peptide:MCnc:Pt:Urine:Qn: + 10336-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type I:MCnc:Pt:Ser:Qn: + 10337-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 3:SCnc:Pt:Ser/Plas:Qn: + 10466-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:Pt:Ser/Plas:Qn: + 10501-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:CCnc:Pt:Genital fld:Qn: + 10553-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphate:SCnc:Pt:Semen:Qn: + 10557-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:SCnc:Pt:Semen:Qn: + 10558-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:ACnc:Pt:Semen:Qn: + 10560-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:Semen:Qn: + 10561-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:Semen:Qn: + 10565-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:SCnc:Pt:Semen:Qn: + 10567-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:SCnc:Pt:Semen:Qn: + 10574-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosidase:CCnc:Pt:Semin plas:Qn: + 10577-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerophosphocholine:SCnc:Pt:Semin plas:Qn: + 10578-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F1 alpha:SCnc:Pt:Semen:Qn: + 10583-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Semen:Qn: + 10631-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat.microscopic observation:Prid:Pt:Stool:Nom:Sudan IV stain + 10753-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Ser:Qn:Calculated + 10834-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein (little a):MCnc:Pt:Ser/Plas:Qn: + 10835-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niacin:MCnc:Pt:Bld:Qn: + 10836-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:PrThr:Pt:Ser/Plas:Ord: + 10837-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:MCnc:Pt:Ser/Plas:Qn: + 10838-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:MCnc:Pt:Ser/Plas:Qn: + 10839-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MRat:24H:Urine:Qn: + 10873-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bombesin:MCnc:Pt:Plas:Qn: + 10874-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:MCnc:Pt:Urine:Qn: + 10875-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:MCnc:Pt:Ser/Plas:Qn: + 10876-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):MCnc:Pt:Urine:Qn: + 10877-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine.protein bound:MCnc:Pt:Ser/Plas:Qn: + 10878-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine:MCnc:Pt:Urine:Qn: + 10879-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnt:Pt:Stool:Qn: + 10880-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MCnc:Pt:RBC:Qn: + 10881-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MCnc:Pt:Ser/Plas:Qn: + 10882-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnt:Pt:Stool:Qn: + 10884-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MRat:24H:Urine:Qn: + 10885-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:Ser/Plas:Qn: + 10886-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline:MRat:24H:Urine:Qn: + 10887-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Urine:Qn: + 10888-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine+Homocysteine:PrThr:Pt:Urine:Ord: + 10969-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:CCnc:Pt:Bld:Qn: + 10970-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MCnc:Pt:Urine:Qn: + 10971-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:MCnc:Pt:Urine:Qn: + 10972-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenylate kinase:CCnc:Pt:RBC:Qn: + 11035-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:RBC:Qn: + 11036-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylgalactosaminidase:CCnc:Pt:Ser/Plas:Qn: + 11037-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta+gamma tocopherol:MCnc:Pt:Ser/Plas:Qn: + 11038-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:PrThr:Pt:Ser/Plas:Ord: + 11039-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:Pt:Urine:Qn: + 11040-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^post dialysis:MCnc:Pt:Ser/Plas:Qn: + 11041-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^pre dialysis:MCnc:Pt:Ser/Plas:Qn: + 11042-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord: + 11043-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Diphosphoglycerate mutase:CCnc:Pt:RBC:Qn: + 11044-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase:CCnc:Pt:RBC:Qn: + 11045-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:MCnc:Pt:Urine:Qn: + 11046-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose phosphate isomerase:CCnc:Pt:RBC:Qn: + 11047-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glyceraldehyde 3 phosphate dehydrogenase:CCnc:Pt:RBC:Qn: + 11048-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:Pt:Urine:Qn: + 11049-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:MCnc:Pt:Ser/Plas:Qn: + 11050-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:MCnc:Pt:Ser/Plas:Qn: + 11051-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:RBC:Qn: + 11053-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL/Cholesterol.in HDL:MRto:Pt:Ser/Plas:Qn: + 11054-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:MCnc:Pt:Ser/Plas:Qn: + 11055-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:VRat:24H:Urine:Qn: + 11056-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monophosphoglyceromutase:CCnc:Pt:RBC:Qn: + 11057-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase:CCnc:Pt:RBC:Qn: + 11058-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoglycerate kinase:CCnc:Pt:RBC:Qn: + 11059-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reducing substances:PrThr:Pt:Stool:Ord: + 11060-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydro thromboxane beta 2:MRat:24H:Urine:Qn: + 11061-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.albumin bound:MCnc:Pt:Ser/Plas:Qn: + 11062-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triosephosphate isomerase:CCnc:Pt:RBC:Qn: + 11063-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^post dialysis:MCnc:Pt:Ser/Plas:Qn: + 11064-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^pre dialysis:MCnc:Pt:Ser/Plas:Qn: + 11065-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen III synthase:CCnc:Pt:RBC:Qn: + 11066-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Body fld:Qn: + 11132-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines.free:MCnc:Pt:Urine:Qn: + 11133-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:MCnc:Pt:Urine:Qn: + 11139-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:SRat:24H:Urine:Qn: + 11140-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate/Creatinine:MRto:Pt:Urine:Qn: + 11141-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MCnc:Pt:Urine:Qn: + 11144-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate/Creatinine:MRto:Pt:Urine:Qn: + 11145-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate/Creatinine:MRto:Pt:Urine:Qn: + 11146-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin/Creatinine:MRto:Pt:Urine:Qn: + 11147-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium/Creatinine:MRto:Pt:Urine:Qn: + 11148-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Creatinine:MRto:Pt:Urine:Qn: + 11149-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:Bld:Qn: + 11154-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol/Creatinine:MRto:Pt:Urine:Qn: + 11155-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxydeoxycorticosterone:MCnc:Pt:Ser/Plas:Qn: + 11206-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Body fld:Qn: + 11207-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Atrial natriuretic factor:MCnc:Pt:Plas:Qn: + 11208-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnc:Pt:CSF:Qn: + 11209-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Body fld:Qn: + 11210-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Body fld:Qn: + 11211-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MCnc:Pt:Urine:Qn: + 11212-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin releasing hormone:MCnc:Pt:Ser/Plas:Qn: + 11213-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:ACnc:Pt:Urine:Ord: + 11214-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:MCnc:Pt:Urine:Qn: + 11215-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:MCnc:Pt:Urine:Qn: + 11216-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexaporphyrin:MRat:24H:Urine:Qn: + 11217-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Urine:Qn:Detection limit <= 20 mg/L test strip + 11218-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:PrThr:Pt:Ser:Ord: + 11219-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine.free:MRat:24H:Urine:Qn: + 11220-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MCnc:Pt:Urine:Qn: + 11221-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:PrThr:Pt:Urine:Ord: + 11222-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:MCnc:Pt:CSF:Qn: + 11224-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnc:Pt:Urine:Qn: + 11225-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prorenin:ACnc:Pt:Plas:Qn: + 11226-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase:PrThr:Pt:Bld:Ord: + 11227-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MCnc:Pt:Urine:Qn: + 11228-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Ser/Plas:Qn: + 11554-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:Bld:Qn:Calculated + 11555-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:Bld:Qn: + 11556-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:Bld:Qn: + 11557-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Bld:Qn: + 11558-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:Bld:Qn: + 11559-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:Ser/Plas:Qn:Detection limit <= 0.05 mIU/L + 11579-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:Ser/Plas:Qn:Detection limit <= 0.005 mIU/L + 11580-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:PrThr:24H:Urine:Ord: + 12172-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.non-prostatic:CCnc:Pt:Ser/Plas:Qn: + 12173-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Body fld:Qn: + 12174-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MCrto:Pt:Ser:Qn: + 12175-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnc:Pt:Ser/Plas:Qn: + 12176-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids/Creatinine:Ratio:Pt:Urine:Qn: + 12177-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Ser/Plas:Qn:ISE + 12180-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Body fld:Qn: + 12181-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Body fld:Qn: + 12183-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:PrThr:Pt:Body fld:Ord: + 12184-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Colloid oncotic pressure:PPres:Pt:Plas:Qn: + 12186-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 12187-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn:EIA + 12188-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn:Calculated + 12189-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Body fld:Qn: + 12190-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Periton fld:Qn: + 12191-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^2H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12192-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^4H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12193-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^12H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12194-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:24H:Urine+Ser/Plas:Qn: + 12195-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:4H cold incubation + 12196-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:1D cold incubation + 12197-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:2D cold incubation + 12198-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:3D cold incubation + 12199-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:4H cold incubation + 12200-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:1D cold incubation + 12201-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:2D cold incubation + 12202-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:3D cold incubation + 12203-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:4D cold incubation + 12204-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:5D cold incubation + 12205-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:6D cold incubation + 12206-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:1W cold incubation + 12207-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Ser:Qn:RIA + 12213-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Ser:Qn:MEIA + 12214-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain:SCnc:Pt:Ser/Plas:Qn: + 12215-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin:MCnc:Pt:Ser:Qn: + 12216-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Body fld:Qn: + 12217-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12218-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12219-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^12H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12220-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Body fld:Qn: + 12228-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides:PrThr:Pt:Urine:Ord: + 12239-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotidine:SCnc:Pt:Urine:Qn: + 12240-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Body fld:Qn: + 12242-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:PrThr:24H:Urine:Ord: + 12245-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:PrThr:24H:Urine:Ord: + 12246-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:MCnc:Pt:Ser/Plas:Qn: + 12247-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin:MRat:Pt:Plas:Qn: + 12249-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatomedin C:MCnc:Pt:Ser:Qn: + 12252-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epstein Barr virus early restricted Ab:MCnc:Pt:Body fld:Qn: + 12264-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Periton fld:Qn: + 12265-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^2H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12266-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^4H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12267-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^12H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 12268-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:PrThr:24H:Urine:Ord: + 12269-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:PrThr:24H:Urine:Ord: + 12270-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:MRat:5H:Urine:Qn: + 12274-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:MCnc:Pt:Amnio fld:Qn: + 12280-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin releasing hormone:ACnc:Pt:Ser/Plas:Qn: + 12283-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Growth hormone-releasing hormone:ACnc:Pt:Ser/Plas:Qn: + 12284-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate:MCnc:Pt:Urine:Qn: + 12420-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate/Creatinine:MRto:Pt:Urine:Qn: + 12421-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Amnio fld:Qn:Nephelometry + 12466-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Prid:Pt:Urine:Nom: + 12467-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Prid:Pt:Ser/Plas:Nom: + 12468-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine crystals:Prid:Pt:Calculus:Nom:Microscopy.light + 12469-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:MCnc:Pt:Urine:Qn: + 12470-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:Urine:Qn: + 12471-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:24H:Urine:Qn: + 12472-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:MRat:Pt:Urine:Qn: + 12473-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:MCnc:24H:Urine:Qn: + 12474-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:MRat:Pt:Urine:Qn: + 12475-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Amnio fld:Qn:Direct spectrophotometry + 12476-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:MRat:Pt:Urine:Qn: + 12479-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin converting enzyme:CCnc:Pt:CSF:Qn: + 12480-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MCnc:Pt:WBC:Qn: + 12482-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^4th specimen:PrThr:Pt:Stool:Ord: + 12503-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^5th specimen:PrThr:Pt:Stool:Ord: + 12504-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:4H:Urine:Qn: + 12511-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Water:Qn: + 12513-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Dial fld:Qn: + 12514-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Body fld:Qn: + 12515-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Water:Qn: + 12530-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Body fld:Qn: + 12531-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:MCnc:Pt:Urine:Qn: + 12539-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:MCnc:Pt:Ser/Plas:Qn: + 12540-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Body fld:Qn: + 12571-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^2H dwell specimen:MCnc:Pt:Dial fld prt:Qn: + 12572-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^4H dwell specimen:MCnc:Pt:Dial fld prt:Qn: + 12573-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^24H specimen:MCnc:Pt:Dial fld prt:Qn: + 12574-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^1st specimen:MCnc:Pt:Dial fld prt:Qn: + 12576-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^2nd specimen:MCnc:Pt:Dial fld prt:Qn: + 12577-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^3rd specimen:MCnc:Pt:Dial fld prt:Qn: + 12578-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^4th specimen:MCnc:Pt:Dial fld prt:Qn: + 12579-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^5th specimen:MCnc:Pt:Dial fld prt:Qn: + 12580-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^6th specimen:MCnc:Pt:Dial fld prt:Qn: + 12581-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^7th specimen:MCnc:Pt:Dial fld prt:Qn: + 12582-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^8th specimen:MCnc:Pt:Dial fld prt:Qn: + 12583-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Vitr fld:Qn: + 12584-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:2H:Urine:Qn: + 12585-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:4H:Urine:Qn: + 12586-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:6H:Urine:Qn: + 12587-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:8H:Urine:Qn: + 12588-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:12H:Urine:Qn: + 12589-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Urine:Qn: + 12595-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat.neutral:PrThr:Pt:Stool:Ord: + 12598-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pristanate:MCnc:Pt:Ser/Plas:Qn: + 12599-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pristanate/Phytanate:MRto:Pt:Ser/Plas:Qn: + 12600-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dolichol:MCnc:Pt:Ser/Plas:Qn: + 12606-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^pre dialysis:MCnc:Pt:Dial fld prt:Qn: + 12607-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2H dwell specimen:MCnc:Pt:Dial fld prt:Qn: + 12608-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H dwell specimen:MCnc:Pt:Dial fld prt:Qn: + 12609-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H specimen:MCnc:Pt:Ser/Plas:Qn: + 12611-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2H specimen:MCnc:Pt:Dial fld:Qn: + 12612-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H specimen:MCnc:Pt:Dial fld:Qn: + 12613-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Dial fld prt:Qn: + 12628-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:24H:Dial fld prt:Qn: + 12629-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^1st specimen:MCnc:Pt:Dial fld prt:Qn: + 12630-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2nd specimen:MCnc:Pt:Dial fld prt:Qn: + 12631-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^3rd specimen:MCnc:Pt:Dial fld prt:Qn: + 12632-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4th specimen:MCnc:Pt:Dial fld prt:Qn: + 12633-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^5th specimen:MCnc:Pt:Dial fld prt:Qn: + 12634-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^6th specimen:MCnc:Pt:Dial fld prt:Qn: + 12635-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^7th specimen:MCnc:Pt:Dial fld prt:Qn: + 12636-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine:MCnc:Pt:Urine:Qn: + 12714-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MRat:Pt:Urine:Qn: + 12715-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:2H:Urine:Qn: + 12720-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:ACnc:Pt:Ser/Plas:Qn: + 12721-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 1:MCnc:Pt:Ser/Plas:Qn: + 12722-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 2:MCnc:Pt:Ser/Plas:Qn: + 12723-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:ACnc:Pt:Ser/Plas:Qn: + 12725-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine-enkephalin:ACnc:Pt:Ser/Plas:Qn: + 12726-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha subunit:ACnc:Pt:Ser/Plas:Qn: + 12728-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interferon.beta:ACnc:Pt:Ser/Plas:Qn: + 12730-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 12:ACnc:Pt:Ser/Plas:Qn: + 12732-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptase:CCnc:Pt:Ser/Plas:Qn: + 12733-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids.total neutral:MRat:24H:Urine:Qn: + 12769-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:PrThr:Pt:Ser/Plas:Ord:Electrophoresis + 12771-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:ACnc:Pt:Ser/Plas:Qn:Electrophoresis + 12772-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:ACnc:Pt:Ser/Plas:Qn:Electrophoresis + 12773-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mucin-like carcinoma associated Ag:ACnc:Pt:Ser/Plas:Qn: + 12776-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:ACnc:Pt:Urine:Qn: + 12777-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:ACnc:Pt:Urine:Qn: + 12778-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:Pt:CSF:Nom:Electrophoresis + 12782-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:Pt:Ser/Plas:Nom: + 12783-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:PrThr:Pt:Bld:Ord:Guthrie test + 12803-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase:CCnc:Pt:Body fld:Qn: + 12804-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase isoenzyme:ACnc:Pt:Ser/Plas:Qn: + 12805-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.lung:CCnc:Pt:Ser/Plas:Qn: + 12806-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:MCnc:Pt:CSF:Qn: + 12807-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MRat:Pt:Urine:Qn: + 12808-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MRat:Pt:Urine:Qn: + 12809-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen deaminase:CCnc:Pt:Bld:Qn: + 12810-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen III synthase:CCnc:Pt:Bld:Qn: + 12811-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium^2nd specimen:SCnc:Pt:Ser/Plas:Qn: + 12812-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium^3rd specimen:SCnc:Pt:Ser/Plas:Qn: + 12813-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Vitr fld:Qn: + 12814-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:24H:Urine:Qn: + 12820-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E2:MCnc:24H:Urine:Qn: + 12836-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E1:MCnc:24H:Urine:Qn: + 12837-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin D2:MCnc:Pt:Urine:Qn: + 12838-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin D2:MCnc:Pt:Ser/Plas:Qn: + 12839-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2 alpha:SCnc:Pt:Urine:Qn: + 12840-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr:Pt:Ser/Plas:Qn: + 12841-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:12H:Urine:Qn: + 12842-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Dial fld prt:Qn: + 12843-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^2nd specimen:MCnc:Pt:Dial fld prt:Qn: + 12844-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^3rd specimen:MCnc:Pt:Dial fld prt:Qn: + 12845-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^4th specimen:MCnc:Pt:Dial fld prt:Qn: + 12846-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^5th specimen:MCnc:Pt:Dial fld prt:Qn: + 12847-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^6th specimen:MCnc:Pt:Dial fld prt:Qn: + 12848-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^7th specimen:MCnc:Pt:Dial fld prt:Qn: + 12849-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^8th specimen:MCnc:Pt:Dial fld prt:Qn: + 12850-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Ser/Plas:Nom:Electrophoresis + 12851-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Vitr fld:Qn: + 12898-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:RBC:Qn: + 12907-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Vitr fld:Qn: + 12908-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipids:MCnc:Pt:Body fld:Qn: + 12912-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnc:Pt:WBC:Qn: + 12913-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A/Beta-N-acetylhexosaminidase.total:CFr:Pt:Ser/Plas:Qn: + 12914-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnc:Pt:WBC:Qn: + 12915-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen synthase:CCnc:Pt:Bld:Qn: + 12916-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen synthase:CCnc:Pt:Ser/Plas:Qn: + 12917-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoamine oxidase:CCnc:Pt:PRP:Qn: + 12918-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoamine oxidase:CCnc:Pt:Bld:Qn: + 12919-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:24H:Urine:Qn: + 12920-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient:MCnc:Pt:Ser/Plas:Qn: + 12949-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Body fld:Qn: + 12950-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Ser/Plas:Qn:Calculated + 12951-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin fecal clearance:ACnc:Pt:Ser/Plas+Stool:Qn: + 12960-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:BldA:Qn: + 12961-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:BldV:Qn: + 12962-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:BldP:Qn: + 12963-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^baseline:MCnc:Pt:Bld:Qn: + 12964-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^70M specimen:MCnc:Pt:Ser/Plas:Qn: + 12965-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^2H specimen:MCnc:Pt:Ser/Plas:Qn: + 12966-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:24H:Urine:Qn: + 12967-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^4H specimen:MCnc:Pt:Dial fld:Qn: + 12968-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^baseline:MCnc:Pt:Dial fld prt:Qn: + 12969-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^2H dwell specimen:MCnc:Pt:Dial fld prt:Qn: + 12970-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^4H dwell specimen:MCnc:Pt:Dial fld prt:Qn: + 12971-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^1st specimen:MCnc:Pt:Dial fld prt:Qn: + 12972-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^4th specimen:MCnc:Pt:Dial fld prt:Qn: + 12973-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^3rd specimen:MCnc:Pt:Dial fld prt:Qn: + 12974-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^5th specimen:MCnc:Pt:Dial fld prt:Qn: + 12975-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^6th specimen:MCnc:Pt:Dial fld prt:Qn: + 12976-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^8th specimen:MCnc:Pt:Dial fld prt:Qn: + 12977-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^7th specimen:MCnc:Pt:Dial fld prt:Qn: + 12978-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^24H specimen:MCnc:Pt:Dial fld prt:Qn: + 12979-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Body fld:Qn: + 12980-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^post dialysis/pre dialysis:MRto:Pt:Dial fld prt:Qn: + 12981-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mandelate:MCnc:Pt:Urine:Qn: + 13000-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mandelate/Creatinine:MRto:Pt:Urine:Qn: + 13001-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate-3-Glucuronyl paragloboside Ab:ACnc:Pt:Ser/Plas:OrdQn: + 13124-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag DM-70K:ACnc:Pt:Ser/Plas:Qn: + 13127-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunosuppressive acidic protein:ACnc:Pt:Ser/Plas:Qn: + 13128-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Motilin:ACnc:Pt:Ser/Plas:Qn: + 13130-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Ser/Plas:Nom:Immunoelectrophoresis + 13169-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:CSF:Nom:Immunofixation + 13174-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA Ab.IgG:ACnc:Pt:Ser/Plas:Qn: + 13312-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM Ab.IgM:ACnc:Pt:Ser/Plas:Qn: + 13313-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band observed:Prid:Pt:Ser/Plas:Nom: + 13348-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:PrThr:Pt:Body fld:Ord: + 13356-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:Plas:Qn: + 13364-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:CSF:Qn: + 13365-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:MCnc:Pt:CSF:Qn: + 13366-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:MCnc:Pt:CSF:Qn: + 13367-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:MCnc:Pt:CSF:Qn: + 13368-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:MCnc:Pt:CSF:Qn: + 13369-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:MCnc:Pt:CSF:Qn: + 13370-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:MCnc:Pt:CSF:Qn: + 13371-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:MCnc:Pt:CSF:Qn: + 13372-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:MCnc:Pt:CSF:Qn: + 13373-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:Pt:CSF:Qn: + 13374-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:MCnc:Pt:CSF:Qn: + 13375-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:MCnc:Pt:CSF:Qn: + 13376-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:MCnc:Pt:CSF:Qn: + 13377-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:MCnc:Pt:CSF:Qn: + 13378-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:MCnc:Pt:CSF:Qn: + 13379-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:MCnc:Pt:CSF:Qn: + 13380-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MCnc:Pt:CSF:Qn: + 13381-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:Amnio fld:Qn: + 13382-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:MCnc:Pt:Amnio fld:Qn: + 13383-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:MCnc:Pt:Amnio fld:Qn: + 13384-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:MCnc:Pt:Amnio fld:Qn: + 13385-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:MCnc:Pt:Amnio fld:Qn: + 13386-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:MCnc:Pt:Amnio fld:Qn: + 13387-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:MCnc:Pt:Amnio fld:Qn: + 13388-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:MCnc:Pt:Amnio fld:Qn: + 13389-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:MCnc:Pt:Amnio fld:Qn: + 13390-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:MCnc:Pt:Amnio fld:Qn: + 13391-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:MCnc:Pt:Amnio fld:Qn: + 13392-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:MCnc:Pt:Amnio fld:Qn: + 13393-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:MCnc:Pt:Amnio fld:Qn: + 13394-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:MCnc:Pt:Amnio fld:Qn: + 13395-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:MCnc:Pt:Amnio fld:Qn: + 13396-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:MCnc:Pt:Amnio fld:Qn: + 13397-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:MCnc:Pt:Amnio fld:Qn: + 13398-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:MCnc:Pt:Amnio fld:Qn: + 13399-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:MCnc:Pt:Amnio fld:Qn: + 13400-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:Pt:Amnio fld:Qn: + 13401-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:MCnc:Pt:Amnio fld:Qn: + 13402-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:MCnc:Pt:Amnio fld:Qn: + 13403-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:MCnc:Pt:Amnio fld:Qn: + 13404-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:MCnc:Pt:Amnio fld:Qn: + 13405-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:MCnc:Pt:Amnio fld:Qn: + 13406-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:MCnc:Pt:Amnio fld:Qn: + 13407-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:MCnc:Pt:Amnio fld:Qn: + 13408-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MCnc:Pt:Amnio fld:Qn: + 13409-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:MCnc:Pt:Amnio fld:Qn: + 13410-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:MCnc:Pt:Amnio fld:Qn: + 13411-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:MCnc:Pt:Amnio fld:Qn: + 13412-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:MCnc:Pt:Amnio fld:Qn: + 13413-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:MCnc:Pt:Amnio fld:Qn: + 13414-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:MCnc:Pt:Amnio fld:Qn: + 13415-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:MCnc:Pt:Amnio fld:Qn: + 13416-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MCnc:Pt:Amnio fld:Qn: + 13417-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:MCnc:Pt:Amnio fld:Qn: + 13418-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:MCnc:Pt:Amnio fld:Qn: + 13419-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Urine:Nom:Electrophoresis + 13438-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:CSF:Nom:Electrophoresis + 13439-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Urine:Nom:Immunofixation + 13440-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:4H:Urine+Ser/Plas:Qn: + 13441-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:6H:Urine+Ser/Plas:Qn: + 13442-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:8H:Urine+Ser/Plas:Qn: + 13443-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Albumin:MRto:Pt:Ser/Plas:Qn: + 13444-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:VRat:24H:Urine+Ser/Plas:Qn: + 13445-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:4H:Urine+Ser/Plas:Qn: + 13446-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:6H:Urine+Ser/Plas:Qn: + 13447-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Osmolality:Ratio:Pt:Ser/Plas:Qn: + 13448-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:8H:Urine+Ser/Plas:Qn: + 13449-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:12H:Urine+Ser/Plas:Qn: + 13450-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine dialysis fluid clearance:VRat:Pt:Dial fld+Ser/Plas:Qn: + 13451-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Transferrin:MRto:Pt:Ser/Plas:Qn: + 13452-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose mean value:ACnc:Pt:Bld:Qn:Estimated from glycated hemoglobin + 13453-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium-phosphorus product:SCncSq:Pt:Ser/Plas:Qn: + 13454-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG synthesis rate:ACnc:Pt:Ser+CSF:Qn: + 13456-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn:Calculated + 13457-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:MCnc:Pt:Ser/Plas:Qn:Calculated + 13458-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL/Cholesterol.total:MRto:Pt:Ser/Plas:Qn: + 13459-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL/Cholesterol.in HDL:MCrto:Pt:Ser/Plas:Qn: + 13460-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A-I/Apolipoprotein B:MRto:Pt:Ser/Plas:Qn: + 13462-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium/Creatinine:MRto:Pt:Urine:Qn: + 13474-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxydeoxycortisol/Creatinine:MRto:Pt:Urine:Qn: + 13480-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gonadotropin peptide/Creatinine:MRto:Pt:Urine:Qn: + 13481-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone/Creatinine:MRto:Pt:Urine:Qn: + 13482-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate/Creatinine:MRto:Pt:Urine:Qn: + 13483-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine/Creatinine:MRto:Pt:Urine:Qn: + 13484-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin/Creatinine:MRto:Pt:Urine:Qn: + 13485-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Creatinine:MRto:Pt:Urine:Qn: + 13486-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin/Creatinine:MRto:Pt:Urine:Qn: + 13489-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin/Creatinine:MRto:Pt:Urine:Qn: + 13490-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triple phosphate crystals:Prid:Pt:Calculus:Nom:Microscopy.light + 13496-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:Ser/Plas:Nom: + 13500-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen renal clearance:VRat:Pt:Urine+Ser/Plas:Qn: + 13506-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Plas:Qn: + 13536-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Plas:Qn: + 13537-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Urine:Qn: + 13538-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Urine:Qn: + 13539-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:CSF:Qn: + 13540-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Body fld:Qn: + 13541-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:CSF:Qn: + 13542-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Body fld:Qn: + 13543-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Beta-Androstanediol:MCnc:Pt:Ser/Plas:Qn: + 13610-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Beta-Hydroxycortisol:MRat:24H:Urine:Qn: + 13611-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MRat:24H:Urine:Qn: + 13612-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:MCnc:Pt:CSF:Qn: + 13613-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:MCnc:Pt:Ser/Plas:Qn: + 13614-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:CSF:Qn: + 13615-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrite:MCnc:Pt:Water:Qn: + 13616-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin D2:MCnc:Pt:Ser:Qn: + 13617-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydroaldosterone:MRat:24H:Urine:Qn: + 13618-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 beta:MCnc:Pt:Ser/Plas:Qn: + 13629-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:PrThr:Pt:Urine:Ord: + 13658-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gonadotropin releasing hormone:MCnc:Pt:Ser/Plas:Qn: + 13660-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine/Creatinine:MRto:Pt:Urine:Qn: + 13665-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate/Creatinine:MRto:Pt:Urine:Qn: + 13666-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13667-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethyl-3-Hydroxypropionate/Creatinine:MRto:Pt:Urine:Qn: + 13668-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxy-3-Methylvalerate/Creatinine:MRto:Pt:Urine:Qn: + 13669-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyadipate/Creatinine:MRto:Pt:Urine:Qn: + 13670-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha hydroxybutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13671-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate/Creatinine:MRto:Pt:Urine:Qn: + 13672-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate/Creatinine:MRto:Pt:Urine:Qn: + 13673-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisovalerate/Creatinine:MRto:Pt:Urine:Qn: + 13674-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13675-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxo,3-Methylvalerate/Creatinine:MRto:Pt:Urine:Qn: + 13676-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoadipate/Creatinine:MRto:Pt:Urine:Qn: + 13677-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate/Creatinine:MRto:Pt:Urine:Qn: + 13678-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate/Creatinine:MRto:Pt:Urine:Qn: + 13679-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisovalerate/Creatinine:MRto:Pt:Urine:Qn: + 13680-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13681-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate/Creatinine:MRto:Pt:Urine:Qn: + 13683-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13684-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate/Creatinine:MRto:Pt:Urine:Qn: + 13685-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13686-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate/Creatinine:MRto:Pt:Urine:Qn: + 13687-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate/Creatinine:MRto:Pt:Urine:Qn: + 13688-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyvalerate/Creatinine:MRto:Pt:Urine:Qn: + 13689-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatinine:MCrto:Pt:Urine:Qn: + 13690-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13691-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutaconate/Creatinine:MRto:Pt:Urine:Qn: + 13692-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutarate/Creatinine:MRto:Pt:Urine:Qn: + 13693-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Creatinine:MRto:Pt:Urine:Qn: + 13694-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate/Creatinine:MRto:Pt:Urine:Qn: + 13695-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenyllactate/Creatinine:MRto:Pt:Urine:Qn: + 13697-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylpyruvate/Creatinine:MRto:Pt:Urine:Qn: + 13698-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyhexanoate/Creatinine:MRto:Pt:Urine:Qn: + 13699-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline/Creatinine:MRto:Pt:Urine:Qn: + 13700-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate/Creatinine:MRto:Pt:Urine:Qn: + 13701-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aconitate/Creatinine:MRto:Pt:Urine:Qn: + 13702-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate/Creatinine:MRto:Pt:Urine:Qn: + 13703-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Creatinine:MRto:Pt:Urine:Qn: + 13704-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:MRto:24H:Urine:Qn: + 13705-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase/Creatinine:MRto:Pt:Urine:Qn: + 13706-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine/Creatinine:MRto:Pt:Urine:Qn: + 13707-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Creatinine:MRto:Pt:Urine:Qn: + 13708-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate/Creatinine:MRto:Pt:Urine:Qn: + 13709-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Creatinine:MRto:Pt:Urine:Qn: + 13710-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Creatinine:MRto:Pt:Urine:Qn: + 13711-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine/Creatinine:MRto:Pt:Urine:Qn: + 13714-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide/Creatinine:MRto:24H:Urine:Qn: + 13715-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide/Creatinine:MRto:Pt:Urine:Qn: + 13716-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Creatinine:MRto:24H:Urine:Qn: + 13717-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Creatinine:MRto:Pt:Urine:Qn: + 13718-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine/Creatinine:MRto:Pt:Urine:Qn: + 13719-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine/Creatinine:MRto:Pt:Urine:Qn: + 13720-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride/Creatinine:MRto:24H:Urine:Qn: + 13721-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate/Creatinine:MRto:Pt:Urine:Qn: + 13722-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Creatinine:MRto:Pt:Urine:Qn: + 13723-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine/Creatinine:MRto:Pt:Urine:Qn: + 13724-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Creatinine:MRto:Pt:Urine:Qn: + 13725-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienediate/Creatinine:MRto:Pt:Urine:Qn: + 13726-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenedioate/Creatinine:MRto:Pt:Urine:Qn: + 13727-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate/Creatinine:MRto:Pt:Urine:Qn: + 13728-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:MRto:Pt:Urine:Qn: + 13729-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:MRto:24H:Urine:Qn: + 13730-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:MRto:2H:Urine:Qn: + 13731-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanedioate/Creatinine:MRto:Pt:Urine:Qn: + 13732-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine/Creatinine:MRto:Pt:Urine:Qn: + 13733-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine/Creatinine:MRto:Pt:Urine:Qn: + 13734-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epinephrine+Norepinephrine/Creatinine:MRto:Pt:Urine:Qn: + 13735-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol/Creatinine:MRto:24H:Urine:Qn: + 13736-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol/Creatinine:MRto:24H:Urine:Qn: + 13737-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen/Creatinine:MRto:24H:Urine:Qn: + 13738-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone/Creatinine:MRto:24H:Urine:Qn: + 13739-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine/Creatinine:MRto:Pt:Urine:Qn: + 13740-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate/Creatinine:MRto:Pt:Urine:Qn: + 13741-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarate/Creatinine:MRto:Pt:Urine:Qn: + 13743-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose/Creatinine:MRto:Pt:Urine:Qn: + 13744-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaconate/Creatinine:MRto:Pt:Urine:Qn: + 13745-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Creatinine:MRto:Pt:Urine:Qn: + 13746-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine/Creatinine:MRto:Pt:Urine:Qn: + 13747-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate/Creatinine:MRto:Pt:Urine:Qn: + 13748-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerate/Creatinine:MRto:Pt:Urine:Qn: + 13749-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Creatinine:MRto:Pt:Urine:Qn: + 13750-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate/Creatinine:MRto:Pt:Urine:Qn: + 13751-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glyoxylate/Creatinine:MRto:Pt:Urine:Qn: + 13752-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13753-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine/Creatinine:MRto:Pt:Urine:Qn: + 13755-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine/Creatinine:MRto:24H:Urine:Qn: + 13756-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Creatinine:MRto:Pt:Urine:Qn: + 13757-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine/Creatinine:MRto:Pt:Urine:Qn: + 13758-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine/Creatinine:MRto:Pt:Urine:Qn: + 13759-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate/Creatinine:MRto:24H:Urine:Qn: + 13760-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxydecanedioate/Creatinine:MRto:Pt:Urine:Qn: + 13761-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine/Creatinine:MRto:Pt:Urine:Qn: + 13762-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:MRto:Pt:Urine:Qn: + 13763-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate/Creatinine:MRto:Pt:Urine:Qn: + 13764-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Creatinine:MRto:Pt:Urine:Qn: + 13765-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13766-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate/Creatinine:MRto:Pt:Urine:Qn: + 13767-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Creatinine:MRto:Pt:Urine:Qn: + 13768-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Creatinine:MRto:Pt:Urine:Qn: + 13769-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malate/Creatinine:MRto:Pt:Urine:Qn: + 13770-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines/Creatinine:MRto:Pt:Urine:Qn: + 13771-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Creatinine:MRto:Pt:Urine:Qn: + 13772-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate/Creatinine:MRto:Pt:Urine:Qn: + 13773-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Creatinine:MRto:24H:Urine:Qn: + 13775-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Creatinine:MRto:Pt:Urine:Qn: + 13776-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylsuccinate/Creatinine:MRto:Pt:Urine:Qn: + 13777-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mevalonate/Creatinine:MRto:Pt:Urine:Qn: + 13778-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate/Creatinine:MRto:Pt:Urine:Qn: + 13779-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyltyrosine/Creatinine:MRto:Pt:Urine:Qn: + 13780-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine/Creatinine:MRto:Pt:Urine:Qn: + 13781-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine/Creatinine:MRto:Pt:Urine:Qn: + 13782-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine/Creatinine:MRto:Pt:Urine:Qn: + 13783-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoate/Creatinine:MRto:Pt:Urine:Qn: + 13784-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenedioate/Creatinine:MRto:Pt:Urine:Qn: + 13785-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Creatinine:MRto:Pt:Urine:Qn: + 13786-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate/Creatinine:MRto:Pt:Urine:Qn: + 13787-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate/Creatinine:MRto:24H:Urine:Qn: + 13788-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine/Creatinine:MRto:Pt:Urine:Qn: + 13789-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenyllactate/Creatinine:MRto:Pt:Urine:Qn: + 13792-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpropionylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13793-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate/Creatinine:MRto:Pt:Urine:Qn: + 13794-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate/Creatinine:MRto:24H:Urine:Qn: + 13795-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine/Creatinine:MRto:Pt:Urine:Qn: + 13796-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen/Creatinine:MRto:Pt:Urine:Qn: + 13797-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium/Creatinine:MRto:24H:Urine:Qn: + 13798-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Creatinine:MRto:Pt:Urine:Qn: + 13799-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13800-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Creatinine:MRto:24H:Urine:Qn: + 13801-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline/Creatinine:MRto:Pt:Urine:Qn: + 13802-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline/Creatinine:MRto:24H:Urine:Qn: + 13803-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline/Creatinine:MRto:2H:Urine:Qn: + 13804-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate/Creatinine:MRto:Pt:Urine:Qn: + 13805-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine/Creatinine:MRto:Pt:Urine:Qn: + 13806-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacate/Creatinine:MRto:Pt:Urine:Qn: + 13807-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Creatinine:MRto:Pt:Urine:Qn: + 13808-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Creatinine:MRto:24H:Urine:Qn: + 13809-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberate/Creatinine:MRto:Pt:Urine:Qn: + 13810-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13811-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate/Creatinine:MRto:Pt:Urine:Qn: + 13812-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone/Creatinine:MRto:Pt:Urine:Qn: + 13813-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine/Creatinine:MRto:Pt:Urine:Qn: + 13814-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Creatinine:MRto:Pt:Urine:Qn: + 13815-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylglycine/Creatinine:MRto:Pt:Urine:Qn: + 13816-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan/Creatinine:MRto:Pt:Urine:Qn: + 13817-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Creatinine:MRto:Pt:Urine:Qn: + 13818-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uracil/Creatinine:MRto:Pt:Urine:Qn: + 13819-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate/Creatinine:MRto:24H:Urine:Qn: + 13820-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen/Creatinine:MRto:24H:Urine:Qn: + 13821-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Creatinine:MRto:Pt:Urine:Qn: + 13822-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:MRat:24H:Urine:Qn: + 13872-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.glycated/Albumin.total:MFr:Pt:Ser/Plas:Qn: + 13873-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver 1:CCnc:Pt:Ser/Plas:Qn: + 13874-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver 2:CCnc:Pt:Ser/Plas:Qn: + 13875-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2 transferrin:PrThr:Pt:Body fld:Ord: + 13876-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:Amnio fld:Ord: + 13877-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline.free/Creatinine:SRto:Pt:Urine:Qn: + 13881-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone.free/Androstanolone.total:MFr:Pt:Ser/Plas:Qn: + 13882-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.bioavailable/Estradiol.total:MFr:Pt:Ser/Plas:Qn: + 13883-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.bioavailable:MCnc:Pt:Ser/Plas:Qn: + 13884-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen/Creatinine:MCrto:24H:Urine:Qn: + 13885-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1/Lactate dehydrogenase.total:CFr:Pt:Urine:Qn:Electrophoresis + 13886-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2/Lactate dehydrogenase.total:CFr:Pt:Urine:Qn:Electrophoresis + 13887-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3/Lactate dehydrogenase.total:CFr:Pt:Urine:Qn:Electrophoresis + 13888-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4/Lactate dehydrogenase.total:CFr:Pt:Urine:Qn:Electrophoresis + 13889-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5/Lactate dehydrogenase.total:CFr:Pt:Urine:Qn:Electrophoresis + 13890-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Motilin:MCnc:Pt:Ser/Plas:Qn: + 13891-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrosonaphthol:PrThr:Pt:Urine:Ord: + 13892-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:PrThr:Pt:Urine:Ord: + 13893-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnenolone:MRat:24H:Urine:Qn: + 13894-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Milk:Qn: + 13895-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:ACnc:Pt:Bld:Qn: + 13896-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin.beta subunit:MCnc:Pt:Ser/Plas:Qn: + 13897-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Body fld:Qn: + 13899-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor.alpha:MCnc:Pt:Ser/Plas:Qn: + 13900-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:PrThr:Pt:Urine:Ord: + 13901-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:CSF:Qn: + 13902-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:MCnc:Pt:Urine:Qn: + 13903-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:PrThr:Pt:Semen:Ord: + 13943-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Ser/Plas:Qn:Calculated + 13959-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:PrThr:24H:Urine:Ord: + 13960-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnc:Pt:Ser/Plas:Qn: + 13962-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:SCnc:Pt:Urine:Qn: + 13963-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SCnc:Pt:Ser/Plas:Qn: + 13964-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:Pt:Ser/Plas:Qn: + 13965-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SRat:24H:Urine:Qn: + 13966-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sex hormone binding globulin:SCnc:Pt:Ser/Plas:Qn: + 13967-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:MCnc:Pt:Ser/Plas:Qn: + 13969-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta tocopherol:MCnc:Pt:Ser/Plas:Qn: + 13970-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 13972-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 13973-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 13974-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 13975-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 13976-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 13977-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 13978-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 13979-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 13980-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 13981-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 13982-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 13983-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 13984-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 13985-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 13986-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 13987-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 13988-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 13989-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 13990-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 13991-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 13992-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 13993-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 13994-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 13995-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:SRto:24H:Urine:Qn: + 13996-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient:ACnc:Pt:Ser/Plas:Qn: + 13999-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:CSF:Qn: + 14000-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:BldCo:Qn: + 14001-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:ACnc:Pt:BldCo:Qn: + 14002-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldCo:Qn: + 14003-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin A:MRat:24H:Urine:Qn: + 14004-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E1:MRat:24H:Urine:Qn: + 14005-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E2:MRat:24H:Urine:Qn: + 14006-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2 alpha:MRat:24H:Urine:Qn: + 14007-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.prealbumin bound:MCnc:Pt:Ser/Plas:Qn: + 14014-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.prealbumin bound/Prealbumin:MRto:Pt:Ser/Plas:Qn: + 14015-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.thyroxine binding globulin bound:MCnc:Pt:Ser/Plas:Qn: + 14016-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Stool:Qn: + 14040-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:CSF:Qn: + 14041-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticosterone:MRat:24H:Urine:Qn: + 14042-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MRat:12H:Urine:Qn: + 14043-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:MRat:24H:Urine:Qn: + 14044-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-lactate:SCnc:Pt:Ser/Plas:Qn: + 14045-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-lactate:SCnc:Pt:Urine:Qn: + 14046-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone.free:MCnc:Pt:Ser/Plas:Qn: + 14047-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.pancreatic:MCnc:Pt:Ser:Qn: + 14048-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epidermal growth factor:MCnc:Pt:Ser/Plas:Qn: + 14049-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen binding protein:MCnc:Pt:Ser/Plas:Qn: + 14051-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:PrThr:Pt:Urine:Ord: + 14053-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin D2:MRat:24H:Urine:Qn: + 14054-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnt:Pt:Stool:Qn: + 14055-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide/Creatinine:SRto:Pt:Urine:Qn: + 14115-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG synthesis rate:MRat:Pt:Ser+CSF:Qn:Calculated + 14116-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG clearance/Albumin clearance:Ratio:Pt:Ser+CSF:Qn: + 14117-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:Ser/Plas:Qn: + 14118-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1/Lactate dehydrogenase 2:CRto:Pt:Ser/Plas:Qn: + 14119-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr:Pt:Ser/Plas:Qn: + 14120-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:SCnc:Pt:Bld:Qn: + 14121-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:SCnc:Pt:CSF:Qn: + 14122-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.albumin bound/Albumin:MRto:Pt:Ser/Plas:Qn: + 14123-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycortisol:MRat:24H:Urine:Qn: + 14148-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin.big fragment:MCnc:Pt:Ser/Plas:Qn: + 14149-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnc:Pt:Ser/Plas:Qn: + 14150-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldCo:Qn: + 14151-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MCnc:Pt:Body fld:Qn: + 14152-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters/Creatinine:MRto:Pt:Urine:Qn: + 14153-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol sulfate:MCnc:Pt:Ser:Qn: + 14154-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:Prctl:Pt:Ser/Plas:Qn: + 14155-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MCnt:24H:Stool:Qn: + 14156-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MCnc:Pt:Ser/Plas:Qn: + 14157-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MRat:24H:Urine:Qn: + 14158-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:MCnc:Pt:Ser/Plas:Qn: + 14159-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone.unconjugated/Estrone.total:MFr:Pt:Ser/Plas:Qn: + 14160-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma melanocyte stimulating hormone:MCnc:Pt:Ser/Plas:Qn: + 14162-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:MCnc:Pt:Ser/Plas:Qn: + 14163-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunosuppressive acidic protein:MCnc:Pt:Ser/Plas:Qn: + 14164-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Body fld:Qn: + 14165-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylimidazoleacetate:MRat:24H:Urine:Qn: + 14167-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palatinase:CCnt:Pt:Tiss:Qn: + 14168-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Peptide histidine isoleucine:MCnc:Pt:Plas:Qn: + 14169-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pituitary glycoprotein hormone.alpha subunit:MCnc:Pt:Ser:Qn: + 14170-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnt:24H:Stool:Qn: + 14171-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Synv fld:Qn: + 14172-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone.free:MRat:24H:Urine:Qn: + 14173-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2 alpha:MCnc:Pt:Ser/Plas:Qn: + 14174-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnt:24H:Stool:Qn: + 14175-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyrroles:MCnc:Pt:Urine:Qn: + 14176-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Growth hormone-releasing hormone:MCnc:Pt:Ser/Plas:Qn: + 14177-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrase:CCnt:Pt:Tiss:Qn: + 14178-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tissue polypeptide Ag:MCnc:Pt:Ser/Plas:Qn: + 14179-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MCnc:Pt:RBC:Qn: + 14180-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MCnt:24H:Stool:Qn: + 14181-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MCnc:Pt:Ser/Plas:Qn: + 14274-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SCnc:Pt:Ser/Plas:Qn: + 14282-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SCnc:Pt:Urine:Qn: + 14283-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:SCnc:Pt:Ser/Plas:Qn: + 14284-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnc:Pt:Urine:Qn: + 14285-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnc:Pt:Ser/Plas:Qn: + 14286-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:Urine:Qn: + 14287-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:Ser/Plas:Qn: + 14288-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:ACnc:24H:Urine:Ord: + 14289-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:SCnc:Pt:Ser:Qn: + 14292-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal enzymes screen:Prid:Pt:Plas+Urine:Nom: + 14294-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids/Creatinine:SRto:Pt:Urine:Qn: + 14295-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:SCnc:Pt:Ser/Plas:Qn: + 14297-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Optical density:OD:Pt:Amnio fld:Qn:Spectrophotometry + 14335-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:Ser/Plas:Qn: + 14338-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG/Protein.total:MFr:Pt:CSF:Qn: + 14339-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gammopathy:Imp:Pt:Ser/Plas:Nom:Electrophoresis + 14340-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 14341-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines/Creatinine:MCrto:Pt:Urine:Qn: + 14342-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Amnio fld:Qn:Refractometry + 14345-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:CSF:Qn:Refractometry + 14346-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Gast fld:Qn:Refractometry + 14347-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Periton fld:Qn:Refractometry + 14348-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Plr fld:Qn:Refractometry + 14349-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Synv fld:Qn:Refractometry + 14350-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Stool:Qn:Refractometry + 14351-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Water:Qn:Refractometry + 14352-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Gast fld:Qn: + 14386-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Gast fld:Qn: + 14387-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Synv fld:Qn: + 14388-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:CSF:Qn: + 14389-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Dial fld:Qn: + 14390-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Gast fld:Qn: + 14391-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Amnio fld:Qn: + 14392-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Amnio fld:Qn: + 14393-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Plr fld:Qn: + 14394-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Periton fld:Qn: + 14395-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Synv fld:Qn: + 14396-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Gast fld:Qn: + 14397-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:CSF:Qn: + 14398-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Plr fld:Qn: + 14399-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Periton fld:Qn: + 14400-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Synv fld:Qn: + 14401-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Gast fld:Qn: + 14402-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Gast fld:Qn: + 14403-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Plr fld:Qn: + 14404-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Periton fld:Qn: + 14405-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Synv fld:Qn: + 14406-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Gast fld:Qn: + 14407-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Amnio fld:Qn: + 14408-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Plr fld:Qn: + 14409-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Periton fld:Qn: + 14410-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Synv fld:Qn: + 14411-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Gast fld:Qn: + 14412-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Urine:Qn: + 14413-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Dial fld:Qn: + 14414-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Amnio fld:Qn: + 14415-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Plr fld:Qn: + 14416-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Periton fld:Qn: + 14417-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Synv fld:Qn: + 14418-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Gast fld:Qn: + 14419-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Dial fld:Qn: + 14420-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Plr fld:Qn: + 14421-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Periton fld:Qn: + 14422-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Synv fld:Qn: + 14423-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Gast fld:Qn: + 14424-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Amnio fld:Qn: + 14425-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:CSF:Qn: + 14426-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Plr fld:Qn: + 14427-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Periton fld:Qn: + 14428-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Semen:Qn: + 14429-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Synv fld:Qn: + 14430-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Urine:Qn: + 14431-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Amnio fld:Qn: + 14432-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:CSF:Qn: + 14433-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Plr fld:Qn: + 14434-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Periton fld:Qn: + 14435-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Semen:Qn: + 14436-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Synv fld:Qn: + 14437-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Amnio fld:Qn: + 14438-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:CSF:Qn: + 14439-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Plr fld:Qn: + 14440-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Periton fld:Qn: + 14441-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Semen:Qn: + 14442-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Synv fld:Qn: + 14443-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Urine:Qn: + 14444-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Amnio fld:Qn: + 14445-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:CSF:Qn: + 14446-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Periton fld:Qn: + 14447-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Semen:Qn: + 14448-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Synv fld:Qn: + 14449-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Urine:Qn: + 14450-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^1st specimen:PrThr:Pt:Stool:Ord: + 14563-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^2nd specimen:PrThr:Pt:Stool:Ord: + 14564-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^3rd specimen:PrThr:Pt:Stool:Ord: + 14565-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitriol:SCnc:Pt:Ser/Plas:Qn: + 14566-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SCnc:Pt:Ser/Plas:Qn: + 14567-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:SRat:24H:Urine:Qn: + 14568-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SCnc:Pt:Ser/Plas:Qn: + 14569-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SCnc:Pt:Urine:Qn: + 14570-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SRat:24H:Urine:Qn: + 14571-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids:SRat:24H:Urine:Qn: + 14572-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:SRat:24H:Urine:Qn: + 14573-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.titratable:MCnc:Pt:Gast fld:Qn: + 14583-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:SRat:24H:Urine:Qn: + 14584-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:SRto:Pt:Urine:Qn: + 14585-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:SCnc:Pt:Ser/Plas:Qn: + 14586-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:SRat:24H:Urine:Qn: + 14587-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase isoenzymes:Imp:Pt:Ser/Plas:Nom: + 14588-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase isoenzymes:Imp:Pt:Ser/Plas:Nom: + 14589-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha tocopherol:SCnc:Pt:Ser/Plas:Qn: + 14590-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonium:PrThr:Pt:Calculus:Ord: + 14599-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:Pt:Ser/Plas:Qn: + 14603-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:SCnc:Pt:Ser/Plas:Qn: + 14622-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SCnc:Pt:Ser:Qn: + 14626-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldV:Qn: + 14627-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SCnc:Pt:Ser/Plas:Qn: + 14628-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:SCnc:Pt:Ser/Plas:Qn: + 14629-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:SCnc:Pt:Ser/Plas:Qn: + 14630-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Ser/Plas:Qn: + 14631-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:SCnc:Pt:Ser/Plas:Qn: + 14633-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:Titr:Pt:Ser/Plas:Qn: + 14634-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol:SCnc:Pt:Ser/Plas:Qn: + 14635-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:PrThr:Pt:Calculus:Ord: + 14636-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SRat:24H:Urine:Qn: + 14637-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calculus analysis:Imp:Pt:Calculus:Nom: + 14638-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Dial fld:Qn: + 14640-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonate:PrThr:Pt:Calculus:Ord: + 14641-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carotene:SCnc:Pt:Ser/Plas:Qn: + 14642-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines.free:SRat:24H:Urine:Qn: + 14643-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:SCnc:Pt:Ser/Plas:Qn: + 14646-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Ser/Plas:Qn: + 14647-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:SCnc:Pt:Ser/Plas:Qn: + 14648-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:SRat:24H:Urine:Qn: + 14650-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:SCnc:Pt:Ser/Plas:Qn: + 14667-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:SCnc:Pt:Stool:Qn: + 14668-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:SCnc:Pt:Urine:Qn: + 14669-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1/Porphyrins.total:SFr:Pt:Urine:Qn: + 14670-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:SCnc:Pt:Ser/Plas:Qn: + 14671-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:SCnc:Pt:Stool:Qn: + 14672-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:SCnc:Pt:Urine:Qn: + 14673-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:SCnc:Pt:Plas:Qn: + 14674-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:Pt:Ser/Plas:Qn: + 14675-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SRat:24H:Urine:Qn: + 14676-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^PM trough specimen:SCnc:Pt:Ser/Plas:Qn: + 14678-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^AM peak specimen:SCnc:Pt:Ser/Plas:Qn: + 14679-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase isoenzymes:Imp:Pt:Ser/Plas:Nom:Electrophoresis + 14680-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Dial fld prt:Qn: + 14681-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Ser/Plas:Qn: + 14682-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Urine:Qn: + 14683-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:24H:Urine:Qn: + 14684-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins:SCnc:Pt:Ser/Plas:Qn: + 14685-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:PrThr:Pt:Calculus:Ord: + 14686-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:SCnc:Pt:Ser/Plas:Qn: + 14688-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:SRat:24H:Urine:Qn: + 14689-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deuteroporphyrin:SCnc:Pt:Stool:Qn: + 14696-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:SCnc:Pt:Ser/Plas:Qn: + 14703-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:SCnc:Pt:Plas:Qn: + 14711-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:SRat:24H:Urine:Qn: + 14712-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythropoietin:SCnc:Pt:Ser/Plas:Qn: + 14714-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:Pt:Ser/Plas:Qn: + 14715-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:SCnc:Pt:Ser/Plas:Qn: + 14716-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:SCnc:Pt:Urine:Qn: + 14717-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:SRat:24H:Urine:Qn: + 14718-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:SCnc:Pt:Ser/Plas:Qn: + 14723-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:Imp:Pt:Bld:Nom: + 14724-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:SCnc:Pt:RBC:Qn: + 14731-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:SCnc:Pt:Ser/Plas:Qn: + 14732-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate+Cyanocobalamin:Imp:Pt:Ser/Bld:Nom: + 14733-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:SRat:24H:Urine:Qn: + 14734-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:BldC:Qn:Glucometer + 14743-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:CSF:Qn: + 14744-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Body fld:Qn: + 14745-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Dial fld prt:Qn: + 14746-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Plr fld:Qn: + 14747-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Periton fld:Qn: + 14748-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Ser/Plas:Qn: + 14749-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Synv fld:Qn: + 14750-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate:SCnc:Pt:Plas:Qn: + 14776-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate:SCnc:Pt:Stool:Qn: + 14777-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate:SCnc:Pt:Urine:Qn: + 14778-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylate:SCnc:Pt:Plas:Qn: + 14779-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylate:SCnc:Pt:Stool:Qn: + 14780-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylate:SCnc:Pt:Urine:Qn: + 14781-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:SCnc:Pt:Urine:Qn: + 14782-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:SRat:24H:Urine:Qn: + 14783-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:SRat:24H:Urine:Qn: + 14784-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SRat:24H:Urine:Qn: + 14785-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:Imp:Pt:Urine:Nom: + 14795-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:SCnc:Pt:Ser/Plas:Qn: + 14796-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:Imp:Pt:Ser/Plas:Nom: + 14797-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnc:Pt:Ser/Plas:Qn: + 14798-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SRat:24H:Urine:Qn: + 14799-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron binding capacity:SCnc:Pt:Ser/Plas:Qn: + 14800-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron saturation:SFr:Pt:Ser/Plas:Qn: + 14801-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Body fld:Qn:Reaction: lactate to pyruvate + 14803-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Ser/Plas:Qn:Reaction: lactate to pyruvate + 14804-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Ser/Plas:Qn:Reaction: pyruvate to lactate + 14805-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:SCnc:Pt:Ser/Plas:Qn:Electrophoresis + 14813-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:SCnc:Pt:Ser/Plas:Qn:Electrophoresis + 14814-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:SCnc:Pt:Ser/Plas:Qn:Calculated + 14815-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:SCnc:Pt:Ser/Plas:Qn:Electrophoresis + 14816-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:PrThr:Pt:Calculus:Ord: + 14824-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mesoporphyrin:SCnc:Pt:Stool:Qn: + 14827-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine/Creatinine:SRto:Pt:Urine:Qn: + 14831-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:SCnc:Pt:Urine:Qn: + 14832-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:SRat:24H:Urine:Qn: + 14833-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:SCnc:Pt:Plas:Qn: + 14852-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:SCnc:Pt:Urine:Qn: + 14853-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:SRat:24H:Urine:Qn: + 14854-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:PrThr:Pt:Calculus:Ord: + 14861-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SRat:24H:Urine:Qn: + 14862-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldCo:Qn: + 14864-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin:Imp:Pt:Ser/Plas:Nom: + 14865-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact:SCnc:Pt:Ser/Plas:Qn: + 14866-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylate:SCnc:Pt:Plas:Qn: + 14870-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylate:SCnc:Pt:Stool:Qn: + 14871-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylate:SCnc:Pt:Urine:Qn: + 14872-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldCo:Qn: + 14873-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Ser/Plas:Qn: + 14875-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:PrThr:Pt:Calculus:Ord: + 14878-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Ser/Plas:Qn: + 14879-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Urine:Qn: + 14880-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SRat:24H:Urine:Qn: + 14881-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:SRat:24H:Urine:Qn: + 14882-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:Imp:Pt:Ser/Plas:Nom: + 14883-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:Imp:Pt:Stool:Nom: + 14884-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:SRat:24H:Urine:Qn: + 14885-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol:SRat:24H:Urine:Qn: + 14886-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:SCnc:Pt:Ser/Plas:Qn: + 14890-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Ser/Plas:Nom:Immunofixation + 14895-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Urine:Nom:Immunofixation + 14896-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Plas:Qn: + 14897-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:Imp:Pt:Bld:Nom: + 14903-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol:SCnc:Pt:Ser/Plas:Qn: + 14905-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:SCnc:Pt:Ser:Qn: + 14910-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Ser/Plas:Qn: + 14913-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:SCnc:Pt:Ser/Plas:Qn: + 14914-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin:SCnc:Pt:Ser/Plas:Qn: + 14918-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin binding inhibitory immunoglobulins:PrThr:Pt:Ser:Ord: + 14919-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:SCnc:Pt:Ser/Plas:Qn: + 14920-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:SCnc:Pt:Ser/Plas:Qn: + 14921-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Ser/Plas:Qn: + 14927-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.free:SCnc:Pt:Ser/Plas:Qn: + 14928-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.reverse:SCnc:Pt:Ser/Plas:Qn: + 14929-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:SCnc:Pt:Ser/Plas:Qn: + 14930-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:PrThr:Pt:Calculus:Ord: + 14932-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:Ser/Plas:Qn: + 14933-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:Urine:Qn: + 14934-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SRat:24H:Urine:Qn: + 14935-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:SCnc:Pt:Dial fld prt:Qn: + 14936-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:SCnc:Pt:Ser/Plas:Qn: + 14937-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:SCnc:Pt:Urine:Qn: + 14938-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:SRat:24H:Urine:Qn: + 14939-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:SCnc:Pt:Ser/Plas:Qn: + 14940-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:SCnc:Pt:Stool:Qn: + 14941-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:SCnc:Pt:Urine:Qn: + 14942-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:SCnc:Pt:Ser/Plas:Qn: + 14943-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:SCnc:Pt:Stool:Qn: + 14944-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:SCnc:Pt:Urine:Qn: + 14945-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:SRat:24H:Urine:Qn: + 14947-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatinine:SRto:Pt:Urine:Qn: + 14948-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:SCnc:Pt:Plas:Qn: + 14949-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:24H:Urine:Qn:Detection limit <= 20 mg/L + 14956-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Urine:Qn:Detection limit <= 20 mg/L + 14957-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:MRto:24H:Urine:Qn:Detection limit <= 20 mg/L + 14958-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:MRto:Pt:Urine:Qn:Detection limit <= 20 mg/L + 14959-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.free/Estradiol.total:MFr:Pt:Ser/Plas:Qn: + 14960-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone.bioavailable:MCnc:Pt:Ser/Plas:Qn: + 14970-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone.bioavailable/Estrone.total:MFr:Pt:Ser/Plas:Qn: + 14971-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin/Sphingomyelin:Ratio:Pt:Amnio fld:Qn: + 14976-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:Type:Pt:Urine:Nom: + 14977-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:SRat:24H:Urine:Qn: + 15003-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:SRat:24H:Urine:Qn: + 15004-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:SRat:24H:Urine:Qn: + 15005-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:SRat:24H:Urine:Qn: + 15006-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,3-Diphosphoglycerate:SCnc:Pt:RBC:Qn: + 15007-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Alpha-Androstanediol glucuronide:SCnc:Pt:Ser:Qn: + 15008-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:SCnc:Pt:Urine:Qn: + 15009-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:SCnc:Pt:Urine:Qn: + 15010-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone^upright:SCnc:Pt:Ser/Plas:Qn: + 15012-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bone/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15013-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15014-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15015-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15016-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.regan/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15017-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.renal/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15018-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:SCnc:Pt:Amnio fld:Qn: + 15019-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.P1/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 15020-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.P2/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 15021-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.P3/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 15022-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S1/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 15023-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S2/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 15024-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S3/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 15025-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanediol:SCnc:Pt:Ser/Plas:Qn: + 15026-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:Pt:Urine:Qn: + 15027-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SRat:24H:Urine:Qn: + 15028-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:SCnc:Pt:Ser/Plas:Qn: + 15029-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:SRat:24H:Urine:Qn: + 15030-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin I:SCnc:Pt:Plas:Qn: + 15031-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin II:SCnc:Pt:Plas:Qn: + 15032-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:SRat:24H:Urine:Qn: + 15033-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitonin:SCnc:Pt:Ser/Plas:Qn: + 15035-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:SRat:24H:Urine:Qn: + 15036-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymotrypsin:SCnt:Pt:Stool:Qn: + 15037-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:SCnc:Pt:Ser/Plas:Qn: + 15038-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamin:SCnc:Pt:Ser:Qn: + 15039-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SRat:24H:Stool:Qn: + 15040-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SRat:24H:Urine:Qn: + 15041-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:ACnc:Pt:Ser:Qn: + 15042-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:Pt:Urine:Qn: + 15043-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SCnc:Pt:Ser/Plas:Qn: + 15044-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SCnc:Pt:Ser/Plas:Qn: + 15045-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SCnc:Pt:Urine:Qn: + 15046-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SRat:24H:Urine:Qn: + 15047-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.BB/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 15048-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MM/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 15049-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Amnio fld:Qn: + 15050-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Dial fld:Qn: + 15051-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins.unsaturated binding capacity:SCnc:Pt:Ser/Plas:Qn: + 15052-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:SRat:24H:Urine:Qn: + 15053-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:SCnc:Pt:Ser/Plas:Qn: + 15054-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:SRat:24H:Urine:Qn: + 15055-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:SRat:24H:Urine:Qn: + 15056-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone:SCnc:Pt:Ser/Plas:Qn: + 15057-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:SCnc:Pt:Urine:Qn: + 15058-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:SRat:24H:Urine:Qn: + 15059-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Ser/Plas:Qn: + 15060-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythropoietin:ACnc:Pt:Ser/Plas:Qn: + 15061-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.unconjugated:SRat:24H:Urine:Qn: + 15062-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.conjugated:SCnc:Pt:Ser/Plas:Qn: + 15063-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated:SCnc:Pt:Ser/Plas:Qn: + 15064-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:SRat:24H:Urine:Qn: + 15065-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.nonesterified:SCnc:Pt:Ser/Plas:Qn: + 15066-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ACnc:Pt:Ser/Plas:Qn: + 15067-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ARat:24H:Urine:Qn: + 15068-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructosamine:SCnc:Pt:Ser/Plas:Qn: + 15069-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:SRat:24H:Urine:Qn: + 15070-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:SRat:24H:Urine:Qn: + 15071-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin:SCnc:Pt:Ser/Plas:Qn: + 15072-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucagon:SCnc:Pt:Ser/Plas:Qn: + 15073-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Bld:Qn: + 15074-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Dial fld:Qn: + 15075-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Urine:Qn: + 15076-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SRat:24H:Urine:Qn: + 15077-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SRat:24H:Urine:Qn: + 15078-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:Pt:Urine:Qn: + 15079-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ARat:24H:Urine:Qn: + 15080-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:ACnc:Pt:Ser/Plas:Qn: + 15081-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin:MCnc:Pt:Bld:Qn: + 15082-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:SRat:24H:Urine:Qn: + 15083-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osteocalcin:SCnc:Pt:Ser/Plas:Qn: + 15084-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SCnc:Pt:Ser/Plas:Qn: + 15085-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SCnc:Pt:Urine:Qn: + 15086-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin related protein:SCnc:Pt:Ser/Plas:Qn: + 15087-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.C-terminal:SCnc:Pt:Ser/Plas:Qn: + 15088-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phospholipid:SCnc:Pt:Ser/Plas:Qn: + 15089-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SRat:24H:Stool:Qn: + 15090-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:SCnc:Pt:Urine:Qn: + 15091-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol:SCnc:Pt:Urine:Qn: + 15092-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.free:SCnc:Pt:Bld:Qn: + 15093-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Urine:Qn: + 15094-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SRat:24H:Urine:Qn: + 15095-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SRat:24H:Urine:Qn: + 15096-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:SCnc:Pt:Urine:Qn: + 15097-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha/Lipoprotein.total:MFr:Pt:Ser/Plas:Qn: + 15121-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta/Lipoprotein.total:MFr:Pt:Ser/Plas:Qn: + 15122-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta/Lipoprotein.total:MFr:Pt:Ser/Plas:Qn: + 15123-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:Synv fld:Qn:Electrophoresis + 15124-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:Pt:Synv fld:Qn:Electrophoresis + 15125-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:Pt:Synv fld:Qn:Electrophoresis + 15126-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:Pt:Synv fld:Qn:Electrophoresis + 15127-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:Pt:Synv fld:Qn:Electrophoresis + 15128-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine+Tryptophan:PrThr:Pt:Ser/Plas:Ord: + 15130-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine+Leucine:PrThr:Pt:Ser/Plas:Ord: + 15131-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate+Proline:PrThr:Pt:Ser/Plas:Ord: + 15132-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine+Carnosine+Cysteine+Histidine+Ornithine:PrThr:Pt:Ser/Plas:Ord: + 15133-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate+Glutamine+Threonine:PrThr:Pt:Ser/Plas:Ord: + 15134-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate+Citrulline+Glycine+Homocystine+Hydroxyproline:PrThr:Pt:Ser/Plas:Ord: + 15135-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine+Argininosuccinate+Lysine+Serine+Taurine:PrThr:Pt:Ser/Plas:Ord: + 15136-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine+Ethanolamine:PrThr:Pt:Ser/Plas:Ord: + 15137-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine+Leucine:PrThr:Pt:Urine:Ord: + 15138-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine+Carnosine+Cysteine+Histidine+Ornithine:PrThr:Pt:Urine:Ord: + 15139-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine+Argininosuccinate+Lysine+Serine+Taurine:PrThr:Pt:Urine:Ord: + 15140-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate+Proline:PrThr:Pt:Urine:Ord: + 15141-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine+Ethanolamine:PrThr:Pt:Urine:Ord: + 15142-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate+Citrulline+Glycine+Homocystine+Hydroxyproline:PrThr:Pt:Urine:Ord: + 15143-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate+Glutamine+Threonine:PrThr:Pt:Urine:Ord: + 15144-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine+Tryptophan:PrThr:Pt:Urine:Ord: + 15145-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Body fld:Qn: + 15148-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Body fld:Qn: + 15149-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated:MCnc:Pt:Ser/Plas:Qn: + 15152-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:MCnc:Pt:Ser/Plas:Qn:Differential light absorption + 15153-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Body fld:Qn: + 15155-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Body fld:Qn:Dilution + 15156-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Ser/Plas:Qn:Dilution + 15157-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Stool:Qn: + 15158-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin/Serum.total:VFr:Pt:Ser:Qn:Spun Westergren tube + 15174-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoproteins:Imp:Pt:Ser/Plas:Nom:Electrophoresis.agarose gel + 15175-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoproteins identified:Prid:Pt:Ser/Plas:Nom: + 15176-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Body fld:Qn: + 15181-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 15182-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Body fld:Qn: + 15183-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 15184-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Body fld:Qn: + 15185-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 15186-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:MCnc:24H:Urine:Qn: + 15187-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:MCnc:24H:Urine:Qn: + 15188-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa/Immunoglobulin light chains.lambda:MRto:Pt:Ser:Qn: + 15189-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Body fld:Qn: + 15200-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Stool:Qn: + 15202-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Stool:Qn: + 15207-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:PrThr:Pt:Nose:Ord: + 15208-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Body fld:Qn: + 15212-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver 1/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15348-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver 2/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 15349-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CRat:2H:Urine:Qn: + 15350-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E2:PrThr:Pt:Bld:Ord: + 15351-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E3:PrThr:Pt:Bld:Ord: + 15352-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E4:PrThr:Pt:Bld:Ord: + 15353-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone sulfate:MCnc:Pt:Ser/Plas:Qn: + 15355-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MRat:24H:Urine:Qn: + 15356-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnt:Pt:Tiss:Qn: + 15357-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroamylase:PrThr:Pt:Ser/Plas:Ord: + 15358-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ergosterol:MCnc:Pt:Ser/Plas:Qn: + 15411-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free/Testosterone.total:MFr:Pt:Ser/Plas:Qn: + 15432-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:MRat:24H:Urine:Qn: + 16110-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epinephrine+Norepinephrine:MRat:24H:Urine:Qn: + 16111-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MRat:24H:Stool:Qn: + 16141-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MRat:24H:Stool:Qn: + 16142-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnt:Pt:Hair:Qn: + 16172-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase isoenzymes:CCnc:Pt:Ser/Plas:Qn:Heat stability + 16182-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^2H specimen:MCnc:Pt:Ser/Plas:Qn: + 16188-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^4H specimen:MCnc:Pt:Ser/Plas:Qn: + 16189-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:ACnc:Pt:Ser/Plas:Qn: + 16255-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium urate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16257-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonium urate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16258-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate dihydrate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16259-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triamterene crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16260-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium bilirubinate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16261-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newberyite crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16262-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate dihydrate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16263-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate monohydrate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16264-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triple phosphate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16265-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium hydrogen phosphate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16266-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium carbonate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16267-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium phosphate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16268-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16269-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnt:Pt:RBC:Qn: + 16273-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine/Protein:MRto:Pt:Urine:Qn: + 16285-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free/Testosterone.total:NFr:Pt:Ser/Plas:Qn: + 16286-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosteroids:MCnc:Pt:Plas:Qn: + 16293-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:MCnc:Pt:Ser/Plas:Qn: + 16296-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenolone:MCnc:Pt:Urine:Qn: + 16297-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:MRat:72H:Urine:Qn: + 16300-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:PrThr:Pt:Urine:Ord: + 16302-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:PrThr:Pt:Urine:Ord: + 16306-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase:CCnc:Pt:Bld:Qn:Tartrate inhibited + 16315-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.tartrate resistant:CCnc:Pt:Bld:Qn: + 16316-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:PrThr:Pt:Vag:Ord: + 16317-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + Acyl carnitine:MCnc:Pt:Ser/Plas:Qn: + 16321-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:PrThr:Pt:Urine:Ord: + 16323-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:RBC:Qn: + 16324-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase/Aspartate aminotransferase:CRto:Pt:Ser/Plas:Qn: + 16325-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental:CCnc:Pt:Ser/Plas:Qn: + 16336-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Urine:Qn: + 16337-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:PrThr:Pt:Urine:Ord: + 16338-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:PrThr:Pt:Urine:Ord: + 16339-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:MCnc:Pt:Urine:Qn: + 16340-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:PrThr:Pt:Plas:Ord: + 16341-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:MCnc:Pt:Plas:Qn: + 16342-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:MCnc:Pt:CSF:Qn: + 16343-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:MCnc:Pt:Amnio fld:Qn: + 16344-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:PrThr:Pt:Urine:Ord: + 16345-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:PrThr:Pt:Urine:Ord: + 16353-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:Urine:Qn: + 16354-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:PrThr:Pt:Plas:Ord: + 16355-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:Plas:Qn: + 16356-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:CSF:Qn: + 16357-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:MCnc:Pt:Amnio fld:Qn: + 16358-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Plas:Qn: + 16362-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnt:Pt:Tiss:Qn: + 16363-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:PrThr:Pt:Urine:Ord: + 16401-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylamidase:PrThr:Pt:Urine:Ord: + 16405-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylamidase:CCnc:Pt:Urine:Qn: + 16406-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MCnc:Pt:Urine:Qn: + 16408-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:PrThr:Pt:Urine:Ord: + 16410-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:PrThr:Pt:Urine:Ord: + 16411-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:RBC:Qn: + 16412-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:PrThr:Pt:Urine:Ord: + 16452-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:PrThr:Pt:Urine:Ord: + 16453-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnc:Pt:Bld:Qn: + 16454-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:SCnc:Pt:CSF:Qn: + 16455-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:SCnc:Pt:Urine:Qn: + 16456-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:CCnc:Pt:WBC:Qn: + 16457-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Body fld:Qn: + 16459-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:CSF:Qn: + 16460-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:RBC:Qn: + 16461-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Amnio fld:Qn: + 16462-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid.dihydroxy:MCnc:Pt:Ser/Plas:Qn: + 16463-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:ACnc:Pt:Exhl gas:Qn: + 16464-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:MCnc:Pt:Urine:Qn: + 16465-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid.trihydroxy:MCnc:Pt:Ser/Plas:Qn: + 16466-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitriol:MCnc:Pt:Ser/Plas:Qn: + 1649-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,4-Alpha glucan branching enzyme:CCnc:Pt:WBC:Qn: + 1650-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrate:MCnc:Pt:Stool:Qn: + 16500-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:Body fld:Qn: + 16503-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:PrThr:Pt:Ser/Plas:Ord: + 1651-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MRat:2H:Urine:Qn: + 16518-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:MCnc:Pt:Ser/Plas:Qn: + 1652-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Phosphate:MRto:Pt:Ser/Plas:Qn: + 16525-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Protein:MRto:Pt:Ser/Plas:Qn: + 16526-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Sodium:MRto:Pt:Ser/Plas:Qn: + 16527-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:MCnc:Pt:Urine:Qn: + 1653-5 + + + + + + + + + + + + + + + + + + + + + 11-Deoxy/11-Oxy steroids:MCrto:Pt:Urine:Qn: + 1655-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbohydrates:Prid:Pt:Urine:Nom: + 16550-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldC:Qn: + 16551-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:MCnt:Pt:Tiss:Qn: + 16553-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:MCnc:Pt:CSF:Qn: + 16555-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:MCnc:Pt:Amnio fld:Qn: + 16556-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:PrThr:Pt:Urine:Ord: + 16557-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:MCnc:Pt:Ser/Plas:Qn: + 1656-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathepsin D:SFr:Pt:Ser/Plas:Qn: + 16563-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:MCnc:Pt:Ser/Plas:Qn: + 1657-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:ACnc:Pt:Ser/Plas:Ord: + 16573-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnt:Pt:Tiss:Qn: + 16574-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase B:CCnc:Pt:Urine:Qn: + 16575-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase B:CCnc:Pt:Amnio fld:Qn: + 16576-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase B:CCnc:Pt:Ser/Plas:Qn: + 16577-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase B:CCnt:Pt:Tiss:Qn: + 16578-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase B:CCnc:Pt:Bld:Qn: + 16579-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrostenedione:MCnc:Pt:Ser/Plas:Qn: + 1658-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase B:CCnc:Pt:WBC:Qn: + 16580-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:MCnc:Pt:Urine:Qn: + 1659-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:MCnc:Pt:Ser:Qn: + 1660-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:MCnc:Pt:Ser:Qn: + 1661-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16613-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.total/Cholesterol.in LDL:MRto:Pt:Ser/Plas:Qn: + 16615-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL/Cholesterol.in LDL:MRto:Pt:Ser/Plas:Qn: + 16616-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:SCnc:Pt:Semen:Qn: + 16617-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:MCnc:Pt:Ser:Qn: + 1662-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxycorticosterone:MCnc:Pt:Ser:Qn: + 1663-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:MCnc:Pt:Amnio fld:Qn: + 1664-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrinogen oxidase:CCnc:Pt:RBC:Qn: + 16649-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:MCnc:Pt:Plas:Qn: + 1665-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:MCnc:Pt:Amnio fld:Qn:RIA + 16652-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin.canine:MCnc:Pt:Plas:Qn: + 16653-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:MCnc:Pt:Urine:Qn: + 1666-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MRat:48H:Urine:Qn: + 16667-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MRat:72H:Urine:Qn: + 16668-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyketosteroids:MCnc:Pt:Urine:Qn: + 1667-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MCnc:Pt:Ser/Plas:Qn: + 1668-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:MCnc:Pt:Vitr fld:Qn: + 16687-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:CCnc:Pt:Body fld:Qn: + 16688-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:48H:Urine:Qn: + 16689-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MCnc:Pt:Ser:Qn: + 1669-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:72H:Urine:Qn: + 16690-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins:MCnc:Pt:Bld:Qn: + 16695-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MCnc:Pt:Urine:Qn: + 1670-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:PrThr:Pt:Urine:Ord: + 16705-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:ACnc:Pt:Urine:Qn: + 16709-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:MCnc:Pt:Bld:Qn: + 1671-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine crystals:PrThr:Pt:Calculus:Ord:Infrared spectroscopy + 16710-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine+Homocystine:PrThr:Pt:Urine:Ord: + 16711-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:MCnc:Pt:Bld:Qn: + 1672-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:MCnc:Pt:Saliva:Qn: + 16721-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:MRat:24H:Urine:Qn: + 1673-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone.unconjugated:MCnc:Pt:Ser/Plas:Qn: + 16731-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycorticosterone:MCnc:Pt:Ser/Plas:Qn: + 1674-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,3-Diphosphoglycerate:MCnc:Pt:RBC:Qn: + 1675-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + Diacetate:ACnc:Pt:Urine:Ord: + 16752-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,3-Diphosphoglycerate:MCnc:Pt:Ser:Qn: + 1676-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxylporphyrin:MCnc:Pt:Bld:Qn: + 16760-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:Pt:Stool:Qn: + 16761-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha hydroxybutyrate dehydrogenase:CCnc:Pt:Ser/Plas:Qn: + 1677-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 20-Hydroxyprogesterone:MCnc:Pt:Ser:Qn: + 1678-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 24r-Hydroxycalcidiol:MCnc:Pt:Ser/Plas:Qn: + 1679-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Alpha-Androstanediol glucuronide:MCnc:Pt:Ser:Qn: + 1680-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate dehydrogenase:CCnc:Pt:Bld:Qn: + 1681-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidate:MCnc:Pt:Ser/Plas:Qn: + 16811-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate dehydrogenase:CCnc:Pt:Ser/Plas:Qn: + 1682-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate:MCnc:Pt:Urine:Qn: + 1683-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MCnc:Pt:Body fld:Qn: + 16838-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:MCnc:Pt:Urine:Qn: + 1684-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:PrThr:Pt:Ser/Plas:Ord: + 1685-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:Mass:Pt:Stool:Qn: + 16853-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MRat:48H:Stool:Qn: + 16855-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:MCnc:Pt:Ser/Plas:Qn: + 1686-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:MCnc:Pt:Urine:Qn: + 1687-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Pyridoxate:MCnc:Pt:Ser/Plas:Qn: + 1688-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:PrThr:Pt:Urine:Ord: + 16882-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:Urine:Qn: + 16883-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:ACnc:Pt:Plas:Ord: + 16884-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:Plas:Qn: + 16885-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:CSF:Qn: + 16886-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:Amnio fld:Qn: + 16887-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5'-Nucleotidase:CCnc:Pt:Amnio fld:Qn: + 1689-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5'-Nucleotidase:CCnc:Pt:Ser/Plas:Qn: + 1690-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Vitr fld:Qn: + 16903-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,10-Methylenetetrahydrofolate reductase:CCnc:Pt:Ser:Qn: + 1691-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:PrThr:Pt:Urine:Ord: + 16916-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:PrThr:Pt:Urine:Ord: + 16917-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione:MCnc:Pt:Ser/Plas:Qn: + 16918-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:PrThr:Pt:Urine:Ord: + 16919-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:MCnc:Pt:CSF:Qn: + 1692-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycoproteins:PrThr:Pt:Ser/Plas:Ord: + 16920-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:MCnc:Pt:Ser/Plas:Qn: + 1693-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MCnc:Pt:Stool:Qn: + 16938-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:MCnc:Pt:Urine:Qn: + 1694-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:MRat:24H:Urine:Qn: + 1695-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Methyltetrahydrofolate homocysteine methyltransferase:CCnc:Pt:Ser:Qn: + 1696-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MCnc:Pt:Bld:Qn: + 16963-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MCnc:Pt:Stool:Qn: + 16964-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase 1:CCnc:Pt:RBC:Qn: + 16967-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase 3:CCnc:Pt:RBC:Qn: + 16968-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Phosphogluconate dehydrogenase:CCnc:Pt:RBC:Qn: + 1697-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-L-iduronidase:CCnt:Pt:Tiss:Qn: + 1699-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:PrThr:Pt:Urine:Ord: + 17000-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:PrThr:Pt:Urine:Ord: + 17001-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:Pt:Urine:Qn: + 17003-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine:MCnc:Pt:Urine:Qn: + 17004-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA subclass 1:MCnc:Pt:CSF:Qn: + 17005-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA subclass 2:MCnc:Pt:CSF:Qn: + 17006-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:Pt:Ser:Ord: + 17007-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG/Beta tubulin:MRto:Pt:Ser:Qn: + 17008-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:Pt:Ser:Ord: + 17009-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:MCnc:Pt:Urine:Qn: + 1702-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1+2:ACnc:Pt:Ser/Plas:Qn: + 17022-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 7:ACnc:Pt:Ser:Qn: + 17023-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine.inorganic:MCnc:Pt:Ser/Plas:Qn: + 17024-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:Water:Qn: + 17025-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:PrThr:Pt:Urine:Ord: + 17029-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:MCnc:Pt:CSF:Qn: + 1703-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:PrThr:Pt:Ser/Plas:Ord: + 1704-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:PrThr:Pt:Urine:Ord: + 17041-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactose:MCnc:Pt:Urine:Qn: + 17043-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:MCnc:Pt:Ser/Plas:Qn: + 1705-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholine:MCnc:Pt:Ser:Qn: + 1707-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:ACnc:Pt:Amnio fld:Qn: + 17074-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.esterified:MCnc:Pt:Ser/Plas:Qn: + 17078-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.long chain:Prid:Pt:Ser/Plas:Nom: + 17079-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:CCnc:Pt:Amnio fld:Qn: + 1708-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain:Prid:Pt:Ser/Plas:Nom: + 17080-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:MCnc:Pt:Body fld:Qn: + 17082-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:MCnc:Pt:Body fld:Qn: + 17083-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:MCnc:Pt:Body fld:Qn: + 17084-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein:PrThr:Pt:Ser/Plas:Ord: + 17085-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:CCnc:Pt:RBC:Qn: + 1709-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:CCnc:Pt:Ser/Plas:Qn: + 1710-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase:CCnc:Pt:Bld:Qn: + 1711-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:CCnc:Pt:Vag:Qn: + 1712-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:CCnc:Pt:Semen:Qn: + 1713-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:CCnc:Pt:Ser:Qn: + 1714-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase:CCnc:Pt:Ser/Plas:Qn: + 1715-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.titratable:MCnc:Pt:Urine:Qn: + 1716-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:MCnc:Pt:Ser/Plas:Qn: + 1717-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acyl CoA dehydrogenase:CCnc:Pt:Ser:Qn: + 1718-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine:MCnc:Pt:Ser:Qn: + 1719-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine phosphoribosyltransferase:CCnc:Pt:RBC:Qn: + 1720-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphate:MCnc:Pt:Bld:Qn: + 1721-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Bld:Qn: + 1722-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase binding protein:MCnc:Pt:Urine:Qn: + 1723-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:PrThr:Pt:Urine:Ord: + 17230-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal enzymes:Prid:Pt:Plas:Nom: + 17231-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:CCnc:Pt:Tear:Qn: + 17232-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium.plasma/Magnesium.RBC:SRto:Pt:Bld:Qn: + 17234-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:WBC:Qn: + 17235-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Stool:Qn: + 17236-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnt:Pt:Hair:Qn: + 17237-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine diphosphate:MCnc:Pt:Ser:Qn: + 1724-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melanin:ACnc:Pt:Urine:Qn: + 17247-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melanin:ACnc:Pt:Ser/Plas:Qn: + 17248-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate deaminase:CCnc:Pt:Ser:Qn: + 1725-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:MCnc:Pt:Ser/Plas:Qn: + 1726-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemalbumin:PrThr:Pt:Ser/Plas:Ord: + 17263-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:PrThr:Pt:Urine:Ord: + 17264-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:MRat:24H:Urine:Qn: + 1727-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic/Creatinine:MRto:Pt:Ser/Plas:Qn: + 1728-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphatase:CCnc:Pt:RBC:Qn: + 1729-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphatase:CCnc:Pt:Semen:Qn: + 1730-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenylate kinase:CCnc:Pt:Ser:Qn: + 1731-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenylosuccinate lyase:CCnc:Pt:Ser:Qn: + 1732-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate:MCnc:Pt:Urine:Qn: + 1733-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin/Creatinine:MRto:Pt:Urine:Qn: + 17334-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 1734-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:MCnc:Pt:CSF:Qn: + 1735-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:PrThr:Pt:Ser/Plas:Ord: + 1736-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:MCnc:Pt:Ser/Plas:Qn: + 1737-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:MCnc:Pt:Urine:Qn: + 1738-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MRat:24H:Stool:Qn: + 17381-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecanoate:MCnc:Pt:Ser/Plas:Qn: + 17382-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:ACnc:Pt:Urine:Qn: + 17385-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:ACnc:Pt:Bld:Qn: + 17386-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:ACnc:Pt:Ser/Plas:Qn: + 17387-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:PrThr:Pt:Urine:Ord: + 17389-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:MRat:24H:Urine:Qn: + 1739-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminopeptidase:MCnc:Pt:Ser:Qn: + 1740-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Amnio fld:Qn: + 1741-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Ser/Plas:Qn: + 1742-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MRat:24H:Stool:Qn: + 17428-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Ser/Plas:Qn:With P-5'-P + 1743-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:XXX:Qn: + 17433-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Ser/Plas:Qn:No addition of P-5'-P + 1744-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:PrThr:Pt:Stool:Ord: + 17447-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Amnio fld:Qn: + 1745-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:PrThr:Pt:Urine:Ord: + 17457-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:PrThr:Pt:Ser/Plas:Ord: + 17458-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:CSF:Qn: + 1746-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:PrThr:Pt:Urine:Ord: + 17460-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:PrThr:Pt:Ser/Plas:Ord: + 17461-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Body fld:Qn: + 1747-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:SCnc:Pt:Ser/Plas:Qn: + 17474-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:ACnc:Pt:Urine:Qn: + 17475-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:ACnc:Pt:RBC:Qn: + 17476-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:ACnc:Pt:Stool:Qn: + 17477-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:PrThr:Pt:Body fld:Ord: + 17478-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Plr fld:Qn: + 1748-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnenolone:MCnc:Pt:Urine:Qn: + 17480-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:Pt:Urine:Qn: + 17483-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Periton fld:Qn: + 1749-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:PrThr:Pt:Urine:Ord: + 17492-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E:MCnc:Pt:Ser/Plas:Qn: + 17493-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2 alpha:MCnc:Pt:Urine:Qn: + 17494-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandins:MCnc:Pt:Urine:Qn: + 17495-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 17496-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 17497-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 17498-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 17499-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Semen:Qn: + 1750-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:Pt:Ser/Plas:Qn: + 17501-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Ser/Plas:Qn: + 1751-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Synv fld:Qn: + 1752-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinoate esters:MCnc:Pt:Ser/Plas:Qn: + 17525-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinyl esters:MCnc:Pt:Ser/Plas:Qn: + 17526-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol.free:MCnc:Pt:Ser/Plas:Qn: + 17527-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:Pt:Urine:Ord: + 1753-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Urine:Qn: + 1754-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:24H:Urine:Qn: + 1755-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.CSF/Albumin.SerPl:RelRto:Pt:Ser/Plas+CSF:Qn: + 1756-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:PrThr:Pt:Urine:Ord: + 17568-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 1757-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:PrThr:Pt:Urine:Ord: + 17575-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.glycated:MCnc:Pt:Ser/Plas:Qn: + 1758-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Ser/Plas:Qn: + 1759-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Synv fld:Qn: + 17598-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alcohol dehydrogenase:CCnc:Pt:Ser:Qn: + 1760-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Ser/Plas:Qn: + 1761-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MCnc:Pt:Bld:Qn: + 1762-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MCnc:Pt:Ser/Plas:Qn: + 1763-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MCnc:Pt:Urine:Qn: + 1764-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MRat:24H:Urine:Qn: + 1765-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone receptors:Num:Pt:WBC:Qn: + 1766-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylpurines:PrThr:Pt:Urine:Ord: + 17662-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:Pt:Dial fld:Qn: + 17666-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate.organic/Sulfate.total:MFr:Pt:Urine:Qn: + 17667-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:PrThr:Pt:Urine:Ord: + 17678-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:PrThr:Pt:CSF:Ord: + 17679-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone^upright:MCnc:Pt:Ser/Plas:Qn: + 1768-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:MCnc:Pt:Dial fld:Qn: + 17685-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.weakly bound:MCnc:Pt:Ser/Plas:Qn: + 17686-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Epitestosterone:MRto:Pt:Ser/Plas:Qn: + 17687-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.nonesterified:MCnc:Pt:Ser/Plas:Qn: + 1769-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MRat:24H:Stool:Qn: + 17694-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aliphatic carboxylate C14-C26.absorption:MCnc:Pt:Ser/Plas:Qn: + 1770-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:PrThr:Pt:Urine:Ord: + 17704-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid stimulating immunoglobulins:PrThr:Pt:Ser:Ord: + 17708-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aliphatic carboxylate C14-C26.esters:MCnc:Pt:Ser/Plas:Qn: + 1771-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aliphatic carboxylate C14-C26.esters:MCnc:Pt:Stool:Qn: + 1772-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0/C22:0:MRto:Pt:Ser/Plas:Qn: + 1773-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0/C22:0:MRto:Pt:Ser/Plas:Qn: + 1774-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethylamine:PrThr:Pt:Urine:Ord: + 17748-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:MCnc:Pt:Body fld:Qn: + 1775-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsinogen:CCnc:Pt:Ser/Plas:Qn: + 17750-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:PrThr:Pt:Urine:Ord: + 17752-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:PrThr:Pt:Bld:Ord: + 17754-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MRat:2H:Urine:Qn: + 17755-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MRat:4H:Urine:Qn: + 17756-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Dial fld prt:Qn: + 17757-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Vitr fld:Qn: + 17758-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^post dialysis:MCnc:Pt:BldA:Qn: + 17759-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:MCnc:Pt:Urine:Qn: + 1776-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^pre dialysis:MCnc:Pt:BldV:Qn: + 17760-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MRat:48H:Stool:Qn: + 17761-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bone:CCnc:Pt:Ser/Plas:Qn: + 1777-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal:CCnc:Pt:Ser/Plas:Qn: + 1778-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle:EntLen:Pt:Ser/Plas:Qn: + 17782-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Radioactive iodine.thyroid/Radioactive iodine.dose:Ratio:Pt:Thyroid:Qn: + 17785-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver:CCnc:Pt:Ser/Plas:Qn: + 1779-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:MCnc:24H:Urine:Qn: + 17793-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Hyperal solution:Qn: + 17794-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Hyperal solution:Qn: + 17795-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Hyperal solution:Qn: + 17796-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental:CCnc:Pt:Ser/Plas:Qn: + 1780-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.regan:CCnc:Pt:Ser/Plas:Qn: + 1781-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 17810-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:XXX:Urine:Qn:Electrophoresis + 17811-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 17812-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:XXX:Urine:Qn:Electrophoresis + 17813-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 17814-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:XXX:Urine:Qn:Electrophoresis + 17815-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 17816-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:XXX:Urine:Qn:Electrophoresis + 17817-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 17818-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:XXX:Urine:Qn:Electrophoresis + 17819-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.renal:CCnc:Pt:Ser/Plas:Qn: + 1782-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 17820-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:Pt:Body fld:Nar:Electrophoresis + 17821-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Bld:Qn: + 1783-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.tartrate resistant:CCnc:Pt:Ser:Qn: + 17837-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bone:MCnc:Pt:Ser/Plas:Qn: + 17838-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:CCnc:Pt:Bld:Qn: + 17839-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha amino acid nitrogen:MCnc:Pt:Plas:Qn: + 1784-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-L-iduronidase:CCnc:Pt:Bld:Qn: + 17840-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CRat:12H:Urine:Qn: + 17841-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 27-29:ACnc:Pt:Ser/Plas:Qn: + 17842-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:ACnc:Pt:Ser/Plas:Qn: + 17843-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.albumin bound:MCnc:Pt:Ser/Plas:Qn: + 17844-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:PrThr:Pt:Ser/Plas:Ord: + 17845-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:PrThr:Pt:Ser/Plas:Ord: + 17846-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:PrThr:Pt:Ser/Plas:Ord: + 17847-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha amino acid nitrogen:MRat:24H:Urine:Qn: + 1785-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr:Pt:Bld:Qn:Calculated + 17855-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr:Pt:Bld:Qn:HPLC + 17856-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Body fld:Qn: + 17858-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:MCnc:Pt:CSF:Qn: + 1786-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:MCnc:24H:Urine:Qn: + 17860-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Ser/Plas:Qn: + 17861-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Urine:Qn: + 17862-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:MCnc:Pt:Ser/Plas:Qn: + 17863-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:MCnc:Pt:Ser/Plas:Qn:ISE + 17864-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine/Creatinine:Ratio:Pt:Urine:Qn: + 17866-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Creatinine:Ratio:Pt:Urine:Qn: + 17867-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Creatinine:Ratio:Pt:Urine:Qn: + 17868-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate/Creatinine:SRto:Pt:Urine:Qn: + 17869-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:PrThr:Pt:Ser/Plas:Ord: + 1787-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotidine/Creatinine:SRto:Pt:Urine:Qn: + 17870-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:MCnc:Pt:Ser/Plas:Qn: + 1788-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:MCnc:Pt:Ser:Qn: + 1789-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:MCnc:Pt:Urine:Qn: + 1790-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:PrThr:Pt:Plas:Ord: + 1791-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:MCnc:Pt:Plas:Qn: + 1792-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:MCnc:Pt:Urine:Qn: + 1793-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Duod fld:Qn: + 1794-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Body fld:Qn: + 1795-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Plr fld:Qn: + 1796-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Periton fld:Qn: + 1797-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Ser/Plas:Qn: + 1798-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Urine:Qn: + 1799-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CRat:24H:Urine:Qn: + 1800-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 1801-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.P1:CCnc:Pt:Ser/Plas:Qn: + 1802-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.P2:CCnc:Pt:Ser/Plas:Qn: + 1803-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.P3:CCnc:Pt:Ser/Plas:Qn: + 1804-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic:CCnc:Pt:Ser/Plas:Qn: + 1805-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S1:CCnc:Pt:Ser/Plas:Qn: + 1806-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S2:CCnc:Pt:Ser/Plas:Qn: + 1807-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S3:CCnc:Pt:Ser/Plas:Qn: + 1808-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.salivary:CCnc:Pt:Ser/Plas:Qn: + 1809-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase/Creatinine:MRto:Pt:Ser/Plas:Qn: + 1810-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase/Creatinine renal clearance:Ratio:24H:Urine+Ser/Plas:Qn: + 1811-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:CCnt:Pt:Tiss:Qn: + 1812-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha galactosidase A:CCnc:Pt:Ser/Plas:Qn: + 1813-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnc:Pt:Semen:Qn: + 1814-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnt:Pt:Tiss:Qn: + 1815-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnc:Pt:WBC:Qn: + 1816-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate:MCnc:Pt:Ser/Plas:Qn: + 1817-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha mannosidase:CCnc:Pt:Ser/Plas:Qn: + 1818-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:2H:Ser:Qn: + 18180-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Ser/Plas:Qn:Calculated + 18182-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:MRat:24H:Urine:Qn: + 18183-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MRat:12H:Urine:Qn: + 18186-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha mannosidase:CCnt:Pt:Tiss:Qn: + 1819-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.tartrate resistant:PrThr:Pt:XXX:Ord: + 18190-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Prid:24H:Urine:Nom: + 18191-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:PrThr:Pt:Tiss:Ord: + 18195-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:PrThr:Pt:Tiss:Ord: + 18196-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha melanocyte stimulating hormone:MCnc:Pt:Ser/Plas:Qn: + 1820-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10:ACnc:Pt:Ser/Plas:Qn: + 18209-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha naphthylesterase:CCnc:Pt:Ser:Qn: + 1821-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta 5-Pregnanetriol:MCnc:Pt:Urine:Qn: + 18214-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta alanine:MCnc:Pt:Urine:Qn: + 18215-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha thymosin:MCnc:Pt:Ser:Qn: + 1822-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MRat:6H:Urine:Qn: + 18227-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:PrThr:Pt:Tiss:Ord: + 18228-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan sulfate:PrThr:Pt:Ser/Plas:Ord: + 18229-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha tocopherol:MCnc:Pt:Ser/Plas:Qn: + 1823-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrocorticosterone:PrThr:Pt:Urine:Ord: + 18232-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:PrThr:Pt:Unk sub:Ord: + 18234-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Antichymotrypsin:MCnc:Pt:Ser:Qn: + 1824-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niacin:MCnc:Pt:Ser/Plas:Qn: + 18244-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MCnc:Pt:Stool:Qn: + 18246-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MCnc:Pt:Dial fld:Qn: + 18247-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Ser/Plas:Qn: + 1825-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MCnc:Pt:Bld:Qn: + 18250-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MRat:24H:Urine:Qn: + 18253-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MCnc:Pt:Bld:Qn: + 18257-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasoactive intestinal peptide:MRat:24H:Urine:Qn: + 18259-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin.MM:MCnc:Pt:Ser/Plas:Qn: + 1826-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas.ultracentrifugate:Qn: + 18261-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn:Direct assay + 18262-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MCnc:Pt:Ser/Plas.ultracentrifugate:Qn: + 18263-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MCnc:Pt:Ser/Plas:Qn:Incubation.1M + 18264-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin.MS:MCnc:Pt:Ser/Plas:Qn: + 1827-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin fecal clearance:VRat:24H:Ser/Plas+Stool:Qn: + 18271-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin.MZ:MCnc:Pt:Ser/Plas:Qn: + 1828-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^^corrected for total protein:SCnc:Pt:Ser/Plas:Qn: + 18281-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin.SS:MCnc:Pt:Ser/Plas:Qn: + 1829-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:Ser:Ord:Immunofixation + 18299-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin.SZ:MCnc:Pt:Ser/Plas:Qn: + 1830-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:Urine:Ord:Immunofixation + 18300-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:Pt:Ser:Ord:Immunofixation + 18301-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:Pt:Urine:Ord:Immunofixation + 18302-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:Pt:Ser:Ord:Immunofixation + 18303-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:Pt:Urine:Ord:Immunofixation + 18304-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin.ZZ:MCnc:Pt:Ser/Plas:Qn: + 1831-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Amnio fld:Qn: + 1832-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Urine:Qn:Calculated + 18320-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:CSF:Qn: + 1833-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Ser/Plas:Qn: + 1834-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnc:Pt:Platelets:Qn: + 18344-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin:MCnc:Pt:Ser/Plas:Qn: + 1835-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol binding protein:MCnc:Pt:Ser/Plas:Qn: + 1836-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic/Creatinine:MRto:Pt:Urine:Qn: + 18361-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol binding protein:MRat:24H:Urine:Qn: + 18362-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):ACnt:Pt:Tiss:Qn: + 18363-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chondroitin sulfate:MCnc:Pt:Ser:Qn: + 18364-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:Pt:Saliva:Qn: + 18365-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnt:Pt:Tiss:Qn: + 18366-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine.free:MCnc:Pt:Ser/Plas:Qn: + 18367-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SRat:2H:Urine:Qn: + 18368-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SRat:4H:Urine:Qn: + 18369-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylglucosaminidase:CCnc:Pt:Ser/Plas:Qn: + 1837-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrite:MCnc:Pt:Bld:Qn: + 18370-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:6H:Urine:Qn: + 18372-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Riboflavin:MCnc:24H:Urine:Qn: + 18374-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:Pt:Urine:Qn: + 18375-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SRat:6H:Urine:Qn: + 18376-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SRat:12H:Urine:Qn: + 18377-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcortin:MCnc:Pt:CSF:Qn: + 18378-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MRat:6H:Urine:Qn: + 18379-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylglucosaminidase:CCnt:Pt:Tiss:Qn: + 1838-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen decarboxylase:EntCat:Pt:RBC:Qn: + 18380-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen decarboxylase:CCnc:Pt:Bld:Qn: + 18381-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Bld:Qn: + 1839-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:CSF:Qn: + 1840-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Ser:Qn: + 1841-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Urine:Qn: + 1842-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia nitrogen:MRat:24H:Urine:Qn: + 1843-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):MCnc:Pt:Ser/Plas:Qn: + 18436-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acrylylcarnitine (C3:1):MCnc:Pt:Ser/Plas:Qn: + 18437-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3):MCnc:Pt:Ser/Plas:Qn: + 18438-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):MCnc:Pt:Ser/Plas:Qn: + 18439-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonium ion:SCnc:Pt:BldA:Qn: + 1844-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Crotonylcarnitine (C4:1):MCnc:Pt:Ser/Plas:Qn: + 18440-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine (C5):MCnc:Pt:Ser/Plas:Qn: + 18441-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):MCnc:Pt:Ser/Plas:Qn: + 18442-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):MCnc:Pt:Ser/Plas:Qn: + 18443-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH):MCnc:Pt:Ser/Plas:Qn: + 18444-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Benzoylcarnitine (BzCn):MCnc:Pt:Ser/Plas:Qn: + 18445-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC):MCnc:Pt:Ser/Plas:Qn: + 18446-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1):MCnc:Pt:Ser/Plas:Qn: + 18447-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):MCnc:Pt:Ser/Plas:Qn: + 18448-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC):MCnc:Pt:Ser/Plas:Qn: + 18449-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonium ion:SCnc:Pt:Plas:Qn: + 1845-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine (C6-DC):MCnc:Pt:Ser/Plas:Qn: + 18450-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cis-4-decenoylcarnitine (Cis 4 C10:1):MCnc:Pt:Ser/Plas:Qn: + 18451-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):MCnc:Pt:Ser/Plas:Qn: + 18452-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):MCnc:Pt:Ser/Plas:Qn: + 18453-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):MCnc:Pt:Ser/Plas:Qn: + 18454-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):MCnc:Pt:Ser/Plas:Qn: + 18455-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):MCnc:Pt:Ser/Plas:Qn: + 18456-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1):MCnc:Pt:Ser/Plas:Qn: + 18457-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecadienoylcarnitine (C14:2-OH):MCnc:Pt:Ser/Plas:Qn: + 18458-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecenoylcarnitine (C14:1-OH):MCnc:Pt:Ser/Plas:Qn: + 18459-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylo-alpha-1,6-glucosidase:CCnc:Pt:RBC:Qn: + 1846-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):MCnc:Pt:Ser/Plas:Qn: + 18460-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):MCnc:Pt:Ser/Plas:Qn: + 18461-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2):MCnc:Pt:Ser/Plas:Qn: + 18462-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1):MCnc:Pt:Ser/Plas:Qn: + 18463-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH):MCnc:Pt:Ser/Plas:Qn: + 18464-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH):MCnc:Pt:Ser/Plas:Qn: + 18465-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC):MCnc:Pt:Ser/Plas:Qn: + 18466-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid associated protein:MCnc:Pt:Ser:Qn: + 1847-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:SRto:Pt:Urine:Qn: + 18475-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen decarboxylase:PrThr:Pt:RBC:Ord: + 18476-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone:MCnc:Pt:Ser/Plas:Qn: + 1848-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:24H:Urine:Qn: + 18488-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone:MCnc:Pt:Semen:Qn: + 1849-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanediol:MCnc:Pt:Urine:Qn: + 1850-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:Amnio fld:Qn: + 1851-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:BldC:Qn: + 1852-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:Semen:Qn: + 1853-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:Ser/Plas:Qn: + 1854-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:Urine:Qn: + 1855-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:MCnc:Pt:Ser/Plas:Qn: + 1856-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin converting enzyme:CCnc:Pt:Bld:Qn: + 1857-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin I:MCnc:Pt:Plas:Qn: + 1858-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin II:MCnc:Pt:CSF:Qn: + 1859-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin II:MCnc:Pt:Plas:Qn: + 1860-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensinogen:MCnc:Pt:Plas:Qn: + 1861-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:Ser/Plas:Qn: + 1863-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:MCnc:Pt:CSF:Qn: + 1864-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:PrThr:Pt:Ser/Plas:Ord: + 1865-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:MCnc:Pt:Ser/Plas:Qn: + 1866-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:MCnc:Pt:Urine:Qn: + 1867-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A-I:MCnc:Pt:Ser/Plas:Qn: + 1869-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A-II:MCnc:Pt:Ser/Plas:Qn: + 1870-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B-100:MCnc:Pt:Ser/Plas:Qn: + 1871-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B-150:MCnc:Pt:Ser/Plas:Qn: + 1872-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B-48:MCnc:Pt:Ser/Plas:Qn: + 1873-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B/Apolipoprotein A-I:MRto:Pt:Ser/Plas:Qn: + 1874-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein C-I:MCnc:Pt:Ser/Plas:Qn: + 1875-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein C-II:MCnc:Pt:Ser/Plas:Qn: + 1876-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein C-III:MCnc:Pt:Ser/Plas:Qn: + 1877-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A-III:MCnc:Pt:Ser/Plas:Qn: + 1878-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E2:MCnc:Pt:Ser/Plas:Qn: + 1879-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 glycoprotein 1:MCnc:Pt:Ser/Plas:Qn: + 1880-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein LPA:MCnc:Pt:Ser/Plas:Qn: + 1881-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein LPQ:MCnc:Pt:Ser/Plas:Qn: + 1882-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A:MCnc:Pt:Ser/Plas:Qn: + 1883-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B:MCnc:Pt:Ser/Plas:Qn: + 1884-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein C:MCnc:Pt:Ser/Plas:Qn: + 1885-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E:MCnc:Pt:Ser/Plas:Qn: + 1886-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aquacobalamin:MCnc:Pt:Ser/Plas:Qn: + 1888-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate:MCnc:Pt:Ser/Plas:Qn: + 1889-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginase:CCnc:Pt:RBC:Qn: + 1890-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:MCnc:Pt:CSF:Qn: + 1891-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:PrThr:Pt:Ser/Plas:Ord: + 1892-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:MCnc:Pt:Ser/Plas:Qn: + 1893-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:MCnc:Pt:Urine:Qn: + 1894-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:MRat:24H:Urine:Qn: + 1895-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:MCnc:Pt:Ser/Plas:Qn: + 1896-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:MCnc:Pt:Urine:Qn: + 1897-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate lyase:CCnc:Pt:Ser:Qn: + 1898-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate synthase:CCnt:Pt:Tiss:Qn: + 1899-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylamidase:CCnc:Pt:Ser:Qn: + 1900-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylsulfatase:CCnc:Pt:Ser/Plas:Qn: + 1901-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MCnc:Pt:Bld:Qn: + 1902-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MCnc:Pt:Ser/Plas:Qn: + 1903-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:PrThr:Pt:Urine:Ord: + 1904-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:MRat:24H:Urine:Qn: + 19049-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MRat:24H:Urine:Qn: + 1905-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:MCnc:24H:Urine:Qn: + 19050-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:MCnc:Pt:CSF:Qn: + 1906-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:PrThr:Pt:Ser/Plas:Ord: + 1907-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:Ser/Plas:Qn: + 19072-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:SCnc:Pt:Ser/Plas:Qn: + 19074-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:MCnc:Pt:Ser/Plas:Qn: + 1908-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:Ser/Plas:Qn: + 19080-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:MCnc:Pt:Urine:Qn: + 1909-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Electrolytes:Imp:24H:Urine:Nar: + 19096-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:MRat:24H:Urine:Qn: + 1910-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:MCnc:Pt:CSF:Qn: + 1911-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:Ser/Plas:Qn: + 19113-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:PrThr:Pt:Ser/Plas:Ord: + 1912-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Ser/Plas:Qn: + 19123-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Urine:Qn: + 19124-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Meconium:PrThr:Pt:Amnio fld:Ord: + 19125-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:MCnc:Pt:Ser/Plas:Qn: + 1913-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:MCnc:Pt:Urine:Qn: + 1914-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:MRat:24H:Urine:Qn: + 1915-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen comment:Imp:24H:Urine:Nar: + 19158-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase/Alanine aminotransferase:CRto:Pt:Ser/Plas:Qn: + 1916-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Plr fld:Qn: + 19163-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:ACnc:Pt:Plr fld:Qn: + 19164-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Plr fld:Qn: + 19165-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:ACnc:Pt:Ser/Plas:Qn: + 19166-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:SCnc:Pt:Ser/Plas:Qn: + 19167-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:ACnc:Pt:Plr fld:Qn: + 19168-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Plr fld:Qn: + 19169-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Amnio fld:Qn: + 1917-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:SCnc:Pt:Plr fld:Qn: + 19170-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Amnio fld:Qn: + 19171-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Plr fld:Qn: + 19172-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:SCnc:Pt:Plr fld:Qn: + 19173-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:Amnio fld:Qn: + 19174-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:SCnc:Pt:Amnio fld:Qn: + 19175-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Ser/Plas:Qn: + 19176-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:SCnc:Pt:Ser/Plas:Qn: + 19177-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:ACnc:Pt:Amnio fld:Qn: + 19178-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:SCnc:Pt:Amnio fld:Qn: + 19179-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:CSF:Qn: + 1918-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:ACnc:Pt:Ser/Plas:Qn: + 19180-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:ACnc:Pt:Ser/Plas:Qn: + 19182-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:ACnc:Pt:Plr fld:Qn: + 19183-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tissue polypeptide specific Ag:ACnc:Pt:Ser/Plas:Qn: + 19184-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tissue polypeptide specific Ag:ACnc:Pt:Plr fld:Qn: + 19185-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Plr fld:Qn: + 19186-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 27-29:ACnc:Pt:Plr fld:Qn: + 19187-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mucin-like carcinoma associated Ag:ACnc:Pt:Plr fld:Qn: + 19188-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 549:ACnc:Pt:Ser/Plas:Qn: + 19189-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Body fld:Qn: + 1919-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 549:ACnc:Pt:Plr fld:Qn: + 19190-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:ACnc:Pt:Ser/Plas:Qn: + 19193-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:ACnc:Pt:Plr fld:Qn: + 19194-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:ACnc:Pt:Ser/Plas:Qn: + 19195-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:SCnc:Pt:Ser/Plas:Qn: + 19197-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:ACnc:Pt:Semen:Qn: + 19198-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Semen:Qn: + 19199-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Ser/Plas:Qn: + 1920-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:SCnc:Pt:Semen:Qn: + 19200-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:ACnc:Pt:Ser/Plas:Qn: + 19201-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:SCnc:Pt:Ser/Plas:Qn: + 19203-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:ACnc:Pt:Semen:Qn: + 19204-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:Semen:Qn: + 19205-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:SCnc:Pt:Semen:Qn: + 19206-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:ACnc:Pt:Ser/Plas:Qn: + 19207-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:SCnc:Pt:Ser/Plas:Qn: + 19208-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:ACnc:Pt:Plr fld:Qn: + 19209-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Atrial natriuretic factor:MCnc:Pt:BldA:Qn: + 1921-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:SCnc:Pt:Plr fld:Qn: + 19210-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldMV:Qn: + 19211-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldMV:Qn: + 19212-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldMV:Qn: + 19213-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^saturation adjusted to 0.5:PPres:Pt:BldA:Qn: + 19214-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^saturation adjusted to 0.5:PPres:Pt:BldC:Qn: + 19215-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^saturation adjusted to 0.5:PPres:Pt:BldV:Qn: + 19216-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^saturation adjusted to 0.5:PPres:Pt:BldMV:Qn: + 19217-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:BldA:Qn: + 19218-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:BldC:Qn: + 19219-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldA:Qn: + 1922-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:BldV:Qn: + 19220-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:BldMV:Qn: + 19221-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldMV:Qn: + 19223-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldMV:Qn: + 19229-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldC:Qn: + 1923-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldA:Qn: + 19230-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldC:Qn: + 19231-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldV:Qn: + 19232-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldMV:Qn: + 19233-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldMV:Qn:Calculated + 19234-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldA:Qn:Calculated + 19235-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldC:Qn:Calculated + 19236-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldV:Qn:Calculated + 19237-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldMV:Qn:Calculated + 19238-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:BldC:Qn: + 19239-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldV:Qn: + 1924-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:BldMV:Qn: + 19240-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2:CCnc:Pt:Ser/Plas:Qn:Electrophoresis + 19248-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldA:Qn:Calculated + 1925-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:MCnc:Pt:Plr fld:Qn: + 19250-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:Bld:Qn: + 19254-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldA:Qn: + 19255-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldC:Qn: + 19256-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldMV:Qn: + 19257-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldV:Qn: + 19258-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldC:Qn:Calculated + 1926-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldV:Qn:Calculated + 1927-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:PrThr:Pt:Urine:Ord: + 1928-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:MCnc:Pt:Urine:Qn: + 1929-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:PrThr:Pt:Ser/Plas:Ord: + 1931-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:MCnc:Pt:Ser/Plas:Qn: + 1932-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:MCnc:Pt:Urine:Qn: + 1933-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:PrThr:Pt:Plas:Ord: + 1934-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:MCnc:Pt:Plas:Qn: + 1935-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:MCnc:Pt:Urine:Qn: + 1936-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta endorphin:MCnc:Pt:Ser/Plas:Qn: + 1937-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta fructofuranosidase:CCnc:Pt:RBC:Qn: + 1938-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta fructofuranosidase:CCnc:Pt:Ser:Qn: + 1939-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnc:Pt:RBC:Qn: + 1940-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnc:Pt:Ser/Plas:Qn: + 1941-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnt:Pt:Tiss:Qn: + 1942-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnc:Pt:WBC:Qn: + 1943-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnt:Pt:Tiss:Qn: + 1944-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnc:Pt:Urine:Qn: + 1945-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:MCnc:Pt:CSF:Qn: + 1946-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:MCnc:Pt:Urine:Qn: + 1947-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate dehydrogenase:CCnc:Pt:Ser/Plas:Qn: + 1948-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta lipotropin:MCnc:Pt:Ser/Plas:Qn: + 1949-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta melanocyte stimulating hormone:MCnc:Pt:Ser/Plas:Qn: + 1950-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:CSF:Qn: + 1951-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Ser/Plas:Qn: + 1952-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Urine:Qn: + 1953-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnc:Pt:Ser/Plas:Qn: + 1954-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnt:Pt:Tiss:Qn: + 1955-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:CCnc:Pt:Ser/Plas:Qn: + 1956-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B:CCnc:Pt:Ser/Plas:Qn: + 1957-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.I:CCnc:Pt:Ser:Qn: + 1958-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Bld:Qn: + 1959-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldA:Qn: + 1960-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldC:Qn: + 1961-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Plas:Qn: + 1962-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Ser/Plas:Qn: + 1963-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Urine:Qn: + 1964-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile:PrThr:Pt:Stool:Ord: + 1965-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:MCnc:Pt:Exhl gas:Qn: + 1966-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:MCnc:Pt:Ser:Qn: + 1967-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MCnc:Pt:Ser/Plas:Qn: + 1968-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 1969-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.albumin bound:MCnc:Pt:Ser/Plas:Qn: + 1970-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:MCnc:Pt:Ser/Plas:Qn: + 1971-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Amnio fld:Qn: + 1972-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:CSF:Qn: + 1973-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Body fld:Qn: + 1974-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Ser/Plas:Qn: + 1975-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:Stool:Ord: + 1976-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:Urine:Ord: + 1977-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Urine:Qn: + 1978-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biopterin:MCnc:24H:Urine:Qn: + 1979-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotin:MCnc:Pt:Ser/Plas:Qn: + 1980-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:PrThr:Pt:Bld:Ord: + 1981-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:CCnc:Pt:Ser/Plas:Qn: + 1982-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:MCnc:Pt:Ser/Plas:Qn: + 1986-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:MCnc:Pt:Urine:Qn: + 1987-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:Ser/Plas:Qn: + 1988-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol:MCnc:Pt:Ser/Plas:Qn: + 1989-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholecalciferol:MCnc:Pt:Ser/Plas:Qn: + 1990-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calciferol binding proteins:MCnc:Pt:Ser:Qn: + 1991-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitonin:MCnc:Pt:Ser/Plas:Qn: + 1992-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 1993-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Bld:Qn: + 1994-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Ser/Plas:Qn: + 1995-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Bld:Qn: + 1996-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:CSF:Qn: + 1997-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Dial fld:Qn: + 1998-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Semen:Qn: + 1999-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Ser/Plas:Qn: + 2000-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:24H:Stool:Qn: + 2001-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Stool:Qn: + 2002-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Urine:Ord: + 2003-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Urine:Qn: + 2004-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:PrThr:Pt:Ser/Plas:Ord: + 2006-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:PrThr:Pt:Ser/Plas:Ord: + 2007-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-5:ACnc:Pt:Ser/Plas:Ord: + 2008-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:PrThr:Pt:Ser/Plas:Ord: + 2009-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Ser/Plas:Ord: + 2010-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 242:PrThr:Pt:Ser/Plas:Ord: + 2011-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 27-29:PrThr:Pt:Ser/Plas:Ord: + 2012-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 50:PrThr:Pt:Ser/Plas:Ord: + 2013-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 549:PrThr:Pt:Ser/Plas:Ord: + 2014-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:PrThr:Pt:Ser/Plas:Ord: + 2015-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbamoyl phosphate synthetase:CCnc:Pt:Ser:Qn: + 2016-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbamoyl phosphate synthetase(ammonia):CCnt:Pt:Tiss:Qn: + 2017-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:Amnio fld:Qn: + 2018-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldA:Qn: + 2019-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldC:Qn: + 2020-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldV:Qn: + 2021-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:CSF:Qn: + 2022-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:Body fld:Qn: + 2023-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide.dissolved:SCnc:Pt:Plas:Qn: + 2024-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide.dissolved:SCnc:Pt:RBC:Qn: + 2025-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldA:Qn: + 2026-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldV:Qn: + 2027-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Ser/Plas:Qn: + 2028-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin:SFr:Pt:RBC:Ord: + 2029-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldA:Qn: + 2030-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldC:Qn: + 2031-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldV:Qn: + 2032-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonate:MCnc:Pt:BldA:Qn: + 2033-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonate:MCnc:Pt:BldV:Qn: + 2034-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonate:MCnc:Pt:Plas:Qn: + 2035-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonate dehydratase:CCnc:Pt:RBC:Qn: + 2036-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:CSF:Qn: + 2037-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Semen:Qn: + 2038-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Ser/Plas:Qn: + 2039-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibronectin.fetal:MCnc:Pt:Vag:Qn: + 20403-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibronectin.fetal:PrThr:Pt:Vag:Ord: + 20404-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase:CCnc:Pt:Ser/Plas:Qn: + 2041-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:Ser/Plas:Qn:EIA.3rd IS + 20415-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:Pt:Ser/Plas:Qn:1st IRP + 20419-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):PrThr:Pt:Ser/Plas:Ord: + 2042-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:MCnc:Pt:Ser:Qn: + 20420-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Ser/Plas:Qn: + 20422-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bile:CCnc:Pt:Ser/Plas:Qn: + 20426-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):MCnc:Pt:Ser/Plas:Qn: + 2043-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ACnc:Pt:Ser/Plas:Qn:2nd IRP + 20433-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:ACnc:Pt:Ser/Plas:Qn:3rd IS + 20434-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:MCnc:Pt:Semen:Qn: + 2044-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:ACnc:Pt:Ser/Plas:Qn: + 20448-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:PrThr:Pt:Ser/Plas:Ord: + 2045-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MoM:Pt:Ser/Plas:Qn: + 20450-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:PrThr:Pt:Bld:Ord: + 20451-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:PrThr:Pt:Bld:Ord: + 20452-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:MCnc:Pt:Ser/Plas:Qn: + 2046-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:MoM:Pt:Ser/Plas:Qn: + 20465-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated:MoM:Pt:Ser/Plas:Qn: + 20466-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine:SCnc:Pt:Ser/Plas:Qn: + 20468-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:MCnc:Pt:Urine:Qn: + 2047-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine/Creatinine:MRto:Pt:Ser/Plas:Qn: + 2048-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:PrThr:Pt:Ser/Plas:Ord: + 2049-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylglycerol/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 20499-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:MCnc:Pt:Ser/Plas:Qn: + 2050-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:MCnc:Pt:Urine:Qn: + 2051-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein pattern:Imp:Pt:Ser/Plas:Nom:Electrophoresis + 20510-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:Imp:Pt:Urine:Nom: + 20511-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carotene:MCnc:Pt:Bld:Qn: + 2052-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carotene:MCnc:Pt:Ser/Plas:Qn: + 2053-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catalase:CCnc:Pt:RBC:Qn: + 2054-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:MCnc:Pt:Bld:Qn: + 2055-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:MCnc:Pt:Plas:Qn: + 2056-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:Bld:Qn: + 20563-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Bld:Qn: + 20565-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:MCnc:Pt:Ser/Plas:Qn:IA + 20567-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:MCnc:Pt:Ser/Plas:Qn:IA + 20568-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn: + 20569-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:MCnc:Pt:Urine:Qn: + 2057-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:PrThr:Pt:Bld:Ord: + 20576-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 20577-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:MRat:24H:Urine:Qn: + 2058-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:PrThr:Pt:Ser/Plas:Ord: + 2059-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnt:Pt:Tiss:Qn: + 2060-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnc:Pt:Urine:Qn: + 2061-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:PrThr:Pt:WBC:Ord: + 2062-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:PrThr:Pt:Urine:Ord:Test strip + 20621-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:24H:Urine:Qn: + 20622-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MCnc:24H:Urine:Qn: + 20623-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:24H:Urine:Qn: + 20624-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnc:Pt:WBC:Qn: + 2063-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:Ser/Plas:Qn: + 20633-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Ser/Plas:Qn: + 20634-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:Ser/Plas:Qn: + 20635-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Ser/Plas:Qn: + 20636-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:Ser/Plas:Qn: + 20637-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:Pt:Ser/Plas:Qn: + 20638-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Ser/Plas:Qn: + 20639-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceruloplasmin:MCnc:Pt:Ser/Plas:Qn: + 2064-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:Ser/Plas:Qn: + 20640-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteine:SCnc:Pt:Ser/Plas:Qn: + 20641-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Ser/Plas:Qn: + 20642-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:Ser/Plas:Qn: + 20643-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:Ser/Plas:Qn: + 20644-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:Ser/Plas:Qn: + 20645-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:Ser/Plas:Qn: + 20646-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:Ser/Plas:Qn: + 20647-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:Ser/Plas:Qn: + 20648-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:Ser/Plas:Qn: + 20649-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chenodeoxycholate:MCnc:Pt:Ser:Qn: + 2065-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:Ser/Plas:Qn: + 20650-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:Ser/Plas:Qn: + 20651-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:Ser/Plas:Qn: + 20652-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Ser/Plas:Qn: + 20653-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SCnc:Pt:Ser/Plas:Qn: + 20654-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:Ser/Plas:Qn: + 20655-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:Ser/Plas:Qn: + 20656-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:Ser/Plas:Qn: + 20657-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:Ser/Plas:Qn: + 20658-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:Ser/Plas:Qn: + 20659-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chenodeoxycholylglycine:MCnc:Pt:Ser:Qn: + 2066-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:Ser/Plas:Qn: + 20660-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:Ser/Plas:Qn: + 20661-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chenodeoxycholylglycine.conjugated:MCnc:Pt:Ser:Qn: + 2067-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Imp:Pt:Ser/Plas:Nom: + 20671-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Amnio fld:Qn: + 2068-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha tocopherol:MCnt:Pt:Tiss:Qn: + 20681-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:Urine:Qn: + 20682-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:Ingesta:Qn: + 20683-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:Ser:Qn: + 20684-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Bld:Qn: + 2069-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:CSF:Qn: + 2070-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Dial fld:Qn: + 2071-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Body fld:Qn: + 2072-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:RBC:Qn: + 2073-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Saliva:Qn: + 2074-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Ser/Plas:Qn: + 2075-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnt:Pt:Brain:Qn: + 20758-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnt:Pt:Stool:Qn: + 2076-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Sweat:Qn: + 2077-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Urine:Qn: + 2078-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SRat:24H:Urine:Qn: + 2079-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholate:MCnc:Pt:Ser:Qn: + 2080-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholecystokinin:MCnc:Pt:Plas:Qn: + 2081-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholestanol:MCnc:Pt:Ser/Plas:Qn: + 2082-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esterase:CCnc:Pt:Ser:Qn: + 2083-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:MCnt:Pt:Tiss:Qn: + 20831-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esters:MCnc:Pt:Ser/Plas:Qn: + 2084-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MCnc:Pt:Ser/Plas:Qn: + 2085-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.bovine:MCnc:Pt:Ser:Qn:Immune diffusion + 20855-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.equine:MCnc:Pt:Body Fld^Fetus:Qn:Immune diffusion + 20856-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.equine:MCnc:Pt:Col:Qn:Immune diffusion + 20857-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MCnc:Pt:Ser/Plas:Qn: + 2086-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL:MCnc:Pt:Ser/Plas:Qn: + 2087-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Ocular fld:Qn: + 20872-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL:MCnc:Pt:Ser/Plas:Qn: + 2088-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn: + 2089-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn: + 2090-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:MCnc:Pt:Ser/Plas:Qn: + 2091-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:MCnc:Pt:Ser/Plas:Qn: + 2092-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnt:Pt:Tiss:Qn: + 20927-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnt:Pt:Plant:Qn: + 20928-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Ser/Plas:Qn: + 2093-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.non-esterified:MCnc:Pt:Ser/Plas:Qn: + 2094-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Ser/Plas:Qn: + 20941-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol:MCnt:Pt:Liver:Qn: + 20946-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol:MCnt:Pt:Feed:Qn: + 20947-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol:MCnt:Pt:Tiss:Qn: + 20948-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL/Cholesterol.total:MRto:Pt:Ser/Plas:Qn: + 2095-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol/Triglyceride:MRto:Pt:Ser/Plas:Qn: + 2096-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:Amnio fld:Qn: + 2097-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:Pt:Gast fld:Qn: + 20973-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:Pt:Ser/Plas:Qn: + 20974-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Bld:Qn: + 20977-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Gast fld:Qn: + 20978-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnt:Pt:Feed:Qn: + 20979-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:Ser/Plas:Qn: + 2098-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:RBC:Qn: + 2099-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:Imp:Pt:Ser/Plas:Nom: + 20994-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholylglycine:MCnc:Pt:Ser:Qn: + 2100-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholylglycine.conjugated:MCnc:Pt:Ser:Qn: + 2101-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:MCnc:24H:Urine:Qn: + 21019-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chondroitin sulfate:MCnc:Pt:Urine:Qn: + 2102-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:Imp:24H:Urine:Nom: + 21028-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriomammotropin:MCnc:Pt:Amnio fld:Qn: + 2103-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol^evening specimen:MCnc:Pt:Ser/Plas:Qn: + 21034-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol^morning specimen:MCnc:Pt:Ser/Plas:Qn: + 21035-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:MRat:24H:Urine:Qn: + 21036-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenolone:MRat:24H:Urine:Qn: + 21037-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids:MCnc:24H:Urine:Qn: + 21038-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycortisol:MCnc:24H:Urine:Qn: + 21039-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriomammotropin:MCnc:Pt:Ser:Qn: + 2104-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate/Creatinine:MCrto:Pt:Urine:Qn: + 21040-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanedioate/Creatinine:MRto:Pt:Urine:Qn: + 21041-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoate/Creatinine:MRto:Pt:Urine:Qn: + 21042-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:MCnc:24H:Urine:Qn: + 21043-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Alpha tetrahydrocortisol:MRat:24H:Urine:Qn: + 21044-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:SCnc:Pt:Semen:Qn: + 2105-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic.nephrogenous:SCnc:Pt:Urine+Ser/Plas:Qn: + 21052-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine+Cystine+Histidine+Homocysteine+Leucine+Phenylalanine+Tyrosine:PrThr:Pt:Urine:Ord: + 21056-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine+Histidine+Leucine+Phenylalanine+Tyrosine:PrThr:Pt:Ser/Plas:Ord: + 21057-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin^2H post peritoneal dialysis:MCnc:Pt:Ser/Plas:Qn: + 21058-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:24H:Urine:Qn: + 21059-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin (pregnancy test):PrThr:Pt:Urine:Ord: + 2106-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnc:Pt:Amnio fld:Qn: + 21064-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:SCnc:Pt:Urine:Qn: + 2107-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.alpha subunit:PrThr:Pt:Ser/Plas:Ord: + 2108-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.alpha subunit:SCnc:Pt:Ser/Plas:Qn: + 2109-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit (pregnancy test):PrThr:Pt:Ser/Plas:Ord: + 2110-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:SCnc:Pt:Ser/Plas:Qn: + 2111-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B/Beta-N-acetylhexosaminidase.total:CFr:Pt:Bld:Qn: + 21110-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B/Beta-N-acetylhexosaminidase.total:CFr:Pt:Ser/Plas:Qn: + 21111-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit (pregnancy test):PrThr:Pt:Urine:Ord: + 2112-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:MRat:24H:Urine:Qn: + 2113-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:SCnc:Pt:Urine:Qn: + 2114-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:SCnc:Pt:Ser/Plas:Qn: + 2115-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:PrThr:Pt:Ser/Plas:Ord: + 2116-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:SCnc:Pt:Ser/Plas:Qn: + 2117-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin (pregnancy test):PrThr:Pt:Ser/Plas:Ord: + 2118-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:SCnc:Pt:Ser/Plas:Qn: + 2119-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:24H:Urine:Qn: + 21194-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esters/Cholesterol.total:MFr:Pt:Ser/Plas:Qn: + 21197-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:Ser/Plas:Qn: + 21198-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:MCnc:Pt:Ser/Plas:Qn: + 2120-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MCnc:24H:Urine:Qn: + 21203-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:PrThr:Pt:Ser/Plas:Ord: + 2121-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide:SCnc:Pt:Ser:Qn: + 21215-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide/Creatinine:SRto:24H:Urine:Qn: + 21216-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymopapain:MCnc:Pt:Ser:Qn: + 2122-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymotrypsin:CCnc:Pt:Body fld:Qn: + 2123-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:BldA:Qn: + 21232-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymotrypsin:MCnc:Pt:Ser/Plas:Qn: + 2124-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MRat:XXX:Stool:Qn: + 21242-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dolichol:MCnc:Pt:Urine:Qn: + 21249-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymotrypsin:MCnt:Pt:Stool:Qn: + 2125-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MCnc:Pt:Semen:Qn: + 2126-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MRat:24H:Urine:Qn: + 21263-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated^^adjusted:MoM:Pt:Ser/Plas:Qn: + 21264-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated^^unadjusted:MoM:Pt:Ser/Plas:Qn: + 21265-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MCnc:Pt:Ser/Plas:Qn: + 2127-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MCnc:Pt:Urine:Qn: + 2128-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:PrThr:Pt:Ser/Plas:Ord: + 2129-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:MCnc:Pt:Ser/Plas:Qn: + 2130-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:24H:Urine:Qn: + 21305-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MRat:8H:Urine:Qn: + 21306-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MRat:10H:Urine:Qn: + 21307-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:MCnc:Pt:Urine:Qn: + 2131-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins:MCnc:Pt:Ser/Plas:Qn: + 2132-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase A & B:Imp:Pt:Bld:Nom: + 21328-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagenase:CCnc:Pt:Ser:Qn: + 2133-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SCnc:Pt:RBC:Qn: + 2134-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:CSF:Ord:Immunofixation + 21349-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MRat:24H:Stool:Qn: + 2135-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:Pt:CSF:Ord:Immunofixation + 21350-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:Pt:CSF:Ord:Immunofixation + 21351-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:PrThr:Pt:Urine:Ord: + 2136-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leptin:MCnc:Pt:Ser/Plas:Qn: + 21365-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MRat:24H:Urine:Qn: + 2137-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Bld:Qn: + 21377-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrinogen oxidase:CCnc:Pt:Ser:Qn: + 2138-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:MRat:24H:Urine:Qn: + 21380-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticosterone:MCnc:Pt:Ser/Plas:Qn: + 2139-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:MCnc:Pt:Amnio fld:Qn: + 2140-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:MCnc:Pt:Plas:Qn: + 2141-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnc:Pt:Urine:Qn: + 21413-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:Pt:Saliva:Qn: + 2142-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:MCnc:24H:Urine:Qn: + 21422-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:Pt:Ser/Plas:Qn: + 2143-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osteocalcin.bovine:MCnc:Pt:Ser/Plas:Qn: + 21435-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:Pt:Urine:Qn: + 2144-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:Pt:Ser/Plas:Qn: + 2145-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:24H:Urine:Qn: + 21458-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:Pt:Ser/Plas:Qn: + 2146-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MRat:24H:Urine:Qn: + 2147-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:24H:Urine:Qn: + 21476-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:MCnc:Pt:Ser/Plas:Qn: + 2148-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:24H:Urine:Qn: + 21482-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:MCnc:Pt:Urine:Qn: + 2149-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:MRat:24H:Urine:Qn: + 2150-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:CCnc:Pt:CSF:Qn: + 2151-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.BB:CCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2152-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:24H:Urine:Qn: + 21525-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MCnc:24H:Urine:Qn: + 21526-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MRat:24H:Urine:Qn: + 21527-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.macromolecular:CCnc:Pt:Ser/Plas:Qn: + 2153-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid sphingomyelinase:CCnc:Pt:Bld:Qn: + 21536-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:CCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2154-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MM:CCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2155-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone^^adjusted for sex hormone binding globulin:MCnc:Pt:Ser/Plas:Qn: + 21555-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:CCnc:Pt:Amnio fld:Qn: + 2156-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CCnc:Pt:RBC:Qn: + 21563-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate:MCnc:Pt:Ser/Plas:Qn: + 21564-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:CCnc:Pt:Ser/Plas:Qn: + 2157-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.asialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 21572-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.disialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 21573-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.monosialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 21574-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.pentasialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 21575-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.tetrasialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 21576-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.trisialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 21577-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.total/Creatine kinase.MB:CRto:Pt:Ser/Plas:Qn: + 2158-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptase:MCnc:Pt:Ser/Plas:Qn: + 21582-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:24H:Urine:Qn: + 21587-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MCnt:Pt:Stool:Qn: + 21588-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Amnio fld:Qn: + 2159-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Ser/Plas:Qn: + 2160-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Urine:Qn: + 2161-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:24H:Urine:Qn: + 2162-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:12H:Urine+Ser/Plas:Qn: + 2163-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2164-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:MCnc:Pt:Bld:Qn: + 2165-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:MCnc:Pt:Bld:Qn: + 2166-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser/Plas:Ord: + 2167-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:MCnc:Pt:Ser/Plas:Qn: + 2168-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2169-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + Cyanocobalamin.true:MCnc:Pt:Ser:Qn: + 2170-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins.unsaturated binding capacity:MCnc:Pt:Ser/Plas:Qn: + 2171-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:PrThr:Pt:Ser/Plas:Ord: + 2172-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:MCnc:Pt:Ser/Plas:Qn: + 2173-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:MCnc:Pt:Urine:Qn: + 2174-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:PrThr:Pt:Bld:Ord: + 2175-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:PrThr:Pt:Ser/Plas:Ord: + 2176-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:MCnc:Pt:Ser/Plas:Qn: + 2177-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:MCnc:Pt:Urine:Qn: + 2178-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:MRat:24H:Urine:Qn: + 2179-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine+Cysteine:MCnc:Pt:Ser/Plas:Qn: + 2180-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystinyl aminopeptidase:CCnc:Pt:Ser:Qn: + 2181-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome B reductase:CCnc:Pt:Amnio fld:Qn: + 2182-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome B5 reductase:CCnc:Pt:Ser:Qn: + 2183-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnc:Pt:Plas:Qn: + 2184-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnc:Pt:Platelets:Qn: + 2185-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnc:Pt:WBC:Qn: + 2186-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosol aminopeptidase:CCnc:Pt:Ser/Plas:Qn: + 2187-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosol aminopeptidase:PrThr:Pt:Urine:Ord: + 2188-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosol aminopeptidase:CCnc:Pt:Urine:Qn: + 2189-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:MCnc:Pt:Amnio fld:Qn: + 2190-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:MCnc:Pt:Ser/Plas:Qn: + 2191-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:MRat:24H:Urine:Qn: + 2192-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MCnc:Pt:Ser/Plas:Qn: + 2193-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:PrThr:Pt:Urine:Ord: + 2194-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MCnc:Pt:Urine:Qn: + 2195-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone.unconjugated:MCnc:Pt:Ser/Plas:Qn: + 2196-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone.unconjugated:MRat:24H:Urine:Qn: + 2197-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:MCnc:Pt:Plas:Qn: + 2198-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:MCnc:Pt:Ser:Qn: + 2199-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:MRat:24H:Urine:Qn: + 2200-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxycholate:MCnc:Pt:Ser:Qn: + 2201-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxycholylglycine:MCnc:Pt:Ser:Qn: + 2202-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dermatan sulfate:MCnc:Pt:Ser/Plas:Qn: + 2203-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dermatan sulfate:MCnc:Pt:Urine:Qn: + 2204-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + Diacetate:MCnc:Pt:Ser:Qn: + 2205-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxylate C6-C8-C10:MCnc:Pt:Ser:Qn: + 2206-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:Pt:Urine:Qn: + 22064-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxylate C6-C8-C10:MCnc:Pt:Urine:Qn: + 2207-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydrofolate:MCnc:Pt:Ser:Qn: + 2209-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydrolipoamide acetyl transferase:CCnt:Pt:Tiss:Qn: + 2210-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydrolipoamide dehydrogenase:CCnt:Pt:Tiss:Qn: + 2211-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydropteridine reductase:CCnc:Pt:Ser:Qn: + 2212-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dipalmitoylphosphatidylcholine:MCnc:Pt:Ser:Qn: + 2215-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:MCnc:Pt:Ser/Plas:Qn: + 2216-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:MCnc:Pt:Urine:Qn: + 2217-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:MRat:24H:Urine:Qn: + 2218-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dopamine beta-hydroxylase:CCnc:Pt:Ser/Plas:Qn: + 2219-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.pancreatic.free:CCnc:Pt:Ser:Qn: + 2220-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.pancreatic:CCnc:Pt:Ser:Qn: + 2221-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.pancreatic 2:CCnc:Pt:Ser:Qn: + 2222-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.leukocyte:CCnc:Pt:Plas:Qn: + 2223-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase:CCnc:Pt:Ser:Qn: + 2224-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:CCnc:Pt:Ser/Plas:Qn: + 2225-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enteroglucagon:MCnc:Pt:Ser:Qn: + 2226-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enteropeptidase:CCnc:Pt:Plas:Qn: + 2227-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epiandrosterone:MCnc:Pt:Ser/Plas:Qn: + 2229-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:MCnc:Pt:Plas:Qn: + 2230-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:MCnc:Pt:Ser:Qn: + 2231-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:MRat:24H:Urine:Qn: + 2232-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epitestosterone:MCnc:Pt:Ser/Plas:Qn: + 2233-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epitestosterone:PrThr:Pt:Urine:Ord: + 2234-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epitestosterone:MCnc:Pt:Urine:Qn: + 2235-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calciferol:MCnc:Pt:Ser/Plas:Qn: + 2236-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythropoietin:MCnc:Pt:Ser/Plas:Qn: + 2237-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Saliva:Qn: + 2238-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Semen:Qn: + 2239-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.free:MCnc:Pt:Ser/Plas:Qn: + 2240-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.free:SCnt:Pt:Tiss:Qn: + 2241-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.free:MCnc:Pt:Ser/Plas:Qn: + 2242-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Ser/Plas:Qn: + 2243-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Saliva:Qn: + 2244-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnt:Pt:Tiss:Qn: + 2245-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.unconjugated:MRat:24H:Urine:Qn: + 2246-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.conjugated:MCnc:Pt:Ser/Plas:Qn: + 2247-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MCnc:Pt:Amnio fld:Qn: + 2248-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated:MCnc:Pt:Amnio fld:Qn: + 2249-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated:MCnc:Pt:Ser/Plas:Qn: + 2250-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MCnc:Pt:Ser/Plas:Qn: + 2251-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MCnc:Pt:Urine:Qn: + 2252-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MRat:24H:Urine:Qn: + 2253-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:MCnc:Pt:Ser/Plas:Qn: + 2254-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:MCnc:Pt:Urine:Qn: + 2255-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:MRat:24H:Urine:Qn: + 2256-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MCnc:Pt:Semen:Qn: + 2257-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MCnc:Pt:Ser/Plas:Qn: + 2258-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MCnc:Pt:Urine:Qn: + 2259-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone.unconjugated:MCnc:Pt:Amnio fld:Qn: + 2260-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone.unconjugated:MCnc:Pt:Ser/Plas:Qn: + 2261-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone.unconjugated:MRat:24H:Urine:Qn: + 2262-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:MCnc:Pt:Ser/Plas:Qn: + 2263-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:MCnc:Pt:Urine:Qn: + 2264-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:CSF:Qn: + 22641-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:CSF:Qn: + 22642-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:CSF:Qn: + 22643-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:CSF:Qn: + 22644-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:CSF:Qn: + 22645-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:CSF:Qn: + 22646-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:CSF:Qn: + 22647-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:CSF:Qn: + 22648-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:CSF:Qn: + 22649-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate:MCnc:Pt:Urine:Qn: + 2265-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:CSF:Qn: + 22650-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:CSF:Qn: + 22651-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:CSF:Qn: + 22652-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:CSF:Qn: + 22653-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:CSF:Qn: + 22654-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:CSF:Qn: + 22655-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:CSF:Qn: + 22656-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:CSF:Qn: + 22657-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:CSF:Qn: + 22658-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:CSF:Qn: + 22659-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:PrThr:Pt:Urine:Ord: + 2266-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:CSF:Qn: + 22660-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SCnc:Pt:Ser/Plas:Qn: + 22661-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SCnc:Pt:Ser/Plas:Qn: + 22662-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:SCnc:Pt:Ser/Plas:Qn: + 22663-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Ser/Plas:Qn: + 22664-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.albumin bound:SCnc:Pt:Ser/Plas:Qn: + 22665-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.nonesterified:SCnc:Pt:Ser/Plas:Qn: + 22667-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Ser/Plas:Qn: + 22669-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:MCnc:Pt:Urine:Qn: + 2267-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:Ser/Plas:Qn: + 22670-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytanate:SCnc:Pt:Ser/Plas:Qn: + 22671-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:Ser/Plas:Qn: + 22672-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:Ser/Plas:Qn: + 22673-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin:SCnc:Pt:Ser/Plas:Qn: + 22674-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin converting enzyme:CCnc:Pt:Ser/Plas:Qn: + 22675-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:PrThr:Pt:Ser/Plas:Ord: + 22676-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Ser/Plas:Qn: + 22677-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Creatinine:SRto:Pt:Urine:Qn: + 22679-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:MRat:24H:Urine:Qn: + 2268-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Creatinine:SRto:Pt:Urine:Qn: + 22681-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Creatinine:SRto:Pt:Urine:Qn: + 22682-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:SCrto:Pt:Urine:Qn: + 22683-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Creatinine:SRto:Pt:Urine:Qn: + 22684-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Creatinine:SRto:Pt:Urine:Qn: + 22685-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:SRat:24H:Urine:Qn: + 22686-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Creatinine:SRto:Pt:Urine:Qn: + 22687-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Creatinine:SRto:Pt:Urine:Qn: + 22688-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Creatinine:SRto:Pt:Urine:Qn: + 22690-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Creatinine:SRto:Pt:Urine:Qn: + 22691-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Creatinine:SRto:Pt:Urine:Qn: + 22692-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Creatinine:SRto:Pt:Urine:Qn: + 22693-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Creatinine:SRto:Pt:Urine:Qn: + 22694-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine/Creatinine:SRto:Pt:Urine:Qn: + 22695-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Creatinine:SRto:Pt:Urine:Qn: + 22697-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Creatinine:SRto:Pt:Urine:Qn: + 22698-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine/Creatinine:SRto:Pt:Urine:Qn: + 22699-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:PrThr:Pt:Stool:Ord: + 2270-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Urine:Qn: + 22700-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Creatinine:SRto:Pt:Urine:Qn: + 22703-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Creatinine:SRto:Pt:Urine:Qn: + 22704-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Creatinine:SRto:Pt:Urine:Qn: + 22706-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine/Creatinine:SRto:Pt:Urine:Qn: + 22707-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate/Creatinine:SRto:Pt:Urine:Qn: + 22708-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Creatinine:SRto:Pt:Urine:Qn: + 22709-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MRat:72H:Stool:Qn: + 2271-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine/Creatinine:SRto:Pt:Urine:Qn: + 22710-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Creatinine:SRto:Pt:Urine:Qn: + 22711-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:SCnc:Pt:Urine:Qn: + 22712-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:XXX:Qn: + 22713-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:XXX:Qn: + 22714-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:XXX:Qn: + 22715-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:XXX:Qn: + 22716-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:XXX:Qn: + 22717-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:XXX:Qn: + 22718-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:XXX:Qn: + 22719-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:PrThr:Pt:Urine:Ord: + 2272-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:XXX:Qn: + 22720-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:XXX:Qn: + 22721-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:XXX:Qn: + 22722-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:XXX:Qn: + 22723-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:XXX:Qn: + 22724-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:XXX:Qn: + 22725-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:XXX:Qn: + 22726-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:XXX:Qn: + 22727-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:XXX:Qn: + 22728-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:XXX:Qn: + 22729-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.esterified:MCnc:Pt:Bld:Qn: + 2273-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:XXX:Qn: + 22730-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:XXX:Qn: + 22731-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:XXX:Qn: + 22733-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:XXX:Qn: + 22735-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:XXX:Qn: + 22737-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:XXX:Qn: + 22738-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:XXX:Qn: + 22739-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.nonesterified:MCnc:Pt:Plas:Qn: + 2274-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:XXX:Qn: + 22740-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:XXX:Qn: + 22741-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:XXX:Qn: + 22743-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:SCnc:Pt:Ser/Plas:Qn: + 22748-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic:CCnc:Pt:Urine:Qn: + 22749-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:MCnc:Pt:Ser/Plas:Qn: + 2275-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron binding capacity.unsaturated:SCnc:Pt:Ser/Plas:Qn: + 22753-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + Dibucaine number:ACnc:Pt:Ser:Qn: + 22754-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:MRat:24H:Urine:Qn: + 22757-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:MCnc:Pt:Ser/Plas:Qn: + 2276-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnc:Pt:Ser/Plas:Qn: + 22760-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pristanate:SCnc:Pt:Ser/Plas:Qn: + 22761-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:Plas:Qn: + 22763-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferrochelatase:CCnc:Pt:Ser:Qn: + 2277-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibronectin:MCnc:Pt:Plas:Qn: + 2280-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flavin adenine dinucleotide:MCnc:Pt:Ser:Qn: + 2281-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:MCnc:Pt:Bld:Qn: + 2282-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:MCnc:Pt:RBC:Qn: + 2283-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:MCnc:Pt:Ser/Plas:Qn: + 2284-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:SCnc:Pt:Semen:Qn: + 2285-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:SCnc:Pt:Ser/Plas:Qn: + 2286-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:MRat:24H:Urine:Qn: + 2287-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin.alpha subunit:SCnc:Pt:Ser/Plas:Qn: + 2288-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin.beta subunit:SCnc:Pt:Ser/Plas:Qn: + 2289-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin/Lutropin:SRto:Pt:Ser/Plas:Qn: + 2290-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructokinase:CCnc:Pt:Ser:Qn: + 2293-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructosamine:CCnc:Pt:Ser:Qn: + 2294-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:MCnc:Pt:Semen:Qn: + 2295-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:MCnc:Pt:Ser:Qn: + 2296-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:MRat:24H:Urine:Qn: + 2297-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Ser:Qn: + 2298-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:RBC:Qn: + 2299-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Ser:Qn: + 2300-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Bld:Qn: + 2301-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarase:CCnc:Pt:Ser:Qn: + 2302-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarate:MCnc:Pt:Urine:Qn: + 2303-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarylacetoacetate:MCnc:Pt:Ser:Qn: + 2304-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactokinase:CCnc:Pt:RBC:Qn: + 2305-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:PrThr:Pt:Bld:Ord: + 2306-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:MCnc:Pt:Bld:Qn: + 2307-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:MCnc:Pt:Ser/Plas:Qn: + 2308-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:PrThr:Pt:Urine:Ord: + 2309-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:MCnc:Pt:Urine:Qn: + 2310-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2311-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate:MCnc:Pt:RBC:Qn: + 2312-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:PrThr:Pt:RBC:Ord: + 2313-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:CCnc:Pt:RBC:Qn: + 2314-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylceramidase:CCnt:Pt:Tiss:Qn: + 2315-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylgalactosylglucosylceramidase:CCnt:Pt:Tiss:Qn: + 2316-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:PrThr:Pt:Ser/Plas:Ord: + 2317-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:Ser/Plas:Qn: + 2318-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MCnc:Pt:Urine:Qn: + 2319-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl cysteine synthetase:CCnc:Pt:RBC:Qn: + 2320-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl cysteine synthetase:CCnc:Pt:Ser:Qn: + 2321-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Amnio fld:Qn: + 2322-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Semen:Qn: + 2323-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Ser/Plas:Qn: + 2324-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase/Aspartate aminotransferase:CRto:Pt:Ser/Plas:Qn: + 2325-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastric inhibitory polypeptide:MCnc:Pt:Plas:Qn: + 2326-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin releasing polypeptide:MCnc:Pt:CSF:Qn: + 2327-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin releasing polypeptide:SCnc:Pt:CSF:Qn: + 2328-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin releasing polypeptide:MCnc:Pt:Ser/Plas:Qn: + 2329-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin.34 residue fragment:MCnc:Pt:Ser/Plas:Qn: + 2330-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin.17 residue fragment:MCnc:Pt:Ser/Plas:Qn: + 2331-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin.14 residue fragment:MCnc:Pt:Ser/Plas:Qn: + 2332-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin:MCnc:Pt:Ser/Plas:Qn: + 2333-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal:PrThr:Pt:Gast fld:Ord: + 2334-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal:PrThr:Pt:Stool:Ord: + 2335-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Ser:Qn: + 2336-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucagon:MCnc:Pt:Amnio fld:Qn: + 2337-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucagon:MCnc:Pt:Ser/Plas:Qn: + 2338-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Bld:Qn: + 2339-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Bld:Qn:Test strip.automated + 2340-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Bld:Qn:Test strip manual + 2341-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:CSF:Qn: + 2342-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Dial fld:Qn: + 2343-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Body fld:Qn: + 2344-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Ser/Plas:Qn: + 2345-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Plr fld:Qn: + 2346-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Periton fld:Qn: + 2347-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Synv fld:Qn: + 2348-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:PrThr:Pt:Urine:Ord: + 2349-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Urine:Qn: + 2350-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MRat:24H:Urine:Qn: + 2351-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose CSF/Glucose plas:RelMCnc:Pt:Plas+CSF:Qn: + 2352-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose phosphate isomerase:CCnc:Pt:Ser:Qn: + 2353-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphatase:CCnc:Pt:Ser:Qn: + 2354-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphatase:CCnt:Pt:Tiss:Qn: + 2355-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:PrThr:Pt:RBC:Ord: + 2356-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CCnc:Pt:RBC:Qn: + 2357-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:PrThr:Pt:Ser:Ord: + 2358-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CCnc:Pt:Ser:Qn: + 2359-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CCnc:Pt:WBC:Qn: + 2360-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnt:Pt:Tiss:Qn: + 2361-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:MCnc:Pt:CSF:Qn: + 2362-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:PrThr:Pt:Ser/Plas:Ord: + 2363-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:MCnc:Pt:Ser/Plas:Qn: + 2364-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:MCnc:Pt:Urine:Qn: + 2365-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:XXX:Qn: + 23656-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:MRat:24H:Urine:Qn: + 2366-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate dehydrogenase:CCnc:Pt:Ser/Plas:Qn: + 2367-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate dehydrogenase.NAD:CCnc:Pt:Ser/Plas:Qn: + 2368-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate dehydrogenase.NADP:CCnc:Pt:Ser/Plas:Qn: + 2369-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:MCnc:Pt:CSF:Qn: + 2370-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:PrThr:Pt:Ser/Plas:Ord: + 2371-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MCnc:Pt:Milk:Qn: + 23714-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:MCnc:Pt:Ser/Plas:Qn: + 2372-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:MCnc:Pt:Urine:Qn: + 2373-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:MRat:24H:Urine:Qn: + 2374-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaryl CoA dehydrogenase:CCnt:Pt:Tiss:Qn: + 2375-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione peroxidase:CCnc:Pt:Ser/Plas:Qn: + 2376-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione peroxidase:CCnc:Pt:RBC:Qn: + 2377-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase:CCnc:Pt:RBC:Qn: + 2378-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:XXX:Qn: + 23786-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione S-transferase:CCnc:Pt:RBC:Qn: + 2379-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione synthase:CCnc:Pt:RBC:Qn: + 2380-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin^2H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 23806-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin^4H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 23807-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone.free:MRat:24H:Urine:Qn: + 23808-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:MCnc:Pt:Ser/Plas:Qn: + 23809-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.oxidized:MCnc:Pt:RBC:Qn: + 2381-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:ACnc:Pt:WBC:Qn: + 23810-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^adjusted:MoM:Pt:Ser/Plas:Qn: + 23811-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^unadjusted:MoM:Pt:Ser/Plas:Qn: + 23812-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanediol:MRat:24H:Urine:Qn: + 23815-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.reduced:MCnc:Pt:RBC:Qn: + 2382-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A/Beta-N-acetylhexosaminidase.total:CFr:Pt:Ser:Qn: + 23824-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A/Beta-N-acetylhexosaminidase.total:CFr:Pt:WBC:Qn: + 23825-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione:MCnc:Pt:RBC:Qn: + 2383-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:ACnc:Pt:RBC:Qn:Calculated + 23839-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glyceraldehyde 3 phosphate dehydrogenase:CCnc:Pt:Ser:Qn: + 2384-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit^^unadjusted:MoM:Pt:Ser/Plas:Qn: + 23840-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit^^adjusted:MoM:Pt:Ser/Plas:Qn: + 23841-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:MRat:24H:Stool:Qn: + 23845-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:MRat:24H:Stool:Qn: + 23846-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerate:MCnc:Pt:Ser:Qn: + 2385-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deuteroporphyrin:MRat:XXX:Stool:Qn: + 23852-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerate:MCnc:Pt:Urine:Qn: + 2386-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:MCnc:Pt:Ser/Plas:Qn: + 2387-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin I:MRat:XXX:Stool:Qn: + 23872-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin III:MRat:XXX:Stool:Qn: + 23873-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin I:MRat:XXX:Stool:Qn: + 23874-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin III:MRat:XXX:Stool:Qn: + 23875-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:MCnc:Pt:Ser:Qn: + 2388-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin A:MCnc:Pt:Ser/Plas:Qn: + 23883-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor:PrThr:Pt:Tiss:Ord:ICA + 23884-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoheptacarboxylporphyrin:MRat:XXX:Stool:Qn: + 23885-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isohexacarboxylporphyrin:MRat:XXX:Stool:Qn: + 23886-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isopentacarboxylporphyrin:MRat:XXX:Stool:Qn: + 23887-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:MCnc:Pt:CSF:Qn: + 2389-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:24H:Stool:Qn: + 23891-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SRat:24H:Stool:Qn: + 23892-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:PrThr:Pt:Ser/Plas:Ord: + 2390-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:MCnc:Pt:Ser/Plas:Qn: + 2391-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:MCnc:Pt:Urine:Qn: + 2392-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:Pt:Ser/Plas:Qn: + 23928-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:MRat:24H:Urine:Qn: + 2393-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycogen synthase:CCnc:Pt:Ser:Qn: + 2394-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:MCnc:Pt:Ser/Plas:Qn: + 2395-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:MCnc:Pt:Urine:Qn: + 2396-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycoproteins:PrThr:Pt:Urine:Ord: + 2397-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans:PrThr:Pt:Urine:Ord: + 2398-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans:MCnc:Pt:Urine:Qn: + 2399-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanine deaminase:CCnc:Pt:Bld:Qn: + 2400-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanine deaminase:CCnc:Pt:Ser:Qn: + 2401-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanosine monophosphate.cyclic:MCnc:Pt:Ser/Plas:Qn: + 2402-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemopexin:MCnc:Pt:Ser:Qn: + 2403-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin type:Prid:Pt:Ser:Nom:Electrophoresis + 24038-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemopexin:MCnc:Pt:Urine:Qn: + 2404-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetyl-CoA:glucosamine acetyltransferase:CCnt:Pt:Fibroblasts:Qn: + 24043-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetyl-CoA:glucosamine acetyltransferase:CCnt:Pt:WBC:Qn: + 24044-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:CCnc:Pt:Ser/Plas:Qn: + 24045-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:CCnt:Pt:Fibroblasts:Qn: + 24046-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:CCnt:Pt:WBC:Qn: + 24047-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha galactosidase A:CCnt:Pt:Fibroblasts:Qn: + 24048-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha galactosidase A:CCnt:Pt:WBC:Qn: + 24049-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan sulfate:PrThr:Pt:Urine:Ord: + 2405-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnt:Pt:Fibroblasts:Qn: + 24050-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnt:Pt:WBC:Qn: + 24051-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha mannosidase:CCnt:Pt:Fibroblasts:Qn: + 24052-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha mannosidase:CCnt:Pt:WBC:Qn: + 24053-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylgalactosaminidase:CCnt:Pt:Fibroblasts:Qn: + 24054-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylgalactosaminidase:CCnt:Pt:WBC:Qn: + 24055-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-L-iduronidase:CCnt:Pt:Fibroblasts:Qn: + 24056-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-L-iduronidase:CCnt:Pt:WBC:Qn: + 24057-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglucosaminidase:CCnt:Pt:Fibroblasts:Qn: + 24058-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglucosaminidase:CCnt:Pt:WBC:Qn: + 24059-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan sulfate:MCnc:Pt:Urine:Qn: + 2406-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnt:Pt:Fibroblasts:Qn: + 24060-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnt:Pt:WBC:Qn: + 24061-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnt:Pt:Fibroblasts:Qn: + 24064-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnt:Pt:WBC:Qn: + 24065-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta mannosidase:CCnc:Pt:Ser/Plas:Qn: + 24066-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta mannosidase:CCnt:Pt:Fibroblasts:Qn: + 24067-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta mannosidase:CCnt:Pt:WBC:Qn: + 24068-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta N-acetylhexosaminidase.B/Beta N-acetyl hexosaminidase.total:CFr:Pt:Ser:Qn: + 24069-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MCnc:Pt:Urine:Qn: + 2407-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B/Beta-N-acetylhexosaminidase.total:CFr:Pt:Fibroblasts:Qn: + 24070-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B/Beta-N-acetylhexosaminidase.total:CFr:Pt:WBC:Qn: + 24071-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B:CCnt:Pt:Fibroblasts:Qn: + 24072-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B:CCnt:Pt:WBC:Qn: + 24073-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnt:Pt:Fibroblasts:Qn: + 24074-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnt:Pt:WBC:Qn: + 24075-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnc:Pt:Ser/Plas:Qn: + 24076-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnt:Pt:Fibroblasts:Qn: + 24077-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnt:Pt:WBC:Qn: + 24078-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esterase:CCnt:Pt:Fibroblasts:Qn: + 24079-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esterase:CCnt:Pt:WBC:Qn: + 24080-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroxyacetone phosphate acylcoa acyl transferase:CCnt:Pt:Fibroblasts:Qn: + 24081-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:CCnt:Pt:RBC:Qn: + 24082-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylceramidase:CCnt:Pt:Fibroblasts:Qn: + 24083-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylceramidase:CCnt:Pt:WBC:Qn: + 24084-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan-N-sulfatase:CCnt:Pt:Fibroblasts:Qn: + 24085-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan-N-sulfatase:CCnt:Pt:WBC:Qn: + 24086-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iduronate-2-Sulfatase:CCnc:Pt:Ser/Plas:Qn: + 24087-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iduronate-2-Sulfatase:CCnt:Pt:Fibroblasts:Qn: + 24088-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iduronate-2-Sulfatase:CCnt:Pt:WBC:Qn: + 24089-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase:CCnc:Pt:Plas:Qn: + 2409-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylglucosaminidase:CCnc:Pt:Ser/Plas:Qn: + 24090-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylglucosaminidase:CCnt:Pt:Fibroblasts:Qn: + 24091-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylglucosaminidase:CCnt:Pt:WBC:Qn: + 24092-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnt:Pt:Fibroblasts:Qn: + 24093-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnt:Pt:WBC:Qn: + 24094-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-6-Sulfatase:CCnt:Pt:Fibroblasts:Qn: + 24095-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-6-Sulfatase:CCnt:Pt:WBC:Qn: + 24096-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylglucosamine-6-Sulfatase:CCnt:Pt:Fibroblasts:Qn: + 24097-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylglucosamine-6-Sulfatase:CCnt:Pt:WBC:Qn: + 24098-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialidase:CCnt:Pt:Fibroblasts:Qn: + 24099-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase:CCnc:Pt:RBC:Qn: + 2410-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid sphingomyelinase:CCnt:Pt:Fibroblasts:Qn: + 24100-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid sphingomyelinase:CCnt:Pt:WBC:Qn: + 24101-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Ser/Plas:Qn: + 24108-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:SCnc:Pt:Saliva:Qn: + 24109-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase 1/Hexokinase.total:CFr:Pt:RBC:Qn: + 2411-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase 3/Hexokinase.total:CFr:Pt:RBC:Qn: + 2412-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androgen.free index:SRto:Pt:Ser/Plas:Qn: + 24125-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hippuran renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2413-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:MCnc:Pt:Bld:Qn: + 2415-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:MCnc:Pt:Ser/Plas:Qn: + 2416-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:MCnc:Pt:Urine:Qn: + 2417-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:PrThr:Pt:Bld:Ord: + 2418-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:MCnc:Pt:Bld:Qn: + 2419-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:MCnc:Pt:Ser/Plas:Qn: + 2420-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:PrThr:Pt:Ser/Plas:Ord: + 2421-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:PrThr:Pt:Urine:Ord: + 2422-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:MCnc:Pt:Urine:Qn: + 2423-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:MRat:24H:Urine:Qn: + 2424-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine ammonia lyase:CCnc:Pt:Ser:Qn: + 2425-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocarnosine:MCnc:Pt:CSF:Qn: + 2426-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline:MCnc:Pt:Urine:Qn: + 2427-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:MCnc:Pt:Ser/Plas:Qn: + 2428-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:PrThr:Pt:Ser/Plas:Ord: + 2429-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:MCnc:Pt:Ser/Plas:Qn: + 2430-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:MCnc:Pt:Urine:Qn: + 2431-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homogentisate:PrThr:Pt:Urine:Ord: + 2432-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homogentisate:MCnc:Pt:Urine:Qn: + 2433-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MCnc:Pt:CSF:Qn: + 2434-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MCnc:Pt:Ser:Qn: + 2435-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MRat:24H:Urine:Qn: + 2436-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:MCnc:Pt:Bld:Qn: + 24373-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen sulfide:MCnc:Pt:Bld:Ord: + 2438-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxycalcidiol:MCnc:Pt:Ser:Qn: + 2439-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxocobalamin:MCnc:Pt:Ser/Plas:Qn: + 2440-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:PrThr:Pt:Ser/Plas:Ord: + 2441-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:MCnc:Pt:Ser/Plas:Qn: + 2442-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:MCnc:Pt:Urine:Qn: + 2443-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.equine:MCnc:Pt:Ser:Qn: + 24433-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylbutyrylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24435-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24436-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24437-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24438-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyrylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24439-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxymethylglutaryl CoA lyase:CCnc:Pt:Ser:Qn: + 2444-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24440-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpropionylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24441-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24442-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24443-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24444-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valerylglycine/Creatinine:SRto:Pt:Urine:Qn: + 24445-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:MCnc:Pt:Urine:Qn: + 24446-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MRat:24H:Urine:Qn: + 24447-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SRat:24H:Urine:Qn: + 24448-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:SCnc:Pt:Urine:Qn: + 24449-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:PrThr:Pt:Ser/Plas:Ord: + 2445-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:SCnt:Pt:Tiss:Qn: + 24450-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnt:Pt:Tiss:Qn: + 24451-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnt:Pt:Tiss:Qn: + 24452-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnt:Pt:Tiss:-: + 24453-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:SRto:24H:Urine:Qn: + 24456-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:Ser/Plas:Qn: + 24457-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor:MCnc:Pt:Ser/Plas:Qn: + 24458-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:Pt:Ser/Plas:Qn: + 2446-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:SCnc:Pt:Ser/Plas:Qn: + 24461-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MRat:24H:Urine:Qn: + 24462-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keratan sulfate:PrThr:Pt:Urine:Ord: + 24463-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chondroitin sulfate:PrThr:Pt:Urine:Ord: + 24464-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MRat:12H:Urine:Qn: + 24465-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MRat:24H:Urine:Qn: + 2447-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer associated serum Ag:ACnc:Pt:Ser:Qn: + 24474-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:MCnc:Pt:Ser/Plas:Qn: + 2448-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:MCnc:Pt:Urine:Qn: + 2449-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:MRat:24H:Urine:Qn: + 2450-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:Pt:Urine:Qn: + 2451-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Creatinine:SRto:Pt:Urine:Qn: + 24518-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Bld:Qn: + 24519-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine:MCnc:Pt:Body fld:Qn: + 2452-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:RBC:Qn: + 24520-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:SCnc:Pt:Urine:Qn: + 24521-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine/Creatinine:SRto:Pt:Urine:Qn: + 24522-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine/Creatinine:SRto:Pt:Urine:Qn: + 24523-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine/Creatinine:SRto:Pt:Urine:Qn: + 24524-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine:MCnc:Pt:Ser:Qn: + 2453-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase:CCnc:Pt:RBC:Qn: + 2454-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase:CCnt:Pt:Tiss:Qn: + 2455-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iduronate-2-Sulfatase:CCnt:Pt:Tiss:Qn: + 2456-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:CSF:Qn: + 2457-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Ser/Plas:Qn: + 2458-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.monoclonal:MCnc:Pt:Ser:Qn: + 2459-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:MCnc:Pt:Ser:Qn: + 2460-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD.monoclonal:MCnc:Pt:Ser:Qn: + 2461-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:MCnc:Pt:Ser:Qn: + 2462-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE.monoclonal:MCnc:Pt:Ser:Qn: + 2463-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:CSF:Qn: + 2464-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Ser/Plas:Qn: + 2465-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG subclass 1:MCnc:Pt:Ser:Qn: + 2466-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG subclass 2:MCnc:Pt:Ser:Qn: + 2467-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG subclass 3:MCnc:Pt:Ser:Qn: + 2468-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG subclass 4:MCnc:Pt:Ser:Qn: + 2469-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG/Albumin:MRto:Pt:CSF:Qn: + 2470-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:CSF:Qn: + 2471-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Ser/Plas:Qn: + 2472-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.monoclonal:MCnc:Pt:Ser:Qn: + 2473-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans:PrThr:Pt:Urine:Ord: + 2474-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans:MCnc:Pt:Urine:Qn: + 2475-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indolamine:MCnc:Pt:Ser:Qn: + 2476-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indole:MCnc:Pt:Ser:Qn: + 2477-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin:MCnc:Pt:Ser/Plas:Qn: + 2478-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inosine:MCnc:Pt:Ser:Qn: + 2479-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inositol.free:MCnc:Pt:Ser:Qn: + 2480-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 3:MCnc:Pt:Ser/Plas:Qn: + 2483-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:MCnc:Pt:Ser/Plas:Qn: + 2484-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-II:MCnc:Pt:Ser/Plas:Qn: + 2485-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatomedins:MCnc:Pt:Ser/Plas:Qn: + 2486-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inter alpha trypsin inhibitor:MCnc:Pt:Ser:Qn: + 2487-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor:MCnc:Pt:Ser:Qn: + 2488-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor blocking Ab:Titr:Pt:Ser:Qn: + 2489-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:MRat:24H:Urine:Qn: + 2492-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine.free:MCnc:Pt:Urine:Qn: + 2493-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:MCnc:Pt:Ser/Plas:Qn: + 2494-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:MCnc:Pt:Urine:Qn: + 2495-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodohippuran renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2496-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnt:Pt:Hair:Qn: + 2497-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:Ser/Plas:Qn: + 2498-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MRat:24H:Urine:Qn: + 2499-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron binding capacity:MCnc:Pt:Ser/Plas:Qn: + 2500-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron binding capacity.unsaturated:MCnc:Pt:Ser/Plas:Qn: + 2501-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron saturation:MFr:Pt:Ser/Plas:Qn: + 2502-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron.chelated:MCnc:Pt:Urine:Qn: + 2503-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:Urine:Qn: + 2504-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Iron binding capacity.total:MRto:Pt:Ser/Plas:Qn: + 2505-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate dehydrogenase:CCnc:Pt:Ser/Plas:Qn: + 2506-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:PrThr:Pt:Ser/Plas:Ord: + 2507-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:MCnc:Pt:Ser/Plas:Qn: + 2508-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrate/Creatinine:SRto:Pt:Urine:Qn: + 25082-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxo,3-Methylvalerate/Creatinine:SRto:Pt:Urine:Qn: + 25083-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate/Creatinine:SRto:Pt:Urine:Qn: + 25084-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisovalerate/Creatinine:SRto:Pt:Urine:Qn: + 25085-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 25086-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutaconate/Creatinine:SRto:Pt:Urine:Qn: + 25087-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenyllactate/Creatinine:SRto:Pt:Urine:Qn: + 25089-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:MCnc:Pt:Urine:Qn: + 2509-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide/Creatinine:SRto:Pt:Urine:Qn: + 25091-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine/Creatinine:SRto:Pt:Urine:Qn: + 25092-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienediate/Creatinine:SRto:Pt:Urine:Qn: + 25093-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenedioate/Creatinine:SRto:Pt:Urine:Qn: + 25094-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:SRto:Pt:Urine:Qn: + 25095-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:SRto:2H:Urine:Qn: + 25096-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 25097-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine/Creatinine:SRto:Pt:Urine:Qn: + 25098-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate/Creatinine:SRto:Pt:Urine:Qn: + 25099-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:MRat:24H:Urine:Qn: + 2510-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarate/Creatinine:SRto:Pt:Urine:Qn: + 25101-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose/Creatinine:SRto:Pt:Urine:Qn: + 25102-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaconate/Creatinine:SRto:Pt:Urine:Qn: + 25103-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate/Creatinine:SRto:Pt:Urine:Qn: + 25104-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerate/Creatinine:SRto:Pt:Urine:Qn: + 25105-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate/Creatinine:SRto:Pt:Urine:Qn: + 25106-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glyoxylate/Creatinine:SRto:Pt:Urine:Qn: + 25107-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxydecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 25108-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine/Creatinine:SRto:Pt:Urine:Qn: + 25109-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keratan sulfate:MCnc:Pt:Bld:Qn: + 2511-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:SRto:Pt:Urine:Qn: + 25110-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate/Creatinine:SRto:Pt:Urine:Qn: + 25111-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate/Creatinine:SRto:Pt:Urine:Qn: + 25112-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malate/Creatinine:SRto:Pt:Urine:Qn: + 25113-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate/Creatinine:SRto:Pt:Urine:Qn: + 25114-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Creatinine:SRto:24H:Urine:Qn: + 25115-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Creatinine:SRto:Pt:Urine:Qn: + 25116-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylsuccinate/Creatinine:SRto:Pt:Urine:Qn: + 25117-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mevalonate/Creatinine:SRto:Pt:Urine:Qn: + 25118-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyltyrosine/Creatinine:SRto:Pt:Urine:Qn: + 25119-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keratan sulfate:MCnc:Pt:Urine:Qn: + 2512-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoate/Creatinine:SRto:Pt:Urine:Qn: + 25120-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenedioate/Creatinine:SRto:Pt:Urine:Qn: + 25121-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine/Creatinine:SRto:Pt:Urine:Qn: + 25122-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenyllactate/Creatinine:SRto:Pt:Urine:Qn: + 25125-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate/Creatinine:SRto:Pt:Urine:Qn: + 25126-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate/Creatinine:SRto:24H:Urine:Qn: + 25127-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine/Creatinine:SRto:Pt:Urine:Qn: + 25128-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline/Creatinine:SRto:Pt:Urine:Qn: + 25129-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:PrThr:Pt:Ser/Plas:Ord: + 2513-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline/Creatinine:SRto:24H:Urine:Qn: + 25130-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline/Creatinine:SRto:2H:Urine:Qn: + 25131-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate/Creatinine:SRto:Pt:Urine:Qn: + 25132-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine/Creatinine:SRto:Pt:Urine:Qn: + 25133-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacate/Creatinine:SRto:Pt:Urine:Qn: + 25134-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberate/Creatinine:SRto:Pt:Urine:Qn: + 25135-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate/Creatinine:SRto:Pt:Urine:Qn: + 25136-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone/Creatinine:SRto:Pt:Urine:Qn: + 25137-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine/Creatinine:SRto:Pt:Urine:Qn: + 25138-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan/Creatinine:SRto:Pt:Urine:Qn: + 25139-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:PrThr:Pt:Urine:Ord:Test strip + 2514-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uracil/Creatinine:SRto:Pt:Urine:Qn: + 25140-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters/Creatinine:SRto:Pt:Urine:Qn: + 25141-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenate:MCnc:Pt:Urine:Qn: + 2515-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-iditol dehydrogenase:CCnc:Pt:Amnio fld:Qn: + 2516-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SCnc:Pt:Urine:Qn: + 25166-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SCnc:Pt:Urine:Qn: + 25167-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-iditol dehydrogenase:CCnc:Pt:Ser:Qn: + 2517-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:BldA:Qn: + 2518-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:BldV:Qn: + 2519-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:CSF:Qn: + 2520-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:PrThr:Pt:Gast fld:Ord: + 2521-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Plr fld:Qn: + 2522-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Periton fld:Qn: + 2523-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Ser/Plas:Qn: + 2524-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Synv fld:Qn: + 2525-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MRat:24H:Urine:Qn: + 2526-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Amnio fld:Qn: + 2527-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:CSF:Qn: + 2528-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Body fld:Qn: + 2529-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Plr fld:Qn: + 2530-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SRat:24H:Urine:Qn: + 25301-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Body fld:Qn: + 25302-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnt:Pt:Stool:Qn: + 25303-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SRat:24H:Urine:Qn: + 25304-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SRat:24H:Urine:Qn: + 25305-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SRat:24H:Urine:Qn: + 25308-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Periton fld:Qn: + 2531-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:24H:Urine:Qn: + 25311-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 25312-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.salivary/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 25313-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenediol:SRat:24H:Urine:Qn: + 25314-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SRat:24H:Urine:Qn: + 25315-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenolone:SCnc:Pt:Ser/Plas:Qn: + 25316-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids:SCnc:24H:Urine:Qn: + 25317-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SRat:24H:Urine:Qn: + 25318-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SRat:24H:Urine:Qn: + 25319-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Ser/Plas:Qn: + 2532-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:SRat:24H:Urine:Qn: + 25320-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SRat:24H:Urine:Qn: + 25322-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SRat:24H:Urine:Qn: + 25326-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SRat:24H:Urine:Qn: + 25327-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Synv fld:Qn: + 2533-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Urine:Qn: + 2534-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SRat:24H:Urine:Qn: + 25346-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SRat:24H:Urine:Qn: + 25348-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1:CCnc:Pt:Ser/Plas:Qn:Chemical separation + 2535-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:SRat:24H:Urine:Qn: + 25358-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1/Lactate dehydrogenase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 2536-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:24H:Urine:Qn: + 25362-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:SRat:24H:Urine:Qn: + 25365-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1:CCnc:Pt:Ser/Plas:Qn: + 2537-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:SCnc:Pt:Ser/Plas:Qn: + 25371-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:Urine:Qn: + 25372-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:MCnc:Pt:Ser/Plas:Qn: + 25373-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymotrypsin:CCnt:Pt:Stool:Qn: + 25375-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SRat:24H:Urine:Qn: + 25376-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2:CCnc:Pt:Ser/Plas:Qn:Chemical separation + 2538-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticosterone:SCnc:Pt:Ser/Plas:Qn: + 25381-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:SCnc:Pt:Ser/Plas:Qn: + 25382-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Body fld:Qn: + 25386-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SRat:24H:Urine:Qn: + 25388-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2/Lactate dehydrogenase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 2539-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:Ser/Plas:Qn: + 25390-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:SRat:24H:Urine:Qn: + 25391-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2:CCnc:Pt:Ser/Plas:Qn: + 2540-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SRat:24H:Urine:Qn: + 25401-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:SRat:24H:Urine:Qn: + 25402-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:SCnc:Pt:Urine:Qn: + 25403-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:SRat:24H:Urine:Qn: + 25405-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3:CCnc:Pt:Ser/Plas:Qn:Chemical separation + 2541-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:SCnc:Pt:Bld:Qn: + 25415-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3/Lactate dehydrogenase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 2542-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:SCnc:Pt:Ser/Plas:Qn: + 25426-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SRat:24H:Urine:Qn: + 25427-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SRat:24H:Urine:Qn: + 25429-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3:CCnc:Pt:Ser/Plas:Qn: + 2543-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SRat:24H:Urine:Qn: + 25430-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SRat:24H:Urine:Qn: + 25431-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:SRat:24H:Urine:Qn: + 25434-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:SRat:24H:Urine:Qn: + 25438-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:SRat:24H:Urine:Qn: + 25439-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4:CCnc:Pt:Ser/Plas:Qn:Chemical separation + 2544-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SRat:24H:Urine:Qn: + 25440-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SRat:24H:Urine:Qn: + 25441-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SRat:24H:Urine:Qn: + 25443-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:Urine:Ord:Immunoelectrophoresis + 25444-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:Pt:Urine:Ord:Immunoelectrophoresis + 25445-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:Pt:Urine:Ord:Immunoelectrophoresis + 25446-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.free:SCnc:Pt:Ser/Plas:Qn: + 25447-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:SCnc:Pt:Ser/Plas:Qn: + 25448-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:SRat:24H:Urine:Qn: + 25449-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4/Lactate dehydrogenase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 2545-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SRat:24H:Urine:Qn: + 25450-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4:CCnc:Pt:Ser/Plas:Qn: + 2546-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SRat:24H:Urine:Qn: + 25460-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SRat:24H:Urine:Qn: + 25464-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5:CCnc:Pt:Ser/Plas:Qn:Chemical separation + 2547-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:SCnc:Pt:Ser/Plas:Qn: + 25473-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:SCnc:Pt:Ser/Plas:Qn: + 25474-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SRat:24H:Urine:Qn: + 25476-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine sulfoxide:SRat:24H:Urine:Qn: + 25477-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5/Lactate dehydrogenase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 2548-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:SCnc:Pt:Ser/Plas:Qn: + 25489-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5:CCnc:Pt:Ser/Plas:Qn: + 2549-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SRat:24H:Urine:Qn: + 25491-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:SRat:24H:Urine:Qn: + 25494-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SRat:24H:Urine:Qn: + 25495-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:SCnc:Pt:Ser/Plas:Qn: + 25498-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate/Pyruvate:SRto:Pt:Bld:Qn: + 2550-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Body fld:Qn: + 25501-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:Pt:Urine:Qn: + 25502-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SRat:24H:Urine:Qn: + 25503-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pituitary glycoprotein hormone.alpha subunit:ACnc:Pt:Ser:Qn: + 25505-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnt:Pt:Stool:Qn: + 25506-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnenolone:SCnc:Pt:Ser/Plas:Qn: + 25507-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactoferrin:MCnc:Pt:Ser:Qn: + 2551-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SRat:24H:Urine:Qn: + 25510-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:SRat:24H:Stool:Qn: + 25512-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:SRat:24H:Urine:Qn: + 25518-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactose:MCnc:Pt:Ser/Plas:Qn: + 2552-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SRat:24H:Urine:Qn: + 25523-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:SCnc:Pt:Bld:Qn: + 25524-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor:SCnc:Pt:Ser/Plas:Qn: + 25528-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin:SCnc:Pt:Ser/Plas:Qn: + 25529-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactose:PrThr:Pt:Urine:Ord: + 2553-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SRat:24H:Urine:Qn: + 25533-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactose:MRat:24H:Urine:Qn: + 2554-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SRat:24H:Urine:Qn: + 25540-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CRat:24H:Urine:Qn: + 25543-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SRat:24H:Urine:Qn: + 25546-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SRat:24H:Urine:Qn: + 25547-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:Body fld:Qn: + 25548-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Body fld:Qn: + 25549-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin cholesterol acyltransferase:CCnc:Pt:Ser/Plas:Qn: + 2555-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SRat:24H:Urine:Qn: + 25550-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:PrThr:Pt:Body fld:Ord: + 25551-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SRat:24H:Stool:Qn: + 25552-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SRat:24H:Urine:Qn: + 25553-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:SCnc:Pt:Urine:Qn: + 25556-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin phosphorus:MCnc:Pt:Amnio fld:Qn: + 2556-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:SCnc:Pt:Ser/Plas:Qn: + 25561-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin II^upright:SCnc:Pt:Plas:Qn: + 25563-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:SCnc:Pt:Body fld:Qn: + 25564-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin/Sphingomyelin:MRto:Pt:Amnio fld:Qn: + 2557-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:MCnc:Pt:Bld:Ord: + 2558-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:RBC:Qn: + 25583-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:SCnc:Pt:Ser/Plas:Qn: + 25587-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:PrThr:Pt:Ser/Plas:Ord: + 2559-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:MCnc:Pt:Ser/Plas:Qn: + 2560-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:MCnc:Pt:Urine:Qn: + 2561-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:MRat:24H:Urine:Qn: + 2562-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leukocyte esterase:CCnc:Pt:WBC:Qn: + 2563-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ACnc:Pt:Urine:Qn:2nd IRP + 25639-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleate:MCnc:Pt:Ser/Plas:Qn: + 2564-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Ser/Plas:Qn: + 2565-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.nonesterified:MCnc:Pt:Ser/Plas:Qn: + 2566-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phospholipid phosphorus:MCnc:Pt:Ser:Qn: + 2567-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phospholipid:MCnc:Pt:Ser/Plas:Qn: + 2568-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 25681-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:MRat:24H:Urine:Qn: + 25682-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 25683-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:MRat:24H:Urine:Qn: + 25684-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipids:MCnc:Pt:Ser:Qn: + 2569-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MCnc:Pt:Stool:Qn: + 2570-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Ser/Plas:Nom:Immunofixation + 25700-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Ser/Plas:Qn: + 2571-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:Pt:Urine:Qn:1st IRP + 25716-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein lipase:CCnc:Pt:Ser/Plas:Qn: + 2572-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:MCnc:Pt:Ser/Plas:Qn: + 2573-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone:SRat:24H:Urine:Qn: + 25732-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type III:ACnc:Pt:Ser:Qn: + 25733-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:MCnc:Pt:Ser/Plas:Qn: + 2574-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:MCnc:Pt:Ser/Plas:Qn: + 2575-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein:MCnc:Pt:Ser/Plas:Qn: + 2576-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lithocholate:MCnc:Pt:Ser:Qn: + 2577-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:SCnc:Pt:Semen:Qn: + 2578-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:SCnc:Pt:Ser/Plas:Qn: + 2579-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tissue polypeptide specific Ag:ACnc:Pt:Urine:Qn: + 25799-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:SCnc:Pt:Urine:Qn: + 2580-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gonadotropin releasing hormone:SCnc:Pt:Ser/Plas:Qn: + 2581-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin.alpha subunit:SCnc:Pt:Ser/Plas:Qn: + 2582-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteate:SRat:24H:Urine:Qn: + 25820-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnt:Pt:Fibroblasts:Qn: + 25829-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin.beta subunit:SCnc:Pt:Ser/Plas:Qn: + 2583-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucosidase activator:Imp:Pt:Fibroblasts:Nom: + 25830-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:CCnt:Pt:Fibroblasts:Qn: + 25831-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A activator:Imp:Pt:Fibroblasts:Nom: + 25832-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase activator:Imp:Pt:Fibroblasts:Nom: + 25833-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:PrThr:Pt:Ser/Plas:Ord: + 2584-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:24H:Urine:Qn: + 25843-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Creatinine:SRto:24H:Urine:Qn: + 25844-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:SCnc:24H:Urine:Qn: + 25845-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:24H:Urine:Qn: + 25846-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate/Creatinine:SRto:24H:Urine:Qn: + 25847-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:24H:Urine:Qn: + 25848-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Creatinine:SRto:24H:Urine:Qn: + 25849-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:MCnc:Pt:Ser/Plas:Qn: + 2585-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:24H:Urine:Qn: + 25850-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia/Creatinine:SRto:24H:Urine:Qn: + 25851-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:SCnc:24H:Urine:Qn: + 25852-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:24H:Urine:Qn: + 25853-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine/Creatinine:SRto:24H:Urine:Qn: + 25854-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Alpha-Androstanediol glucuronide:SRat:24H:Urine:Qn: + 25855-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:24H:Urine:Qn: + 25856-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Creatinine:SRto:24H:Urine:Qn: + 25857-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:SCnc:24H:Urine:Qn: + 25858-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine/Creatinine:SRto:24H:Urine:Qn: + 25859-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:MCnc:Pt:Urine:Qn: + 2586-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:24H:Urine:Qn: + 25860-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Creatinine:SRto:24H:Urine:Qn: + 25861-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:24H:Urine:Qn: + 25862-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Creatinine:SRto:24H:Urine:Qn: + 25863-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:24H:Urine:Qn: + 25864-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Creatinine:SRto:24H:Urine:Qn: + 25865-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:24H:Urine:Qn: + 25868-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine/Creatinine:SRto:24H:Urine:Qn: + 25869-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:MRat:24H:Urine:Qn: + 2587-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:24H:Urine:Qn: + 25870-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate/Creatinine:SRto:24H:Urine:Qn: + 25871-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:SCnc:24H:Urine:Qn: + 25872-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:SCnc:24H:Urine:Qn: + 25874-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine/Creatinine:SRto:24H:Urine:Qn: + 25875-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:SCnc:24H:Urine:Qn: + 25876-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:24H:Urine:Qn: + 25877-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Creatinine:SRto:24H:Urine:Qn: + 25878-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysolecithin acyltransferase:CCnc:Pt:RBC:Qn: + 2588-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SCnc:24H:Urine:Qn: + 25881-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SCnc:24H:Urine:Qn:RIA + 25882-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SCnc:24H:Urine:Qn:HPLC + 25883-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SRat:24H:Urine:Qn:RIA + 25884-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SRat:24H:Urine:Qn:HPLC + 25885-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:24H:Urine:Qn: + 25886-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:24H:Urine:Qn: + 25887-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine/Creatinine:SRto:24H:Urine:Qn: + 25888-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteate:SCnc:24H:Urine:Qn: + 25889-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MCnc:Pt:Ser/Plas:Qn: + 2589-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteate/Creatinine:SRto:24H:Urine:Qn: + 25890-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteine:SCnc:24H:Urine:Qn: + 25891-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteine:SRat:24H:Urine:Qn: + 25892-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteine/Creatinine:SRto:24H:Urine:Qn: + 25893-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Creatinine:SRto:24H:Urine:Qn: + 25894-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:SCnc:24H:Urine:Qn: + 25895-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:SCnc:24H:Urine:Qn: + 25896-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate/Creatinine:SRto:24H:Urine:Qn: + 25897-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:SCnc:24H:Urine:Qn: + 25898-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MRat:24H:Urine:Qn: + 2590-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:SCnc:24H:Urine:Qn: + 25906-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.pancreatic:MCnt:Pt:Stool:Qn: + 25907-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:SCnc:24H:Urine:Qn: + 25908-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine/Creatinine:SRto:24H:Urine:Qn: + 25909-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroamylase:CCnc:Pt:Ser/Plas:Qn: + 2591-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:SCnc:24H:Urine:Qn: + 25910-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine/Creatinine:SRto:24H:Urine:Qn: + 25911-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:24H:Urine:Qn: + 25914-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate/Creatinine:SRto:24H:Urine:Qn: + 25915-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:24H:Urine:Qn: + 25916-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:24H:Urine:Qn: + 25917-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Creatinine:SRto:24H:Urine:Qn: + 25918-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:24H:Urine:Qn: + 25919-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroglobulin:MCnc:Pt:Ser/Plas:Qn: + 2592-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine/Creatinine:SRto:24H:Urine:Qn: + 25920-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:24H:Urine:Qn: + 25921-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Creatinine:SRto:24H:Urine:Qn: + 25922-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:SCnc:24H:Urine:Qn: + 25923-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:SCnc:24H:Urine:Qn: + 25924-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine/Creatinine:SRto:24H:Urine:Qn: + 25925-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:24H:Urine:Qn: + 25926-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Creatinine:SRto:24H:Urine:Qn: + 25927-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:24H:Urine:Qn: + 25928-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine/Creatinine:SRto:24H:Urine:Qn: + 25929-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Bld:Qn: + 2593-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:SCnc:24H:Urine:Qn: + 25930-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate/Creatinine:SRto:24H:Urine:Qn: + 25931-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:24H:Urine:Qn: + 25932-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine/Creatinine:SRto:24H:Urine:Qn: + 25933-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:24H:Urine:Qn: + 25934-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:SCrto:24H:Urine:Qn: + 25935-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:SCnc:24H:Urine:Qn: + 25936-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnc:24H:Urine:Qn: + 25937-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:24H:Urine:Qn: + 25938-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Creatinine:SRto:24H:Urine:Qn: + 25939-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:CSF:Qn: + 2594-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:24H:Urine:Qn: + 25941-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Creatinine:SRto:24H:Urine:Qn: + 25942-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Dial fld:Qn: + 2595-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:24H:Urine:Qn: + 25952-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Creatinine:SRto:24H:Urine:Qn: + 25953-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:24H:Urine:Qn: + 25954-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:SCnc:24H:Urine:Qn: + 25955-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:24H:Urine:Qn: + 25956-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine sulfoxide:SCnc:24H:Urine:Qn: + 25957-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine sulfoxide/Creatinine:SRto:24H:Urine:Qn: + 25958-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Creatinine:SRto:24H:Urine:Qn: + 25959-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Body fld:Qn: + 2596-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:SCnc:24H:Urine:Qn: + 25963-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:SCnc:24H:Urine:Qn: + 25964-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:24H:Urine:Qn: + 25965-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Creatinine:SRto:24H:Urine:Qn: + 25966-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:SCnc:24H:Urine:Qn: + 25968-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:24H:Urine:Qn: + 25969-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:RBC:Qn: + 2597-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:SRto:24H:Urine:Qn: + 25970-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:SCnc:24H:Urine:Qn: + 25971-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic/Creatinine:SRto:24H:Urine:Qn: + 25972-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:24H:Urine:Qn: + 25973-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine/Creatinine:SRto:24H:Urine:Qn: + 25974-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:24H:Urine:Qn: + 25975-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Creatinine:SRto:24H:Urine:Qn: + 25976-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline:SCnc:24H:Urine:Qn: + 25977-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine/Creatinine:SRto:24H:Urine:Qn: + 25978-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:24H:Urine:Qn: + 25979-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Urine:Qn: + 2598-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Creatinine:SRto:24H:Urine:Qn: + 25980-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:SCnc:24H:Urine:Qn: + 25981-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine/Creatinine:SRto:24H:Urine:Qn: + 25985-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:24H:Urine:Qn: + 25986-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:SCnc:Pt:Ser/Plas:Qn:RIA + 25987-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:24H:Urine:Qn: + 25988-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Creatinine:SRto:24H:Urine:Qn: + 25989-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SRat:24H:Urine:Qn: + 2599-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:24H:Urine:Qn: + 25992-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan/Creatinine:SRto:24H:Urine:Qn: + 25994-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:24H:Urine:Qn: + 25995-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Creatinine:SRto:24H:Urine:Qn: + 25996-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:24H:Urine:Qn: + 25997-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:24H:Urine:Qn: + 25998-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:SRto:24H:Urine:Qn: + 25999-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium.ionized:SCnc:Pt:Ser/Plas:Qn: + 2600-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SCnc:24H:Urine:Qn: + 26000-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:24H:Urine:Qn: + 26001-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Creatinine:SRto:24H:Urine:Qn: + 26002-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:SCnc:24H:Urine:Qn: + 26003-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatinine:SRto:24H:Urine:Qn: + 26004-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Ser/Plas:Qn: + 2601-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.other fractions/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 26010-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroamylase/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 26011-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2:SCnc:Pt:Ser/Plas:Qn: + 26015-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2:MCnc:Pt:Ser/Plas.ultracentrifugate:Qn: + 26016-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3:SCnc:Pt:Ser/Plas:Qn: + 26017-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.macromolecular.type 1/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn: + 26019-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malate dehydrogenase:CCnc:Pt:Ser:Qn: + 2602-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.macromolecular.type 2/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn: + 26020-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonate:MCnc:Pt:Ser:Qn: + 2603-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate.lipid bound:SCnc:Pt:Ser/Plas:Qn: + 26031-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Urine:Qn:Electrophoresis + 26034-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:SCnc:Pt:Plas:Qn: + 26035-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Meat fibers:PrThr:Pt:Stool:Ord:Microscopy.light + 2605-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine:SRat:24H:Urine:Qn: + 26053-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melanin:PrThr:Pt:Urine:Ord: + 2606-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melanin:MCnc:Pt:Urine:Qn: + 2607-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:MCnc:Pt:Urine:Qn: + 2608-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:MRat:24H:Urine:Qn: + 2609-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methcoproporphyrin:MCnc:Pt:Ser/Plas:Qn: + 2611-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemalbumin:MCnc:Pt:Ser/Plas:Qn: + 2612-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin:PrThr:Pt:Bld:Ord: + 2613-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:Bld:Qn: + 2614-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:BldA:Qn: + 2615-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:BldC:Qn: + 2616-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:BldV:Qn: + 2617-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:RBC:Qn: + 2618-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin:PrThr:Pt:RBC:Ord: + 2619-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:PrThr:Pt:Bld:Ord: + 2620-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:PrThr:Pt:Ser/Plas:Ord: + 2621-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:MCnc:Pt:Ser/Plas:Qn: + 2622-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:MCnc:Pt:Urine:Qn: + 2623-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:MRat:24H:Urine:Qn: + 2624-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine adenosyltransferase:CCnc:Pt:Ser:Qn: + 2625-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylenetetrahydrofolate dehydrogenase.NAD:CCnc:Pt:Ser:Qn: + 2627-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylenetetrahydrofolate dehydrogenase.NADP:CCnc:Pt:Ser:Qn: + 2628-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:MCnc:Pt:Ser/Plas:Qn: + 2629-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:MCnc:Pt:Urine:Qn: + 2630-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonyl CoA mutase:CCnc:Pt:Ser:Qn: + 2631-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mucoprotein:MCnc:Pt:Ser:Qn: + 2637-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myelin basic protein:MCnc:Pt:CSF:Qn: + 2638-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:MCnc:Pt:Ser/Plas:Qn: + 2639-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:PrThr:Pt:Urine:Ord: + 2640-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:MCnc:Pt:Urine:Qn: + 2641-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:MRat:24H:Urine:Qn: + 2642-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-beta-glucosaminidase:CCnc:Pt:Ser:Qn: + 2643-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylglucosaminidase:CCnc:Pt:Urine:Qn: + 2644-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnc:Pt:Amnio fld:Qn: + 2645-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnc:Pt:Ser:Qn: + 2646-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnt:Pt:Tiss:Qn: + 2647-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnc:Pt:WBC:Qn: + 2648-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-6-Sulfatase:CCnt:Pt:Tiss:Qn: + 2649-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylglucosamine-6-Sulfatase:CCnc:Pt:Ser:Qn: + 2650-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH dehydrogenase:CCnc:Pt:Plas:Qn: + 2651-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH dehydrogenase:CCnc:Pt:RBC:Qn: + 2652-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome b5 reductase:MCnc:Pt:RBC:Qn: + 2653-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neurophysin:MCnc:Pt:Ser/Plas:Qn: + 2654-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neurotensin:MCnc:Pt:Plas:Qn: + 2655-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niacin:MRat:24H:Urine:Qn: + 2656-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrite:MCnc:Pt:Urine:Qn: + 2657-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine/Creatinine:SRto:Pt:Urine:Qn: + 26574-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Creatinine:SRto:Pt:Urine:Qn: + 26575-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine/Creatinine:SRto:Pt:Urine:Qn: + 26576-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Creatinine:SRto:Pt:Urine:Qn: + 26577-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine/Creatinine:SRto:Pt:Urine:Qn: + 26578-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate/Creatinine:SCrto:Pt:Urine:Qn: + 26579-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MCnc:Pt:Exhl gas:Qn: + 2658-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine/Creatinine:SRto:Pt:Urine:Qn: + 26580-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 26581-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine/Creatinine:SRto:Pt:Urine:Qn: + 26582-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:CSF:Qn: + 26584-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:CSF:Qn: + 26585-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:CSF:Qn: + 26586-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:CSF:Qn: + 26587-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:SCnc:Pt:CSF:Qn: + 26588-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:Pt:CSF:Qn: + 26589-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:Mass:24H:Stool:Qn: + 2659-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:Pt:CSF:Qn: + 26590-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:SCnc:Pt:CSF:Qn: + 26591-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:CSF:Qn: + 26592-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:SCnc:Pt:CSF:Qn: + 26593-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:CSF:Qn: + 26594-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:Pt:CSF:Qn: + 26595-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:CSF:Qn: + 26596-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:Pt:CSF:Qn: + 26597-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:SCnc:Pt:CSF:Qn: + 26598-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:SCnc:Pt:Ser/Plas:Qn: + 26599-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MRat:24H:Urine:Qn: + 2660-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:Ser/Plas:Qn: + 26600-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate/Creatinine:SRto:Pt:Urine:Qn: + 26601-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:CSF:Qn: + 26602-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:Pt:CSF:Qn: + 26603-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:Pt:Ser/Plas:Qn: + 26604-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:Pt:Ser/Plas:Qn: + 26605-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:SCnc:Pt:Ser/Plas:Qn: + 26606-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:Ser/Plas:Qn: + 26607-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:SCnc:Pt:Ser/Plas:Qn: + 26608-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:Ser/Plas:Qn: + 26609-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen.nonprotein:PrThr:Pt:Bld:Ord: + 2661-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:Pt:Ser/Plas:Qn: + 26610-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SRat:24H:Urine:Qn: + 26611-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:Pt:Ser/Plas:Qn: + 26612-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:SCnc:Pt:Ser/Plas:Qn: + 26613-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:CSF:Qn: + 26614-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen.nonprotein:MCnc:Pt:Bld:Qn: + 2662-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen.nonprotein:MCnc:Pt:Ser/Plas:Qn: + 2663-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:Mass:24H:Stool:Qn: + 2664-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MRat:Pt:Urine:Qn: + 2665-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:MCnc:Pt:Plas:Qn: + 2666-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:MCnc:Pt:Urine:Qn: + 2667-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:MRat:24H:Urine:Qn: + 2668-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Urine:Qn: + 26680-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:PrThr:Pt:Urine:Ord: + 26682-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate:PrThr:Pt:Urine:Ord: + 26685-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:MCnc:Pt:Ser/Plas:Qn: + 2669-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:MRat:24H:Stool:Qn: + 26691-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans:ACnc:Pt:Urine:Qn: + 26699-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:MCnc:Pt:Urine:Qn: + 2670-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:SRat:24H:Urine:Qn: + 26700-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:MCnc:24H:Urine:Qn: + 26706-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnt:Pt:Stool:Qn: + 26708-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:MRat:24H:Urine:Qn: + 2671-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:Amnio fld:Qn: + 26710-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:Pt:Bld:Qn: + 26717-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octopamine:SCnc:Pt:Urine:Qn: + 2672-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:SCnc:Pt:Urine:Qn: + 26724-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:Urine:Qn: + 26725-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:Urine:Qn: + 26726-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleate:MCnc:Pt:Ser/Plas:Qn: + 2673-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:Amnio fld:Qn: + 26730-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SCnc:Pt:CSF:Qn: + 26737-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SCnc:Pt:Urine:Qn: + 26738-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:ACnc:Pt:Plas:Ord: + 2674-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:Urine:Qn: + 26740-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:Urine:Qn: + 26741-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:Amnio fld:Qn: + 26745-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:RBC:Qn: + 26746-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^2nd specimen:MCnc:Pt:Dial fld prt:Qn: + 26749-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:MCnc:Pt:Plas:Qn: + 2675-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:SCnc:Pt:Amnio fld:Qn: + 26750-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate:PrThr:Pt:Urine:Ord: + 26751-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:2H:Urine+Ser/Plas:Qn: + 26752-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:ACnc:Pt:Urine:Qn: + 26753-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):ACnc:Pt:Urine:Qn: + 26757-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:PrThr:Pt:Urine:Ord: + 2676-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium renal clearance:VRat:2H:Urine+Ser/Plas:Qn: + 26761-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:ACnc:Pt:Urine:Qn: + 26762-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MRat:2H:Urine:Qn: + 26763-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:PrThr:Pt:Ser/Plas:Ord: + 2678-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:SCnc:Pt:Amnio fld:Qn: + 26787-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:ACnt:Pt:Tiss:Qn: + 26788-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:MCnc:Pt:Ser/Plas:Qn: + 2679-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:PrThr:24H:Urine:Ord: + 26794-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:PrThr:24H:Urine:Ord: + 26795-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:PrThr:Pt:Urine:Ord: + 26796-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha hydroxybutyrate:PrThr:Pt:Urine:Ord: + 26797-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate:PrThr:Pt:Urine:Ord: + 26798-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarate:PrThr:Pt:Urine:Ord: + 26799-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:MCnc:Pt:Urine:Qn: + 2680-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MRat:12H:Urine:Qn: + 26801-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:PrThr:24H:Urine:Ord: + 26803-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:PrThr:24H:Urine:Ord: + 26804-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:PrThr:24H:Urine:Ord: + 26805-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:PrThr:24H:Urine:Ord: + 26806-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:PrThr:24H:Urine:Ord: + 26807-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:PrThr:24H:Urine:Ord: + 26808-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:PrThr:24H:Urine:Ord: + 26809-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:MRat:24H:Urine:Qn: + 2681-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:PrThr:24H:Urine:Ord: + 26810-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:SCnc:Pt:Urine:Qn: + 26811-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.titratable:SCnc:Pt:Gast fld:Qn: + 26813-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.monoclonal:MCnc:Pt:Ser:Qn: + 26814-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Amnio fld:Qn: + 26819-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine carbamoyltransferase:CCnc:Pt:Amnio fld:Qn: + 2682-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:PrThr:Pt:Body fld:Ord: + 26821-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:PrThr:Pt:Body fld:Ord: + 26822-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin.beta subunit:MCnc:Pt:Ser/Plas:Qn: + 26823-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SCnc:Pt:Amnio fld:Qn: + 26824-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:24H:Urine:Qn: + 26826-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Creatinine:MRto:24H:Urine:Qn: + 26827-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:ACnc:Pt:Saliva:Qn: + 26828-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine carbamoyltransferase:CCnc:Pt:Ser:Qn: + 2683-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberate:PrThr:Pt:Urine:Ord: + 26831-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aconitate:PrThr:Pt:Urine:Ord: + 26832-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacate:PrThr:Pt:Urine:Ord: + 26835-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein:MCnc:Pt:CSF:Qn: + 2684-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:MCnc:24H:Urine:Qn: + 26842-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:PrThr:24H:Urine:Ord: + 26843-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:Amnio fld:Qn: + 26844-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate.lipid bound:MCnc:Pt:Ser/Plas:Qn: + 26845-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 10:MCnc:Pt:Ser/Plas:Qn: + 26848-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:MCnc:Pt:Saliva:Qn: + 26849-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein:MCnc:Pt:Ser/Plas:Qn: + 2685-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:SCnc:Pt:Amnio fld:Qn: + 26852-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:MCnc:Pt:Urine:Qn: + 2686-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:Amnio fld:Qn: + 26861-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate phosphoribosyltransferase:CCnc:Pt:Ser:Qn: + 2687-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:24H:Urine:Qn: + 26871-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:ACnc:Pt:Urine:Qn: + 26872-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:Amnio fld:Qn: + 26873-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin.beta subunit:MCnc:Pt:Ser/Plas:Qn: + 26874-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:MCnc:Pt:Saliva:Qn: + 26879-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotidine-5'-Phosphate decarboxylase:CCnc:Pt:Ser:Qn: + 2688-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 6:MCnc:Pt:Ser/Plas:Qn: + 26881-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:Amnio fld:Qn: + 26882-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:SRat:24H:Urine:Qn: + 26883-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:SCnc:24H:Urine:Qn: + 26888-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:SRat:24H:Urine:Qn: + 26889-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Amnio fld:Qn: + 2689-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor blocking Ab.IgG:ACnc:Pt:Ser:Qn:RIA + 26892-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:Amnio fld:Qn: + 26894-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:ACnc:Pt:Ser/Plas:Qn: + 26896-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:ACnc:Pt:Ser/Plas:Qn: + 26897-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Plr fld:Qn: + 2690-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:SCnc:Pt:Ser/Plas:Qn: + 26904-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:ACnc:Pt:Urine:Qn: + 26908-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:Amnio fld:Qn: + 26909-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Periton fld:Qn: + 2691-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxine:PrThr:Pt:Bld:Ord: + 26915-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins:PrThr:Pt:Bld:Ord: + 26916-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 26919-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Ser/Plas:Qn: + 2692-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Body fld:Qn: + 26924-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:PrThr:24H:Urine:Ord: + 26928-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:Amnio fld:Qn: + 26929-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Stool:Qn: + 2693-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:SCnc:Pt:Amnio fld:Qn: + 26932-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:24H:Urine:Qn: + 2694-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myelin basic protein:ACnc:Pt:CSF:Qn: + 26940-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:MCnc:24H:Urine:Qn: + 26943-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:MCnc:Pt:Urine:Qn: + 26944-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Urine:Qn: + 2695-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:MCnc:Pt:Urine:Qn: + 26950-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:24H:Urine:Qn: + 26958-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:XXX:Qn: + 2696-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:PrThr:Pt:Stool:Ord: + 26960-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:Urine:Qn: + 26961-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:Urine:Qn: + 26962-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:Urine:Qn: + 26963-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:Urine:Qn: + 26964-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:Urine:Qn: + 26965-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:Urine:Qn: + 26966-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Urine:Qn: + 26967-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:Pt:Urine:Qn: + 26968-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osteocalcin:MCnc:Pt:Ser/Plas:Qn: + 2697-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:Pt:Urine:Qn: + 26973-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:MCnc:24H:Urine:Qn: + 26974-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:PrThr:Pt:Stool:Ord: + 26977-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osteonectin:MCnc:Pt:Plas:Qn: + 2698-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Amnio fld:Qn: + 26981-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:Amnio fld:Qn: + 26985-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxydeoxycorticosterone:MRat:24H:Urine:Qn: + 26988-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnc:Pt:Ser/Plas:Qn: + 2699-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:Saliva:Qn: + 26998-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:Urine:Qn: + 26999-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnc:Pt:Urine:Qn: + 2700-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MCnc:Pt:Saliva:Qn: + 27000-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MRat:24H:Urine:Qn: + 2701-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mesoporphyrin:MRat:24H:Stool:Qn: + 27010-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Amnio fld:Qn: + 27013-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin A:PrThr:Pt:Ser/Plas:Ord: + 27014-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.monoclonal:PrThr:Pt:Ser:Ord: + 27018-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.monoclonal:PrThr:Pt:Ser:Ord: + 27019-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2702-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.monoclonal:PrThr:Pt:Ser:Ord: + 27020-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:Amnio fld:Qn: + 27027-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldA:Qn: + 2703-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:Amnio fld:Qn: + 27033-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Creatinine:MRto:2H:Urine:Qn: + 27037-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:24H:Urine:Qn: + 27039-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldC:Qn: + 2704-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:Urine:Qn: + 27043-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:Urine:Qn: + 27044-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:Urine:Qn: + 27046-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:SCnc:Pt:Urine:Qn: + 27047-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldV:Qn: + 2705-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines.free:MRat:24H:Urine:Qn: + 27055-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:Urine:Qn: + 27056-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:Pt:Ser:Qn: + 27057-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:Pt:Amnio fld:Qn: + 27058-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:Body fld:Qn: + 2706-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:PrThr:Pt:Saliva:Ord: + 27060-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen affinity:-:Pt:Bld:Qn: + 2707-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lycopene:SCnc:Pt:Plas:Qn: + 27075-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carotene.alpha:SCnc:Pt:Plas:Qn: + 27078-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldA:Qn: + 2708-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:PrThr:Pt:Bld:Ord: + 27088-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:Pt:Amnio fld:Qn: + 27089-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MRat:4H:Urine:Qn: + 27091-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylbutyrylglycine/Creatinine:MRto:Pt:Urine:Qn: + 27097-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:PrThr:24H:Urine:Ord: + 27098-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Riboflavin:PrThr:Pt:Bld:Ord: + 27099-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Amnio fld:Qn: + 27104-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:Amnio fld:Qn: + 27107-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleate:PrThr:Pt:Bld:Ord: + 27108-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:MCnc:Pt:Urine:Qn: + 27110-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:Amnio fld:Qn: + 27111-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation.calc from carbon dioxide.partial pressure:MFr:Pt:Bld:Qn: + 2712-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnt:Pt:RBC:Qn: + 27122-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnt:Pt:RBC:Qn: + 27123-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:Bld:Qn:Calculated from oxygen partial pressure + 2713-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:PrThr:Pt:Urine:Ord: + 27132-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:PrThr:Pt:Urine:Ord: + 27133-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:PrThr:Pt:Urine:Ord: + 27134-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:Amnio fld:Qn: + 27135-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldA:Qn: + 2714-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin.alpha subunit:MCnc:Pt:Ser/Plas:Qn: + 27140-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine:PrThr:Pt:Bld:Ord: + 27149-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldC:Qn: + 2715-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldV:Qn: + 2716-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 4:MCnc:Pt:Ser/Plas:Qn: + 27161-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:Amnio fld:Qn: + 27162-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrate:MCnt:Pt:Stool:Qn: + 27169-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:Plas:Qn: + 2717-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnt:24H:Stool:Qn: + 27172-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin:ACnc:Pt:Ser/Plas:Qn: + 27174-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:Amnio fld:Qn: + 27176-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:Amnio fld:Qn: + 27179-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxytocin:MCnc:Pt:Ser/Plas:Qn: + 2718-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:Amnio fld:Qn: + 27181-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:PrThr:Pt:Bld:Ord: + 27182-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:PrThr:Pt:Urine:Ord: + 27184-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:PrThr:Pt:Stool:Ord: + 27186-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitate:MCnc:Pt:Ser/Plas:Qn: + 2719-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:Pt:Amnio fld:Qn: + 27195-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:ACnc:Pt:Amnio fld:Qn:Direct spectrophotometry + 27198-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycortisol/Creatinine:MRto:24H:Urine:Qn: + 27199-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylphosphatidyl choline:MCnc:Pt:Plas:Qn: + 2720-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ACnc:24H:Urine:Qn: + 27203-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide:MCnc:Pt:Ser/Plas:Qn: + 2721-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:PrThr:Pt:Bld:Ord: + 27210-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:MCnc:24H:Urine:Qn: + 27212-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:Pt:Amnio fld:Qn: + 27217-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:Amnio fld:Qn: + 27219-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pantothenate:MCnc:Pt:Ser/Plas/Bld:Qn: + 2722-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:MCnc:24H:Urine:Qn: + 27221-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnc:24H:Urine:Qn: + 27222-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:Amnio fld:Qn: + 27223-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MCnc:Pt:Saliva:Qn: + 27225-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin:ACnc:Pt:Amnio fld:Qn: + 27233-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.alpha subunit:MCnc:Pt:Ser/Plas:Qn: + 27252-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate/Creatinine:SRto:Pt:Urine:Qn: + 27254-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnt:24H:Stool:Qn: + 27255-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Amnio fld:Qn: + 27256-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnt:24H:Stool:Qn: + 27257-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:SCnc:Pt:Ser/Plas:Qn: + 27258-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated:PrThr:Pt:Ser/Plas:Ord: + 27259-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:PrThr:Pt:Urine:Ord: + 27267-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxydecanedioate:PrThr:Pt:Urine:Ord: + 27268-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate:PrThr:Pt:Urine:Ord: + 27269-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate:PrThr:Pt:Urine:Ord: + 27271-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate:PrThr:Pt:Urine:Ord: + 27272-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:Pt:Amnio fld:Qn: + 27278-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin related protein:MCnc:Pt:Ser/Plas:Qn: + 2729-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:Pt:Urine:Qn: + 27291-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:Urine:Qn: + 27292-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:SCnc:Pt:Urine:Qn: + 27294-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:Urine:Qn: + 27296-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.C-terminal:MCnc:Pt:Ser/Plas:Qn: + 2730-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate:SCnc:Pt:Ser/Plas:Qn: + 27301-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:Urine:Qn: + 27304-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:PrThr:Pt:Saliva:Ord: + 27306-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact:MCnc:Pt:Ser/Plas:Qn: + 2731-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:Amnio fld:Qn: + 27310-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:Pt:Urine:Qn: + 27317-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reducing substances:ACnc:Pt:Stool:Qn:Test strip + 27319-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.mid molecule:MCnc:Pt:Ser/Plas:Qn: + 2732-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:Urine:Qn: + 27322-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:Urine:Qn: + 27323-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:Urine:Qn: + 27325-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Urine:Qn: + 27326-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.N-terminal:MCnc:Pt:Ser/Plas:Qn: + 2733-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:ACnc:Pt:Ser/Plas:Qn: + 27333-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:ACnc:Pt:Ser/Plas:Qn: + 27334-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:ACnc:Pt:Ser/Plas:Qn: + 27335-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Prid:Pt:Bld:Nom: + 27336-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:SCnc:Pt:CSF:Qn: + 27337-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentoses:MRat:24H:Urine:Qn: + 2734-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:PrThr:Pt:Ser/Plas:Ord: + 27340-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Urine:Qn: + 27341-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:PrThr:Pt:Ser/Plas:Ord: + 27344-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:PrThr:24H:Urine:Ord: + 27349-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsinogen:MCnc:Pt:Bld:Qn: + 2735-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:ACnc:Pt:Ser/Plas:Qn: + 27350-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pantothenate:PrThr:Pt:Ser/Plas/Bld:Ord: + 27351-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:ACnc:Pt:Ser/Plas:Qn: + 27352-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estimated average glucose:MCnc:Pt:Bld:Qn:Estimated from glycated hemoglobin + 27353-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:PrThr:Pt:Plr fld:Ord: + 27355-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsinogen I:MCnc:Pt:Ser/Plas:Qn: + 2736-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:ACnc:Pt:Ser/Plas:Qn: + 27361-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:ACnc:Pt:Ser/Plas:Qn: + 27362-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:MCnc:Pt:Urine:Qn: + 27365-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsinogen I:MCnc:Pt:Urine:Qn: + 2737-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Dial fld:Qn: + 27373-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:MCnc:Pt:Ser/Plas:Qn: + 27376-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:24H:Urine:Qn: + 27378-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsinogen II:MCnc:Pt:Ser/Plas:Qn: + 2738-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:ACnc:Pt:Ser/Plas:Qn: + 27381-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:MCnc:24H:Urine:Qn: + 27382-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsinogen:MCnc:Pt:Ser/Plas:Qn: + 2739-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:MCnc:Pt:Urine:Qn: + 27394-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal:MCnt:Pt:Stool:Qn: + 27396-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:ACnc:Pt:Ser/Plas:Qn: + 27399-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsins:CCnc:Pt:Gast fld:Qn: + 2740-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MCnc:Pt:Urine:Qn: + 27400-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^6th specimen:PrThr:Pt:Stool:Ord: + 27401-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Urine:Qn: + 27403-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsins:CCnc:Pt:Urine:Qn: + 2741-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Creatinine:MRto:Pt:Urine:Qn: + 27411-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SRat:24H:Stool:Qn: + 27419-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin converting enzyme:CCnc:Pt:Ser/Plas:Qn: + 2742-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylglycerol:ACnc:Pt:Amnio fld:Qn: + 27420-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:SCnc:Pt:Urine:Qn: + 27424-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Amnio fld:Qn: + 2743-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldA:Qn: + 2744-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnt:24H:Stool:Qn: + 27441-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldC:Qn: + 2745-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldV:Qn: + 2746-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:CSF:Qn: + 2747-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Body fld:Qn: + 2748-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Gast fld:Qn: + 2749-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Plr fld:Qn: + 2750-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Periton fld:Qn: + 2751-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Semen:Qn: + 2752-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Ser/Plas:Qn: + 2753-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Synv fld:Qn: + 2754-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Stool:Qn: + 2755-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Urine:Qn: + 2756-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylketones:PrThr:Pt:Bld:Ord: + 2761-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MCnc:Pt:Bld:Qn: + 2762-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MCnc:Pt:CSF:Qn: + 2763-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:PrThr:Pt:Ser/Plas:Ord: + 2764-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MCnc:Pt:Ser/Plas:Qn: + 2765-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MCnc:Pt:Urine:Qn: + 2766-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MRat:24H:Urine:Qn: + 2767-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Tyrosine:MRto:Pt:Ser/Plas:Qn: + 2768-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylketones:PrThr:Pt:Urine:Ord: + 2769-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate:MCnc:Pt:Bld:Qn: + 2770-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate:MCnc:Pt:Plas:Qn: + 2771-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate:PrThr:Pt:Urine:Ord: + 2772-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate:MCnc:Pt:Urine:Qn: + 2773-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Bld:Qn: + 2774-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Dial fld:Qn: + 2775-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2776-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Ser/Plas:Qn: + 2777-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Urine:Qn: + 2778-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MRat:24H:Urine:Qn: + 2779-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:PrThr:Pt:Urine:Ord: + 2780-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Urine:Qn: + 2781-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MRat:24H:Urine:Qn: + 2782-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin:MCnc:Pt:Plas:Qn: + 2783-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylcholine.saturated:MCnc:Pt:Amnio fld:Qn: + 2784-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylglycerol:PrThr:Pt:Amnio fld:Ord: + 2785-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylglycerol:MCnc:Pt:Amnio fld:Qn: + 2786-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:MCnc:24H:Urine:Qn: + 27866-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylinositol:MCnc:Pt:Ser:Qn: + 2787-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoenolpyruvate carboxykinase:CCnc:Pt:Ser:Qn: + 2788-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proinsulin:SCnc:Pt:Ser/Plas:Qn: + 27882-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:MCnc:Pt:Ser/Plas:Qn: + 2789-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylglycine/Creatinine:MRto:Pt:Urine:Qn: + 27892-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:MCnc:Pt:Urine:Qn: + 2790-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:Urine:Qn: + 27904-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase:CCnc:Pt:Bld:Qn: + 2791-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:Urine:Qn: + 27911-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminoadipate:SRat:24H:Urine:Qn: + 27914-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Antichymotrypsin:ACnc:Pt:Stool:Qn: + 27915-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase:CCnc:Pt:Ser:Qn: + 2792-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10:MCnc:Pt:Ser/Plas:Qn: + 27923-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^7th specimen:PrThr:Pt:Stool:Ord: + 27925-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^8th specimen:PrThr:Pt:Stool:Ord: + 27926-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mandelate:PrThr:Pt:Urine:Ord: + 27929-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase.F subunit/Phosphofructokinase.total:CFr:Pt:Platelets:Qn: + 2793-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide:SCnc:Pt:Urine:Qn: + 27939-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase.F subunit/Phosphofructokinase.total:CFr:Pt:WBC:Qn: + 2794-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:CSF:Qn: + 27941-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:MCnc:Pt:Ser/Plas:Qn: + 27942-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:MRat:24H:Urine:Qn: + 27944-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase.L subunit/Phosphofructokinase.total:CFr:Pt:RBC:Qn: + 2795-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:ACnc:Pt:Ser/Plas:Qn: + 27953-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase.M subunit/Phosphofructokinase.total:CFr:Pt:RBC:Qn: + 2796-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoglucomutase:CCnc:Pt:Ser:Qn: + 2797-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:ACnc:Pt:Ser/Plas:Qn: + 27972-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:ACnc:Pt:Ser/Plas:Qn: + 27973-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:ACnc:Pt:Ser/Plas:Qn: + 27974-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:MCnc:Pt:Ser/Plas:Qn: + 27975-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine/Creatinine:SRto:24H:Urine:Qn: + 27977-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines/Creatinine:SRto:24H:Urine:Qn: + 27978-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:SRat:24H:Urine:Qn: + 27979-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoglycerate kinase:CCnc:Pt:Ser:Qn: + 2798-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine binding globulin:SCnc:Pt:Ser/Plas:Qn: + 27980-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoglyceromutase:CCnc:Pt:Ser:Qn: + 2799-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:ACnc:Pt:Ser/Plas:Qn: + 27995-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoadipate/Creatinine:SRto:Pt:Urine:Qn: + 27997-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MCnc:Pt:Saliva:Qn: + 27998-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose phosphate isomerase:CCnc:Pt:Ser:Qn: + 2800-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Potassium:SRto:Pt:Ser/Plas:Qn: + 28003-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:ARat:24H:Urine:Qn: + 28007-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phospholipid:MCnc:Pt:Ser/Plas:Qn: + 2801-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:MCnc:Pt:Urine:Qn: + 2802-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytanate:MCnc:Pt:Ser/Plas:Qn: + 2803-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:MCnc:Pt:Bld:Qn: + 28038-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytanate:MCnc:Pt:Ser/Plas:Qn: + 2804-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:MCnc:Pt:Ser/Plas:Qn: + 28041-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:MCnc:Pt:Urine:Qn: + 28044-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^1st specimen:PrThr:Pt:Saliva:Ord: + 28045-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^2nd specimen:PrThr:Pt:Saliva:Ord: + 28046-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:MCnc:Pt:CSF:Qn: + 2805-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:MCnc:Pt:Ser/Plas:Qn: + 2806-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:MCnc:Pt:Urine:Qn: + 28065-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminobutyrate:SCnc:Pt:Amnio fld:Qn: + 28068-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Meat fibers:Naric:Pt:Stool:Qn:Microscopy.light + 28069-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:MCnc:Pt:Urine:Qn: + 2807-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vegetable fibers:Naric:Pt:Stool:Qn:Microscopy.light + 28070-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + E selectin:MCnc:Pt:Bld:Qn: + 28071-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilin:MCnc:Pt:Ser:Qn: + 2808-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:PrThr:Pt:Urine:Ord: + 2809-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:MRat:24H:Urine:Qn: + 2810-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:SCnc:Pt:Urine:Qn: + 2811-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen deaminase:CCnc:Pt:RBC:Qn: + 2812-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen synthase:CCnc:Pt:RBC:Qn: + 2813-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnc:Pt:RBC:Qn: + 2814-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnc:Pt:Ser/Plas:Qn: + 2815-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:PrThr:Pt:Stool:Ord: + 2816-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnc:Pt:Stool:Qn: + 2817-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:PrThr:Pt:Urine:Ord: + 2818-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:CSF:Qn: + 2819-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Dial fld:Qn: + 2820-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Body fld:Qn: + 2821-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Gast fld:Qn: + 2822-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Ser/Plas:Qn: + 2823-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:RBC:Qn: + 2824-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Saliva:Qn: + 2825-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:72H:Stool:Qn: + 2826-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Sweat:Qn: + 2827-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Urine:Qn: + 2828-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:24H:Urine:Qn: + 2829-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2830-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnancy specific protein 1:MCnc:Pt:Ser:Qn: + 2831-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:MCnc:Pt:Amnio fld:Qn: + 2832-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:MCnc:Pt:Urine:Qn: + 2833-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:MRat:24H:Urine:Qn: + 2834-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol:MCnc:Pt:Urine:Qn: + 2835-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol:MRat:24H:Urine:Qn: + 2836-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnenolone:MCnc:Pt:Ser/Plas:Qn: + 2837-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:Pt:Saliva:Qn: + 2838-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:Pt:Ser/Plas:Qn: + 2839-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proinsulin:MCnc:Pt:Ser/Plas:Qn: + 2840-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:MCnc:Pt:Semen:Qn: + 2841-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:MCnc:Pt:Ser/Plas:Qn: + 2842-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:MCnc:Pt:CSF:Qn: + 2843-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:PrThr:Pt:Ser/Plas:Ord: + 2844-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:MCnc:Pt:Ser/Plas:Qn: + 2845-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:MCnc:Pt:Urine:Qn: + 2846-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:MRat:24H:Urine:Qn: + 2847-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline dipeptidase:CCnt:Pt:Tiss:Qn: + 2848-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionate:MCnc:Pt:Ser:Qn: + 2849-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionyl CO-A carboxylase:CCnt:Pt:Tiss:Qn: + 2850-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E:MCnc:Pt:Plas:Qn: + 2851-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E1:MCnc:Pt:Ser/Plas:Qn: + 2852-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E2:MCnc:Pt:Ser/Plas:Qn: + 2853-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F:MCnc:Pt:Plas:Qn: + 2854-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2:MCnc:Pt:Ser/Plas:Qn: + 2855-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:PrThr:Pt:Urine:Ord: + 28550-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:PrThr:Pt:Ser/Plas:Ord: + 28554-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin:MCnc:Pt:Ser/Plas:Qn: + 2856-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Ser/Plas:Qn: + 2857-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.CSF/Protein.serum:RelRto:Pt:Ser+CSF:Qn: + 2858-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoadipate/Creatinine:Ratio:Pt:Urine:Qn: + 28584-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenyllactate/Creatinine:Ratio:Pt:Urine:Qn: + 28586-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine/Creatinine:Ratio:Pt:Urine:Qn: + 28588-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters/Creatinine:Ratio:Pt:Urine:Qn: + 28589-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein kinase:CCnc:Pt:Ser:Qn: + 2859-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Creatinine:Ratio:Pt:Urine:Qn: + 28590-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate/Creatinine:Ratio:Pt:Urine:Qn: + 28591-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoadipate/Creatinine:Ratio:Pt:Urine:Qn: + 28592-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate/Creatinine:Ratio:Pt:Urine:Qn: + 28593-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Creatinine:Ratio:Pt:Urine:Qn: + 28594-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine/Creatinine:Ratio:Pt:Urine:Qn: + 28595-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine/Creatinine:Ratio:Pt:Urine:Qn: + 28596-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine/Creatinine:Ratio:Pt:Urine:Qn: + 28597-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate/Creatinine:Ratio:Pt:Urine:Qn: + 28598-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine/Creatinine:Ratio:Pt:Urine:Qn: + 28599-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein nitrogen:MRat:24H:Urine:Qn: + 2860-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine/Creatinine:Ratio:Pt:Urine:Qn: + 28600-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:Ratio:Pt:Urine:Qn: + 28601-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate/Creatinine:Ratio:Pt:Urine:Qn: + 28602-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Creatinine:Ratio:Pt:Urine:Qn: + 28603-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine/Creatinine:Ratio:Pt:Urine:Qn: + 28604-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine/Creatinine:Ratio:Pt:Urine:Qn: + 28605-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine/Creatinine:Ratio:Pt:Urine:Qn: + 28606-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan/Creatinine:Ratio:Pt:Urine:Qn: + 28608-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Creatinine:Ratio:24H:Urine:Qn: + 28609-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:CSF:Qn:Electrophoresis + 2861-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine/Creatinine:Ratio:Pt:Urine:Qn: + 28610-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate/Creatinine:Ratio:Pt:Urine:Qn: + 28611-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2862-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Synv fld:Qn:Electrophoresis + 2863-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldCoV:Qn: + 28637-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldCoA:Qn:Calculated + 28638-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldCoV:Qn:Calculated + 28639-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:Pt:CSF:Qn:Electrophoresis + 2864-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldCoA:Qn: + 28640-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldCoV:Qn: + 28641-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldCoA:Qn: + 28642-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldCoV:Qn: + 28643-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldCoA:Qn: + 28644-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldCoV:Qn: + 28645-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldCoA:Qn: + 28646-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldCoV:Qn: + 28647-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldCoA:Qn: + 28648-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldCoV:Qn: + 28649-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2865-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:Pt:Synv fld:Qn:Electrophoresis + 2866-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:Pt:CSF:Qn:Electrophoresis + 2867-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2868-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:Pt:Synv fld:Qn:Electrophoresis + 2869-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:Pt:CSF:Qn:Electrophoresis + 2870-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2871-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:Pt:Synv fld:Qn:Electrophoresis + 2872-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:Pt:CSF:Qn:Electrophoresis + 2873-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2874-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:Pt:Synv fld:Qn:Electrophoresis + 2875-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:CSF:Qn:Electrophoresis + 2876-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 2877-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Amnio fld:Qn: + 2878-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:PrThr:Pt:CSF:Ord: + 2879-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:CSF:Qn: + 2880-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Body fld:Qn: + 2881-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Plr fld:Qn: + 2882-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Periton fld:Qn: + 2883-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Semen:Qn: + 2884-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Ser/Plas:Qn: + 2885-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Synv fld:Qn: + 2886-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MRat:24H:Urine:Qn: + 2889-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Creatinine:MRto:Pt:Urine:Qn: + 2890-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MRat:24H:Stool:Qn: + 2891-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.free:MCnc:Pt:Bld:Qn: + 2892-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:PrThr:Pt:Bld:Ord: + 2893-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:PrThr:Pt:RBC:Ord: + 2894-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:MCnc:Pt:RBC:Qn: + 2895-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:Pt:Bld:Qn: + 2896-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:PrThr:Pt:RBC:Ord: + 2897-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:Pt:RBC:Qn: + 2898-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine nucleoside phosphorylase:CCnt:Pt:Tiss:Qn: + 2899-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxine:MCnc:Pt:Ser/Plas:Qn: + 2900-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxine congeners:MCnc:Pt:Ser/Plas:Qn: + 2901-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyrimidine-5'-Nucleotidase:PrThr:Pt:Bld:Ord: + 2902-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyrimidine-5'-Nucleotidase:CCnc:Pt:Bld:Qn: + 2903-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:MCnc:Pt:Bld:Qn: + 2905-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:MCnc:Pt:BldA:Qn: + 2906-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:MCnc:Pt:CSF:Qn: + 2907-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:MCnc:Pt:Urine:Qn: + 2908-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate carboxylase:CCnt:Pt:Tiss:Qn: + 2909-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate dehydrogenase.cytochrome:CCnc:Pt:Ser/Plas:Qn: + 2910-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate dehydrogenase.lipoamide:CCnt:Pt:Tiss:Qn: + 2911-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase:CCnc:Pt:RBC:Qn: + 2912-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase:CCnc:Pt:Ser/Plas:Qn: + 2913-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate oxidase:CCnc:Pt:Ser/Plas:Qn: + 2914-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:MCnc:Pt:Ser/Plas:Qn: + 29141-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:MCnc:Pt:Ser/Plas:Qn: + 29142-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Body fld:Qn: + 29146-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin:CCnc:Pt:Plas:Qn: + 2915-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Body fld:Qn: + 29153-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:Body fld:Qn: + 29154-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin/Creatinine:Ratio:24H:Urine:Qn: + 29155-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:24H:Urine:Qn: + 29156-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin/Creatinine:Ratio:24H:Urine:Qn: + 29157-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2916-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin^upright:CCnc:Pt:Plas:Qn: + 2918-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reticulin:MCnc:Pt:Ser:Qn: + 2919-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinal:MCnc:Pt:Ser/Plas:Qn: + 2920-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinoate:MCnc:Pt:Ser/Plas:Qn: + 2921-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:MCnc:Pt:Body fld:Qn: + 29210-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceruloplasmin:MCnc:Pt:Body fld:Qn: + 29213-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol:MCnc:Pt:Bld:Qn: + 2922-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol:MCnc:Pt:Ser/Plas:Qn: + 2923-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:ACnc:Pt:Body fld:Qn: + 29238-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.free:MCnc:Pt:Ser/Plas:Qn:Dialysis + 29239-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Riboflavin:MCnc:Pt:Ser/Plas:Qn: + 2924-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:Body fld:Qn: + 29246-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribonuclease:CCnc:Pt:Ser:Qn: + 2925-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^adjusted:MoM:Pt:Amnio fld:Qn: + 29253-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribose:MCnc:Pt:Ser:Qn: + 2926-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^^corrected for albumin:SCnc:Pt:Ser/Plas:Qn: + 29265-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:SCnt:Pt:Stool:Qn: + 29266-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:SCnt:Pt:Stool:Qn: + 29267-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribulose:MCnc:Pt:Ser:Qn: + 2927-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:PrThr:Pt:Urine:Ord: + 29276-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta fructofuranosidase:CCnc:Pt:RBC:Qn: + 2928-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase:PrThr:Pt:RBC:Ord: + 29281-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:PrThr:Pt:Bld:Ord: + 29284-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Saccharides:PrThr:Pt:Urine:Ord: + 2929-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:MCnc:Pt:Bld:Qn: + 29293-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:PrThr:Pt:Ser/Plas:Ord: + 2930-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:MCnc:Pt:Ser/Plas:Qn: + 2931-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:MCnc:Pt:Urine:Qn: + 2932-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Secretin:MCnc:Pt:Plas:Qn: + 2933-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:MCnc:Pt:CSF:Qn: + 2934-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:MRat:24H:Urine:Qn: + 29342-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 29349-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:PrThr:Pt:Ser/Plas:Ord: + 2935-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids.total neutral:MRat:12H:Urine:Qn: + 29353-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:MCnc:Pt:Ser/Plas:Qn: + 2936-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:CSF:Qn: + 29364-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Body fld:Qn: + 29365-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:MCnc:Pt:Urine:Qn: + 2937-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:MRat:24H:Urine:Qn: + 2938-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:Pt:Bld:Qn: + 2939-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.mid molecule:SCnc:Pt:Ser/Plas:Qn: + 29390-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:Pt:Plas:Qn: + 2940-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:Pt:Platelets:Qn: + 2941-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sex hormone binding globulin:MCnc:Pt:Ser/Plas:Qn: + 2942-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate:MCnc:Pt:Plas:Qn: + 2943-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate:MCnc:Pt:Urine:Qn: + 2944-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialidase:CCnc:Pt:Ser:Qn: + 2945-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialidase:CCnt:Pt:Tiss:Qn: + 2946-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Bld:Qn: + 2947-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:CSF:Qn: + 2948-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Dial fld:Qn: + 2949-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Body fld:Qn: + 2950-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyadipate/Creatinine:SRto:Pt:Urine:Qn: + 29500-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate/Creatinine:SRto:Pt:Urine:Qn: + 29502-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate/Creatinine:SRto:Pt:Urine:Qn: + 29503-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisovalerate/Creatinine:SRto:Pt:Urine:Qn: + 29504-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxy-3-Methylvalerate/Creatinine:SRto:Pt:Urine:Qn: + 29505-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoadipate/Creatinine:SRto:Pt:Urine:Qn: + 29506-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate/Creatinine:SRto:Pt:Urine:Qn: + 29507-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate/Creatinine:SRto:Pt:Urine:Qn: + 29508-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate/Creatinine:SRto:Pt:Urine:Qn: + 29509-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Ser/Plas:Qn: + 2951-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate/Creatinine:SRto:Pt:Urine:Qn: + 29510-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 29511-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:MCnc:Pt:Ser/Plas:Qn: + 29512-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate/Creatinine:SRto:Pt:Urine:Qn: + 29514-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate/Creatinine:SRto:Pt:Urine:Qn: + 29515-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyvalerate/Creatinine:SRto:Pt:Urine:Qn: + 29516-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatinine:SCrto:Pt:Urine:Qn: + 29517-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutarate/Creatinine:SRto:Pt:Urine:Qn: + 29518-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylpyruvate/Creatinine:SRto:Pt:Urine:Qn: + 29519-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:Sub:24H:Stool:Qn: + 2952-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate/Creatinine:SRto:Pt:Urine:Qn: + 29520-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyhexanoate/Creatinine:SRto:Pt:Urine:Qn: + 29521-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline/Creatinine:SRto:Pt:Urine:Qn: + 29522-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethyl-3-Hydroxypropionate/Creatinine:SRto:Pt:Urine:Qn: + 29523-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate/Creatinine:SRto:Pt:Urine:Qn: + 29524-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aconitate/Creatinine:SRto:Pt:Urine:Qn: + 29525-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate/Creatinine:SRto:Pt:Urine:Qn: + 29527-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:Sub:72H:Stool:Qn: + 2953-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Sweat:Qn: + 2954-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnt:Pt:Amnio fld cells:Qn: + 29542-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A/Beta-N-acetylhexosaminidase.total:CFr:Pt:Amnio fld cells:Qn: + 29543-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Urine:Qn: + 2955-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SRat:24H:Urine:Qn: + 2956-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 2957-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:PrThr:Pt:Bld.dot:Ord: + 29571-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:MCnc:Pt:Bld.dot:Qn: + 29572-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Bld.dot:Qn: + 29573-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:PrThr:Pt:Bld.dot:Ord: + 29574-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:Bld.dot:Qn: + 29575-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Potassium:SRto:Pt:Sweat:Qn: + 2958-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Potassium:SRto:Pt:Urine:Qn: + 2959-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MoM:Pt:Amnio fld:Qn: + 29595-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatostatin:PrThr:Pt:Plas:Ord: + 2960-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatostatin:MCnc:Pt:Plas:Qn: + 2961-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin:MCnc:Pt:Amnio fld:Qn: + 2962-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate:PrThr:Pt:Urine:Ord: + 29621-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:PrThr:Pt:Urine:Ord: + 29622-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoate:PrThr:Pt:Urine:Ord: + 29623-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate:PrThr:Pt:Urine:Ord: + 29624-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate:PrThr:Pt:Urine:Ord: + 29625-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysebacate:PrThr:Pt:Urine:Ord: + 29626-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyvalerate:PrThr:Pt:Urine:Ord: + 29627-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine:PrThr:Pt:Urine:Ord: + 29628-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutaconate:PrThr:Pt:Urine:Ord: + 29629-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin:MCnc:Pt:Ser/Plas:Qn: + 2963-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutarate:PrThr:Pt:Urine:Ord: + 29630-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetylaspartate:PrThr:Pt:Urine:Ord: + 29631-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyltyrosine:PrThr:Pt:Urine:Ord: + 29632-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnt:Pt:Tiss:Qn: + 29639-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Body fld:Qn: + 2964-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isomaltase:CCnt:Pt:Tiss:Qn: + 29640-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Urine:Qn: + 2965-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:24H:Urine:Qn: + 2966-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Starch granules:PrThr:Pt:Stool:Ord:Microscopy.light + 2967-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Starch granules:ACnc:Pt:Stool:Ord: + 2968-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stercobilin:PrThr:Pt:Stool:Ord: + 2969-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Streptomyces proteinase:PrThr:Pt:Ser:Ord: + 2970-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Substance P:MCnc:Pt:Ser/Plas:Qn: + 2971-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate:MCnc:Pt:Urine:Qn: + 2972-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:MCnc:Pt:Urine:Qn: + 2973-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose:MCnc:Pt:XXX:Qn: + 2974-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:3D RT incubation + 29743-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:3D 37 deg C incubation + 29744-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:3D RT incubation + 29745-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:3D 37 deg C incubation + 29746-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tocopherols:SCnc:Pt:Ser/Plas:Qn: + 29747-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnt:Pt:Tiss:Qn: + 29748-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:Pt:Urine:Qn: + 2975-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate.inorganic:MCnc:Pt:Ser/Plas:Qn: + 2976-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated:SCnc:Pt:Ser/Plas:Qn: + 29760-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:SRto:Pt:RBC:Qn: + 29763-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnc:Pt:Body fld:Qn: + 29764-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Body fld:Qn: + 29765-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Body fld:Qn: + 29766-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Body fld:Qn: + 29767-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfite oxidase:CCnc:Pt:Plas:Qn: + 2977-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal.lower:PrThr:Pt:Stool:Ord:IA + 29771-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:SCnc:Pt:Ser/Plas:Qn: + 29775-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Superoxide dismutase:CCnc:Pt:Plas:Qn: + 2978-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:MCnc:Pt:CSF:Qn: + 2979-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:PrThr:Pt:Ser/Plas:Ord: + 2980-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:MCnc:Pt:Ser/Plas:Qn: + 2981-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:MCnc:Pt:Urine:Qn: + 2982-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Terminal deoxyribonucleotidyl transferase:CCnc:Pt:Plas:Qn: + 2983-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Saliva:Qn: + 2984-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Semen:Qn: + 2985-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha hydroxybutyrate/Creatinine:SRto:Pt:Urine:Qn: + 29858-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate/Creatinine:SRto:Pt:Urine:Qn: + 29859-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Ser/Plas:Qn: + 2986-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxo,3-Methylvalerate:PrThr:Pt:Urine:Ord: + 29864-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate:PrThr:Pt:Urine:Ord: + 29865-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisovalerate:PrThr:Pt:Urine:Ord: + 29866-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:PrThr:Pt:Urine:Ord: + 29868-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxycyclohexylacetate:PrThr:Pt:Urine:Ord: + 29869-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:PrThr:Pt:Urine:Ord: + 2987-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenyllactate:PrThr:Pt:Urine:Ord: + 29870-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylpyruvate:PrThr:Pt:Urine:Ord: + 29871-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline:PrThr:Pt:Urine:Ord: + 29872-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyrylglycine:PrThr:Pt:Urine:Ord: + 29873-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine:PrThr:Pt:Urine:Ord: + 29874-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:PrThr:Pt:Urine:Ord: + 29875-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:PrThr:Pt:Urine:Ord: + 29876-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:PrThr:Pt:Urine:Ord: + 29877-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate/Creatinine:SRto:Pt:Urine:Qn: + 29878-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone/Creatinine:MRto:24H:Urine:Qn: + 29879-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Urine:Qn: + 2988-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxy-3-Methylvalerate:PrThr:Pt:Urine:Ord: + 29880-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate:PrThr:Pt:Urine:Ord: + 29881-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisovalerate:PrThr:Pt:Urine:Ord: + 29882-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylbutyrylglycine:PrThr:Pt:Urine:Ord: + 29884-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MRat:24H:Urine:Qn: + 2989-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphorus:MCnc:24H:Urine:Qn: + 29894-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphorus:MRat:24H:Urine:Qn: + 29895-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:PrThr:24H:Urine:Ord: + 29899-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free+weakly bound:MCnc:Pt:Ser/Plas:Qn: + 2990-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:MCnc:Pt:Ser/Plas:Qn: + 2991-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Stool:Qn: + 29911-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MRat:Pt:Stool:Qn: + 29912-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Amnio fld:Qn: + 2992-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Ser:Qn: + 2993-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:MCnc:Pt:Ser/Plas:Qn: + 2994-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin:MCnc:Pt:XXX:Qn: + 29944-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:PrThr:24H:Urine:Ord:Electrophoresis + 29945-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:24H:Urine:Ord:Electrophoresis + 29946-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:PrThr:24H:Urine:Ord:Electrophoresis + 29947-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol:MRat:24H:Urine:Qn: + 2995-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:PrThr:24H:Urine:Ord: + 29951-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MCnc:Pt:Body fld:Qn: + 29956-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol:MRat:24H:Urine:Qn: + 2996-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrofolate:MCnc:Pt:Plas:Qn: + 2997-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine:MCnc:Pt:Bld:Qn: + 2998-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine:MCnc:Pt:Ser/Plas:Qn: + 2999-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:MCnc:Pt:Ser/Plas:Qn: + 29999-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine pyrophosphate:MCnc:Pt:Ser:Qn: + 3000-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:Pt:Urine:Qn:Detection limit <= 20 mg/L + 30000-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:Pt:Urine:Qn:Detection limit <= 20 mg/L test strip + 30001-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Urine:Qn:Test strip + 30002-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:24H:Urine:Qn:Detection limit <= 20 mg/L + 30003-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Urine:Qn:Test strip + 30004-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:ACnc:Pt:Saliva:Qn: + 30029-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:24H:Urine:Qn: + 30030-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Creatinine:Ratio:Pt:Urine:Qn: + 30047-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Creatinine:Ratio:Pt:Urine:Qn: + 30048-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Creatinine:Ratio:Pt:Urine:Qn: + 30049-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 3005-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine/Creatinine:Ratio:Pt:Urine:Qn: + 30050-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine/Creatinine:Ratio:Pt:Urine:Qn: + 30051-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Creatinine:Ratio:Pt:Urine:Qn: + 30052-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Creatinine:Ratio:Pt:Urine:Qn: + 30053-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Creatinine:Ratio:Pt:Urine:Qn: + 30054-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:Ratio:Pt:Urine:Qn: + 30055-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine/Creatinine:Ratio:Pt:Urine:Qn: + 30056-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Creatinine:Ratio:Pt:Urine:Qn: + 30057-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Creatinine:Ratio:Pt:Urine:Qn: + 30058-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Creatinine:Ratio:Pt:Urine:Qn: + 30059-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:MCnc:Pt:CSF:Qn: + 3006-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate:SCnc:Pt:Ser/Plas:Qn: + 30060-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Creatinine:Ratio:Pt:Urine:Qn: + 30061-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Creatinine:Ratio:Pt:Urine:Qn: + 30062-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Creatinine:Ratio:Pt:Urine:Qn: + 30063-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Creatinine:Ratio:Pt:Urine:Qn: + 30064-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Creatinine:Ratio:Pt:Urine:Qn: + 30065-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Creatinine:Ratio:Pt:Urine:Qn: + 30066-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Creatinine:Ratio:Pt:Urine:Qn: + 30067-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Creatinine:Ratio:Pt:Urine:Qn: + 30068-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:Amnio fld:Qn: + 30069-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:PrThr:Pt:Ser/Plas:Ord: + 3007-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:Amnio fld:Qn: + 30070-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:MCnc:24H:Urine:Qn:HPLC + 30072-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase/Creatinine renal clearance:Ratio:Pt:Urine+Ser/Plas:Qn: + 30077-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:MCnc:Pt:Ser/Plas:Qn: + 3008-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:PrThr:Pt:Ser:Ord:Immunofixation + 30081-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:PrThr:Pt:Ser:Ord:Immunofixation + 30082-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:MCnc:Pt:Urine:Qn: + 3009-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:MRat:24H:Urine:Qn: + 3010-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:PrThr:Pt:Amnio fld:Ord: + 30106-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thromboxane alpha 2:MCnc:Pt:Ser:Qn: + 3011-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thromboxane beta 2:MCnc:Pt:Ser/Plas:Qn: + 3012-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.bound:MCnc:Pt:Ser/Plas:Qn: + 30123-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CRat:1H:Urine:Qn: + 30124-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin:MCnc:Pt:Ser/Plas:Qn: + 3013-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:PrThr:24H:Urine:Ord: + 30139-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid stimulating immunoglobulins:MCnc:Pt:Ser:Qn: + 3014-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:24H:Urine:Ord:Immunoelectrophoresis + 30140-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:24H:Urine:Ord:Immunoelectrophoresis + 30141-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:24H:Urine:Ord:Immunoelectrophoresis + 30142-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:Bld:Qn: + 3015-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin.long acting:ACnc:Pt:Ser/Plas:Qn: + 30151-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mannose-binding protein:MCnc:Pt:Ser:Qn: + 30152-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Creatinine:MRto:Pt:Ser/Plas:Qn: + 30154-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:Ser/Plas:Qn: + 3016-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein:MCnc:Pt:CSF:Qn: + 30160-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Creatinine:Ratio:Pt:Urine:Qn: + 30161-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylcholine/Albumin:MRto:Pt:Amnio fld:Qn: + 30165-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid stimulating immunoglobulins actual/Normal:RelMCnc:Pt:Ser:Qn: + 30166-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:ACnc:Pt:Ser/Plas:Qn:IA + 30169-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin binding inhibitory immunoglobulins:MCnc:Pt:Ser:Qn: + 3017-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Creatinine:SRto:24H:Urine:Qn: + 30171-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Creatinine:SRto:Pt:Urine:Qn: + 30172-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SCnc:Pt:Urine:Qn: + 30173-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin releasing hormone:MCnc:Pt:Plas:Qn: + 3018-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin.long acting:PrThr:Pt:Ser/Plas:Ord: + 3019-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecenoylcarnitine (C14:1-OH):SCnc:Pt:Ser/Plas:Qn: + 30190-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):SCnc:Pt:Ser/Plas:Qn: + 30191-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Carnitine.free (C0):SRto:Pt:Ser/Plas:Qn: + 30193-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:0:SCnc:Pt:Ser/Plas:Qn: + 30194-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0:SCnc:Pt:Ser/Plas:Qn: + 30195-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0/C22:0:SRto:Pt:Ser/Plas:Qn: + 30196-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0:SCnc:Pt:Ser/Plas:Qn: + 30197-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0/C22:0:SRto:Pt:Ser/Plas:Qn: + 30198-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha subunit:MCnc:Pt:Ser/Plas:Qn: + 30199-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine binding globulin:MCnc:Pt:Bld:Qn: + 3020-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.alpha subunit.free:ACnc:Pt:Ser/Plas:Qn: + 30206-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine binding globulin:MCnc:Pt:Ser/Plas:Qn: + 3021-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine free index:MCnc:Pt:Ser/Plas:Qn: + 3022-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine uptake:MCnc:Pt:Ser/Plas:Qn: + 3023-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoylcarnitine (C12-OH):SCnc:Pt:Ser/Plas:Qn: + 30233-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):SCnc:Pt:Ser/Plas:Qn: + 30234-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH):SCnc:Pt:Ser/Plas:Qn: + 30235-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhexanoylcarnitine (C6-OH):SCnc:Pt:Ser/Plas:Qn: + 30236-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH):SCnc:Pt:Ser/Plas:Qn: + 30237-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH):SCnc:Pt:Ser/Plas:Qn: + 30238-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Ser/Plas:Qn:With P-5'-P + 30239-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:MCnc:Pt:Ser/Plas:Qn: + 3024-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:BldV:Qn: + 30241-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:BldA:Qn: + 30242-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:ACnc:Pt:Ser/Plas:Qn: + 30243-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:CCnc:Pt:Bld:Qn: + 30244-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin receptor.soluble:MCnc:Pt:Ser/Plas:Qn: + 30248-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MCnc:Pt:Bld:Qn: + 3025-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MCnc:Pt:Ser/Plas:Qn: + 3026-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine/Thyroxine binding globulin:MRto:Pt:Ser/Plas:Qn: + 3027-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine/Triiodothyronine uptake index:MRto:Pt:Ser/Plas:Qn: + 3028-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcobalamin I:MCnc:Pt:Ser:Qn: + 3029-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcobalamin II:MCnc:Pt:Ser:Qn: + 3030-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcobalamin III:MCnc:Pt:Ser:Qn: + 3031-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH):SCnc:Pt:Ser/Plas:Qn: + 30312-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnt:Pt:Tsmi:Qn: + 30315-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha subunit.free:MCnc:Pt:Ser/Plas:Qn: + 30316-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldCoA:Qn: + 30317-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:Bld:Qn: + 30318-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnt:Pt:Tsmi:Qn: + 30319-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcobalamin:MCnc:Pt:Ser:Qn: + 3032-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):SCnc:Pt:Ser/Plas:Qn: + 30327-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1):SCnc:Pt:Ser/Plas:Qn: + 30328-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcortin:MCnc:Pt:Ser:Qn: + 3033-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):SCnc:Pt:Ser/Plas:Qn: + 30331-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):SCnc:Pt:Ser/Plas:Qn: + 30332-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin:MCnc:Pt:Ser/Plas:Qn: + 3034-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Urine:Qn: + 30348-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC):SCnc:Pt:Ser/Plas:Qn: + 30349-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin:MCnc:Pt:Urine:Qn: + 3035-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):SCnc:Pt:Ser/Plas:Qn: + 30356-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1):SCnc:Pt:Ser/Plas:Qn: + 30357-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):SCnc:Pt:Ser/Plas:Qn: + 30358-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transketolase:CCnc:Pt:Ser:Qn: + 3036-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCoV:Qn: + 30369-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:CCnc:Pt:Ser/Plas:Qn: + 3037-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCoA:Qn: + 30370-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrase:CCnt:Pt:Tsmi:Qn: + 30372-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trehalase:CCnc:Pt:Urine:Qn: + 3038-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Amnio fld:Qn: + 3039-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Ser/Plas:Qn: + 3040-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Bld:Qn: + 3043-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride+ester.in HDL:MCnc:Pt:Ser/Plas:Qn: + 3044-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride+ester.in IDL:MCnc:Pt:Ser/Plas:Qn: + 3045-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride+ester.in LDL:MCnc:Pt:Ser/Plas:Qn: + 3046-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride+ester.in VLDL:MCnc:Pt:Ser/Plas:Qn: + 3047-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate:PrThr:Pt:Urine:Ord: + 30472-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaconate:PrThr:Pt:Urine:Ord: + 30473-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate:PrThr:Pt:Urine:Ord: + 30474-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerate:PrThr:Pt:Urine:Ord: + 30475-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glyoxylate:PrThr:Pt:Urine:Ord: + 30476-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine:PrThr:Pt:Urine:Ord: + 30477-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonate:PrThr:Pt:Urine:Ord: + 30478-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylsuccinate:PrThr:Pt:Urine:Ord: + 30479-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:PrThr:Pt:Urine:Ord: + 30480-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:PrThr:Pt:Urine:Ord: + 30481-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylglycine:PrThr:Pt:Urine:Ord: + 30482-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:PrThr:Pt:Urine:Ord: + 30483-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylglycine:PrThr:Pt:Urine:Ord: + 30484-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uracil:PrThr:Pt:Urine:Ord: + 30485-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Plas:Qn: + 3049-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine resin uptake (T3RU):NFr:Pt:Ser/Plas:Qn: + 3050-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone/Creatinine:MRto:Pt:Urine:Qn: + 30508-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone/Creatinine:MRto:Pt:Urine:Qn: + 30509-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.free:MCnc:Pt:Ser/Plas:Qn: + 3051-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol/Creatinine:MRto:Pt:Urine:Qn: + 30510-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone/Creatinine:MRto:Pt:Urine:Qn: + 30511-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol/Creatinine:MRto:Pt:Urine:Qn: + 30512-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone/Creatinine:MRto:Pt:Urine:Qn: + 30513-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydroaldosterone/Creatinine:MRto:Pt:Urine:Qn: + 30515-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholate:SCnc:Pt:Ser/Plas:Qn: + 30518-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chenodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 30519-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.reverse:MCnc:Pt:Ser/Plas:Qn: + 3052-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxycholate:SCnc:Pt:Ser/Plas:Qn: + 30520-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin B:ACnc:Pt:Ser/Plas:Qn: + 30521-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:Ser/Plas:Qn:High sensitivity + 30522-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:TPN:Qn: + 30527-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:PrThr:Pt:Urine:Ord: + 30528-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:PrThr:Pt:Urine:Ord: + 30529-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:MCnc:Pt:Ser/Plas:Qn: + 3053-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5):SCnc:Pt:Ser/Plas:Qn: + 30531-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2):SCnc:Pt:Ser/Plas:Qn: + 30534-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:TPN:Qn: + 30536-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.true:MCnc:Pt:Ser/Plas:Qn: + 3054-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):SCnc:Pt:Ser/Plas:Qn: + 30540-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1):SCnc:Pt:Ser/Plas:Qn: + 30541-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1):SCnc:Pt:Ser/Plas:Qn: + 30542-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:TPN:Qn: + 30544-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:TPN:Qn: + 30549-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine/Triiodothyronine uptake index:Ratio:Pt:Ser/Plas:Qn: + 3055-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pristanate/Phytanate:SRto:Pt:Ser/Plas:Qn: + 30550-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3):SCnc:Pt:Ser/Plas:Qn: + 30551-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal phosphate:MCnc:Pt:Ser/Plas:Qn: + 30552-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:TPN:Qn: + 30558-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethylamine:MCnc:Pt:Urine:Qn: + 3056-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18):SCnc:Pt:Ser/Plas:Qn: + 30560-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Surfactant/Albumin:MRto:Pt:Amnio fld:Qn: + 30562-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:Urine:Qn: + 30563-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):SCnc:Pt:Ser/Plas:Qn: + 30564-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanoylcarnitine (C14):SCnc:Pt:Ser/Plas:Qn: + 30565-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1):SCnc:Pt:Ser/Plas:Qn: + 30566-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid stimulating immunoglobulins:ACnc:Pt:Ser:Qn: + 30567-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triokinase:CCnc:Pt:Plas:Qn: + 3057-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:Prctl:Pt:Ser/Plas:Qn: + 30570-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatinine:MRto:24H:Urine:Qn: + 30571-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal:MCnc:Pt:Ser/Plas:Qn: + 30572-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate+Acetone:MCnc:Pt:Ser/Plas:Qn: + 30574-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethyl-3-Hydroxypropionate:PrThr:Pt:Urine:Ord: + 30576-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrate:PrThr:Pt:Urine:Ord: + 30577-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triosephosphate isomerase:CCnc:Pt:Ser:Qn: + 3058-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:CCnc:Pt:Duod fld:Qn: + 3059-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:CCnc:Pt:Ser/Plas:Qn: + 3060-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:CCnc:Pt:Stool:Ord: + 3061-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:CRat:24H:Stool:Qn: + 3062-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:CCnc:Pt:Stool:Qn: + 3063-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin+Trypsinogen:MCnc:Pt:Ser/Plas:Qn: + 3064-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsinogen:PrThr:Pt:Ser/Plas:Ord: + 3065-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsinogen:MCnc:Pt:Ser/Plas:Qn: + 3066-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsinogen I.free:MCnc:Pt:Ser/Plas:Qn: + 3067-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:MCnc:Pt:CSF:Qn: + 3068-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:PrThr:Pt:Ser/Plas:Ord: + 3069-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:MCnc:Pt:Ser/Plas:Qn: + 3070-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:MCnc:Pt:Ser:Qn: + 3071-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:MCnc:Pt:Urine:Qn: + 3072-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan.free:MCnc:Pt:Ser/Plas:Qn: + 3073-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor.alpha:MCnc:Pt:Ser/Plas:Qn: + 3074-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MCnc:Pt:Bld:Qn: + 3077-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:PrThr:Pt:Ser/Plas:Ord: + 3078-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MCnc:Pt:Ser/Plas:Qn: + 3079-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MCnc:Pt:Urine:Qn: + 3080-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MRat:24H:Urine:Qn: + 3081-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine aminotransferase:MCnc:Pt:Plas:Qn: + 3082-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Amnio fld:Qn: + 3083-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Ser/Plas:Qn: + 3084-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Synv fld:Qn: + 3085-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Urine:Qn: + 3086-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MRat:24H:Urine:Qn: + 3087-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 3088-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate/Creatinine:MRto:Pt:Urine:Qn: + 3089-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone/Renin:Ratio:Pt:Plas:Qn: + 30894-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin:ACnc:Pt:Plas:Qn: + 30895-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythrocyte volume:Vol:Pt:^Patient:Qn:Radnuc + 30897-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Plasma volume:Vol:Pt:^Patient:Qn:Radnuc + 30898-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Blood volume:Vol:Pt:^Patient:Qn:Radnuc + 30899-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Amnio fld:Qn: + 3090-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Ser/Plas:Qn: + 3091-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:XXX:Urine:Qn: + 30919-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Urine:Qn: + 3092-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:XXX:Urine:Qn: + 30922-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Body fld:Qn: + 3093-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B:MCnc:Pt:Ser/Plas:Qn: + 30934-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Ser/Plas:Qn: + 3094-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Urine:Qn: + 3095-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MRat:24H:Urine:Qn: + 3096-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen/Creatinine:MRto:Pt:Ser/Plas:Qn: + 3097-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 3098-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridine diphosphate glucose-4-Epimerase:CCnc:Pt:Plas:Qn: + 3099-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridyl transferase:CCnc:Pt:RBC:Qn: + 3100-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridyl transferase:CCnt:Pt:Tiss:Qn: + 3101-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilin:MCnc:Pt:Stool:Qn: + 3102-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MCnc:Pt:Amnio fld:Qn: + 31020-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilin:PrThr:Pt:Urine:Ord: + 3103-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Epitestosterone:MRto:Pt:Urine:Qn: + 31030-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilin:MCnc:Pt:Urine:Qn: + 3104-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine/Urea nitrogen:MRto:Pt:Ser/Plas:Qn: + 31045-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:PrThr:Pt:Stool:Ord: + 3105-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MCnc:Pt:Stool:Qn: + 3106-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MCnc:Pt:Urine:Qn: + 3107-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MRat:24H:Urine:Qn: + 3108-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MRat:2H:Urine:Qn: + 3109-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uronate:MCnc:Pt:Urine:Qn: + 3110-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:24H:Body fld:Qn: + 31101-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:MCnc:Pt:RBC:Qn: + 3111-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:PrThr:Pt:Urine:Ord: + 3112-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MRat:24H:Urine:Qn: + 3113-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen decarboxylase:CCnc:Pt:Plas:Qn: + 3114-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MCnc:Pt:Bld.dot:Qn: + 31144-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:SCnc:Pt:Bld.dot:Qn: + 31145-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen III synthase:CCnc:Pt:Plas:Qn: + 3115-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Microglobulin:MCnc:24H:Urine:Qn: + 31151-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:PrThr:24H:Urine:Ord: + 31152-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin:MCnc:Pt:Bld:Qn: + 31157-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:MCnc:Pt:CSF:Qn: + 3116-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:PrThr:Pt:Ser/Plas:Ord: + 3117-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Amnio fld:Qn: + 31176-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MCnc:Pt:Amnio fld:Qn: + 31177-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:MCnc:Pt:Ser/Plas:Qn: + 3118-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:MCnc:Pt:Urine:Qn: + 3119-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:MRat:24H:Urine:Qn: + 3120-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:MCnc:24H:Urine:Qn: + 31203-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:MCnc:Pt:Ser/Plas:Qn: + 3121-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:MRat:24H:Urine:Qn: + 3122-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatine:MRto:Pt:Urine:Qn: + 3123-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatinine:MRto:Pt:Urine:Qn: + 3124-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasoactive intestinal peptide:MCnc:Pt:Ser/Plas:Qn: + 3125-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:MCnc:Pt:Ser/Plas:Qn: + 3126-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Menadione:MCnc:Pt:Ser/Plas:Qn: + 3129-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vitronectin:MCnc:Pt:Plas:Qn: + 3130-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:MCnc:Pt:Ser:Qn: + 3131-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:MCnc:Pt:Urine:Qn: + 3132-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate:MCnc:Pt:Urine:Qn: + 3133-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:MCnc:Pt:Bld:Qn: + 3134-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:MCnc:Pt:Urine:Qn: + 3135-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylulose:MCnc:Pt:Ser:Qn: + 3136-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor blocking Ab:ACnc:Pt:Ser:Qn: + 31443-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor blocking Ab:PrThr:Pt:Ser:Ord: + 31444-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor blocking Ab.IgG:ACnc:Pt:Ser:Qn: + 31445-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:Exhl gas:Qn: + 3147-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:Gas:Qn: + 3148-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:Inhl gas:Qn: + 3149-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:PrThr:Pt:Ser/Plas:Ord: + 31991-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MCnc:24H:Urine:Qn: + 31992-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:PrThr:Pt:Ser/Plas:Ord: + 31993-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotin:PrThr:Pt:Bld:Ord: + 31997-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:MCnc:24H:Urine:Qn: + 32000-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Creatinine:SRto:24H:Urine:Qn: + 32008-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Creatinine:MRto:24H:Urine:Qn: + 32009-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine:MCnc:24H:Urine:Qn: + 32015-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:BldC:Qn: + 32016-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:Pt:Urine:Qn: + 32020-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:SCnc:24H:Urine:Qn: + 32022-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:MCnc:Pt:Bld:Qn: + 32023-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:24H:Urine:Qn: + 32024-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Creatinine:SRto:24H:Urine:Qn: + 32043-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.biointact:MCnc:Pt:Ser/Plas:Qn: + 32045-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnancy associated plasma protein A:ACnc:Pt:Ser/Plas:Qn: + 32046-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:MoM:Pt:Ser/Plas:Qn: + 32122-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnancy associated plasma protein A:MoM:Pt:Ser/Plas:Qn: + 32123-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:PlasA:Qn: + 32132-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:PlasV:Qn: + 32133-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver:CCnc:Pt:Ser/Plas:Qn:Heat stability + 32135-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium phosphate/Total:MFr:Pt:Calculus:Qn: + 32137-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Total:MFr:Pt:Calculus:Qn: + 32138-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triple phosphate/Total:MFr:Pt:Calculus:Qn: + 32143-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate/Total:MFr:Pt:Calculus:Qn: + 32149-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyketosteroids:MRat:24H:Urine:Qn: + 32152-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium carbonate/Total:MFr:Pt:Calculus:Qn: + 32156-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate/Total:MFr:Pt:Calculus:Qn: + 32157-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonated calcium phosphate/Total:MFr:Pt:Calculus:Qn: + 32159-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin:PrThr:Pt:Bld:Ord:Screen + 32160-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:PrThr:24H:Urine:Ord: + 32161-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin^^adjusted:MoM:Pt:Ser/Plas:Qn: + 32166-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:MCnc:24H:Urine:Qn: + 32169-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:PrThr:24H:Urine:Ord: + 32174-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin/Creatinine:SRto:24H:Urine:Qn: + 32179-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:SCnc:Pt:Urine:Qn: + 32183-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:MCnc:24H:Urine:Qn: + 32197-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:24H:Urine:Nom:Electrophoresis + 32210-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reducing substances:MCnc:Pt:Stool:Qn: + 32211-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid stimulating immunoglobulins:SCnc:Pt:Ser:Qn: + 32214-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine free index:MCnc:Pt:Ser/Plas:Qn:Calculated + 32215-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MCnc:24H:Urine:Qn: + 32216-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Vitr fld:Qn: + 32221-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Body fld:Qn: + 32222-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Body fld:Qn: + 32223-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Vitr fld:Qn: + 32224-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:Body fld:Qn: + 32225-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:Vitr fld:Qn: + 32226-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:SCnc:Pt:Ser/Plas:Qn: + 32227-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:SCnc:Pt:Amnio fld:Qn: + 32228-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate/Creatinine:Ratio:Pt:Urine:Qn: + 32229-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:Pt:Body fld:Qn: + 32230-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Vitr fld:Qn: + 32231-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Body fld:Qn: + 32232-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbamoyl phosphate synthetase:CCnt:Pt:Tiss:Qn: + 32233-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:Vitr fld:Qn: + 32234-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:Body fld:Qn: + 32235-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:Vitr fld:Qn: + 32236-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:Body fld:Qn: + 32237-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:Pt:Vitr fld:Qn: + 32238-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:SCnc:Pt:Amnio fld:Qn: + 32239-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:PrThr:Pt:Urine:Ord: + 32240-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Vitr fld:Qn: + 32241-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:Vitr fld:Qn: + 32242-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:Body fld:Qn: + 32243-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:Vitr fld:Qn: + 32244-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:Body fld:Qn: + 32245-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:Body fld:Qn: + 32246-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:Vitr fld:Qn: + 32247-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline/Creatinine:Ratio:Pt:Urine:Qn: + 32248-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:Body fld:Qn: + 32249-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:Vitr fld:Qn: + 32250-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:Body fld:Qn: + 32251-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:Vitr fld:Qn: + 32252-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:Vitr fld:Qn: + 32253-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:Body fld:Qn: + 32254-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:Vitr fld:Qn: + 32255-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:Body fld:Qn: + 32256-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:Vitr fld:Qn: + 32257-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:Body fld:Qn: + 32258-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:MCnc:Pt:CSF:Qn: + 32259-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:Body fld:Qn: + 32260-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:Vitr fld:Qn: + 32261-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate/Creatinine:Ratio:Pt:Urine:Qn: + 32262-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Body fld:Qn: + 32263-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnc:Pt:Vitr fld:Qn: + 32264-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Tyrosine:SRto:Pt:Ser/Plas:Qn: + 32265-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:Vitr fld:Qn: + 32266-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:Body fld:Qn: + 32267-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribose:PrThr:Pt:Urine:Ord: + 32268-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:Vitr fld:Qn: + 32269-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:Body fld:Qn: + 32270-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:Body fld:Qn: + 32271-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:Vitr fld:Qn: + 32272-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:Body fld:Qn: + 32273-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate/Creatinine:Ratio:Pt:Urine:Qn: + 32274-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:Body fld:Qn: + 32275-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:Vitr fld:Qn: + 32276-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:Body fld:Qn: + 32277-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:Vitr fld:Qn: + 32278-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:Body fld:Qn: + 32279-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylglycines:PrThr:Pt:Urine:Ord: + 32280-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Carnitine.total:SFr:Pt:Ser/Plas:Qn: + 32281-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylpurines:ACnc:Pt:Urine:Ord: + 32282-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SCnc:Pt:Urine:Qn: + 32287-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:SCnc:Pt:Ser/Plas:Qn: + 32289-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:XXX:Qn: + 32293-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:Pt:Urine:Qn: + 32294-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:Urine:Nom: + 32296-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Imp:Pt:Urine:Nom: + 32297-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:XXX:Qn: + 32298-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldCo:Qn:Calculated + 32300-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SCnc:Pt:CSF:Qn: + 32301-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SCnc:Pt:Urine:Qn: + 32302-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:XXX:Qn: + 32303-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:XXX:Qn: + 32305-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:Urine:Qn: + 32306-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:XXX:Qn: + 32307-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:XXX:Qn: + 32308-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.total/Cholesterol.in HDL:SRto:Pt:Ser/Plas:Qn: + 32309-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SRat:24H:Urine:Qn: + 32310-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:XXX:Qn: + 32318-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:SCnc:Pt:XXX:Qn: + 32323-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:XXX:Qn: + 32324-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:XXX:Qn: + 32329-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:PrThr:Pt:Ser/Plas:Ord: + 32331-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin/Biopterin:SRto:Pt:Urine:Qn: + 32332-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:SCnc:Pt:Ser/Plas:Qn: + 32334-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:SCnc:Pt:Urine:Qn: + 32335-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:XXX:Qn: + 32336-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:XXX:Qn: + 32337-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:SCnc:Pt:Ser/Plas:Qn: + 32338-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:SRat:24H:Urine:Qn: + 32339-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:XXX:Qn: + 32340-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcobalamin II:SCnc:Pt:Ser:Qn: + 32341-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:XXX:Qn: + 32343-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilin:PrThr:Pt:Stool:Ord: + 32344-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SCnc:Pt:RBC:Qn: + 32345-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:SCnt:Pt:Stool:Qn: + 32346-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:SCnc:Pt:Ser/Plas:Qn: + 32347-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.heat labile:CCnc:Pt:Ser/Plas:Qn:Heat stability + 32351-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.heat stable:CCnc:Pt:Ser/Plas:Qn:Heat stability + 32352-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MoM:Pt:Ser/Plas:Qn: + 32353-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:PrThr:Pt:CSF:Ord: + 32358-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnt:Pt:WBC:Qn: + 32540-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:Sub:XXX:Urine:Qn: + 32541-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:Sub:XXX:Urine:Qn: + 32542-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:Sub:XXX:Urine:Qn: + 32543-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:SRat:72H:Stool:Qn: + 32545-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CCnt:Pt:RBC:Qn: + 32546-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:SCnc:Pt:Ser/Plas:Qn:Test strip + 32547-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitroprusside reacting substances:PrThr:Pt:Urine:Ord: + 32548-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine/Creatinine:SRto:XXX:Urine:Qn: + 32549-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:Sub:XXX:Urine:Qn: + 32550-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase:CCnt:Pt:RBC:Qn: + 32552-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:Sub:XXX:Urine:Qn: + 32553-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine:SCnc:Pt:Bld:Qn: + 32554-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:Sub:XXX:Urine:Qn: + 32555-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:Sub:XXX:Urine:Qn: + 32556-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein:MCnc:Pt:Ser:Qn: + 32559-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydroaldosterone/Creatinine:MRto:24H:Urine:Qn: + 32570-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpropionylglycine:PrThr:Pt:Urine:Ord: + 32582-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenyllactate:PrThr:Pt:Urine:Ord: + 32583-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine:PrThr:Pt:Urine:Ord: + 32584-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnc:Pt:Body fld:Qn: + 32609-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnc:Pt:CSF:Qn: + 32610-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnc:Pt:Amnio fld:Qn: + 32611-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnc:Pt:Vitr fld:Qn: + 32612-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Carnitine.total:SFr:Pt:Urine:Qn: + 32613-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Body fld:Qn: + 32614-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine cysteine disulfide:SCnc:Pt:Ser/Plas:Qn: + 32615-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine cysteine disulfide/Creatinine:Ratio:Pt:Urine:Qn: + 32616-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine carbamoyltransferase:CCnt:Pt:Tiss:Qn: + 32617-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine:MRat:24H:Urine:Qn: + 32618-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:PrThr:Pt:Ser/Plas:Ord: + 32619-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate lyase:CCnt:Pt:RBC:Qn: + 32627-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal/Protein.total:MFr:Pt:XXX:Qn:Immunofixation + 32629-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine.free:MRat:24H:Urine:Qn: + 32634-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines/Creatinine:MRto:24H:Urine:Qn: + 32655-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:Bld:Qn: + 32664-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:CCnc:Pt:Ser/Plas:Qn: + 32673-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SRat:24H:Urine:Qn: + 32690-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Bld:Qn: + 32693-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium.ionized:MCnc:Pt:Ser/Plas:Qn: + 32698-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome b5 reductase:CCnt:Pt:RBC:Qn: + 32703-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:BldA:Qn: + 32713-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:BldA:Qn: + 32717-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Periton fld:Qn: + 32722-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:ACnc:Pt:Urine:Qn: + 32727-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 32728-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin/Protein.total:MFr:Pt:CSF:Qn:Electrophoresis + 32729-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 32730-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 32731-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 32732-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 32733-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MRat:24H:Urine:Qn:Electrophoresis + 32734-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin:MRat:24H:Urine:Qn:Electrophoresis + 32735-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 32736-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 32737-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 32738-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 32739-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 32740-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 32741-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin phenotype:Imp:Pt:Ser/Plas:Nom: + 32769-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldA:Qn: + 32771-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphatase:CCnc:Pt:RBC:Qn: + 32779-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine+Isoleucine+Valine:Prid:Pt:Ser/Plas:Nom: + 32783-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans/Creatinine:MRto:Pt:Urine:Qn: + 32799-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Body fld:Nom:Immunofixation + 32821-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:PrThr:Pt:Bld.dot:Ord: + 32854-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate:MCnc:Pt:Urine:Qn: + 3290-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:MCnc:Pt:Bld:Qn: + 33007-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:PrThr:Pt:Body fld:Ord: + 33009-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:ACnc:Pt:Ser/Plas:Qn:Electrophoresis + 33018-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:1:SCnc:Pt:Ser/Plas:Qn: + 33036-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap:SCnc:Pt:Ser/Plas:Qn: + 33037-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:24H:Urine:Nom:Immunofixation + 33042-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:PrThr:24H:Urine:Ord: + 33043-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pseudocholinesterase phenotype:Prid:Pt:Ser/Plas:Nom: + 33050-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:SRto:Pt:RBC:Qn: + 33053-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:MCnc:Pt:Ser/Plas:Qn: + 33058-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fluorescence polarization:PrThr:Pt:Amnio fld:Ord: + 33059-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase isoenzymes:CCnc:Pt:Ser/Plas:Qn:Levamisole inhibition + 33063-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid beta 42 peptide:MCnc:Pt:Plas:Qn: + 33200-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid beta 42 peptide:MCnc:Pt:CSF:Qn: + 33203-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:PrThr:Pt:Ser/Plas:Ord: + 33204-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin receptor.soluble:SCnc:Pt:Ser/Plas:Qn: + 33210-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 8:MCnc:Pt:Ser/Plas:Qn: + 33211-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate:MCnc:Pt:Body fld:Qn: + 33212-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine plas/Glycine CSF:RelSCnc:Pt:Plas+CSF:Qn: + 33213-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:Vitr fld:Qn: + 33214-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanidinoacetate:SCnc:Pt:Ser/Plas:Qn: + 33244-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CAct:XXX:Urine:Qn: + 33245-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldA:Qn: + 33254-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:Pt:CSF:Qn: + 33257-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmol gap:Osmol:Pt:Ser/Plas:Qn: + 33264-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:ACnc:Pt:Ser:Ord:7D cold incubation + 33272-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutaconate:SCnc:Pt:Ser/Plas:Qn: + 33273-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Methyltetrahydrofolate:PrThr:Pt:CSF:Ord: + 33274-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:MCnc:Pt:Ser/Plas:Qn: + 33275-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:PrThr:Pt:Bld.dot:Ord: + 33287-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:PrThr:Pt:Bld.dot:Ord: + 33288-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:SCnc:Pt:Urine:Qn: + 33290-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate:PrThr:Pt:Urine:Ord: + 33299-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SCnc:Pt:Ser/Plas:Qn: + 33311-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:MCnc:Pt:Ser/Plas:Qn: + 33325-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leukotriene E4/Creatinine:MRto:Pt:Urine:Qn: + 33343-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leukotriene E4:MCnc:Pt:Urine:Qn: + 33344-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:24H:Urine:Qn: + 33346-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids/Creatinine:MRto:Pt:Urine:Qn: + 33347-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydro thromboxane beta 2:MCnc:Pt:Urine:Qn: + 33351-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Creatinine:MRto:Pt:Urine:Qn: + 33352-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminopeptidase:CCnc:Pt:Urine:Qn: + 33353-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-beta-glucosaminidase:CCnc:Pt:Urine:Qn: + 33354-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:SCnc:24H:Urine:Qn: + 33355-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 33358-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Branched chain keto-acid dehydrogenase complex:Prid:Pt:Bld:Nom: + 33359-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate:MCnt:Pt:RBC:Qn: + 33360-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Periton fld:Qn: + 33366-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Pericard fld:Qn: + 33367-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Pericard fld:Qn: + 33368-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:PrThr:Pt:Plr fld:Ord: + 33375-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0:MCnc:Pt:Ser/Plas:Qn: + 33403-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Pericard fld:Qn: + 33405-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Pericard fld:Qn: + 33407-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta/Lipoprotein.total:MFr:Pt:Plr fld:Qn: + 33413-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta/Lipoprotein.total:MFr:Pt:Plr fld:Qn: + 33414-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Urine:Qn: + 33415-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Pericard fld:Qn: + 33417-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.other fractions:CCnc:Pt:Ser/Plas:Qn: + 33421-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated:MCnc:Pt:Body fld:Qn: + 33458-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:BldCo:Qn: + 33467-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine pattern:Imp:Pt:Urine:Nom: + 33472-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid pattern:Imp:Pt:Urine:Nom: + 33473-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans pattern:Imp:Pt:Urine:Nom: + 33474-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:Ser/Plas:Nom: + 33475-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:CSF:Nom: + 33476-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:Urine:Nom: + 33477-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain pattern:Imp:Pt:Ser/Plas:Nom: + 33478-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:XXX:Qn: + 33513-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.aberrant band/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn:Electrophoresis + 33547-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance:VRat:XXX:Urine+Ser/Plas:Qn: + 33558-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa/Immunoglobulin light chains.lambda:MRto:Pt:Urine:Qn: + 33559-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:MRat:24H:Stool:Qn: + 33585-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:XXX:Urine:Qn: + 33599-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.XXX/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 33614-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Coproporphyrin 1:MRto:24H:Stool:Qn: + 33618-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deuteroporphyrin.semi-proto:MRat:24H:Stool:Qn: + 33619-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tricarboxylporphyrin 1:MRat:24H:Stool:Qn: + 33620-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tricarboxylporphyrin 3:MRat:24H:Stool:Qn: + 33621-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isotricarboxylporphyrin:MRat:24H:Stool:Qn: + 33622-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin I:MRat:24H:Stool:Qn: + 33623-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin III:MRat:24H:Stool:Qn: + 33624-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocoproporphyrin:MRat:24H:Stool:Qn: + 33625-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hematoporphyrin:MRat:24H:Stool:Qn: + 33626-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:ACnc:Pt:Saliva:Qn: + 33636-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 33647-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:EntCat:Pt:WBC:Qn: + 33653-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:SCnc:Pt:WBC:Qn: + 33655-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.B:SCnc:Pt:WBC:Qn: + 33656-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:SCnc:Pt:WBC:Qn: + 33657-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate/Creatinine:Ratio:Pt:Urine:Qn: + 33659-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:EntCat:Pt:WBC:Qn: + 33661-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.protein bound:MCnc:Pt:Ser/Plas:Qn: + 33667-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsin:Titr:Pt:Stool:Qn: + 33669-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:MCnc:Pt:Ser/Plas:Qn: + 33762-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:SCnc:Pt:Ser/Plas:Qn: + 33763-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.total:SCnc:Pt:Gast fld:Qn: + 33767-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase phenotype:Type:Pt:Bld:Nom: + 33780-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein:SCnc:Pt:Ser/Plas:Qn: + 33781-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol binding protein:MCnc:Pt:Urine:Qn: + 33782-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Atrial natriuretic factor:SCnc:Pt:Plas:Qn: + 33783-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SRat:12H:Urine:Qn: + 33797-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:2H:Urine:Qn: + 33798-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + E selectin:MCnc:Pt:Ser/Plas:Qn: + 33801-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructosamine:MCnc:Pt:Ser/Plas:Qn: + 33805-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 3:SCnc:Pt:Ser/Plas:Qn: + 33808-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 alpha:MCnc:Pt:Ser/Plas:Qn: + 33821-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 13:MCnc:Pt:Ser/Plas:Qn: + 33822-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 18:MCnc:Pt:Ser/Plas:Qn: + 33823-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnc:Pt:Urine:Qn: + 33824-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin:ACnc:Pt:Ser/Plas:Qn: + 33858-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin/Creatinine:Ratio:12H:Urine:Qn: + 33859-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin/Creatinine:Ratio:24H:Urine:Qn: + 33860-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystatin C:MCnc:Pt:Ser/Plas:Qn: + 33863-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.leukocyte:MCnc:Pt:Plas:Qn: + 33864-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:XXX:Ord: + 33870-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnt:Pt:WBC:Qn: + 33872-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine/Creatinine:SRto:XXX:Urine:Qn: + 33873-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine/Creatinine:SRto:XXX:Urine:Qn: + 33874-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides pattern:Imp:Pt:Urine:Nom: + 33875-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine/Creatinine:SRto:Pt:Urine:Qn: + 33876-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrobiopterin/Biopterin:SFr:Pt:Urine:Qn: + 33877-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MCnc:Pt:XXX:Qn:Immunofixation + 33879-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.non-glucuronidated:MCnc:Pt:Ser/Plas:Qn: + 33898-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.non-glucuronidated:SCnc:Pt:Ser/Plas:Qn: + 33899-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:PrThr:Pt:Urine:Ord: + 33903-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldC^Fetus:Qn: + 33913-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas:Qn:Creatinine-based formula (MDRD) + 33914-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:SCnc:Pt:Urine:Qn: + 33918-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine.free:SCnc:Pt:Urine:Qn: + 33936-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine.free:SCnc:Pt:Ser/Plas:Qn: + 33937-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 5:MCnc:Pt:Ser/Plas:Qn: + 33938-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2:MCnc:Pt:Ser/Plas:Qn: + 33939-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:MCnc:Pt:Ser/Plas:Qn: + 33944-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG/Creatinine:MRto:Pt:Urine:Qn: + 33948-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium/Creatinine:SRto:Pt:Urine:Qn: + 33949-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium/Creatinine:SRto:Pt:Urine:Qn: + 33950-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Creatinine:SRto:Pt:Urine:Qn: + 33951-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholecalciferol:SCnc:Pt:Ser/Plas:Qn: + 33958-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procalcitonin:MCnc:Pt:Ser/Plas:Qn: + 33959-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melanoma inhibitory activity protein:MCnc:Pt:Ser/Plas:Qn: + 33962-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymidine phosphorylase:CCnt:Pt:WBC:Qn: + 33988-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:SCnc:Pt:CSF:Qn: + 34146-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate:SCnc:Pt:Amnio fld:Qn: + 34149-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanidinoacetate/Creatinine:SRto:Pt:Urine:Qn: + 34155-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.bound:ACnc:Pt:Ser/Plas:Qn: + 34156-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein:PrThr:Pt:Body fld:Ord: + 34159-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:PrThr:Pt:Body fld:Ord: + 34160-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:ACnc:Pt:Body fld:Qn: + 34161-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:Bld:Qn: + 34163-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylglucosamine-6-Sulfatase:CCnt:Pt:Tiss:Qn: + 34164-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine/Creatinine:Ratio:Pt:Urine:Qn: + 34168-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain:MCnc:Pt:Ser/Plas:Qn: + 34169-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biopterin:SCnc:Pt:Urine:Qn: + 34170-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:24H:Urine:Qn: + 34183-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:24H:Urine:Qn: + 34184-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnc:Pt:XXX:Qn: + 34191-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:PrThr:Pt:Amnio fld cells:Ord: + 34192-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:MCnc:Pt:Body fld:Qn: + 34194-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SCnc:24H:Urine:Qn: + 34204-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SCnc:Pt:Urine:Qn: + 34205-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol/Creatinine:SRto:Pt:Urine:Qn: + 34206-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:SCnc:24H:Urine:Qn: + 34207-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:SCnc:Pt:Urine:Qn: + 34208-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone/Creatinine:SRto:Pt:Urine:Qn: + 34209-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:SCnc:24H:Urine:Qn: + 34210-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:SCnc:Pt:Urine:Qn: + 34211-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone/Creatinine:SRto:Pt:Urine:Qn: + 34212-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:SCnc:24H:Urine:Qn: + 34213-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:SCnc:Pt:Urine:Qn: + 34214-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone/Creatinine:SRto:Pt:Urine:Qn: + 34215-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:SCnc:24H:Urine:Qn: + 34216-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:SCnc:Pt:Urine:Qn: + 34217-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:SCnc:Pt:Urine:Qn: + 34218-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids/Creatinine:SRto:Pt:Urine:Qn: + 34219-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SCnc:24H:Urine:Qn: + 34220-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone/Creatinine:SRto:Pt:Urine:Qn: + 34221-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids:SCnc:Pt:Urine:Qn: + 34222-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids/Creatinine:SRto:Pt:Urine:Qn: + 34223-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Alpha-Androstanediol glucuronide:SCnc:24H:Urine:Qn: + 34224-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Alpha-Androstanediol glucuronide:SCnc:Pt:Urine:Qn: + 34225-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Alpha-Androstanediol glucuronide/Creatinine:SRto:Pt:Urine:Qn: + 34226-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SRat:24H:Urine:Qn: + 34227-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SCnc:24H:Urine:Qn: + 34228-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Creatinine:SRto:Pt:Urine:Qn: + 34229-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:SCnc:24H:Urine:Qn: + 34230-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone/Creatinine:SRto:Pt:Urine:Qn: + 34231-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase/Creatinine:Ratio:Pt:Urine:Qn: + 34235-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenediol:SCnc:Pt:Urine:Qn: + 34236-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenediol:SCnc:24H:Urine:Qn: + 34237-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenediol/Creatinine:SRto:Pt:Urine:Qn: + 34238-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:24H:Urine:Qn: + 34239-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione/Creatinine:SRto:Pt:Urine:Qn: + 34240-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:SCnc:24H:Urine:Qn: + 34241-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:SCnc:Pt:Urine:Qn: + 34242-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone/Creatinine:SRto:Pt:Urine:Qn: + 34243-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:SCnc:24H:Urine:Qn: + 34246-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:SCnc:Pt:Urine:Qn: + 34247-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate/Creatinine:SRto:Pt:Urine:Qn: + 34248-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:SCnc:Pt:Urine:Qn: + 34253-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 50:ACnc:Pt:Ser/Plas:Qn: + 34256-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:24H:Urine:Qn: + 34257-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnc:24H:Urine:Qn: + 34258-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SRat:24H:Urine:Qn: + 34259-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:SCnc:24H:Urine:Qn: + 34260-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:SCnc:Pt:Urine:Qn: + 34261-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines/Creatinine:SRto:Pt:Urine:Qn: + 34262-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride/Creatinine:SRto:Pt:Urine:Qn: + 34265-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:SCnc:Pt:Urine:Qn: + 34266-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide:MCnc:Pt:Urine:Qn: + 34271-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide/Creatinine:Ratio:Pt:Urine:Qn: + 34272-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SCnc:24H:Urine:Qn: + 34274-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine/Creatinine:SRto:Pt:Urine:Qn: + 34275-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteate:SCnc:Pt:Urine:Qn: + 34276-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteine:SCnc:Pt:Urine:Qn: + 34277-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnc:24H:Urine:Qn: + 34278-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:SCnc:Pt:Urine:Qn: + 34279-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:SCnc:Pt:Urine:Qn: + 34280-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:SCnc:24H:Urine:Qn: + 34281-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate/Creatinine:SRto:Pt:Urine:Qn: + 34282-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone/Creatinine:SRto:Pt:Urine:Qn: + 34283-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:SCnc:Pt:Urine:Qn: + 34284-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:Pt:Urine:Qn: + 34286-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:24H:Urine:Qn: + 34287-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.unconjugated:SCnc:24H:Urine:Qn: + 34288-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.unconjugated:SCnc:Pt:Urine:Qn: + 34289-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol.unconjugated/Creatinine:SRto:Pt:Urine:Qn: + 34290-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol/Creatinine:SRto:Pt:Urine:Qn: + 34291-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:SCnc:24H:Urine:Qn: + 34292-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol/Creatinine:SRto:Pt:Urine:Qn: + 34293-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:SCnc:24H:Urine:Qn: + 34294-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:SCnc:Pt:Urine:Qn: + 34295-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen/Creatinine:SRto:Pt:Urine:Qn: + 34296-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:SCnc:24H:Urine:Qn: + 34297-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:SRat:24H:Urine:Qn: + 34298-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone/Creatinine:SRto:Pt:Urine:Qn: + 34299-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:SCnc:Pt:Urine:Qn: + 34300-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:SCnc:Pt:Urine:Qn: + 34301-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:SCnc:24H:Urine:Qn: + 34302-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone/Creatinine:SRto:Pt:Urine:Qn: + 34303-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ACnc:24H:Urine:Qn:2nd IRP + 34306-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:SCnc:24H:Urine:Qn: + 34307-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:SCnc:Pt:Urine:Qn: + 34308-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose/Creatinine:SRto:Pt:Urine:Qn: + 34309-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:SCnc:24H:Urine:Qn: + 34310-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:SCnc:Pt:Urine:Qn: + 34311-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Creatinine:SRto:Pt:Urine:Qn: + 34312-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MCnt:Pt:Stool:Qn: + 34313-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:SCnc:Pt:Urine:Qn: + 34314-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrins:MCnt:Pt:Stool:Qn: + 34315-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:SCnc:Pt:Ser/Plas:Qn: + 34316-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:SCnc:24H:Urine:Qn: + 34317-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin B:MCnc:Pt:Ser/Plas:Qn: + 34319-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:SCnc:Pt:Urine:Qn: + 34320-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine/Creatinine:SRto:Pt:Urine:Qn: + 34321-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Creatinine:SRto:Pt:Urine:Qn: + 34322-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:24H:Urine:Qn: + 34323-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Urine:Qn: + 34324-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MCnt:24H:Stool:Qn: + 34329-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:24H:Urine:Qn:1st IRP + 34333-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin/Creatinine:Ratio:Pt:Urine:Qn: + 34334-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MCnc:24H:Urine:Qn: + 34335-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme/Creatinine:Ratio:Pt:Urine:Qn: + 34336-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine:SCnc:Pt:Urine:Qn: + 34339-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine sulfoxide:SCnc:Pt:Urine:Qn: + 34340-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niacin:SCnc:Pt:Ser/Plas:Qn: + 34342-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine:SCnc:24H:Urine:Qn: + 34344-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine:SCnc:Pt:Urine:Qn: + 34345-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine/Creatinine:SRto:Pt:Urine:Qn: + 34346-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine:SCnc:Pt:Urine:Qn: + 34347-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine/Creatinine:SRto:Pt:Urine:Qn: + 34348-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SCnc:24H:Urine:Qn: + 34349-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate/Creatinine:SRto:Pt:Urine:Qn: + 34350-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MCnt:Pt:Stool:Qn: + 34351-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:SCnc:Pt:Urine:Qn: + 34352-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins/Creatinine:SRto:Pt:Urine:Qn: + 34353-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate/Creatinine:SRto:Pt:Urine:Qn: + 34354-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:24H:Urine:Qn: + 34355-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:SCnc:24H:Urine:Qn: + 34356-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen/Creatinine:SRto:Pt:Urine:Qn: + 34357-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:SCnc:24H:Urine:Qn: + 34358-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol/Creatinine:SRto:Pt:Urine:Qn: + 34359-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol:SCnc:24H:Urine:Qn: + 34360-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol/Creatinine:SRto:Pt:Urine:Qn: + 34361-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone:SCnc:24H:Urine:Qn: + 34362-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone:SCnc:Pt:Urine:Qn: + 34363-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone/Creatinine:SRto:Pt:Urine:Qn: + 34364-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Creatinine:Ratio:Pt:Urine:Qn: + 34366-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline:SCnc:Pt:Urine:Qn: + 34367-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline:SRat:24H:Urine:Qn: + 34368-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:SCnc:Pt:Urine:Qn: + 34373-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin/Creatinine:SRto:Pt:Urine:Qn: + 34374-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Creatinine:SRto:Pt:Urine:Qn: + 34380-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:Urine:Qn: + 34384-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate/Creatinine:SRto:Pt:Urine:Qn: + 34385-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone/Creatinine:SRto:Pt:Urine:Qn: + 34396-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotin:SCnc:Pt:Ser/Plas:Qn: + 34398-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Hemoglobin:MRto:Pt:RBC:Qn: + 34402-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1:MCnc:Pt:Ser/Plas:Qn: + 34407-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor.soluble:SCnc:Pt:Ser/Plas:Qn: + 34408-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:MCnt:Pt:RBC:Qn: + 34417-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnt:Pt:RBC:Qn: + 34418-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin/Follitropin:Ratio:Pt:Ser/Plas:Qn: + 34434-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:XXX:Nom:Immunofixation + 34435-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E phenotype:Prid:Pt:Bld:Nom: + 34438-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Urine:Nom:Immunoelectrophoresis + 34440-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated/Bilirubin.total:MFr:Pt:Ser/Plas:Qn: + 34442-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbohydrates:PrThr:Pt:XXX:Ord: + 34466-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in chylomicrons:MCnc:Pt:Ser/Plas:Qn: + 34467-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldCo:Qn: + 34520-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase:CCnt:Pt:Tiss:Qn: + 34521-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphorylase kinase:CCnc:Pt:RBC:Qn: + 34522-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate semialdehyde dehydrogenase:CCnt:Pt:WBC:Qn: + 34523-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialooligosaccharides/Creatinine:Ratio:Pt:Urine:Qn: + 34526-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:PrThr:Pt:Body fld:Ord: + 34568-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:BldA:Qn: + 34581-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoyl protein thioesterase:CCnc:Pt:Ser/Plas:Qn: + 34587-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate:PrThr:Pt:Urine:Ord: + 34598-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transketolase:CCnt:Pt:Bld:Qn: + 34609-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetylaspartate/Creatinine:MRto:Pt:Urine:Qn: + 34610-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Urine:Qn: + 34611-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:Stool:Qn: + 34612-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Prid:Pt:CSF:Nom: + 34616-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine.free:SCnc:Pt:Ser/Plas:Qn: + 34624-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:SCnc:Pt:Amnio fld:Qn: + 34626-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SCnc:Pt:Amnio fld:Qn: + 34627-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Substance P:MCnc:Pt:CSF:Qn: + 34630-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Methyltetrahydrofolate:MCnc:Pt:CSF:Qn: + 34637-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:MCnc:Pt:Body fld:Qn: + 34640-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Ser/Plas:Nom: + 34641-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfatides:PrThr:Pt:Urine:Ord: + 34646-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:MCnc:Pt:Ser/Plas:Qn: + 34670-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8-Dehydrocholesterol:MCnc:Pt:Ser/Plas:Qn: + 34671-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tripeptide aminopeptidase:CCnc:Pt:Ser/Plas:Qn: + 34674-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceramide trihexoside:PrThr:Pt:Urine:Ord: + 34680-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfatidase:CCnc:Pt:WBC:Qn: + 34689-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vascular endothelial growth factor:MCnc:Pt:Ser/Plas:Qn: + 34694-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL/Triglyceride:Ratio:Pt:Ser/Plas:Qn: + 34695-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin actual/Normal:RelMCnc:Pt:Ser/Plas:Qn: + 34697-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:Bld:Qn: + 34705-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:PrThr:Pt:Ser/Plas:Ord: + 34711-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Bld:Qn:Calculated + 34728-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate index:Ratio:24H:Urine:Qn: + 34736-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^^corrected for total protein:MCnc:Pt:Ser/Plas:Qn: + 34907-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:MCnc:Pt:Ser/Plas:Qn: + 34908-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:24H:Urine:Qn:HPLC + 34909-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:SCnc:Pt:Urine:Qn: + 34927-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Dial fld:Qn: + 34938-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor.alpha:SCnc:Pt:Ser/Plas:Qn: + 34939-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldMV:Qn: + 34969-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dysferlin:PrThr:Pt:WBC:Ord: + 35124-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Perforin:ACnc:Pt:WBC:Qn: + 35128-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-dopa decarboxylase:CCnc:Pt:Plas:Qn: + 35131-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate:MCnc:Pt:Ser/Plas:Qn: + 35133-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphate/Adenosine diphosphate:MRto:Pt:Bld:Qn: + 35135-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine nucleoside phosphorylase:CCnc:Pt:CSF:Qn: + 35141-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoate:SCnc:Pt:Ser/Plas:Qn: + 35145-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoate:SCnc:Pt:Ser/Plas:Qn: + 35146-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoate:SCnc:Pt:Ser/Plas:Qn: + 35147-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoate:SCnc:Pt:Ser/Plas:Qn: + 35148-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecanoate:SCnc:Pt:Ser/Plas:Qn: + 35149-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Laurate:SCnc:Pt:Ser/Plas:Qn: + 35150-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lauroleate:SCnc:Pt:Ser/Plas:Qn: + 35151-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0:SCnc:Pt:Ser/Plas:Qn: + 35152-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:1:SCnc:Pt:Ser/Plas:Qn: + 35153-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecadienoate:SCnc:Pt:Ser/Plas:Qn: + 35154-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecenoate:SCnc:Pt:Ser/Plas:Qn: + 35155-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0:SCnc:Pt:Ser/Plas:Qn: + 35156-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myristate:SCnc:Pt:Ser/Plas:Qn: + 35157-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myristoleate:SCnc:Pt:Ser/Plas:Qn: + 35158-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:0:SCnc:Pt:Ser/Plas:Qn: + 35159-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosenoate:SCnc:Pt:Ser/Plas:Qn: + 35160-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitate:SCnc:Pt:Ser/Plas:Qn: + 35161-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleate:SCnc:Pt:Ser/Plas:Qn: + 35162-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma linolenate:SCnc:Pt:Ser/Plas:Qn: + 35163-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha linolenate:SCnc:Pt:Ser/Plas:Qn: + 35164-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleate:SCnc:Pt:Ser/Plas:Qn: + 35165-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleate:SCnc:Pt:Ser/Plas:Qn: + 35166-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vaccenate:SCnc:Pt:Ser/Plas:Qn: + 35167-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate:SCnc:Pt:Ser/Plas:Qn: + 35168-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidate:SCnc:Pt:Ser/Plas:Qn: + 35169-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nervonate:SCnc:Pt:Ser/Plas:Qn: + 35170-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homo-gamma linolenate:SCnc:Pt:Ser/Plas:Qn: + 35171-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mead acid:SCnc:Pt:Ser/Plas:Qn: + 35172-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate:SCnc:Pt:Ser/Plas:Qn: + 35173-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosahexaenoate:SCnc:Pt:Ser/Plas:Qn: + 35174-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.saturated:SCnc:Pt:Ser/Plas:Qn: + 35175-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.monounsaturated:SCnc:Pt:Ser/Plas:Qn: + 35176-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.polyunsaturated:SCnc:Pt:Ser/Plas:Qn: + 35177-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.omega 3:SCnc:Pt:Ser/Plas:Qn: + 35178-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.omega 6:SCnc:Pt:Ser/Plas:Qn: + 35179-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosapentaenate w3:SCnc:Pt:Ser/Plas:Qn: + 35180-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosapentaenate w6:SCnc:Pt:Ser/Plas:Qn: + 35181-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosatetraenoate:SCnc:Pt:Ser/Plas:Qn: + 35182-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MSCnc:Pt:Ser/Plas:Qn: + 35185-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MSCnc:Pt:Urine:Qn: + 35186-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone^upright:MSCnc:Pt:Ser/Plas:Qn: + 35188-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone:MSCnc:Pt:Ser/Plas:Qn: + 35189-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MSCnc:Pt:Ser/Plas:Qn: + 35190-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MSCnc:Pt:Ser/Plas:Qn: + 35191-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:MSCnc:Pt:Ser/Plas:Qn: + 35192-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MSCnc:Pt:Body fld:Qn: + 35193-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MSCnc:Pt:Ser/Plas:Qn: + 35194-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:MSCnc:Pt:Ser/Plas:Qn: + 35195-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol:MSCnc:Pt:Ser/Plas:Qn: + 35196-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MSCnc:Pt:Ser/Plas:Qn: + 35197-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MSCnc:Pt:Ser/Plas:Qn: + 35198-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:MSCnc:Pt:Ser/Plas:Qn: + 35199-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MSCnc:Pt:Ser/Plas:Qn: + 35200-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins:MSCnc:Pt:Ser:Qn: + 35201-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MSCnc:Pt:Ser/Plas:Qn: + 35202-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MSCnc:Pt:Ser/Plas:Qn: + 35203-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MSCnc:Pt:Urine:Qn: + 35204-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate:MSCnc:Pt:Ser/Plas:Qn: + 35205-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MSCnc:Pt:Ser/Plas:Qn: + 35206-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MSCnc:Pt:Ser/Plas:Qn: + 35207-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MSCnc:Pt:Ser/Plas:Qn: + 35208-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:MSCnc:Pt:Ser/Plas:Qn: + 35209-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:MSCnc:Pt:Ser/Plas:Qn: + 35210-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MSCnc:Pt:Ser/Plas:Qn: + 35211-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MSCnc:Pt:Urine:Qn: + 35212-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:MSCnc:Pt:Ser/Plas:Qn: + 35213-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MSCnc:Pt:Ser/Plas:Qn: + 35214-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron binding capacity:MSCnc:Pt:Ser/Plas:Qn: + 35215-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron binding capacity.unsaturated:MSCnc:Pt:Ser/Plas:Qn: + 35216-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MSCnc:Pt:Ser/Plas:Qn: + 35217-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osteocalcin:MSCnc:Pt:Ser/Plas:Qn: + 35218-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact:MSCnc:Pt:Ser/Plas:Qn: + 35219-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MSCnc:Pt:Dial fld:Qn: + 35220-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MSCnc:Pt:Ser/Plas:Qn: + 35221-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MSCnc:Pt:Urine:Qn: + 35222-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MSCnc:Pt:Ser/Plas:Qn: + 35223-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MSCnc:Pt:Ser/Plas:Qn: + 35224-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:MSCnc:Pt:Ser/Plas:Qn: + 35225-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MSCnc:Pt:Ser/Plas:Qn: + 35226-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine binding globulin:MSCnc:Pt:Ser/Plas:Qn: + 35227-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:MSCnc:Pt:Ser/Plas:Qn: + 35228-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin:MSCnc:Pt:Ser/Plas:Qn: + 35229-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.free:MSCnc:Pt:Ser/Plas:Qn: + 35230-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:MSCnc:Pt:Ser/Plas:Qn: + 35231-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MSCnc:Pt:Ser/Plas:Qn: + 35232-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MSCnc:Pt:Urine:Qn: + 35233-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MSCnc:Pt:Ser/Plas:Qn: + 35234-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MSCnc:Pt:Urine:Qn: + 35235-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MSCnc:Pt:Urine:Qn: + 35236-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MSCnc:Pt:Dial fld:Qn: + 35241-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MSCnc:Pt:Dial fld:Qn: + 35242-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3:MSCnc:Pt:Ser/Plas:Qn: + 35243-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MSCnc:Pt:Ser/Plas:Qn: + 35245-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MSCnc:Pt:Ser/Plas:Qn: + 35246-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MSCnc:Pt:Urine:Qn: + 35247-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MSCnc:24H:Urine:Qn: + 35248-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MSCnc:Pt:Ser/Plas:Qn: + 35249-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MSCnc:Pt:Urine:Qn: + 35250-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MSCnc:24H:Urine:Qn: + 35251-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MSCnc:24H:Urine:Qn: + 35252-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MSCnc:24H:Urine:Qn: + 35253-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MSCnc:Pt:Plas:Qn: + 35254-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:MSCnc:Pt:Ser/Plas:Qn: + 35255-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MSCnc:24H:Urine:Qn: + 35256-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B:MSCnc:Pt:Ser/Plas:Qn: + 35257-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^^corrected for total protein:MSCnc:Pt:Ser/Plas:Qn: + 35258-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:MSCnc:Pt:Ser/Plas:Qn: + 35259-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:MSCnc:Pt:Ser/Plas:Qn: + 35260-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MSCnc:24H:Urine:Qn:HPLC + 35261-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MSRat:24H:Urine:Qn: + 35262-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MSRat:24H:Urine:Qn: + 35263-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.asialo:PrThr:Pt:CSF:Ord: + 35301-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnt:Pt:XXX:Qn: + 35303-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide:SCnc:24H:Urine:Qn: + 35334-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in lipoprotein (little a):MCnc:Pt:Ser/Plas:Qn: + 35360-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in lipoprotein (little a):PrThr:Pt:Ser/Plas:Ord: + 35361-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in chylomicrons:PrThr:Pt:Ser/Plas:Ord: + 35362-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in chylomicrons:MCnc:Pt:Ser/Plas:Qn: + 35363-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vitamin D+Metabolites:MCnc:Pt:Ser/Plas:Qn: + 35365-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Ser/Plas:Qn:High sensitivity + 35384-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in lipoprotein (little a):PrThr:Pt:Ser/Plas:Ord: + 35387-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in lipoprotein (little a):MCnc:Pt:Ser/Plas:Qn: + 35388-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in chylomicrons:PrThr:Pt:Ser/Plas:Ord: + 35389-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trienoate/Arachidonate:SRto:Pt:Ser/Plas:Qn: + 35411-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Body fld:Qn:Refractometry + 35414-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxytocin:ACnc:Pt:Ser/Plas:Qn: + 35415-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.disialo/Transferrin.carbohydrate deficient.tetrasialo:MRto:Pt:Ser/Plas:Qn: + 35469-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.asialo/Transferrin.carbohydrate deficient.tetrasialo:MRto:Pt:Ser/Plas:Qn: + 35475-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosol aminopeptidase:CRat:24H:Urine:Qn: + 35478-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate dehydrogenase:CCnt:Pt:Tiss:Qn: + 35494-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:Tiss:Qn: + 35495-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH dehydrogenase:CCnt:Pt:Tiss:Qn: + 35496-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH cytochrome C reductase:CCnt:Pt:Tiss:Qn: + 35497-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate cytochrome C reductase:CCnt:Pt:Tiss:Qn: + 35498-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle:Type:Pt:Ser/Plas:Nom: + 35505-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + Dibucaine number:MCnc:Pt:Ser:Qn: + 3554-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 35559-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MCnc:Pt:Urine:Qn: + 35560-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MCnc:Pt:Urine:Qn: + 35561-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Num:Pt:CSF:Qn:Electrophoresis + 35568-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Num:Pt:Ser/Plas:Qn: + 35569-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin:MCnc:Pt:Plas:Qn: + 35570-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:SCnc:Pt:Bld.dot:Qn: + 35571-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Tyrosine:SRto:Pt:Bld.dot:Qn: + 35572-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen+Collagen:Prid:Pt:Fibroblasts:Nom:Electrophoresis + 35573-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acid oxidation:Prid:Pt:Fibroblasts:Nom: + 35574-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methyl valine:MCnc:Pt:Bld:Qn: + 35580-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyethyl valine:MCnc:Pt:Bld:Qn: + 35581-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance.predicted:VRat:Pt:Ser/Plas:Qn:Cockcroft-Gault formula + 35591-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas:Qn:Cockcroft-Gault formula, BSA formula + 35592-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:XXX:Urine+Ser/Plas:Qn: + 35593-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M:ArVRat:2H:Urine+Ser/Plas:Qn: + 35594-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine/Creatinine:MRto:24H:Urine:Qn: + 35644-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Creatinine:SRto:XXX:Urine:Qn: + 35646-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline+Deoxypyridinoline/Creatinine:SRto:XXX:Urine:Qn: + 35647-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:Quintile:Pt:Ser/Plas:Qn:High sensitivity + 35648-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine/body weight:RelMRat:24H:Urine:Qn: + 35654-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):SCnc:Pt:Ser/Plas:Qn: + 35655-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH):SCnc:Pt:Ser/Plas:Qn: + 35656-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen/body weight:RelMRat:24H:Urine:Qn: + 35657-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:XXX:Urine:Qn: + 35662-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound/Bilirubin.total:MFr:Pt:Ser/Plas:Qn: + 35672-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:XXX:Urine:Qn: + 35673-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:XXX:Urine:Qn: + 35674-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:XXX:Urine:Qn: + 35675-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:XXX:Urine:Qn: + 35676-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:XXX:Urine:Qn: + 35677-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:XXX:Urine:Qn: + 35678-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:XXX:Urine:Qn: + 35685-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:CCnc:Pt:XXX:Qn: + 35701-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:CSF:Qn: + 35703-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Plr fld:Qn: + 35704-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:Ser/Plas:Qn: + 35706-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.macrohepatic/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 35707-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:24H:Urine:Qn:Electrophoresis + 35708-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin A:MoM:Pt:Ser/Plas:Qn: + 35738-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Ser/Plas:Qn:Detection limit <= 0.01 ng/mL + 35741-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat/Solids.total:MRto:Pt:Stool:Qn: + 35745-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldA:Qn: + 35747-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion^^adjusted to patient's actual temperature:SCnc:Pt:BldA:Qn: + 35748-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.intermediate density:PrThr:Pt:Ser/Plas:Ord: + 35865-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:SCnc:Pt:Ser/Plas:Qn: + 35867-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisovalerate:SCnc:Pt:Ser/Plas:Qn: + 35868-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxo,3-Methylvalerate:SCnc:Pt:Ser/Plas:Qn: + 35869-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate:SCnc:Pt:Ser/Plas:Qn: + 35870-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate:SCnc:Pt:Ser/Plas:Qn: + 35871-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin A^^adjusted:MoM:Pt:Ser/Plas:Qn: + 36904-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin A^^unadjusted:MoM:Pt:Ser/Plas:Qn: + 36905-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:MCnc:Pt:Ser:Qn: + 36916-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:MCnc:Pt:Ser/Plas:Qn: + 3695-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin renal clearance:VRat:24H:Urine:Qn: + 3696-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin releasing hormone:SCnc:Pt:Ser/Plas:Qn: + 37990-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins/Creatinine:MRto:Pt:Urine:Qn: + 38160-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins/Creatinine:MRto:Pt:Urine:Qn: + 38161-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Creatinine:MRto:Pt:Urine:Qn: + 38162-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin/Creatinine:MRto:Pt:Urine:Qn: + 38163-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin/Creatinine:MRto:Pt:Urine:Qn: + 38164-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Creatinine:MRto:24H:Urine:Qn: + 38165-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:MRat:24H:Urine:Qn: + 38169-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:SCnc:Pt:Ser/Plas:Qn: + 38172-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate/Creatinine:SRto:Pt:Urine:Qn: + 38175-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:MCnc:Pt:Urine:Qn: + 38176-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:MRat:24H:Urine:Qn: + 38177-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:MCnc:Pt:Urine:Qn: + 38178-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:PrThr:Pt:Bld:Ord: + 38185-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:24H:Urine:Qn:Electrophoresis + 38186-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid.dihydroxy:SCnc:Pt:Ser/Plas:Qn: + 38187-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid.trihydroxy:SCnc:Pt:Ser/Plas:Qn: + 38188-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:24H:Urine:Qn:Electrophoresis + 38189-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 38190-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonium urate/Total:MFr:Pt:Calculus:Qn: + 38191-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:2H:Urine:Qn: + 38192-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CRat:XXX:Urine:Qn: + 38193-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:MCnc:Pt:Bld:Qn: + 38230-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:XXX:Qn: + 38250-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate:MRat:24H:Urine:Qn: + 38251-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate monohydrate/Total:MFr:Pt:Calculus:Qn: + 38252-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:XXX:Qn: + 38253-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbonated calcium phosphate:PrThr:Pt:Calculus:Ord: + 38254-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor:ACnc:Pt:XXX:Qn: + 38352-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chitotriosidase:CCnc:Pt:Ser/Plas:Qn: + 38355-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyrylglycine/Creatinine:MRto:Pt:Urine:Qn: + 38360-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecadienoate/Creatinine:MRto:Pt:Urine:Qn: + 38365-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine/Creatinine:SRto:Pt:Urine:Qn: + 38366-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-octanoylglycine/Creatinine:MRto:Pt:Urine:Qn: + 38367-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine/Creatinine:SRto:Pt:Urine:Qn: + 38371-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnt:Pt:Tiss:Qn: + 38414-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trans-cinnamoylglycine/Creatinine:MRto:Pt:Urine:Qn: + 38417-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calprotectin:MCnt:Pt:Stool:Qn: + 38445-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:MRat:72H:Urine:Qn: + 38446-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:MCnc:Pt:Urine:Qn: + 3847-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids/Creatinine:MRto:Pt:Urine:Qn: + 38472-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MCnc:Pt:Bld.dot:Qn: + 38473-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SCnc:Pt:Bld.dot:Qn: + 38474-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnc:Pt:Ser/Plas:Qn: + 38475-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mullerian inhibiting substance:MCnc:Pt:Ser/Plas:Qn: + 38476-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnc:Pt:Ser/Plas:Qn: + 38477-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:PrThr:Pt:Bld.dot:Ord: + 38478-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Branched chain keto-acid dehydrogenase complex:PrThr:Pt:Bld.dot:Ord: + 38479-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:Bld.dot:Qn: + 38480-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnc:Pt:Bld.dot:Qn: + 38481-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:PrThr:Pt:Ser/Plas:Ord: + 38482-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Bld:Qn: + 38483-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteine:MRat:24H:Urine:Qn: + 38484-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate:SCnt:Pt:RBC:Qn: + 38485-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:PrThr:Pt:Bld.dot:Ord: + 38486-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:ACnc:Pt:Ser:Qn: + 38487-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:ACnc:Pt:Ser:Qn: + 38488-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 3.acid labile:MCnc:Pt:Ser/Plas:Qn: + 38491-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:ACnc:Pt:Ser/Plas:Qn: + 38492-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:Titr:Pt:Ser/Plas:Qn: + 38493-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine.free:MCnc:Pt:Ser/Plas:Qn: + 38494-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine+Tyrosine:PrThr:Pt:Urine:Ord: + 38495-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinyl palmitate:MCnc:Pt:Ser/Plas:Qn: + 38496-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin recovery:MFr:Pt:Ser/Plas:Qn: + 38505-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:PrThr:Pt:Bld.dot:Ord: + 38506-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:ACnt:Pt:Stool:Qn: + 38507-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Creatinine:MRto:Pt:Urine:Qn: + 38508-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:MCnc:Pt:Urine:Qn:Electrophoresis + 38525-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.abnormal band:MRat:24H:Urine:Qn: + 38528-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:1/C22:0:MRto:Pt:Ser/Plas:Qn: + 38538-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine.short chain:SCnc:Pt:Ser/Plas:Qn: + 38552-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibers:PrThr:Pt:Stool:Ord:Microscopy.light + 38897-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:SCnc:Pt:Amnio fld:Qn: + 38912-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin:MCnc:Pt:Ser/Plas:Qn: + 38926-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:12H:Urine:Qn: + 38991-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:ACnc:24H:Urine:Qn: + 38992-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:Ser/Plas:Qn: + 39000-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:Ser/Plas:Qn: + 39001-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine (C6-DC):SCnc:Pt:Ser/Plas:Qn: + 39002-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine (C5):SCnc:Pt:Ser/Plas:Qn: + 39009-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC):SCnc:Pt:Ser/Plas:Qn: + 39010-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):SCnc:Pt:Ser/Plas:Qn: + 39014-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase^dibucaine/Cholinesterase:CFr:Pt:Ser/Plas:Qn: + 39354-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.fluoride inhibited/Cholinesterase:CFr:Pt:Ser/Plas:Qn: + 39355-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.scoline inhibited/Cholinesterase:CFr:Pt:Ser/Plas:Qn: + 39356-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.chloride inhibited/Cholinesterase:CFr:Pt:Ser/Plas:Qn: + 39357-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.RO 020683 inhibited/Cholinesterase:CFr:Pt:Ser/Plas:Qn: + 39358-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminobutyrate:SCnc:Pt:Ser/Plas:Qn: + 39457-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SCnc:Pt:Body fld:Qn: + 39458-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldCoV:Qn: + 39459-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldCoA:Qn: + 39460-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Periton fld:Qn: + 39461-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated:SCnc:Pt:Body fld:Qn: + 39462-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:SCnc:Pt:Body fld:Qn: + 39463-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Dial fld prt:Qn: + 39464-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldCoV:Qn: + 39465-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldCoA:Qn: + 39466-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Dial fld prt:Qn: + 39467-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Plr fld:Qn: + 39468-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:SCnc:Pt:Ser/Plas:Qn:Calculated + 39469-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:24H:Dial fld prt:Qn: + 39471-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:24H:Dial fld:Qn: + 39472-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:72H:Urine:Qn: + 39473-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Periton fld:Qn: + 39474-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Vitr fld:Qn: + 39478-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Pericard fld:Qn: + 39479-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:BldV:Qn: + 39480-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:BldA:Qn: + 39481-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldC:Qn: + 39485-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldV:Qn: + 39486-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin B:PrThr:Pt:Ser/Plas:Ord: + 39532-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate.inorganic:SRat:24H:Ser/Plas:Qn: + 39560-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol/Creatinine:MRto:24H:Urine:Qn: + 39566-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MRat:24H:Stool:Qn: + 39574-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MRat:24H:Urine:Qn: + 39576-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino beta guanidinopropionate/Creatinine:SRto:24H:Urine:Qn: + 39582-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Benzoylcarnitine (BzCn):SCnc:Pt:Ser/Plas:Qn: + 39615-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine:SCnc:Pt:Ser/Plas:Qn: + 39616-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine:SCnc:Pt:Ser/Plas:Qn: + 39617-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SCnc:Pt:Urine:Qn: + 39771-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin/Creatinine:SRto:Pt:Urine:Qn: + 39773-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SCnt:Pt:Stool:Qn: + 39774-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.free:SCnc:Pt:RBC:Qn: + 39775-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 39776-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^pre dialysis:SCnc:Pt:Ser/Plas:Qn: + 39777-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Iron binding capacity.total:SRto:Pt:Ser/Plas:Qn: + 39778-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:24H:Dial fld:Qn: + 39779-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Dial fld prt:Qn: + 39780-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Periton fld:Qn: + 39781-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate/Creatinine:SRto:Pt:Urine:Qn: + 39782-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:SRto:Pt:Ser/Plas:Qn: + 39783-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SCnc:Pt:RBC:Qn: + 39784-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Dial fld prt:Qn: + 39785-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxine:SCnc:Pt:Ser/Plas:Qn: + 39786-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Dial fld prt:Qn: + 39787-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:Synv fld:Qn: + 39788-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:BldV:Qn: + 39789-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:BldC:Qn: + 39790-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:BldV:Qn: + 39791-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:BldC:Qn: + 39792-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Coproporphyrin 1:SRto:24H:Urine:Qn: + 39793-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Plr fld:Qn: + 39801-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine dial fld/Creatinine ser_plas:RelRto:Pt:Dial fld+Ser/Plas:Qn: + 39802-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein associated phospholipase A2:MCnc:Pt:Ser/Plas:Qn: + 39804-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:24H:Dial fld:Qn: + 40356-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:24H:Body fld:Qn: + 40357-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SRat:24H:Body fld:Qn: + 40366-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate:SRat:24H:Urine:Qn: + 40367-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylate:SRat:24H:Urine:Qn: + 40368-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:SRat:24H:Urine:Qn: + 40388-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylate:SRat:24H:Urine:Qn: + 40392-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SRat:24H:Urine:Qn: + 40396-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SRat:24H:Dial fld:Qn: + 40405-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SRat:24H:Body fld:Qn: + 40406-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:SRat:24H:Urine:Qn: + 40407-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:SRat:24H:Urine:Qn: + 40408-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine:SRat:24H:Urine:Qn: + 40409-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Periton fld:Qn: + 40410-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate/Creatinine:Ratio:Pt:Urine:Qn: + 40452-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialooligosaccharides:PrThr:Pt:Urine:Ord: + 40453-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceruloplasmin actual/Normal:RelMCnc:Pt:Ser/Plas:Qn: + 40455-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoate/Creatinine:MRto:Pt:Urine:Qn: + 40472-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:Ratio:Pt:Urine:Qn: + 40487-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Creatinine:Ratio:Pt:Urine:Qn: + 40488-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Invasive trophoblast Ag:MCnc:Pt:Ser/Plas:Qn: + 40583-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:PrThr:Pt:Amnio fld:Ord: + 40597-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Dial fld prt:Qn: + 40599-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein:PrThr:Pt:Urine:Ord:Immunoelectrophoresis + 40600-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein:PrThr:Pt:Ser/Plas:Ord:Immunoelectrophoresis + 40601-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:PrThr:Pt:Urine:Ord:Immunoelectrophoresis + 40602-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:PrThr:Pt:Ser/Plas:Ord:Immunoelectrophoresis + 40603-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin:PrThr:Pt:Urine:Ord:Immunoelectrophoresis + 40604-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 40605-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2 transferrin:PrThr:Pt:CSF:Ord: + 40610-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Periton fld:Qn: + 40618-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldV:Qn: + 40619-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldC:Qn: + 40620-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Pericard fld:Qn: + 40621-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Periton fld:Qn: + 40622-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MCnt:Pt:Stool:Qn: + 40627-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Beta globulin:MRto:Pt:CSF:Qn:Electrophoresis + 40632-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemopexin:PrThr:Pt:Ser:Ord: + 40633-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:Ser:Ord:Immunofixation + 40635-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:Urine:Ord:Immunofixation + 40636-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:PrThr:Pt:Urine:Ord: + 40637-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:Pt:Urine:Ord:Immunofixation + 40638-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:Pt:Ser:Ord:Immunofixation + 40639-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:PrThr:Pt:Urine:Ord: + 40640-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:PrThr:Pt:Vitr fld:Ord: + 40641-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MCnc:Pt:Urine:Qn:Electrophoresis + 40661-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^resting:MRat:12H:Urine:Qn: + 40662-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^upright:MRat:12H:Urine:Qn: + 40663-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose:PrThr:Pt:Stool:Ord: + 40672-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin binding inhibitory immunoglobulins:ACnc:Pt:Ser:Qn: + 40673-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:CSF:Nom:Immunoelectrophoresis + 40685-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactoferrin:PrThr:Pt:Stool:Ord:IA + 40703-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MCnc:Pt:Amnio fld:Qn: + 40754-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calculus analysis:Imp:Pt:Calculus:Nom:Infrared spectroscopy + 40787-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:SRat:24H:Urine:Qn: + 40791-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:SRat:24H:Urine:Qn: + 40792-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental:PrThr:Pt:Ser/Plas:Ord: + 40793-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal:PrThr:Pt:Ser/Plas:Ord: + 40794-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver 2:PrThr:Pt:Ser/Plas:Ord: + 40795-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver 1:PrThr:Pt:Ser/Plas:Ord: + 40796-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bone:PrThr:Pt:Ser/Plas:Ord: + 40797-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:PrThr:Pt:Ser/Plas:Ord: + 40811-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone/Creatinine:MRto:24H:Urine:Qn: + 40812-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone/Creatinine:MRto:24H:Urine:Qn: + 40813-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone/Creatinine:MRto:24H:Urine:Qn: + 40814-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone/Creatinine:MRto:24H:Urine:Qn: + 40815-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:SCnc:24H:Urine:Qn: + 40818-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:PrThr:Pt:Bld:Ord: + 40829-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:SCnc:Pt:CSF:Qn: + 40838-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate:MCnc:Pt:Bld.dot:Qn: + 40842-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Immunoglobulin light chains.lambda:MRto:Pt:Ser:Qn: + 40844-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:SCnc:Pt:CSF:Qn: + 40846-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine:MRat:24H:Urine:Qn: + 40848-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine.free:SCnc:Pt:Ser/Plas:Qn: + 40851-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:Urine:Qn: + 40857-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokines:PrThr:Pt:Ser/Plas:Ord: + 40860-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxo-Androsterone:MRat:24H:Urine:Qn: + 40865-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxo-Androsterone/Creatinine:MRto:24H:Urine:Qn: + 40866-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxo-Etiocholanolone:MRat:24H:Urine:Qn: + 40867-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxo-Etiocholanolone/Creatinine:MRto:24H:Urine:Qn: + 40868-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters/Carnitine.free (C0):SRto:Pt:Ser/Plas:Qn: + 40869-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine.free:PrThr:Pt:Ser/Plas:Ord: + 40870-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^1st specimen:MCnc:Pt:XXX:Qn: + 40874-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^3rd specimen:MCnc:Pt:XXX:Qn: + 40875-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine:SCnc:Pt:Bld:Qn: + 40927-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium hydrogen phosphate dihydrate/Total:MFr:Pt:Calculus:Qn: + 40998-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium hydrogen phosphate dihydrate:MRat:24H:Urine:Qn: + 40999-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:SCnc:Pt:RBC:Qn: + 41017-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free+weakly bound:SCnc:Pt:Ser/Plas:Qn: + 41018-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta endorphin:SCnc:Pt:Ser/Plas:Qn: + 41019-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:Sub:XXX:Urine:Qn: + 41022-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:Sub:XXX:Urine:Qn: + 41023-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein/Amyloid beta 42 peptide:Ratio:Pt:CSF:Qn: + 41027-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MRat:XXX:Stool:Qn: + 41032-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine:SCnc:Pt:Ser/Plas:Qn: + 41039-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):SCnc:Pt:Bld:Qn: + 41040-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):SCnc:Pt:Bld:Qn: + 41041-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:PrThr:Pt:Bld:Ord: + 41168-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:PrThr:Pt:Bld:Ord: + 41169-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine+Tyrosine:PrThr:Pt:Bld:Ord: + 41170-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide:MCnc:Pt:Ser/Plas:Qn: + 41171-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate:PrThr:24H:Urine:Ord: + 41220-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate+Kynurenate:MRat:24H:Urine:Qn: + 41221-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:SRat:24H:Urine:Qn: + 41227-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:PrThr:Pt:Ser:Ord: + 41228-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:PrThr:Pt:XXX:Ord: + 41230-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate+Kynurenate:PrThr:24H:Urine:Ord: + 41231-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate:PrThr:Pt:Ser/Plas:Ord: + 41240-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate:PrThr:Pt:Urine:Ord: + 41248-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate+Gamma aminobutyrate:SCnc:Pt:Ser/Plas:Qn: + 41269-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein interpretation:Imp:Pt:Amnio fld:Nom: + 41273-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein interpretation:Imp:Pt:Ser/Plas:Nom: + 41274-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids intense band position:Prid:Pt:Urine:Nom: + 41275-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap:SCnc:Pt:Bld:Qn: + 41276-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Soluble mesothelin related proteins:SCnc:Pt:Ser/Plas:Qn: + 41292-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:PrThr:Pt:Ser/Plas:Ord: + 41398-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids/Creatinine:MRto:24H:Urine:Qn: + 41404-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:BldMV:Qn: + 41607-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthurenate:MCnc:Pt:Ser/Plas:Qn: + 41615-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:BldC:Qn: + 41644-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:BldV:Qn: + 41645-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:BldMV:Qn: + 41646-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldA:Qn:Calculated + 41647-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldMV:Qn: + 41648-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:BldV:Qn: + 41649-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:BldA:Qn: + 41650-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:BldA:Qn: + 41651-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:BldV:Qn: + 41652-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:BldC:Qn:Glucometer + 41653-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:BldMV:Qn: + 41656-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:BldMV:Qn: + 41657-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Immunoglobulin light chains.lambda.free:MRto:Pt:Urine:Qn: + 41759-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 12:MCnc:Pt:Ser/Plas:Qn: + 41760-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.bioavailable+Free/Testosterone.total:MFr:Pt:Ser/Plas:Qn: + 41869-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptase.mature:CCnc:Pt:Ser/Plas:Qn: + 41870-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vendor device model code:ID:Pt:Glucose meter device:Nom: + 41898-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c:MCnc:Pt:Bld:Qn: + 41995-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MCnc:24H:Urine:Qn: + 41997-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MCnc:24H:Urine:Qn: + 41998-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:PrThr:Pt:Body fld:Ord: + 41999-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MCnc:24H:Urine:Qn: + 42002-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.X:PrThr:Pt:Ser/Plas:Ord: + 42178-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.CSF/IgA.serum:RelRto:Pt:Ser+CSF:Qn: + 42206-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.CSF/IgG.serum:RelRto:Pt:Ser+CSF:Qn: + 42207-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.CSF/IgM.serum:RelRto:Pt:Ser+CSF:Qn: + 42208-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha subunit.free:ACnc:Pt:Ser/Plas:Qn: + 42234-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase phenotype:Imp:Pt:RBC:Nom: + 42319-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase phenotype:Imp:Pt:RBC:Nom: + 42320-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein.L3/Alpha-1-Fetoprotein.total:MFr:Pt:Ser/Plas:Qn: + 42332-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MRat:24H:Urine:Qn:Electrophoresis + 42482-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 42483-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 42484-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap:SCnc:Pt:Vitr fld:Qn: + 42485-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines.free fractionated:MCnc:Pt:Plas:Qn: + 42493-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:SCnc:Pt:Ser/Plas:Qn: + 42502-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:MCnc:Pt:Urine:Qn: + 42510-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:MCnc:Pt:CSF:Qn: + 42511-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:Urine:Qn: + 42512-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:CSF:Qn: + 42513-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SCnc:24H:Urine:Qn: + 42520-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mucus:PrThr:Pt:Stool:Ord:Microscopy.light + 42524-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:MSCnc:Pt:Ser/Plas:Qn: + 42567-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MSCnc:Pt:Ser/Plas:Qn: + 42569-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MSCnc:Pt:Ser/Plas:Qn: + 42570-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MSCnc:Pt:Ser/Plas:Qn: + 42571-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:MCnc:Pt:Urine:Qn: + 42572-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycorticosterone:MCnc:Pt:Urine:Qn: + 42573-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:BldC:Qn: + 42593-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.monomeric:MCnc:Pt:Ser/Plas:Qn: + 42607-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Dial fld:Qn: + 42616-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B:MCnc:Pt:Bld:Qn: + 42637-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat.neutral:Naric:Pt:Plr fld:Qn:Microscopy.light.HPF + 42666-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:PrThr:Pt:Urine:Ord: + 42667-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:PrThr:Pt:Stool:Ord: + 42668-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:PrThr:Pt:Plr fld:Ord: + 42669-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Vitr fld:Qn: + 42670-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:EntMass:Pt:Platelets:Qn: + 42671-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium hydrogen phosphate dihydrate:SatFr:24H:Urine:Qn: + 42673-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:Sub:Pt:Bld.dot:Qn: + 42677-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SatFr:24H:Urine:Qn: + 42678-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinyladenosine:SCnc:Pt:CSF:Qn: + 42682-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.heat labile/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn:Heat stability + 42718-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Bld:Qn: + 42719-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:CCnc:24H:Urine:Qn: + 42726-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Ocular fld:Qn: + 42728-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:MCnc:Pt:Bld:Qn: + 42757-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:MCnc:Pt:Urine:Qn: + 42855-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:BldV:Qn: + 42857-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:Body fld:Qn: + 42891-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:SCnc:Pt:Bld.dot:Qn: + 42892-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Elastase.pancreatic:PrThr:Pt:Stool:Ord: + 42902-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:CCnc:Pt:Bld.dot:Qn: + 42906-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^1st specimen:PrThr:Pt:Gast fld:Ord: + 42909-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^2nd specimen:PrThr:Pt:Gast fld:Ord: + 42910-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^3rd specimen:PrThr:Pt:Gast fld:Ord: + 42911-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^2nd specimen:PrThr:Pt:XXX:Ord: + 42912-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal^1st specimen:PrThr:Pt:XXX:Ord: + 42913-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine (C5):SCnc:Pt:Bld.dot:Qn: + 42920-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactoferrin:MCnc:Pt:Stool:Qn: + 42924-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrin fractions:Imp:24H:Urine:Nom: + 43114-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:PrThr:24H:Urine:Ord: + 43115-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor:ACnc:Pt:Ser/Plas:Qn: + 43171-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Carnitine.free (C0):SRto:Pt:Urine:Qn: + 43186-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:MCnc:Pt:Ser/Plas:Qn:Confirm + 43194-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:PrThr:Pt:Urine:Ord:Screen + 43197-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:MCnc:Pt:Urine:Qn:Confirm + 43198-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Invasive trophoblast Ag:PrThr:Pt:Ser/Plas:Ord: + 43207-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Invasive trophoblast Ag:MoM:Pt:Ser/Plas:Qn: + 43208-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Body fld:Qn:Electrophoresis + 43212-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride/Creatinine:Ratio:Pt:Urine:Qn: + 43221-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium/Creatinine:Ratio:Pt:Urine:Qn: + 43222-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Creatinine:Ratio:Pt:Urine:Qn: + 43223-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate:PrThr:Pt:Urine:Ord: + 43226-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acrylylcarnitine (C3:1):SCnc:Pt:Ser/Plas:Qn: + 43235-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyrylcarnitine (C4):SCnc:Pt:Ser/Plas:Qn: + 43243-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines/Creatinine:MRto:24H:Urine:Qn: + 43247-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EPINEPHrine/Creatinine:MRto:24H:Urine:Qn: + 43248-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine derivatives:PrThr:Pt:Urine:Ord: + 43250-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylcrotonylcarnitine (C5:1):SCnc:Pt:Ser/Plas:Qn: + 43289-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:MCnc:24H:Urine:Qn: + 43359-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.heat stable/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn:Heat stability + 43382-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 1:MCnc:Pt:Ser/Plas:Qn: + 43392-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 4:MCnc:Pt:Ser/Plas:Qn: + 43393-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL.acetylated:MCnc:Pt:Ser/Plas:Qn: + 43394-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL.acetylated:MCnc:Pt:Ser/Plas:Qn: + 43395-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.non HDL:MCnc:Pt:Ser/Plas:Qn: + 43396-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:1W 37 deg C incubation + 43401-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CCnt:Pt:RBC:Qn: + 43421-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium urate:SatFr:24H:Urine:Qn: + 43423-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Carnitine.free (C0):Ratio:Pt:Urine:Qn: + 43576-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine/Creatinine:Ratio:Pt:Urine:Qn: + 43577-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein (little a):SCnc:Pt:Ser/Plas:Qn: + 43583-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans:PrThr:24H:Urine:Ord: + 43598-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:4H:Urine:Qn:Detection limit <= 20 mg/L + 43605-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:4H:Urine:Qn:Detection limit <= 20 mg/L + 43606-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:12H:Urine:Qn:Detection limit <= 20 mg/L + 43607-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate:PrThr:24H:Urine:Ord: + 43609-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aconitate:PrThr:24H:Urine:Ord: + 43622-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline:PrThr:24H:Urine:Ord: + 43633-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:PrThr:Pt:Urine:Ord: + 43634-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate:PrThr:24H:Urine:Ord: + 43635-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone-18-glucuronide:ACnc:Pt:Urine:Qn: + 43640-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxypregnenolone/Creatinine:MRto:Pt:Urine:Qn: + 43688-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver+bone:PrThr:Pt:Ser/Plas:Ord: + 43708-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal+renal:PrThr:Pt:Ser/Plas:Ord: + 43709-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.heat stable:PrThr:Pt:Ser/Plas:Ord:Heat stability + 43710-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:Pt:CSF:Ord: + 43711-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:Pt:Ser/Plas:Ord: + 43712-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:Pt:Body fld:Ord: + 43713-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:PrThr:Pt:Bld:Ord: + 43715-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:PrThr:Pt:Urine:Ord: + 43716-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:PrThr:Pt:Bld.dot:Ord: + 43717-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.prostatic:PrThr:Pt:Ser:Ord: + 43718-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,10-Methylenetetrahydrofolate reductase:PrThr:Pt:Ser:Ord: + 43723-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:PrThr:24H:Urine:Ord: + 43726-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.small:SCnc:Pt:Ser/Plas:Qn: + 43727-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta.subparticle.large:SCnc:Pt:Ser/Plas:Qn: + 43728-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha.subparticle.large:SCnc:Pt:Ser/Plas:Qn: + 43729-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.fetal+lung+lymphocyte:PrThr:Pt:Ser/Plas:Ord: + 43731-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Insulin:MRto:Pt:Ser/Plas:Qn: + 43740-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:XXX:Urine:Qn: + 43754-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:PrThr:Pt:Amnio fld:Ord: + 43798-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:PrThr:Pt:XXX:Ord: + 43799-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:PrThr:Pt:CSF:Ord: + 43800-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:ACnc:Pt:Amnio fld:Qn: + 43801-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol:MCnc:24H:Urine:Qn: + 43802-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol^^adjusted:MoM:Pt:Ser/Plas:Qn: + 43803-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:CSF:Nom: + 43804-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:PrThr:Pt:Body fld:Ord: + 43816-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:PrThr:Pt:Ser/Plas:Ord: + 43817-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:PrThr:Pt:Ser:Ord: + 43818-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:PrThr:Pt:Urine:Ord: + 43819-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:PrThr:Pt:Ser/Plas:Ord: + 43820-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:PrThr:24H:Urine:Ord: + 43821-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:PrThr:Pt:Body fld:Ord: + 43822-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:Body fld:Ord: + 43824-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone:PrThr:Pt:Ser/Plas:Ord: + 43826-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E:PrThr:Pt:Ser/Plas:Ord: + 43835-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:PrThr:Pt:Ser/Plas:Ord:Electrophoresis + 43836-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2 transferrin:PrThr:Pt:XXX:Ord: + 43858-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2 transferrin:PrThr:Pt:Ser:Ord: + 43867-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:PrThr:Pt:Ser:Ord: + 43877-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:Amnio fld:Ord:Direct spectrophotometry + 43887-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:PrThr:Pt:Bil fld:Ord: + 43888-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:PrThr:Pt:Urine:Ord: + 43889-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:PrThr:24H:Urine:Ord: + 43898-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta lipotropin:PrThr:Pt:Ser/Plas:Ord: + 43899-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:PrThr:Pt:Urine:Ord: + 43906-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:PrThr:Pt:Ser/Plas:Ord: + 43907-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:PrThr:Pt:CSF:Ord: + 43919-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta endorphin:PrThr:Pt:Ser/Plas:Ord: + 43922-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:PrThr:Pt:Ser/Plas:Ord: + 43923-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:PrThr:Pt:Bld.dot:Ord: + 43927-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.liver:PrThr:Pt:Ser/Plas:Ord: + 43939-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:MCnc:24H:Urine:Qn: + 43940-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.free:MCnc:Pt:Ser/Plas:Qn: + 43942-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anabolic steroids:PrThr:Pt:Urine:Ord: + 43977-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact^^adjusted:MoM:Pt:Ser/Plas:Qn: + 43981-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:MoM:Pt:Ser/Plas:Qn: + 43982-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetal trisomy 18 risk:Likelihood:Pt:^Fetus:Qn: + 43994-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetal trisomy 21 risk:Likelihood:Pt:^Fetus:Qn: + 43995-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^adjusted for diabetes+weight:MoM:Pt:Ser/Plas:Qn: + 43996-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^adjusted for weight:MoM:Pt:Ser/Plas:Qn: + 43997-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^adjusted for diabetes:MoM:Pt:Ser/Plas:Qn: + 43998-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:MoM:Pt:Amnio fld:Qn: + 43999-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:Amnio fld:Qn: + 44000-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:CSF:Qn: + 44001-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin^^adjusted:MoM:Pt:Amnio fld:Qn: + 44002-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:MoM:Pt:Amnio fld:Qn: + 44003-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estriol.unconjugated:MoM:Pt:Amnio fld:Qn: + 44004-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine & Normetanephrine:Imp:Pt:Urine:Nom: + 44013-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:Imp:Pt:Urine:Nom: + 44014-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile:PrThr:Pt:Body fld:Ord: + 44016-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:PrThr:Pt:Bld:Ord: + 44037-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose phosphate isomerase:CCnt:Pt:RBC:Qn: + 44050-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenylate kinase:CCnt:Pt:RBC:Qn: + 44051-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase:CCnt:Pt:Bld:Qn: + 44052-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoglycerate kinase:CCnt:Pt:RBC:Qn: + 44053-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triosephosphate isomerase:CCnt:Pt:RBC:Qn: + 44054-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyrimidine-5'-Nucleotidase:CCnt:Pt:Bld:Qn: + 44055-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha tocopherol & Beta+gamma tocopherol:Imp:Pt:Ser/Plas:Nom: + 44076-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:Imp:Pt:Urine:Nom: + 44078-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin IgA & IgG & IgM:Imp:Pt:Ser:Nom: + 44082-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids pattern:Imp:Pt:Ser/Plas:Nom: + 44084-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 15 Beta, 17 Alpha-Dihydroxypregnanolone/Creatinine:MRto:Pt:Urine:Qn: + 44277-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone/Creatinine:MRto:Pt:Urine:Qn: + 44278-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxypregnenolone/16-Alpha hydroxydehydroepiandrosterone:MRto:Pt:Urine:Qn: + 44279-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17 alpha-Hydroxypregnanolone/Creatinine:MRto:Pt:Urine:Qn: + 44280-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids/Creatinine:MRto:24H:Urine:Qn: + 44281-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate/Creatinine:MRto:24H:Urine:Qn: + 44282-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate/Creatinine:SRto:24H:Urine:Qn: + 44284-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine/Creatinine:MRto:24H:Urine:Qn: + 44285-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Creatinine:MRto:24H:Urine:Qn: + 44286-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyhexanoate/Creatinine:MRto:24H:Urine:Qn: + 44287-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate/Creatinine:MRto:24H:Urine:Qn: + 44288-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Creatinine:MRto:24H:Urine:Qn: + 44291-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:MRto:12H:Urine:Qn:Detection limit <= 20 mg/L + 44292-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Urine:Qn:Electrophoresis + 44293-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:24H:Urine:Qn:Electrophoresis + 44294-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone/Creatinine:MRto:24H:Urine:Qn: + 44295-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Creatinine:MRto:24H:Urine:Qn: + 44296-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone/Creatinine:MRto:24H:Urine:Qn: + 44297-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Creatinine:MRto:24H:Urine:Qn: + 44299-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Creatinine:MRto:24H:Urine:Qn: + 44301-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Creatinine:MRto:24H:Urine:Qn: + 44302-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin/Creatinine:MRto:24H:Urine:Qn: + 44303-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine/Creatinine:MRto:24H:Urine:Qn: + 44304-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate/Creatinine:MRto:24H:Urine:Qn: + 44306-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Creatinine:MRto:24H:Urine:Qn: + 44307-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide/Creatinine:SRto:24H:Urine:Qn:IA + 44308-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Creatinine:MRto:Pt:Urine:Qn: + 44309-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol/Creatinine:MRto:24H:Urine:Qn: + 44310-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Creatinine:MRto:24H:Urine:Qn: + 44312-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate/Creatinine:MRto:24H:Urine:Qn: + 44313-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-lactate/Creatinine:SRto:Pt:Urine:Qn: + 44314-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine/Creatinine:MRto:24H:Urine:Qn: + 44316-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.bound:PrThr:Pt:Ser/Plas:Ord: + 44319-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 5:PrThr:Pt:Ser/Plas:Ord: + 44321-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 6:PrThr:Pt:Ser/Plas:Ord: + 44322-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:PrThr:Pt:Ser/Plas:Ord: + 44323-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine.inorganic:PrThr:Pt:Ser/Plas:Ord: + 44324-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:PrThr:Pt:Hair:Ord: + 44325-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:PrThr:Pt:Ser/Plas:Ord: + 44326-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:PrThr:Pt:Body fld:Ord: + 44327-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate:PrThr:24H:Urine:Ord: + 44328-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Creatinine:MRto:24H:Urine:Qn: + 44329-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine/Creatinine:MRto:24H:Urine:Qn: + 44331-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate/Creatinine:MRto:24H:Urine:Qn: + 44333-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Creatinine:MRto:24H:Urine:Qn: + 44334-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Creatinine:MRto:24H:Urine:Qn: + 44335-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium/Creatinine:MRto:24H:Urine:Qn: + 44336-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine.free/Creatinine:MRto:Pt:Urine:Qn: + 44337-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Creatinine:MRto:24H:Urine:Qn: + 44338-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine/Creatinine:MRto:24H:Urine:Qn: + 44340-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine/Creatinine:MRto:24H:Urine:Qn: + 44341-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine/Creatinine:MRto:24H:Urine:Qn: + 44342-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids/Creatinine:MRto:Pt:Urine:Qn: + 44343-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Creatinine:MRto:24H:Urine:Qn: + 44344-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate/Creatinine:SRto:24H:Urine:Qn: + 44345-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:MRto:24H:Urine:Qn: + 44348-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:MRto:Pt:Urine:Qn: + 44349-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpropionylglycine/Creatinine:MRto:24H:Urine:Qn: + 44350-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine/Creatinine:SRto:24H:Urine:Qn: + 44351-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine/Creatinine:MRto:24H:Urine:Qn: + 44352-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins/Creatinine:MRto:24H:Urine:Qn: + 44353-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate/Creatinine:MRto:24H:Urine:Qn: + 44354-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone/Creatinine:MRto:24H:Urine:Qn: + 44355-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin/Creatinine:MRto:24H:Urine:Qn: + 44356-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate/Creatinine:MRto:Pt:Urine:Qn: + 44358-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Creatinine:MRto:24H:Urine:Qn: + 44359-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate+Glutamine/Creatinine:SRto:Pt:Urine:Qn: + 44360-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate+Glutamine/Creatinine:MRto:Pt:Urine:Qn: + 44361-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine/Creatinine:MRto:24H:Urine:Qn: + 44362-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate/Creatinine:MRto:24H:Urine:Qn: + 44363-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate/Creatinine:SRto:24H:Urine:Qn: + 44364-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Creatinine:MRto:24H:Urine:Qn: + 44365-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans/Creatinine:MRto:24H:Urine:Qn: + 44366-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans/Creatinine:SRto:Pt:Urine:Qn: + 44367-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine/Creatinine:MRto:24H:Urine:Qn: + 44368-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase:PrThr:Pt:Plas:Ord: + 44369-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine/Creatinine:SRto:Pt:Urine:Qn: + 44371-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Creatinine:MRto:24H:Urine:Qn: + 44372-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:PrThr:Pt:Urine:Ord: + 44373-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:PrThr:Pt:Ser/Plas:Ord: + 44374-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:PrThr:Pt:Bld:Ord: + 44375-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:PrThr:Pt:Bld.dot:Ord: + 44376-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine/Creatinine:SRto:24H:Urine:Qn: + 44377-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine/Creatinine:MRto:24H:Urine:Qn: + 44378-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:MRto:24H:Urine:Qn: + 44386-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:24H:Urine:Ord:Immunofixation + 44388-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:Ser:Ord: + 44389-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:24H:Urine:Ord: + 44394-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:24H:Urine:Ord: + 44395-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:PrThr:Pt:Ser/Plas:Ord: + 44396-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Creatinine:MRto:24H:Urine:Qn: + 44398-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine/Creatinine:MRto:24H:Urine:Qn: + 44399-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate/Creatinine:MRto:24H:Urine:Qn: + 44400-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine/Creatinine:MRto:24H:Urine:Qn: + 44401-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Creatinine:MRto:24H:Urine:Qn: + 44403-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Creatinine:SRto:24H:Urine:Qn: + 44405-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Potassium:SRto:24H:Urine:Qn: + 44406-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin/Creatinine:MRto:Pt:Urine:Qn: + 44407-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberate/Creatinine:SRto:24H:Urine:Qn: + 44408-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate/Creatinine:SRto:24H:Urine:Qn: + 44409-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Superoxide dismutase:PrThr:Pt:Plas:Ord: + 44410-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine/Creatinine:MRto:24H:Urine:Qn: + 44411-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol/Creatinine:MRto:Pt:Urine:Qn: + 44412-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Creatinine:MRto:24H:Urine:Qn: + 44413-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan/Creatinine:MRto:24H:Urine:Qn: + 44414-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Creatinine:MRto:24H:Urine:Qn: + 44415-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen/Creatinine:MRto:Pt:Urine:Qn: + 44416-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Creatinine:MRto:24H:Urine:Qn: + 44417-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatine:MRto:24H:Urine:Qn: + 44418-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor alpha chain.soluble:ACnc:Pt:Ser/Plas:Qn: + 44422-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic.nephrogenous/Creatinine:SRto:Pt:Urine:Qn: + 44428-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Ser/Plas:Qn:Electrophoresis + 44429-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone/Creatinine:MRto:Pt:Urine:Qn: + 44430-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone/Creatinine:MRto:Pt:Urine:Qn: + 44450-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.free+Bound:PrThr:Pt:Ser/Plas:Ord: + 44462-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:PrThr:Pt:Ser:Ord:Immunofixation + 44555-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:PrThr:Pt:Skin:Ord:IF + 44582-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA Ab:PrThr:Pt:Ser/Plas:Ord:HAI + 44583-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA Ab:PrThr:Pt:Ser/Plas:Ord: + 44584-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA Ab.IgG:PrThr:Pt:Ser/Plas:Ord: + 44585-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA Ab.IgM:PrThr:Pt:Ser/Plas:Ord: + 44586-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.monoclonal:PrThr:Pt:Ser:Ord:Immunofixation + 44587-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.monoclonal:PrThr:Pt:Urine:Ord:Immunofixation + 44588-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.monoclonal:PrThr:Pt:CSF:Ord:Immunofixation + 44589-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:PrThr:Pt:Saliva:Ord: + 44590-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:PrThr:Pt:Urine:Ord:Immunofixation + 44591-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:PrThr:Pt:Ser:Ord: + 44592-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:PrThr:Pt:Urine:Ord:Immunofixation + 44593-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:PrThr:Pt:Ser:Ord: + 44594-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:PrThr:24H:Urine:Ord:Immunofixation + 44595-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.monoclonal:PrThr:Pt:Ser:Ord:Immunofixation + 44597-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.monoclonal:PrThr:Pt:Urine:Ord:Immunofixation + 44598-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.monoclonal:PrThr:Pt:CSF:Ord:Immunofixation + 44599-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:PrThr:24H:Urine:Ord:Immunofixation + 44600-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.monoclonal:PrThr:Pt:Ser:Ord:Immunofixation + 44601-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.monoclonal:PrThr:Pt:Urine:Ord:Immunofixation + 44602-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.monoclonal:PrThr:Pt:CSF:Ord:Immunofixation + 44603-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:PrThr:Pt:Urine:Ord:Immunofixation + 44604-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:CSF:Ord:Immunofixation + 44605-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:MRto:Pt:CSF:Qn: + 44707-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine/Acylcarnitine:SRto:Pt:Ser/Plas:Qn: + 44710-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL/Apolipoprotein B:MRto:Pt:Ser/Plas:Qn: + 44711-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide/Creatinine:SRto:Pt:Urine:Qn:IA + 44712-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked N-telopeptide/Creatinine:SRto:Pt:XXX:Qn:IA + 44713-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine/Calcium:MRto:Pt:Urine:Qn: + 44716-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta/Lipoprotein.alpha:MRto:Pt:Ser/Plas:Qn: + 44717-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta/Triglyceride:MRto:Pt:Ser/Plas:Qn: + 44718-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Homocysteine:MRto:Pt:Ser/Plas:Qn: + 44719-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Homocystine:SRto:Pt:Ser/Plas:Qn: + 44720-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone/11-Deoxycorticosterone:MRto:Pt:Ser/Plas:Qn: + 44729-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone/Estradiol:MRto:Pt:Ser/Plas:Qn: + 44730-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.asialo/Transferrin.carbohydrate deficient.disialo:MRto:Pt:Ser/Plas:Qn: + 44731-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.monosialo/Transferrin.carbohydrate deficient.disialo:MRto:Pt:Ser/Plas:Qn: + 44732-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride/Cholesterol.in HDL:MRto:Pt:Ser/Plas:Qn: + 44733-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen/Creatinine:MRto:Pt:Bld:Qn: + 44734-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen/Creatinine:MRto:Pt:Body fld:Qn: + 44735-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Stdy^max:Ser/Plas:Qn: + 44783-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Stdy^max:Ser/Plas:Qn: + 44784-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Stdy^max:Ser/Plas:Qn:No addition of P-5'-P + 44785-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Stdy^max:Ser/Plas:Qn: + 44786-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Plr fld:Qn: + 44801-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:CSF:Qn: + 44802-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphorylase:CCnc:Pt:Bld:Qn: + 44830-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycogen synthase I/Glycogen synthase.total:CFr:Pt:Bld:Qn: + 44832-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.tartrate resistant:PrThr:Pt:Bone mar:Ord: + 44834-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid phosphatase.tartrate resistant:PrThr:Pt:Bld:Ord: + 44835-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epinephrine+Norepinephrine:MCnc:24H:Urine:Qn: + 44837-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:Imp:Pt:Plas:Nom: + 44838-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:PrThr:Pt:Ser^Control:Ord: + 44839-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxymandelate/Creatinine:MRto:Pt:Urine:Qn: + 44861-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Alpha tetrahydro-11-Dehydrocorticosterone/Creatinine:MRto:Pt:Urine:Qn: + 44862-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Alpha hydroxytetrahydro-11-Dehydrocorticosterone/Creatinine:MRto:Pt:Urine:Qn: + 44863-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Alpha hydroxytetrahydro-11-Deoxycortisol/Creatinine:MRto:Pt:Urine:Qn: + 44864-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonium urate:PrThr:Pt:Calculus:Ord: + 44865-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM Ag:PrThr:Pt:Skin:Ord:IF + 44875-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate & Creatinine:Imp:Pt:Urine:Nom: + 44908-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate & Creatinine:Imp:Pt:Urine:Nom: + 44909-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Body fld:Qn: + 44910-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin+Gamma globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 44911-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin+Gamma globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 44912-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin+Gamma globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 44913-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin+Gamma globulin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 44914-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL/Cholesterol.in HDL:SRto:Pt:Ser/Plas:Qn: + 44915-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine/Creatinine:SRto:24H:Urine:Qn: + 44918-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine/Creatinine:SRto:24H:Urine:Qn: + 44924-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 44932-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:24H:Urine:Qn:Refractometry + 44933-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymidine kinase:CCnc:Pt:Ser:Qn: + 44934-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine & Normetanephrine:Imp:Pt:Ser/Plas:Nom: + 45021-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine:MCnc:Pt:Bld.dot:Qn: + 45032-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:CSF:Qn: + 45062-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:MCnc:Pt:Body fld:Qn: + 45137-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:MCnc:Pt:XXX:Qn: + 45167-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonate:MCnc:Pt:Urine:Qn: + 45168-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin.alpha subunit:MCnc:Pt:Ser/Plas:Qn: + 45173-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol/Cortisol:MRto:Pt:Ser/Plas:Qn: + 45184-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 45192-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact+Beta subunit:ACnc:Pt:Ser/Plas:Qn: + 45194-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokines:PrThr:Pt:XXX:Ord: + 45196-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):SCnc:Pt:Bld.dot:Qn: + 45197-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1):SCnc:Pt:Bld.dot:Qn: + 45198-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):SCnc:Pt:Bld.dot:Qn: + 45199-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):SCnc:Pt:Bld.dot:Qn: + 45200-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC):SCnc:Pt:Bld.dot:Qn: + 45207-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:SCnc:Pt:Bld.dot:Qn: + 45209-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):SCnc:Pt:Bld.dot:Qn: + 45211-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyrylcarnitine (C4):SCnc:Pt:Bld.dot:Qn: + 45213-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine+Leucine:SCnc:Pt:Bld.dot:Qn: + 45214-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5):SCnc:Pt:Bld.dot:Qn: + 45216-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2):SCnc:Pt:Bld.dot:Qn: + 45217-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC):SCnc:Pt:Bld.dot:Qn: + 45222-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnancy associated plasma protein A multiple of the median:Prctl:Pt:Ser/Plas:Qn: + 45273-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free multiple of the median:Prctl:Pt:Ser/Plas:Qn: + 45293-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase/Cholinesterase:CRto:Pt:Amnio fld:Qn: + 45295-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:24H:Dial fld:Qn: + 45297-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:SCnc:Pt:Ser/Plas:Qn: + 45300-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Dial fld:Qn: + 45302-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^2H specimen:SCnc:Pt:Dial fld:Qn: + 45303-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^4H specimen:SCnc:Pt:Dial fld:Qn: + 45304-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:SCnt:Pt:Stool:Qn: + 45305-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:SCnt:Pt:Stool:Qn: + 45306-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deuteroporphyrin:SCnt:Pt:Stool:Qn: + 45307-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate:SCnt:Pt:Stool:Qn: + 45308-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylate:SCnt:Pt:Stool:Qn: + 45309-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mesoporphyrin:SCnt:Pt:Stool:Qn: + 45310-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylate:SCnt:Pt:Stool:Qn: + 45311-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:SCnt:Pt:Stool:Qn: + 45312-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1/Creatinine:SRto:Pt:Urine:Qn: + 45313-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Coproporphyrin 1:SRto:Pt:Urine:Qn: + 45314-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Creatinine:SRto:Pt:Urine:Qn: + 45315-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylate/Creatinine:SRto:Pt:Urine:Qn: + 45316-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylate/Creatinine:SRto:Pt:Urine:Qn: + 45317-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer/Creatinine:SRto:Pt:Urine:Qn: + 45318-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Creatinine:SRto:Pt:Urine:Qn: + 45319-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione peroxidase:CCnc:Pt:Bld:Qn: + 45328-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase:CCnc:Pt:Ser:Qn: + 45329-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Superoxide dismutase:CCnc:Pt:Bld:Qn: + 45333-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptase:MCnc:Pt:Body fld:Qn: + 45334-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proinsulin/Insulin:Ratio:Pt:Ser/Plas:Qn: + 45338-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione peroxidase:CCnt:Pt:RBC:Qn: + 45378-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr:Pt:Bld:Qn: + 4548-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr:Pt:Bld:Qn:Electrophoresis + 4549-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:MRat:24H:Urine:Qn: + 46084-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:PrThr:Pt:Ser/Plas:Ord: + 46085-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^2H specimen:SCnc:Pt:Dial fld:Qn: + 46086-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Dial fld:Qn: + 46093-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anabolic steroids:SCnc:Pt:Ser/Plas:Qn: + 46095-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^^corrected for albumin:MCnc:Pt:Ser/Plas:Qn: + 46099-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Ser/Plas:Qn:Nephelometry + 46129-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:Ser/Plas:Qn:Nephelometry + 46130-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans/Creatinine:Ratio:Pt:Urine:Qn: + 46132-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^4H specimen:SCnc:Pt:Dial fld:Qn: + 46219-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^overnight:SCnc:Pt:Dial fld:Qn: + 46220-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2H specimen:SCnc:Pt:Dial fld:Qn: + 46221-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H specimen:SCnc:Pt:Dial fld:Qn: + 46222-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^overnight:SCnc:Pt:Dial fld:Qn: + 46223-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^overnight:SCnc:Pt:Dial fld:Qn: + 46243-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine pattern:Imp:Pt:Ser/Plas:Nom: + 46252-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryofibrinogen:PrThr:Pt:Plas:Ord:1W cold incubation + 46265-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ercalcidiol:SCnc:Pt:Ser/Plas:Qn: + 46269-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta fructofuranosidase:CCnt:Pt:Tiss:Qn: + 46427-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnt:24H:Stool:Qn: + 46429-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnt:48H:Stool:Qn: + 46430-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnt:72H:Stool:Qn: + 46431-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1:ACnc:Pt:Ser/Plas:Qn: + 4650-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2:ACnc:Pt:Ser/Plas:Qn: + 4651-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 3:ACnc:Pt:Ser/Plas:Qn: + 4652-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 4:ACnc:Pt:Ser/Plas:Qn: + 4653-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 5:ACnc:Pt:Ser/Plas:Qn: + 4654-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 6:ACnc:Pt:Ser/Plas:Qn: + 4655-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 7:ACnc:Pt:Ser/Plas:Qn: + 4656-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:CCnc:Pt:Ser/Plas:Qn: + 4665-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 23:ACnc:Pt:Plas:Qn: + 46699-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:SCnc:Pt:Amnio fld:Qn: + 46700-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphate:SCnc:Pt:RBC:Qn: + 46701-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceruloplasmin:MCnc:Pt:Bld.dot:Qn: + 46716-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin:MCnc:Pt:Urine:Qn: + 46723-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.monomeric:MCnc:Pt:Ser/Plas:Qn: + 46727-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acidemias:Imp:Pt:Bld.dot:Nom: + 46733-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrullinemias &or arginosuccinic aciduria:Imp:Pt:Bld.dot:Nom: + 46734-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Endocrine disorders:Imp:Pt:Bld.dot:Ord: + 46735-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acid oxidation defects:Imp:Pt:Bld.dot:Nom: + 46736-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosemias:Imp:Pt:Bld.dot:Nom: + 46737-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Genetic disorders:Imp:Pt:Bld.dot:Ord: + 46738-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaric acidemia type 1:Imp:Pt:Bld.dot:Nom: + 46739-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin disorders:Imp:Pt:Bld.dot:Nom: + 46740-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystinuria &or other hypermethioninemias:Imp:Pt:Bld.dot:Ord: + 46741-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovaleric acidemia &or 2-Methylbutyric acidemia:Imp:Pt:Bld.dot:Nom: + 46742-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Maple syrup urine disease:Imp:Pt:Bld.dot:Nom: + 46743-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acidemias:Imp:Pt:Bld.dot:Nom: + 46744-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Other amino acidopathies:Imp:Pt:Bld.dot:Ord: + 46745-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylketonuria and variants &or biopterin defects:Imp:Pt:Bld.dot:Nom: + 46746-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionic &or methylmalonic acidemias:Imp:Pt:Bld.dot:Nom: + 46747-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosinemias:Imp:Pt:Bld.dot:Nom: + 46748-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonic &or hydroxymethylglutaric &or methylglutaconic:Imp:Pt:Bld.dot:Ord: + 46749-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyric acidemias &or beta ketothiolase deficiency:Imp:Pt:Bld.dot:Nom: + 46750-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Other organic acidemias:Imp:Pt:Bld.dot:Ord: + 46751-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Medium chain acyl dehydrogenase deficiency &or glutaric acidemia type 2:Imp:Pt:Bld.dot:Ord: + 46752-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Very long chain hydroxy acyl dehydrogenase deficiency:Imp:Pt:Bld.dot:Nom: + 46753-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Long chain hydroxy acyl dehydrogenase &or trifunctional protein deficiencies:Imp:Pt:Bld.dot:Nom: + 46754-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine uptake defect &or CPT1 deficiency:Imp:Pt:Bld.dot:Ord: + 46755-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Other fatty acid oxidation disorders:Imp:Pt:Bld.dot:Ord: + 46756-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Congenital hypothyroidism:Imp:Pt:Bld.dot:Ord: + 46757-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Congenital adrenal hyperplasia:Imp:Pt:Bld.dot:Nom: + 46758-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hb SS, Hb SC, Hb SB thal:Imp:Pt:Bld.dot:Ord: + 46759-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Other hemoglobinopathies:Imp:Pt:Bld.dot:Ord: + 46760-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase deficiency:Imp:Pt:Bld.dot:Nom: + 46761-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Congenital hypothyroidism:Imp:Pt:Bld.dot:Nom: + 46762-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Secondary congenital hypothyroidism:Imp:Pt:Bld.dot:Ord: + 46763-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid binding globulin deficiency:Imp:Pt:Bld.dot:Ord: + 46764-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sickle cell anemia:Imp:Pt:Bld.dot:Ord: + 46765-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin SC disease:Imp:Pt:Bld.dot:Ord: + 46766-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin S beta thalassemia:Imp:Pt:Bld.dot:Ord: + 46767-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sickle cell carrier (trait):Imp:Pt:Bld.dot:Ord: + 46768-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystic fibrosis:Imp:Pt:Bld.dot:Nom: + 46769-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Classical galactosemia:Imp:Pt:Bld.dot:Ord: + 46771-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactokinase deficiency:Imp:Pt:Bld.dot:Ord: + 46772-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose epimerase deficiency:Imp:Pt:Bld.dot:Ord: + 46773-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine uptake deficiency:Imp:Pt:Bld.dot:Nom: + 46774-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 1 deficiency:Imp:Pt:Bld.dot:Nom: + 46775-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CPT2 &or CACT:Imp:Pt:Bld.dot:Nom: + 46776-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaric acidemia 2 &or ethylmalonic encephalopathy:Imp:Pt:Bld.dot:Nom: + 46777-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MCAD:Imp:Pt:Bld.dot:Nom: + 46778-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Medium &or short chain acyl-CoA dehydrogenase deficiency:Imp:Pt:Bld.dot:Nom: + 46779-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Short-chain acyl-CoA deficiency &or ethylmalonic encephalopathy &or isobutyryl-CoA dehydrogenase deficiency:Imp:Pt:Bld.dot:Nom: + 46780-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonic acidemia:Imp:Pt:Bld.dot:Nom: + 46781-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininemia:Imp:Pt:Bld.dot:Ord: + 46782-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfhemoglobin:MCnc:Pt:Bld:Qn: + 4683-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfhemoglobin:PrThr:Pt:Bld:Ord: + 4684-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfhemoglobin/Hemoglobin.total:MFr:Pt:Bld:Qn: + 4685-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 2:MCnc:Pt:Ser/Plas:Qn: + 46984-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 3:MCnc:Pt:Ser/Plas:Qn: + 46985-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL 3:MCnc:Pt:Ser/Plas:Qn: + 46986-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:CSF:Qn:IA + 47053-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:24H:Urine:Qn: + 47083-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrostenedione:SCnc:Pt:Ser/Plas:Qn: + 47086-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensinogen:SCnc:Pt:Plas:Qn: + 47087-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:SCnc:Pt:Ser:Qn: + 47088-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans:SRat:24H:Urine:Qn: + 47089-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans/Creatinine:SRto:24H:Urine:Qn: + 47090-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SRat:24H:Urine:Qn: + 47091-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B:SCnc:Pt:Ser/Plas:Qn: + 47092-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.biointact:SCnc:Pt:Ser/Plas:Qn: + 47093-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calciferol:SCnc:Pt:Ser/Plas:Qn: + 47094-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride^post CFst:SCnc:Pt:Ser/Plas:Qn: + 47210-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL real size pattern:Prid:Pt:Ser/Plas:Nom: + 47213-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homeostasis model assessment:ACnc:Pt:Ser/Plas:Qn: + 47214-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.medium:EntLen:Pt:Ser/Plas:Qn: + 47215-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL 3+4:MCnc:Pt:Ser/Plas:Qn: + 47218-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL 5+6:MCnc:Pt:Ser/Plas:Qn: + 47219-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 4+5:MCnc:Pt:Ser/Plas:Qn: + 47220-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 1+2:MCnc:Pt:Ser/Plas:Qn: + 47221-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 21 risk based on maternal age + Alpha-1-Fetoprotein + Choriogonadotropin + Estriol.unconjugated:Likelihood:Pt:^Fetus:Qn: + 47222-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetal trisomy 18 risk:Likelihood:Pt:^Fetus:Qn:Based on maternal age + 47223-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:Imp:Pt:Amnio fld:Nom: + 47225-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetal lung maturity:Imp:Pt:Amnio fld:Nom: + 47226-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.non HDL/Cholesterol.total:MRto:Pt:Ser/Plas:Qn: + 47228-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM Ab:PrThr:Pt:Ser/Plas:Ord: + 47231-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:MCnc:24H:Urine:Qn: + 47253-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:MCnc:24H:Urine:Qn: + 47254-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type I.N-terminal propeptide:MCnc:Pt:Ser:Qn: + 47255-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S100 calcium binding protein B:MCnc:Pt:CSF:Qn: + 47274-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S100 calcium binding protein B:MCnc:Pt:Ser:Qn: + 47275-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 12:MCnc:Pt:Body fld:Qn:IA + 47317-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitonin:MCnc:Pt:Body fld:Qn: + 47369-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta mannosidase actual/Normal:RelCCnc:Pt:WBC:Qn: + 47398-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibers:Naric:Pt:Stool:Qn:Microscopy.light + 47407-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Plr fld:Qn: + 47418-9 + + + + + + + + + + + + + + + + + + + + + 2-Methyl,3-Hydroxybutyrate/Creatinine:SCrto:Pt:Urine:Qn: + 47535-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate:SCnc:Pt:Plas:Qn: + 47536-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysebacate/Creatinine:SRto:Pt:Urine:Qn: + 47537-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:SCnc:Pt:CSF:Qn: + 47538-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:Bld.dot:Qn: + 47539-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:Body fld:Qn: + 47540-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate/Creatinine:SRto:Pt:Urine:Qn: + 47542-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxymandelate/Creatinine:SRto:Pt:Urine:Qn: + 47543-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:SCnc:Pt:CSF:Qn: + 47544-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate/Creatinine:SRto:24H:Urine:Qn: + 47545-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Methyltetrahydrofolate:SCnc:Pt:CSF:Qn: + 47547-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnt:Pt:Fibroblasts:Qn: + 47548-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnt:Pt:RBC:Qn: + 47549-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:EntCat:Pt:WBC:Qn: + 47550-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Bld.dot:Qn: + 47551-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Amino acids.total:SFr:Pt:Hair:Qn: + 47552-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Amino acids.total:SFr:Pt:CSF:Qn: + 47553-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47554-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47555-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47556-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Amino acids.total:SFr:Pt:XXX:Qn: + 47557-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:24H:Urine:Qn:Detection limit <= 20 mg/L + 47558-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Bld.dot:Qn: + 47559-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap:SCnc:Pt:Body fld:Qn: + 47561-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnc:Pt:Bld.dot:Qn: + 47562-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47563-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Amino acids.total:SFr:Pt:Hair:Qn: + 47564-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Amino acids.total:SFr:Pt:CSF:Qn: + 47565-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47566-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47567-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Amino acids.total:SFr:Pt:XXX:Qn: + 47568-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate lyase:CCnt:Pt:Liver:Qn: + 47569-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate lyase:CCnt:Pt:Fibroblasts:Qn: + 47570-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate synthase:CCnt:Pt:Fibroblasts:Qn: + 47571-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine:SCnc:Pt:Bld.dot:Qn: + 47572-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnc:Pt:Bld.dot:Qn: + 47573-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Amino acids.total:SFr:Pt:Hair:Qn: + 47574-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Amino acids.total:SFr:Pt:CSF:Qn: + 47575-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47576-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47577-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47578-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SRat:24H:Urine:Qn: + 47579-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:24H:Urine:Qn: + 47580-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biopterin:SCnc:Pt:CSF:Qn: + 47581-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biopterin/Creatinine:SRto:Pt:Urine:Qn: + 47582-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Bld:Qn:ISE + 47596-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^^corrected for total protein:SCnc:Pt:Bld:Qn: + 47597-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:Bld:Qn: + 47598-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldCo:Qn: + 47599-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceruloplasmin:SCnc:Pt:Ser/Plas:Qn: + 47600-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:ACnc:Pt:Body fld:Qn: + 47601-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:WBC:Qn: + 47602-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:Fibroblasts:Qn: + 47603-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Stool:Qn: + 47610-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystatin C:MCnc:Pt:Urine:Qn: + 47612-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoate/Creatinine:SRto:Pt:Urine:Qn: + 47613-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoate/Creatinine:SRto:Pt:Urine:Qn: + 47614-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dermatan sulfate:PrThr:Pt:Urine:Ord: + 47615-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Stool:Qn: + 47620-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnc:Pt:Bld.dot:Qn: + 47623-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Amino acids.total:SFr:Pt:Hair:Qn: + 47624-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Amino acids.total:SFr:Pt:CSF:Qn: + 47625-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47626-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47627-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47628-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Amino acids.total:SFr:Pt:XXX:Qn: + 47629-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine:SCnc:Pt:Bld.dot:Qn: + 47630-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.oxidized:SCnt:Pt:RBC:Qn: + 47631-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol/Creatinine:SRto:Pt:Urine:Qn: + 47632-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnc:Pt:Bld.dot:Qn: + 47633-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47634-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Amino acids.total:SFr:Pt:Hair:Qn: + 47635-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Amino acids.total:SFr:Pt:CSF:Qn: + 47636-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47637-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47638-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Amino acids.total:SFr:Pt:XXX:Qn: + 47639-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitate/Creatinine:SRto:Pt:Urine:Qn: + 47641-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecenoate/Creatinine:SRto:Pt:Urine:Qn: + 47642-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:Bld.dot:Qn: + 47643-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Amino acids.total:SFr:Pt:Hair:Qn: + 47644-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Amino acids.total:SFr:Pt:CSF:Qn: + 47645-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47646-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47647-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47648-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Amino acids.total:SFr:Pt:XXX:Qn: + 47649-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homogentisate/Creatinine:SRto:Pt:Urine:Qn: + 47650-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:SCnc:Pt:Bld.dot:Qn: + 47651-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase:CCnt:Pt:Placenta:Qn: + 47652-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnc:Pt:Bld.dot:Qn: + 47671-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Amino acids.total:SFr:Pt:Hair:Qn: + 47672-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Amino acids.total:SFr:Pt:CSF:Qn: + 47673-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47674-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47675-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47676-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Amino acids.total:SFr:Pt:XXX:Qn: + 47677-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:24H:Urine:Qn: + 47678-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:Bld.dot:Qn: + 47679-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Amino acids.total:SFr:Pt:Hair:Qn: + 47680-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Amino acids.total:SFr:Pt:CSF:Qn: + 47681-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47682-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47683-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47684-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Amino acids.total:SFr:Pt:XXX:Qn: + 47685-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleate/Creatinine:SRto:Pt:Urine:Qn: + 47686-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnc:Pt:Bld.dot:Qn: + 47689-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Amino acids.total:SFr:Pt:Hair:Qn: + 47690-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Amino acids.total:SFr:Pt:CSF:Qn: + 47691-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47692-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47693-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47694-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Amino acids.total:SFr:Pt:XXX:Qn: + 47695-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonate/Creatinine:SRto:Pt:Urine:Qn: + 47696-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mandelate/Creatinine:SRto:Pt:Urine:Qn: + 47697-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine/Creatinine:SRto:24H:Urine:Qn: + 47699-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnc:Pt:Bld.dot:Qn: + 47700-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Amino acids.total:SFr:Pt:Hair:Qn: + 47701-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Amino acids.total:SFr:Pt:CSF:Qn: + 47702-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47703-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47704-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47705-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Amino acids.total:SFr:Pt:XXX:Qn: + 47706-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Urea:SRto:Pt:Amnio fld:Qn: + 47707-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Urea:SRto:Pt:Ser/Plas:Qn: + 47708-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Urea:SRto:Pt:Urine:Qn: + 47709-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetylaspartate/Creatinine:SRto:Pt:Urine:Qn: + 47710-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin/Creatinine:SRto:Pt:Urine:Qn: + 47711-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:PrThr:Pt:Sweat:Ord: + 47712-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleate/Creatinine:SRto:Pt:Urine:Qn: + 47713-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine:SCnc:Pt:Bld.dot:Qn: + 47714-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SCnc:Pt:Dial fld:Qn: + 47715-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldCo:Qn: + 47716-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldCo:Qn: + 47720-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Amino acids.total:SFr:Pt:Hair:Qn: + 47721-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Amino acids.total:SFr:Pt:CSF:Qn: + 47722-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47723-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47724-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Amino acids.total:SFr:Pt:XXX:Qn: + 47725-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytanate/Creatinine:SRto:Pt:Urine:Qn: + 47726-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate/Creatinine:SRto:Pt:Urine:Qn: + 47727-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type III/Creatinine:Ratio:Pt:Urine:Qn: + 47728-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline:SCnc:Pt:Bld.dot:Qn: + 47732-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Amino acids.total:SFr:Pt:Hair:Qn: + 47733-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47734-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47735-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47736-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Amino acids.total:SFr:Pt:XXX:Qn: + 47737-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Body fld:Qn: + 47738-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Stool:Qn: + 47739-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine nucleoside phosphorylase:CCnt:Pt:RBC:Qn: + 47740-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine nucleoside phosphorylase:EntCat:Pt:WBC:Qn: + 47741-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine:SCnc:Pt:Bld.dot:Qn: + 47742-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Amino acids.total:SFr:Pt:Hair:Qn: + 47743-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Amino acids.total:SFr:Pt:CSF:Qn: + 47744-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47745-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47746-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47747-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Amino acids.total:SFr:Pt:XXX:Qn: + 47748-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecanoate/Creatinine:SRto:Pt:Urine:Qn: + 47779-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine:SCnc:Pt:Amnio fld:Qn: + 47781-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:Pt:Bld.dot:Qn: + 47782-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myristate/Creatinine:SRto:Pt:Urine:Qn: + 47783-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine:SCnc:Pt:Bld.dot:Qn: + 47784-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Amino acids.total:SFr:Pt:Hair:Qn: + 47785-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Amino acids.total:SFr:Pt:CSF:Qn: + 47786-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47787-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47788-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47789-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Amino acids.total:SFr:Pt:XXX:Qn: + 47790-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tocopherols:MCnc:Pt:Ser/Plas:Qn: + 47791-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Amino acids.total:SFr:Pt:Hair:Qn: + 47792-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Amino acids.total:SFr:Pt:CSF:Qn: + 47793-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47794-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47795-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47796-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Amino acids.total:SFr:Pt:XXX:Qn: + 47797-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Stool:Qn: + 47798-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:SCnc:Pt:Bld.dot:Qn: + 47799-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Amino acids.total:SFr:Pt:Hair:Qn: + 47800-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Amino acids.total:SFr:Pt:CSF:Qn: + 47801-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 47802-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 47803-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 47804-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Amino acids.total:SFr:Pt:XXX:Qn: + 47805-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose:PrThr:Pt:Urine:Ord: + 47806-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Deoxytetronate/Creatinine:SRto:Pt:Urine:Qn: + 47807-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethylhydracrylate/Creatinine:SRto:Pt:Urine:Qn: + 47808-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxysebacate/Creatinine:SRto:Pt:Urine:Qn: + 47809-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxyvalerate:SCnc:Pt:Plas:Qn: + 47810-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Oxobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 47811-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylglutaconate/Creatinine:SRto:Pt:Urine:Qn: + 47812-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylglutarate/Creatinine:SRto:Pt:Urine:Qn: + 47813-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,4-Dihydroxyphenyllactate/Creatinine:SRto:Pt:Urine:Qn: + 47814-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,4-Hydroxymandelate/Creatinine:SRto:Pt:Urine:Qn: + 47815-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Deoxytetronate/Creatinine:SRto:Pt:Urine:Qn: + 47816-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxy,4-Methoxybenzoate/Creatinine:SRto:Pt:Urine:Qn: + 47817-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhexanoate/Creatinine:SRto:Pt:Urine:Qn: + 47818-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysuberate/Creatinine:SRto:Pt:Urine:Qn: + 47819-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyvalerate:SCnc:Pt:Plas:Qn: + 47820-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Indolelactate/Creatinine:SRto:Pt:Urine:Qn: + 47821-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methyladipate/Creatinine:SRto:Pt:Urine:Qn: + 47822-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxy-3-Methoxyphenyllactate/Creatinine:SRto:Pt:Urine:Qn: + 47823-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxycaproate/Creatinine:SRto:Pt:Urine:Qn: + 47824-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Hydroxyoctanoate/Creatinine:SRto:Pt:Urine:Qn: + 47825-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Ser/Plas:Qn: + 47826-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosyl homocysteine hydrolase:CCnt:Pt:RBC:Qn: + 47827-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adiponectin:MCnc:Pt:Ser/Plas:Qn: + 47828-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arabitol/Creatinine:SRto:Pt:Urine:Qn: + 47829-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate synthase:CCnt:Pt:CVS:Qn: + 47830-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate synthase:CCnt:Pt:Amnio fld cells:Qn: + 47831-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase I:CCnt:Pt:Fibroblasts:Qn: + 47835-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase I:CCnt:Pt:WBC:Qn: + 47836-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase II:CCnt:Pt:Amnio fld cells:Qn: + 47837-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase II:CCnt:Pt:Fibroblasts:Qn: + 47838-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase II:CCnt:Pt:WBC:Qn: + 47839-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine acyltransferase II:CCnt:Pt:CVS:Qn: + 47840-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:Amnio fld cells:Qn: + 47841-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Diphosphoglycerate phosphatase:CCnt:Pt:RBC:Qn: + 47853-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 23.intact:ACnc:Pt:Plas:Qn: + 47854-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 23.C-terminal:ACnc:Pt:Plas:Qn: + 47855-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactitol/Creatinine:SRto:Pt:Urine:Qn: + 47857-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate dehydrogenase:CCnt:Pt:CVS:Qn: + 47860-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase:CCnt:Pt:Amnio fld cells:Qn: + 47861-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CRat:24H:Urine:Qn: + 47863-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malondialdehyde:SCnc:Pt:Plas:Qn: + 47865-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoribosylpyrophosphate synthetase:CCnt:Pt:RBC:Qn: + 47866-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoribosylpyrophosphate synthetase:CCnt:Pt:Fibroblasts:Qn: + 47867-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionyl CO-A carboxylase:CCnt:Pt:Amnio fld cells:Qn: + 47873-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionyl CO-A carboxylase:CCnt:Pt:Fibroblasts:Qn: + 47874-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionyl CO-A carboxylase:CCnt:Pt:WBC:Qn: + 47875-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionyl CO-A carboxylase:CCnt:Pt:Placenta:Qn: + 47876-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionyl CO-A carboxylase:CCnt:Pt:CVS:Qn: + 47877-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine:SCnc:Pt:Plas:Qn: + 47878-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate carboxylase:CCnt:Pt:Amnio fld cells:Qn: + 47879-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate carboxylase:CCnt:Pt:Fibroblasts:Qn: + 47880-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate carboxylase:CCnt:Pt:WBC:Qn: + 47881-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate carboxylase:CCnt:Pt:Placenta:Qn: + 47882-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin^upright:MCnc:Pt:Plas:Qn: + 47883-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribitol/Creatinine:SRto:Pt:Urine:Qn: + 47884-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine:SCnc:Pt:Ser/Plas:Qn: + 47939-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylglycine:SCnc:Pt:Plas:Qn: + 47954-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyuridine:SCnc:Pt:Ser/Plas:Qn: + 47957-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids:MCnc:Pt:Ser:Qn: + 47978-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Creatinine:Ratio:24H:Urine:Qn: + 47981-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:BldCo:Qn: + 47994-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:BldCo:Qn: + 47995-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase binding protein:ACnc:Pt:Urine:Qn: + 47996-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Stool:Qn: + 48036-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibronectin.fetal:PrThr:Pt:XXX:Ord: + 48039-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium cutoff:MCnt:Pt:Stool:Qn: + 48045-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate cutoff:MCnt:Pt:Stool:Qn: + 48046-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal:PrThr:Pt:Vomitus:Ord: + 48047-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,6-Epoxydecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48078-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,6-Epoxydodecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48079-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,6-Epoxyoctanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48080-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,6-Epoxytetradecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48081-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate 3,6-lactone/Creatinine:SRto:Pt:Urine:Qn: + 48082-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanedienedioate/Creatinine:SRto:Pt:Urine:Qn: + 48083-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48084-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecenedioate/Creatinine:SRto:Pt:Urine:Qn: + 48085-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecadienedioate/Creatinine:SRto:Pt:Urine:Qn: + 48086-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48087-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecenedioate/Creatinine:SRto:Pt:Urine:Qn: + 48088-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol/Apolipoprotein B:SRto:Pt:Ser/Plas:Qn: + 48089-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL/Cholesterol.in HDL+Cholesterol.in VLDL:SRto:Pt:Ser/Plas:Qn: + 48090-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4,5-Dihydroxyhexanolactone/Creatinine:SRto:Pt:Urine:Qn: + 48106-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.oxidized/glutathione.reduced:SRto:Pt:RBC:Qn: + 48110-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.reduced:SCnt:Pt:RBC:Qn: + 48111-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.reduced:ACnt:Pt:RBC:Qn: + 48112-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptadecenoate/Creatinine:SRto:Pt:Urine:Qn: + 48113-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 48114-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine.free/Creatinine:SRto:Pt:Urine:Qn: + 48115-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine/Urea:SRto:Pt:Plas:Qn: + 48117-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentadecanoate/Creatinine:SRto:Pt:Urine:Qn: + 48119-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Quinolinate/Creatinine:SRto:Pt:Urine:Qn: + 48121-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^15M pre dose ornithine:ACnc:Pt:Ser/Plas:Qn: + 48126-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Oxovalerate:SCnc:Pt:Plas:Qn: + 48133-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase.macromolecular:CCnc:Pt:Ser/Plas:Qn: + 48134-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase.macromolecular:CCnc:Pt:Ser/Plas:Qn: + 48136-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4,5-Dihydroxyhexanoate/Creatinine:SRto:Pt:Urine:Qn: + 48137-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Ser/Plas:Qn:RIA + 48138-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythro-4,5-Dihydroxyhexanoate/Creatinine:SRto:Pt:Urine:Qn: + 48139-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythro-4-Deoxytetronate/Creatinine:SRto:Pt:Urine:Qn: + 48140-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:EntMass:Pt:RBC:Qn: + 48141-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indole-3-Acetate/Creatinine:SRto:Pt:Urine:Qn: + 48142-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mevalonolactone/Creatinine:SRto:Pt:Urine:Qn: + 48145-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myeloperoxidase:ACnc:Pt:Ser:Qn: + 48146-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides/Creatinine:SRto:Pt:Urine:Qn: + 48147-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Urine:Qn:Calculated + 48148-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality.urine/Osmolality.ser:Ratio:Pt:Urine+Ser/Plas:Qn: + 48149-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Perseitol/Creatinine:SRto:Pt:Urine:Qn: + 48150-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sedoheptitol/Creatinine:SRto:Pt:Urine:Qn: + 48151-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sorbitol/Creatinine:SRto:Pt:Urine:Qn: + 48152-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threitol/Creatinine:SRto:Pt:Urine:Qn: + 48153-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threo-4,5-Dihydrohexanoate/Creatinine:SRto:Pt:Urine:Qn: + 48154-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threo-4,5-Dihydrohexanolactone/Creatinine:SRto:Pt:Urine:Qn: + 48155-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threo-4-Deoxytetronate/Creatinine:SRto:Pt:Urine:Qn: + 48156-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymine/Creatinine:SRto:Pt:Urine:Qn: + 48157-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillate/Creatinine:SRto:Pt:Urine:Qn: + 48158-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymidine:SCnc:Pt:Ser/Plas:Qn: + 48162-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:Body fld:Qn: + 48163-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Body fld:Qn: + 48164-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:MCnc:Pt:Body fld:Qn: + 48165-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Body fld:Qn: + 48166-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag/Creatinine:MRto:Pt:Urine:Qn: + 48167-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:PrThr:Pt:Urine:Ord: + 48168-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1/Creatinine:MRto:Pt:Urine:Qn: + 48305-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Creatinine:MRto:Pt:Urine:Qn: + 48306-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal enzymes screen:Prid:Pt:Bld:Nom: + 48311-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Saliva:Qn: + 48357-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentadecanoate:SCnc:Pt:Ser/Plas:Qn: + 48366-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cis-Vaccenate:SCnc:Pt:Ser/Plas:Qn: + 48367-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + trans-Octadecanoate:SCnc:Pt:Ser/Plas:Qn: + 48368-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + trans-Vaccenate:SCnc:Pt:Ser/Plas:Qn: + 48369-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihomogammalinolenate:SCnc:Pt:Ser/Plas:Qn: + 48370-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosapentaenoate:SCnc:Pt:Ser/Plas:Qn: + 48371-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mullerian inhibiting substance:SCnc:Pt:Ser/Plas:Qn: + 48377-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Immunoglobulin light chains.lambda.free:MRto:Pt:Ser:Qn: + 48378-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine:SCnc:24H:Urine:Qn: + 48380-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine/Creatinine:SRto:24H:Urine:Qn: + 48381-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.omega 6/Fatty acids.omega 3:SRto:Pt:Ser/Plas:Qn: + 48382-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin recovery:PrThr:Pt:Ser/Plas:Ord: + 48387-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin/Prolactin:SFr:Pt:Ser/Plas:Qn: + 48389-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldV:Qn:Calculated + 48391-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Creatinine:SRto:Pt:Urine:Qn: + 48395-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnancy associated plasma protein A:MCnc:Pt:Ser/Plas:Qn: + 48407-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin:MCnc:Pt:Ser/Plas:Qn: + 48413-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin:MRat:24H:Urine:Qn: + 48414-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin/Creatinine:MRto:Pt:Urine:Qn: + 48415-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein:MCnc:Pt:Body fld:Qn: + 48416-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:BldC:Qn: + 48421-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:PrThr:Pt:Ser/Plas:Ord: + 48422-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Body fld:Nom:Electrophoresis + 48423-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Body fld:Nom: + 48424-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:MCnc:Pt:Bld:Qn: + 48425-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:PrThr:Pt:Bld:Ord: + 48426-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rumenate:SCnc:Pt:Ser/Plas:Qn: + 48428-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:Sub:XXX:Semen:Qn: + 48430-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:Sub:XXX:Semen:Qn: + 48432-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-trace protein:MCnc:Pt:CSF:Qn: + 48493-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 48495-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pro-hepcidin:MCnc:Pt:Ser/Plas:Qn: + 48497-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid A:MCnc:Pt:Ser/Plas:Qn: + 48498-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-trace protein:MCnc:Pt:Ser/Plas:Qn: + 48499-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin^on cycle day 10:ACnc:Pt:Ser/Plas:Qn: + 48570-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin^on cycle day 11:ACnc:Pt:Ser/Plas:Qn: + 48571-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin^on cycle day 21:ACnc:Pt:Ser/Plas:Qn: + 48572-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin^on cycle day 3:ACnc:Pt:Ser/Plas:Qn: + 48573-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin^on cycle day 11:ACnc:Pt:Ser/Plas:Qn: + 48581-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin^on cycle day 3:ACnc:Pt:Ser/Plas:Qn: + 48582-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin^on cycle day 21:ACnc:Pt:Ser/Plas:Qn: + 48583-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide:MCnc:Pt:Urine:Qn: + 48586-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide/Creatinine:Ratio:Pt:Urine:Qn: + 48587-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyvalerate/Creatinine:MRto:Pt:Urine:Qn: + 48608-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:MCnc:Pt:Amnio fld:Qn: + 48610-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord:Immune diffusion + 48614-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:ACnc:Pt:Bld.dot:Qn: + 48616-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate^post dialysis:MCnc:Pt:Ser/Plas:Qn: + 48617-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:MCnc:Pt:Ser/Plas.ultracentrifugate:Qn: + 48618-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E1:PrThr:Pt:Bld:Ord: + 48619-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Ser/Plas.ultracentrifugate:Qn: + 48620-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin/Creatinine:SRto:24H:Urine:Qn: + 48621-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^24H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 48622-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MCnc:Pt:BldCo:Qn: + 48623-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:BldCo:Qn: + 48624-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact:PrThr:Pt:Body fld:Ord: + 48625-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^24H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 48626-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:ACnc:Pt:Urine:Qn: + 48627-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 3:PrThr:Pt:Urine:Ord: + 48628-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^post dialysis:MCnc:Pt:BldV:Qn: + 48629-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^pre dialysis:MCnc:Pt:Periton fld:Qn: + 48630-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^post dialysis:SCnc:Pt:Ser:Qn: + 48631-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MRat:24H:Stool:Qn: + 48632-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsinogen I.free:MCnc:Pt:Bld.dot:Qn: + 48633-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Creatinine:MRto:24H:Urine:Qn: + 48634-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL pattern A:PrThr:Pt:Ser/Plas:Ord: + 48635-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL pattern BII:PrThr:Pt:Ser/Plas:Ord:Electrophoresis + 48636-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL pattern BI:PrThr:Pt:Ser/Plas:Ord:Electrophoresis + 48637-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin type:Prid:Pt:Ser:Nom:Immunofixation + 48638-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^post dialysis:MCnc:Pt:BldP:Qn: + 48639-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Second trimester triple maternal screen:Imp:Pt:Ser/Plas:Nar: + 48640-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate^pre dialysis:MCnc:Pt:Ser/Plas:Qn: + 48641-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.non black:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (MDRD) + 48642-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.black:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (MDRD) + 48643-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + YKL-40:MCnc:Pt:Ser:Qn: + 48663-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.intrathecally synthesized:MCnc:Pt:Ser+CSF:Qn: + 48665-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.intrathecally synthesized:MCnc:Pt:Ser+CSF:Qn: + 48666-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.intrathecally synthesized:MCnc:Pt:Ser+CSF:Qn: + 48667-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IT:PrThr:Pt:Ser+CSF:Ord: + 48668-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin & Immunoglobulin Quotient:Imp:Pt:Ser+CSF:Nom: + 48669-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate cancer risk:Likelihood:Pt:^Patient:Qn:Estimated + 48671-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxy fatty acids pattern:Imp:Pt:Ser/Plas:Nom: + 48750-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitate.free:SCnc:Pt:Ser/Plas:Qn: + 48751-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristate.free:SCnc:Pt:Ser/Plas:Qn: + 48752-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoate.free:SCnc:Pt:Ser/Plas:Qn: + 48753-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoate:SCnc:Pt:Ser/Plas:Qn: + 48754-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecanoate.free:SCnc:Pt:Ser/Plas:Qn: + 48755-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoctanoate.free:SCnc:Pt:Ser/Plas:Qn: + 48756-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoctanoate:SCnc:Pt:Ser/Plas:Qn: + 48757-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhexanoate.free:SCnc:Pt:Ser/Plas:Qn: + 48758-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhexanoate:SCnc:Pt:Ser/Plas:Qn: + 48759-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitate:SCnc:Pt:Ser/Plas:Qn: + 48761-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristate:SCnc:Pt:Ser/Plas:Qn: + 48762-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecanoate:SCnc:Pt:Ser/Plas:Qn: + 48763-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:MCnc:Pt:CSF:Qn: + 48771-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:MCnc:Pt:CSF:Qn: + 48772-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa/Immunoglobulin light chains.lambda:MRto:Pt:CSF:Qn: + 48773-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:MCnc:Pt:CSF:Qn: + 48774-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:MCnc:Pt:CSF:Qn: + 48775-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Immunoglobulin light chains.lambda.free:MRto:Pt:CSF:Qn: + 48776-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Albumin:RelRto:Pt:Ser+CSF:Qn: + 48777-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin D2:MCnc:Pt:Body fld:Qn: + 48785-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^24H post peritoneal dialysis:MCnc:Pt:Periton fld:Qn: + 48787-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine peritoneal dialysis clearance:VRat:Pt:Dial fld prt+Ser/Plas:Qn: + 48788-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine peritoneal dialysis clearance/1.73 sq M:ArVRat:Pt:Dial fld prt+Ser/Plas:Qn: + 48789-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:XXX:Dial fld prt:Qn: + 48790-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen peritoneal dialysis clearance/1.73 sq M:ArVRat:Pt:Dial fld prt+Ser/Plas:Qn: + 48791-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Necroinflammatory activity score:Score:Pt:Ser/Plas:Qn: + 48792-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Necroinflammatory activity grade:Find:Pt:Ser/Plas:Ord: + 48793-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibrosis stage:Find:Pt:Ser/Plas:Ord: + 48794-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver fibrosis score:Score:Pt:Ser/Plas:Qn:Calculated.FibroSure + 48795-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neural tube defect risk:Likelihood:Pt:^Fetus:Qn: + 48803-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine pattern:Imp:Pt:Tiss:Nom: + 48936-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline.free/Creatinine:SRto:Pt:Urine:Qn: + 48987-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-beta-glucosaminidase/Creatinine:Ratio:Pt:Urine:Qn: + 48995-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic:CCnc:Pt:Body fld:Qn: + 48996-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Phosphogluconate dehydrogenase:CCnt:Pt:RBC:Qn: + 48998-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MRat:24H:Urine:Qn: + 48999-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Sweat:Qn: + 49001-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:XXX:Urine:Qn: + 49002-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Dial fld prt:Qn: + 49003-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Dial fld prt:Qn: + 49004-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Dial fld prt:Qn: + 49005-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Dial fld prt:Qn: + 49006-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:Dial fld prt:Qn: + 49007-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreastatin:MCnc:Pt:Ser/Plas:Qn: + 49013-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:XXX:Urine:Qn:Detection limit <= 20 mg/L + 49023-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 6:MCnc:Pt:Ser/Plas:Qn: + 49026-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 7:MCnc:Pt:Ser/Plas:Qn: + 49027-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Cortisone.free:MRto:Pt:Urine:Qn: + 49029-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 21 risk based on maternal age + Pregnancy associated plasma protein A + Choriogonadotropin + Nuchal translucency:Likelihood:Pt:^Fetus:Qn: + 49030-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Second trimester penta maternal screen:Imp:Pt:Ser/Plas:Nom: + 49032-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Riboflavin:SCnc:Pt:Ser/Plas:Qn: + 49038-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Ser/Plas:Qn:Detection limit <= 1.0 ng/dL + 49041-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:MCnc:Pt:Ser/Plas:Qn:Detection limit <= 1.0 ng/dL + 49042-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free/Testosterone.total:MFr:Pt:Ser/Plas:Qn:Detection limit <= 1.0 ng/dL + 49043-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 49047-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein feed time:TmStp:Pt:^Patient:Qn: + 49048-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ercalcidiol:MCnc:Pt:Ser/Plas:Qn: + 49054-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 21+Trisomy 18 risk:Likelihood:Pt:^Fetus:Qn: + 49059-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hepatic iron index:Ratio:Pt:Liver:Qn: + 49061-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipid risk factors:Find:Pt:^Patient:Nom: + 49062-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma 2 globulin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 49064-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^post dialysis/pre dialysis:MRto:Pt:Ser/Plas:Qn: + 49071-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Dial fld:Qn: + 49081-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetal trisomy 21 risk:Likelihood:Pt:^Fetus:Qn:Based on maternal age + 49090-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neural tube defect risk:Likelihood:Pt:^Fetus:Qn:Based on maternal age + 49091-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Second trimester quad maternal screen:Imp:Pt:Ser/Plas:Nar: + 49092-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:MCnc:24H:Urine:Qn: + 49097-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine.free:MCnc:Pt:Bld:Qn: + 49115-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monosaccharides.sulfated:PrThr:Pt:Urine:Ord: + 49119-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MiMi/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn: + 49129-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 49130-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons/Lipoprotein.total:MFr:Pt:Ser/Plas:Qn: + 49131-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 49132-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 49133-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fractional excretion of sodium:Ratio:Pt:Urine+Ser/Plas:Qn: + 49135-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:Ratio:Pt:Ser/Plas:Qn: + 49136-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexokinase:CCnt:Pt:RBC:Qn: + 49216-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,3-Diphosphoglycerate:SCnt:Pt:RBC:Qn: + 49217-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylinositol/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 49218-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:MCnc:Pt:RBC:Qn: + 49219-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:MCnc:Pt:Ser/Plas:Qn:3rd IS + 49220-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catalase:CCnt:Pt:RBC:Qn: + 49221-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylate/Creatinine:SRto:24H:Urine:Qn: + 49225-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen deaminase:CCnt:Pt:RBC:Qn: + 49228-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:CCnt:Pt:RBC:Qn: + 49230-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnt:Pt:RBC:Qn: + 49231-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine pattern:Imp:Pt:Urine:Nar: + 49242-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase isoenzymes:Imp:Pt:Ser/Plas:Nar: + 49243-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin phenotype:Imp:Pt:Ser/Plas:Nar: + 49244-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha tocopherol & Beta+gamma tocopherol:Imp:Pt:Ser/Plas:Nar: + 49245-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein interpretation:Imp:Pt:Ser/Plas:Nar: + 49246-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:Ser/Plas:Nar: + 49247-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:Urine:Nar: + 49248-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Imp:Pt:Ser/Plas:Nar: + 49249-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:Imp:Pt:Urine:Nar: + 49250-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase isoenzymes:Imp:Pt:Ser/Plas:Nar: + 49251-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calculus analysis:Imp:Pt:Calculus:Nar: + 49252-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase A & B:Imp:Pt:Bld:Nar: + 49253-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid pattern:Imp:Pt:Urine:Nar: + 49254-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calculus analysis:Imp:Pt:Calculus:Nar:Infrared spectroscopy + 49255-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:Imp:Pt:Urine:Nar: + 49256-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:Imp:Pt:Plas:Nar: + 49257-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase isoenzymes:Imp:Pt:Ser/Plas:Nar:Electrophoresis + 49258-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase isoenzymes:Imp:Pt:Ser/Plas:Nar: + 49259-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin IgA & IgG & IgM:Imp:Pt:Ser:Nar: + 49260-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoproteins:Imp:Pt:Ser:Nar:Electrophoresis.agarose gel + 49261-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids pattern:Imp:Pt:Ser/Plas:Nar: + 49262-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain pattern:Imp:Pt:Ser/Plas:Nar: + 49263-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate+Cyanocobalamin:Imp:Pt:Ser/Bld:Nar: + 49264-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gammopathy:Imp:Pt:Ser:Nar:Electrophoresis + 49265-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase phenotype:Imp:Pt:RBC:Nar: + 49266-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase phenotype:Imp:Pt:RBC:Nar: + 49267-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans pattern:Imp:Pt:Urine:Nar: + 49268-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate & Creatinine:Imp:Pt:Urine:Nar: + 49269-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains:Imp:Pt:Urine:Nar: + 49270-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:CSF:Nar:Immunofixation + 49271-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:CSF:Nar:Immunoelectrophoresis + 49272-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Body fld:Nar:Immunofixation + 49273-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Ser/Plas:Nar:Immunoelectrophoresis + 49274-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Ser/Plas:Nar:Immunofixation + 49275-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Urine:Nar:Immunofixation + 49276-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:24H:Urine:Nar:Immunofixation + 49277-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:Pt:Urine:Nar:Immunoelectrophoresis + 49278-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase isoenzymes:Imp:Pt:Ser/Plas:Nar: + 49279-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein pattern:Imp:Pt:Ser/Plas:Nar:Electrophoresis + 49280-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein pattern:Imp:Pt:Ser/Plas:Nar: + 49281-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine & Normetanephrine:Imp:Pt:Ser/Plas:Nar: + 49282-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine & Normetanephrine:Imp:Pt:Urine:Nar: + 49283-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides pattern:Imp:Pt:Urine:Nar: + 49284-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:CSF:Nar: + 49285-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:Ser/Plas:Nar: + 49286-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:Urine:Nar: + 49287-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin:Imp:Pt:Ser/Plas:Nar: + 49288-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:Imp:Pt:Ser/Plas:Nar: + 49289-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:Imp:Pt:Stool:Nar: + 49290-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:Imp:Pt:Urine:Nar: + 49291-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrin fractions:Imp:24H:Urine:Nar: + 49292-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:Pt:CSF:Nar:Electrophoresis + 49293-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:Pt:Ser/Plas:Nar: + 49294-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:CSF:Nar:Electrophoresis + 49295-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Ser/Plas:Nar:Electrophoresis + 49296-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Ser/Plas:Nar:Immunofixation + 49297-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Ser/Plas:Nar: + 49298-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Urine:Nar:Electrophoresis + 49299-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:Urine:Nar:Immunofixation + 49300-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:24H:Urine:Nar:Electrophoresis + 49301-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein pattern:Imp:Pt:XXX:Nar:Immunofixation + 49302-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:CSF:Nar: + 49303-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein interpretation:Imp:Pt:Amnio fld:Nar: + 49318-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucosidase activator:Imp:Pt:Fibroblasts:Nar: + 49319-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A activator:Imp:Pt:Fibroblasts:Nar: + 49320-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase activator:Imp:Pt:Fibroblasts:Nar: + 49321-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactitol:SCnc:Pt:Amnio fld:Qn: + 49333-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:PrThr:Pt:Bld:Ord: + 49484-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate dihydrate/Total:MFr:Pt:Calculus:Qn:Infrared spectroscopy + 49500-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate monohydrate/Total:MFr:Pt:Calculus:Qn:Infrared spectroscopy + 49501-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:EntCat:Pt:Bld:Qn: + 49502-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+Calciferol:MCnc:Pt:Ser/Plas:Qn: + 49543-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newborn screening recommended follow-up:Imp:Pt:^Patient:Nom: + 49544-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:MCnc:Pt:Bld:Qn: + 49551-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epinephrine+Norepinephrine:MCnc:Pt:Urine:Qn: + 49552-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Immunoglobulin light chains.lambda.free:MRto:24H:Urine:Qn: + 49553-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:MCnc:Pt:Ser/Plas:Qn:Detection limit <= 0.01 ng/mL + 49563-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Second trimester triple maternal screen:Imp:Pt:Ser/Plas:Nar: + 49572-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylinositol+Phosphatidylserine/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 49574-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sphingomyelin/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 49575-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylethanolamine/Surfactants.total:MFr:Pt:Amnio fld:Qn: + 49576-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 49577-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 18 risk cutoff:Find:Pt:^Fetus:Qn: + 49582-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 21 risk cutoff:Find:Pt:^Fetus:Qn: + 49583-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neural tube defect risk cutoff:Find:Pt:^Fetus:Qn: + 49584-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein multiple of the median cutoff:MoM:Pt:Ser/Plas:Qn: + 49585-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + First & Second trimester integrated maternal screen:Imp:Pt:^Patient:Nom: + 49586-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.abnormal band:MCnc:Pt:Ser:Qn: + 49587-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + First trimester maternal screen with nuchal translucency:Imp:Pt:^Patient:Nar: + 49588-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol & Calciferol:Imp:Pt:Ser/Plas:Nar: + 49591-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrinogen decarboxylase:ACnc:Pt:RBC:Qn: + 49596-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL 1+2:MCnc:Pt:Ser/Plas:Qn: + 49624-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Remnant lipoprotein:MCnc:Pt:Ser/Plas:Qn: + 49628-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:PrThr:Pt:Urine:Ord: + 49629-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:PrThr:Pt:Urine:Ord: + 49633-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldCoA:Qn: + 49694-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldCoV:Qn: + 49695-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldCoA:Qn: + 49696-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldCoV:Qn: + 49697-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldCoA:Qn: + 49698-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldCoV:Qn: + 49699-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine.free:SCnc:Pt:Ser/Plas:Qn: + 49700-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:Bld:Qn: + 49701-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 8:MCnc:Pt:Body fld:Qn: + 49714-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MCnc:Pt:Saliva:Qn: + 49716-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 beta:MCnc:Pt:Body fld:Qn: + 49717-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Body fld:Qn: + 49724-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:MCnc:Pt:CSF:Qn: + 49725-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:Pt:CSF:Qn: + 49727-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 6:MCnc:Pt:Body fld:Qn: + 49732-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 10:MCnc:Pt:Body fld:Qn: + 49733-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydro thromboxane beta 2/Creatinine:MRto:Pt:Urine:Qn: + 49734-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:SCnc:Pt:Ser/Plas:Qn: + 49748-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Periton fld:Qn: + 49759-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Pericard fld:Qn: + 49760-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Periton fld:Qn: + 49761-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Plr fld:Qn: + 49762-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Pericard fld:Qn: + 49763-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Amnio fld:Qn: + 49764-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Bld:Qn: + 49765-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chymotrypsin:PrThr:Pt:Stool:Ord: + 49766-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:MCnc:Pt:Urine:Qn: + 49772-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactitol:SCnc:Pt:Ser/Plas:Qn: + 49773-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Amnio fld:Qn: + 49788-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Periton fld:Qn: + 49789-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Periton fld:Qn: + 49790-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Amnio fld:Qn: + 49791-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatostatin:SCnc:Pt:Plas:Qn: + 49792-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Periton fld:Qn: + 49802-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethyl-3-Hydroxypropionate/Creatinine:SRto:24H:Urine:Qn: + 49809-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxy-3-Methylvalerate/Creatinine:SRto:24H:Urine:Qn: + 49810-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyadipate/Creatinine:SRto:24H:Urine:Qn: + 49811-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate/Creatinine:SRto:24H:Urine:Qn: + 49812-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate/Creatinine:SRto:24H:Urine:Qn: + 49813-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisovalerate/Creatinine:SRto:24H:Urine:Qn: + 49814-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrate/Creatinine:SRto:24H:Urine:Qn: + 49815-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxo,3-Methylvalerate/Creatinine:SRto:24H:Urine:Qn: + 49816-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate/Creatinine:SRto:24H:Urine:Qn: + 49817-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisovalerate/Creatinine:SRto:24H:Urine:Qn: + 49818-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate/Creatinine:SRto:24H:Urine:Qn: + 49820-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate/Creatinine:SRto:24H:Urine:Qn: + 49821-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate/Creatinine:SRto:24H:Urine:Qn: + 49822-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate/Creatinine:SRto:24H:Urine:Qn: + 49823-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate/Creatinine:SRto:24H:Urine:Qn: + 49824-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxyestrone:MCnc:Pt:Ser/Plas:Qn: + 49825-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyestrone:MCnc:Pt:Ser/Plas:Qn: + 49826-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyestrone/16-Alpha hydroxyestrone:MRto:Pt:Ser/Plas:Qn: + 49827-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:PrThr:Pt:Urine:Ord: + 49834-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dimethylphosphatidyl ethanolamine/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 49837-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neural tube defect risk:Likelihood:Pt:^Population:Qn: + 49838-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine.free/Creatinine:SRto:24H:Urine:Qn: + 49849-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:Periton fld:Qn: + 49851-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Num:Pt:CSF:Qn:Isoelectric focusing + 49852-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transforming growth factor beta 1:MCnc:Pt:Ser/Plas:Qn: + 49853-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Peptide YY:MCnc:Pt:Ser/Plas:Qn: + 49858-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neuropeptide Y:MCnc:Pt:Ser:Qn: + 49866-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metabolic syndrome:PrThr:Pt:Ser/Plas:Ord: + 49898-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin I:MRat:24H:Stool:Qn: + 49900-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin III:MRat:24H:Stool:Qn: + 49901-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine/Creatinine:SRto:24H:Urine:Qn: + 49902-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxydecanedioate/Creatinine:SRto:24H:Urine:Qn: + 49906-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa/Immunoglobulin light chains.lambda:MRto:24H:Urine:Qn: + 49908-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 10:MCnc:Pt:CSF:Qn: + 49909-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate/Creatinine:SRto:24H:Urine:Qn: + 49910-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine/Creatinine:SRto:24H:Urine:Qn: + 49911-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin II:MRat:XXX:Stool:Qn: + 49918-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 6:MCnc:Pt:CSF:Qn: + 49919-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.macro/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 49924-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CCnt:Pt:RBC:Qn:Glock & McLean + 49925-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CCnt:Pt:RBC:Qn:WHO method + 49926-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.fld/Amylase.serum:RelRto:Pt:Body fld+Ser/Plas:Qn: + 49927-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.plr fld/Protein.serum:RelRto:Pt:Ser/Plas+Plr fld:Qn: + 49929-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase.plr fld/Lactate dehydrogenase.serum:RelRto:Pt:Ser/Plas+Plr fld:Qn: + 49930-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysebacate.unsaturated/Creatinine:SRto:Pt:Urine:Qn: + 49931-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysuberate.unsaturated/Creatinine:SRto:Pt:Urine:Qn: + 49932-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate.unsaturated/Creatinine:SRto:Pt:Urine:Qn: + 49933-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipolactone/Creatinine:SRto:Pt:Urine:Qn: + 49934-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized/Calcium.total^^corrected for albumin:MFr:Pt:Ser/Plas:Qn: + 49935-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized/Calcium.total^^corrected for albumin:MFr:Pt:Bld:Qn: + 49936-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Oxalate:SRto:Pt:Urine:Qn: + 49937-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:Amnio fld:Qn: + 49938-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenedioate/Creatinine:SRto:Pt:Urine:Qn: + 49939-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate dehydrogenase:CCnt:Pt:WBC:Qn: + 49940-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberate.unsaturated/Creatinine:SRto:Pt:Urine:Qn: + 49960-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate renal clearance:VRat:XXX:Urine+Ser/Plas:Qn: + 49961-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate renal clearance/1.73 sq M:ArVRat:XXX:Urine+Ser/Plas:Qn: + 49962-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal:PrThr:Pt:Sputum/Gast fld:Ord: + 50017-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Methyltetrahydrofolate/Folate:SFr:Pt:Ser/Plas:Qn: + 50039-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Advanced oxidation protein products:SCnc:Pt:Ser/Plas:Qn: + 50040-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein carbonyl/protein:Ratio:Pt:Ser/Plas:Qn: + 50043-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.female:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (MDRD) + 50044-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine:SCnc:Pt:Amnio fld:Qn: + 50045-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine:SCnc:Pt:Ser/Plas:Qn: + 50046-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine:SCnc:Pt:Bld.dot:Qn: + 50047-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine:SCnc:Pt:XXX:Qn: + 50048-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine/Amino acids.total:SFr:Pt:Hair:Qn: + 50049-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine/Amino acids.total:SFr:Pt:Amnio fld:Qn: + 50050-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 50051-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 50052-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine/Amino acids.total:SFr:Pt:XXX:Qn: + 50053-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine/Creatinine:SRto:Pt:Urine:Qn: + 50054-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fractional excretion of phosphate:Ratio:XXX:Urine+Ser/Plas:Qn: + 50057-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate renal clearance:VRat:XXX:Urine+Ser/Plas:Qn: + 50058-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 50059-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0/Creatinine:SRto:Pt:Urine:Qn: + 50060-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanedioate/Creatinine:SRto:Pt:Urine:Qn: + 50061-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenedioate/Creatinine:SRto:Pt:Urine:Qn: + 50062-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea renal clearance/1.73 sq M:ArVRat:XXX:Urine+Ser/Plas:Qn: + 50063-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:Bld.dot:Qn: + 50065-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:Body fld:Qn: + 50066-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrostenedione:SCnc:Pt:Body fld:Qn: + 50067-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SCnc:Pt:Amnio fld:Qn: + 50071-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxydeoxycorticosterone:SCnc:Pt:Ser/Plas:Qn: + 50081-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycorticosterone:SCnc:Pt:Ser/Plas:Qn: + 50082-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:Bld.dot:Qn: + 50083-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:Body fld:Qn: + 50084-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxyvalerate/Creatinine:SRto:Pt:Urine:Qn: + 50085-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrylcarnitine (C5-OH):SCnc:Pt:Bld.dot:Qn: + 50086-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrylcarnitine (C5-OH):SCnc:Pt:Amnio fld:Qn: + 50087-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrylcarnitine (C5-OH):SCnc:Pt:CSF:Qn: + 50088-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrylcarnitine (C5-OH):SCnc:Pt:Urine:Qn: + 50089-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrylcarnitine (C5-OH):SCnc:Pt:Ser/Plas:Qn: + 50090-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-methyl-3-hydroxybutyrylcarnitine (C5-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50091-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:SCnc:Pt:CSF:Qn: + 50092-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 21-Deoxycortisol:SCnc:Pt:Amnio fld:Qn: + 50093-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyvalerate:SCnc:Pt:CSF:Qn: + 50098-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate/Acetoacetate:SRto:Pt:Bld:Qn: + 50099-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate/Acetoacetate:SRto:Pt:CSF:Qn: + 50100-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:CSF:Qn: + 50101-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:Bld.dot:Qn: + 50102-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:Amnio fld:Qn: + 50103-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:CSF:Qn: + 50104-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:Amnio fld:Qn: + 50105-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:Bld.dot:Qn: + 50106-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:Urine:Qn: + 50107-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH):SCnc:Pt:Urine:Qn: + 50108-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH):SCnc:Pt:Bld.dot:Qn: + 50109-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH):SCnc:Pt:CSF:Qn: + 50110-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH):SCnc:Pt:Amnio fld:Qn: + 50111-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxylinoleoylcarnitine (C18:2-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50112-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH):SCnc:Pt:Bld.dot:Qn: + 50113-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH):SCnc:Pt:CSF:Qn: + 50114-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH):SCnc:Pt:Amnio fld:Qn: + 50115-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH):SCnc:Pt:Urine:Qn: + 50116-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoleoylcarnitine (C18:1-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50117-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH):SCnc:Pt:Urine:Qn: + 50118-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH):SCnc:Pt:CSF:Qn: + 50119-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH):SCnc:Pt:Amnio fld:Qn: + 50120-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH):SCnc:Pt:Bld.dot:Qn: + 50121-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50122-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):SCnc:Pt:Urine:Qn: + 50123-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):SCnc:Pt:CSF:Qn: + 50124-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):SCnc:Pt:Bld.dot:Qn: + 50125-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):SCnc:Pt:Amnio fld:Qn: + 50126-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50127-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate:SCnc:Pt:CSF:Qn: + 50128-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypropionate:SCnc:Pt:Amnio fld:Qn: + 50129-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH):SCnc:Pt:Urine:Qn: + 50130-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH):SCnc:Pt:CSF:Qn: + 50131-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH):SCnc:Pt:Bld.dot:Qn: + 50132-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH):SCnc:Pt:Amnio fld:Qn: + 50133-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxystearoylcarnitine (C18-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50134-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:SCnc:Pt:Ser/Plas:Qn: + 50135-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:SCnc:Pt:Urine:Qn: + 50136-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:SRat:Pt:Urine:Qn: + 50137-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol/Creatinine:SRto:Pt:Urine:Qn: + 50138-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine:SCnc:Pt:CSF:Qn: + 50139-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine:SCnc:Pt:Ser/Plas:Qn: + 50140-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:Bld.dot:Qn: + 50146-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:Body fld:Qn: + 50147-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:Amnio fld:Qn: + 50148-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:SCnc:Pt:Ser/Plas:Qn: + 50149-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Methyltetrahydrofolate:SCnc:Pt:Ser/Plas:Qn: + 50153-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:SCnc:Pt:CSF:Qn: + 50154-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):SCnc:Pt:CSF:Qn: + 50155-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):SCnc:Pt:Amnio fld:Qn: + 50156-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):SCnc:Pt:Bld.dot:Qn: + 50157-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):SCnc:Pt:Urine:Qn: + 50158-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2)/Creatinine:SRto:Pt:Urine:Qn: + 50159-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnc:Pt:Hair:Qn: + 50160-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:XXX:Nom: + 50161-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SCnc:Pt:Amnio fld:Qn: + 50162-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:SCnc:Pt:CSF:Qn: + 50163-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine pattern:Imp:Pt:XXX:Nom: + 50164-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine phosphoribosyltransferase:CCnt:Pt:Amnio fld cells:Qn: + 50165-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC):SCnc:Pt:Ser/Plas:Qn: + 50166-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine:SCnc:Pt:Hair:Qn: + 50167-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Dial fld:Qn: + 50168-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:Amnio fld:Qn: + 50174-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:Body fld:Qn: + 50175-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin/Protein.total:MFr:Pt:Ser/Plas:Qn: + 50176-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemicystine:SCnc:Pt:CSF:Qn: + 50177-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL 1+2+3:MCnc:Pt:Ser/Plas:Qn: + 50192-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL.narrow density:MCnc:Pt:Ser/Plas:Qn: + 50193-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL+Cholesterol.in VLDL 3:MCnc:Pt:Ser/Plas:Qn: + 50194-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^1st specimen:MCnc:Pt:Ser/Plas:Qn: + 50198-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^2nd specimen:MCnc:Pt:Ser/Plas:Qn: + 50199-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^3rd specimen:MCnc:Pt:Ser/Plas:Qn: + 50200-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^4th specimen:MCnc:Pt:Ser/Plas:Qn: + 50201-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^5th specimen:MCnc:Pt:Ser/Plas:Qn: + 50202-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^6th specimen:MCnc:Pt:Ser/Plas:Qn: + 50203-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^7th specimen:MCnc:Pt:Ser/Plas:Qn: + 50204-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron^8th specimen:MCnc:Pt:Ser/Plas:Qn: + 50205-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^1st specimen:MCnc:Pt:Ser/Plas:Qn: + 50206-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^7th specimen:MCnc:Pt:Ser/Plas:Qn: + 50207-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^10th specimen:MCnc:Pt:Ser/Plas:Qn: + 50208-8 + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Cystatin-based formula + 50210-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2nd specimen:MCnc:Pt:Ser/Plas:Qn: + 50212-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^3rd specimen:MCnc:Pt:Ser/Plas:Qn: + 50213-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4th specimen:MCnc:Pt:Ser/Plas:Qn: + 50214-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^5th specimen:MCnc:Pt:Ser/Plas:Qn: + 50215-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^6th specimen:MCnc:Pt:Ser/Plas:Qn: + 50216-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^8th specimen:MCnc:Pt:Ser/Plas:Qn: + 50217-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^9th specimen:MCnc:Pt:Ser/Plas:Qn: + 50218-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 21-Deoxycortisol:SCnc:Pt:Ser/Plas:Qn: + 50250-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50251-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50252-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH):SCnc:Pt:Urine:Qn: + 50273-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH):SCnc:Pt:Amnio fld:Qn: + 50274-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH):SCnc:Pt:Bld.dot:Qn: + 50275-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH):SCnc:Pt:CSF:Qn: + 50276-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH):SCnc:Pt:Ser/Plas:Qn: + 50277-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50278-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH):SCnc:Pt:Urine:Qn: + 50279-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH):SCnc:Pt:CSF:Qn: + 50280-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH):SCnc:Pt:Bld.dot:Qn: + 50281-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH):SCnc:Pt:Amnio fld:Qn: + 50282-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine:SCnc:Pt:Ser/Plas:Qn: + 50283-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH)/Creatinine:SRto:Pt:Urine:Qn: + 50284-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Hydroxyheptanoate:SCnc:Pt:Urine:Qn: + 50300-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC):SCnc:Pt:Urine:Qn: + 50301-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC):SCnc:Pt:Amnio fld:Qn: + 50302-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC):SCnc:Pt:CSF:Qn: + 50303-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC):SCnc:Pt:Bld.dot:Qn: + 50304-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine+Methylglutarylcarnitine (C6-DC)/Creatinine:SRto:Pt:Urine:Qn: + 50305-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allantoine:SCnc:Pt:Urine:Qn: + 50306-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecanedioate/Creatinine:MRto:Pt:Urine:Qn: + 50332-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanedioate/Creatinine:MRto:Pt:Urine:Qn: + 50333-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone/Cortisol:MRto:Pt:Urine:Qn: + 50336-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Bld:Qn: + 50339-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenyllactate/Creatinine:SRto:24H:Urine:Qn: + 50359-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpropionylglycine/Creatinine:SRto:24H:Urine:Qn: + 50360-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate/Creatinine:SRto:24H:Urine:Qn: + 50361-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.monomeric/Prolactin.total:MFr:Pt:Ser/Plas:Qn: + 50366-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine/Creatinine:SRto:24H:Urine:Qn: + 50367-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:24H:Urine:Qn: + 50368-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnc:Pt:Urine:Qn: + 50371-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MRat:24H:Urine:Qn: + 50372-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine dialysis fluid clearance/1.73 sq M:ArVRat:Pt:Dial fld+Ser/Plas:Qn: + 50379-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M.predicted.female:ArVRat:Pt:Ser/Plas:Qn:Cockcroft-Gault formula, BSA formula + 50380-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine renal clearance/1.73 sq M.predicted.male:ArVRat:Pt:Ser/Plas:Qn:Cockcroft-Gault formula, BSA formula + 50381-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase:CCnt:Pt:RBC:Qn: + 50382-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate.predicted:VRat:Pt:Ser/Plas:Qn:Creatinine-based formula (Schwartz) + 50383-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (Schwartz) + 50384-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin.placental:PrThr:Pt:Vag:Ord: + 50385-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Keto n-Valerate:SCnc:Pt:CSF:Qn: + 50392-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Keto n-Valerate/Creatinine:SRto:Pt:Urine:Qn: + 50393-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine phosphoribosyltransferase:CCnt:Pt:CVS:Qn: + 50394-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnt:Pt:CVS:Qn: + 50395-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.abnormal band/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 50408-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2+3:MCnc:Pt:Ser/Plas:Qn: + 50409-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malondialdehyde.free:SCnc:Pt:Plas:Qn: + 50550-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine phosphoribosyltransferase:CCnt:Pt:Trophoblasts:Qn: + 50590-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnt:Pt:Trophoblasts:Qn: + 50591-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein^^adjusted for multiple gestations:MoM:Pt:Ser/Plas:Qn: + 50610-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylcholine.saturated/Surfactant.total:MFr:Pt:Amnio fld:Qn: + 50618-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin/Creatinine:SRto:Pt:Urine:Qn: + 50628-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone:MRat:24H:Urine:Qn: + 50643-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone/Creatinine:MRto:Pt:Urine:Qn: + 50644-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol/Creatinine:MRto:Pt:Urine:Qn: + 50645-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium-phosphorus product:MCncSq:Pt:Ser/Plas:Qn: + 50675-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + First trimester maternal screen with nuchal translucency:Imp:Pt:^Patient:Nom: + 50679-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine binding protein pattern:Imp:Pt:Ser/Plas:Nom:Electrophoresis + 50681-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin:MRat:24H:Urine:Qn: + 50685-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydro thromboxane beta 2/Creatinine:MRto:Pt:Urine:Qn: + 50686-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin/Creatinine:MRto:Pt:Urine:Qn: + 50748-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:Imp:Pt:Urine:Nom: + 50749-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:MCnc:Pt:Bld:Qn: + 50756-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.total/Creatine kinase.MB:CRto:Pt:Bld:Qn: + 50757-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:CCnt:Pt:WBC:Qn: + 50759-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:CSF:Qn: + 50775-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:CSF:Qn: + 50776-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Pericard fld:Qn: + 50777-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Periton fld:Qn: + 50778-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:CSF:Qn: + 50779-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Pericard fld:Qn: + 50780-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Periton fld:Qn: + 50781-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 27-29:ACnc:Pt:CSF:Qn: + 50782-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 50792-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 4/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 50793-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 50796-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 4:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 50797-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketogenic steroids:SCnc:24H:Urine:Qn: + 50798-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Dehydrocholesterol:SCnc:Pt:Body fld:Qn: + 50799-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldC^Fetus:Qn:Calculated + 50820-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SCnc:24H:Urine:Qn: + 50824-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SCnc:Pt:Body fld:Qn: + 50825-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnt:Pt:Hair:Qn: + 50836-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Body fld:Qn: + 50837-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:Body fld:Qn: + 50838-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Creatinine:SRto:24H:Urine:Qn: + 50839-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:SCnc:Pt:Body fld:Qn: + 50840-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:24H:Urine:Qn: + 50848-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:SCnt:Pt:Stool:Qn: + 50853-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptaporphyrin:SRat:24H:Urine:Qn: + 50854-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:SCnt:Pt:Stool:Qn: + 50855-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexaporphyrin:SRat:24H:Urine:Qn: + 50856-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldCoMV:Qn: + 50858-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldCoV:Qn: + 50859-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldCoA:Qn: + 50860-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldC:Qn: + 50861-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldCo:Qn: + 50862-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:Bld:Qn: + 50863-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldV:Qn: + 50864-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:Ser/Plas:Qn: + 50865-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans/Creatinine:SRto:Pt:Urine:Qn: + 50866-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:SCnc:Pt:Body fld:Qn: + 50867-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:SCnt:Pt:Hair:Qn: + 50868-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnt:Pt:Hair:Qn: + 50869-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium/Creatinine:SRto:24H:Urine:Qn: + 50873-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:SRat:24H:Body fld:Qn: + 50888-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:SCnc:24H:Urine:Qn: + 50889-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:SCnt:Pt:Stool:Qn: + 50894-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Plr fld:Qn:Test strip + 50895-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Body fld:Qn:Test strip + 50896-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:24H:Urine:Qn:Test strip + 50897-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnt:Pt:Hair:Qn: + 50898-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:SCnc:24H:Urine:Qn: + 50901-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnt:Pt:Hair:Qn: + 50902-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Gast fld:Qn: + 50911-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnt:Pt:Hair:Qn: + 50912-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose:SCnc:Pt:Urine:Qn: + 50916-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:SCnt:Pt:Stool:Qn: + 50931-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Porphyrins.total:SFr:24H:Urine:Qn: + 50932-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate & Creatinine:Imp:24H:Urine:Nar: + 50948-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:Pt:Urine:Ord:Test strip + 50949-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liley Zone:PrThr:Pt:Amnio fld:Ord:Spectrophotometry + 50964-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate cutoff:MCnc:Pt:Ser/Plas:Qn: + 50965-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:PrThr:Pt:Ser:Ord:Immunofixation + 50978-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldMV:Qn: + 50980-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldMV:Qn: + 50981-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index:Ratio:Pt:Bld+Inhl gas:Qn: + 50982-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index:Ratio:Pt:BldC+Inhl gas:Qn: + 50983-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index:Ratio:Pt:BldA+Inhl gas:Qn: + 50984-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index:Ratio:Pt:BldMV+Inhl gas:Qn: + 50985-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index:Ratio:Pt:BldV+Inhl gas:Qn: + 50986-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index^^adjusted to patient's actual temperature:Ratio:Pt:Bld+Inhl gas:Qn: + 50987-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index^^adjusted to patient's actual temperature:Ratio:Pt:BldC+Inhl gas:Qn: + 50988-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index^^adjusted to patient's actual temperature:Ratio:Pt:BldA+Inhl gas:Qn: + 50989-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index^^adjusted to patient's actual temperature:Ratio:Pt:BldMV+Inhl gas:Qn: + 50990-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Horowitz index^^adjusted to patient's actual temperature:Ratio:Pt:BldV+Inhl gas:Qn: + 50991-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:BldCo:Qn: + 50992-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein midband A:MCnc:Pt:Ser/Plas:Qn: + 51002-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein midband B:MCnc:Pt:Ser/Plas:Qn: + 51003-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein midband C:MCnc:Pt:Ser/Plas:Qn: + 51004-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free+weakly bound:MCnc:Pt:Ser/Plas:Qn:High sensitivity + 51005-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin:PrThr:Pt:Ser:Ord: + 5117-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:24H:Urine:Qn:Electrophoresis + 51190-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:Body fld:Qn: + 51197-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MCnt:Pt:Hair:Qn: + 51205-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:MRat:24H:Urine:Qn: + 51406-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine+2-Methyl,3-Hydroxybutyrylcarnitine (C5-OH):SCnc:Pt:Ser/Plas:Qn: + 51412-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine+Isobutyrylcarnitine (C4):SCnc:Pt:Ser/Plas:Qn: + 51413-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH):SCnc:Pt:Ser/Plas:Qn: + 51414-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine+Succinylcarnitine (C4-DC):SCnc:Pt:Ser/Plas:Qn: + 51415-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylcarnitine (C5:1):SCnc:Pt:Ser/Plas:Qn: + 51416-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Porphyrins.total:SFr:24H:Urine:Qn: + 51417-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium^^corrected for glucose:SCnc:Pt:Ser/Plas:Qn: + 51419-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 1:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 51435-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MCnc:24H:Urine:Qn:Electrophoresis + 51436-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MCnc:Pt:Urine:Qn:Electrophoresis + 51437-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MCnc:24H:Urine:Qn:Electrophoresis + 51438-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3:MCnc:24H:Urine:Qn:Electrophoresis + 51439-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3:MCnc:Pt:Urine:Qn:Electrophoresis + 51440-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin/Prolactin:MFr:Pt:Ser/Plas:Qn: + 51441-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.BB:CCnc:Pt:CSF:Qn:Electrophoresis + 51505-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:CCnc:Pt:CSF:Qn:Electrophoresis + 51506-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MM:CCnc:Pt:CSF:Qn:Electrophoresis + 51507-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1/Lactate dehydrogenase.total:CFr:Pt:Plr fld:Qn:Electrophoresis + 51508-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1/Lactate dehydrogenase.total:CFr:Pt:Periton fld:Qn:Electrophoresis + 51509-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 1/Lactate dehydrogenase.total:CFr:Pt:CSF:Qn:Electrophoresis + 51510-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2/Lactate dehydrogenase.total:CFr:Pt:CSF:Qn:Electrophoresis + 51511-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2/Lactate dehydrogenase.total:CFr:Pt:Plr fld:Qn:Electrophoresis + 51512-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 2/Lactate dehydrogenase.total:CFr:Pt:Periton fld:Qn:Electrophoresis + 51513-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3/Lactate dehydrogenase.total:CFr:Pt:Plr fld:Qn:Electrophoresis + 51514-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3/Lactate dehydrogenase.total:CFr:Pt:Periton fld:Qn:Electrophoresis + 51515-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 3/Lactate dehydrogenase.total:CFr:Pt:CSF:Qn:Electrophoresis + 51516-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4/Lactate dehydrogenase.total:CFr:Pt:Periton fld:Qn:Electrophoresis + 51517-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4/Lactate dehydrogenase.total:CFr:Pt:Plr fld:Qn:Electrophoresis + 51518-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 4/Lactate dehydrogenase.total:CFr:Pt:CSF:Qn:Electrophoresis + 51519-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5/Lactate dehydrogenase.total:CFr:Pt:Periton fld:Qn:Electrophoresis + 51520-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5/Lactate dehydrogenase.total:CFr:Pt:Plr fld:Qn:Electrophoresis + 51521-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase 5/Lactate dehydrogenase.total:CFr:Pt:CSF:Qn:Electrophoresis + 51522-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:BldC:Qn: + 51590-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Synv fld:Qn: + 51591-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:12H:Urine:Qn: + 51592-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:PrThr:Pt:Stool:Ord: + 51593-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:PrThr:Pt:Stool:Ord: + 51594-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:PrThr:Pt:Stool:Ord: + 51595-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:BldC:Qn: + 51596-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactose:PrThr:Pt:Stool:Ord: + 51598-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome b5 reductase:PrThr:Pt:RBC:Ord: + 51603-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SRat:12H:Urine:Qn: + 51604-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Synv fld:Qn: + 51605-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SRat:12H:Urine:Qn: + 51610-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose:PrThr:Pt:Urine:Ord: + 51612-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium^pre dialysis:SCnc:Pt:Ser/Plas:Qn: + 51618-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^pre dialysis:SCnc:Pt:Ser/Plas:Qn: + 51619-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 51620-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE Ab:PrThr:Pt:Ser/Plas:Ord: + 51651-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Pericard fld:Qn: + 51693-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:MRat:24H:Urine:Qn: + 51695-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin^afternoon specimen:MCnc:Pt:Plas:Qn: + 51696-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homogentisate:MRat:24H:Urine:Qn: + 51705-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MRat:24H:Urine:Qn: + 51720-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldV:Qn:Calculated from oxygen partial pressure + 51731-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldC:Qn:Calculated from oxygen partial pressure + 51732-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldA:Qn:Calculated from oxygen partial pressure + 51733-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen renal clearance:VRat:24H:Urine+Ser/Plas:Qn: + 51735-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:SCnc:Pt:BldA:Qn: + 51750-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate:SCnc:Pt:BldV:Qn: + 51751-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptaporphyrin/Creatinine:MRto:Pt:Urine:Qn: + 51752-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldC:Qn:Calculated + 51781-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate/Creatinine:MRto:XXX:Urine:Qn: + 51792-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Synv fld:Qn: + 51799-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homogentisate:MCnc:24H:Urine:Qn: + 51800-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:BldC:Qn: + 51829-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2 transferrin:MCnc:Pt:Body fld:Qn: + 51831-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptase:SCnc:Pt:Ser/Plas:Qn: + 51834-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin converting enzyme:CCnc:Pt:Plr fld:Qn: + 51835-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin II^upright:MCnc:Pt:Plas:Qn: + 51836-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonate/Creatinine:MRto:Pt:Urine:Qn: + 51843-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:Pt:Saliva:Qn: + 51844-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trypsinogen I.free:PrThr:Pt:Bld.dot:Ord: + 51935-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + History of trisomy 21:Find:Pt:^Patient:Nar: + 51949-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^post dialysis:MCnc:Pt:Ser/Plas:Qn: + 51950-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10:PrThr:Pt:Ser/Plas:Ord: + 51987-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasoactive intestinal peptide:PrThr:Pt:Ser/Plas:Ord: + 51989-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate/Creatinine:MRto:XXX:Urine:Qn: + 51994-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnt:Pt:Tiss:Qn: + 52911-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin+Gamma globulin:MCnc:Pt:Body fld:Qn:Electrophoresis + 53046-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:MCnc:Pt:Body fld:Qn: + 53047-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ferritin:MCnc:Pt:Body fld:Qn: + 53048-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:TPN:Qn: + 53050-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin+Gamma globulin/Protein.total:MFr:Pt:Body fld:Qn:Electrophoresis + 53051-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide:MRat:24H:Urine:Qn: + 53052-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:Amnio fld:Qn: + 53053-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnc:Pt:Amnio fld:Qn: + 53054-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SCnc:Pt:Amnio fld:Qn: + 53055-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):SCnc:Pt:Amnio fld:Qn: + 53056-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1):SCnc:Pt:Amnio fld:Qn: + 53057-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):SCnc:Pt:Amnio fld:Qn: + 53058-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):SCnc:Pt:Amnio fld:Qn: + 53059-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):SCnc:Pt:Amnio fld:Qn: + 53060-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:SCnc:Pt:Bld:Qn: + 53061-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:SCnc:Pt:Bld.dot:Qn: + 53062-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:Pt:Bld.dot:Qn: + 53063-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:Pt:Bld.dot:Qn: + 53064-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):SCnc:Pt:Bld.dot:Qn: + 53065-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:Bld.dot:Qn: + 53066-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:SCnc:Pt:Body fld:Qn: + 53067-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:SCnc:Pt:Body fld:Qn: + 53068-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:SCnc:Pt:Body fld:Qn: + 53069-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):SCnc:Pt:CSF:Qn: + 53070-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:CSF:Qn: + 53071-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0):SCnc:Pt:CSF:Qn: + 53072-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceruloplasmin:SCnc:Pt:CSF:Qn: + 53073-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine:SCnc:Pt:CSF:Qn: + 53074-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):SCnc:Pt:CSF:Qn: + 53075-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1):SCnc:Pt:CSF:Qn: + 53076-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):SCnc:Pt:CSF:Qn: + 53078-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):SCnc:Pt:CSF:Qn: + 53079-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:SCnt:Pt:CVS:Qn: + 53080-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Dial fld:Qn: + 53081-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Dial fld:Qn: + 53082-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated:SCnc:Pt:Dial fld:Qn: + 53083-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Flu.nonbiological:Qn: + 53084-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:Flu.nonbiological:Qn:Calculated + 53085-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Flu.nonbiological:Qn: + 53086-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:Flu.nonbiological:Qn: + 53087-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:Flu.nonbiological:Qn:ISE + 53088-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Flu.nonbiological:Qn:Calculated + 53089-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Flu.nonbiological:Qn: + 53090-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen.nonprotein:SCnc:Pt:Ser/Plas:Qn: + 53091-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide:SCnc:Pt:Ser/Plas:Qn: + 53092-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Carnitine.total:SFr:Pt:Bld.dot:Qn: + 53095-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Carnitine.total:SFr:Pt:CSF:Qn: + 53096-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:SRat:24H:Urine:Qn: + 53098-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:TPN:Qn: + 53099-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:TPN:Qn: + 53100-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenate:SCnc:Pt:Urine:Qn: + 53101-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):SCnc:Pt:Urine:Qn: + 53102-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1):SCnc:Pt:Urine:Qn: + 53103-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):SCnc:Pt:Urine:Qn: + 53104-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:Urine:Qn: + 53105-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):SCnc:Pt:Urine:Qn: + 53106-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenate/Creatinine:SRto:Pt:Urine:Qn: + 53107-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1)/Creatinine:SRto:Pt:Urine:Qn: + 53108-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosenoate/Creatinine:SRto:Pt:Urine:Qn: + 53109-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4)/Creatinine:SRto:Pt:Urine:Qn: + 53111-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Carnitine.total:SFr:Pt:Amnio fld:Qn: + 53112-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldMV:Qn: + 53116-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:1H:Urine:Qn: + 53120-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MRat:1H:Urine:Qn: + 53121-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SRat:1H:Urine:Qn: + 53122-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:1H:Urine:Qn: + 53123-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SRat:1H:Urine:Qn: + 53124-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:SCnc:Pt:Body fld:Qn: + 53133-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase isoenzymes:Imp:Pt:Body fld:Nar: + 53134-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:SCnc:Pt:Dial fld:Qn: + 53135-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids pattern:Imp:Pt:Body fld:Nom: + 53136-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SRat:1H:Urine:Qn: + 53137-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:BldA:Qn: + 53138-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:BldC:Qn: + 53139-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:BldV:Qn: + 53140-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:SRat:24H:Stool:Qn: + 53142-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrogen ion:SCnc:Pt:BldMV:Qn: + 53143-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Creatinine:SRto:24H:Urine:Qn: + 53149-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine+Beta Alanine+Sarcosine:SCnc:Pt:Bld.dot:Qn: + 53150-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53151-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine+Isoleucine+Leucine+Hydroxyproline:SCnc:Pt:Bld.dot:Qn: + 53152-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine+Isoleucine+Leucine+Hydroxyproline/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53153-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine+Isoleucine+Leucine+Hydroxyproline/Alanine:SRto:Pt:Bld.dot:Qn: + 53154-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine+Ornithine:SCnc:Pt:Bld.dot:Qn: + 53155-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53156-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53157-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline:SCnc:Pt:Bld.dot:Qn: + 53158-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:Bld.dot:Qn: + 53159-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3):SCnc:Pt:Bld.dot:Qn: + 53160-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Methionine:SRto:Pt:Bld.dot:Qn: + 53161-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 53162-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 53163-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 53164-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formiminoglutamate:SCnc:Pt:Bld.dot:Qn: + 53165-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine+Isobutyrylcarnitine (C4):SCnc:Pt:Bld.dot:Qn: + 53166-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine+Isobutyrylcarnitine (C4)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 53167-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine+Isobutyrylcarnitine (C4)/Propionylcarnitine (C3):SRto:Pt:Bld.dot:Qn: + 53168-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine+Isobutyrylcarnitine (C4)/Octanoylcarnitine (C8):SRto:Pt:Bld.dot:Qn: + 53169-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylcarnitine (C5:1):SCnc:Pt:Bld.dot:Qn: + 53170-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH)/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 53171-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerylcarnitine (C5-OH)/Octanoylcarnitine (C8):SRto:Pt:Bld.dot:Qn: + 53172-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhexanoylcarnitine (C6-OH):SCnc:Pt:Bld.dot:Qn: + 53173-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1):SCnc:Pt:Bld.dot:Qn: + 53174-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):SCnc:Pt:Bld.dot:Qn: + 53175-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 53176-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Decanoylcarnitine (C10):SRto:Pt:Bld.dot:Qn: + 53177-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoctanoylcarnitine (C8-OH)+Malonylcarnitine (C3-DC):SCnc:Pt:Bld.dot:Qn: + 53178-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoctanoylcarnitine (C8-OH)+Malonylcarnitine (C3-DC)/Decanoylcarnitine (C10):SRto:Pt:Bld.dot:Qn: + 53179-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2):SCnc:Pt:Bld.dot:Qn: + 53180-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC)/3-Hydroxyisovalerylcarnitine (C5-OH):SRto:Pt:Bld.dot:Qn: + 53181-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecenoylcarnitine (C10:1-OH):SCnc:Pt:Bld.dot:Qn: + 53182-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH):SCnc:Pt:Bld.dot:Qn: + 53183-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH)/3-Hydroxyisovalerylcarnitine (C5-OH):SRto:Pt:Bld.dot:Qn: + 53184-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH)/Octanoylcarnitine (C8):SRto:Pt:Bld.dot:Qn: + 53185-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 53186-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylglutarylcarnitine (C6-DC):SCnc:Pt:Bld.dot:Qn: + 53187-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecenoylcarnitine (C12:1-OH):SCnc:Pt:Bld.dot:Qn: + 53188-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoylcarnitine (C12-OH):SCnc:Pt:Bld.dot:Qn: + 53189-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):SCnc:Pt:Bld.dot:Qn: + 53190-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1):SCnc:Pt:Bld.dot:Qn: + 53191-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanoylcarnitine (C14):SCnc:Pt:Bld.dot:Qn: + 53192-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 53193-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Dodecenoylcarnitine (C12:1):SRto:Pt:Bld.dot:Qn: + 53194-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 53195-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecadienoylcarnitine (C14:2-OH):SCnc:Pt:Bld.dot:Qn: + 53196-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecenoylcarnitine (C14:1-OH):SCnc:Pt:Bld.dot:Qn: + 53197-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1):SCnc:Pt:Bld.dot:Qn: + 53198-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):SCnc:Pt:Bld.dot:Qn: + 53199-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate/Arginine:SRto:Pt:Bld.dot:Qn: + 53200-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 53201-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1):SCnc:Pt:Bld.dot:Qn: + 53202-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexenoylcarnitine (C6:1):SCnc:Pt:Bld.dot:Qn: + 53203-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptanoylcarnitine (C7):SCnc:Pt:Bld.dot:Qn: + 53204-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylacetylcarnitine (PheC2):SCnc:Pt:Bld.dot:Qn: + 53205-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Salicylylcarnitine (Salc):SCnc:Pt:Bld.dot:Qn: + 53206-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nonanoylcarnitine (C9):SCnc:Pt:Bld.dot:Qn: + 53207-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decatrienoylcarnitine (C10:3):SCnc:Pt:Bld.dot:Qn: + 53208-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydrosuberylcarnitine (C8:1-DC):SCnc:Pt:Bld.dot:Qn: + 53209-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):SCnc:Pt:Bld.dot:Qn: + 53210-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydrosebacylcarnitine (C10:1-DC):SCnc:Pt:Bld.dot:Qn: + 53211-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC):SCnc:Pt:Bld.dot:Qn: + 53212-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecenoylcarnitine (C12:1-DC):SCnc:Pt:Bld.dot:Qn: + 53213-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC):SCnc:Pt:Bld.dot:Qn: + 53214-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC):SCnc:Pt:Bld.dot:Qn: + 53215-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecanoylcarnitine (C14-DC):SCnc:Pt:Bld.dot:Qn: + 53216-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoleylcarnitine (C16:1-DC):SCnc:Pt:Bld.dot:Qn: + 53217-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC):SCnc:Pt:Bld.dot:Qn: + 53218-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC):SCnc:Pt:Bld.dot:Qn: + 53219-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC):SCnc:Pt:Bld.dot:Qn: + 53220-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MRat:24H:Urine:Qn: + 53229-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:SCnc:Pt:Bld.dot:Qn: + 53231-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline+Pipecolate:SCnc:Pt:Bld.dot:Qn: + 53232-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 53233-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Stearoylcarnitine (C18):SRto:Pt:Bld.dot:Qn: + 53234-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Palmitoylcarnitine (C16)+Stearoylcarnitine (C18):SRto:Pt:Bld.dot:Qn: + 53235-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)+Acetylcarnitine (C2)+Propionylcarnitine (C3)+Palmitoylcarnitine (C16)+Oleoylcarnitine (C18:1)+Stearoylcarnitine (C18)/Citrulline:SRto:Pt:Bld.dot:Qn: + 53236-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acrylylcarnitine (C3:1):SCnc:Pt:Bld.dot:Qn: + 53237-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5)/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 53238-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 53239-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5)/Propionylcarnitine (C3):SRto:Pt:Bld.dot:Qn: + 53240-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18):SCnc:Pt:Bld.dot:Qn: + 53241-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone+Androstenedione/Cortisol:MRto:Pt:Bld.dot:Qn: + 53336-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone+Androstenedione/Cortisol:SRto:Pt:Bld.dot:Qn: + 53337-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:MCnc:Pt:Bld.dot:Qn: + 53338-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SCnc:Pt:Bld.dot:Qn: + 53339-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SCnc:Pt:Bld.dot:Qn: + 53340-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 21-Deoxycortisol:MCnc:Pt:Bld.dot:Qn: + 53341-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 21-Deoxycortisol:SCnc:Pt:Bld.dot:Qn: + 53342-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:Bld.dot:Qn: + 53343-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:Pt:Bld.dot:Qn: + 53344-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:Pt:Bld.dot:Qn: + 53345-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:Pt:Bld.dot:Qn: + 53346-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:MCnc:Pt:Bld.dot:Qn: + 53347-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:SCnc:Pt:Bld.dot:Qn: + 53348-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:MCnc:Pt:Bld.dot:Qn: + 53349-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:SCnc:Pt:Bld.dot:Qn: + 53350-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53392-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine+Isoleucine+Leucine+Hydroxyproline+Valine/Phenylalanine+Tyrosine:SRto:Pt:Bld.dot:Qn: + 53393-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline+Pipecolate/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53394-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine+Ornithine/Serine:SRto:Pt:Bld.dot:Qn: + 53395-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine+Ornithine/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53396-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Alloisoleucine+Isoleucine+Leucine+Hydroxyproline:SRto:Pt:Bld.dot:Qn: + 53397-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 53398-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Tyrosine:SRto:Pt:Bld.dot:Qn: + 53399-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18)/Propionylcarnitine (C3):SRto:Pt:Bld.dot:Qn: + 53400-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5)/Octanoylcarnitine (C8):SRto:Pt:Bld.dot:Qn: + 53401-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyoctanoylcarnitine (C8-OH)+Malonylcarnitine (C3-DC)/Butyrylcarnitine+Isobutyrylcarnitine (C4):SRto:Pt:Bld.dot:Qn: + 53402-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxydecanoylcarnitine (C10-OH)/Butyrylcarnitine+Isobutyrylcarnitine (C4):SRto:Pt:Bld.dot:Qn: + 53403-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:CSF:Ord: + 53415-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha naphthylesterase:CCnc:Pt:Bld:Qn: + 53416-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha naphthylesterase:CCnc:Pt:Bone mar:Qn: + 53417-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Dial fld:Qn: + 53432-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase:CCnc:Pt:Dial fld:Qn: + 53433-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2:CCnt:Pt:Amnio fld cells:Qn: + 53434-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate lyase:CCnt:Pt:CVS:Qn: + 53435-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2:CCnt:Pt:CVS:Qn: + 53436-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 1:CCnt:Pt:Fibroblasts:Qn: + 53437-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2:CCnt:Pt:Fibroblasts:Qn: + 53438-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate lyase:CCnt:Pt:Liver^Fetus:Qn: + 53439-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate synthase:CCnt:Pt:Liver^Fetus:Qn: + 53440-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 1:CCnt:Pt:WBC:Qn: + 53441-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2:CCnt:Pt:WBC:Qn: + 53442-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2:CCnt:Pt:WBC^Control:Qn: + 53443-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:WBC^Control:Qn: + 53444-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2/Citrate synthase:CRto:Pt:Fibroblasts:Qn: + 53445-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2/Citrate synthase:CRto:Pt:RBC:Qn: + 53446-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma 3 globulin.abnormal band:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 53452-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnt:Pt:XXX:Qn: + 53455-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnt:Pt:XXX:Qn: + 53456-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma 3 globulin.abnormal band/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 53457-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:Flu.nonbiological:Qn: + 53458-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2):SCnc:Pt:Amnio fld:Qn: + 53459-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC):SCnc:Pt:Amnio fld:Qn: + 53460-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosanoylcarnitine (C20):SCnc:Pt:Amnio fld:Qn: + 53461-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosanoylcarnitine (C20):SCnc:Pt:Bld.dot:Qn: + 53462-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:SCnc:Pt:Body fld:Qn: + 53463-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2):SCnc:Pt:CSF:Qn: + 53464-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC):SCnc:Pt:CSF:Qn: + 53465-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosanoylcarnitine (C20):SCnc:Pt:CSF:Qn: + 53466-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Keto n-Valerate:SCnc:Pt:Ser/Plas:Qn: + 53467-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anthranilate:SCnc:Pt:Ser/Plas:Qn: + 53468-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenate:SCnc:Pt:Ser/Plas:Qn: + 53469-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenin:SCnc:Pt:Ser/Plas:Qn: + 53470-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2):SCnc:Pt:Ser/Plas:Qn: + 53471-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC):SCnc:Pt:Ser/Plas:Qn: + 53472-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosanoylcarnitine (C20):SCnc:Pt:Ser/Plas:Qn: + 53473-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anthranilate:SRat:24H:Urine:Qn: + 53478-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroxycholestanoate:SCnc:Pt:Ser/Plas:Qn: + 53479-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenate:SRat:24H:Urine:Qn: + 53489-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenin:SCnc:Pt:Urine:Qn: + 53490-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenin:SRat:24H:Urine:Qn: + 53491-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2):SCnc:Pt:Urine:Qn: + 53492-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC):SCnc:Pt:Urine:Qn: + 53493-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosanoylcarnitine (C20):SCnc:Pt:Urine:Qn: + 53494-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:SCnc:24H:Urine:Qn: + 53496-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anthranilate:SCnc:Pt:Urine:Qn: + 53498-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:12H:Urine:Qn: + 53499-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:Water:Qn: + 53500-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnc:Pt:Water:Qn: + 53501-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnt:Pt:XXX:Qn: + 53502-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:SCnt:Pt:XXX:Qn: + 53503-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10)/Creatinine:SRto:Pt:Urine:Qn: + 53504-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 53505-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Amino acids.total:SFr:Pt:Plas:Qn: + 53506-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenin/Creatinine:SRto:Pt:Urine:Qn: + 53507-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2)/Creatinine:SRto:Pt:Urine:Qn: + 53508-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC)/Creatinine:SRto:Pt:Urine:Qn: + 53509-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12)/Creatinine:SRto:Pt:Urine:Qn: + 53510-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1)/Creatinine:SRto:Pt:Urine:Qn: + 53511-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosanoylcarnitine (C20)/Creatinine:SRto:Pt:Urine:Qn: + 53512-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anthranilate/Creatinine:SRto:Pt:Urine:Qn: + 53513-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine palmitoyltransferase 2:CCnt:Pt:Fibroblasts^Control:Qn: + 53514-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate synthase:CCnt:Pt:Fibroblasts^Control:Qn: + 53515-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasoactive intestinal peptide:SCnc:Pt:Ser/Plas:Qn: + 53523-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bile/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 53524-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:PrThr:Pt:Urine:Ord:SSA + 53525-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in VLDL:SCnc:Pt:Ser/Plas:Qn: + 53526-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in HDL 2:SCnc:Pt:Ser/Plas:Qn: + 53527-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.in HDL 3:SCnc:Pt:Ser/Plas:Qn: + 53528-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Body fld:Qn:Detection limit <= 1.0 mg/L + 53529-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:24H:Urine:Qn:Detection limit <= 1.0 mg/L + 53530-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Urine:Qn:Detection limit <= 1.0 mg/L + 53531-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:24H:Urine:Qn:Detection limit <= 1.0 mg/L + 53532-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha globulin.abnormal band:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 53539-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha globulin.abnormal band/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 53540-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodeicosanoylcarnitine (C22):SCnc:Pt:Amnio fld:Qn: + 53542-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodeicosanoylcarnitine (C22):SCnc:Pt:Bld.dot:Qn: + 53543-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodeicosanoylcarnitine (C22):SCnc:Pt:CSF:Qn: + 53545-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodeicosanoylcarnitine (C22):SCnc:Pt:Ser/Plas:Qn: + 53546-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodeicosanoylcarnitine (C22):SCnc:Pt:Urine:Qn: + 53549-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructosamine/Protein:Ratio:Pt:Ser/Plas:Qn: + 53550-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodeicosanoylcarnitine (C22)/Creatinine:SRto:Pt:Urine:Qn: + 53552-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estimated average glucose:SCnc:Pt:Bld:Qn:Estimated from glycated hemoglobin + 53553-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:RBC:Qn: + 53555-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2 transferrin:MCnc:Pt:CSF:Qn: + 53559-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase/Creatinine:Ratio:Pt:Urine:Qn: + 53561-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:MCnc:24H:Urine:Qn: + 53574-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal 2/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 53578-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal 3/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 53579-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylceramidase:CCnt:Pt:Amnio fld cells:Qn: + 53580-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin converting enzyme:CCnc:Pt:Periton fld:Qn: + 53581-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin.abnormal band:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 53587-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin+Gamma globulin.abnormal band:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 53588-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin.abnormal band/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 53589-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin.abnormal band/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 53590-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin.abnormal band:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 53591-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma 2 globulin.abnormal band:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 53592-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma 2 globulin.abnormal band/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 53593-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MCnc:24H:Urine:Qn: + 53595-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:^BPU:Qn: + 53600-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Body fld:Qn: + 53612-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Benzoylcarnitine (BzCn):SCnc:Pt:Bld.dot:Qn: + 53613-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters:SCnc:Pt:Bld.dot:Qn: + 53624-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Plr fld:Qn: + 53627-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol:MRat:24H:Urine:Qn: + 53629-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol/Creatinine:MRto:24H:Urine:Qn: + 53630-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol/Creatinine:MRto:Pt:Urine:Qn: + 53631-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortol:MRat:24H:Urine:Qn: + 53634-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortol/Creatinine:MRto:24H:Urine:Qn: + 53635-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortol/Creatinine:MRto:Pt:Urine:Qn: + 53636-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride/Creatinine:Ratio:24H:Urine:Qn: + 53640-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.reduced/glutathione.oxidized:SRto:Pt:Bld:Qn: + 53642-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flavin adenine dinucleotide:MCnc:Pt:Bld:Qn: + 53647-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flavin mononucleotide:MCnc:Pt:Bld:Qn: + 53648-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:2H:Urine:Qn: + 53651-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:4H:Urine:Qn: + 53652-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Bil fld:Qn: + 53653-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Dial fld:Qn: + 53654-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylglycines:Imp:Pt:Urine:Nar: + 53718-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenine:SCnc:Pt:Ser/Plas:Qn: + 53734-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:MCnc:Pt:Ser/Plas:Qn:Calculated + 53765-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:PrThr:Pt:Urine:Ord:Electrophoresis + 53771-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:PrThr:Pt:Urine:Ord:Electrophoresis + 53772-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:PrThr:Pt:Urine:Ord:Electrophoresis + 53773-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone.free:MCnc:Pt:Urine:Qn: + 53777-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL apheresis procedure:Type:Pt:^Patient:Nom: + 53805-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL apheresis procedure:ID:Pt:^Patient:Nom: + 53806-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides pattern:Imp:Pt:Ser/Plas:Nar: + 53808-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triple phosphate:SatFr:24H:Urine:Qn: + 53811-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine:PrThr:Pt:CSF:Ord: + 53817-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CCnc:Pt:Bld:Qn: + 53819-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:MCnc:Pt:Bld:Qn: + 53833-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,5-Anhydroglucitol:MCnc:Pt:Ser/Plas:Qn: + 53835-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin F:MCnc:Pt:Bld:Qn: + 53857-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:0:MCnc:Pt:Ser/Plas:Qn: + 53859-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0:MCnc:Pt:Ser/Plas:Qn: + 53860-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose tetrasaccharide/Creatinine:SRto:Pt:Urine:Qn: + 53868-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:MCnc:XXX:Urine:Qn: + 53872-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin:MCnc:Pt:Lymph node.FNA:Qn: + 53920-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin:MCnc:Pt:Tiss.FNA:Qn: + 53922-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase.pericard fld/Lactate dehydrogenase.serum:RelRto:Pt:Pericard fld+Ser/Plas:Qn: + 53933-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase.periton fld/Lactate dehydrogenase.serum:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 53934-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.tumor marker:MCnc:Pt:Ser/Plas:Qn: + 53957-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.tumor marker:SCnc:Pt:Ser/Plas:Qn: + 53958-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.tumor marker:ACnc:Pt:Ser/Plas:Qn: + 53959-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein.tumor marker:SCnc:Pt:Ser/Plas:Qn: + 53960-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein.tumor marker:ACnc:Pt:Ser/Plas:Qn: + 53961-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein.tumor marker:MCnc:Pt:Ser/Plas:Qn: + 53962-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:MCnc:Pt:Bld.dot:Qn: + 54084-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose:SCnc:Pt:Bld.dot:Qn: + 54085-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Arginine:SRto:Pt:Bld.dot:Qn: + 54092-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor binding protein:ACnc:Pt:Ser:Qn: + 54165-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL.oxidized:ACnc:Pt:Ser/Plas:Qn: + 54238-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate:SCnc:Pt:CSF:Qn: + 54278-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Creatinine:SRto:Pt:Urine:Qn: + 54279-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC):SCnc:Pt:CSF:Qn: + 54280-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC):SCnc:Pt:Amnio fld:Qn: + 54281-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC):SCnc:Pt:Urine:Qn: + 54282-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:MCnc:Pt:Body fld:Qn: + 54283-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:SCnc:Pt:Body fld:Qn: + 54284-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:SCnc:Pt:Urine:Qn: + 54285-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:SCnc:Pt:CSF:Qn: + 54286-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanidinoacetate:SCnc:Pt:CSF:Qn: + 54287-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanidinoacetate:SCnc:Pt:Amnio fld:Qn: + 54288-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptanoylcarnitine (C7)/Creatinine:SRto:Pt:Urine:Qn: + 54290-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptanoylcarnitine (C7):SCnc:Pt:CSF:Qn: + 54291-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptanoylcarnitine (C7):SCnc:Pt:Amnio fld:Qn: + 54292-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptanoylcarnitine (C7):SCnc:Pt:Urine:Qn: + 54293-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0/Creatinine:SRto:Pt:Urine:Qn: + 54294-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6)/Creatinine:SRto:Pt:Urine:Qn: + 54295-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):SCnc:Pt:CSF:Qn: + 54296-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):SCnc:Pt:Amnio fld:Qn: + 54297-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):SCnc:Pt:Urine:Qn: + 54298-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline:SCnc:Pt:Amnio fld:Qn: + 54299-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:Pt:Amnio fld:Qn: + 54300-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:Pt:Bld.dot:Qn: + 54301-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:Bld.dot:Qn: + 54302-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:Pt:Bld.dot:Qn: + 54303-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyrylglycine:SCnc:Pt:Urine:Qn: + 54304-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5):SCnc:Pt:CSF:Qn: + 54305-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5):SCnc:Pt:Amnio fld:Qn: + 54306-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5):SCnc:Pt:Urine:Qn: + 54307-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine:SCnc:Pt:CSF:Qn: + 54308-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate/Pyruvate:SRto:Pt:CSF:Qn: + 54309-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2)/Creatinine:SRto:Pt:Urine:Qn: + 54310-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2):SCnc:Pt:CSF:Qn: + 54311-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2):SCnc:Pt:Amnio fld:Qn: + 54312-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleoylcarnitine (C18:2):SCnc:Pt:Urine:Qn: + 54313-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC)/Creatinine:SRto:Pt:Urine:Qn: + 54314-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SCnc:Pt:CSF:Qn: + 54315-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC)/Creatinine:SRto:Pt:Urine:Qn: + 54316-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC):SCnc:Pt:CSF:Qn: + 54317-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC):SCnc:Pt:Amnio fld:Qn: + 54318-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC):SCnc:Pt:Urine:Qn: + 54319-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Creatinine:SRto:Pt:Urine:Qn: + 54320-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):SCnc:Pt:CSF:Qn: + 54321-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):SCnc:Pt:Amnio fld:Qn: + 54322-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)/Creatinine:SRto:Pt:Urine:Qn: + 54323-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):SCnc:Pt:CSF:Qn: + 54324-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):SCnc:Pt:Amnio fld:Qn: + 54325-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:SCnc:Pt:Bld.dot:Qn: + 54326-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:SCnc:Pt:CSF:Qn: + 54327-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:SCnc:Pt:Bld.dot:Qn: + 54328-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Creatinine:SRto:Pt:Urine:Qn: + 54329-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3):SCnc:Pt:CSF:Qn: + 54330-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3):SCnc:Pt:Amnio fld:Qn: + 54331-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylglycine:SCnc:Pt:CSF:Qn: + 54332-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18)/Creatinine:SRto:Pt:Urine:Qn: + 54333-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18):SCnc:Pt:CSF:Qn: + 54334-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18):SCnc:Pt:Amnio fld:Qn: + 54335-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine:SCnc:Pt:CSF:Qn: + 54336-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine:SCnc:Pt:Bld.dot:Qn: + 54337-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanoylcarnitine (C14)/Creatinine:SRto:Pt:Urine:Qn: + 54338-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanoylcarnitine (C14):SCnc:Pt:CSF:Qn: + 54339-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanoylcarnitine (C14):SCnc:Pt:Amnio fld:Qn: + 54340-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myristoleate/Creatinine:SRto:Pt:Urine:Qn: + 54341-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylglycine:SCnc:Pt:CSF:Qn: + 54342-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine/Creatinine:MRto:24H:Urine:Qn: + 54343-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine:MCnc:24H:Urine:Qn: + 54344-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcarnitine (C2):SCnc:Pt:Semen:Qn: + 54345-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Stool:Qn: + 54346-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:SCnc:Pt:Ser/Plas:Qn: + 54347-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:BldCo:Qn: + 54348-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MCnc:Pt:Dial fld:Qn: + 54349-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate+Dehydroascorbate:SCnc:Pt:Ser/Plas:Qn: + 54350-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate+Dehydroascorbate:MCnc:Pt:Ser/Plas:Qn: + 54351-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MCnc:Pt:Urine:Qn: + 54352-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 54353-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 54354-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin.CSF/Beta-2-Microglobulin.serum:RelRto:Pt:Ser+CSF:Qn: + 54355-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:24H:Urine:Qn: + 54356-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin+Gamma globulin/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 54357-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr:Pt:Dial fld:Qn:Electrophoresis + 54358-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^post dialysis:SCnc:Pt:Plas:Qn: + 54359-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Periton fld:Qn: + 54360-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:Plr fld:Qn: + 54361-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Dial fld:Qn: + 54362-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Bld:Qn: + 54363-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Flu.nonbiological:Qn: + 54364-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:BldCo:Qn: + 54365-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:SCnc:Pt:BldCo:Qn: + 54366-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:BldCo:Qn: + 54367-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catalase:CCnc:Pt:Plas:Qn: + 54368-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 54369-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:MCnc:Pt:Body fld:Qn: + 54370-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Periton fld:Qn: + 54371-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MCnc:Pt:Body fld:Qn: + 54372-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.non-esterified:SCnc:Pt:Ser/Plas:Qn: + 54373-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine/body weight:RelSRat:24H:Urine:Qn: + 54374-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Plr fld:Qn: + 54375-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystatin C/Creatinine:Ratio:Pt:Urine:Qn: + 54379-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystatin C:MCnc:24H:Urine:Qn: + 54380-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystatin C:MRat:24H:Urine:Qn: + 54381-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnt:Pt:Amnio fld cells:Qn: + 54382-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnt:Pt:Fibroblasts:Qn: + 54383-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnt:Pt:Amnio fld:Qn: + 54384-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroascorbate/Ascorbate:SFr:Pt:Ser/Plas:Qn: + 54385-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroascorbate:SCnc:Pt:Ser/Plas:Qn: + 54386-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroxycholestanoate:SCnc:Pt:Body fld:Qn: + 54387-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroxycholestanoate:SCnc:Pt:Urine:Qn: + 54388-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):SCnc:Pt:Urine:Qn: + 54389-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 23.intact:MCnc:Pt:Ser/Plas:Qn: + 54390-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr:Pt:Dial fld:Qn:Electrophoresis + 54391-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle:SCnc:Pt:Ser/Plas:Qn: + 54434-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate dihydrate/Total:MFr:Pt:Calculus:Qn: + 54436-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium urate/Total:MFr:Pt:Calculus:Qn:Infrared spectroscopy + 54437-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol/Total:MFr:Pt:Calculus:Qn: + 54438-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium bilirubinate/Total:MFr:Pt:Calculus:Qn: + 54439-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newberyite/Total:MFr:Pt:Calculus:Qn: + 54440-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein goals:Find:Pt:^Patient:Ord: + 54441-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine esters/Carnitine.free (C0):SRto:Pt:Urine:Qn: + 54442-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:1n9:MCnc:Pt:Ser/Plas:Qn: + 54445-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:1:MCnc:Pt:Ser/Plas:Qn: + 54446-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea reduction ratio:SFr:Pt:Ser/Plas:Qn: + 54456-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:CCnc:Pt:Ser/Plas^Normal control:Qn: + 54457-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Granulocyte colony stimulating factor:MCnc:Pt:Ser/Plas:Qn: + 54458-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC)/Creatinine:SRto:Pt:Urine:Qn: + 54459-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC):SCnc:Pt:CSF:Qn: + 54460-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC):SCnc:Pt:Amnio fld:Qn: + 54461-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC):SCnc:Pt:Bld.dot:Qn: + 54462-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC):SCnc:Pt:Urine:Qn: + 54463-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr:Pt:Dial fld:Qn:Electrophoresis + 54464-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr:Pt:Dial fld:Qn:Electrophoresis + 54465-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr:Pt:Dial fld:Qn:Electrophoresis + 54466-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2a/Cholesterol.in HDL.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 54467-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2b/Cholesterol.in HDL.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 54468-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3a/Cholesterol.in HDL.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 54469-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3b/Cholesterol.in HDL.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 54470-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3c/Cholesterol.in HDL.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 54471-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.macromolecular/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 54472-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimeloylcarnitine (C7-DC):SCnc:Pt:CSF:Qn: + 54473-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimeloylcarnitine (C7-DC):SCnc:Pt:Amnio fld:Qn: + 54474-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimeloylcarnitine (C7-DC):SCnc:Pt:Bld.dot:Qn: + 54475-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimeloylcarnitine (C7-DC):SCnc:Pt:Urine:Qn: + 54476-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC):SCnc:Pt:CSF:Qn: + 54477-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC):SCnc:Pt:Amnio fld:Qn: + 54478-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitolycarnitine (C16-DC):SCnc:Pt:Bld.dot:Qn: + 54479-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC):SCnc:Pt:Urine:Qn: + 54480-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC)/Creatinine:SRto:Pt:Urine:Qn: + 54481-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC):SCnc:Pt:CSF:Qn: + 54482-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC):SCnc:Pt:Amnio fld:Qn: + 54483-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecanedioylcarnitine (C18-DC):SCnc:Pt:Bld.dot:Qn: + 54484-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC):SCnc:Pt:Urine:Qn: + 54485-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Water:Qn: + 54486-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Water:Qn: + 54487-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimeloylcarnitine (C7-DC)/Creatinine:SRto:Pt:Urine:Qn: + 54488-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SCnc:Pt:Bld.dot:Qn: + 54489-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipecolate:SCnc:Pt:Amnio fld:Qn: + 54490-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Periton fld:Qn: + 54491-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Plr fld:Qn: + 54492-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allantoine:SRat:24H:Urine:Qn:Electrophoresis + 54493-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:MCnc:Pt:Water:Qn: + 54494-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 54495-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase.macromolecular/Aspartate aminotransferase.total:CFr:Pt:Ser/Plas:Qn: + 54500-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Periton fld:Qn: + 54900-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Periton fld:Qn: + 54901-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Periton fld:Qn: + 54902-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Amnio fld:Qn: + 54907-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MCnc:Pt:Plr fld:Qn: + 54917-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Semen:Qn: + 54919-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MRat:12H:Urine:Qn: + 54922-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5)/Creatinine:SRto:Pt:Urine:Qn: + 54931-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ursodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 55159-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Human epididymis protein 4:SCnc:Pt:Ser/Plas:Qn: + 55180-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine:SCnc:Pt:Body fld:Qn: + 55200-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroamylase:PrThr:Pt:Plr fld:Ord: + 55204-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasoactive intestinal peptide:MCnc:Pt:CSF:Qn: + 55205-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Antioxidants:SCnc:Pt:Ser/Plas:Qn: + 55219-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbohydrates:PrThr:Pt:Stool:Ord: + 55221-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide:SCnc:Pt:Ser/Plas:Qn: + 55226-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn:VAP + 55440-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:XXX:Urine:Qn: + 55593-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride/Cholesterol.in HDL:SRto:Pt:Ser/Plas:Qn: + 55607-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:XXX:Urine:Qn: + 55609-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycorticosterone:SRat:24H:Urine:Qn: + 55808-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:MCnc:Pt:Amnio fld:Qn: + 55809-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycortisol:SCnc:Pt:Ser/Plas:Qn: + 55810-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycortisol:SRat:24H:Urine:Qn: + 55811-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycortisol:SCnc:24H:Urine:Qn: + 55812-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 55813-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol:SCnc:Pt:BldCo:Qn: + 55814-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:MCnc:24H:Urine:Qn: + 55815-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acids:SCnt:Pt:Hair:Qn: + 55817-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acids:SCnt:Pt:Stool:Qn: + 55818-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adiponectin.high molecular weight:MCnc:Pt:Ser/Plas:Qn: + 55819-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediol:MRat:24H:Urine:Qn: + 55820-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediol:MCnc:24H:Urine:Qn: + 55821-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrodeoxycortisol:MRat:24H:Urine:Qn: + 55822-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrodeoxycortisol:MCnc:24H:Urine:Qn: + 55823-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocorticosterone:MRat:24H:Urine:Qn: + 55824-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocorticosterone:MCnc:24H:Urine:Qn: + 55825-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocortisol:MCnc:24H:Urine:Qn: + 55826-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnc:Pt:Bld.dot:Qn: + 55827-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aliphatic carboxylate C14-C26.esters:PrThr:Pt:Stool:Ord: + 55828-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catalase:CCnt:Pt:Tiss:Qn: + 55829-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:SCnc:Pt:CSF:Qn: + 55830-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:SCnc:Pt:Body fld:Qn: + 55831-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathepsin K:SCnc:Pt:Ser/Plas:Qn: + 55832-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathepsin L:MCnc:Pt:Ser/Plas:Qn: + 55833-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathepsin S:MCnc:Pt:Ser/Plas:Qn: + 55834-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vegetable fibers:PrThr:Pt:Stool:Ord:Microscopy.light + 55835-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chitotriosidase:CCnc:Pt:Bld.dot:Qn: + 55836-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:24H:Stool:Qn: + 55837-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol/Phospholipid:SRto:Pt:Ser/Plas:Qn: + 55838-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol ester transfer protein:ACnc:Pt:Ser/Plas:Qn: + 55839-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esters:SCnc:Pt:Ser/Plas:Qn: + 55840-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticosterone:MCnc:24H:Urine:Qn: + 55841-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticosterone:SRat:24H:Urine:Qn: + 55842-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticosterone:SCnc:24H:Urine:Qn: + 55843-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MRat:24H:Urine:Qn:RIA + 55844-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:MCnc:24H:Urine:Qn:RIA + 55845-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cobalamins:MCnc:Pt:Urine:Qn: + 55850-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenediol:SCnc:Pt:Ser/Plas:Qn: + 55851-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC)/Creatinine:SRto:Pt:Urine:Qn: + 55852-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC):SCnc:Pt:CSF:Qn: + 55853-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC):SCnc:Pt:Amnio fld:Qn: + 55854-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC):SCnc:Pt:Ser/Plas:Qn: + 55855-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxydodecanoylcarnitine (C12-DC):SCnc:Pt:Urine:Qn: + 55856-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Body fld:Qn: + 55857-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:Pt:Body fld:Qn: + 55858-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate:MCnc:Pt:CSF:Qn: + 55859-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MRat:24H:Stool:Qn: + 55860-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate:SCnt:Pt:Hair:Qn: + 55861-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine:SCnt:Pt:Hair:Qn: + 55862-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:MCnc:Pt:Body fld:Qn: + 55863-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:SCnc:Pt:Body fld:Qn: + 55864-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:SCnc:Pt:Urine:Qn: + 55865-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:MCnc:Pt:CSF:Qn: + 55866-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit.free:MCnc:Pt:Body fld:Qn: + 55867-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:MoM:Pt:Ser/Plas:Qn: + 55868-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:MCnc:Pt:Ser/Plas:Qn: + 55869-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:BldCo:Qn: + 55870-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptanoylcarnitine (C7):SCnc:Pt:Ser/Plas:Qn: + 55871-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC):SCnc:Pt:Ser/Plas:Qn: + 55872-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitate/Laurate:SRto:Pt:Ser/Plas:Qn: + 55873-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnt:Pt:Hair:Qn: + 55874-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline:SCnc:Pt:CSF:Qn: + 55875-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline:SCnc:Pt:Ser/Plas:Qn: + 55876-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:Pt:Body fld:Qn: + 55877-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine:SCnc:24H:Urine:Qn: + 55878-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:SCnc:Pt:Body fld:Qn: + 55879-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:SCnc:Pt:Ser:Qn: + 55880-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxocobalamin:SCnc:Pt:Ser/Plas:Qn: + 55881-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxocobalamin:SCnc:Pt:Body fld:Qn: + 55882-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxocobalamin:MCnc:Pt:Body fld:Qn: + 55883-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxocobalamin:SCnc:Pt:Urine:Qn: + 55884-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxocobalamin:MCnc:Pt:Urine:Qn: + 55885-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyanthranilate/Creatinine:SRto:Pt:Urine:Qn: + 55886-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyanthranilate:SCnc:Pt:Ser/Plas:Qn: + 55887-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyanthranilate:SRat:24H:Urine:Qn: + 55888-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyanthranilate:SCnc:Pt:Urine:Qn: + 55889-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine/Amino acids.total:SFr:Pt:Hair:Qn: + 55890-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnt:Pt:Hair:Qn: + 55891-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase/Adenine phosphoribosyltransferase:CRto:Pt:Amnio fld cells:Qn: + 55892-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase/Adenine phosphoribosyltransferase:CRto:Pt:RBC:Qn: + 55893-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase/Adenine phosphoribosyltransferase:CRto:Pt:Placenta:Qn: + 55894-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase/Adenine phosphoribosyltransferase:CRto:Pt:CVS:Qn: + 55895-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase:CCnt:Pt:CVS:Qn: + 55896-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 55897-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:PrThr:Pt:Ser:Ord:Immunofixation + 55898-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:PrThr:Pt:Urine:Ord:Electrophoresis + 55899-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:PrThr:Pt:Urine:Ord:Immunofixation + 55900-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.monoclonal:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 55901-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Ser:Qn:Electrophoresis + 55902-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD.monoclonal:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 55903-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE.monoclonal:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 55904-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol:MCnc:24H:Urine:Qn: + 55905-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone:MRat:24H:Urine:Qn: + 55906-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone:MCnc:24H:Urine:Qn: + 55907-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha galactosidase A:CCnc:Pt:Bld.dot:Qn: + 55908-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-L-iduronidase:CCnc:Pt:Bld.dot:Qn: + 55909-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha mannosidase:CCnc:Pt:Bld.dot:Qn: + 55910-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine:SCnt:Pt:Hair:Qn: + 55911-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylsulfatase:CCnc:Pt:Bld.dot:Qn: + 55912-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate:SCnt:Pt:Hair:Qn: + 55913-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MCnc:Pt:CSF:Qn:Electrophoresis + 55914-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin:MCnc:Pt:CSF:Qn:Electrophoresis + 55915-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta galactosidase:CCnc:Pt:Bld.dot:Qn: + 55916-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosylceramidase:CCnc:Pt:Bld.dot:Qn: + 55917-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C peptide:MCnc:24H:Urine:Qn: + 55920-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.monoclonal:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 55921-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Ser:Qn:Electrophoresis + 55922-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MRat:24H:Urine:Qn: + 55923-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.monoclonal:PrThr:Pt:Ser:Ord:Immunoelectrophoresis + 55924-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Ser:Qn:Electrophoresis + 55925-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 receptor alpha chain:MCnc:Pt:Ser/Plas:Qn: + 55926-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 receptor alpha chain.soluble:MCnc:Pt:Ser/Plas:Qn: + 55927-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine/Creatinine:MRto:Pt:Urine:Qn: + 55928-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:SCnt:Pt:Hair:Qn: + 55929-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylglycine:SCnc:Pt:Plas:Qn: + 55930-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:Dial fld:Qn: + 55931-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:BldCo:Qn: + 55932-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnt:Pt:Hair:Qn: + 55933-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Dial fld:Qn: + 55934-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine:SCnt:Pt:Hair:Qn: + 55935-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:MCnc:Pt:CSF:Qn: + 55936-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 55937-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:Pt:TPN:Qn: + 55938-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malondialdehyde:SCnt:Pt:RBC:Qn: + 55939-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC):SCnc:Pt:Ser/Plas:Qn: + 55940-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mannitol:MCnc:Pt:Urine:Qn: + 55941-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:BldCo:Qn: + 55942-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:SCnt:Pt:Hair:Qn: + 55943-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:SRat:24H:Urine:Qn: + 55944-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:SCnc:24H:Urine:Qn: + 55945-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:SCnc:Pt:Urine:Qn: + 55946-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrite:MCnc:Pt:Dial fld:Qn: + 55947-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrite:SCnc:Pt:Ser/Plas:Qn: + 55948-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxystearoylcarnitine (C18-DC):SCnc:Pt:Ser/Plas:Qn: + 55949-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):SCnc:Pt:Urine:Qn: + 55950-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1)/Creatinine:SRto:Pt:Urine:Qn: + 55951-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1):SCnc:Pt:CSF:Qn: + 55952-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1):SCnc:Pt:Amnio fld:Qn: + 55953-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenoylcarnitine (C8:1):SCnc:Pt:Urine:Qn: + 55954-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1)/Creatinine:SRto:Pt:Urine:Qn: + 55955-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1):SCnc:Pt:CSF:Qn: + 55956-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1):SCnc:Pt:Amnio fld:Qn: + 55957-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleoylcarnitine (C18:1):SCnc:Pt:Urine:Qn: + 55958-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 55959-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Dial fld:Qn: + 55960-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SCnc:Pt:Water:Qn: + 55961-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:BldCo:Qn: + 55962-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1)/Creatinine:SRto:Pt:Urine:Qn: + 55963-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1):SCnc:Pt:CSF:Qn: + 55964-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1):SCnc:Pt:Amnio fld:Qn: + 55965-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1):SCnc:Pt:Urine:Qn: + 55966-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):SCnc:Pt:Urine:Qn: + 55967-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:TPN:Qn: + 55968-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine/Amino acids.total:SFr:Pt:Bld.dot:Qn: + 55969-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylalanine:SCnt:Pt:Hair:Qn: + 55970-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:BldCo:Qn: + 55971-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 55972-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Periton fld:Qn: + 55973-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Ser:Qn:Immune diffusion + 55974-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Body fld:Qn:Immune diffusion + 55975-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Flu.nonbiological:Qn: + 55976-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenediol:MRat:24H:Urine:Qn: + 56033-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:SCnc:Pt:Body fld:Qn: + 56034-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A-I/Cholesterol.in HDL:MRto:Pt:Ser/Plas:Qn: + 56035-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B/Cholesterol.in LDL:MRto:Pt:Ser/Plas:Qn: + 56036-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein phosphatase 3:CCnc:Pt:WBC:Qn: + 56037-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:ARat:24H:Urine:Qn: + 56038-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:ACnc:Pt:Urine:Qn: + 56039-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin:SCnc:Pt:Bld:Qn: + 56040-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta defensin:MCnt:Pt:Stool.wet:Qn: + 56041-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta defensin:MCnt:Pt:Stool.dried:Qn: + 56042-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Urine:Qn: + 56121-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:BldCo:Qn: + 56122-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Urine:Qn: + 56123-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.free:PrThr:Pt:Ser:Ord: + 56125-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Copper:MCnt:Pt:Liver:Qn: + 56126-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2a:SCnc:Pt:Ser/Plas:Qn: + 56132-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2b:SCnc:Pt:Ser/Plas:Qn: + 56133-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL 1:SCnc:Pt:Ser/Plas:Qn: + 56134-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL 2:SCnc:Pt:Ser/Plas:Qn: + 56135-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 1:SCnc:Pt:Ser/Plas:Qn: + 56136-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 2:SCnc:Pt:Ser/Plas:Qn: + 56137-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 3:SCnc:Pt:Ser/Plas:Qn: + 56138-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 4:SCnc:Pt:Ser/Plas:Qn: + 56139-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium/Creatinine:SRto:24H:Urine:Qn: + 56143-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.serum/Albumin.Periton fld:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 56153-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.abnormal band/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 56154-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H post peritoneal dialysis:MCnc:Pt:Dial fld prt:Qn: + 56160-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calculus analysis with calculus photography:Imp:Pt:Calculus:Nom: + 56161-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Sweat:Qn:Screen + 56448-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cardiac heart disease risk:Ratio:Pt:Ser/Plas:Qn: + 56469-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Superoxide dismutase:CCnt:Pt:RBC:Qn: + 56479-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:PrThr:Pt:Urine:Ord:Immunofixation + 56481-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen:MCnt:Pt:Stool:Qn: + 56483-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin:MCnt:Pt:Stool:Qn: + 56484-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:MCnc:24H:Urine:Qn: + 56487-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:MCnc:24H:Urine:Qn: + 56488-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.titratable:SRat:24H:Urine:Qn: + 56489-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal.lower^2nd specimen:PrThr:Pt:Stool:Ord:IA + 56490-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal.lower^3rd specimen:PrThr:Pt:Stool:Ord:IA + 56491-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ARat:24H:Urine:Qn: + 56497-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnt:Pt:Stool:Qn: + 56512-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8-Dehydrocholesterol:SCnc:Pt:Ser/Plas:Qn: + 56535-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:8H:Urine:Qn:Detection limit <= 20 mg/L + 56553-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MRat:72H:Stool:Qn: + 56554-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose:SCnc:Pt:Ser:Qn: + 56624-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type III:MCnc:Pt:Ser:Qn: + 56627-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate/Creatinine:Ratio:24H:Urine:Qn: + 56640-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Threonine/Creatinine:Ratio:24H:Urine:Qn: + 56641-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serine/Creatinine:Ratio:24H:Urine:Qn: + 56642-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Asparagine/Creatinine:Ratio:24H:Urine:Qn: + 56643-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate/Creatinine:Ratio:24H:Urine:Qn: + 56644-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/Creatine:Ratio:24H:Urine:Qn: + 56645-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate/Creatinine:Ratio:Pt:Urine:Qn: + 56658-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myelin basic protein:MCnc:Pt:Ser:Qn: + 56661-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SRat:24H:Urine:Qn: + 56662-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate/Creatinine:Ratio:Pt:Urine:Qn: + 56664-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine/Creatinine:Ratio:24H:Urine:Qn: + 56666-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Creatinine:Ratio:24H:Urine:Qn: + 56667-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate/Creatinine:Ratio:24H:Urine:Qn: + 56668-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carotene.alpha:MCnc:Pt:Ser:Qn: + 56669-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Creatinine:Ratio:24H:Urine:Qn: + 56671-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Creatinine:Ratio:24H:Urine:Qn: + 56672-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate/Creatinine:Ratio:24H:Urine:Qn: + 56673-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine/Creatinine:Ratio:24H:Urine:Qn: + 56674-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnosine/Creatinine:Ratio:24H:Urine:Qn: + 56675-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline/Creatinine:Ratio:24H:Urine:Qn: + 56676-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine/Creatinine:Ratio:24H:Urine:Qn: + 56677-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine/Creatinine:Ratio:24H:Urine:Qn: + 56678-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate/Creatinine:Ratio:24H:Urine:Qn: + 56679-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine/Creatinine:Ratio:24H:Urine:Qn: + 56680-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine/Creatinine:Ratio:24H:Urine:Qn: + 56681-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine/Creatinine:Ratio:24H:Urine:Qn: + 56682-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine/Creatinine:Ratio:24H:Urine:Qn: + 56683-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine/Creatinine:Ratio:24H:Urine:Qn: + 56684-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free:SCnc:Pt:Ser/Plas:Qn: + 56685-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline.free/Creatinine:Ratio:24H:Urine:Qn: + 56686-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgD:ACnc:Pt:Ser:Qn: + 56688-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine/Creatinine:Ratio:24H:Urine:Qn: + 56689-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Semen:Qn:Reaction: lactate to pyruvate + 56759-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IgG:PrThr:Pt:Ser/Plas:Ord: + 56762-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IgM:Imp:Pt:Ser/Plas:Nom: + 56763-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IgG:PrThr:Pt:CSF:Ord:Isoelectric focusing + 56764-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IgM:PrThr:Pt:CSF:Ord:Isoelectric focusing + 56765-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 1/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 56766-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal.beta:MCnc:Pt:Urine:Qn:Electrophoresis + 56767-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal.beta/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 56768-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S3+S4/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 56776-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta/Lipoprotein.beta:MRto:Pt:Ser/Plas:Qn: + 56777-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:SCnc:Pt:Semen:Qn: + 56779-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.S4/Amylase.total:CFr:Pt:Ser/Plas:Qn: + 56782-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin.tumor marker:MCnc:Pt:Ser:Qn: + 56786-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:ACnc:Pt:Urine:Qn: + 56787-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:SCnc:Pt:Ser/Plas:Qn: + 56887-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acid pattern:Imp:Pt:Body fld:Nom: + 56901-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase/Creatinine:Ratio:24H:Urine:Qn: + 56902-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine/Creatinine:Ratio:24H:Urine:Qn: + 56903-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MCnc:Pt:Plr fld:Qn: + 56905-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated+Bilirubin.albumin bound:MCnc:Pt:Periton fld:Qn: + 56906-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Pericard fld:Qn: + 56912-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin^morning specimen:MCnc:Pt:Plas:Qn: + 56913-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin^evening specimen:MCnc:Pt:Plas:Qn: + 56914-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fractional excretion of phosphate:Ratio:24H:Urine+Ser/Plas:Qn: + 56925-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:Ratio:24H:Urine:Qn: + 56939-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inhibin B:MCnc:Pt:Ser/Plas:Qn:IA + 56940-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Creatinine:Ratio:24H:Urine:Qn: + 56954-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysine/Creatinine:Ratio:24H:Urine:Qn: + 56955-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium/Creatinine:Ratio:Pt:Urine:Qn: + 56956-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine/Creatinine:Ratio:24H:Urine:Qn: + 56957-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Saliva:Qn: + 56963-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate/Creatinine:Ratio:Pt:Urine:Qn: + 56964-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate/Creatinine:Ratio:24H:Urine:Qn: + 56965-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine/Creatinine:Ratio:24H:Urine:Qn: + 56966-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MCnc:24H:Urine:Qn: + 56970-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium/Creatinine:Ratio:24H:Urine:Qn: + 56971-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin^post precipitation:MCnc:Pt:Ser/Plas:Qn: + 56972-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Proline/Creatinine:Ratio:24H:Urine:Qn: + 56973-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:Pt:Ser/Plas:Nom:Isoelectric focusing + 56974-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:MCnc:24H:Urine:Qn: + 56978-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Saliva:Qn: + 56979-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium/Creatinine:Ratio:24H:Urine:Qn: + 56980-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^30M post resting:MCnc:Pt:Ser/Plas:Qn: + 56981-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^90M post resting:MCnc:Pt:Ser/Plas:Qn: + 56982-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^1H post resting:MCnc:Pt:Ser/Plas:Qn: + 56983-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine/Creatinine:Ratio:24H:Urine:Qn: + 56985-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan/Creatinine:Ratio:24H:Urine:Qn: + 56993-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Creatinine:Ratio:24H:Urine:Qn: + 56994-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Plr fld:Qn: + 56995-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:MRto:24H:Urine:Qn: + 56996-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:MRto:Pt:Ser/Plas:Qn: + 56997-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine/Creatinine:Ratio:24H:Urine:Qn: + 56998-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Creatinine:MRto:24H:Urine:Qn: + 57004-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione:SCnc:Pt:Ser/Plas:Qn: + 57005-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Creatinine:Ratio:24H:Urine:Qn: + 57011-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine/Creatinine:Ratio:24H:Urine:Qn: + 57013-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Creatinine:MRto:24H:Urine:Qn: + 57014-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnt:Pt:Liver:Qn: + 57028-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:Nasal fluid:Qn: + 57092-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Full newborn screening summary report for display or printing:-:Pt:^Patient:Doc: + 57129-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newborn screening report - overall interpretation:Imp:Pt:^Patient:Nom: + 57130-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newborn conditions with positive markers:Prid:Pt:Bld.dot:Nom: + 57131-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:12H:Urine:Qn: + 57332-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:MCnc:Pt:Ser/Plas:Qn:ISE + 57333-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:2H:Urine:Qn: + 57334-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:12H:Urine:Qn: + 57335-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MCnc:12H:Urine:Qn: + 57337-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MCnc:2H:Urine:Qn: + 57338-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MRat:12H:Urine:Qn: + 57339-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:12H:Urine:Qn: + 57340-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:2H:Urine:Qn: + 57341-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SRat:12H:Urine:Qn: + 57342-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:2H:Urine:Qn: + 57344-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^overnight:MCnc:Pt:Dial fld prt:Qn: + 57345-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:12H:Urine:Qn: + 57346-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:12H:Urine:Qn: + 57348-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:2H:Urine:Qn: + 57349-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:12H:Urine:Qn: + 57355-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:12H:Urine:Qn: + 57367-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MRat:12H:Urine:Qn: + 57368-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:12H:Urine:Qn:Detection limit <= 20 mg/L + 57369-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:12H:Urine:Qn: + 57370-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Ser/Plas:Qn:IA + 57371-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:12H:Urine:Qn: + 57372-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnc:12H:Urine:Qn: + 57373-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnc:2H:Urine:Qn: + 57374-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MRat:12H:Urine:Qn: + 57375-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins/Creatinine:SRto:Pt:Urine:Qn: + 57378-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:2H:Urine:Qn: + 57379-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:12H:Urine:Qn: + 57380-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:2H:Urine:Qn: + 57382-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MRat:12H:Urine:Qn: + 57385-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:2H:Urine:Qn: + 57386-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MRat:12H:Urine:Qn: + 57387-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:24H:Dial fld prt:Qn: + 57388-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:12H:Urine:Qn: + 57389-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Body fld:Qn: + 57392-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interpretation:Imp:24H:Urine:Nom:Immunoelectrophoresis + 57457-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Normetanephrine.free:MCnc:Pt:Ser/Plas:Qn: + 57462-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^12th specimen:MCnc:Pt:Ser/Plas:Qn: + 57463-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^11th specimen:MCnc:Pt:Ser/Plas:Qn: + 57464-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^10th specimen:MCnc:Pt:Ser/Plas:Qn: + 57465-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^9th specimen:MCnc:Pt:Ser/Plas:Qn: + 57466-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Semen:Qn: + 57664-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IgG:PrThr:Pt:Ser/Plas:Ord:Isoelectric focusing + 57665-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands.IgM:PrThr:Pt:Ser/Plas:Ord:Isoelectric focusing + 57666-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal.beta:MCnc:Pt:Urine:Qn:Electrophoresis + 57667-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^11th specimen:MCnc:Pt:Saliva:Qn: + 57684-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^2nd specimen:MCnc:Pt:Saliva:Qn: + 57685-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^12th specimen:MCnc:Pt:Saliva:Qn: + 57686-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^1st specimen:MCnc:Pt:Saliva:Qn: + 57687-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^3rd specimen:MCnc:Pt:Saliva:Qn: + 57688-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^4th specimen:MCnc:Pt:Saliva:Qn: + 57689-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^10th specimen:MCnc:Pt:Saliva:Qn: + 57690-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^9th specimen:MCnc:Pt:Saliva:Qn: + 57691-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^5th specimen:MCnc:Pt:Saliva:Qn: + 57692-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^6th specimen:MCnc:Pt:Saliva:Qn: + 57693-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^7th specimen:MCnc:Pt:Saliva:Qn: + 57694-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^8th specimen:MCnc:Pt:Saliva:Qn: + 57695-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein Z Ag:MCnc:Pt:Plas:Qn:IA + 57697-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase deficiency newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57699-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + Infectious diseases newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57701-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + Infectious diseases:Imp:Pt:Bld.dot:Nom: + 57702-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin disorders newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57703-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosemias newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57704-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Congenital hypothyroidism newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57705-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Congenital adrenal hyperplasia newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57706-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystic fibrosis newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57707-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acidemias defects newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57708-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acid oxidation defects newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57709-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acidemias newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 57710-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + State printed on filter paper card:ID:Pt:NBS card:Nom: + 57716-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Conditions tested for in this newborn screening study:ID:Pt:Bld.dot:Nom: + 57719-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newborn conditions with equivocal markers:Prid:Pt:Bld.dot:Nom: + 57720-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newborn screening short narrative summary:Txt:Pt:^Patient:Nar: + 57724-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:24H:Dial fld prt:Qn: + 57726-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality^2nd specimen:Osmol:Pt:Urine:Qn: + 57731-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality^3rd specimen:Osmol:Pt:Urine:Qn: + 57732-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-trace protein:MCnc:Pt:Body fld:Qn: + 57733-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:PrThr:Pt:Urine:Ord:Confirm + 57746-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^overnight:MCnc:Pt:Dial fld prt:Qn: + 57752-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type III.N-terminal propeptide:ACnc:Pt:Ser:Qn: + 57756-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Disaccharidases:Imp:Pt:Tsmi:Nar: + 57779-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Organic acidemia conditions suspected:Prid:Pt:Bld.dot:Nom: + 57791-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acid oxidation conditions suspected:Prid:Pt:Bld.dot:Nom: + 57792-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amino acidemia disorder suspected:Prid:Pt:Bld.dot:Nom: + 57793-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reducing substances:PrThr:Pt:Stool:Ord:Post hydrolysis + 57796-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Stool:Qn:Post hydrolysis + 57797-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:Bld:Qn:Calculated + 57800-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of occult blood specimens recommended by testing kit protocol:Num:Pt:Stool:Qn: + 57804-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free^AM peak specimen:MCnc:Pt:Ser/Plas:Qn: + 57824-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free^PM trough specimen:MCnc:Pt:Ser/Plas:Qn: + 57825-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-1 transferrin:PrThr:Pt:Body fld:Ord: + 57837-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Maltose:PrThr:Pt:Urine:Ord: + 57848-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine/Triiodothyronine.reverse:Ratio:Pt:Ser/Plas:Qn: + 57899-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal.lower^1st specimen:PrThr:Pt:Stool:Ord:IA + 57905-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Flu.nonbiological:Qn: + 57919-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldMV:Qn:Calculated + 57920-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldCoA:Qn:Calculated + 57921-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Ser/Plas:Qn:Calculated + 57922-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldCoV:Qn:Calculated + 57923-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2a:MCnc:Pt:Ser/Plas:Qn: + 57936-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3a:MCnc:Pt:Ser/Plas:Qn: + 57937-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LDL 5:MCnc:Pt:Ser/Plas:Qn: + 57938-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide:MCnc:24H:Urine:Qn: + 57948-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactitol:PrThr:Pt:Urine:Ord: + 57967-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:CSF:Qn: + 57988-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Alanine:MRto:Pt:Bld.dot:Qn: + 57994-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Phenylalanine:MRto:Pt:Bld.dot:Qn: + 57995-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine+Isoleucine:MCnc:Pt:Bld.dot:Qn: + 57996-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Flu.nonbiological:Qn: + 57998-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Matrix metallopeptidase 9:MCnc:Pt:Bld:Qn: + 58001-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Flu.nonbiological:Qn: + 58019-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine/Total:MFr:Pt:Calculus:Qn: + 58036-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:Imp:Pt:Bld.dot:Nar: + 58088-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:Imp:Pt:Bld.dot:Nar: + 58089-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 58090-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 58093-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:PrThr:Pt:Urine:Ord:Test strip + 5818-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Maple syrup urine disease newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 58230-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylketonuria and variants &or biopterin defects newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 58231-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Connective tissue growth factor:MCnc:Pt:Urine:Qn: + 58351-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Connective tissue growth factor:SCnc:Pt:Urine:Qn: + 58352-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Human antihuman Ab:MCnc:Pt:Plas:Qn: + 58353-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Human antihuman Ab:SCnc:Pt:Plas:Qn: + 58354-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin ug/min:MRat:24H:Urine:Qn:Detection limit <= 20 mg/L + 58448-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal.lower:MCnc:Pt:Stool:Qn:IA + 58453-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfites:PrThr:Pt:Urine:Ord:Test strip + 58457-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein/Protein.total:MFr:Pt:CSF:Qn: + 58463-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Campesterol:SCnc:Pt:Ser/Plas:Qn: + 58464-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfatides:MCnc:Pt:Urine:Qn: + 58682-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer/Creatinine:SRto:Pt:Urine:Qn: + 58684-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:SCnc:Pt:Vitr fld:Qn: + 58685-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MRat:24H:Urine:Qn: + 58763-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MRat:24H:Urine:Qn: + 58764-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CRat:24H:Urine:Qn: + 58768-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fetal trisomy 13 risk:Likelihood:Pt:^Fetus:Qn: + 58769-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Dial fld prt:Qn: + 58781-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytonadione:SCnc:Pt:Ser/Plas:Qn: + 58793-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein fractions.oligoclonal bands:Imp:24H:Urine:Nom:Isoelectric focusing + 58800-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:CSF:Qn: + 58831-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:Pt:Dial fld prt:Qn: + 58885-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitonin^baseline:MCnc:Pt:Ser/Plas:Qn: + 58892-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine+Histidine:SCnc:Pt:CSF:Qn: + 58921-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine+Histidine/Creatinine:Ratio:Pt:Urine:Qn: + 58927-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamine+Histidine:SCnc:Pt:Ser/Plas:Qn: + 58930-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:MCnt:Pt:Stool:Qn: + 58932-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MCnt:72H:Stool:Qn: + 58934-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:Skin:Qn:Transcutaneous meter + 58941-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^12th specimen:MCnc:Pt:Ser/Plas:Qn: + 58949-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^11th specimen:MCnc:Pt:Ser/Plas:Qn: + 58950-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline/Pyridinoline:SRto:Pt:Urine:Qn: + 58954-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline & Deoxypyridinoline:Imp:Pt:Urine:Nom: + 58955-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MRat:18H:Urine:Qn: + 58990-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MRat:18H:Urine:Qn: + 58991-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MRat:18H:Urine:Qn: + 58992-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MRat:18H:Urine:Qn: + 58993-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SRat:18H:Urine:Qn: + 58994-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MRat:18H:Urine:Qn: + 58995-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:18H:Urine:Qn: + 58996-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MRat:18H:Urine:Qn: + 58997-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:18H:Urine:Qn: + 58998-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SRat:18H:Urine:Qn: + 58999-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MRat:18H:Urine:Qn: + 59000-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CRat:18H:Urine:Qn: + 59001-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fractional excretion of urea:Ratio:XXX:Urine+Ser/Plas:Qn: + 59009-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fractional excretion of potassium:Ratio:XXX:Urine+Ser/Plas:Qn: + 59010-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbohydrates:MCnt:Pt:Stool:Qn:Infrared spectroscopy + 59015-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Water:MCnt:Pt:Stool:Qn:Infrared spectroscopy + 59016-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Dial fld prt:Qn: + 59023-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:MCnc:Pt:Bld:Qn: + 59032-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Dial fld prt:Qn: + 59036-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Dial fld prt:Qn: + 59037-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Dial fld prt:Qn: + 59038-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Dial fld prt:Qn: + 59039-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Dial fld prt:Qn: + 59040-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate/Pyruvate:MRto:Pt:Bld:Qn: + 59048-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adulterants:Imp:Pt:Urine:Nom: + 59061-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase isoenzymes:Imp:Pt:Ser/Plas:Nom: + 5910-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein pattern:Imp:Pt:Ser/Plas:Nom: + 5911-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase isoenzymes:Imp:Pt:Ser/Plas:Nom: + 5912-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:PrThr:Pt:Bld:Ord:Test strip + 5914-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 59148-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.macromolecular:PrThr:Pt:Ser/Plas:Ord: + 59149-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldCo:Qn: + 59154-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:24H:Urine:Qn:Detection limit <= 20 mg/L + 59159-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Stool:Qn: + 59161-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:24H:Stool:Qn: + 59162-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:24H:Stool:Qn: + 59163-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Dial fld:Qn: + 59164-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:Dial fld:Qn: + 59165-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SRat:24H:Stool:Qn: + 59166-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SRat:24H:Stool:Qn: + 59167-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SRat:24H:Stool:Qn: + 59168-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + ???lead:MCnc:Pt:Dial fld:Qn: + 5917-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin/Creatinine:Ratio:Pt:Urine:Qn: + 59177-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Gast fld:Qn: + 59178-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Dial fld:Qn: + 5918-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:CSF:Qn:High sensitivity + 59182-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea renal clearance/1.73 sq M:ArVRat:24H:Urine+Ser/Plas:Qn: + 59187-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental:CCnc:Pt:CSF:Qn: + 59188-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Dial fld:Qn: + 5919-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxycaproate/Creatinine:SRto:Pt:Urine:Qn: + 59190-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ketobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 59191-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methyl crotonate/Creatinine:SRto:Pt:Urine:Qn: + 59192-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyuridine/Creatinine:SRto:Pt:Urine:Qn: + 59193-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Dodecenoylcarnitine (C12:1):SRto:Pt:Ser/Plas:Qn: + 59194-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecenoylcarnitine (C12:1-OH):SCnc:Pt:Ser/Plas:Qn: + 59195-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH)/Palmitoylcarnitine (C16):SRto:Pt:Ser/Plas:Qn: + 59196-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Palmitoylcarnitine (C16):SRto:Pt:Ser/Plas:Qn: + 59197-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)/Acetylcarnitine (C2):SRto:Pt:Ser/Plas:Qn: + 59198-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyadenosine/Creatinine:SRto:Pt:Urine:Qn: + 59199-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Dial fld:Qn: + 5920-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Acetylcarnitine (C2):SRto:Pt:Ser/Plas:Qn: + 59200-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyguanosine/Creatinine:SRto:Pt:Urine:Qn: + 59201-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyinosine/Creatinine:SRto:Pt:Urine:Qn: + 59202-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine/Creatinine:SRto:Pt:Urine:Qn: + 59203-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)+Oleoylcarnitine (C18:1)/Acetylcarnitine (C2):SRto:Pt:Ser/Plas:Qn: + 59204-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma tocopherol:SCnc:Pt:Ser/Plas:Qn: + 59205-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine.free (C0)/Palmitoylcarnitine (C16)+Stearoylcarnitine (C18):SRto:Pt:Ser/Plas:Qn: + 59206-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC):SCnc:Pt:Ser/Plas:Qn: + 59207-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Decanoylcarnitine (C10):SRto:Pt:Ser/Plas:Qn: + 59208-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:Ser/Plas:Qn: + 59209-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Dial fld:Qn: + 5921-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inosine/Creatinine:SRto:Pt:Urine:Qn: + 59210-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transcobalamin I+Transcobalamin III:SCnc:Pt:Ser:Qn: + 59211-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:Urine:Qn: + 59212-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SRat:XXX:Urine:Qn: + 59213-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinyladenosine/Creatinine:SRto:Pt:Urine:Qn: + 59214-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymidine/Creatinine:SRto:Pt:Urine:Qn: + 59215-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridine/Creatinine:SRto:Pt:Urine:Qn: + 59216-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Periton fld:Qn: + 59217-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Plr fld:Qn: + 59218-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Plr fld:Qn: + 59219-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastric acid:SCnc:Pt:Gast fld:Qn: + 5922-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:ACnc:Pt:Plr fld:Qn: + 59220-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Plr fld:Qn: + 59221-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:MCnc:Pt:Plr fld:Qn: + 59222-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Periton fld:Qn: + 59223-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:Periton fld:Qn: + 59224-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:MCnc:Pt:Periton fld:Qn: + 59225-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:ACnc:Pt:Periton fld:Qn: + 59226-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:ACnc:Pt:CSF:Qn: + 59227-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:MCnc:Pt:CSF:Qn: + 59228-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Periton fld:Qn: + 59229-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastric acid.free:SCnc:Pt:Gast fld:Qn: + 5923-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:CSF:Qn: + 59230-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:CSF:Qn: + 59231-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:Plr fld:Qn: + 59232-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:CSF:Qn: + 59233-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reducing substances:SCnc:Pt:Urine:Qn: + 59234-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr:Pt:CSF:Qn: + 59235-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr:Pt:Periton fld:Qn: + 59236-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr:Pt:Plr fld:Qn: + 59237-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr:Pt:Body fld:Qn: + 59238-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:Body fld:Qn: + 59239-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Gast fld:Qn: + 5924-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Body fld:Qn: + 59240-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:ACnc:Pt:Body fld:Qn: + 59241-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reducing substances:SCnc:Pt:Stool:Qn: + 59242-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)+Oleoylcarnitine (C18:1)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 59243-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylsulfatase C:CCnt:Pt:WBC:Qn: + 59244-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine glyoxylate aminotransferase:CCnt:Pt:Tiss:Qn: + 59245-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoyl protein thioesterase:CCnc:Pt:Bld.dot:Qn: + 59246-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrobiopterin:SCnc:Pt:CSF:Qn: + 59247-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esterase:CCnt:Pt:Tiss:Qn: + 59248-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Acylcarnitine+Carnitine Free (C0):SRto:Pt:Bld.dot:Qn: + 59249-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastric acid:Vol:Pt:Gast fld:Qn: + 5925-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tocopherols/Cholesterol:SRto:Pt:Ser/Plas:Qn: + 59250-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-carbamoyl beta alanine/Creatinine:SRto:Pt:Urine:Qn: + 59251-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine cysteine disulfide:SCnc:Pt:CSF:Qn: + 59252-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine cysteine disulfide:SCnc:Pt:Urine:Qn: + 59253-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine/Acylcarnitine+Carnitine Free (C0):SRto:Pt:Ser/Plas:Qn: + 59254-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Dial fld:Qn: + 5926-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:SFr:Pt:Bld:Qn:IFCC + 59261-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8-Hydroxydeoxyguanosine/Creatinine:MRto:Pt:Urine:Qn: + 59265-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Dial fld:Qn: + 5927-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:BldA:Qn:Calculated + 59274-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen capacity:VFr:Pt:BldA:Qn: + 59275-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium hydrogen phosphate dihydrate crystals:PrThr:Pt:Calculus:Ord:XR diffraction + 59276-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine crystals:PrThr:Pt:Calculus:Ord:XR diffraction + 59277-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate dihydrate crystals:PrThr:Pt:Calculus:Ord:XR diffraction + 59278-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate crystals:PrThr:Pt:Calculus:Ord:XR diffraction + 59279-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Dial fld:Qn: + 5928-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate dihydrate crystals:PrThr:Pt:Calculus:Ord:XR diffraction + 59280-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:PrThr:Pt:Bld:Ord:Test strip + 5932-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Keto, 2-Methylvalerate/Creatinine:SRto:Pt:Urine:Qn: + 59376-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylacetoacetate/Creatinine:SRto:Pt:Urine:Qn: + 59377-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline/Creatinine:MRto:2H:Urine:Qn: + 59383-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MCnt:Pt:Stool:Qn:Infrared spectroscopy + 59385-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Starch:MCnt:Pt:Stool:Qn:Infrared spectroscopy + 59386-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MCnc:24H:Urine:Qn: + 59392-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MCnc:Pt:Semen:Qn: + 59398-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen capacity:SCnc:Pt:BldA:Qn: + 59404-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Clinical biochemist review:Imp:Pt:XXX:Nar: + 59462-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:MCnc:Pt:BldA:Qn: + 59470-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:MCnc:Pt:BldV:Qn: + 59471-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:MCnc:Pt:BldA:Qn:ISE + 59472-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized^^adjusted to pH 7.4:MCnc:Pt:BldV:Qn:ISE + 59473-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 4:MCnc:Pt:Urine:Qn:Electrophoresis + 59563-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:CSF:Qn: + 59564-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:SRat:24H:Urine:Qn: + 59568-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:SCnc:Pt:Bld:Qn: + 59570-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SRat:24H:Urine:Qn: + 59571-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Urine:Qn: + 59572-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homovanillate:MCnc:XXX:Urine:Qn: + 59587-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:SRto:Pt:Urine:Qn: + 59786-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines:SCnc:Pt:Plas:Qn: + 59787-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:SCnc:Pt:Ser/Plas:Qn: + 59790-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 59800-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 59801-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 4/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 59802-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylglycerol:SCnc:Pt:Amnio fld:Qn: + 59807-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer/Creatinine:SRto:24H:Urine:Qn: + 59817-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer/Creatinine:SRto:24H:Urine:Qn: + 59818-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins/Creatinine:SRto:24H:Urine:Qn: + 59819-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1/Creatinine:SRto:24H:Urine:Qn: + 59820-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Creatinine:SRto:24H:Urine:Qn: + 59821-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Bld:Qn: + 59826-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:BldA:Qn: + 59827-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:MCnc:Pt:BldV:Qn: + 59828-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine reduction ratio:MFr:Pt:Ser/Plas:Qn: + 59834-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact:MCnc:Pt:Body fld:Qn: + 59835-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vendor name:ID:Pt:XXX:Nom: + 59841-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Body fld:Qn:Reaction: pyruvate to lactate + 60017-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Pericard fld:Qn:Reaction: pyruvate to lactate + 60018-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Pericard fld:Qn:Reaction: lactate to pyruvate + 60019-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Periton fld:Qn:Reaction: pyruvate to lactate + 60020-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Plr fld:Qn:Reaction: pyruvate to lactate + 60021-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Plr fld:Qn:Reaction: lactate to pyruvate + 60022-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:CSF:Qn:Reaction: pyruvate to lactate + 60023-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:CSF:Qn:Reaction: lactate to pyruvate + 60024-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Pericard fld:Qn: + 60027-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Mmlk:Qn: + 60217-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Mmlk:Qn: + 60218-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10/Protein:SRto:Pt:Tiss:Qn: + 60219-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Mmlk:Qn: + 60220-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-trace protein:MCnc:Pt:Nasal fluid:Qn: + 60224-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Matrix metallopeptidase 9:MCnc:Pt:Ser:Qn: + 60243-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein (little a)/Lipoprotein.total:MFr:Pt:Ser/Plas:Qn: + 60344-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Diamine oxidase:ACnc:Pt:Ser/Plas:Qn: + 60438-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Plr fld:Qn: + 60469-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+Calciferol:SCnc:Pt:Ser/Plas:Qn: + 60493-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron/Transferrin:Ratio:Pt:Ser/Plas:Qn: + 60517-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:24H:Stool:Qn: + 60518-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.ethyl esters:SCnt:Pt:Meconium:Qn: + 60519-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptase.beta:MCnc:Pt:Ser/Plas:Qn: + 60539-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxo-Androsterone/Creatinine:MRto:Pt:Urine:Qn: + 60547-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxo-Etiocholanolone/Creatinine:MRto:Pt:Urine:Qn: + 60548-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8-Estriol:MCnc:Pt:Urine:Qn: + 60549-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Creatinine:MRto:12H:Urine:Qn: + 60678-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:Extracellular fld:Qn:Calculated + 60840-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:BldV:Qn:Calculated + 60841-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Ser/Plas:Qn:BCG + 61151-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Ser/Plas:Qn:BCP + 61152-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Ser/Plas^Fetus:Qn: + 61195-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Urine^Fetus:Qn: + 61196-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:SCnc:Pt:Ser/Plas:Qn:BCP + 62234-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:SCnc:Pt:Ser/Plas:Qn:BCG + 62235-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal phosphate:SCnc:Pt:Ser/Plas:Qn: + 62236-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (CKD-EPI) + 62238-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha:EntLen:Pt:Ser/Plas:Qn: + 62253-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:EntLen:Pt:Ser/Plas:Qn: + 62254-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein insulin resistance score:Score:Pt:Ser/Plas:Qn: + 62255-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,25-Dihydroxyvitamin D:MCnc:Pt:Ser/Plas:Qn: + 62290-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,25-Dihydroxyvitamin D2:MCnc:Pt:Ser/Plas:Qn: + 62291-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+ercalcidiol:MCnc:Pt:Ser/Plas:Qn: + 62292-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal storage disorders:Imp:Pt:Bld.dot:Nom: + 62301-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal storage disorders suspected:Prid:Pt:Bld.dot:Nom: + 62302-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal storage disorders newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 62303-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fabry disease:Imp:Pt:Bld.dot:Nom: + 62305-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fabry disease newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 62306-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Krabbe disease:Imp:Pt:Bld.dot:Nom: + 62308-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Krabbe disease newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 62309-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylceramidase:CCnc:Pt:Bld.dot:Qn: + 62310-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gaucher disease:Imp:Pt:Bld.dot:Nom: + 62312-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gaucher disease newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 62313-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid sphingomyelinase:CCnc:Pt:Bld.dot:Qn: + 62316-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niemann Pick disease A+B:Imp:Pt:Bld.dot:Nom: + 62318-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niemann Pick disease A+B newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 62319-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + T-cell receptor excision circle:NCnc:Pt:Bld.dot:Qn:Probe.amp.tar + 62320-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Severe combined immunodeficiency:Imp:Pt:Bld.dot:Nom: + 62321-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Severe combined immunodeficiency newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 62322-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + Post-discharge provider ID:ID:Pt:Provider:Nom: + 62323-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + Post-discharge provider name:Pn:Pt:Provider:Nom: + 62324-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Post-discharge provider practice ID:ID:Pt:Provider:Nom: + 62325-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + Post-discharge provider practice name:ID:Pt:Provider:Nom: + 62326-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + Post-discharge provider practice address:Addr:Pt:Provider:Nom: + 62327-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr:Pt:Bld:Qn:JDS/JSCC + 62388-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Insulin:Ratio:Pt:Ser/Plas:Qn: + 62418-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Galectin 3:MCnc:Pt:Ser/Plas:Qn: + 62419-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.ethyl esters:SCnt:Pt:Hair:Qn: + 62453-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ova1 test:PrThr:Pt:Ser:Ord: + 62488-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate.inorganic:SRat:24H:Urine:Qn: + 62489-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:SCnc:Pt:Ser/Plas:Qn: + 6289-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Bld:Qn: + 6298-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen:MCnc:Pt:Bld:Qn: + 6299-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Amnio fld:Qn: + 6300-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone/Creatinine:MRto:Pt:Urine:Qn: + 63042-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma tocopherol:MCnc:Pt:Ser/Plas:Qn: + 63370-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactoferrin:PrThr:Pt:Stool:Ord: + 63376-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methionine:PrThr:Pt:Bld.dot:Ord: + 63380-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pompe disease:Imp:Pt:Bld.dot:Nom: + 63415-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pompe disease newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 63416-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tissue polypeptide Ag:ACnc:Pt:Ser/Plas:Qn: + 63441-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:18H:Urine:Qn:Detection limit <= 20 mg/L + 63474-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:MCnc:24H:Urine:Qn: + 63481-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCoA:Qn: + 63523-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCoV:Qn: + 63524-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.serum-Albumin.periton fld:MCncDiff:Pt:Periton fld+Ser/Plas:Qn: + 63549-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium magnesium phosphate/Total:MFr:Pt:Calculus:Qn: + 63550-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylaminoimidazole carboxamide riboside:PrThr:Pt:Urine:Ord: + 63553-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fat:MCnt:Pt:Stool:Qn: + 63556-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:MCnc:Pt:BldCo:Qn: + 64082-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactoferrin:PrThr:Pt:Stool:Ord:LA + 6443-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactoferrin:PrThr:Pt:XXX:Ord:LA + 6444-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:BldCoV:Qn:Calculated + 64797-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:BldMV:Qn:Calculated + 64798-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:BldC:Qn:Calculated + 64799-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:VFr:Pt:BldCoA:Qn:Calculated + 64800-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^saturation adjusted to 0.5:PPres:Pt:Bld:Qn: + 65343-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium^^corrected for albumin:SCnc:Pt:Ser/Plas:Qn: + 65362-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione:SCnc:Pt:Bld:Qn: + 65363-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Cortisol.total:MFr:Pt:Ser/Plas:Qn: + 65364-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:MCnc:Pt:BldV:Qn: + 6597-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:MCnc:Pt:Ser/Plas:Qn: + 6598-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL:SCnc:Pt:Ser/Plas:Qn:Calculated + 66126-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:SCnc:Pt:Bld:Qn:Test strip + 66441-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MRat:XXX:Urine:Qn: + 66481-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL.beta:MCnc:Pt:Ser/Plas:Qn: + 66499-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:MSCnc:Pt:Plas:Qn: + 66732-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^afternoon specimen:MSCnc:Pt:Ser/Plas:Qn: + 66733-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucagon:MSCnc:Pt:Ser/Plas:Qn: + 66734-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^AM peak specimen:MSCnc:Pt:Ser/Plas:Qn: + 66735-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:Plr fld:Qn: + 66762-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit:ACnc:Pt:Periton fld:Qn: + 66763-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.pericard fld/Albumin.SerPl:RelRto:Pt:Pericard fld+Ser/Plas:Qn: + 66765-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.periton fld/Albumin.SerPl:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 66766-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate/body weight:RelSRat:24H:Urine:Qn: + 66767-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Periton fld:Qn: + 66769-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B/Apolipoprotein A-I:MCrto:Pt:Ser/Plas:Qn: + 6685-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myeloperoxidase:SCnc:Pt:Plas:Qn: + 66853-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ascorbate:MCnc:Pt:Ser/Plas:Qn: + 6686-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrate:MRat:24H:Urine:Qn: + 6687-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:SRat:24H:Urine:Qn: + 6692-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Riboflavin:MCnc:Pt:Bld:Qn: + 6695-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Ser:Qn: + 6697-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnc:Pt:Ser:Qn: + 6698-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta 5-Pregnanetriol:MRat:24H:Urine:Qn: + 6699-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:MRat:24H:Urine:Qn: + 6700-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:MRat:24H:Urine:Qn: + 6701-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoandrosterone:MRat:24H:Urine:Qn: + 6702-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:MRat:24H:Urine:Qn: + 6703-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketopregnanetriol:MRat:24H:Urine:Qn: + 6704-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:MRat:24H:Urine:Qn: + 6705-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyproline:MRat:24H:Urine:Qn: + 6710-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:MCnc:Pt:Ser/Plas:Qn:High sensitivity + 67151-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Circulating tumor cells.breast:NCnc:Pt:Bld:Qn: + 67568-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenolone:MCnc:Pt:Ser/Plas:Qn: + 6765-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Ketosteroids:MRat:24H:Urine:Qn: + 6766-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycorticosteroids:MCnc:Pt:Ser:Qn: + 6767-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Ser/Plas:Qn: + 6768-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Ser/Plas:Qn: + 6769-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin phenotype:Prid:Pt:Ser/Plas:Nom:Immunofixation + 6770-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxyhexanoylcarnitine (C6-OH)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 67701-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC)+3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:Bld.dot:Qn: + 67708-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC)+3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:Bld.dot:Qn: + 67709-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Ser/Plas:Qn:Nephelometry + 6771-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxyhexanoylcarnitine (C6-OH):SCnc:Pt:Bld.dot:Qn: + 67710-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)+3-Hydroxyhexanoylcarnitine (C6-OH)/Octanoylcarnitine (C8):SRto:Pt:Bld.dot:Qn: + 67711-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B:MCnc:Pt:Ser/Plas:Qn: + 6772-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:CCnc:Pt:Ser/Plas:Qn:EIA + 6773-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanolone:MCnc:Pt:Ser:Qn: + 6775-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrone:MRat:24H:Urine:Qn: + 6776-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Ser/Plas:Qn: + 6777-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Urine:Qn:Electrophoresis + 6778-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Urine:Qn:IA + 6779-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Urine:Qn:Electrophoresis + 6780-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:MCnc:Pt:Urine:Qn:IA + 6781-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 18+Trisomy 13 risk:Likelihood:Pt:^Fetus:Qn: + 67816-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG/Albumin:MRto:Pt:Ser:Qn: + 6782-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Urine:Qn:Electrophoresis + 6783-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:MCnc:Pt:Urine:Qn:IA + 6784-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:Ser:Ord:Electrophoresis + 6785-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:Urine:Ord:Electrophoresis + 6786-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:Pt:Ser:Ord:IA + 6787-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa/Immunoglobulin light chains.lambda:MRto:Pt:Ser:Qn:IA + 6788-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:Pt:Ser:Ord:Electrophoresis + 6789-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:Pt:Urine:Ord:Electrophoresis + 6790-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:Pt:Ser:Ord:IA + 6791-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:24H:Stool:Qn: + 6792-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:MCnc:Pt:Ser/Plas:Qn:IA + 6793-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MRat:24H:Urine:Qn:Electrophoresis + 6794-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MRat:24H:Urine:Qn:Electrophoresis + 6795-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin saturation:MFr:Pt:Ser:Qn: + 6796-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Circulating tumor cells.prostate:NCnc:Pt:Bld:Qn: + 68123-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Circulating tumor cells.colon:NCnc:Pt:Bld:Qn: + 68124-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + Previous fetus defect:Find:Pt:^Patient:Ord: + 68328-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldCo:Qn: + 68363-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Synv fld:Qn:Test strip + 68381-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Pericard fld:Qn:Test strip + 68382-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specific gravity:Rden:Pt:Pericard fld:Qn:Refractometry + 68384-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Periton fld:Qn:Reaction: lactate to pyruvate + 68387-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+ercalcidiol:SCnc:Pt:Ser/Plas:Qn: + 68438-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:Urine:Qn: + 68440-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:Gast fld:Qn: + 68441-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Synv fld:Qn:Reaction: pyruvate to lactate + 68452-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Synv fld:Qn:Reaction: lactate to pyruvate + 68453-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Periton fld:Qn:Test strip + 68459-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:MRat:24H:Urine:Qn: + 6865-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxycorticosteroids:MCnc:24H:Urine:Qn: + 6866-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:MRat:24H:Urine:Qn: + 6867-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine monophosphate.cyclic:MCnc:Pt:Urine:Qn: + 6868-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocortisol:MRat:24H:Urine:Qn: + 6869-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:MCnc:24H:Urine:Qn: + 6870-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anserine:MRat:24H:Urine:Qn: + 6871-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine:MRat:24H:Urine:Qn: + 6872-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate:SCnc:Pt:Ser/Plas:Qn: + 6873-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MRat:24H:Urine:Qn: + 6874-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Ser/Plas:Qn: + 6875-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:MRat:24H:Urine:Qn: + 6876-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:MRat:24H:Urine:Qn: + 6877-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:MRat:24H:Urine:Qn: + 6878-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Corticotropin:MCnc:Pt:Plas:Qn:RIA + 6879-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine:MRat:24H:Urine:Qn: + 6880-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethanolamine:MRat:24H:Urine:Qn: + 6881-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:MRat:24H:Urine:Qn: + 6882-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose.protein bound:MCnc:Pt:Ser/Plas:Qn: + 6883-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocystine:MRat:24H:Urine:Qn: + 6884-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxylysine:MRat:24H:Urine:Qn: + 6885-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA subclass 1:MCnc:Pt:Ser:Qn: + 6886-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicans:MRat:24H:Urine:Qn: + 6887-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:Pt:Urine:Qn: + 6888-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:24H:Urine:Qn: + 6889-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:24H:Urine:Qn: + 6890-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free+weakly bound/Testosterone.total:MFr:Pt:Ser/Plas:Qn: + 6891-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:MCnc:Pt:Ser/Plas:Qn:Dialysis + 6892-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Pericard fld:Qn: + 68923-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:ACnc:Pt:Periton fld:Qn: + 68924-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:ACnc:Pt:CSF:Qn: + 68925-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 72-4:ACnc:Pt:Pericard fld:Qn: + 68926-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:Periton fld:Qn: + 68927-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:CSF:Qn: + 68928-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:Pericard fld:Qn: + 68929-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:MRat:24H:Stool:Qn: + 6893-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:CSF:Qn:Electrophoresis + 68930-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines.free:MCnc:24H:Urine:Qn: + 68931-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:MCnc:Pt:Tear:Qn: + 68932-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.secretory:MCnc:Pt:Sweat:Qn: + 68933-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:Plr fld:Qn: + 68938-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Plr fld:Qn: + 68939-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Pericard fld:Qn: + 68952-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ketones:PrThr:Pt:Bld:Ord:Tablet + 68955-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:PrThr:24H:Urine:Ord: + 68960-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:XXX:Qn: + 68970-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.intrathecally synthesized/IgA.total:MFr:Pt:CSF:Qn: + 68973-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.intrathecally synthesized/IgG.total:MFr:Pt:CSF:Qn: + 68974-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.intrathecally synthesized/IgM.total:MFr:Pt:CSF:Qn: + 68975-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.free:ACnc:Pt:Ser/Plas:Qn: + 6901-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:MRat:24H:Urine:Qn: + 6935-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:MRat:2H:Urine:Qn: + 6936-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxypyridinoline:MRat:24H:Urine:Qn: + 6937-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:MCnc:Pt:Saliva:Qn: + 6938-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA subclass 2:MCnc:Pt:Ser:Qn: + 6939-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SRat:XXX:Stool:Qn: + 6940-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn: + 69405-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MRat:24H:Urine:Qn:Electrophoresis + 6941-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:SCnc:Pt:Ser/Plas:Qn:Direct assay + 69419-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Urine:Qn:Electrophoresis + 6942-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MRat:72H:Stool:Qn: + 69424-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Periton fld:Qn: + 69560-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin:ACnc:Pt:BldCo:Qn: + 69561-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Risk of ovarian malignancy algorithm score^premenopausal:Score:Pt:Ser/Plas:Qn: + 69569-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + Risk of ovarian malignancy algorithm score^postmenopausal:Score:Pt:Ser/Plas:Qn: + 69570-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylcarnitine+methylcrotonylcarnitine (C5:1):SCnc:Pt:Ser/Plas:Qn: + 69573-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoadipate:SCnc:Pt:Ser/Plas:Qn: + 69768-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC)/Creatinine:SRto:Pt:Urine:Qn: + 69769-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC):SCnc:Pt:CSF:Qn: + 69770-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC):SCnc:Pt:Amnio fld:Qn: + 69771-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:SCnc:Pt:Ser/Plas:Qn: + 69772-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyoleylcarnitine (C18:1-DC):SCnc:Pt:Urine:Qn: + 69773-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3):SCnc:Pt:Urine:Qn: + 69774-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stearoylcarnitine (C18):SCnc:Pt:Urine:Qn: + 69775-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC)/Creatinine:SRto:Pt:Urine:Qn: + 69776-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):SCnc:Pt:CSF:Qn: + 69777-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):SCnc:Pt:Amnio fld:Qn: + 69778-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):SCnc:Pt:Urine:Qn: + 69779-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisovalerate:SCnc:Pt:CSF:Qn: + 69780-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisovalerate:SCnc:Pt:Ser/Plas:Qn: + 69781-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxysebacate:SCnc:Pt:CSF:Qn: + 69784-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxysebacate:SCnc:Pt:Ser/Plas:Qn: + 69785-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylacetoacetate:SCnc:Pt:CSF:Qn: + 69786-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylacetoacetate:SCnc:Pt:Ser/Plas:Qn: + 69787-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrate:SCnc:Pt:CSF:Qn: + 69788-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyl-3-Hydroxybutyrate:SCnc:Pt:Ser/Plas:Qn: + 69789-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylbutyrylglycine:SCnc:Pt:Ser/Plas:Qn: + 69790-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2)/Creatinine:SRto:Pt:Urine:Qn: + 69791-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):SCnc:Pt:CSF:Qn: + 69792-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):SCnc:Pt:Amnio fld:Qn: + 69793-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):SCnc:Pt:Urine:Qn: + 69794-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC)/Creatinine:SRto:Pt:Urine:Qn: + 69795-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SCnc:Pt:Amnio fld:Qn: + 69796-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 21-Deoxycorticosterone:SCnc:Pt:Ser/Plas:Qn: + 69799-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoadipate:SCnc:Pt:CSF:Qn: + 69801-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate:SCnc:Pt:CSF:Qn: + 69802-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha ketoglutarate:SCnc:Pt:Ser/Plas:Qn: + 69803-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Oxoisocaproate:SCnc:Pt:CSF:Qn: + 69804-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethylhydracrylate:SCnc:Pt:CSF:Qn: + 69825-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Ethylhydracrylate:SCnc:Pt:Ser/Plas:Qn: + 69826-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylglutarate:SCnc:Pt:Ser/Plas:Qn: + 69827-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylsuccinate:SCnc:Pt:Amnio fld:Qn: + 69828-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylsuccinate:SCnc:Pt:Ser/Plas:Qn: + 69829-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate:SCnc:Pt:CSF:Qn: + 69835-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate:SCnc:Pt:Ser/Plas:Qn: + 69836-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate:SCnc:Pt:CSF:Qn: + 69837-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxy-3-Methylvalerate:SCnc:Pt:CSF:Qn: + 69838-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxy-3-Methylvalerate:SCnc:Pt:Ser/Plas:Qn: + 69839-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyadipate:SCnc:Pt:CSF:Qn: + 69840-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyadipate:SCnc:Pt:Ser/Plas:Qn: + 69841-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha hydroxybutyrate:SCnc:Pt:CSF:Qn: + 69842-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha hydroxybutyrate:SCnc:Pt:Ser/Plas:Qn: + 69843-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate:SCnc:Pt:CSF:Qn: + 69844-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate:SCnc:Pt:Ser/Plas:Qn: + 69845-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate:SCnc:Pt:CSF:Qn: + 69848-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyisocaproate:SCnc:Pt:Ser/Plas:Qn: + 69849-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate:SCnc:Pt:Amnio fld:Qn: + 69850-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate:SCnc:Pt:Ser/Plas:Qn: + 69851-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate:SCnc:Pt:CSF:Qn: + 69852-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate:SCnc:Pt:Ser/Plas:Qn: + 69853-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor binding protein 1:PrThr:Pt:Vag:Ord: + 69945-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Pericard fld:Qn: + 69947-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic/Creatinine:Ratio:Pt:Urine:Qn: + 69951-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:Plas:Qn: + 69964-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Newborn screening report overall laboratory comment:Txt:Pt:^Patient:Nar: + 69969-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid beta 40 peptide:MCnc:Pt:CSF:Qn: + 70072-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid beta 40 peptide:MCnc:Pt:Plas:Qn: + 70073-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 alpha:MCnc:Pt:CSF:Qn: + 70075-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 alpha:MCnc:Pt:Body fld:Qn: + 70076-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2:MCnc:Pt:CSF:Qn: + 70077-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2:MCnc:Pt:Body fld:Qn: + 70078-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 3:MCnc:Pt:Ser/Plas:Qn: + 70079-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 3:MCnc:Pt:CSF:Qn: + 70080-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 3:MCnc:Pt:Body fld:Qn: + 70081-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 4:MCnc:Pt:Body fld:Qn: + 70082-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 4:MCnc:Pt:CSF:Qn: + 70083-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 5:MCnc:Pt:CSF:Qn: + 70084-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 5:MCnc:Pt:Body fld:Qn: + 70085-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 7:MCnc:Pt:Ser/Plas:Qn: + 70086-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 7:MCnc:Pt:CSF:Qn: + 70087-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 7:MCnc:Pt:Body fld:Qn: + 70088-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 13:MCnc:Pt:CSF:Qn: + 70089-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 13:MCnc:Pt:Body fld:Qn: + 70090-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E2:MCnc:Pt:CSF:Qn: + 70091-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E1:MCnc:Pt:Body fld:Qn: + 70092-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin E1:MCnc:Pt:CSF:Qn: + 70093-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2 alpha:MCnc:Pt:CSF:Qn: + 70094-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostaglandin F2 alpha:MCnc:Pt:Body fld:Qn: + 70095-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin releasing hormone:MCnc:Pt:Urine:Qn: + 70096-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine/Thyroxine:MRto:Pt:Ser/Plas:Qn: + 70152-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Tetradecanoylcarnitine (C14):SRto:Pt:Bld.dot:Qn: + 70159-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC):SCnc:Pt:CSF:Qn: + 70174-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC):SCnc:Pt:Amnio fld:Qn: + 70175-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC):SCnc:Pt:Ser/Plas:Qn: + 70176-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecenoylcarnitine (C14:1-DC):SCnc:Pt:Urine:Qn: + 70177-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1-Methylhistidine:SCnc:Pt:Ser/Plas^Fetus:Qn: + 70179-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoadipate:SCnc:Pt:Ser/Plas^Fetus:Qn: + 70180-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminobutyrate:SCnc:Pt:Ser/Plas^Fetus:Qn: + 70181-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Urine:Qn: + 70199-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL/Cholesterol.total:SRto:Pt:Ser/Plas:Qn: + 70200-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL:SCnc:Pt:Ser/Plas:Qn: + 70201-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in IDL+Cholesterol.in VLDL 3:SCnc:Pt:Ser/Plas:Qn: + 70202-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in VLDL 3:SCnc:Pt:Ser/Plas:Qn: + 70203-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.non HDL:SCnc:Pt:Ser/Plas:Qn: + 70204-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estrogen:SCnc:Pt:Ser/Plas:Qn: + 70207-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:SCnc:Pt:Ser/Plas:Qn:Dialysis + 70217-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:SCnc:Pt:Bld:Qn: + 70218-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Ser/Plas:Qn:Detection limit <= 3.47 pmol/L + 70239-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:SCnc:Pt:Ser/Plas:Qn:Detection limit <= 3.47 pmol/L + 70240-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic:CCnc:Pt:Periton fld:Qn: + 70258-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.pericard fld/Triglyceride.serum:RelRto:Pt:Pericard fld+Ser/Plas:Qn: + 70259-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.periton fld/Triglyceride.serum:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 70260-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.periton fld/Cholesterol.serum:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 70261-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.periton fld/Amylase.serum:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 70262-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.pericard fld/Cholesterol.serum:RelRto:Pt:Pericard fld+Ser/Plas:Qn: + 70263-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine.plr fld/Creatinine.serum:RelRto:Pt:Ser/Plas+Plr fld:Qn: + 70264-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.pericard fld/Protein.serum:RelRto:Pt:Pericard fld+Ser/Plas:Qn: + 70265-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine.periton fld/Creatinine.serum:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 70266-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.periton fld/Protein.serum:RelRto:Pt:Periton fld+Ser/Plas:Qn: + 70267-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.plr fld/Cholesterol.serum:RelRto:Pt:Ser/Plas+Plr fld:Qn: + 70268-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride.plr fld/Triglyceride.serum:RelRto:Pt:Ser/Plas+Plr fld:Qn: + 70269-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic:CCnc:Pt:Plr fld:Qn: + 70270-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact intraoperative percent change:MCPctDiff:Pt:Ser/Plas:Qn: + 70664-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.male:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (MDRD) + 70969-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental 2/Alkaline phosphatase.total:CFr:Pt:Ser/Plas:Qn: + 71363-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal 2:CCnc:Pt:Ser/Plas:Qn: + 71365-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.intestinal 3:CCnc:Pt:Ser/Plas:Qn: + 71366-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.placental 2:CCnc:Pt:Ser/Plas:Qn: + 71367-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hepcidin 25 peptide:SCnc:Pt:Ser/Plas:Qn: + 71386-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:MCnc:Pt:Bld:Qn:IA + 71425-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:MCnc:Pt:Bld:Qn:High sensitivity + 71426-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobinopathies conditions suspected:Prid:Pt:Bld.dot:Nom: + 71592-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase:CSub:Pt:RBC:Qn: + 71593-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase:CSub:Pt:RBC:Qn: + 71713-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:XXX:Urine:Qn: + 71790-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrines:SCnc:24H:Urine:Qn: + 71791-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type III.N-terminal propeptide:MCnc:Pt:Ser:Qn: + 71792-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Promyelocytic leukemia protein distribution pattern:Imp:Pt:Bld/Tiss:Ord:IF + 71796-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.zinc:SCnc:Pt:RBC:Qn: + 71797-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Serotonin:EntSub:Pt:Platelets:Qn: + 71804-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free/Cortisone.free:SRto:Pt:Urine:Qn: + 71805-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin/Serum.total:VFr.DF:Pt:Ser:Qn:Spun Westergren tube + 71834-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldV:Qn: + 71836-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldMV:Qn: + 71837-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldC:Qn: + 71838-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldA:Qn: + 71839-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:Bld:Qn: + 71840-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldV:Qn:Calculated from oxygen partial pressure + 71841-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldC:Qn:Calculated from oxygen partial pressure + 71842-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldA:Qn:Calculated from oxygen partial pressure + 71843-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:Bld:Qn:Calculated from oxygen partial pressure + 71844-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldV:Qn: + 71845-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldMV:Qn: + 71846-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldCoV:Qn: + 71847-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldCoA:Qn: + 71848-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldCo:Qn: + 71849-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldC:Qn:Oximetry + 71850-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldC:Qn: + 71851-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:BldA:Qn: + 71852-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr.DF:Pt:Bld:Qn: + 71853-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldA:Qn: + 71854-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr.DF:Pt:Bld:Qn: + 71875-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr.DF:Pt:BldV:Qn: + 71879-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr.DF:Pt:BldMV:Qn: + 71880-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr.DF:Pt:BldC:Qn: + 71881-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr.DF:Pt:BldA:Qn: + 71882-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr.DF:Pt:Bld:Qn: + 71883-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldV:Qn: + 71884-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldMV:Qn: + 71885-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldCoV:Qn: + 71886-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldCoA:Qn: + 71887-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldC:Qn: + 71888-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:BldA:Qn: + 71889-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr.DF:Pt:Bld:Qn: + 71890-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone.free:SRat:24H:Urine:Qn: + 71894-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apo-transcobalamin II:SCnc:Pt:Ser:Qn: + 72157-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apo-transcobalamin I:SCnc:Pt:Ser:Qn: + 72158-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Holo-transcobalamin II:SCnc:Pt:Ser:Qn: + 72160-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malondialdehyde:EntSub:Pt:Platelets:Qn: + 72258-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein.phosphorylated 181:MCnc:Pt:CSF:Qn:IA + 72260-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin excess:SCnc:Pt:Ser+CSF:Qn: + 72261-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin:SCnc:Pt:CSF:Qn: + 72262-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin:SCnc:Pt:CSF:Qn: + 72263-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Vag:Qn:Test strip + 72269-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^pre contrast:MCnc:Pt:Ser/Plas:Qn: + 72270-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^pre contrast:MCnc:Pt:Ser/Plas:Qn: + 72271-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-epi-25-Hydroxyvitamin D3:MCnc:Pt:Ser/Plas:Qn: + 72403-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-epi-25-Hydroxyvitamin D2:MCnc:Pt:Ser/Plas:Qn: + 72404-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate.free:SCnc:Pt:CSF:Qn: + 72420-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma aminobutyrate:SCnc:Pt:Bld^Fetus:Qn: + 72422-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine:SCnc:Pt:Bld^Fetus:Qn: + 72423-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylhistidine/Amino acids.total:SFr:Pt:Ser/Plas:Qn: + 72424-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Hydroxyoctanoate:SCnc:Pt:Ser/Plas:Qn: + 72425-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyhexanoate:SCnc:Pt:Ser/Plas:Qn: + 72426-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylpyruvate:SCnc:Pt:CSF:Qn: + 72427-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylpyruvate:SCnc:Pt:Ser/Plas:Qn: + 72428-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenyllactate:SCnc:Pt:CSF:Qn: + 72429-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenyllactate:SCnc:Pt:Ser/Plas:Qn: + 72430-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylacetate:SCnc:Pt:CSF:Qn: + 72431-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyphenylacetate:SCnc:Pt:Ser/Plas:Qn: + 72432-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:CSF:Qn: + 72433-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4,5-Dihydroxyhexanolactone:SCnc:Pt:Ser/Plas:Qn: + 72434-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4,5-Dihydroxyhexanoate:SCnc:Pt:Ser/Plas:Qn: + 72435-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpyruvate:SCnc:Pt:Ser/Plas:Qn: + 72436-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenyllactate:SCnc:Pt:Ser/Plas:Qn: + 72437-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutarate:SCnc:Pt:CSF:Qn: + 72438-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutarate:SCnc:Pt:Ser/Plas:Qn: + 72439-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutaconate:SCnc:Pt:CSF:Qn: + 72440-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine:SCnc:Pt:Amnio fld:Qn: + 72441-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonylglycine:SCnc:Pt:CSF:Qn: + 72442-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methyladipate:SCnc:Pt:Ser/Plas:Qn: + 72443-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanedioate:SCnc:Pt:Ser/Plas:Qn: + 72444-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysuberate:SCnc:Pt:CSF:Qn: + 72445-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysuberate:SCnc:Pt:Ser/Plas:Qn: + 72446-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysebacate:SCnc:Pt:CSF:Qn: + 72447-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysebacate:SCnc:Pt:Ser/Plas:Qn: + 72448-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate:SCnc:Pt:CSF:Qn: + 72449-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisovalerate:SCnc:Pt:Ser/Plas:Qn: + 72450-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:Pt:Saliva:Qn: + 72489-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:SCnc:Pt:Saliva:Qn: + 72490-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SCnc:Pt:Stool:Qn: + 72491-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Paraoxonase-arylesterase 1:CCnc:Pt:Ser:Qn: + 72492-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydropteridine reductase:CCnt:Pt:Bld.dot:Qn: + 72497-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tripeptidyl peptidase I:CCnc:Pt:Bld.dot:Qn: + 72498-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oval fat bodies (globules):Naric:Pt:Stool:Qn:Microscopy.light.LPF + 72499-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Bld:Qn:Test strip.automated + 72516-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.aberrant band/Creatine kinase.total:CFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72561-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MM/Creatine kinase.total:CFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72562-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:CFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72563-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB/Creatine kinase.total:CFr.DF:Pt:Ser/Plas:Qn:Calculated + 72564-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.BB/Creatine kinase.total:CFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72565-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.scoline inhibited/Cholinesterase:CFr.DF:Pt:Ser/Plas:Qn: + 72566-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.RO 020683 inhibited/Cholinesterase:CFr.DF:Pt:Ser/Plas:Qn: + 72567-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.fluoride inhibited/Cholinesterase:CFr.DF:Pt:Ser/Plas:Qn: + 72568-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase^dibucaine/Cholinesterase:CFr.DF:Pt:Ser/Plas:Qn: + 72569-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase.chloride inhibited/Cholinesterase:CFr.DF:Pt:Ser/Plas:Qn: + 72570-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic/Amylase.total:CFr.DF:Pt:Ser/Plas:Qn: + 72571-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.salivary/Amylase.total:CFr.DF:Pt:Ser/Plas:Qn: + 72572-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Porphyrins.total:SFr.DF:24H:Urine:Qn: + 72573-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin/Porphyrins.total:SFr.DF:24H:Urine:Qn: + 72574-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin/Prolactin:MFr.DF:Pt:Ser/Plas:Qn: + 72575-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free/Prostate specific Ag.total:MFr.DF:Pt:Ser/Plas:Qn: + 72576-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal/Protein.total:MFr.DF:24H:Urine:Qn:Electrophoresis + 72577-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr.DF:Pt:Urine:Qn:Electrophoresis + 72578-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin/Protein.total:MFr.DF:Pt:CSF:Qn:Electrophoresis + 72579-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr.DF:24H:Urine:Qn:Electrophoresis + 72580-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr.DF:Pt:Urine:Qn:Electrophoresis + 72581-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72582-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin/Protein.total:MFr.DF:Pt:CSF:Qn:Electrophoresis + 72583-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr.DF:24H:Urine:Qn:Electrophoresis + 72584-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr.DF:Pt:Urine:Qn:Electrophoresis + 72585-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72586-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin/Protein.total:MFr.DF:Pt:CSF:Qn:Electrophoresis + 72587-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr.DF:24H:Urine:Qn:Electrophoresis + 72588-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr.DF:Pt:Urine:Qn:Electrophoresis + 72589-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72590-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin/Protein.total:MFr.DF:Pt:CSF:Qn:Electrophoresis + 72591-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr.DF:24H:Urine:Qn:Electrophoresis + 72592-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr.DF:Pt:Urine:Qn:Electrophoresis + 72593-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72594-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin/Protein.total:MFr.DF:Pt:CSF:Qn:Electrophoresis + 72595-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr.DF:24H:Urine:Qn:Electrophoresis + 72596-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr.DF:Pt:Urine:Qn:Electrophoresis + 72597-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr.DF:Pt:Ser/Plas:Qn:Electrophoresis + 72598-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr.DF:Pt:CSF:Qn:Electrophoresis + 72599-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Protein.total:MFr.DF:Pt:Body fld:Qn:Electrophoresis + 72600-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta hydroxybutyrate+Acetoacetate:SCnc:Pt:Bld:Qn: + 72603-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.serum-albumin.pericard fld:MCncDiff:Pt:Pericard fld+Ser/Plas:Qn: + 72646-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.serum-albumin.plr fld:MCncDiff:Pt:Ser/Plas+Plr fld:Qn: + 72647-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose.serum-glucose.synv fld:SCncDiff:Pt:Ser/Plas+Synv fld:Qn: + 72648-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose.serum-glucose.perition fld:SCncDiff:Pt:Periton fld+Ser/Plas:Qn: + 72649-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose.serum-glucose.pericard fld:SCncDiff:Pt:Pericard fld+Ser/Plas:Qn: + 72650-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose.serum-glucose.plr fld:SCncDiff:Pt:Ser/Plas+Plr fld:Qn: + 72651-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldolase:CCnt:Pt:RBC:Qn: + 72655-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-trace protein:MCnc:Pt:Ear fluid:Qn: + 72660-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bisphosphoglycerate mutase:CCnt:Pt:RBC:Qn: + 72663-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphofructokinase:CCnt:Pt:RBC:Qn: + 72664-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SRat:24H:Stool:Qn: + 72679-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin:PrThr:Pt:Ser/Plas:Ord: + 72680-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-II.high molecular weight:MCnc:Pt:Ser/Plas:Qn: + 72693-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess.100% oxygenated^^standard:SCnc:Pt:BldC:Qn:Calculated + 72720-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess.100% oxygenated^^standard:SCnc:Pt:BldA:Qn:Calculated + 72721-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess.100% oxygenated^^standard:SCnc:Pt:BldMV:Qn:Calculated + 72722-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess.100% oxygenated^^standard:SCnc:Pt:BldV:Qn:Calculated + 72723-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:XXX:Urine:Qn:Calculated + 72821-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:Pt:Ser/Plas:Qn:High sensitivity + 72873-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-epi-25-Hydroxyvitamin D3/25-hydroxyvitamin D.total:MFr:Pt:Ser/Plas:Qn: + 72888-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone.free:MCnc:Pt:Ser/Plas:Qn: + 72889-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone.free/Progesterone.total:MFr:Pt:Ser/Plas:Qn: + 72890-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:SCnc:Pt:Urine:Qn: + 72897-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Skin:Qn:Transcutaneous meter + 72898-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine+Leucine:SCnc:Pt:Ser/Plas:Qn: + 72899-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Bld:Qn: + 72903-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Amnio fld:Qn: + 72925-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:BldV:Qn: + 72926-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:BldA:Qn: + 72927-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:MCnc:Pt:BldCo:Qn: + 73557-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin-like growth factor-I:Zscore:Pt:Ser/Plas:Qn: + 73561-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Epitestosterone:Imp:Pt:Urine:Ord: + 73570-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmol gap:Osmol:Pt:Stool:Qn: + 73571-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium.ionized:SCnc:Pt:Bld:Qn:ISE + 73572-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium.ionized^^adjusted to pH 7.4:SCnc:Pt:Bld:Qn:ISE + 73573-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:BldCoV:Qn: + 73576-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:BldCoA:Qn: + 73577-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:BldV:Qn: + 73578-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:BldMV:Qn: + 73579-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:BldC:Qn: + 73580-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:BldA:Qn: + 73581-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:Bld:Qn: + 73582-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine triphosphate/Adenosine diphosphate:EntSRto:Pt:Platelets:Qn: + 73675-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Multiple carboxylase deficiency:Imp:Pt:Bld.dot:Nom: + 73701-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SCnc:Pt:Urine:Qn: + 73722-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Riboflavin:SCnc:Pt:Bld:Qn: + 73723-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transaldolase:CCnt:Pt:Lymphoblasts:Qn: + 73731-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrotetrahydrocorticosterone:SCnc:Pt:Urine:Qn: + 73838-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrotetrahydrocorticosterone:SCnc:24H:Urine:Qn: + 73839-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrotetrahydrocorticosterone:SRat:24H:Urine:Qn: + 73840-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol:SCnc:Pt:Urine:Qn: + 73841-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol:SCnc:24H:Urine:Qn: + 73842-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol:SRat:24H:Urine:Qn: + 73843-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone:SCnc:Pt:Urine:Qn: + 73844-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone:SRat:24H:Urine:Qn: + 73845-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone:SCnc:24H:Urine:Qn: + 73846-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Ketoandrostenediol:SCnc:24H:Urine:Qn: + 73847-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Ketoandrostenediol:SRat:24H:Urine:Qn: + 73848-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Ketoandrostenediol:SCnc:Pt:Urine:Qn: + 73849-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Beta glycyrrhetinate:MCnc:Pt:Urine:Qn: + 73850-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Beta glycyrrhetinate:MCnc:24H:Urine:Qn: + 73851-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone-18-glucuronide:SCnc:24H:Urine:Qn: + 73853-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone-18-glucuronide:SRat:24H:Urine:Qn: + 73854-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone-18-glucuronide:SCnc:Pt:Urine:Qn: + 73855-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediol:SCnc:Pt:Urine:Qn: + 73856-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediol:SRat:24H:Urine:Qn: + 73857-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediol:SCnc:24H:Urine:Qn: + 73858-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocorticosterone:SCnc:Pt:Urine:Qn: + 73859-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocorticosterone:SCnc:24H:Urine:Qn: + 73860-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocorticosterone:SRat:24H:Urine:Qn: + 73861-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocortisol:SRat:24H:Urine:Qn: + 73862-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocortisol:SCnc:Pt:Urine:Qn: + 73863-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocortisol:SCnc:24H:Urine:Qn: + 73864-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol:SRat:24H:Urine:Qn: + 73867-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol:SCnc:Pt:Urine:Qn: + 73868-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol:SCnc:24H:Urine:Qn: + 73869-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone:SRat:24H:Urine:Qn: + 73870-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone:SCnc:Pt:Urine:Qn: + 73871-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone:SCnc:24H:Urine:Qn: + 73872-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenetriol:SCnc:24H:Urine:Qn: + 73873-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenetriol:SRat:24H:Urine:Qn: + 73874-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenetriol:SCnc:Pt:Urine:Qn: + 73875-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone:SCnc:Pt:Urine:Qn: + 73876-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone:SRat:24H:Urine:Qn: + 73877-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone:SCnc:24H:Urine:Qn: + 73878-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone.free:SCnc:24H:Urine:Qn: + 73880-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone.free:SCnc:Pt:Urine:Qn: + 73881-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:SCnc:24H:Urine:Qn: + 73882-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:SRat:24H:Urine:Qn: + 73883-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Steroid fractions interpretation:Imp:24H:Urine:Nar: + 73884-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone:SCnc:24H:Urine:Qn: + 73887-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone:SRat:24H:Urine:Qn: + 73888-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone:SCnc:Pt:Urine:Qn: + 73889-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol:SCnc:Pt:Urine:Qn: + 73890-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol:SCnc:24H:Urine:Qn: + 73891-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol:SRat:24H:Urine:Qn: + 73892-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisone:SCnc:24H:Urine:Qn: + 73893-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisone:SCnc:Pt:Urine:Qn: + 73894-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine/Creatinine:Ratio:Pt:Urine:Qn: + 73908-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycine CSF/Glycine plas:RelSCnc:Pt:Plas+CSF:Qn: + 73913-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol esterase:CCnc:Pt:Bld.dot:Qn: + 73958-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SRat:12H:Urine:Qn: + 74082-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocoproporphyrin:SCnt:Pt:Stool:Qn: + 74085-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin III:SCnt:Pt:Stool:Qn: + 74086-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin III:SCnt:Pt:Stool:Qn: + 74087-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin III:SCnt:Pt:Stool:Qn: + 74088-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin III/Creatinine:SRto:Pt:Urine:Qn: + 74089-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin III/Creatinine:SRto:Pt:Urine:Qn: + 74090-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin III/Creatinine:SRto:Pt:Urine:Qn: + 74091-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.titratable:SCnc:Pt:Urine:Qn: + 74092-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tissue inhibitor of metalloproteinases 1:MCnc:Pt:Ser/Plas:Qn:IA + 74101-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Matrix metallopeptidase 2:MCnc:Pt:Ser:Qn: + 74102-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldMV:Qn:Calculated from oxygen partial pressure + 74105-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovaleric acidemia:Imp:Pt:Bld.dot:Nom: + 74294-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxymethylglutaryl CoA lyase deficiency:Imp:Pt:Bld.dot:Nom: + 74295-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonyl-CoA carboxylase deficiency:Imp:Pt:Bld.dot:Nom: + 74296-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isobutyryl-CoA dehydrogenase deficiency:Imp:Pt:Bld.dot:Nom: + 74297-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Short-chain acyl-CoA dehydrogenase deficiency:Imp:Pt:Bld.dot:Nom: + 74298-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:XXX:Urine:Qn: + 74351-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine phosphoribosyltransferase:CCnc:Pt:Ser/Plas:Qn: + 74358-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol ester transfer protein actual/normal:RelACnc:Pt:Ser/Plas:Qn: + 74359-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:SCnc:Pt:Saliva:Qn: + 74360-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:SCnc:Pt:Saliva:Qn: + 74361-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin cholesterol acyltransferase actual/normal:RelCCnc:Pt:Ser/Plas:Qn: + 74362-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N,N-dimethylarginine:SCnc:Pt:Ser/Plas:Qn: + 74363-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoyl protein thioesterase:CCnt:Pt:Fibroblasts:Qn: + 74365-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apelin:MCnc:Pt:Ser/Plas:Qn: + 74368-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitric oxide:SCnc:Pt:Exhl gas:Qn: + 74369-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxykynurenin:SCnc:Pt:Ser/Plas:Qn: + 74430-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetoacetate:SCnc:Pt:Bld:Qn: + 74431-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholestanol:SCnc:Pt:Ser/Plas:Qn: + 74432-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholestanol/Cholesterol:SFr:Pt:Ser/Plas:Qn: + 74433-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin/Total:MFr:Pt:Calculus:Qn:Infrared spectroscopy + 74434-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.non-esterified/Cholesterol.total:SFr:Pt:Ser/Plas:Qn:GC + 74435-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-lactate:SCnt:Pt:Stool:Qn: + 74436-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactokinase:CCnt:Pt:WBC:Qn: + 74437-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactose/Creatinine:SRto:Pt:Urine:Qn: + 74438-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pemptoporphyrin:SCnt:Pt:Stool:Qn: + 74440-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen/Creatinine:SRto:24H:Urine:Qn: + 74441-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal phosphate:SCnc:Pt:Bld:Qn: + 74442-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose/Creatinine^post XXX g sugar solution PO:SRto:5H:Urine:Qn: + 74443-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiamine pyrophosphate:SCnc:Pt:Bld:Qn: + 74444-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sugars and polyols pattern:Imp:Pt:Urine:Nom: + 74448-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose-6-Phosphate dehydrogenase/Pyruvate kinase:Ratio:Pt:Bld:Qn: + 74469-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tyrosine/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 74481-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline:SCnc:Pt:Urine:Qn: + 74483-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Argininosuccinate:SCnc:Pt:Urine:Qn: + 74484-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Beta,18-dihydroxydehydroepiandrosterone:SCnc:Pt:Urine:Qn: + 74503-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Beta,18-dihydroxydehydroepiandrosterone:SCnc:24H:Urine:Qn: + 74504-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Beta,18-dihydroxydehydroepiandrosterone:SRat:24H:Urine:Qn: + 74505-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxypregnenolone:SRat:24H:Urine:Qn: + 74506-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxypregnenolone:SCnc:Pt:Urine:Qn: + 74507-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxypregnenolone:SCnc:24H:Urine:Qn: + 74508-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecanoylcarnitine (C10-OH):SCnc:Pt:Ser/Plas:Qn: + 74509-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyeicosanoylcarnitine (C20-OH):SCnc:Pt:Ser/Plas:Qn: + 74510-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 18:MCnc:Pt:Ser:Qn: + 74512-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha tocopherol:EntSub:Pt:RBC:Qn: + 74513-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SCnt:24H:Stool:Qn: + 74515-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:SCnc:Pt:Saliva:Qn: + 74516-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol sulfate:SCnc:Pt:Ser/Plas:Qn: + 74517-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Clara cell protein 16:MCnc:Pt:Ser:Qn: + 74518-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nonanoylcarnitine (C9):SCnc:Pt:Ser/Plas:Qn: + 74523-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decatrienoylcarnitine (C10:3):SCnc:Pt:Ser/Plas:Qn: + 74524-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydrosebacylcarnitine (C10:1-DC):SCnc:Pt:Ser/Plas:Qn: + 74525-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyeicosanoylcarnitine (C20-DC):SCnc:Pt:Ser/Plas:Qn: + 74528-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyhexenoylcarnitine (C6:1-DC):SCnc:Pt:Ser/Plas:Qn: + 74529-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoleylcarnitine (C16:1-DC):SCnc:Pt:Ser/Plas:Qn: + 74530-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxytetradecanoylcarnitine (C14-DC):SCnc:Pt:Ser/Plas:Qn: + 74531-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexenoylcarnitine (C6:1):SCnc:Pt:Ser/Plas:Qn: + 74540-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Surfactant pulmonary-associated protein D:MCnc:Pt:Ser:Qn: + 74541-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase/Glucose-6-Phosphate dehydrogenase:CRto:Pt:RBC:Qn: + 74542-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tocopherols:EntSub:Pt:RBC:Qn: + 74544-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate dehydrogenase E1:CCnt:Pt:Tiss:Qn: + 74575-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tripeptidyl peptidase I:CCnt:Pt:Fibroblasts:Qn: + 74576-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate dehydrogenase complex:CCnt:Pt:Fibroblasts:Qn: + 74577-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate dehydrogenase complex:CCnt:Pt:Tiss:Qn: + 74578-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate dehydrogenase E1:CCnt:Pt:Fibroblasts:Qn: + 74579-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarase:CCnt:Pt:Tiss:Qn: + 74580-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarase:CCnt:Pt:Fibroblasts:Qn: + 74581-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0/C22:0:MRto:Pt:Fibroblasts:Qn: + 74582-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0/C22:0:MRto:Pt:Fibroblasts:Qn: + 74583-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase/Citrate synthase:CRto:Pt:Tiss:Qn: + 74584-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coenzyme Q cytochrome C reductase/Citrate synthase:CRto:Pt:Tiss:Qn: + 74585-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coenzyme Q cytochrome C reductase:CCnt:Pt:Tiss:Qn: + 74586-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate cytochrome C reductase/Citrate synthase:CRto:Pt:Tiss:Qn: + 74587-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate cytochrome C reductase:CCnt:Pt:Fibroblasts:Qn: + 74588-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinate dehydrogenase/Citrate synthase:CRto:Pt:Tiss:Qn: + 74589-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH cytochrome C reductase/Citrate synthase:CRto:Pt:Tiss:Qn: + 74590-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylcarnitine (C8-DC):CCnt:Pt:Fibroblasts:Qn: + 74591-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8):CCnt:Pt:Fibroblasts:Qn: + 74592-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine (C6-DC):CCnt:Pt:Fibroblasts:Qn: + 74593-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylcarnitine (C6):CCnt:Pt:Fibroblasts:Qn: + 74594-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybutyrylcarnitine (C4-OH):CCnt:Pt:Fibroblasts:Qn: + 74595-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Butyrylcarnitine (C4):CCnt:Pt:Fibroblasts:Qn: + 74596-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoylcarnitine (C16-OH):CCnt:Pt:Fibroblasts:Qn: + 74597-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxypalmitoylcarnitine (C16-DC):CCnt:Pt:Fibroblasts:Qn: + 74598-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxypalmitoleylcarnitine (C16:1-OH):CCnt:Pt:Fibroblasts:Qn: + 74599-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleylcarnitine (C16:1):CCnt:Pt:Fibroblasts:Qn: + 74600-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16):CCnt:Pt:Fibroblasts:Qn: + 74601-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytetradecanoylcarnitine (C14-OH):CCnt:Pt:Fibroblasts:Qn: + 74602-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoylcarnitine (C14:2):CCnt:Pt:Fibroblasts:Qn: + 74603-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxymyristoleylcarnitine (C14:1-OH):CCnt:Pt:Fibroblasts:Qn: + 74604-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1):CCnt:Pt:Fibroblasts:Qn: + 74605-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecanoylcarnitine (C14):CCnt:Pt:Fibroblasts:Qn: + 74606-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecenoylcarnitine (C12:1):CCnt:Pt:Fibroblasts:Qn: + 74607-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dodecanoylcarnitine (C12):CCnt:Pt:Fibroblasts:Qn: + 74608-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacylcarnitine (C10-DC):CCnt:Pt:Fibroblasts:Qn: + 74609-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decadienoylcarnitine (C10:2):CCnt:Pt:Fibroblasts:Qn: + 74610-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoylcarnitine (C10:1):CCnt:Pt:Fibroblasts:Qn: + 74611-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoylcarnitine (C10):CCnt:Pt:Fibroblasts:Qn: + 74612-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0:MCnt:Pt:Fibroblasts:Qn: + 74613-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0:MCnt:Pt:Fibroblasts:Qn: + 74614-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:0:MCnt:Pt:Fibroblasts:Qn: + 74615-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyoctadecane/octadecanoate:MRto:Pt:Fibroblasts:Qn: + 74616-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyoctadecane/octadecanoate:SRto:Pt:RBC:Qn: + 74617-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyoctadecane:MCnt:Pt:Fibroblasts:Qn: + 74618-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyoctadecane:SCnt:Pt:RBC:Qn: + 74619-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxy-(9Z)octadecene/oleate:MRto:Pt:Fibroblasts:Qn: + 74620-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxy-(9Z)octadecene/oleate:SRto:Pt:RBC:Qn: + 74621-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxy-(9Z)octadecene:MCnt:Pt:Fibroblasts:Qn: + 74622-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxy-(9Z)octadecene:SCnt:Pt:RBC:Qn: + 74623-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyhexadecane/palmitate:MRto:Pt:Fibroblasts:Qn: + 74624-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyhexadecane/palmitate:SRto:Pt:RBC:Qn: + 74625-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyhexadecane:MCnt:Pt:Fibroblasts:Qn: + 74626-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,1-Dimethoxyhexadecane:SCnt:Pt:RBC:Qn: + 74627-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine (C6-DC):SCnc:Pt:Bld.dot:Qn: + 74628-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC)+3-Hydroxyisovalerylcarnitine (C5-OH):SCnc:Pt:Ser/Plas:Qn: + 74629-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC)+3-Hydroxybutyrylcarnitine (C4-OH):SCnc:Pt:Ser/Plas:Qn: + 74630-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans/Creatinine:Ratio:24H:Urine:Qn: + 74631-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycosaminoglycans:PrThr:24H:Urine:Ord: + 74632-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3:MRat:24H:Urine:Qn:Electrophoresis + 74636-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MRat:24H:Urine:Qn:Electrophoresis + 74637-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band 3 observed:Prid:Pt:Urine:Nom:Immunofixation + 74638-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band 2 observed:Prid:Pt:Urine:Nom:Immunofixation + 74639-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band 3 observed:Prid:Pt:Ser/Plas:Nom:Immunofixation + 74640-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band 2 observed:Prid:Pt:Ser/Plas:Nom:Immunofixation + 74641-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band observed:Prid:Pt:Ser/Plas:Nom:Immunofixation + 74665-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monoclonal band observed:Prid:Pt:Urine:Nom:Immunofixation + 74666-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 74684-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:4H:Urine:Qn: + 74685-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SRat:12H:Urine:Qn: + 74686-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:12H:Urine:Qn: + 74687-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium^post dialysis:SCnc:Pt:Ser/Plas:Qn: + 74688-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:SCnc:12H:Urine:Qn: + 74696-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides pattern:Imp:24H:Urine:Nar: + 74730-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Placental growth factor:MCnc:Pt:Ser:Qn: + 74755-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Soluble fms-like tyrosine kinase-1:MCnc:Pt:Ser:Qn: + 74756-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Soluble fms-like tyrosine kinase-1/placental growth factor:Ratio:Pt:Ser:Qn: + 74757-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:Pt:PRP:Qn: + 74767-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-hydroxytryptophan:SCnc:Pt:PRP:Qn: + 74768-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxyindoleacetate:SCnc:Pt:PRP:Qn: + 74769-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Ser/Plas/Bld:Qn: + 74774-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fructose.PO:Mass:Pt:Dose:Qn: + 74792-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid hormone uptake:NFr:Pt:Ser/Plas:Qn: + 74793-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid hormone binding ratio:RelRto:Pt:Ser/Plas:Qn: + 74794-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Total thyroxine binding capacity:RelRto:Pt:Ser/Plas:Qn: + 74795-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lithium^trough:SCnc:Pt:Ser/Plas:Qn: + 74806-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin receptor.soluble/log Ferritin index:MRto:Pt:Ser/Plas:Qn: + 74807-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.kappa:MCnc:Pt:Ser/Plas:Qn: + 74862-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.lambda:MCnc:Pt:Ser/Plas:Qn: + 74863-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.kappa:MCnc:Pt:Ser/Plas:Qn: + 74864-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.lambda:MCnc:Pt:Ser/Plas:Qn: + 74865-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.kappa:MCnc:Pt:Ser/Plas:Qn: + 74866-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.lambda:MCnc:Pt:Ser/Plas:Qn: + 74867-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG.kappa/IgG.lambda:MRto:Pt:Ser/Plas:Qn: + 74868-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA.kappa/IgA.lambda:MRto:Pt:Ser/Plas:Qn: + 74869-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM.kappa/IgM.lambda:MRto:Pt:Ser/Plas:Qn: + 74870-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 21-Deoxycortisol:MCnc:Pt:Ser/Plas:Qn: + 74872-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metabolic disorder being monitored:Prid:Pt:Bld.dot:Nom: + 74873-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stigmasterol:SCnc:Pt:Ser/Plas:Qn: + 74886-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stigmastanol:SCnc:Pt:Ser/Plas:Qn: + 74887-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:Pt:Saliva:Qn: + 74889-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inositol.free/Creatinine:SRto:Pt:Urine:Qn: + 74890-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Medium-chain Acyl CoA dehydrogenase:CCnt:Pt:WBC:Qn: + 74891-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Medium-chain Acyl CoA dehydrogenase:CCnt:Pt:Fibroblasts:Qn: + 74892-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mannose/Creatinine:SRto:Pt:Urine:Qn: + 74893-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mannitol^post XXX g sugar solution PO:SRat:5H:Urine:Qn: + 74894-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Maltose/Creatinine:SRto:Pt:Urine:Qn: + 74895-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnt:Pt:Stool:Qn: + 74896-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lithocholate:SCnc:Pt:Ser/Plas:Qn: + 74897-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lanosterol:SCnc:Pt:Ser/Plas:Qn: + 74898-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactulose/mannitol^post XXX g sugar solution PO:SRto:5H:Urine:Qn: + 74899-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactulose/Creatinine^post XXX g sugar solution PO:SRto:5H:Urine:Qn: + 74900-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma tocopherol:EntSub:Pt:RBC:Qn: + 74901-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:CCnt:Pt:WBC:Qn: + 74902-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:MRat:24H:Stool:Qn: + 74903-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DOPamine:SCnc:Pt:CSF:Qn: + 74904-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Desmosterol:SCnc:Pt:Ser/Plas:Qn: + 74905-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:CSF:Qn: + 74906-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-ketoacyl-CoA thiolase:CCnt:Pt:Fibroblasts:Qn: + 74908-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate dihydrate/Total:MFr:Pt:Calculus:Qn: + 74909-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CXCL13 Ag:MCnc:Pt:CSF:Qn: + 74917-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:MCnt:24H:Stool:Qn: + 74918-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma hydroxybutyrate:SCnc:Pt:Bld:Qn: + 74920-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate:SCnc:Pt:CSF:Qn: + 74922-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxykynurenin:SCnc:Pt:CSF:Qn: + 74930-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoyl protein thioesterase:CCnt:Pt:WBC:Qn: + 74935-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kynurenin:SCnc:Pt:CSF:Qn: + 74942-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactocerebrosidase:CCnt:Pt:WBC:Qn: + 74950-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin:ACnc:Pt:Ser/Plas:Qn: + 74953-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isomaltase:CCnt:Pt:Tsmi:Qn: + 74954-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:SCnc:Pt:Plas:Qn: + 74957-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin:MRat:24H:Urine:Qn: + 74977-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:BAL:Qn: + 74979-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,10-Methylenetetrahydrofolate reductase:CCnt:Pt:Lymphoblasts:Qn: + 74984-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:SCnc:Pt:RBC:Qn: + 74988-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:SCnc:Pt:Ser/Plas:Qn: + 74989-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MRat:24H:Stool:Qn: + 74990-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Saliva:Qn: + 74992-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Collagen crosslinked C-telopeptide:Zscore:Pt:Ser/Plas:Qn: + 74994-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osteocalcin:Zscore:Pt:Ser/Plas:Qn: + 74995-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase.bone:Zscore:Pt:Ser/Plas:Qn: + 74996-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnt:Pt:Stool.dried:Qn: + 74997-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,10-Methylenetetrahydrofolate reductase:CCnt:Pt:Fibroblasts:Qn: + 74998-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,10-Methylenetetrahydrofolate reductase:CCnt:Pt:WBC:Qn: + 74999-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Coproporphyrin.total:SFr:24H:Urine:Qn: + 75000-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Coproporphyrin.total:SFr:Pt:Stool:Qn: + 75001-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1/Porphyrins.total:SFr:Pt:Stool:Qn: + 75024-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3/Porphyrins.total:SFr:Pt:Stool:Qn: + 75025-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deuteroporphyrin/Porphyrins.total:SFr:Pt:Stool:Qn: + 75026-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mesoporphyrin/Porphyrins.total:SFr:Pt:Stool:Qn: + 75027-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin/Porphyrins.total:SFr:Pt:Stool:Qn: + 75028-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate:SCnc:Pt:Amnio fld:Qn: + 75036-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Hydroxyglutarate:SCnc:Pt:Bld.dot:Qn: + 75037-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid pattern:Imp:Pt:Ser/Plas:Nar: + 75038-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biopterin:SCnc:Pt:Ser/Plas:Qn: + 75039-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-lactate:SCnc:Pt:CSF:Qn: + 75040-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal:SCnc:Pt:Ser/Plas:Qn: + 75041-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal:SCnc:Pt:CSF:Qn: + 75042-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxine:SCnc:Pt:CSF:Qn: + 75043-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sepiapterin/Creatinine:SRto:Pt:Urine:Qn: + 75044-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate:SCnc:Pt:Amnio fld:Qn: + 75045-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate:SCnc:Pt:CSF:Qn: + 75046-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate:SCnc:Pt:Ser/Plas:Qn: + 75047-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrofolate:SCnc:Pt:CSF:Qn: + 75048-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate:SCnc:Pt:Urine:Qn: + 75049-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10:SCnc:Pt:Ser/Plas:Qn: + 75050-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xylose/Creatinine:SRto:Pt:Urine:Qn: + 75051-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Bld.dot:Qn: + 75052-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-L-iduronidase:CCnc:Pt:Ser/Plas:Qn: + 75053-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaryl CoA dehydrogenase:CCnt:Pt:WBC:Qn: + 75054-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutaryl CoA dehydrogenase:CCnt:Pt:Fibroblasts:Qn: + 75055-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal phosphate:SCnc:Pt:CSF:Qn: + 75056-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialidase:CCnt:Pt:WBC:Qn: + 75057-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymidine phosphorylase:CCnc:Pt:Bld.dot:Qn: + 75058-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transaldolase:CCnt:Pt:Fibroblasts:Qn: + 75059-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pantothenate/Creatinine:SRto:Pt:Urine:Qn: + 75060-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonate:SCnc:Pt:Ser/Plas:Qn: + 75061-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylacetate:SCnc:Pt:Ser/Plas:Qn: + 75062-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerate:SCnc:Pt:Ser/Plas:Qn: + 75063-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:SCnc:Pt:Ser/Plas:Qn: + 75064-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Benzoate:SCnc:Pt:Ser/Plas:Qn: + 75065-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pantothenate:SCnc:Pt:Ser/Plas:Qn: + 75066-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indole-3-Acetate:SCnc:Pt:Ser/Plas:Qn: + 75067-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malate:SCnc:Pt:Ser/Plas:Qn: + 75068-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hippurate:SCnc:Pt:Ser/Plas:Qn: + 75069-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catechol:SCnc:Pt:Ser/Plas:Qn: + 75070-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetaminophen/Creatinine:SRto:Pt:Urine:Qn: + 75071-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mandelate:SCnc:Pt:Ser/Plas:Qn: + 75072-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberate:SCnc:Pt:Ser/Plas:Qn: + 75073-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxybenzoate:SCnc:Pt:Ser/Plas:Qn: + 75075-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillate:SCnc:Pt:Ser/Plas:Qn: + 75076-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Quinolinate:SCnc:Pt:Ser/Plas:Qn: + 75077-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoate/Creatinine:SRto:Pt:Urine:Qn: + 75078-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylacetone:SCnc:Pt:Ser/Plas:Qn: + 75079-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate:SCnc:Pt:Ser/Plas:Qn: + 75080-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fumarate:SCnc:Pt:Ser/Plas:Qn: + 75081-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aconitate:SCnc:Pt:Ser/Plas:Qn: + 75083-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sebacate:SCnc:Pt:Ser/Plas:Qn: + 75084-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homogentisate/Creatinine:SRto:24H:Urine:Qn: + 75085-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamine metabolites pattern:Imp:Pt:Urine:Nar: + 75086-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipate:SCnc:Pt:Ser/Plas:Qn: + 75087-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Indolelactate:SCnc:Pt:Ser/Plas:Qn: + 75088-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Oxoproline:SCnc:Pt:Ser/Plas:Qn: + 75089-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isocitrate:SCnc:Pt:Ser/Plas:Qn: + 75090-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catechol/Creatinine:SRto:Pt:Urine:Qn: + 75091-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosahexaenoate:EntSub:Pt:RBC:Qn: + 75095-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:0:EntSub:Pt:RBC:Qn: + 75096-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate:EntSub:Pt:RBC:Qn: + 75097-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nervonate:EntSub:Pt:RBC:Qn: + 75098-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Laurate:EntSub:Pt:RBC:Qn: + 75099-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids:EntSub:Pt:RBC:Qn: + 75100-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:0:EntSub:Pt:RBC:Qn: + 75101-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oleate:EntSub:Pt:RBC:Qn: + 75102-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myristate:EntSub:Pt:RBC:Qn: + 75103-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C24:0:EntSub:Pt:RBC:Qn: + 75104-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:1:EntSub:Pt:RBC:Qn: + 75105-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mead acid:EntSub:Pt:RBC:Qn: + 75106-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentadecanoate:EntSub:Pt:RBC:Qn: + 75107-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidate:EntSub:Pt:RBC:Qn: + 75108-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:1n9:EntSub:Pt:RBC:Qn: + 75109-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate:EntSub:Pt:RBC:Qn: + 75110-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoleate:EntSub:Pt:RBC:Qn: + 75111-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosatetraenoate:EntSub:Pt:RBC:Qn: + 75112-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha linolenate:EntSub:Pt:RBC:Qn: + 75113-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids pattern:Imp:Pt:RBC:Nar: + 75114-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitate:EntSub:Pt:RBC:Qn: + 75115-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decanoate:EntSub:Pt:RBC:Qn: + 75116-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleate:EntSub:Pt:RBC:Qn: + 75117-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecanoate:EntSub:Pt:RBC:Qn: + 75118-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma linolenate:EntSub:Pt:RBC:Qn: + 75119-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoate:EntSub:Pt:RBC:Qn: + 75120-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymine:SCnc:Pt:Ser/Plas:Qn: + 75121-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyadenosine:SCnc:Pt:Ser/Plas:Qn: + 75122-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine:SCnc:Pt:CSF:Qn: + 75123-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyadenosine:SCnc:Pt:CSF:Qn: + 75124-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotidine:SCnc:Pt:Ser/Plas:Qn: + 75125-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotate:SCnc:Pt:CSF:Qn: + 75126-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyinosine:SCnc:Pt:Ser/Plas:Qn: + 75127-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uracil:SCnc:Pt:CSF:Qn: + 75128-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:SCnc:Pt:CSF:Qn: + 75129-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridine:SCnc:Pt:CSF:Qn: + 75130-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine:SCnc:Pt:Ser/Plas:Qn: + 75131-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxipurinol/Creatinine:SRto:Pt:Urine:Qn: + 75132-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine:SCnc:Pt:CSF:Qn: + 75133-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyguanosine:SCnc:Pt:Ser/Plas:Qn: + 75134-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine:SCnc:Pt:Ser/Plas:Qn: + 75135-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine:SCnc:Pt:CSF:Qn: + 75136-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acadesine:SCnc:Pt:Ser/Plas:Qn: + 75137-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylaminoimidazole carboxamide riboside/Creatinine:SRto:Pt:Urine:Qn: + 75138-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:SCnc:Pt:CSF:Qn: + 75139-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allantoine:SCnc:Pt:CSF:Qn: + 75140-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acadesine:SCnc:Pt:CSF:Qn: + 75141-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine:SCnc:Pt:Ser/Plas:Qn: + 75142-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyuridine:SCnc:Pt:CSF:Qn: + 75143-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthine:SCnc:Pt:Ser/Plas:Qn: + 75144-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinyladenosine:SCnc:Pt:Ser/Plas:Qn: + 75145-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylaminoimidazole carboxamide riboside:SCnc:Pt:Ser/Plas:Qn: + 75146-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Succinylaminoimidazole carboxamide riboside:SCnc:Pt:CSF:Qn: + 75147-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orotidine:SCnc:Pt:CSF:Qn: + 75148-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyguanosine:SCnc:Pt:CSF:Qn: + 75149-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inosine:SCnc:Pt:Ser/Plas:Qn: + 75150-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acadesine/Creatinine:SRto:Pt:Urine:Qn: + 75151-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uracil:SCnc:Pt:Ser/Plas:Qn: + 75152-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymine:SCnc:Pt:CSF:Qn: + 75153-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inosine:SCnc:Pt:CSF:Qn: + 75154-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allantoine/Creatinine:SRto:Pt:Urine:Qn: + 75155-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymidine:SCnc:Pt:CSF:Qn: + 75156-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyinosine:SCnc:Pt:CSF:Qn: + 75157-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allantoine:SCnc:Pt:Ser/Plas:Qn: + 75158-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridine:SCnc:Pt:Ser/Plas:Qn: + 75159-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine/Creatinine:SRto:Pt:Urine:Qn: + 75160-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propionylcarnitine (C3)+Palmitoylcarnitine (C16):SCnc:Pt:Bld.dot:Qn: + 75211-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC)/Decanoylcarnitine (C10):SRto:Pt:Bld.dot:Qn: + 75212-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC)+3-Hydroxybutyrylcarnitine (C4-OH)/Decanoylcarnitine (C10):SRto:Pt:Bld.dot:Qn: + 75213-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginine/Ornithine:SRto:Pt:Bld.dot:Qn: + 75214-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ornithine/Citrulline:SRto:Pt:Bld.dot:Qn: + 75215-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Malonylcarnitine (C3-DC):SRto:Pt:Bld.dot:Qn: + 75216-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:CCnc:Pt:Bld.dot:Qn: + 75217-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Carnitine (C0):SRto:Pt:Bld.dot:Qn: + 75225-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin.ischemia modified:ACnc:Pt:Ser:Qn: + 75239-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Meat fibers:Naric:Pt:Stool:Qn:Microscopy.light.LPF + 75240-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procalcitonin:MCnc:Pt:Ser/Plas:Qn:IA + 75241-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Octanoylcarnitine+Decanoylcarnitine (C8+C10):SRto:Pt:Bld.dot:Qn: + 75266-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Palmitoylcarnitine (C16):SRto:Pt:Bld.dot:Qn: + 75267-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine/Phenylalanine:SRto:Pt:Bld.dot:Qn: + 75268-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Vitr fld:Qn: + 75363-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Vitr fld:Qn: + 75364-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + First & Second trimester integrated maternal screen:Imp:Pt:^Patient:Nar: + 75365-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate:SCnc:Pt:BldC^Fetus:Qn:Test strip + 75366-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol.free:SCnc:24H:Urine:Qn: + 75516-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 4:MRat:24H:Urine:Qn:Electrophoresis + 75517-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vascular adhesion protein 1:MCnc:Pt:Ser/Plas:Qn: + 75627-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vascular endothelial growth factor A:MCnc:Pt:Ser/Plas:Qn: + 75628-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor receptor superfamily member 1A:MCnc:Pt:Ser/Plas:Qn: + 75629-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interstitial collagenase:MCnc:Pt:Ser/Plas:Qn: + 75630-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stromelysin-1:MCnc:Pt:Ser/Plas:Qn: + 75631-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Resistin:MCnc:Pt:Ser/Plas:Qn: + 75632-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rheumatoid arthritis disease activity score:Score:Pt:Ser/Plas:Qn:Calculated.VectraDA + 75633-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rheumatoid arthritis disease activity score level:Imp:Pt:Ser/Plas:Ord:VectraDA + 75634-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocarnosine:SCnc:Pt:CSF:Qn: + 75638-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase.body fld/Lactate dehydrogenase.serum:RelRto:Pt:Body fld+Ser/Plas:Qn: + 75639-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysozyme:SCnc:24H:Urine:Qn: + 75640-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate/Creatinine:SRto:24H:Urine:Qn: + 75642-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcitonin:MCnc:Pt:Lymph node.FNA:Qn: + 75709-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(16:0):SCnc:Pt:Plas:Qn: + 75736-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(18:0):SCnc:Pt:Plas:Qn: + 75737-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Campesterol:MCnc:Pt:Ser/Plas:Qn: + 75738-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Desmosterol:MCnc:Pt:Ser/Plas:Qn: + 75739-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lathosterol:MCnc:Pt:Ser/Plas:Qn: + 75740-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta sitosterol:MCnc:Pt:Ser/Plas:Qn: + 75741-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnc:Pt:Bld:Qn: + 75940-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8(9)-Cholestenol:SCnc:Pt:Ser/Plas:Qn: + 76022-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyl-L-aspartate/Creatinine:SRto:Pt:Urine:Qn: + 76023-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate/Creatinine:SRto:Pt:Urine:Qn: + 76024-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arylsulfatase C:CCnt:Pt:Fibroblasts:Qn: + 76025-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphomannomutase 2:CCnt:Pt:Fibroblasts:Qn: + 76026-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mannose-6-phosphate isomerase:CCnt:Pt:Fibroblasts:Qn: + 76027-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tripeptidyl peptidase I:CCnt:Pt:WBC:Qn: + 76038-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor.soluble:MCnc:Pt:Ser/Plas:Qn: + 76039-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rheumatoid arthritis disease activity score confidence interval:ScoreRange:Pt:Ser/Plas:Qn:VectraDA + 76064-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose/Creatinine:SRto:Pt:Urine:Qn: + 76132-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sucrose^post XXX g sugar solution PO:SRat:5H:Urine:Qn: + 76134-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inositol.free/Creatinine^post XXX g sugar solution PO:SRto:5H:Urine:Qn: + 76135-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactulose^post XXX g sugar solution PO:SRat:5H:Urine:Qn: + 76136-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin:SCnc:Pt:Bld:Qn: + 76341-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone sulfate/cortisol:SRto:Pt:Ser/Plas:Qn: + 76347-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnancy associated plasma protein A^^adjusted:MoM:Pt:Ser/Plas:Qn: + 76348-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Cortisol:SRto:Pt:Ser/Plas:Qn: + 76352-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:PrThr:Pt:Ser/Plas/Bld:Ord:IA.rapid + 76399-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:24H:Urine:Qn: + 76401-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ghrelin:MCnc:Pt:Ser/Plas:Qn: + 76474-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone.free:SCnc:Pt:Ser/Plas:Qn: + 76475-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetylcholinesterase:Imp:Pt:Amnio fld:Nar: + 76479-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:SCnc:Pt:CSF:Qn: + 76480-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:SCnc:Pt:Ser/Plas:Qn: + 76481-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B:SCnc:Pt:Ser/Plas:Qn: + 76482-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein A-I:SCnc:Pt:Ser/Plas:Qn: + 76483-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:SCnc:Pt:Ser/Plas:Qn: + 76484-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:SCnc:Pt:Ser/Plas:Qn: + 76485-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:SCnc:Pt:Ser/Plas:Qn:High sensitivity + 76486-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA:SCnc:Pt:Ser/Plas:Qn: + 76487-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:MCnc:Pt:Ser/Plas:Qn:IA + 76488-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:SCnc:Pt:CSF:Qn: + 76489-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:SCnc:Pt:Urine:Qn: + 76490-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM:SCnc:Pt:Ser/Plas:Qn: + 76491-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acetone:SCnc:Pt:Bld:Qn: + 76524-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.pentasialo+hexasialo/Transferrin.total:MFr:Pt:Ser/Plas:Qn: + 76613-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal acid lipase:CCnt:Pt:Fibroblasts:Qn:4-MU-oleate substrate + 76614-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal acid lipase:CCnt:Pt:Fibroblasts:Qn:4-MU-palmitate substrate + 76615-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mitochondrial respiratory chain enzymes:CCnt:Pt:Fibroblasts:Qn:1-14C-pyruvate substrate + 76616-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mitochondrial respiratory chain enzymes:CCnt:Pt:Fibroblasts:Qn:2-14C-pyruvate substrate + 76617-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mitochondrial respiratory chain enzymes:CCnt:Pt:Fibroblasts:Qn:1-14C-glutamate substrate + 76618-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mitochondrial respiratory chain enzymes:CCnt:Pt:Fibroblasts:Qn:2,3-14C-succinate substrate + 76619-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mitochondrial respiratory chain enzymes:CCnt:Pt:Fibroblasts:Qn:1-14C-leucine substrate + 76620-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal acid lipase:Imp:Pt:Fibroblasts:Nar: + 76622-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mitochondrial respiratory chain enzyme analysis:Imp:Pt:Fibroblasts:Nar: + 76624-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Bld:Qn: + 76625-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^post CFst:SCnc:Pt:Bld:Qn: + 76629-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Bld:Qn: + 76630-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Bld:Qn:BCP + 76631-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Bld:Qn:Creatinine-based formula (MDRD) + 76633-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Zinc transporter 8 Ab:ACnc:Pt:Ser/Plas:Qn:IA + 76651-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thorium:MCnt:Pt:Hair:Qn: + 76652-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Barium:MCnt:Pt:Hair:Qn: + 76653-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beryllium:MCnt:Pt:Hair:Qn: + 76654-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tungsten:MCnt:Pt:Hair:Qn: + 76655-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnt:Pt:Hair:Qn: + 76656-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iodine:MCnt:Pt:Hair:Qn: + 76657-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Zirconium:MCnt:Pt:Hair:Qn: + 76658-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^1st tube:MCnc:Pt:CSF:Qn: + 76665-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^2nd tube:MCnc:Pt:CSF:Qn: + 76666-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^3rd tube:MCnc:Pt:CSF:Qn: + 76667-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein^4th tube:MCnc:Pt:CSF:Qn: + 76668-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^1st tube:SCnc:Pt:CSF:Qn: + 76669-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2nd tube:SCnc:Pt:CSF:Qn: + 76670-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^3rd tube:SCnc:Pt:CSF:Qn: + 76671-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4th tube:SCnc:Pt:CSF:Qn: + 76672-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-acid glycoprotein/Creatinine:MRto:Pt:Urine:Qn: + 76688-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphatidylcholine.saturated:SCnc:Pt:Amnio fld:Qn: + 76765-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:SCnc:Pt:Ser/Plas:Qn: + 76773-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:SCnc:Pt:Ser/Plas/Bld:Qn: + 77135-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea:SCnc:Pt:Ser/Plas/Bld:Qn: + 77136-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:Ser/Plas/Bld:Qn: + 77137-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Ser/Plas/Bld:Qn: + 77138-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Ser/Plas/Bld:Qn: + 77139-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:Pt:Ser/Plas/Bld:Qn: + 77140-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkaline phosphatase:CCnc:Pt:Ser/Plas/Bld:Qn: + 77141-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Ser/Plas/Bld:Qn: + 77142-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:Ser/Plas/Bld:Qn: + 77143-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Ser/Plas/Bld:Qn: + 77144-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^post CFst:SCnc:Pt:Ser/Plas/Bld:Qn: + 77145-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase:CCnc:Pt:Ser/Plas/Bld:Qn: + 77146-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (MDRD) + 77147-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:Pt:Ser/Plas/Bld:Qn:BCP + 77148-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Energy content:EngCnt:24H:Stool.dried:Qn: + 77150-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:SCnc:Pt:Urine:Qn:Detection limit <= 3.0 mg/L + 77158-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin:SCnc:Pt:Urine:Qn: + 77163-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG:SCnc:Pt:Ser/Plas:Qn: + 77177-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Human epididymis protein 4:SCnc:Pt:Ser/Plas:Qn:EIA + 77191-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prealbumin:SCnc:Pt:Ser/Plas:Qn: + 77192-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:Pt:Urine:Qn:Detection limit <= 1.0 mg/L + 77253-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:Ratio:24H:Urine:Qn:Detection limit <= 1.0 mg/L + 77254-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine pattern:Imp:Pt:Ser/Plas:Nar: + 77309-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:XXX:Urine:Qn:Electrophoresis + 77340-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 4:SCnc:Pt:Ser/Plas/Bld:Qn: + 77341-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MCnc:XXX:Urine:Qn:Electrophoresis + 77342-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:XXX:Urine:Qn:Electrophoresis + 77343-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Erythropoietin Ab:PrThr:Pt:Ser:Ord: + 77350-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:SCnt:24H:Stool:Qn: + 77357-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:MCnt:24H:Stool:Qn: + 77358-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Saliva:Qn: + 77359-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnt:24H:Stool:Qn: + 77360-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MRat:24H:Stool:Qn: + 77361-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-tau methylimidazoleacetate/Creatinine:SRto:24H:Urine:Qn: + 77362-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-tau methylimidazoleacetate/Creatinine:SRto:Pt:Urine:Qn: + 77363-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase^dibucaine:CCnc:Pt:Ser/Plas:Qn:Calculated + 77367-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procollagen type I.N-terminal propeptide:MCnc:Pt:Ser/Plas:Qn:IA + 77370-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine.free:SCnc:Pt:Ser/Plas:Qn: + 77372-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lathosterol:SCnc:Pt:Ser/Plas:Qn: + 77373-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:PrThr:Pt:Periton fld:Ord: + 77452-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 2 globulin:MCnc:XXX:Urine:Qn:Electrophoresis + 77581-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginase-1:MCnc:Pt:Ser:Qn:IA + 77620-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:MCnc:Pt:Plr fld:Qn:IA + 77621-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:MCnc:Pt:Dial fld prt:Qn:IA + 77622-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin^2.5H post XXX challenge:ACnc:Pt:Ser/Plas:Qn: + 77623-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyruvate kinase:EntCat:Pt:RBC:Qn: + 77626-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:MCnc:XXX:Urine:Qn:Electrophoresis + 77940-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M:ArVRat:Pt:Urine+Ser/Plas:Qn:Isotopic + 78006-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibers:PrThr:Pt:Body fld:Ord: + 78035-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibers:PrThr:Pt:Urine:Ord: + 78036-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosenoate:EntSub:Pt:RBC:Qn: + 78345-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecenoate:EntSub:Pt:RBC:Qn: + 78346-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosapentaenate w3:EntSub:Pt:RBC:Qn: + 78347-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosapentaenate w6:EntSub:Pt:RBC:Qn: + 78348-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lauroleate:EntSub:Pt:RBC:Qn: + 78349-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenoate:EntSub:Pt:RBC:Qn: + 78350-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecadienoate:EntSub:Pt:RBC:Qn: + 78351-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vaccenate:EntSub:Pt:RBC:Qn: + 78352-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexadecadienoate:EntSub:Pt:RBC:Qn: + 78353-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acyl CoA dehydrogenases:CCnt:Pt:Fibroblasts:Qn:[9,10-3H] palmitate substrate + 78358-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acyl CoA dehydrogenases.palmitate substrate/Acyl CoA dehydrogenases.myristate substrate:CRto:Pt:Fibroblasts:Qn: + 78359-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acyl CoA dehydrogenases:CCnt:Pt:Fibroblasts:Qn:[9,10-3H] myristate substrate + 78360-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epipregnanolone:SRat:24H:Urine:Qn: + 78376-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epipregnanolone:SCnc:24H:Urine:Qn: + 78377-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epipregnanolone:SCnc:Pt:Urine:Qn: + 78379-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.glucuronidated:SCnc:Pt:Periton fld:Qn: + 78441-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin.non-glucuronidated:SCnc:Pt:Periton fld:Qn: + 78442-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:SCnc:Pt:Pericard fld:Qn: + 78518-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^2H dwell specimen:SCnc:Pt:Dial fld prt:Qn: + 78532-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^4H dwell specimen:SCnc:Pt:Dial fld prt:Qn: + 78533-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^2H dwell specimen:SCnc:Pt:Dial fld prt:Qn: + 78534-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^4H dwell specimen:SCnc:Pt:Dial fld prt:Qn: + 78535-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^2H dwell specimen:SCnc:Pt:Dial fld prt:Qn: + 78536-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^4H dwell specimen:SCnc:Pt:Dial fld prt:Qn: + 78537-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenylosuccinate/Creatinine:SRto:Pt:Urine:Qn: + 78689-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-hydroxymethyluracil/Creatinine:SRto:Pt:Urine:Qn: + 78690-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanosine/Creatinine:SRto:Pt:Urine:Qn: + 78691-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pseudouridine/Creatinine:SRto:Pt:Urine:Qn: + 78692-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydrothymine/Creatinine:SRto:Pt:Urine:Qn: + 78693-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroorotate/Creatinine:SRto:Pt:Urine:Qn: + 78694-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanine/Creatinine:SRto:Pt:Urine:Qn: + 78695-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Selenium:SCnc:Pt:Bld:Qn: + 78696-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Steroid fractions interpretation:Imp:Pt:Urine:Nar: + 78743-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolate:MCnc:Pt:Ser/Plas:Qn:GC + 78749-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver fibrosis score:Score:Pt:Ser/Plas:Qn:Calculated.HepaScore + 78894-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathepsin A:CCnt:Pt:WBC:Qn: + 78958-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hyocholate:SCnc:Pt:Ser/Plas:Qn: + 78959-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG clearance/Albumin clearance:Ratio:Pt:Urine+Ser/Plas:Qn: + 78961-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG clearance/Transferrin clearance:Ratio:Pt:Urine+Ser/Plas:Qn: + 78962-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mannose-6-phosphate isomerase:CCnt:Pt:WBC:Qn: + 78963-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetylaspartylglutamate:SCnc:Pt:CSF:Qn: + 78964-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neurofilament medium chain Ab:MCnc:Pt:CSF:Qn: + 78965-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylmethionine:SCnc:Pt:Ser/Plas:Qn: + 78966-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sedoheptulose/Creatinine:SRto:Pt:Urine:Qn: + 78967-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neurofilament heavy chain Ab:MCnc:Pt:CSF:Qn: + 78969-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphomannomutase 1:CCnt:Pt:WBC:Qn: + 78970-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphomannomutase 1:CCnt:Pt:Fibroblasts:Qn: + 78971-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-3-phosphoglycerate dehydrogenase:CCnt:Pt:Fibroblasts:Qn: + 78982-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxy-3-Methoxyphenyllactate:SCnc:Pt:CSF:Qn: + 78983-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macroprolactin/Prolactin:AFr:Pt:Ser/Plas:Qn: + 78984-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.dimeric:ACnc:Pt:Ser/Plas:Qn: + 78985-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.dimeric/Prolactin:AFr:Pt:Ser/Plas:Qn: + 78986-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Provasopressin.C-terminal:SCnc:Pt:Ser/Plas:Qn:IA + 78987-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnt:Pt:Hair:Qn: + 78988-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flavin adenine dinucleotide:SCnc:Pt:Ser/Plas:Qn: + 78990-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flavin adenine dinucleotide:SCnc:Pt:Bld:Qn: + 78991-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Melatonin:MCnc:Pt:Saliva:Qn: + 78992-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.monomeric:ACnc:Pt:Ser/Plas:Qn: + 78994-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin.monomeric/Prolactin:AFr:Pt:Ser/Plas:Qn: + 78995-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hawkinsin:SCnc:Pt:Ser/Plas:Qn: + 79125-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer:MRat:24H:Urine:Qn: + 79126-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 1 isomer/Creatinine:MRto:Pt:Urine:Qn: + 79127-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer:MRat:24H:Urine:Qn: + 79128-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin 3 isomer/Creatinine:MRto:Pt:Urine:Qn: + 79129-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxycyclohexylacetate/creatinine:SRto:Pt:Urine:Qn: + 79178-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Steroid fractions interpretation:Imp:Pt:Ser/Plas:Nar: + 79220-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine:SCnc:Pt:Ser/Plas:Qn: + 79268-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine:SCnc:Pt:CSF:Qn: + 79269-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine:SCnc:Pt:Bld.dot:Qn: + 79270-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine/Creatinine:SRto:Pt:Urine:Qn: + 79271-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine/Trimethyllysine:SRto:Pt:CSF:Qn: + 79272-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine/Trimethyllysine:SRto:Pt:Bld.dot:Qn: + 79273-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine/Trimethyllysine:SRto:Pt:Ser/Plas:Qn: + 79274-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxytrimethyl-L-lysine/Trimethyllysine:SRto:Pt:Urine:Qn: + 79275-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7,8-Dihydrobiopterin:SCnc:Pt:CSF:Qn: + 79276-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-lathosterol:SCnc:Pt:Ser/Plas:Qn: + 79277-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8-lathosterol:SCnc:Pt:Ser/Plas:Qn: + 79278-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-aminoadipic semialdehyde:SCnc:Pt:Ser/Plas:Qn: + 79279-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-aminoadipic semialdehyde:SCnc:Pt:CSF:Qn: + 79280-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arabinose/Creatinine:SRto:Pt:Urine:Qn: + 79281-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biopterin/Biopterin+Neopterin:SRto:Pt:Urine:Qn: + 79282-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C29 dicarboxylate:SCnc:Pt:Ser/Plas:Qn: + 79283-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine & guanidinoacetate pattern:Imp:Pt:Ser/Plas:Nar: + 79291-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine, guanidinoacetate & creatinine pattern:Imp:Pt:Urine:Nar: + 79292-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine & guanidinoacetate pattern:Imp:Pt:CSF:Nar: + 79293-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D- & L-2-hydroxyglutarate pattern:Imp:Pt:CSF:Nar: + 79299-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D- & L-2-hydroxyglutarate pattern:Imp:Pt:Ser/Plas:Nar: + 79300-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D- & L-2-hydroxyglutarate pattern:Imp:Pt:Bld.dot:Nar: + 79301-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D- & L-2-hydroxyglutarate pattern:Imp:Pt:Amnio fld:Nar: + 79302-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D- & L-2-hydroxyglutarate pattern:Imp:Pt:Urine:Nar: + 79303-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-2-hydroxyglutarate:SCnc:Pt:CSF:Qn: + 79304-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-2-hydroxyglutarate:SCnc:Pt:Ser/Plas:Qn: + 79305-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-2-hydroxyglutarate:SCnc:Pt:Bld.dot:Qn: + 79306-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-2-hydroxyglutarate:SCnc:Pt:Amnio fld:Qn: + 79307-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine:SCnc:Pt:Ser/Plas:Qn: + 79308-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine:SCnc:Pt:CSF:Qn: + 79309-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine:SCnc:Pt:Bld.dot:Qn: + 79310-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine/Creatinine:SRto:Pt:Urine:Qn: + 79311-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine/Trimethyllysine:SRto:Pt:Ser/Plas:Qn: + 79312-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine/Trimethyllysine:SRto:Pt:Urine:Qn: + 79313-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine/Trimethyllysine:SRto:Pt:Bld.dot:Qn: + 79314-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma butyrobetaine/Trimethyllysine:SRto:Pt:CSF:Qn: + 79315-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoxanthopterin:SCnc:Pt:Ser/Plas:Qn: + 79316-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-2-hydroxyglutarate:SCnc:Pt:CSF:Qn: + 79317-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-2-hydroxyglutarate:SCnc:Pt:Ser/Plas:Qn: + 79318-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-2-hydroxyglutarate:SCnc:Pt:Amnio fld:Qn: + 79319-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(26:0):SCnc:Pt:CSF:Qn: + 79320-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(26:0):SCnc:Pt:Bld.dot:Qn: + 79321-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(26:0):SCnc:Pt:Ser/Plas:Qn: + 79322-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Isobiopterin/Creatinine:SRto:Pt:Urine:Qn: + 79323-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squalene:SCnc:Pt:Ser/Plas:Qn: + 79326-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sterols pattern:Imp:Pt:Ser/Plas:Nar: + 79327-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethyllysine:SCnc:Pt:Ser/Plas:Qn: + 79328-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethyllysine:SCnc:Pt:CSF:Qn: + 79329-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethyllysine:SCnc:Pt:Bld.dot:Qn: + 79330-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethyllysine/Creatinine:SRto:Pt:Urine:Qn: + 79331-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-2-hydroxyglutarate:SCnc:Pt:Bld.dot:Qn: + 79332-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine biosynthesis intermediates pattern:Imp:Pt:Bld.dot:Nar: + 79339-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine biosynthesis intermediates pattern:Imp:Pt:CSF:Nar: + 79340-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine biosynthesis intermediates pattern:Imp:Pt:Ser/Plas:Nar: + 79341-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carnitine biosynthesis intermediates pattern:Imp:Pt:Urine:Nar: + 79342-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dimethylacetals pattern:Imp:Pt:RBC:Nar: + 79343-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal phosphate & pyridoxal & pyridoxine pattern:Imp:Pt:Ser/Plas:Nar: + 79344-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridoxal phosphate & pyridoxal & pyridoxine pattern:Imp:Pt:CSF:Nar: + 79345-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-aminoadipic semialdehyde/Creatinine:SRto:Pt:Urine:Qn: + 79346-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamine metabolites pattern:Imp:Pt:CSF:Nar: + 79392-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flavin mononucleotide:SCnc:Pt:Ser/Plas:Qn: + 79393-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hepatocyte growth factor:MCnc:Pt:Ser/Plas:Qn: + 79394-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH:ubiquinone reductase:CCnt:Pt:Fibroblasts:Qn: + 79395-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NADH:ubiquinone reductase:CCnt:Pt:Tiss:Qn: + 79396-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin isoforms pattern:Imp:Pt:Ser/Plas:Nar: + 79398-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:SCnc:Pt:CSF:Qn: + 79400-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Niacin:SCnc:Pt:Bld:Qn: + 79402-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nitrogen:SCnc:Pt:Urine:Qn: + 79403-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CSub:Pt:RBC:Qn: + 79404-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,4-Alpha glucan branching enzyme:CCnt:Pt:Fibroblasts:Qn: + 79405-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + IgM clearance/Albumin clearance:Ratio:Pt:Ser+CSF:Qn: + 79406-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamine metabolites pattern:Imp:Pt:Ser/Plas:Nar: + 79407-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine transport protein:CCnt:Pt:Fibroblasts:Qn:Creatine uptake + 79411-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenine phosphoribosyltransferase:CSub:Pt:RBC:Qn: + 79450-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnt:Pt:WBC:Qn: + 79451-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenylosuccinate lyase:CSub:Pt:RBC:Qn: + 79452-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alcohol dehydrogenase:CCnt:Pt:Liver:Qn: + 79453-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha fucosidase:CCnc:Pt:Bld.dot:Qn: + 79454-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-N-acetylgalactosaminidase:CCnc:Pt:Bld.dot:Qn: + 79455-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arginase:CCnt:Pt:RBC:Qn: + 79456-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta glucuronidase:CCnc:Pt:Bld.dot:Qn: + 79457-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase:CCnc:Pt:Bld.dot:Qn: + 79458-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydropteridine reductase:CCnt:Pt:RBC:Qn: + 79459-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactose 1 phosphate uridyl transferase:CSub:Pt:RBC:Qn: + 79460-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hypoxanthine phosphoribosyltransferase:CSub:Pt:RBC:Qn: + 79461-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iduronate-2-Sulfatase:CCnc:Pt:Bld.dot:Qn: + 79462-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-4-Sulfatase:CCnc:Pt:Bld.dot:Qn: + 79463-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphorylase:CCnt:Pt:RBC:Qn: + 79464-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphobilinogen synthase:CCnt:Pt:RBC:Qn: + 79465-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine nucleoside phosphorylase:CSub:Pt:RBC:Qn: + 79466-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine nucleoside phosphorylase:CCnc:Pt:Bld.dot:Qn: + 79467-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CSub:Pt:RBC:Qn: + 79468-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridine diphosphate glucose-4-Epimerase:CCnt:Pt:RBC:Qn: + 79469-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uridine monophosphate synthetase:CCnt:Pt:RBC:Qn: + 79470-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,4-Cyclohexanediol/Creatinine:SRto:Pt:Urine:Qn: + 79471-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylpropionylglycine:SCnc:Pt:Ser/Plas:Qn: + 79472-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine:SCnc:Pt:Ser/Plas:Qn: + 79473-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,4-Dihydroxybutyrate/Creatinine:SRto:Pt:Urine:Qn: + 79474-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,5-Furandicarboxylate:SCnc:Pt:Ser/Plas:Qn: + 79475-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate:SCnc:Pt:Ser/Plas:Qn: + 79476-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxymethyl-2-Furoate/Creatinine:SRto:Pt:Urine:Qn: + 79477-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Salicylurate/Creatinine:SRto:Pt:Urine:Qn: + 79478-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyadipate 3,6-lactone:SCnc:Pt:Ser/Plas:Qn: + 79479-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,4-Dihydroxyhydrocinnamate:SCnc:Pt:Ser/Plas:Qn: + 79480-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydantoin-5-propionate/Creatinine:SRto:Pt:Urine:Qn: + 79481-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-(3-Hydroxyphenyl)propanoate/Creatinine:SRto:Pt:Urine:Qn: + 79482-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanilloylglycine/Creatinine:SRto:Pt:Urine:Qn: + 79483-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Levulinate:SCnc:Pt:Ser/Plas:Qn: + 79484-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyvalerate/Creatinine:SRto:Pt:Urine:Qn: + 79485-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,5-Dihydroxybenzoate/Creatinine:SRto:Pt:Urine:Qn: + 79486-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactyl lactate/Creatinine:SRto:Pt:Urine:Qn: + 79487-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,4-Dihydroxybutyrate:SCnc:Pt:Ser/Plas:Qn: + 79488-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Salicylurate:SCnc:Pt:Ser/Plas:Qn: + 79489-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,4-Dihydroxyhydrocinnamate/Creatinine:SRto:Pt:Urine:Qn: + 79490-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyphenylacetate:SCnc:Pt:Ser/Plas:Qn: + 79491-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Furoylglycine:SCnc:Pt:Ser/Plas:Qn: + 79492-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysuberate.unsaturated:SCnc:Pt:Ser/Plas:Qn: + 79493-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimelate/Creatinine:SRto:Pt:Urine:Qn: + 79494-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Azelate:SCnc:Pt:Ser/Plas:Qn: + 79495-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydantoin-5-propionate:SCnc:Pt:Ser/Plas:Qn: + 79496-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybenzoate:SCnc:Pt:Ser/Plas:Qn: + 79497-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyhippurate/Creatinine:SRto:Pt:Urine:Qn: + 79498-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Furoylglycine/Creatinine:SRto:Pt:Urine:Qn: + 79500-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhippurate/Creatinine:SRto:Pt:Urine:Qn: + 79501-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyvalerate:SCnc:Pt:Ser/Plas:Qn: + 79502-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxyhippurate:SCnc:Pt:Ser/Plas:Qn: + 79503-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Levulinate/Creatinine:SRto:Pt:Urine:Qn: + 79504-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxy-3-Methoxyphenyllactate:SCnc:Pt:Ser/Plas:Qn: + 79505-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Desaminotyrosine:SCnc:Pt:Ser/Plas:Qn: + 79506-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + P-cresol/Creatinine:SRto:Pt:Urine:Qn: + 79507-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Hydroxymandelate:SCnc:Pt:Ser/Plas:Qn: + 79508-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Decenedioate:SCnc:Pt:Ser/Plas:Qn: + 79509-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyhippurate:SCnc:Pt:Ser/Plas:Qn: + 79510-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suberylglycine:SCnc:Pt:Ser/Plas:Qn: + 79511-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanilloylglycine:SCnc:Pt:Ser/Plas:Qn: + 79512-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1,4-Cyclohexanediol:SCnc:Pt:Ser/Plas:Qn: + 79513-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetyltyrosine:SCnc:Pt:Ser/Plas:Qn: + 79514-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gentisate:SCnc:Pt:Ser/Plas:Qn: + 79515-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octenedioate:SCnc:Pt:Ser/Plas:Qn: + 79516-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Desaminotyrosine/Creatinine:SRto:Pt:Urine:Qn: + 79517-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxybenzoate/Creatinine:SRto:Pt:Urine:Qn: + 79518-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pimelate:SCnc:Pt:Ser/Plas:Qn: + 79519-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Deoxythreonate:SCnc:Pt:Ser/Plas:Qn: + 79520-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactyl lactate:SCnc:Pt:Ser/Plas:Qn: + 79521-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,5-Furandicarboxylate/Creatinine:SRto:Pt:Urine:Qn: + 79522-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-(3-Hydroxyphenyl)propanoate:SCnc:Pt:Ser/Plas:Qn: + 79523-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + P-cresol:SCnc:Pt:Ser/Plas:Qn: + 79524-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxysebacate.unsaturated:SCnc:Pt:Ser/Plas:Qn: + 79525-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3,5-Dihydroxybenzoate:SCnc:Pt:Ser/Plas:Qn: + 79526-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-Deoxythreonate/Creatinine:SRto:Pt:Urine:Qn: + 79527-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Hydroxymethyl-2-Furoate:SCnc:Pt:Ser/Plas:Qn: + 79528-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mucopolysaccharidosis type I:Imp:Pt:Bld.dot:Nom: + 79564-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mucopolysaccharidosis type I newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 79565-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(26:0):SCnc:Pt:Bld.dot:Qn:LC/MS/MS + 79567-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Folate & tryptophan & metabolites pattern:Imp:Pt:CSF:Nar: + 79574-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allocystathionine:SCnc:Pt:Ser/Plas:Qn: + 79576-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Levodopa/Creatinine:SRto:Pt:Urine:Qn: + 79577-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N6-Acetyl-L-lysine:SCnc:Pt:Ser/Plas:Qn: + 79578-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanylproline/Creatinine:SRto:Pt:Urine:Qn: + 79579-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R- & S-beta aminoisobutyrate & D- & L-serine pattern:Imp:Pt:Urine:Nar: + 79580-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanylproline:SCnc:Pt:Ser/Plas:Qn: + 79581-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-ureidoisobutyrate:SCnc:Pt:Ser/Plas:Qn: + 79582-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglycine:SCnc:Pt:Ser/Plas:Qn: + 79585-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-homoarginine/Creatinine:SRto:Pt:Urine:Qn: + 79587-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolylhydroxyproline:SCnc:Pt:Ser/Plas:Qn: + 79588-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglycosamine:SCnc:Pt:Ser/Plas:Qn: + 79589-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate:SCnc:Pt:Ser/Plas:Qn: + 79590-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-alpha acetyllysine:SCnc:Pt:Ser/Plas:Qn: + 79591-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocitrulline/Creatinine:SRto:Pt:Urine:Qn: + 79592-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allocystathionine/Creatinine:SRto:Pt:Urine:Qn: + 79593-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycylproline/Creatinine:SRto:Pt:Urine:Qn: + 79594-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N,N'-dimethylarginine:SCnc:Pt:Ser/Plas:Qn: + 79595-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-serine/Creatinine:SRto:Pt:Urine:Qn: + 79596-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-monomethylarginine/Creatinine:SRto:Pt:Urine:Qn: + 79597-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine & Beta aminoisobutyrate & Gamma aminobutyrate pattern:Imp:Pt:Urine:Nar: + 79598-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteate/Creatinine:SRto:Pt:Urine:Qn: + 79599-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.reduced:SCnc:Pt:Ser/Plas:Qn: + 79600-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-serine:SCnc:Pt:CSF:Qn: + 79601-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocarnosine:SCnc:Pt:Ser/Plas:Qn: + 79602-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-beta aminoisobutyrate:SCnc:Pt:Ser/Plas:Qn: + 79604-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cysteate:SCnc:Pt:Ser/Plas:Qn: + 79606-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Saccharopine:SCnc:Pt:Ser/Plas:Qn: + 79607-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyltyrosine:SCnc:Pt:Ser/Plas:Qn: + 79608-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.oxidized:SCnc:Pt:Ser/Plas:Qn: + 79609-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-serine:SCnc:Pt:Ser/Plas:Qn: + 79610-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolylhydroxyproline/Creatinine:SRto:Pt:Urine:Qn: + 79611-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-homoarginine:SCnc:Pt:Ser/Plas:Qn: + 79612-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R- & S-beta aminoisobutyrate & D- & L-serine pattern:Imp:Pt:CSF:Nar: + 79613-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-monomethylarginine:SCnc:Pt:Ser/Plas:Qn: + 79614-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R-beta aminoisobutyrate:SCnc:Pt:Ser/Plas:Qn: + 79615-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-beta aminoisobutyrate:SCnc:Pt:CSF:Qn: + 79616-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycylproline:SCnc:Pt:Ser/Plas:Qn: + 79617-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-serine:SCnc:Pt:Ser/Plas:Qn: + 79618-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-beta aminoisobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 79619-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formiminoglutamate/Creatinine:SRto:Pt:Urine:Qn: + 79620-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R-beta aminoisobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 79622-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha aminoisobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 79623-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-S-cysteinyldopa:SCnc:Pt:Ser/Plas:Qn: + 79624-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglycine/Creatinine:SRto:Pt:Urine:Qn: + 79625-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-leucyl-L-proline/Creatinine:SRto:Pt:Urine:Qn: + 79626-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-alpha acetyllysine/Creatinine:SRto:Pt:Urine:Qn: + 79627-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formiminoglutamate:SCnc:Pt:Ser/Plas:Qn: + 79628-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R-beta aminoisobutyrate:SCnc:Pt:CSF:Qn: + 79629-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R- & S-beta aminoisobutyrate & D- & L-serine pattern:Imp:Pt:Ser/Plas:Nar: + 79630-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-homoserine:SCnc:Pt:Ser/Plas:Qn: + 79631-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocarnosine/Creatinine:SRto:Pt:Urine:Qn: + 79632-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-leucyl-L-proline:SCnc:Pt:Ser/Plas:Qn: + 79633-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N6-Acetyl-L-lysine/Creatinine:SRto:Pt:Urine:Qn: + 79634-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N,N-dimethylarginine/Creatinine:SRto:Pt:Urine:Qn: + 79635-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglycosamine/Creatinine:SRto:Pt:Urine:Qn: + 79636-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.oxidized/Creatinine:SRto:Pt:Urine:Qn: + 79637-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine & Beta aminoisobutyrate & Gamma aminobutyrate pattern:Imp:Pt:Ser/Plas:Nar: + 79638-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N,N'-dimethylarginine/Creatinine:SRto:Pt:Urine:Qn: + 79639-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Saccharopine/Creatinine:SRto:Pt:Urine:Qn: + 79640-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione.reduced/Creatinine:SRto:Pt:Urine:Qn: + 79641-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta alanine & Beta aminoisobutyrate & Gamma aminobutyrate pattern:Imp:Pt:CSF:Nar: + 79642-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-S-cysteinyldopa/Creatinine:SRto:Pt:Urine:Qn: + 79643-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-homoserine/Creatinine:SRto:Pt:Urine:Qn: + 79644-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-serine/Creatinine:SRto:Pt:Urine:Qn: + 79645-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Delta aminolevulinate:SCnc:Pt:Ser/Plas:Qn: + 79646-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-ureidoisobutyrate/Creatinine:SRto:Pt:Urine:Qn: + 79647-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-serine:SCnc:Pt:CSF:Qn: + 79648-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homocysteine cysteine disulfide/Creatinine:SRto:Pt:Urine:Qn: + 79649-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydrothymine:SCnc:Pt:CSF:Qn: + 79651-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Aminoimidazole-4-carboxamide:SCnc:Pt:CSF:Qn: + 79652-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroorotate:SCnc:Pt:Urine:Qn: + 79653-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroorotate:SCnc:Pt:Ser/Plas:Qn: + 79654-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosine:SCnc:Pt:Ser/Plas:Qn: + 79655-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-carbamoyl beta alanine:SCnc:Pt:Ser/Plas:Qn: + 79656-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pseudouridine:SCnc:Pt:Ser/Plas:Qn: + 79657-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosine/Creatinine:SRto:Pt:Urine:Qn: + 79658-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine & Pyrimidine pattern:Imp:Pt:Ser/Plas:Nar: + 79659-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanosine:SCnc:Pt:CSF:Qn: + 79660-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydroorotate:SCnc:Pt:CSF:Qn: + 79661-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanine:SCnc:Pt:CSF:Qn: + 79663-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-carbamoyl beta alanine:SCnc:Pt:CSF:Qn: + 79664-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine & Pyrimidine pattern:Imp:Pt:CSF:Nar: + 79666-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,6-Dihydrouridine:SCnc:Pt:Ser/Plas:Qn: + 79667-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dihydrothymine:SCnc:Pt:Ser/Plas:Qn: + 79669-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanosine:SCnc:Pt:Ser/Plas:Qn: + 79670-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytidine:SCnc:Pt:CSF:Qn: + 79671-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Aminoimidazole-4-carboxamide/Creatinine:SRto:Pt:Urine:Qn: + 79672-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pseudouridine:SCnc:Pt:CSF:Qn: + 79674-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytidine:SCnc:Pt:Ser/Plas:Qn: + 79675-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,6-Dihydrouridine:SCnc:Pt:CSF:Qn: + 79676-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine & Pyrimidine pattern:Imp:Pt:Urine:Nar: + 79677-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,6-Dihydrouridine/Creatinine:SRto:Pt:Urine:Qn: + 79678-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Aminoimidazole-4-carboxamide:SCnc:Pt:Ser/Plas:Qn: + 79679-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,8-Dihydroxyadenine:SCnc:Pt:CSF:Qn: + 79680-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,6-Dihydrouracil:SCnc:Pt:Ser/Plas:Qn: + 79682-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytosine:SCnc:Pt:CSF:Qn: + 79683-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytidine/Creatinine:SRto:Pt:Urine:Qn: + 79684-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,6-Dihydrouracil/Creatinine:SRto:Pt:Urine:Qn: + 79685-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-hydroxymethyluracil:SCnc:Pt:CSF:Qn: + 79686-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,8-Dihydroxyadenine/Creatinine:SRto:Pt:Urine:Qn: + 79687-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-hydroxymethyluracil:SCnc:Pt:Ser/Plas:Qn: + 79688-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanine:SCnc:Pt:Ser/Plas:Qn: + 79690-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,8-Dihydroxyadenine:SCnc:Pt:Ser/Plas:Qn: + 79692-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5,6-Dihydrouracil:SCnc:Pt:CSF:Qn: + 79693-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosadienoate:SCnc:Pt:Ser/Plas:Qn: + 79694-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecatetraenoate:SCnc:Pt:Ser/Plas:Qn: + 79695-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cis-11-Eicosenoate:EntSub:Pt:RBC:Qn: + 79696-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosadienoate:EntSub:Pt:RBC:Qn: + 79697-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosadienoate:SCnc:Pt:Ser/Plas:Qn: + 79698-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cis-11-Eicosenoate:SCnc:Pt:Ser/Plas:Qn: + 79699-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cis-11,14-Eicosadienoate:SCnc:Pt:Ser/Plas:Qn: + 79700-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C22:1n9:SCnc:Pt:Ser/Plas:Qn: + 79701-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cis-13-Eicosenoate:EntSub:Pt:RBC:Qn: + 79702-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cis-13-Eicosenoate:SCnc:Pt:Ser/Plas:Qn: + 79703-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Homo-gamma linolenate:EntSub:Pt:RBC:Qn: + 79704-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosadienoate:EntSub:Pt:RBC:Qn: + 79705-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octadecatetraenoate:EntSub:Pt:RBC:Qn: + 79706-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.very long chain.C26:1/C22:0:SRto:Pt:Ser/Plas:Qn: + 79707-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnt:Pt:Hair:Qn: + 79710-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycyl-4-hydroxyproline/Creatinine:SRto:Pt:Urine:Qn: + 80092-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosamine:SCnc:Pt:Ser/Plas:Qn: + 80093-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamylphenylalanine/Creatinine:SRto:Pt:Urine:Qn: + 80094-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosamine/Creatinine:SRto:Pt:Urine:Qn: + 80095-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamylphenylalanine:SCnc:Pt:Ser/Plas:Qn: + 80096-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycyl-4-hydroxyproline:SCnc:Pt:Ser/Plas:Qn: + 80097-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucosamine/Creatinine:SRto:Pt:Urine:Qn: + 80098-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L-2-hydroxyglutarate/Creatinine:SRto:Pt:Urine:Qn: + 80099-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D-2-hydroxyglutarate/Creatinine:SRto:Pt:Urine:Qn: + 80100-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-methylhistamine/Creatinine:SRto:24H:Urine:Qn: + 80152-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Soluble CD27:ACnc:Pt:CSF:Qn: + 80153-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Monolysocardiolipin/cardiolipin:SRto:Pt:Bld.dot:Qn: + 80154-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Soluble CD27:ACnc:Pt:Ser/Plas:Qn: + 80155-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine/Creatinine:SRto:Pt:Urine:Qn: + 80156-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:SCnc:Pt:Ser/Plas:Qn: + 80157-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylhydroxylysine/Creatinine:SRto:Pt:Urine:Qn: + 80158-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 27-Norcholestanehexol/Creatinine:Ratio:Pt:Urine:Qn: + 80159-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-beta-cholestane-3-alpha,7-alpha,12-alpha,23-tetrol/Creatinine:Ratio:Pt:Urine:Qn: + 80160-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-beta-cholestane-3-alpha,7-alpha,12-alpha,24,25-pentol/Creatinine:Ratio:Pt:Urine:Qn: + 80161-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile alcohols:Imp:Pt:Urine:Ord: + 80162-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile alcohols pattern:Imp:Pt:Urine:Nar: + 80164-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Amino-4-hydroxypteridine:SCnc:Pt:CSF:Qn: + 80165-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Amino-4-hydroxypteridine:SCnc:Pt:Ser/Plas:Qn: + 80166-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Amino-4-hydroxypteridine/Creatinine:SRto:Pt:Ser/Plas:Qn: + 80167-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pterins pattern:Imp:Pt:Urine:Nar: + 80171-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pterins pattern:Imp:Pt:Ser/Plas:Nar: + 80172-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pterins pattern:Imp:Pt:CSF:Nar: + 80173-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylhomocysteine:SCnc:Pt:CSF:Qn: + 80174-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylhomocysteine:SCnc:Pt:Ser/Plas:Qn: + 80175-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylhomocysteine/Creatinine:SRto:Pt:Urine:Qn: + 80176-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylmethionine:SCnc:Pt:CSF:Qn: + 80177-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylmethionine & S-adenosylhomocystine pattern:Imp:Pt:CSF:Nar: + 80180-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylmethionine & S-adenosylhomocystine pattern:Imp:Pt:Ser/Plas:Nar: + 80181-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S-adenosylmethionine/Creatinine:SRto:Pt:Urine:Qn: + 80182-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthopterin:SCnc:Pt:Ser/Plas:Qn: + 80183-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthopterin:SCnc:Pt:CSF:Qn: + 80184-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xanthopterin/Creatinine:SRto:Pt:Urine:Qn: + 80185-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosamine:SCnc:Pt:Ser/Plas:Qn: + 80189-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biotinidase:CCnt:Pt:Ser/Plas:Qn: + 80370-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chitotriosidase:CCnt:Pt:Ser/Plas:Qn: + 80371-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin.gastrointestinal:PrThr:Pt:Stool:Ord:IA.rapid + 80372-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin (pregnancy test):PrThr:Pt:Urine:Ord:IA.rapid + 80384-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin (pregnancy test):PrThr:Pt:Ser:Ord:IA.rapid + 80385-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inosine triphosphate pyrophosphatase:CSub:Pt:RBC:Qn: + 80424-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-N-acetylhexosaminidase.A:CCnc:Pt:Bld.dot:Qn: + 80425-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:MCnc:Pt:Ser:Qn:Nephelometry + 80515-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:MCnc:Pt:Ser:Qn:Nephelometry + 80516-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free/Immunoglobulin light chains.lambda.free:MRto:Pt:Ser:Qn:Nephelometry + 80517-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:SCnc:XXX:Urine:Qn: + 80611-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:XXX:Urine:Qn: + 80613-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsin A+Pepsinogen A:MCnc:Pt:Respiratory.lower:Qn:IA + 80828-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pepsin A+Pepsinogen A:Imp:Pt:Respiratory.lower:Nar: + 80829-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Respiratory.lower:Qn: + 80830-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein:MCnc:Pt:Respiratory.lower:Qn: + 80832-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methyltyrosine/Creatinine:SRto:Pt:Urine:Qn: + 80894-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fractional excretion of magnesium:Ratio:Pt:Urine+Ser/Plas:Qn: + 80958-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Frataxin:MCnc:Pt:Bld:Qn: + 80979-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Frataxin:MCnc:Pt:Bld.dot:Qn: + 80980-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N,N-dimethylarginine:MCnc:Pt:Ser/Plas:Qn: + 80981-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytanoyl CoA hydroxlase:CCnt:Pt:Fibroblasts:Qn: + 80982-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactokinase:CCnt:Pt:RBC:Qn: + 81143-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10.reduced/Ubiquinone 10:MFr:Pt:Ser/Plas:Qn: + 81156-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10.reduced:MCnc:Pt:Ser/Plas:Qn: + 81157-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-ureidopropionase:CCnt:Pt:Liver:Qn: + 81199-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin.IgA:PrThr:Pt:Ser:Ord: + 81311-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin.IgM:PrThr:Pt:Ser:Ord: + 81312-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cryoglobulin.complement C3:PrThr:Pt:Ser:Ord: + 81313-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palatinase:CCnt:Pt:Tsmi:Qn: + 81314-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactase:CCnt:Pt:Tsmi:Qn: + 81315-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucan 1,4 alpha glucosidase:CCnt:Pt:Tsmi:Qn: + 81322-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lactate dehydrogenase:CCnc:Pt:Dial fld prt:Qn:Reaction: lactate to pyruvate + 81430-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydroxyapatite:EngDiff:24H:Urine:Qn: + 81622-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium oxalate:EngDiff:24H:Urine:Qn: + 81623-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose meter to reference method correlation:Ratio:Pt:Ser/Plas/Bld:Qn:Calculated + 81637-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosatrienoate:SCnc:Pt:Ser/Plas:Qn: + 81764-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosatrienoate:EntSub:Pt:RBC:Qn: + 81765-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosatrienoate:EntSub:Pt:Ser/Plas:Qn: + 81766-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosatrienoate:SCnc:Pt:Ser/Plas:Qn: + 81767-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U1 small nuclear ribonucleoprotein 70kD Ab.IgG:ACnc:Pt:Ser:Qn:IA + 81768-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adipoylcarnitine (C6-DC)/Creatinine:SRto:Pt:Urine:Qn: + 81769-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tiglylcarnitine (C5:1)/Creatinine:SRto:Pt:Urine:Qn: + 81770-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid A:MCnt:Pt:Tiss:Qn: + 81773-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Epipregnanolone/Creatinine:SRto:Pt:Urine:Qn: + 81775-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ureidopropionate/Creatinine:SRto:Pt:Urine:Qn: + 81776-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nonanoylcarnitine (C9)/Creatinine:SRto:Pt:Urine:Qn: + 81777-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonylcarnitine (C4-DC)+3-Hydroxyisovalerylcarnitine (C5-OH)/Creatinine:SRto:Pt:Urine:Qn: + 81778-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Malonylcarnitine (C3-DC)+3-Hydroxybutyrylcarnitine (C4-OH)/Creatinine:SRto:Pt:Urine:Qn: + 81779-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Creatinine:SRto:Pt:Urine:Qn: + 81780-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Saccharopine:SCnc:Pt:CSF:Qn: + 81781-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 17:MCnc:Pt:Ser:Qn:IA + 81786-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myeloperoxidase Ab.IgG:PrThr:Pt:Ser/Plas:Ord:IA + 81787-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol/Creatinine:SRto:24H:Urine:Qn: + 81793-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol/Creatinine:SRto:Pt:Urine:Qn: + 81794-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisone/Creatinine:SRto:Pt:Urine:Qn: + 81795-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone/Creatinine:SRto:Pt:Urine:Qn: + 81796-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrotetrahydrocorticosterone/Creatinine:SRto:Pt:Urine:Qn: + 81797-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone/Creatinine:SRto:Pt:Urine:Qn: + 81798-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxypregnenolone/Creatinine:SRto:Pt:Urine:Qn: + 81799-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Ketoandrostenediol/Creatinine:SRto:Pt:Urine:Qn: + 81800-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone/Creatinine:SRto:Pt:Urine:Qn: + 81801-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Beta,18-dihydroxydehydroepiandrosterone/Creatinine:SRto:Pt:Urine:Qn: + 81802-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone/Creatinine:SRto:Pt:Urine:Qn: + 81803-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocortisol/Creatinine:SRto:Pt:Urine:Qn: + 81804-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-tetrahydrocorticosterone/Creatinine:SRto:Pt:Urine:Qn: + 81805-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone/Creatinine:SRto:Pt:Urine:Qn: + 81806-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortol/Creatinine:SRto:Pt:Urine:Qn: + 81807-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenetriol/Creatinine:SRto:Pt:Urine:Qn: + 81808-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydodecanoylcarnitine (C12-OH)/Creatinine:SRto:Pt:Urine:Qn: + 81809-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecanoylcarnitine (C10-OH)/creatinine:SRto:Pt:Urine:Qn: + 81810-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecanoylcarnitine (C10-OH):SCnc:Pt:Bld.dot:Qn: + 81811-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyrate dehydrogenase:CCnt:Pt:Fibroblasts:Qn: + 82216-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyisobutyryl-CoA hydrolase:CCnt:Pt:Fibroblasts:Qn: + 82217-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylcrotonyl-CoA carboxylase:CCnt:Pt:Fibroblasts:Qn: + 82218-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methylglutaconyl-CoA hydratase:CCnt:Pt:Fibroblasts:Qn: + 82219-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alkyl-dihydroxyacetonephosphate synthase:CCnt:Pt:Fibroblasts:Qn: + 82220-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-methylacyl CoA racemase:CCnt:Pt:Fibroblasts:Qn: + 82221-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylo-alpha-1,6-glucosidase:CCnt:Pt:WBC:Qn: + 82222-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystathionine beta synthase:CCnt:Pt:Fibroblasts:Qn: + 82223-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribose-5-phosphate isomerase:CCnt:Pt:Lymphoblasts:Qn: + 82224-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ribose-5-phosphate isomerase:CCnt:Pt:Fibroblasts:Qn: + 82225-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 17A:MCnc:Pt:Ser/Plas:Qn: + 82334-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Peripheral deiodinase activity:SRat:Pt:Ser/Plas:Qn:Calculated.SPINA + 82367-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroid secretory capacity:SRat:Pt:Ser/Plas:Qn:Calculated.SPINA + 82368-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylmalonate:SCnc:Pt:Bld.dot:Qn: + 82385-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Methylcitrate:SCnc:Pt:Bld.dot:Qn: + 82386-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxydecenoylcarnitine (C10:1-OH):SCnc:Pt:Ser/Plas:Qn: + 82478-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethylmalonate:SCnc:Pt:Bld.dot:Qn: + 82502-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methylsuccinate:SCnc:Pt:Bld.dot:Qn: + 82503-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarate:SCnc:Pt:Bld.dot:Qn: + 82504-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxyglutarate:SCnc:Pt:Bld.dot:Qn: + 82505-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides pattern:Imp:Pt:Fibroblasts:Nar:Screen + 82506-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oligosaccharides pattern:Imp:Pt:WBC:Nar:Screen + 82507-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urobilinogen:SCnt:Pt:Stool:Qn: + 82575-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyhexenoylcarnitine (C6:1-DC)/Creatinine:SRto:Pt:Urine:Qn: + 82584-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dicarboxyhexenoylcarnitine (C6:1-DC):SCnc:Pt:Bld.dot:Qn: + 82585-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate decarboxylase Ab:PrThr:Pt:CSF:Ord:IF + 82658-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyrotropin receptor Ab:PrThr:Pt:Ser:Ord: + 82659-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutamate decarboxylase Ab:PrThr:Pt:Ser/Plas:Ord:IF + 82660-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intravenous lipid emulsion:MCnc:Pt:Ser:Qn:Nephelometry + 82721-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnc:Pt:RBC:Qn: + 82722-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GlycA:SCnc:Pt:Ser/Plas:Qn: + 82730-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium-calmodulin-dependent protein kinase II activity actual/Normal:RelCCnc:Pt:Ser:Qn: + 82736-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MCnc:Pt:RBC:Qn: + 82812-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrocorticosterone+tetrahydrocorticosterone+Allo-tetrahydrocorticosterone/Androsterone+etiocholanolone:SRto:24H:Urine:Qn: + 82846-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrocorticosterone+tetrahydrocorticosterone+Allo-tetrahydrocorticosterone/Androsterone+etiocholanolone:SRto:Pt:Urine:Qn: + 82847-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrocorticosterone+tetrahydrocorticosterone+Allo-tetrahydrocorticosterone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82848-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Dehydrocorticosterone+tetrahydrocorticosterone+Allo-tetrahydrocorticosterone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82849-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone+etiocholanolone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82850-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone+etiocholanolone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82851-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone+pregnanetriol/Androsterone+etiocholanolone:SRto:24H:Urine:Qn: + 82852-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone+pregnanetriol/Androsterone+etiocholanolone:SRto:Pt:Urine:Qn: + 82853-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone+pregnanetriol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82854-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone+pregnanetriol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82855-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol+allo-tetrahydrocortisol/Tetrahydrocortisone:SRto:Pt:Urine:Qn: + 82856-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol+allo-tetrahydrocortisol/Tetrahydrocortisone:SRto:24H:Urine:Qn: + 82857-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocorticosterone:SCnc:Pt:Urine:Qn: + 82858-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocorticosterone:SRat:24H:Urine:Qn: + 82859-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocorticosterone:SCnc:24H:Urine:Qn: + 82860-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocortisol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82861-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocortisol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82862-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 alpha, 15 beta, 17 alpha-Trihydroxypregnanediolone:SCnc:Pt:Urine:Qn: + 82863-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 alpha, 15 beta, 17 alpha-Trihydroxypregnanediolone:SRat:24H:Urine:Qn: + 82864-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 alpha, 15 beta, 17 alpha-Trihydroxypregnanediolone:SCnc:24H:Urine:Qn: + 82865-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediolone:SRat:24H:Urine:Qn: + 82866-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediolone:SCnc:24H:Urine:Qn: + 82867-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediolone:SCnc:Pt:Urine:Qn: + 82868-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine diphosphate:EntSub:Pt:Platelets:Qn: + 82871-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calprotectin:MCnc:Pt:Stool:Qn: + 82874-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytochrome C oxidase:CCnt:Pt:WBC:Qn: + 82877-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82878-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82879-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone/Androsterone:SRto:Pt:Urine:Qn: + 82881-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone/Androsterone:SRto:24H:Urine:Qn: + 82882-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal acid lipase:CCnt:Pt:WBC:Qn:4-MU-palmitate substrate + 82883-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82894-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82895-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82896-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediolone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82897-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82898-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol/Tetrahydrocortisone+tetrahydrocortisol+5-Alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82899-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82900-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone/Tetrahydrocortisone+tetrahydrocortisol+5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82901-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone/Allo-tetrahydrocorticosterone:SRto:Pt:Urine:Qn: + 82906-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone/Allo-tetrahydrocorticosterone:SRto:24H:Urine:Qn: + 82907-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol/5-alpha tetrahydrocortisol:SRto:24H:Urine:Qn: + 82908-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol/5-alpha tetrahydrocortisol:SRto:Pt:Urine:Qn: + 82909-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thromboxane beta 2:SCnc:Pt:Ser/Plas:Qn: + 82910-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vascular endothelial growth factor D:MCnc:Pt:Ser/Plas:Qn: + 82911-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Signaling lymphocytic activation molecule (SLAM)-associated & X-linked inhibitor of apoptosis protein:Imp:Pt:WBC:Nom:Flow cytometry + 82937-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium.ionized:SCnc:Pt:BldCRRT:Qn: + 83064-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+ercalcidiol:MCnc:Pt:Ser/Plas:Qn:IA + 83070-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+ercalcidiol:SCnc:Pt:Ser/Plas:Qn:IA + 83071-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Ser/Plas:Qn:IA + 83072-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Ser/Plas:Qn:IA + 83073-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Amnio fld:Qn:IA + 83074-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Amnio fld:Qn:IA + 83075-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:ACnc:Pt:Ser/Plas:Qn:IA + 83076-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Urine:Qn:IA + 83077-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Ser/Plas:Qn:IA + 83078-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:ACnc:Pt:Urine:Qn:IA + 83079-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Ser/Plas:Qn:IA + 83082-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Ser/Plas:Qn:IA + 83083-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Ser/Plas:Qn:IA + 83084-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Ser/Plas:Qn:IA + 83085-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:ACnc:Pt:Ser/Plas:Qn:IA + 83086-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:Pt:Ser/Plas:Qn:IA + 83088-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:MCnc:24H:Urine:Qn:IA + 83089-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:Pt:Ser/Plas:Qn:IA + 83090-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:SCnc:24H:Urine:Qn:IA + 83091-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MB:MCnc:Pt:Ser/Plas:Qn:IA + 83092-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Ser/Plas:Qn:IA + 83096-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:Pt:Ser/Plas:Qn:IA + 83097-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Follitropin:ACnc:Pt:Ser/Plas:Qn:IA + 83098-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galectin 3:MCnc:Pt:Ser/Plas:Qn:IA + 83099-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:Ser/Plas:Qn:IA + 83102-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lutropin:ACnc:Pt:Ser/Plas:Qn:IA + 83103-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mullerian inhibiting substance:MCnc:Pt:Ser/Plas:Qn:IA + 83104-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mullerian inhibiting substance:SCnc:Pt:Ser/Plas:Qn:IA + 83105-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myoglobin:MCnc:Pt:Ser/Plas:Qn:IA + 83106-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:MCnc:Pt:Ser/Plas:Qn:IA + 83107-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Natriuretic peptide.B prohormone N-Terminal:SCnc:Pt:Ser/Plas:Qn:IA + 83108-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:Pt:Ser/Plas:Qn:IA + 83109-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:SCnc:Pt:Ser/Plas:Qn:IA + 83110-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prolactin:ACnc:Pt:Ser/Plas:Qn:IA + 83111-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag:MCnc:Pt:Ser/Plas:Qn:IA + 83112-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate specific Ag.free:MCnc:Pt:Ser/Plas:Qn:IA + 83113-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + S100 calcium binding protein B:MCnc:Pt:Ser:Qn:IA + 83114-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Ser/Plas:Qn:IA + 83115-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Ser/Plas:Qn:IA + 83116-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin Ab.IgG:ACnc:Pt:Ser/Plas:Qn:IA + 83117-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroperoxidase Ab.IgG:ACnc:Pt:Ser/Plas:Qn:IA + 83118-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MCnc:Pt:Ser/Plas:Qn:IA + 83119-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:SCnc:Pt:Ser/Plas:Qn:IA + 83120-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:SCnc:Pt:Ser/Plas:Qn:IA + 83121-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:MCnc:Pt:Ser/Plas:Qn:IA + 83122-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:MCnc:Pt:Ser/Plas:Qn:IA + 83124-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:SCnc:Pt:Ser/Plas:Qn:IA + 83125-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.free:SCnc:Pt:Ser/Plas:Qn:IA + 83126-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine.free:MCnc:Pt:Ser/Plas:Qn:IA + 83127-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocorticosterone/Creatinine:SRto:Pt:Urine:Qn: + 83130-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanolone:SRat:24H:Urine:Qn: + 83131-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanolone:SCnc:Pt:Urine:Qn: + 83132-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanolone/Creatinine:SRto:Pt:Urine:Qn: + 83133-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 alpha, 15 beta, 17 alpha-Trihydroxypregnanediolone/Creatinine:SRto:Pt:Urine:Qn: + 83134-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediolone/Creatinine:SRto:Pt:Urine:Qn: + 83135-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allo-pregnanediol/Creatinine:SRto:Pt:Urine:Qn: + 83136-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenetriol:SRat:24H:Urine:Qn: + 83138-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenetriol/Creatinine:SRto:Pt:Urine:Qn: + 83139-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxypregnenetriol:SCnc:Pt:Urine:Qn: + 83140-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoate:SCnc:Pt:Ser/Plas:Qn: + 85087-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X-linked adrenoleukodystrophy newborn screening comment-discussion:Txt:Pt:Bld.dot:Nar: + 85268-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X-linked adrenoleukodystrophy:Imp:Pt:Bld.dot:Nom: + 85269-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purine/pyrimidine:Ratio:Pt:RBC:Qn:Spectrophotometry + 85379-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolarity:Osmolarity:Pt:Tear:Qn: + 85382-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kidney failure 2Y risk:Likelihood:Pt:^Patient:Qn:KFRE + 85624-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Kidney failure 5Y risk:Likelihood:Pt:^Patient:Qn:KFRE + 85625-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha 3:SCnc:Pt:Ser:Qn: + 86222-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.gastrointestinal:MCnc:Pt:Stool:Qn:IA + 86271-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AST to platelet ratio index:Ratio:Pt:Ser+Bld:Qn:Calculated + 86465-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein associated phospholipase A2:CCnc:Pt:Ser/Plas:Qn: + 86951-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tubular extraction rate/1.73 sq M:ArVRat:Pt:Ser/Bld:Qn:Isotopic + 87378-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin:MCnc:Pt:Plas:Qn: + 87437-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfur:MCnc:Pt:XXX:Qn: + 87449-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfur:MCnt:Pt:XXX:Qn: + 87450-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MCnc:Pt:XXX:Qn: + 87451-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MCnt:Pt:XXX:Qn: + 87452-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnc:Pt:XXX:Qn: + 87454-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnt:Pt:XXX:Qn: + 87455-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:XXX:Qn: + 87456-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnt:Pt:XXX:Qn: + 87457-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:XXX:Qn: + 87469-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnt:Pt:XXX:Qn: + 87470-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iron:MCnc:Pt:XXX:Qn: + 87471-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:MCnc:Pt:XXX:Qn: + 87475-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:MCnt:Pt:XXX:Qn: + 87476-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MFr:Pt:XXX:Qn: + 87477-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bone ash/Bone.total:MFr:Pt:Bone:Qn: + 87480-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine.free/Creatinine:SRto:24H:Urine:Qn: + 87498-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxytyramine.free:SRto:Pt:Urine:Qn: + 87499-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholecalciferol:MCnt:Pt:XXX:Qn: + 87671-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tocopherol+tocotrienol:MCnt:Pt:XXX:Qn: + 87672-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinal+retinol+retinoic acid:MCnt:Pt:XXX:Qn: + 87673-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin^post dialysis:MCnc:Pt:Ser/Plas:Qn: + 87708-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 21.intact:MCnc:Pt:Ser/Plas:Qn: + 87832-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 3:MCnc:Pt:Urine:Qn:Immunofixation + 87833-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MCnc:Pt:Urine:Qn:Immunofixation + 87834-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:MCnc:Pt:Urine:Qn:Immunofixation + 87835-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trisomy 18 risk based on maternal age + Pregnancy associated plasma protein A + Choriogonadotropin + Nuchal translucency:Likelihood:Pt:^Fetus:Qn: + 88004-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Acetylcarnitine (C2):SRto:Pt:Ser/Plas:Qn: + 88005-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Carnitine.free (C0):SRto:Pt:Ser/Plas:Qn: + 88006-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isovalerylcarnitine+Methylbutyrylcarnitine (C5)/Carnitine.free (C0):SRto:Pt:Ser/Plas:Qn: + 88007-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)/Carnitine.free (C0):SRto:Pt:Ser/Plas:Qn: + 88008-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)/Acetylcarnitine (C2):SRto:Pt:Ser/Plas:Qn: + 88009-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Acetylcarnitine (C2):SRto:Pt:Ser/Plas:Qn: + 88010-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Carnitine.free (C0):SRto:Pt:Ser/Plas:Qn: + 88011-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sialate.lipid bound/Creatinine:SRto:Pt:Urine:Qn: + 88012-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Palmitoylcarnitine (C16):SRto:Pt:Ser/Plas:Qn: + 88013-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Octanoylcarnitine (C8)/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 88014-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 88015-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Acetylcarnitine (C2):SRto:Pt:Bld.dot:Qn: + 88016-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Propionylcarnitine (C3):SRto:Pt:Bld.dot:Qn: + 88017-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine/Lysine:MRto:Pt:Bld.dot:Qn: + 88018-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetylgalactosamine-6-sulfatase:CCnc:Pt:Bld.dot:Qn: + 88019-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Palmitoylcarnitine (C16)/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 88024-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetradecenoylcarnitine (C14:1)/Carnitine.free (C0):SRto:Pt:Bld.dot:Qn: + 88025-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutarylcarnitine (C5-DC)/Propionylcarnitine (C3):SRto:Pt:Ser/Plas:Qn: + 88026-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipopolysaccharide binding protein:MCnc:Pt:Ser/Plas:Qn:IA + 88054-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver fibrosis score:Score:Pt:Ser/Plas:Qn:Calculated.ELF + 88055-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact:MCnc:Pt:Tiss.FNA:Qn: + 88106-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Ser/Plas:Qn:No addition of P-5'-P + 88112-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.black:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (CKD-EPI) + 88293-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.non black:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (CKD-EPI) + 88294-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa.free:PrThr:24H:Urine:Ord:Immunofixation + 88301-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda.free:PrThr:24H:Urine:Ord:Immunofixation + 88302-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.lambda:PrThr:24H:Urine:Ord:Immunofixation + 88303-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Immunoglobulin light chains.kappa:PrThr:24H:Urine:Ord:Immunofixation + 88304-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver fibrosis interpretation:Imp:Pt:Ser:Ord: + 88447-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Necroinflammatory activity interpretation:Imp:Pt:Ser:Ord: + 88448-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Body fld:Qn:Electrophoresis + 88709-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amylase.pancreatic:CCnc:Pt:Dial fld prt:Qn: + 88710-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin:MCnc:Pt:Dial fld prt:Qn: + 88711-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triacylglycerol lipase:CCnc:Pt:Dial fld prt:Qn: + 88712-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphate:MCnc:Pt:Stool:Qn: + 88713-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic stone protein:MCnc:Pt:Ser/Plas/Bld:Qn:IA.rapid + 88888-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acute kidney injury risk:Likelihood:Pt:^Patient:Qn:Calculated.NephroCheck + 88993-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate/Fatty acids.C14-C24:SFr:Pt:Ser/Plas:Qn: + 88994-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosahexaenoate/Fatty acids.C14-C24:SFr:Pt:Ser/Plas:Qn: + 88995-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate/Arachidonate:SRto:Pt:Ser/Plas:Qn: + 88996-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate/Fatty acids.C14-C24:SFr:Pt:Ser/Plas:Qn: + 88997-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate+Docosahexaenoate/Fatty acids.C14-C24:SFr:Pt:Ser/Plas:Qn: + 88998-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate+docosahexaenoate/Fatty acids.C14-C24 index risk:Imp:Pt:Ser/Plas:Ord: + 88999-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation^during apnea:MFr:Pt:BldA:Qn:Pulse oximetry + 89272-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation^W exercise:MFr:Pt:BldA:Qn:Pulse oximetry + 89276-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation^during anesthesia:MFr:Pt:BldA:Qn:Pulse oximetry + 89277-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin.intact:ACnc:Pt:Ser:Qn:LC/MS/MS + 89324-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:Body fld:Qn: + 89363-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin T.cardiac:Imp:Pt:Ser/Plas:Ord:High sensitivity + 89575-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:Imp:Pt:Ser/Plas:Ord:High sensitivity + 89578-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Troponin I.cardiac:MCnc:Pt:Ser/Plas:Qn:High sensitivity + 89579-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:BldV:Qn: + 89871-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:BldA:Qn: + 89872-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dermatan sulfate:SCnc:Pt:Bld.dot:Qn: + 90233-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globotriaosylsphingosine:MCnc:Pt:Ser/Plas:Qn: + 90234-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan sulfate:SCnc:Pt:Bld.dot:Qn: + 90235-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keratan sulfate:SCnc:Pt:Bld.dot:Qn: + 90236-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phenylacetylcarnitine (PheC2):SCnc:Pt:Ser/Plas:Qn: + 90237-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Salicylcarnitine:SCnc:Pt:Ser/Plas:Qn: + 90238-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Suppression of tumorigenicity 2.soluble:MCnc:Pt:Ser:Qn:IA + 90239-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethylamine N-oxide:SCnc:Pt:Ser/Plas:Qn:LC/MS/MS + 90360-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL.small dense:MCnc:Pt:Ser/Plas:Qn: + 90364-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein CIII-0/Apolipoprotein CIII-2:MRto:Pt:Ser/Plas:Qn: + 90419-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.trisialo/Transferrin.carbohydrate deficient.tetrasialo:MRto:Pt:Ser/Plas:Qn: + 90420-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein CIII-1/Apolipoprotein CIII-2:MRto:Pt:Ser/Plas:Qn: + 90421-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aggressive prostate cancer risk:Likelihood:Pt:Ser/Plas:Qn:Calculated.4Kscore + 90740-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.1-84:MCnc:Pt:Ser/Plas:Qn:IA + 90741-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N,N'-Dimethylarginine:MCnc:Pt:Ser/Plas:Qn: + 90781-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + F2-Isoprostanes:MCnc:Pt:Urine:Qn: + 90782-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + F2-Isoprostanes/Creatinine:MRto:Pt:Urine:Qn: + 90783-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate+Docosapentaenate w3+Docosahexaenoate/Fatty acids.C14-C22 risk:Imp:Pt:Bld:Ord: + 90908-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate/Eicosapentaenoate:MRto:Pt:Bld:Qn: + 90909-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.omega 6/Fatty acids.omega 3:MRto:Pt:Bld:Qn: + 90910-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate+Docosapentaenate w3+Docosahexaenoate/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90911-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Eicosapentaenoate/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90912-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosapentaenate w3/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90913-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Docosahexaenoate/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90914-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate+Linoleate/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90915-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Arachidonate/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90916-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Linoleate/Fatty acids.C14-C22:MFr:Pt:Bld:Qn: + 90917-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(20:0):MCnc:Pt:Bld.dot:Qn: + 90920-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(22:0):MCnc:Pt:Bld.dot:Qn: + 90921-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(24:0):MCnc:Pt:Bld.dot:Qn: + 90922-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysophosphatidylcholine(26:0):MCnc:Pt:Bld.dot:Qn: + 90923-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal isotype:Prid:Pt:Ser/Plas:Nom:MS.MALDI-TOF + 90990-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iothalamate clearance:VRat:Pt:Urine+Ser/Plas:Qn: + 90994-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iothalamate clearance/Body surface area:ArVRat:Pt:Urine+Ser/Plas:Qn: + 90995-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 1:MCnc:Pt:Ser/Plas:Qn: + 91105-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 2:MCnc:Pt:Ser/Plas:Qn: + 91106-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 3:MCnc:Pt:Ser/Plas:Qn: + 91107-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 4:MCnc:Pt:Ser/Plas:Qn: + 91108-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 5:MCnc:Pt:Ser/Plas:Qn: + 91109-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 6:MCnc:Pt:Ser/Plas:Qn: + 91110-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 7:MCnc:Pt:Ser/Plas:Qn: + 91111-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 1:SCnc:Pt:Ser/Plas:Qn: + 91112-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 2:SCnc:Pt:Ser/Plas:Qn: + 91113-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 3:SCnc:Pt:Ser/Plas:Qn: + 91114-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 4:SCnc:Pt:Ser/Plas:Qn: + 91115-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 5:SCnc:Pt:Ser/Plas:Qn: + 91116-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 6:SCnc:Pt:Ser/Plas:Qn: + 91117-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL 7:SCnc:Pt:Ser/Plas:Qn: + 91118-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CCnc:Pt:RBC:Qn:Production of 6-Methylmercaptopurine + 91141-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CCnc:Pt:RBC:Qn:Production of 6-Methylmercaptopurine riboside + 91142-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiopurine methyltransferase:CCnc:Pt:RBC:Qn:Production of 6-Methylthioguanine riboside + 91143-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orexin-A:MCnc:Pt:CSF:Qn: + 91670-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin.carbohydrate deficient.disialo/Transferrin.total^^standardized per IFCC-RMP for CDT:MFr:Pt:Ser/Plas:Qn: + 91671-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione:MCnc:Pt:Bld:Qn: + 91685-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + T-cell receptor excision circle:ThreshNum:Pt:Bld.dot:Qn: + 92006-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + T-cell receptor excision circle:Zscore:Pt:Bld.dot:Qn: + 92007-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + T-cell receptor excision circle:MoM:Pt:Bld.dot:Qn: + 92008-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:Sub:24H:Dial fld:Qn: + 92572-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Growth and differentiation factor 15:MCnc:Pt:Ser/Plas:Qn:IA + 92665-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.alpha.subparticle.small:SCnc:Pt:Ser:Qn: + 92711-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.very small-d:SCnc:Pt:Ser:Qn: + 92712-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.very small-c:SCnc:Pt:Ser:Qn: + 92713-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.very small-b:SCnc:Pt:Ser:Qn: + 92714-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.very small-a:SCnc:Pt:Ser:Qn: + 92715-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.large-b:SCnc:Pt:Ser:Qn: + 92716-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.large-a:SCnc:Pt:Ser:Qn: + 92717-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.broad beta.subparticle.small:SCnc:Pt:Ser:Qn: + 92718-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.broad beta.subparticle.large:SCnc:Pt:Ser:Qn: + 92719-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta.subparticle.small:SCnc:Pt:Ser:Qn: + 92720-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta.subparticle.medium:SCnc:Pt:Ser:Qn: + 92721-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MCnc:Pt:Bld.dot:Qn:LC/MS/MS + 92726-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lyso-sphingomyelin:SCnc:Pt:Ser/Plas:Qn: + 92747-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lyso-sphingomyelin:SCnc:Pt:Bld:Qn: + 92748-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lyso-sphingomyelin:SCnc:Pt:Bld.dot:Qn: + 92749-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucopsychosine:SCnc:Pt:Ser/Plas:Qn: + 92750-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucopsychosine:SCnc:Pt:Bld:Qn: + 92751-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucopsychosine:SCnc:Pt:Bld.dot:Qn: + 92752-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globotriaosylsphingosine:SCnc:Pt:Bld:Qn: + 92753-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Globotriaosylsphingosine:SCnc:Pt:Bld.dot:Qn: + 92754-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholestane-3-beta, 5-alpha, 6-beta triol:SCnc:Pt:Ser/Plas:Qn: + 92755-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholestane-3-beta, 5-alpha, 6-beta triol:SCnc:Pt:Bld:Qn: + 92756-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholestane-3-beta, 5-alpha, 6-beta triol:SCnc:Pt:Bld.dot:Qn: + 92757-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha,12-alpha dihydroxycholest-4-en-3-one:SCnc:Pt:Ser/Plas:Qn: + 92758-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha,12-alpha dihydroxycholest-4-en-3-one:SCnc:Pt:Bld:Qn: + 92759-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha,12-alpha dihydroxycholest-4-en-3-one:SCnc:Pt:Bld.dot:Qn: + 92760-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha hydroxy-4-cholesten-3-one:SCnc:Pt:Ser/Plas:Qn: + 92761-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha hydroxy-4-cholesten-3-one:SCnc:Pt:Bld:Qn: + 92762-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha hydroxy-4-cholesten-3-one:SCnc:Pt:Bld.dot:Qn: + 92763-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Ketocholesterol:SCnc:Pt:Ser/Plas:Qn: + 92764-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-aminoadipic semialdehyde+Delta-1-Piperideine-6-carboxylate:SCnc:Pt:Ser/Plas:Qn: + 92766-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keratan sulfate/Creatinine:Ratio:Pt:Urine:Qn: + 92806-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Renin^upright:ACnc:Pt:Plas:Qn: + 92825-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin resistance score:Score:Pt:Ser:Qn:Calculated.CardioIQ + 92845-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MCnc:Pt:Ser/Plas:Qn:RIA + 92896-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aldosterone:MCnc:Pt:Ser/Plas:Qn:IA + 92897-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,4-Dinitrophenylhydrazine reacting substances:PrThr:Pt:Urine:Ord: + 9308-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:MRat:24H:Urine:Qn: + 9309-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MRat:24H:Urine:Qn: + 9310-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:MRto:Pt:Urine:Qn: + 9318-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MRat:24H:Urine:Qn: + 9319-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta aminoisobutyrate:MRat:24H:Urine:Qn: + 9320-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Creatinine:MRto:Pt:Urine:Qn: + 9321-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.total/Cholesterol.in HDL:Prctl:Pt:Ser/Plas:Qn: + 9322-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sarcosine:SCnc:24H:Urine:Qn: + 9323-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurine:SCnc:24H:Urine:Qn: + 9324-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketotestosterone:MCnc:Pt:Ser/Plas:Qn: + 93242-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxytestosterone:MCnc:Pt:Ser/Plas:Qn: + 93243-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tryptophan:SCnc:24H:Urine:Qn: + 9325-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tauroursodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93323-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurolithocholate:SCnc:Pt:Ser/Plas:Qn: + 93324-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurohyodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93325-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93326-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurocholate:SCnc:Pt:Ser/Plas:Qn: + 93327-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Taurochenodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93328-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hyodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93329-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycoursodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93330-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycolithocholate:SCnc:Pt:Ser/Plas:Qn: + 93331-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycohyodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93332-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93333-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycocholate:SCnc:Pt:Ser/Plas:Qn: + 93334-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycochenodeoxycholate:SCnc:Pt:Ser/Plas:Qn: + 93335-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bile acid:SRat:48H:Stool:Qn: + 93336-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chenodeoxycholate+Cholate/Bile acid.total:SFr:48H:Stool:Qn: + 93337-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA subclass 1/IgA.total:MFr:Pt:Ser:Qn: + 9336-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Krebs von den Lungen-6:ACnc:Pt:Ser/Plas:Qn:IA + 93369-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgA subclass 1/IgA.total:MFr:Pt:Ser:Qn: + 9337-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein B/Apolipoprotein A-I:Prctl:Pt:Ser/Plas:Qn: + 9340-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cerebroside sulfatase:MRat:24H:Urine:Qn: + 9341-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:Prctl:Pt:Ser/Plas:Qn: + 9342-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1:MCnc:Pt:Urine:Qn: + 9343-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 1/Coproporphyrin.total:MRto:24H:Urine:Qn: + 9344-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin 3:MCnc:Pt:Urine:Qn: + 9345-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:MCnc:Pt:Ser/Plas:Qn:Calculated + 9346-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH.combined acid:LsCnc:Pt:Gast fld:Qn: + 9347-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH.free acid:LsCnc:Pt:Gast fld:Qn: + 9348-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanidinoacetate:SCnc:Pt:Bld.dot:Qn: + 93488-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH.total acid:LsCnc:Pt:Gast fld:Qn: + 9349-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Hydroxy-3-Methylglutaryl-Coenzyme A Reductase Ab.IgG:ACnc:Pt:Ser:Qn:IA + 93493-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfhydryls:PrThr:Pt:Urine:Ord: + 9350-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol crystals:PrThr:Pt:Calculus:Ord:XR diffraction + 93504-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin I:SRat:24H:Urine:Qn: + 93505-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin III:SRat:24H:Urine:Qn: + 93506-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin I:SRat:24H:Urine:Qn: + 93507-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin III:SRat:24H:Urine:Qn: + 93508-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin I:SRat:24H:Urine:Qn: + 93509-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin III:SRat:24H:Urine:Qn: + 93510-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnc:Pt:BldA:Qn: + 93684-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Psychosine:SCnc:Pt:CSF:Qn: + 93686-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Psychosine:SCnt:Pt:RBC:Qn: + 93687-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Psychosine:SCnc:Pt:Bld.dot:Qn: + 93688-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nonalcoholic steatohepatitis score:Score:Pt:Ser/Plas:Qn: + 93692-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nonalcoholic steatohepatitis grade:Find:Pt:Ser/Plas:Ord: + 93693-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nonalcoholic steatohepatitis interpretation:Imp:Pt:Ser/Plas:Ord: + 93694-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver steatosis score:Score:Pt:Ser/Plas:Qn: + 93695-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver steatosis grade:Find:Pt:Ser/Plas:Ord: + 93696-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver steatosis interpretation:Imp:Pt:Ser/Plas:Ord: + 93697-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ethyl sulfate+Ethyl glucuronide:MCnc:Pt:Urine:Qn:Screen + 93706-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin I/Creatinine:SRto:Pt:Urine:Qn: + 93708-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin I/Creatinine:SRto:Pt:Urine:Qn: + 93709-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrin I/Creatinine:SRto:Pt:Urine:Qn: + 93710-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keratan sulfate:MCnc:Pt:Ser/Plas:Qn: + 93724-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan sulfate:MCnc:Pt:Ser/Plas:Qn: + 93725-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin^post meal:SCnc:Pt:Ser/Plas:Qn: + 93727-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Copper:SCnc:Pt:Dial fld:Qn: + 93728-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta-2-Microglobulin/Creatinine:Ratio:24H:Urine:Qn: + 93729-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:SCnc:Pt:Amnio fld:Qn: + 93730-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:Pt:Amnio fld:Qn: + 93731-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgE:ACnc:Pt:Tear:Qn: + 93732-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MRat:5H:Urine:Qn: + 93733-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:5H:Urine:Qn: + 93734-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SCnc:5H:Urine:Qn: + 93735-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein catabolic rate:MRat:24H:Urine:Qn: + 93746-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trimethylamine N-oxide:Sub:Pt:Ser:Qn: + 93765-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acarboxyprothrombin:ACnc:Pt:Ser/Plas:Qn: + 93768-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.intact+Beta subunit:MCnc:Pt:Ser/Plas:Qn: + 93769-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceramide trihexoside:SRto:Pt:Urine:Qn: + 93770-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calprotectin:MCnc:Pt:Synv fld:Qn: + 93771-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4-hydroxyglutamate/Creatinine:SRto:Pt:Urine:Qn: + 93772-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxycortisol:SCnc:Pt:Saliva:Qn: + 93773-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trans-cinnamoylglycine/Creatinine:SRto:Pt:Urine:Qn: + 93774-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Octenoate/Creatinine:SRto:Pt:Urine:Qn: + 93775-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glutathione reductase:MCnc:Pt:RBC:Ord: + 9379-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Stdy^mean:Ser/Plas:Qn: + 93791-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin sensitivity index:Ratio:Pt:Ser/Plas:Qn:Calculated + 93792-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin:ACnc:Stdy^mean:Ser/Plas:Qn: + 93793-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MRat:XXX:Stool:Qn: + 9380-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyridinoline:MRat:2H:Urine:Qn: + 9381-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coproporphyrin:MRat:XXX:Stool:Qn: + 9382-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-acetylgalactosamine-4-sulfatase/N-acetylgalactosamine-6-sulfatase:CRto:Pt:Urine:Qn: + 93852-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Acetylgalactosamine-6-Sulfatase:CCnc:Pt:Urine:Qn: + 93853-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iothalamate:MCnc:Pt:Urine:Qn: + 93855-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ceramide risk score:Score:Pt:Plas:Qn:Calculated + 93876-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Nervonoylsphingosine/N-Lignoceroylsphingosine:SRto:Pt:Plas:Qn: + 93877-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Stearoylsphingosine/N-Lignoceroylsphingosine:SRto:Pt:Plas:Qn: + 93878-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Palmitoylsphingosine/N-Lignoceroylsphingosine:SRto:Pt:Plas:Qn: + 93879-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Nervonoylsphingosine:SCnc:Pt:Plas:Qn: + 93880-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Stearoylsphingosine:SCnc:Pt:Plas:Qn: + 93881-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N-Palmitoylsphingosine:SCnc:Pt:Plas:Qn: + 93882-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iohexol:MCnc:Pt:Urine:Qn: + 93973-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iohexol:MCnc:Pt:Ser/Plas:Qn: + 93974-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea nitrogen^1H specimen:MCnc:Pt:Ser/Plas:Qn: + 93975-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Iothalamate:MCnc:Pt:Ser/Plas:Qn: + 93980-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + Acyl carnitine:MCnc:Pt:Plas:Qn: + 9402-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acylcarnitine:MCnc:Pt:Urine:Qn: + 9403-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adenosine deaminase:CCnc:Pt:Body fld:Qn: + 9404-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:Pt:Urine:Qn: + 9405-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Globulin:MRto:24H:Urine:Qn: + 9406-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Stool:Qn: + 9407-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aminobenzoate:MCnc:Pt:Ser/Plas:Qn: + 9408-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anabolic steroids:Prid:Pt:Urine:Nom: + 9409-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histamine:MRat:24H:Urine:Qn: + 9410-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hydrocorticosterone:MRat:24H:Urine:Qn: + 9411-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine:SCnc:Pt:CSF:Qn: + 9412-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipids:MRat:24H:Stool:Qn: + 9413-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:SCnc:24H:Urine:Qn: + 9414-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Crotonylglycine/Creatinine:SRto:Pt:Urine:Qn: + 94145-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2-Decenedioate/Creatinine:SRto:Pt:Urine:Qn: + 94146-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Sweat:Qn: + 94255-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Sweat:Qn: + 94256-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquinone 10:SCnt:Pt:WBC:Qn: + 94270-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,3-dinor 11 beta-Prostaglandin F2 alpha/Creatinine:MRto:24H:Urine:Qn: + 94381-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal:PrThr:Pt:Ser/Plas:Ord: + 94400-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lysosomal enzymes screen:Imp:Pt:Urine:Nar: + 94423-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Oxopregnanetriol:MRat:24H:Urine:Qn: + 9445-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MCnc:Pt:RBC:Qn: + 9446-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptacarboxylporphyrin:MCnc:Pt:Ser/Plas:Qn: + 9447-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptaporphyrin:MCnc:Pt:Urine:Qn: + 9448-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Galactosylceramidase:CCnt:Pt:WBC:Qn:Confirm + 94487-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase:CCnt:Pt:WBC:Qn:Confirm + 94488-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + Heptaporphyrin:MRat:24H:Urine:Qn: + 9449-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protoporphyrin.free:MCnc:Pt:RBC:Qn: + 94491-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MCnc:Pt:RBC:Qn: + 9450-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MCnc:Pt:Ser/Plas:Qn: + 9451-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexaporphyrin:MCnc:Pt:Urine:Qn: + 9452-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Histidine:SCnc:Pt:CSF:Qn: + 9453-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoheptacarboxylporphyrin:MRat:24H:Stool:Qn: + 94549-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin I:MRat:24H:Stool:Qn: + 94550-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin III:MRat:24H:Stool:Qn: + 94551-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isohexacarboxylporphyrin:MRat:24H:Stool:Qn: + 94552-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isopentacarboxylporphyrin:MRat:24H:Stool:Qn: + 94553-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Soluble CD14 subtype:MCnc:Pt:Ser/Plas/Bld:Qn:IA + 94554-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine^post therapeutic diet:SCnc:Pt:Ser/Plas:Qn: + 94567-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine^post therapeutic diet:SCnc:Pt:Ser/Plas:Qn: + 94568-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Leucine^post therapeutic diet:SCnc:Pt:Ser/Plas:Qn: + 94569-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine^post therapeutic diet:SCnc:Pt:Ser/Plas:Qn: + 94570-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alloisoleucine:SCnc:Pt:Bld.dot:Qn: + 94572-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Water:Qn: + 9467-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 24r-Hydroxycalcidiol+24r-Hydroxyercalcidiol:MCnc:Pt:Ser/Plas:Qn: + 94672-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+ercalcidiol/24r-Hydroxycalcidiol+24r-Hydroxyercalcidiol:MRto:Pt:Ser/Plas:Qn: + 94673-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine and Cystatin C-based formula (CKD-EPI) + 94677-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chondroitin-6-sulfate/Creatinine:Ratio:Pt:Urine:Qn: + 94690-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dermatan sulfate/Creatinine:Ratio:Pt:Urine:Qn: + 94692-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Heparan sulfate/Creatinine:Ratio:Pt:Urine:Qn: + 94693-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartylglycosamine:SCnc:Pt:CSF:Qn: + 94713-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MRat:24H:Urine:Qn:Electrophoresis + 94714-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MRat:24H:Urine:Qn:Electrophoresis + 94715-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha defensins 1+2+3:PrThr:Pt:Synv fld:Ord:IA + 94718-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexanoylglycine:SCnc:Pt:Urine:Qn: + 9476-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Magnesium:MCnc:Pt:Water:Qn: + 9478-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Water:Qn: + 9481-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:MCnc:Pt:Water:Qn: + 9482-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium:MCnc:Pt:Urine^Fetus:Qn: + 94839-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SCnc:Pt:Urine^Fetus:Qn: + 94840-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Potassium:SCnc:Pt:Urine^Fetus:Qn: + 94841-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:SCnc:Pt:Urine^Fetus:Qn: + 94842-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Osmolality:Osmol:Pt:Urine^Fetus:Qn: + 94843-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Urine^Fetus:Qn: + 94844-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium:MCnc:Pt:Water:Qn: + 9485-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glycerol:SCnc:Pt:Ser:Qn:Calculated + 94858-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfate:MCnc:Pt:Water:Qn: + 9486-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transthyretin:Mass:Pt:Bld:Qn: + 94860-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transthyretin - transthyretin peak 2:MDiff:Pt:Bld:Qn: + 94861-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transthyretin peak 2:Mass:Pt:Bld:Qn: + 94862-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transthyretin width at half peak height:Mass:Pt:Bld:Qn: + 94863-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride^^corrected for glycerol:MCnc:Pt:Ser:Qn: + 94865-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7-Alpha hydroxy-4-cholesten-3-one:MCnc:Pt:Ser/Plas:Qn: + 94866-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholinesterase:CCnc:Pt:Ser:Qn: + 9509-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Citrulline:MCnc:Pt:CSF:Qn: + 9511-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin:PrThr:Pt:Urine:Ord:Detection limit <= 20 mg/L test strip + 95232-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Albumin/Creatinine:PrThr:Pt:Urine:Ord:Detection limit <= 20 mg/L test strip + 95233-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin:MRat:24H:Urine:Qn: + 9527-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intrinsic factor blocking Ab:PrThr:Pt:Ser:Ord:RIA + 9537-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiotensin (1-7):MCnc:Pt:Plas:Qn: + 95516-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Evidence of adrenal cortical hormone excess:PrThr:24H:Urine:Ord: + 95559-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androsterone:Zscore:24H:Urine:Qn: + 95560-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Etiocholanolone:Zscore:24H:Urine:Qn: + 95561-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dehydroepiandrosterone:Zscore:24H:Urine:Qn: + 95562-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone:MRat:24H:Urine:Qn: + 95563-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16-Alpha hydroxydehydroepiandrosterone:Zscore:24H:Urine:Qn: + 95564-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Pregnenetriol:MRat:24H:Urine:Qn: + 95565-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Pregnenetriol:Zscore:24H:Urine:Qn: + 95566-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Pregnenediol:MRat:24H:Urine:Qn: + 95567-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Pregnenediol:Zscore:24H:Urine:Qn: + 95568-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydro-11-corticosterone:MRat:24H:Urine:Qn: + 95569-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydro-11-corticosterone:Zscore:24H:Urine:Qn: + 95570-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocorticosterone:MRat:24H:Urine:Qn: + 95571-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Deoxytetrahydrocorticosterone:Zscore:24H:Urine:Qn: + 95572-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanediol:Zscore:24H:Urine:Qn: + 95573-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17 alpha-Hydroxypregnanolone:MRat:24H:Urine:Qn: + 95574-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17 alpha-Hydroxypregnanolone:Zscore:24H:Urine:Qn: + 95575-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriol:Zscore:24H:Urine:Qn: + 95576-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnanetriolone:Zscore:24H:Urine:Qn: + 95577-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrodeoxycortisol:Zscore:24H:Urine:Qn: + 95578-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol:Zscore:24H:Urine:Qn: + 95579-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6-Beta-Hydroxycortisol:Zscore:24H:Urine:Qn: + 95580-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisol:Zscore:24H:Urine:Qn: + 95581-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5-Alpha tetrahydrocortisol:Zscore:24H:Urine:Qn: + 95582-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortol:Zscore:24H:Urine:Qn: + 95583-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyandrosterone:Zscore:24H:Urine:Qn: + 95584-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Hydroxyetiocholanolone:Zscore:24H:Urine:Qn: + 95585-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:Zscore:24H:Urine:Qn: + 95586-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocortisone:Zscore:24H:Urine:Qn: + 95587-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha cortolone:Zscore:24H:Urine:Qn: + 95588-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone:MRat:24H:Urine:Qn: + 95589-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta cortolone:Zscore:24H:Urine:Qn: + 95590-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11-Ketoetiocholanolone:Zscore:24H:Urine:Qn: + 95591-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ercalcidiol:MCnc:Pt:BldC:Qn: + 95593-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol:MCnc:Pt:BldC:Qn: + 95594-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcidiol+ercalcidiol:MCnc:Pt:BldC:Qn: + 95595-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anion gap 3:SCnc:Pt:Bld:Qn: + 95718-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.1-84:SCnc:Pt:Ser/Plas:Qn:IA + 95768-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tetrahydrocorticosterone:MRat:24H:Urine:Qn: + 9579-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:PrThr:Pt:Urine:Ord: + 95807-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^90M post dose macimorelin:MCnc:Pt:Ser:Qn:IA + 95847-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^60M post dose macimorelin:MCnc:Pt:Ser:Qn:IA + 95848-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^45M post dose macimorelin:MCnc:Pt:Ser:Qn:IA + 95849-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Somatotropin^30M post dose macimorelin:MCnc:Pt:Ser:Qn:IA + 95850-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uracil:MCnc:Pt:Ser/Plas:Qn: + 96043-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Human epididymis protein 4:MCnc:Pt:Ser/Plas:Qn: + 96044-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17-Hydroxyprogesterone:MRat:24H:Urine:Qn: + 9616-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chylomicrons:MCnc:Pt:Plr fld:Qn: + 9617-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Plr fld:Qn: + 9618-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Plr fld:Qn: + 9619-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta:MCnc:Pt:Plr fld:Qn: + 9620-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.pre-beta:MCnc:Pt:Plr fld:Qn: + 9621-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phytonadione:MCnc:Pt:Ser/Plas:Qn: + 9622-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valine:PrThr:Pt:Urine:Ord: + 9623-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vanillylmandelate:MCnc:Pt:Urine:Qn: + 9624-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Copper.free:SCnc:Pt:Ser/Plas:Qn: + 96256-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Copper.free:MCnc:Pt:Ser/Plas:Qn: + 96257-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:SCnc:Pt:Ser/Plas:Qn:Calculated.Martin-Hopkins + 96258-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Ser/Plas:Qn:Calculated.Martin-Hopkins + 96259-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pregnenolone sulfate:MCnc:Pt:Ser/Plas:Qn: + 96291-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 18-Hydroxycorticosterone:MRat:24H:Urine:Qn: + 9639-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstanediol:MCnc:Pt:Ser/Plas:Qn: + 9640-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol binding protein/Creatinine:MRto:24H:Urine:Qn: + 96400-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol binding protein/Creatinine:MRto:Pt:Urine:Qn: + 96402-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Para aminohippurate renal clearance/1.73 sq M:ArVRat:Stdy:Urine+Ser/Plas:Qn: + 96404-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Filtration Fraction:AFr:Stdy:Urine+Ser/Plas:Qn: + 96405-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Retinol binding protein:MCnc:24H:Urine:Qn: + 96406-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^30M post sham feeding:MCnc:Pt:Ser/Plas:Qn: + 96407-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^25M post sham feeding:MCnc:Pt:Ser/Plas:Qn: + 96408-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^20M post sham feeding:MCnc:Pt:Ser/Plas:Qn: + 96409-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Catecholamines/Creatinine:MRto:Pt:Urine:Qn: + 9641-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^15M post sham feeding:MCnc:Pt:Ser/Plas:Qn: + 96410-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^10M post sham feeding:MCnc:Pt:Ser/Plas:Qn: + 96411-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^5M post sham feeding:MCnc:Pt:Ser/Plas:Qn: + 96412-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pancreatic polypeptide^post CFst:MCnc:Pt:Ser/Plas:Qn: + 96413-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.BB/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn: + 9642-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Daratumumab:PrThr:Pt:Ser:Ord:Immunofixation + 96420-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone:MCnc:Pt:Bld.dot:Qn: + 96421-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisone:MCnc:Pt:Bld.dot:Qn: + 96422-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:Pt:Bld.dot:Qn: + 96423-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone/Cortisol:MRto:Pt:Bld.dot:Qn: + 96424-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol/Cortisone:MRto:Pt:Bld.dot:Qn: + 96425-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatine kinase.MM/Creatine kinase.total:CFr:Pt:Ser/Plas:Qn: + 9643-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cystine:PrThr:Pt:Urine:Ord: + 9644-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine/Creatinine:MRto:Pt:Urine:Qn: + 9645-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hepatocellular carcinoma risk:Score:Pt:^Patient:Qn:GALAD + 96450-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin^post thyroglobulin antibody neutralization:MCnc:Pt:Ser/Plas:Qn:IA + 96460-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin releasing polypeptide prohormone:MCnc:Pt:Ser/Plas:Qn:IA + 96461-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thiosulfate:MCnc:Pt:Bld:Qn: + 9647-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Osmolality:Ratio:Pt:Urine:Qn: + 96504-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor.soluble:ACnc:Pt:Ser/Plas:Qn: + 9654-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testosterone.free:SCnc:Pt:Ser/Plas:Qn:Calculated + 96559-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alanine aminotransferase:CCnc:Pt:Bld.dot:Qn: + 96586-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aspartate aminotransferase:CCnc:Pt:Bld.dot:Qn: + 96587-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol:MCnc:Pt:Bld.dot:Qn: + 96588-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.total/Cholesterol.in HDL:MRto:Pt:Bld.dot:Qn: + 96589-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:MCnc:Pt:Bld.dot:Qn: + 96590-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.black:ArVRat:Pt:Bld.dot:Qn: + 96591-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted.non black:ArVRat:Pt:Bld.dot:Qn: + 96592-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma glutamyl transferase:CCnc:Pt:Bld.dot:Qn: + 96593-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Bld.dot:Qn: + 96594-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin A1c/Hemoglobin.total:MFr:Pt:Bld.dot:Qn: + 96595-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL:MCnc:Pt:Bld.dot:Qn: + 96596-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL:MCnc:Pt:Bld.dot:Qn:Direct assay + 96597-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triglyceride:MCnc:Pt:Bld.dot:Qn: + 96598-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:Prostatic fld:Qn: + 96717-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Connective tissue:PrThr:Pt:Stool:Ord:Microscopy.light + 96733-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acid salts:PrThr:Pt:Stool:Ord:Microscopy.light + 96734-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lipoprotein.beta.subparticle.medium:SCnc:Pt:Ser:Qn: + 96735-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Squamous cell carcinoma Ag:MCnc:Pt:Ser/Plas:Qn: + 9679-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrins:SCnc:Pt:Urine:Qn: + 96795-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 24H predicted protein:MRat:Pt:Urine:Qn:Calculated + 96803-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 24H predicted protein:MRatRange:Pt:Urine:Qn:Calculated + 96804-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3-Methoxy-4-Hydroxyphenylglycol:MRat:24H:Urine:Qn: + 9695-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in LDL.small dense:SCnc:Pt:Ser/Plas:Qn: + 96959-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Insulin type:Prid:Pt:Ser/Plas:Nom:LC/MS/MS + 97004-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interferon.beta:MCnc:Pt:Ser/Plas:Qn: + 97051-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 2:MCnc:Pt:Ser/Plas:Qn: + 97052-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macrophage inflammatory protein 1.alpha:MCnc:Pt:Ser/Plas:Qn: + 97053-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Granulocyte macrophage colony stimulating factor:MCnc:Pt:Ser/Plas:Qn: + 97054-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tau protein.phosphorylated 181/Amyloid beta 42 peptide:Ratio:Pt:CSF:Qn: + 97102-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 2:MCnc:Pt:Urine:Qn:IA + 97105-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hepatitis A virus cellular receptor 1:MCnc:Pt:Urine:Qn:IA + 97106-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 19:MCnc:Pt:Ser/Plas:Qn:IA + 97107-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Guanidinoacetate:SCnc:Pt:Urine:Qn: + 97148-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pro prostate specific Ag isoform 2:MCnc:Pt:Ser/Plas:Qn:IA + 97149-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prostate health index:Score:Pt:Ser/Plas:Qn:Calculated + 97150-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:MRat:24H:Urine:Qn: + 97164-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Triiodothyronine:SRat:24H:Urine:Qn: + 97165-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:MRat:24H:Urine:Qn: + 97166-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine:SRat:24H:Urine:Qn: + 97167-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:MRat:24H:Urine:Qn: + 97168-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:SRat:24H:Urine:Qn: + 97169-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hexacarboxylporphyrin/Creatinine:SRto:Pt:Urine:Qn: + 97171-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea/Creatinine:MRto:Pt:Urine:Qn: + 97187-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-2-Macroglobulin:MCnc:Pt:Urine:Qn: + 97189-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pentacarboxylporphyrins:MRat:24H:Urine:Qn: + 9730-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoethanolamine:MRat:24H:Urine:Qn: + 9731-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Phosphoserine:MRat:24H:Urine:Qn: + 9732-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Porphyrins:MRat:24H:Stool:Qn: + 9733-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 9734-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Uroporphyrin/Porphyrins.total:MFr:24H:Stool:Qn: + 9735-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Neopterin:SCnc:Pt:Ser/Plas:Qn: + 9740-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride:SRat:24H:Stool:Qn: + 9742-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Isoleucine:MCnc:Pt:CSF:Qn: + 9743-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 9744-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:Pt:Urine:Qn:Electrophoresis + 9745-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose standard deviation:MCnc:RptPeriod:Interstitial fluid:Qn:Calculated + 97505-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose management indicator:NFr:RptPeriod:Interstitial fluid:Qn:Calculated + 97506-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:RptPeriod^mean:Interstitial fluid:Qn:Calculated + 97507-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose measurements in range/Total glucose measurements:NFr:RptPeriod:Interstitial fluid:Qn:Calculated + 97510-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH:LsCnc:Pt:BldCV:Qn: + 97536-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pH^^adjusted to patient's actual temperature:LsCnc:Pt:BldCV:Qn: + 97537-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:PPres:Pt:BldCV:Qn: + 97538-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide^^adjusted to patient's actual temperature:PPres:Pt:BldCV:Qn: + 97539-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen:PPres:Pt:BldCV:Qn: + 97540-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen^^adjusted to patient's actual temperature:PPres:Pt:BldCV:Qn: + 97541-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen content:SCnc:Pt:BldCV:Qn: + 97542-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate:SCnc:Pt:BldCV:Qn: + 97543-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bicarbonate^^standard:SCnc:Pt:BldCV:Qn: + 97544-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon dioxide:SCnc:Pt:BldCV:Qn: + 97545-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess:SCnc:Pt:BldCV:Qn:Calculated + 97546-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldCV:Qn: + 97547-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base deficit:SCnc:Pt:BldCV:Qn: + 97548-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxygen saturation:MFr:Pt:BldCV:Qn: + 97549-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carboxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCV:Qn: + 97551-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCV:Qn: + 97552-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Deoxyhemoglobin/Hemoglobin.total:MFr:Pt:BldCV:Qn: + 97553-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Methemoglobin/Hemoglobin.total:MFr:Pt:BldCV:Qn: + 97554-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hemoglobin:MCnc:Pt:BldC:Qn:Oximetry + 97556-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glial fibrillary acidic protein+Ubiquitin carboxyl-terminal hydrolase-L1:Imp:Pt:Plas:Ord: + 97603-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glial fibrillary acidic protein:MCnc:Pt:Plas:Qn:IA + 97604-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquitin carboxyl-terminal hydrolase-L1:MCnc:Pt:Plas:Qn:IA + 97605-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroglobulin:SCnc:Pt:Tiss.FNA:Qn: + 97640-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2,3-dinor 11 beta-Prostaglandin F2 alpha/Creatinine:MRto:Pt:Urine:Qn: + 97658-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:SCnc:Pt:Asp:Qn: + 97741-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Estradiol:MCnc:Pt:Asp:Qn: + 97742-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 125:ACnc:Pt:Asp:Qn: + 97743-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enolase.neuron specific:MCnc:Pt:Asp:Qn: + 97744-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:ACnc:Pt:Asp:Qn: + 97745-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein:MCnc:Pt:Asp:Qn: + 97746-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carcinoembryonic Ag:MCnc:Pt:Asp:Qn: + 97747-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cytokeratin 19:MCnc:Pt:Asp:Qn: + 97748-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 15-3:ACnc:Pt:Asp:Qn: + 97749-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 19-9:ACnc:Pt:Asp:Qn: + 97750-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ammonia:SCnt:Pt:Stool:Qn: + 97753-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:SCnc:Pt:Body fld:Qn: + 97754-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Oxalate:MCnc:Pt:Body fld:Qn: + 97755-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:MCnc:Pt:Body fld:Qn: + 97756-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Androstenedione:SCnc:Pt:Body fld:Qn: + 97757-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Parathyrin.intact:SCnc:Pt:Body fld:Qn: + 97762-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 97763-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin/Protein.total:MFr:24H:Urine:Qn:Electrophoresis + 97764-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG subclass 2:MCnc:Pt:Body fld:Qn: + 97766-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IgG subclass 4:MCnc:Pt:Body fld:Qn: + 97767-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bilirubin:SCnc:Pt:BldC:Qn: + 97770-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 1:MCnc:24H:Urine:Qn:Electrophoresis + 97771-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 1:MCnc:Pt:Urine:Qn:Electrophoresis + 97772-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldCoA:Qn:Calculated + 97773-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldCoV:Qn:Calculated + 97774-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base excess^^standard:SCnc:Pt:BldCo:Qn:Calculated + 97775-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urea^1H specimen:SCnc:Pt:Dial fld:Qn: + 97776-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine^1H specimen:SCnc:Pt:Dial fld:Qn: + 97777-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose^1H specimen:SCnc:Pt:Dial fld:Qn: + 97778-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium^1H specimen:SCnc:Pt:Dial fld:Qn: + 97779-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium^2H specimen:SCnc:Pt:Dial fld:Qn: + 97780-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sodium^4H specimen:SCnc:Pt:Dial fld:Qn: + 97781-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cathepsin D:SCnt:Pt:Tiss:Qn: + 9794-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/Body surface area:ArVRat:Pt:Ser/Plas:Qn:Creatinine-based formula (CKD-EPI) + 97952-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rivalta test:PrThr:Pt:Body fld:Ord: + 98021-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lecithin:PrThr:Pt:Semen:Ord:Microscopy.light + 98027-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 33:MCnc:Pt:Ser/Plas:Qn: + 98096-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymic stromal lymphopoietin:MCnc:Pt:Ser/Plas:Qn: + 98097-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 17F:MCnc:Pt:Ser/Plas:Qn: + 98098-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 21:MCnc:Pt:Ser/Plas:Qn: + 98099-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 22:MCnc:Pt:Ser/Plas:Qn: + 98100-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 23:MCnc:Pt:Ser/Plas:Qn: + 98101-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-X-C motif) ligand 10:MCnc:Pt:Ser/Plas:Qn: + 98102-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 9:MCnc:Pt:Ser/Plas:Qn: + 98103-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 15:MCnc:Pt:Ser/Plas:Qn: + 98104-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 16:MCnc:Pt:Ser/Plas:Qn: + 98105-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Brain-derived neurotrophic factor:MCnc:Pt:Ser/Plas:Qn: + 98106-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Macrophage colony-stimulating factor:MCnc:Pt:Ser/Plas:Qn: + 98107-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 11:MCnc:Pt:Ser/Plas:Qn: + 98108-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 8:MCnc:Pt:Ser/Plas:Qn: + 98109-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chromogranin A:MCnc:Pt:Ser/Plas:Qn: + 9811-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 7:MCnc:Pt:Ser/Plas:Qn: + 98110-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 4:MCnc:Pt:Ser/Plas:Qn: + 98111-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 20:MCnc:Pt:Ser/Plas:Qn: + 98112-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 5:MCnc:Pt:Ser/Plas:Qn: + 98113-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-X3-C motif) ligand 1:MCnc:Pt:Ser/Plas:Qn: + 98114-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-X-C motif) ligand 9:MCnc:Pt:Ser/Plas:Qn: + 98115-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-C motif) ligand 27:MCnc:Pt:Ser/Plas:Qn: + 98116-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fibroblast growth factor 2:MCnc:Pt:Ser/Plas:Qn: + 98117-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vascular endothelial growth factor C:MCnc:Pt:Ser/Plas:Qn: + 98118-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angiopoietin 2 receptor:MCnc:Pt:Ser/Plas:Qn: + 98119-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^PM trough specimen:MCnc:Pt:Ser/Plas:Qn: + 9812-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Intercellular adhesion molecule 1:MCnc:Pt:Ser/Plas:Qn: + 98120-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein/Creatinine:PrThr:Pt:Urine:Ord:Test strip + 98121-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thymol turbidity test:Arb:Pt:Bld:Qn: + 98129-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cortisol^AM peak specimen:MCnc:Pt:Ser/Plas:Qn: + 9813-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thyroxine.free:SCnc:Pt:BldCo:Qn: + 98182-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chemokine (C-X-C motif) ligand 1:MCnc:Pt:Ser/Plas:Qn: + 98237-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Platelet-derived growth factor B+BB:MCnc:Pt:Ser/Plas:Qn: + 98238-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MRat:24H:Urine:Qn: + 9829-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.total/Cholesterol.in HDL:MRto:Pt:Ser/Plas:Qn: + 9830-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MRat:24H:Urine:Qn: + 9831-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 2:MCnc:Pt:Ser/Plas:Qn: + 9832-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.in HDL 3:MCnc:Pt:Ser/Plas:Qn: + 9833-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E phenotype:Prid:Pt:CSF:Nom: + 98483-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E phenotype:Imp:Pt:CSF:Nar: + 98484-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Amyloid beta 42 peptide/Amyloid beta 40 peptide:MRto:Pt:CSF:Qn: + 98485-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Apolipoprotein E:MCnc:Pt:CSF:Qn: + 98486-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alzheimer's disease risk:Score:Pt:CSF:Qn:Calculated + 98487-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Liver fibrosis score:Score:Pt:Ser:Qn:Calculated.FIB4 + 98488-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transforming growth factor beta.free:MCnc:Pt:Ser/Plas:Qn: + 98860-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transforming growth factor beta:MCnc:Pt:Ser/Plas:Qn: + 98861-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Periostin:SCnc:Pt:Ser/Plas:Qn:IA + 98958-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine-based formula (CKD-EPI 2021) + 98979-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glomerular filtration rate/1.73 sq M.predicted:ArVRat:Pt:Ser/Plas/Bld:Qn:Creatinine and Cystatin C-based formula (CKD-EPI 2021) + 98980-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Urate:MCnc:Pt:Bld:Qn: + 98981-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chloride/Creatinine:SRto:24H:Urine:Qn: + 98986-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C reactive protein:ACnc:Pt:Body fld:Qn: + 98987-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Acid glycoprotein/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 98992-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 98993-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha 1 antitrypsin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 98994-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin/Protein.total:MFr:Pt:Ser/Plas:Qn:Electrophoresis + 98995-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transferrin:MCnc:Pt:Ser/Plas:Qn:Electrophoresis + 98996-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine.free:SRat:24H:Urine:Qn: + 99047-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Metanephrine.free:SCnc:Pt:Urine:Qn: + 99048-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acidity.titratable:SCnc:24H:Urine:Qn: + 99049-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + n-Acetylglycine/Creatinine:MRto:Pt:Urine:Qn: + 99059-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cholesterol.esterified actual/normal:RelACnc:Pt:Fibroblasts:Qn: + 99061-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Free water clearance:VRat:Pt:Urine+Ser/Plas:Qn: + 99063-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Calcium/Creatinine:MRto:Pt:Urine^Fetus:Qn: + 99074-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin/Creatinine:MRto:24H:Urine:Qn: + 99075-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Microglobulin:MCnc:24H:Urine:Qn: + 99076-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alpha-1-Fetoprotein.L3:MCnc:Pt:Ser/Plas:Qn:IA + 99077-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Procalcitonin:SCnc:Pt:Ser/Plas:Qn: + 99099-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Norepinephrine:MCnc:Pt:Ser/Plas:Qn: + 99100-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 242:ACnc:Pt:Ser/Plas:Qn: + 99101-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gastrin releasing polypeptide:ACnc:Pt:Ser/Plas:Qn: + 99102-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor.alpha:ACnc:Pt:Ser/Plas:Qn: + 99103-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin:MCnc:Pt:Urine:Qn: + 99104-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.beta subunit heterophile Ab interference:PrThr:Pt:Ser:Ord: + 99307-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase cross-reactive immunologic material (CRIM):PrThr:Pt:WBC:Ord:IB + 99308-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acid alpha glucosidase cross-reactive immunologic material (CRIM):PrThr:Pt:Tissue:Ord:IB + 99309-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Vasopressin:SCnc:Pt:Urine:Qn: + 99378-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cancer Ag 50:ACnc:Pt:Body fld:Qn: + 99382-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creatinine:SRat:6H:Urine:Qn: + 99384-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbon monoxide:SCnc:Pt:Bld:Qn: + 99387-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.tumor marker:ACnc:Pt:Asp:Qn: + 99388-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Choriogonadotropin.tumor marker:ACnc:Pt:Plr fld:Qn: + 99389-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:SCnc:Pt:Ovarian asp:Qn: + 99390-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Progesterone:MCnc:Pt:Ovarian asp:Qn: + 99391-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sulfocysteine:SCnc:Pt:Urine:Qn: + 99392-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Zonulin:MCnc:Pt:Stool:Qn: + 99399-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Myeloperoxidase:MCnc:Pt:Ser:Qn:IA + 99407-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Matrix metallopeptidase 9:MCnc:Pt:Ser:Qn:IA + 99408-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta globulin:MCnc:Pt:Ser/Plas:Qn:Immunofixation + 99412-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gamma globulin:MCnc:Pt:Ser/Plas:Qn:Immunofixation + 99414-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 1:MCnc:Pt:Ser/Plas:Qn:Immunofixation + 99415-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 2:MCnc:Pt:Ser/Plas:Qn:Immunofixation + 99416-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose:MCnc:Pt:Interstitial fluid:Qn: + 99504-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protein.monoclonal band 1/Protein.total:MFr:Pt:Urine:Qn:Electrophoresis + 99599-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 1 globulin:MCnc:24H:Urine:Qn:Electrophoresis + 99600-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Beta 2 globulin:MCnc:24H:Urine:Qn:Electrophoresis + 99601-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glucose/Creatinine:SRto:24H:Urine:Qn: + 99602-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Trienoate/Arachidonate:SRto:Pt:RBC.lysate:Qn: + 99616-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.saturated:SCnc:Pt:RBC.lysate:Qn: + 99617-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.monounsaturated:SCnc:Pt:RBC.lysate:Qn: + 99618-1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.polyunsaturated:SCnc:Pt:RBC.lysate:Qn: + 99619-9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.omega 3:SCnc:Pt:RBC.lysate:Qn: + 99620-7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fatty acids.omega 6:SCnc:Pt:RBC.lysate:Qn: + 99621-5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 12:MCnc:Pt:CSF:Qn: + 99765-0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 17:MCnc:Pt:CSF:Qn: + 99766-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 1 beta:MCnc:Pt:CSF:Qn: + 99767-6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 2 receptor.soluble:MCnc:Pt:CSF:Qn: + 99768-4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interleukin 8:MCnc:Pt:CSF:Qn: + 99769-2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tumor necrosis factor.alpha:MCnc:Pt:CSF:Qn: + 99770-0 + + + + + + + diff --git a/tests/test_converters/test_owl_to_fhir_codesystem.py b/tests/test_converters/test_owl_to_fhir_codesystem.py new file mode 100644 index 000000000..c674f4bf7 --- /dev/null +++ b/tests/test_converters/test_owl_to_fhir_codesystem.py @@ -0,0 +1,18 @@ +"""Tests for OWL to FHIR CodeSystem converter.""" +import unittest + +from oaklib.converters.owl_to_fhir_codesystem import convert +from tests import INPUT_DIR, OUTPUT_DIR + + +ONT = INPUT_DIR / "mondo-example.owl" +OUT = OUTPUT_DIR / "mondo-example.json" + + +class OwlToFhirConversionTest(unittest.TestCase): + """Tests""" + + def test_convert(self): + """Tests basic conversion""" + result = convert(ONT, OUT) + self.assertTrue(result is True) # todo