Skip to content
Merged
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
12 changes: 6 additions & 6 deletions specification/patient-care-aggregator-reporting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
openapi: 3.0.3
info:
title: Wayfinder Reporting Service
version: v2.6.1
version: v2.6.2
description: |

## Overview
Expand Down Expand Up @@ -196,8 +196,8 @@ paths:
- $ref: '#/components/schemas/APPT-CANC'
- $ref: '#/components/schemas/APPT-RESCH'
- $ref: '#/components/schemas/APPT-DNA'
- $ref: '#/components/schemas/ADDMISSION'
- $ref: '#/components/schemas/ADDMISSION-VIEW'
- $ref: '#/components/schemas/ADMISSION'
- $ref: '#/components/schemas/ADMISSION-VIEW'
- $ref: '#/components/schemas/PATHWAY-VIEW'
- $ref: '#/components/schemas/DOC'
- $ref: '#/components/schemas/DOC-VIEW'
Expand Down Expand Up @@ -833,13 +833,13 @@ components:
* The appointment outcome has been recorded as Did Not Attend.
#### Notes:
* This event is expected to be sourced from PEP's trust integrations rather than user activity.
ADDMISSION:
ADMISSION:
type: object
properties:
EventCode:
type: string
enum:
- ADDMISSION
- ADMISSION
Timestamp:
type: string
format: date-time
Expand Down Expand Up @@ -895,7 +895,7 @@ components:
* PEPs
#### Description:
* The Inpatient admission entity to which which all other admissions events will be linked via Appointment ID. This event must be sent when a new inpatient admission is created or an existing inpatient admission is updated.
ADDMISSION-VIEW:
ADMISSION-VIEW:
type: object
properties:
EventCode:
Expand Down