Procedure
Procedure object
Fields
code_system_name
· String
· The code system name of the procedure display_name
· String
· The display name of the procedure procedure_end_datetime
· String
· The end date time of the procedure procedure_start_datetime
· String
· The start date time of the procedure target_site
· String
· The target site of the procedure Used By
Definition
"""Procedure object"""type Procedure { """ The code of the procedure """ code: String
""" The code system name of the procedure """ code_system_name: String
""" The CPT code id of the procedure """ cpt_code_id: ID!
""" The display name of the procedure """ display_name: String
""" The unique identifier of the procedure """ id: ID!
""" The end date time of the procedure """ procedure_end_datetime: String
""" The start date time of the procedure """ procedure_start_datetime: String
""" The status of the procedure """ status: String
""" The target site of the procedure """ target_site: String
""" The user id of the procedure """ user_id: ID}