Apgar score
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的更多相关文章
- Lucene的评分(score)机制研究
首先,需要学习Lucene的评分计算公式—— 分值计算方式为查询语句q中每个项t与文档d的匹配分值之和,当然还有权重的因素.其中每一项的意思如下表所示: 表3.5 评分公式中的因子 评分因子 描 述 ...
- 设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。
一. 设有一数据库,包括四个表:学生表(Student).课程表(Course).成绩表(Score)以及教师信息表(Teacher).四个表的结构分别如表1-1的表(一)~表( ...
- 关于一道数据库例题的解析。为什么σ age>22 (πS_ID,SCORE (SC) ) 选项是错的?
本人大二学子.近段时间在做数据库复习题的时候遇到一道题,如下. 有关系SC(S_ID,C_ID,AGE,SCORE),查找年龄大于22岁的学生的学号和分数,正确的关系代数表达式是( ) . ⅰ. πS ...
- 利用SCORE法则来总结一次偷懒的单元测试过程
最近遇到一个单元测试的问题,本周正好学个了一个SCORE法则,这里正好练练手应用此法则将问题的前因后果分享给大家. S:背景 代码要有单元测试,检测的标准就是统计代码的单元测试覆盖率,程序员需要达到 ...
- Hiho coder 1236 2015 北京网络赛 Score
五维偏序..一开始被吓到了,后来知道了一种BITSET分块的方法,感觉非常不错. 呆马: #include <iostream> #include <cstdio> #incl ...
- 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; ...
- 第三题 有如下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 ...
- Competition-based User Expertise Score Estimation-20160520
1.Information publication:sigir 2011 author:Jing Liu Harbin Institute of TechnologyMicrosoft Researc ...
- linux 终端报错 Out of memory: Kill process[PID] [process name] score问题分析
从Out of memory来看是内存超出了,后面的 Kill process[PID] [process name] score好像和进程有关了,下面我们就一起来看看linux 终端报错 Out o ...
- zoj3819Average Score
Average Score Time Limit: 2 Seconds Memory Limit: 65536 KB Bob is a freshman in Marjar Universi ...
随机推荐
- linux 基础(4)文件结构标准 FHS
使用 linux 进行各种各样开发的人实在太多了,因此一套统一的"什么文件存放在哪里"的规范应运而生,被称为 FHS(Filesystem Hierarchy Standard). ...
- 避免大量ifelse(枚举、工厂模式、策略模式)
枚举 public class Test { public static void main(String[] args) { System.out.println(judge("ROLE_ ...
- AI五子棋_08 五子棋落子规则对应的价值
AI五子棋 第八步 恭喜你到达第八步! 利用前一步得到的棋型分析结果,考察每一个可能落子的位置,给每一个可能的位置打分,将棋子落在分数最高的位置上.根据经验,我们可以总结出下面的落子规则: 1. 致胜 ...
- 开源一款AI聊天工具
学习Spring AI项目,开发一款问答工具 AI大模型请注册并生成API密钥 获取API密钥地址:https://bigmodel.cn/console/overview 开源地址:LuckyAI ...
- CentOS 7环境下DM8数据库的安装与配置
一.环境准备 首先,确保你的系统已经安装了CentOS 7,并且具有足够的磁盘空间和内存来支持DM8数据库的运行.此外,你还需要具备管理员权限,以便进行后续的安装和配置操作. 二.下载DM8安装包 访 ...
- chcapter 2 量子力学介绍
2.4.3 约化密度矩阵 对于A,B 构成的两体系统,A的约化密度矩阵可通过对系统B partial trace: 具体的操作为:首先把 AB 密度矩阵写成所有 ' 基矩阵叠加' 的展开形式,即每一 ...
- Linux Shell_函数
目录 简要介绍 系统函数 basename direname 自定义函数 基本语法 简要介绍 shell编程和其它编程语言一样,有系统函数,也可以自定义函数.系统函数中,我们这里就介绍两个. 系统函数 ...
- manim边做边学--圆锥
Cone是Manim中专门用于创建和操控锥形几何对象的类. Cone允许用户定义锥体的底面半径.高度.颜色.不透明度等属性,并提供了一系列方法来操控这个锥体,如移动.缩放.旋转等. 通过这些属性和方法 ...
- 2023NOIP A层联测26 T2 competition
2023NOIP A层联测26 T2 competition tjm 的做法,很抽象. 考场思路 考虑每道题被做过多少次肯定不现实,那么考虑每一道题有多少次没有做出来. 假设某一次可以做出来题 \(x ...
- 基于Spring源码分析AOP的实现机制
Spring一个重要的特性就是提供了AOP,使得我们可以在原有的基础上增加我们自己的系统业务逻辑.使得我们系统业务逻辑与应用业务逻辑相分离,耦合性降低,并且大大的提高了开发的效率.Spring的AOP ...