Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACK-3297] Add flowsheet visit extensions #170

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tidepool-org/clinic

go 1.23
go 1.23.2

require (
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.59.0
Expand Down
3 changes: 2 additions & 1 deletion redox_models/gen_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions spec/redox.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@ components:
properties:
Meta:
type: object
required:
- DataModel
- EventType
properties:
DataModel:
type: string
Expand Down Expand Up @@ -1131,11 +1134,10 @@ components:
FacilityCode:
type: string
nullable: true
required:
- DataModel
- EventType
Patient:
type: object
required:
- Identifiers
properties:
Identifiers:
type: array
Expand Down Expand Up @@ -1289,8 +1291,6 @@ components:
Roles:
type: array
items: {}
required:
- Identifiers
Visit:
type: object
properties:
Expand Down Expand Up @@ -1343,6 +1343,11 @@ components:
Bed:
type: string
nullable: true
Extensions:
type: array
x-stoplight:
id: 0gnhldre4wsiy
items: {}
Observations:
type: array
items:
Expand Down