Body Mass Index - Primary Care

Tim Doran, Evangelos Kontopantelis, Jose M Valderas, Stephen Campbell, Martin Roland, Chris Salisbury, David Reeves

ID
C1747
Version ID
4632
Coding system
Read codes v2
Collections
ClinicalCodes Repository Phenotype Library
Tags
No tags
Owner
ieuan.scanlon

Description

No data available

Publications

Primary publication DOI
No data available
Primary publication link
No data available
Secondary publication link
No data available
Paper published
Published ✔
Source reference
No data available
Citation requirements
No data available

Clinical Code List


Name Version Type Logical type  
Doran_BodyMassIndex_jYa5SpvYCMjN2bxmvRWyk5_OXMISRead - Expression Select Add codes
Code Description
Q114.00 Low birthweight
647D.00 Child weight 3rd - 8th centile
22K..00 Body Mass Index
22K5.00 Body mass index 30+ - obesity
6471.00 Child weight < 3rd centile
22K6.00 Body mass index less than 20
22K1.00 Body Mass Index normal K/M2
22A..00 O/E - weight
22A3.00 O/E - weight within 10% ideal
22K8.00 Body mass index 20-24 - normal
...

Rows: 66
Code Description Entity type Coding System (OXMIS Read) Category
1621.00 Weight steady body_mass_index Read observation
1621.11 Weight static body_mass_index Read observation
1622.00 Weight increasing body_mass_index Read observation
1623.00 Weight decreasing body_mass_index Read observation
1624.00 Abnormal weight gain body_mass_index Read observation
1625.00 Abnormal weight loss body_mass_index Read observation
22A..00 O/E - weight body_mass_index Read observation
22A1.00 O/E - weight > 20% below ideal body_mass_index Read observation
22A2.00 O/E -weight 10-20% below ideal body_mass_index Read observation
22A3.00 O/E - weight within 10% ideal body_mass_index Read observation
22A4.00 O/E - weight 10-20% over ideal body_mass_index Read observation
22A4.11 O/E - overweight body_mass_index Read observation
22A5.00 O/E - weight > 20% over ideal body_mass_index Read observation
22A5.11 O/E - obese body_mass_index Read observation
22A6.00 O/E - Underweight body_mass_index Read observation
22A8.00 Weight loss from baseline weight body_mass_index Read observation
22AZ.00 O/E - weight NOS body_mass_index Read observation
22K..00 Body Mass Index body_mass_index Read observation
22K1.00 Body Mass Index normal K/M2 body_mass_index Read observation
22K2.00 Body Mass Index high K/M2 body_mass_index Read observation
22K3.00 Body Mass Index low K/M2 body_mass_index Read observation
22K4.00 Body mass index index 25-29 - overweight body_mass_index Read observation
22K5.00 Body mass index 30+ - obesity body_mass_index Read observation
22K6.00 Body mass index less than 20 body_mass_index Read observation
22K7.00 Body mass index 40+ - severely obese body_mass_index Read observation
22K8.00 Body mass index 20-24 - normal body_mass_index Read observation
22Z..00 Height and Weight body_mass_index Read observation
636..00 Birthweight of baby body_mass_index Read observation
636..11 Birthweight body_mass_index Read observation
636..12 Weight - baby body_mass_index Read observation
636Z.00 Birthweight of baby NOS body_mass_index Read observation
647..00 Child weight centiles body_mass_index Read observation
6471.00 Child weight < 3rd centile body_mass_index Read observation
6472.00 Child weight=3rd-9th centile body_mass_index Read observation
6473.00 Child weight=10th-24th centile body_mass_index Read observation
6474.00 Child weight=25th-49th centile body_mass_index Read observation
6475.00 Child weight=50th-74th centile body_mass_index Read observation
6476.00 Child weight=75th-89th centile body_mass_index Read observation
6477.00 Child weight=90th-96th centile body_mass_index Read observation
6478.00 Child weight > 97th centile body_mass_index Read observation
6479.00 Child weight < 0.4th centile body_mass_index Read observation
647A.00 Child weight = 0.4th centile body_mass_index Read observation
647B.00 Child weight 0.5th - 1.9th centile body_mass_index Read observation
647C.00 Child weight = 2nd centile body_mass_index Read observation
647D.00 Child weight 3rd - 8th centile body_mass_index Read observation
647E.00 Child weight 9th centile body_mass_index Read observation
647F.00 Child weight 10th - 24th centile body_mass_index Read observation
647G.00 Child weight = 25th centile body_mass_index Read observation
647H.00 Child weight 26th - 49th centile body_mass_index Read observation
647I.00 Child weight = 50th centile body_mass_index Read observation
647J.00 Child weight 51st - 74th centile body_mass_index Read observation
647K.00 Child weight = 75th centile body_mass_index Read observation
647L.00 Child weight 76th - 90th centile body_mass_index Read observation
647M.00 Child weight = 91st centile body_mass_index Read observation
647N.00 Child weight 92nd - 97th centile body_mass_index Read observation
647O.00 Child weight = 98th centile body_mass_index Read observation
647P.00 Child weight 98.1st - 99.6th centile body_mass_index Read observation
647Q.00 Child weight > 99.6th centile body_mass_index Read observation
647Z.00 Child weight centiles NOS body_mass_index Read observation
66C..11 Weight monitoring body_mass_index Read observation
Q111.00 Premature - weight 1000g-2499g or gestation of 28-37weeks body_mass_index Read observation
Q114.00 Low birthweight body_mass_index Read observation
Q114000 Birth weight 1000-2499 g body_mass_index Read observation
Q115.00 Extremely low birth weight infant body_mass_index Read observation
Q115000 Birth weight 999 g or less body_mass_index Read observation
Q120.00 Very large baby - weight greater than 4500gm body_mass_index Read observation

API

To Export Concept Details:

Format API
XML site_root/api/v1/public/concepts/C1747/version/4632/detail/?format=xml
JSON site_root/api/v1/public/concepts/C1747/version/4632/detail/?format=json
R Package

# Download here

library(ConceptLibraryClient)


# Connect to API

client = connect_to_API(public=TRUE)


# Get details of concept

details = get_concept_detail_by_version('C1747', '4632', api_client=client)

To Export Concept Code List:

Format API
XML site_root/api/v1/public/concepts/C1747/version/4632/export/codes/?format=xml
JSON site_root/api/v1/public/concepts/C1747/version/4632/export/codes/?format=json
CSV site_root/concepts/C1747/version/4632/export/codes/
R Package

# Download here

library(ConceptLibraryClient)


# Connect to API

client = connect_to_API(public=TRUE)


# Get codelist of concept

codelist = get_concept_code_list_by_version('C1747', '4632', api_client=client)

Version History

Version
ID
Name Owner Publish date
4632 Body Mass Index - Primary Care ieuan.scanlon 2021-10-06 currently shown

Export - Export all codes into a csv file/JSON/XML for the current concept version.

Print - Print page.

Components are individual rules matching a set of codes. One or more components are used to define the codes contained within a concept.