createObservation
Generate clinical observations (lab results, vital signs, etc.) by specifying patient ID, observation code, and status to streamline data entry in healthcare systems.
Instructions
Creates a new observation (lab result, vital sign, etc.). Requires patient ID and code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | The code representing what was observed (LOINC, SNOMED CT, etc.). | |
encounterId | No | The encounter this observation is associated with. Optional. | |
patientId | Yes | The ID of the patient this observation is for. | |
status | Yes | The status of the observation. | |
valueQuantity | No | Numeric value of the observation. Optional. | |
valueString | No | String value of the observation. Optional. |