Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build
Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.60) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Slot",
"id" : "EordersBookingSlotExample",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-booking-slot"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot EordersBookingSlotExample</b></p><a name=\"EordersBookingSlotExample\"> </a><a name=\"hcEordersBookingSlotExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eorders-booking-slot.html\">EOrders Booking Slot</a></p></div><p><b>schedule</b>: <a href=\"#hcEordersBookingSlotExample/EordersBookingScheduleExample\">Schedule</a></p><p><b>status</b>: Busy</p><p><b>start</b>: 2024-01-01 09:00:00+0000</p><p><b>end</b>: 2024-01-01 09:30:00+0000</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Schedule #EordersBookingScheduleExample</b></p><a name=\"EordersBookingSlotExample/EordersBookingScheduleExample\"> </a><a name=\"hcEordersBookingSlotExample/EordersBookingScheduleExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eorders-booking-schedule.html\">EOrders Booking Schedule</a></p></div><p><b>actor</b>: <a href=\"#hcEordersBookingSlotExample/EordersBookingHealthcareServiceExample\">HealthcareService Example Healthcare Service</a></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService #EordersBookingHealthcareServiceExample</b></p><a name=\"EordersBookingSlotExample/EordersBookingHealthcareServiceExample\"> </a><a name=\"hcEordersBookingSlotExample/EordersBookingHealthcareServiceExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eorders-booking-healthcareservice.html\">EOrders Booking HealthcareService</a></p></div><p><b>location</b>: <a href=\"#hcEordersBookingSlotExample/EordersBookingLocationExample\">Location Example Location</a></p><p><b>name</b>: Example Healthcare Service</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #EordersBookingLocationExample</b></p><a name=\"EordersBookingSlotExample/EordersBookingLocationExample\"> </a><a name=\"hcEordersBookingSlotExample/EordersBookingLocationExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eorders-booking-location.html\">EOrders Booking Location</a></p></div><p><b>name</b>: Example Location</p><p><b>address</b>: 123 Example Street Exampleville QLD 12345 Australia </p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Schedule",
"id" : "EordersBookingScheduleExample",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-booking-schedule"
]
},
"actor" : [
{
"reference" : "#EordersBookingHealthcareServiceExample"
}
]
},
{
"resourceType" : "HealthcareService",
"id" : "EordersBookingHealthcareServiceExample",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-booking-healthcareservice"
]
},
"location" : [
{
"reference" : "#EordersBookingLocationExample"
}
],
"name" : "Example Healthcare Service"
},
{
"resourceType" : "Location",
"id" : "EordersBookingLocationExample",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-booking-location"
]
},
"name" : "Example Location",
"address" : {
"line" : [
"123 Example Street"
],
"city" : "Exampleville",
"state" : "QLD",
"postalCode" : "12345",
"country" : "Australia"
}
}
],
"schedule" : {
"reference" : "#EordersBookingScheduleExample"
},
"status" : "busy",
"start" : "2024-01-01T09:00:00Z",
"end" : "2024-01-01T09:30:00Z"
}