| Package | ca.on.oh-seris |
| Resource Type | StructureDefinition |
| Id | ca-on-setp-ext-bookingdate |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-bookingdate |
| URL | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-bookingdate |
| Status | draft |
| Date | 2023-03-03 |
| Name | SETPBookingDate |
| Title | Extension: SETP Booking Date |
| Description | The date the case was booked into the surgery system |
| Type | Extension |
| Kind | complex-type |
No resources found
No resources found
No extension usage examples found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "ca-on-setp-ext-bookingdate",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-bookingdate",
"name": "SETPBookingDate",
"title": "Extension: SETP Booking Date",
"status": "draft",
"date": "2023-03-03",
"publisher": "Ontario Health",
"contact": [
{
"name": "Ontario Health",
"telecom": [
{
"system": "url",
"value": "http://ontariohealth.ca/fhir/"
},
{
"system": "email",
"value": "some.email@ontariohealth.ca"
}
]
}
],
"description": "The date the case was booked into the surgery system",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Appointment"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "#3 Booking Date",
"definition": "The date the case was booked into the surgery system"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-bookingdate"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
},
"type": [
{
"code": "date"
}
]
}
]
}
}