Apgar score

Apgar is a quick test performed on a baby at 1 and 5 minutes after birth. The 1-minute score determines how well the baby tolerated the birthing process. The 5-minute score tells the health care provider how well the baby is doing outside the mother's womb.

In rare cases, the test will be done 10 minutes after birth.

Virginia Apgar, MD (1909-1974) introduced the Apgar score in 1952.

How the Test is Performed

The Apgar test is done by a doctor, midwife, or nurse. The provider examines the baby's:

Breathing effort

Heart rate

Muscle tone

Reflexes

Skin color

Each category is scored with 0, 1, or 2, depending on the observed condition.

Breathing effort:

If the infant is not breathing, the respiratory score is 0.

If the respirations are slow or irregular, the infant scores 1 for respiratory effort.

If the infant cries well, the respiratory score is 2.

Heart rate is evaluated by stethoscope. This is the most important assessment:

If there is no heartbeat, the infant scores 0 for heart rate.

If heart rate is less than 100 beats per minute, the infant scores 1 for heart rate.

If heart rate is greater than 100 beats per minute, the infant scores 2 for heart rate.

Muscle tone:

If muscles are loose and floppy, the infant scores 0 for muscle tone.

If there is some muscle tone, the infant scores 1.

If there is active motion, the infant scores 2 for muscle tone.

Grimace response or reflex irritability is a term describing response to stimulation, such as a mild pinch:

If there is no reaction, the infant scores 0 for reflex irritability.

If there is grimacing, the infant scores 1 for reflex irritability.

If there is grimacing and a cough, sneeze, or vigorous cry, the infant scores 2 for reflex irritability.

Skin color:

If the skin color is pale blue, the infant scores 0 for color.

If the body is pink and the extremities are blue, the infant scores 1 for color.

If the entire body is pink, the infant scores 2 for color.

Apgar得分

Apgar是在出生后1分钟和5分钟对婴儿进行的快速测试。 1分钟的分数决定了婴儿对分娩过程的耐受程度。 5分钟的分数告诉医疗保健提供者婴儿在母亲子宫外的表现如何。

在极少数情况下,测试将在出生后10分钟进行。

弗吉尼亚阿普加医学博士(1909-1974)于1952年介绍了Apgar评分。

如何进行测试

Apgar测试由医生,助产士或护士完成。提供者检查婴儿的:

呼吸努力

心率

肌肉紧张

反射

肤色

每个类别的评分为0,1或2,具体取决于观察到的条件。

呼吸努力:

如果婴儿没有呼吸,呼吸分数为0。

如果呼吸缓慢或不规则,婴儿的呼吸努力得分为1。

如果婴儿哭得很好,呼吸分数为2。

通过听诊器评估心率。这是最重要的评估:

如果没有心跳,则婴儿的心率为0。

如果心率低于每分钟100次心跳,则婴儿的心率为1。

如果心率大于每分钟100次心跳,则婴儿的心率为2。

肌肉张力:

如果肌肉松弛且松弛,婴儿的肌肉音调得分为0。

如果有一些肌肉张力,婴儿得分为1。

如果存在主动运动,则婴儿的肌肉音调得分为2。

鬼脸反应或反射烦躁是描述刺激反应的术语,如轻度捏:

如果没有反应,婴儿的反射烦躁得分为0。

如果有做鬼脸,婴儿的反射烦躁得分为1。

如果有做鬼脸,咳嗽,打喷嚏或剧烈哭泣,婴儿的反射烦躁得分为2。

肤色:

如果肤色为淡蓝色,则婴儿的颜色为0。

如果身体是粉红色而四肢是蓝色,则婴儿的颜色为1。

如果整个身体是粉红色,婴儿的颜色为2。

Apgar score的更多相关文章

  1. Lucene的评分(score)机制研究

    首先,需要学习Lucene的评分计算公式—— 分值计算方式为查询语句q中每个项t与文档d的匹配分值之和,当然还有权重的因素.其中每一项的意思如下表所示: 表3.5 评分公式中的因子 评分因子 描 述 ...

  2. 设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。

    一.            设有一数据库,包括四个表:学生表(Student).课程表(Course).成绩表(Score)以及教师信息表(Teacher).四个表的结构分别如表1-1的表(一)~表( ...

  3. 关于一道数据库例题的解析。为什么σ age>22 (πS_ID,SCORE (SC) ) 选项是错的?

    本人大二学子.近段时间在做数据库复习题的时候遇到一道题,如下. 有关系SC(S_ID,C_ID,AGE,SCORE),查找年龄大于22岁的学生的学号和分数,正确的关系代数表达式是( ) . ⅰ. πS ...

  4. 利用SCORE法则来总结一次偷懒的单元测试过程

    最近遇到一个单元测试的问题,本周正好学个了一个SCORE法则,这里正好练练手应用此法则将问题的前因后果分享给大家. S:背景  代码要有单元测试,检测的标准就是统计代码的单元测试覆盖率,程序员需要达到 ...

  5. Hiho coder 1236 2015 北京网络赛 Score

    五维偏序..一开始被吓到了,后来知道了一种BITSET分块的方法,感觉非常不错. 呆马: #include <iostream> #include <cstdio> #incl ...

  6. Java-集合-第三题 有如下Student 对象, private String name; private int age; private int score; private String classNum; 其中,classNum 表示学生的班号,例如“class05”。 有如下List List list = new ArrayList(); l

    第三题 有如下Student 对象, private String name; private int age; private int score; private String classNum; ...

  7. 第三题 有如下Student 对象, private String name; private int age; private int score; private String classNum; 其中,classNum 表示学生的班号,例如“class05”。 有如下List List list = new ArrayList();

    list.add(new Student("Tom", 18, 100, "class05")); list.add(new Student("Jer ...

  8. Competition-based User Expertise Score Estimation-20160520

    1.Information publication:sigir 2011 author:Jing Liu Harbin Institute of TechnologyMicrosoft Researc ...

  9. linux 终端报错 Out of memory: Kill process[PID] [process name] score问题分析

    从Out of memory来看是内存超出了,后面的 Kill process[PID] [process name] score好像和进程有关了,下面我们就一起来看看linux 终端报错 Out o ...

  10. zoj3819Average Score

    Average Score Time Limit: 2 Seconds      Memory Limit: 65536 KB Bob is a freshman in Marjar Universi ...

随机推荐

  1. 布局(LinearLayout,RelativeLayout,FrameLayout,TableLayout,GridLayout,ConstraintLayout)

    LinearLayout layout_gravity:组件在父容器里的对齐方式 gravity:组件包含的所有子元素的对齐方式 layout_weight:在原有基础上分配剩余空间,一般把layou ...

  2. Java学习十六—掌握注解:让编程更简单

    一.关于注解 1.1 简介 Java 注解(Annotation)是一种特殊的语法结构,可以在代码中嵌入元数据.它们不直接影响代码的运行,但可以通过工具和框架提供额外的信息,帮助在编译.部署或运行时进 ...

  3. 2024年网鼎杯青龙组 pwn

    pwn2 开局泄露栈地址,又是栈溢出,直接栈转移拿下 from pwn import * from LibcSearcher import LibcSearcher #from Crypto.Util ...

  4. Min-25 筛小记

    Min-25 筛 参考 \(\text{OI-Wiki}\) 和 2018 集训队论文 朱震霆<一些特殊的数论函数求和问题>. \(\text{Min-25}\) 的本质是埃式筛和数论分块 ...

  5. [解决方案] 几种通过 iproute2 来打通不同节点间容器网络的方式

    几种通过 iproute2 来打通不同节点间容器网络的方式 几种通过 iproute2 来打通不同节点间容器网络的方式 host-gw ipip vxlan 背景 之前由于需要打通不同节点间的容器网络 ...

  6. 关于C++当中的“模板函数”

    本人C++草鸟,在工作当中遇到了这个问题,就简单做个记录.

  7. clone:克隆数据,可深度克隆

    这里列出了原始类型,时间.正则.错误.数组.对象的克隆规则,其他的可自行补充 function clone(value, deep){ if(isPrimitive(value)){ return v ...

  8. requests发送http请求、https请求

    requests是一个python的第三方库,用来发送http请求,也可以发送https请求 发送http请求时不需要ssl证书: url="http://xxxxx.com" r ...

  9. Flink CDC 实时同步 MySQL

    Flink CDC 系列文章 Flink CDC 实时同步 MySQL Flink CDC 实时同步 Oracle 准备工作 MySQL 数据库(version: 5.7.25),注意,MySQL 数 ...

  10. (Redis基础教程之九) 如何在Redis中使用Sorted Sets

    介绍 Redis是一个开源的内存中键值数据存储.在Redis的,排序集合类似于一个数据类型集在这两者都是串的非重复的组.不同之处在于,已排序集中的每个成员都与一个分数相关联,从而可以从最小分数到最大分 ...