Vital Signs
{{baseUrl}}/persons/:personId/chart/encounters/:encounterId/vitals/:vitalsId
Updates Vital Signs for the given person id, encounter id and vital signs Id.
put/persons/{personId}/chart/encounters/{encounterId}/vitals/{vitalsId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose vital signs are being retrieved
encounterIdstring required
(Required) (Required) The id of the encounter in which the vital signs were taken
vitalsIdstring required
(Required) (Required) The id of the vital signs that are being retrieved
Request body
7B7BbaseUrl7D7D1persons13ApersonId1chart1encounters13AencounterId1vitals13AvitalsIdRequest required— unresolved $ref
Response
OK
Example response
{
"id": "<string>",
"personId": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"encounterId": "<string>",
"bmi": "<string>",
"bloodPressure": "<string>",
"bloodPressureSystolic": "<string>",
"bloodPressureDiastolic": "<string>",
"bloodPressureMethod": "<string>",
"bloodPressureSide": "<string>",
"bloodPressureBodySite": "<string>",
"bloodPressureSite": "<string>",
"bloodPressureBodyPosition": "<string>",
"isBloodPressureCuffSizePediatric": "<string>",
"isBloodPressureCuffSizeAdult": "<string>",
"isBloodPressureCuffSizeLarge": "<string>",
"isBloodPressureCuffSizeThigh": "<string>",
"isBloodPressureCaptured": "<string>",
"measuredBy": "<string>",
"vitalSignsDate": "<string>",
"vitalSignsTime": "<string>",
"fractionOfInspiredOxygen": "<string>",
"pulsePattern": "<string>",
"pulseRate": "<string>",
"pulseOximeterOxygenSaturationRest": "<string>",
"pulseOximeterOxygenSaturationRestSite": "<string>",
"isGrowthChartCaptured": "<string>",
"isHealthAssessmentQuestionnaireCaptured": "<string>",
"isExclusionCaptured": "<string>",
"bmiPercent": "<string>",
"bodySurfaceArea": "<string>",
"isHipCircumferenceCaptured": "<string>",
"isHeadCircumferenceCaptured": "<string>",
"isHeightCaptured": "<string>",
"isNeckCircumferenceCaptured": "<string>",
"isTemperatureCaptured": "<string>",
"isWaistCircumferenceCaptured": "<string>",
"isWeightCaptured": "<string>",
"hasPatientRefused": "<string>",
"isUnobtainable": "<string>",
"comments": "<string>",
"headCircumferenceCentimeters": "<string>",
"headCircumferenceInches": "<string>",
"headCircumferencePercent": "<string>",
"heightCentimeters": "<string>",
"heightDate": "<string>",
"heightFeet": "<string>",
"heightInches": "<string>",
"heightMeters": "<string>",
"heightMethod": "<string>",
"heightPercent": "<string>",
"hipCircumferenceCentimeters": "<string>",
"hipCircumferenceInches": "<string>",
"heightBodyPosition": "<string>",
"neckCircumferenceCentimeters": "<string>",
"neckCircumferenceInches": "<string>",
"pulseOximeterOxygenSaturationSource": "<string>",
"painScoreLoinc": "<string>",
"painScoreDisplay": "<string>",
"peakFlow": "<string>",
"peakFlowMethod": "<string>",
"peakFlowTiming": "<string>",
"respirationRate": "<string>",
"pulseOximeterOxygenSaturationMeasured": "<string>",
"temperatureDegreesCelcius": "<string>",
"temperatureDegreesFahrenheit": "<string>",
"temperatureSite": "<string>",
"fractionOfInspiredOxygenLitresPerMinute": "<string>",
"currentAge": "<string>",
"fractionOfInspiredOxygenRoomAir": "<string>",
"pulseOximeterOxygenSaturationRestLitresPerMinute": "<string>",
"painMethod": "<string>",
"pulseOximeterOxygenSaturationAmbulatory": "<string>",
"reasonRefused": "<string>",
"unobtainableReason": "<string>",
"patientRefusedVitals": "<string>",
"unobtainableVitals": "<string>",
"waistCircumferenceCentimeters": "<string>",
"waistCircumferenceInches": "<string>",
"waistHipRatio": "<string>",
"weightContext": "<string>",
"weightKilograms": "<string>",
"weightPounds": "<string>",
"weightPercent": "<string>",
"bloodPressureCuffSize": "<string>",
"areOrthostaticVitalSignsCaptured": "<string>",
"menopausalStage": "<string>",
"lmp": "<string>",
"gestationalWeeks": "<string>",
"gestationalDays": "<string>",
"heightCentimetersGraph": "<string>",
"heightInchesGraph": "<string>",
"weightKilogramsGraph": "<string>",
"weightPoundsGraph": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}