feature: Optional OCR-Assisted Draft Pre-Fill
This commit is contained in:
@@ -25,7 +25,7 @@ public class FhirEncounterController : ControllerBase
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// FHIR search: GET /fhir/Encounter?patient=X&status=Y&date=Z
|
||||
/// FHIR search: GET /fhir/Encounter?patient=X&status=Y&date=Z
|
||||
/// Supports search by patient reference, status, and date range.
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
|
||||
@@ -25,7 +25,7 @@ public class FhirObservationController : ControllerBase
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// FHIR search: GET /fhir/Observation?patient=X&code=Y&date=Z&category=W
|
||||
/// FHIR search: GET /fhir/Observation?patient=X&code=Y&date=Z&category=W
|
||||
/// Supports search by patient reference, LOINC code, date range, and category.
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
|
||||
@@ -29,7 +29,7 @@ public class FhirPatientController : ControllerBase
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// FHIR search: GET /fhir/Patient?name=X&birthdate=Y&identifier=Z
|
||||
/// FHIR search: GET /fhir/Patient?name=X&birthdate=Y&identifier=Z
|
||||
/// Supports search by name (contains), birthdate (exact), and MRN identifier.
|
||||
/// Returns a FHIR Bundle of type searchset.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user