Patient Encounter Procedures

patient-encounter-procedures.tsv

Field Name Data type Field Description
PatientPracticeGuid Guid Unique identifier representing a patient
EncounterGuid Guid? Unique identifier of the encounter associated with this procedure
OrderedEncounterEventGuid Guid? Unique identifier that represents the procedure being “Ordered”. See EncounterEvent file for reference.
PerformedEncounterEventGuid Guid? Unique identifier that represents the procedure being “Performed” or “Not Performed”. See EncounterEvent file for reference.
OnBehalfOfProviderGuid Guid? Unique identifier that represents the provider who created the procedure
CreatedByProviderGuid Guid Unique identifier that represents the provider who created the procedure
LastModifiedByProviderGuid Guid Unique identifier that represents the provider who last modified the procedure
CreatedDateTimeUtc DateTime Date that represents when the provider created the procedure
LastModifiedDateTimeUtc DateTime Date that represents when the provider last modified the procedure
ProcedureName String Name of the procedure
ProcedureCode String Code of the procedure, see ProcedureCodeSystem to
ProcedureCodeSystem String Code system of the procedure code (e.g. SNOMED, CPT, HCPCS)
ProcedureStatus String Procedure status indicates the procedure has been “Ordered”
ProcedurePerformedStatus String Procedure performed status indicates the procedure has been performed (“incomplete”, “completed”)
QuestionnaireGuid Guid? Represents a questionnaire that may be attached to the procedure. See Patient Questionnaires.
OrderNote String Note that may be attached to the ordered procedure
OrderedDateTimeUtc DateTime Represents the date the procedure was ordered on