| PatientPracticeGuid |
Guid |
Unique identifier representing a patient |
| Goal |
String |
Text description of the patient’s health related goal |
| StartDate |
DateField |
Date of when the goal starts |
| IsActive |
Boolean |
Boolean that determines if goal is active |
| LastModifiedByUserGuid |
Guid |
Unique identifier representing the user or system that last updated this record |
| LastModifiedDateTimeUtc |
DateTime |
UTC date and time when the last update was performed |
| ProvenanceEhrUserGuid |
Guid? |
Unique identifier representing the user who made the last update to this record in the EHR |
| ProvenanceDateTimeUtc |
DateTime? |
UTC date and time at which the last update was performed in the EHR |
| CodeSystem |
String |
Code system for the given code (e.g SNOMED-CT) |
| Code |
String |
Code associated with the patient goal (e.g. 1078229009) |
| CodeDescription |
String |
Description for the given code (e.g. Food Security) |