Skip to content

Commit

Permalink
#5 add fsh profiles for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-bre committed Dec 16, 2024
1 parent 68d3254 commit cd2bc1a
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
11 changes: 11 additions & 0 deletions input/fsh/at-scheduling-appointment-response.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*##############################################################################
# Type: FSH-File for an FHIR® Profile
# About: HL7® Austria FHIR® Scheduling Profile for AppointmentResponse.
# Created by: HL7® Austria, TC FHIR®
##############################################################################*/

Profile: HL7ATSchedulingAppointmentResponse
Parent: AppointmentResponse
Id: at-scheduling-appointmentresponse
Title: "HL7® AT Scheduling AppointmentResponse Profile"
Description: "HL7® Austria FHIR® Scheduling Profile for appointmentresponse data in Austria."
15 changes: 15 additions & 0 deletions input/fsh/at-scheduling-appointment.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*##############################################################################
# Type: FSH-File for an FHIR® Profile
# About: HL7® Austria FHIR® Scheduling Profile for Appointment.
# Created by: HL7® Austria, TC FHIR®
##############################################################################*/

Profile: HL7ATSchedulingAppointment
Parent: Appointment
Id: at-scheduling-appointment
Title: "HL7® AT Scheduling Appointment Profile"
Description: "HL7® Austria FHIR® Scheduling Profile for appointment data in Austria."

/*
* participant.actor only Reference(HL7ATCorePatient or HL7ATCorePractitioner or HL7ATSchedulingHealthcareService or Group or HL7ATCorePractitionerRole or CareTeam or RelatedPerson or Location)
*/
11 changes: 11 additions & 0 deletions input/fsh/at-scheduling-healthcare-service.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*##############################################################################
# Type: FSH-File for an FHIR® Profile
# About: HL7® Austria FHIR® Scheduling Profile for HealthcareService.
# Created by: HL7® Austria, TC FHIR®
##############################################################################*/

Profile: HL7ATSchedulingHealthcareService
Parent: HealthcareService
Id: at-scheduling-healthcareservice
Title: "HL7® AT Scheduling HealthcareService Profile"
Description: "HL7® Austria FHIR® Scheduling Profile for healthcareservice data in Austria."
11 changes: 11 additions & 0 deletions input/fsh/at-scheduling-schedule.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*##############################################################################
# Type: FSH-File for an FHIR® Profile
# About: HL7® Austria FHIR® Scheduling Profile for Schedule.
# Created by: HL7® Austria, TC FHIR®
##############################################################################*/

Profile: HL7ATSchedulingSchedule
Parent: Schedule
Id: at-scheduling-schedule
Title: "HL7® AT Scheduling Schedule Profile"
Description: "HL7® Austria FHIR® Scheduling Profile for schedule data in Austria."
11 changes: 11 additions & 0 deletions input/fsh/at-scheduling-slot.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*##############################################################################
# Type: FSH-File for an FHIR® Profile
# About: HL7® Austria FHIR® Scheduling Profile for Slot.
# Created by: HL7® Austria, TC FHIR®
##############################################################################*/

Profile: HL7ATSchedulingSlot
Parent: Slot
Id: at-scheduling-slot
Title: "HL7® AT Scheduling Slot Profile"
Description: "HL7® Austria FHIR® Scheduling Profile for slot data in Austria."

0 comments on commit cd2bc1a

Please sign in to comment.