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. Visual Studio 2022只能使用WSL调试问题处理

    删除项目的Properties目录下面的launchSettings.json文件

  2. 「模拟赛」多校 A 层联训 15

    比赛链接 A. 追逐游戏 (chase) 没啥意义的水题,但赛时没调出来. 分讨,LCA 设 \(S\) 和 \(T\) 的 LCA 为 \(lca\) \(S'\) 为 \(lca\) 的祖先节点的 ...

  3. .NET 9 中没有 wasi 实验性支持

    2023年10月份写个一篇<本计划在 .NET 8 中推出的 WASI 推迟到 .NET 9>[1],根据此问题,在 .NET 9 RTM 中似乎不会有wasi-experimental, ...

  4. C++ STL 容器简介

    1.总述 C++ STL(Standard Template Library)是 C++ 标准库的一部分,包括了许多数据结构的实现,提供了许多好用的轮子,同时,其设计思想也非常值得学习.其中,容器是 ...

  5. chapter4 quantum circuits

    本章内容为 P172--P215: 主机 word 文件为: chapter4.docx 详情见文件 chapter4.1_singlequbit.cdf  或主机同名文件 4.7 Simulatio ...

  6. Java 网络编程----初探Servlet

    Jave Web是java面向web开发的相关技术,他是相关技术的统称,并不是指某一个单一的技术.在我之前的博客中(Java网络编程----通过实现简易聊天工具来聊聊BIO模型 https://www ...

  7. 基于木舟平台浅谈surging 的热点KEY的解决方法

    一.概述 上篇文章介绍了基于surging的木舟平台如何构建起微服务,那么此篇文章将介绍基于木舟平台浅谈surging 的热点KEY的解决方法 木舟 (Kayak) 是什么? 木舟(Kayak)是基于 ...

  8. typescript 安装调试(二)

    一.安装ts-node 今天介绍另外一种更加方便的ts调试方式,需要安装以下几个库 第一个库是ts-node,这个库可以直接运行ts文件无需实时编译成js文件后再运行 安装命令  npm i ts-n ...

  9. 五、FreeRTOS学习笔记-任务创建和删除(动态方式)

    1任务控制块:保存任务的一些信息 (STM32的栈是由告高地址向低地址延伸的,由上向下生长) (STM32的堆是由告低地址向高地址延伸的,由下向上生长) 第一步申请内存 如下如所示步骤找到xTaskC ...

  10. python的orjson

    简介 首先我们先来了解下orjson的优缺点: 可以将datetime.date和time实例序列化为RFC 3339格式,例如:"2022-06-12T00:00:00+00:00&quo ...