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. 解决mac中wxpython对64位的支持

    今天mac 10.10.5中安装wxpython,安装完wxpython使用import wx导入模块时出现 Traceback (most recent call last): File " ...

  2. 量子线路设计:减少CNOT和T门的意义。

    在量子线路的设计中,我们往往希望减少线路中的CNOT门和T门的数目,原因如下: 一般文献宣称减少T门的数量是为了更高效地执行容错量子计算(fault-tolerant quantum computat ...

  3. openEuler搭建k8s(1.28.2版本)

    目录 k8s搭建(1.28.2版本) 1. 安装containerd 1.1 下载tar包 1.2 编写服务单元文件 2. 安装runc 3. 安装cni插件 3.1 下载文件 3.2 设置crict ...

  4. 23.Kubernetes中的CRI

    Kubernetes中的CRI 前言 Kubernetes 节点的底层由一个叫做容器运行时的软件进行支撑,它主要负责启停容器. Docker 是目前最广为人知的容器运行时软件,但是它并非唯一.在这几年 ...

  5. HarmonyOS-Chat聊天室|纯血鸿蒙Next5 api12聊天app|ArkUI仿微信

    自研原生鸿蒙NEXT5.0 API12 ArkTS仿微信app聊天模板HarmonyOSChat. harmony-wechat原创重磅实战纯血鸿蒙OS ArkUI+ArkTs仿微信App聊天实例.包 ...

  6. AI运动小程序开发常见问题集锦一

    截止到现在写博文时,我们的AI运动识别小程序插件已经迭代了23个版本,成功应用于健身.体育.体测.AR互动等场景:为了让正在集成或者计划进行功能扩展优化的用户,少走弯路.投入更少的开发资源,我们归集了 ...

  7. linux找到目录下的大文件

    用这个命令找一下大于800M的文件 find . -type f -size +800M -print0 | xargs -0 ls -lh 非常方便 能看的到哪些文件有多大

  8. json数据对接

    1.前言 fastadmin框架本身封装了一系列接口和插件来对表格数据进行管理(新增,编辑,删除),但是其使用的bootstrapTable基于jquery开发,基于某些原因,我们想要使用Vue框架代 ...

  9. canvas(六)绘制带说明的饼图

    1.前言 将以下数据渲染成饼图,数据格式: var data = [ {value:"10",title:"16-22的年龄人数"}, {value:" ...

  10. 借助AI助手分析LlamaIndex的工作流可视化

    接续上次的讨论,我们上次主要分析了LlamaIndex工作流的核心流程,当前还剩下一行代码需要关注,那就是关于工作流的可视化.今天我们的目标是深入理解这一可视化部分的主要流程,并且对其大体的实现方式进 ...