FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/fr-slot-R4-StructureDefinition

Packagehl7-france-fhir.administrative
Resource TypeStructureDefinition
Idfr-slot-R4-StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7-france-fhir.administrative@11.2021.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrSlot
URLhttp://interopsante.org/fhir/StructureDefinition/FrSlot
Version1.0
Statusactive
Date2021-05-17
NameFrSlot
Authorityhl7
Descriptionhttp://interopsante.org/fhir/StructureDefinition/FrSlot
TypeSlot
Kindresource

Resources that use this resource

CapabilityStatement
GAP.ConsommateurGAPCI-SIS Gestion-d-Agendas-Partages - ConsommateurGAP
GAP.GestionnaireAgendaGAPCI-SIS Gestion-d-Agendas-Partages - GestionnaireAgendaGAP
StructureDefinition
FrSlotAgregateurFrSlotAgregateur
sas-cpts-slot-aggregatorFrSlotAgregateurCPTS
sas-sos-slot-aggregatorFrSlotAgregateurSOS
FrAppointmentFrAppointment
GAP_BundleResultatReponseADemandeConsultationDisponibiliteGAP_BundleResultatReponseADemandeConsultationDisponibilites
GAP_BundleResultatReponseADemandeConsultationRDVGAP_BundleResultatReponseADemandeConsultationRDV

Resources that this resource uses

StructureDefinition
FrScheduleFrSchedule
ValueSet
fr-practitioner-specialtyfr-practitioner-specialty

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://interopsante.org/fhir/StructureDefinition/FrSlot",
  "version": "1.0",
  "name": "FrSlot",
  "status": "active",
  "date": "2021-05-17",
  "publisher": "InteropSanté",
  "contact": [
    {
      "name": "François Macary/Isabelle Gibaud",
      "telecom": [
        {
          "system": "email",
          "value": "francois.macary@phast.fr",
          "use": "work"
        }
      ]
    }
  ],
  "description": "http://interopsante.org/fhir/StructureDefinition/FrSlot",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot.identifier.use",
        "path": "Slot.identifier.use",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use"
        }
      },
      {
        "id": "Slot.serviceCategory",
        "path": "Slot.serviceCategory",
        "max": "1"
      },
      {
        "id": "Slot.specialty",
        "path": "Slot.specialty",
        "binding": {
          "strength": "required",
          "valueSet": "http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty"
        }
      },
      {
        "id": "Slot.schedule",
        "path": "Slot.schedule",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://interopsante.org/fhir/StructureDefinition/FrSchedule"
            ]
          }
        ]
      },
      {
        "id": "Slot.status",
        "path": "Slot.status",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/slotstatus"
        }
      }
    ]
  }
}