FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| lazio.crea.cup.irt#1.3.0 | lccup-appointment | LcCup Appointment - Prenotazione CUP Lazio |
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "lccup-slot",
"url": "https://www.fhir.laziocrea.it/StructureDefinition/lccup-slot",
"version": "1.3.0",
"name": "LcCupSlot",
"title": "LcCup Slot - Fascia Oraria CUP Lazio",
"status": "draft",
"experimental": true,
"description": "Fascia oraria in un'agenda CUP.\nServiceType può referenziare LcCupHealthcareService o usare un concept SNOMED.",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "Slot",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Slot.meta.profile",
"path": "Slot.meta.profile",
"min": 1,
"max": "1",
"patternCanonical": "https://www.fhir.laziocrea.it/StructureDefinition/lccup-slot"
},
{
"id": "Slot.serviceType",
"path": "Slot.serviceType",
"short": "Prestazione (concept) o piattaforma IRT (reference → LcCupHealthcareService)",
"max": "1",
"type": [
{
"code": "CodeableReference",
"targetProfile": [
"https://www.fhir.laziocrea.it/StructureDefinition/lccup-healthcare-service"
]
}
],
"mustSupport": true
},
{
"id": "Slot.schedule",
"path": "Slot.schedule",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.fhir.laziocrea.it/StructureDefinition/lccup-schedule"
]
}
],
"mustSupport": true
},
{
"id": "Slot.status",
"path": "Slot.status",
"mustSupport": true
},
{
"id": "Slot.start",
"path": "Slot.start",
"mustSupport": true
},
{
"id": "Slot.end",
"path": "Slot.end",
"mustSupport": true
},
{
"id": "Slot.overbooked",
"path": "Slot.overbooked",
"mustSupport": true
},
{
"id": "Slot.comment",
"path": "Slot.comment",
"mustSupport": true
}
]
}
}