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

FHIR IG Statistics: StructureDefinition/fr-schedule-R4.StructureDefinition

Packagehl7-france-fhir.administrative
Resource TypeStructureDefinition
Idfr-schedule-R4.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7-france-fhir.administrative@11.2021.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrSchedule
URLhttp://interopsante.org/fhir/StructureDefinition/FrSchedule
Version1.0
Statusactive
Date2021-05-17
NameFrSchedule
Authorityhl7
DescriptionProfile of the Schedule resource for France | Profil de la ressource Schedule pour l'usage en France. This profile redefines the element serviceType to associate the service with the duration of this service. It also adds an extension sepcifying the periods of avalability/non-availabilty times of the Schedule | Ce profil redéfinit l'élément serviceType de façon à associer le service avec la durée du service. Il ajoute également une extension qui précise les périodes de disponibilités/non disponibilités de la vacation.
TypeSchedule
Kindresource

Resources that use this resource

CapabilityStatement
GAP.ConsommateurGAPCI-SIS Gestion-d-Agendas-Partages - ConsommateurGAP
GAP.DeclarantGAPCI-SIS Gestion-d-Agendas-Partages - DeclarantGAP
GAP.GestionnaireAgendaGAPCI-SIS Gestion-d-Agendas-Partages - GestionnaireAgendaGAP
StructureDefinition
FrScheduleAgregateurFrScheduleAgregateur
sas-sos-schedule-aggregatorFrScheduleAgregateurSOS
FrSlotFrSlot
GAP_BundleResultatReponseADemandeConsultationDisponibiliteGAP_BundleResultatReponseADemandeConsultationDisponibilites
GAP_BundleResultatReponseADemandeConsultationRDVGAP_BundleResultatReponseADemandeConsultationRDV

Resources that this resource uses

StructureDefinition
FrRelatedPersonFrRelatedPerson
FrScheduleAvailabiltyTimeFrScheduleAvailabiltyTime
FrHealthcareServiceFrHealthcareService
FrLocationFrLocation
FrPatientFrPatient
FrPractitionerFrPractitioner
FrServiceTypeDurationFrServiceTypeDuration
ValueSet
fr-practitioner-specialtyfr-practitioner-specialty

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://interopsante.org/fhir/StructureDefinition/FrSchedule",
  "version": "1.0",
  "name": "FrSchedule",
  "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": "Profile of the Schedule resource for France | Profil de la ressource Schedule pour l'usage en France.\r\nThis profile redefines the element serviceType to associate the service with the duration of this service. It also adds an extension sepcifying the periods of avalability/non-availabilty times of the Schedule | Ce profil redéfinit l'élément serviceType de façon à associer le service avec la durée du service. Il ajoute également une extension qui précise les périodes de disponibilités/non disponibilités de la vacation.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Schedule",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Schedule",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Schedule.extension",
        "path": "Schedule.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Schedule.extension:serviceTypeDuration",
        "path": "Schedule.extension",
        "sliceName": "serviceTypeDuration",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration"
            ]
          }
        ]
      },
      {
        "id": "Schedule.extension:availabilityTime",
        "path": "Schedule.extension",
        "sliceName": "availabilityTime",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://interopsante.org/fhir/StructureDefinition/FrScheduleAvailabiltyTime"
            ]
          }
        ]
      },
      {
        "id": "Schedule.identifier.use",
        "path": "Schedule.identifier.use",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use"
        }
      },
      {
        "id": "Schedule.serviceCategory",
        "path": "Schedule.serviceCategory",
        "max": "1"
      },
      {
        "id": "Schedule.serviceType",
        "path": "Schedule.serviceType",
        "max": "0"
      },
      {
        "id": "Schedule.specialty",
        "path": "Schedule.specialty",
        "binding": {
          "strength": "required",
          "valueSet": "http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty"
        }
      },
      {
        "id": "Schedule.actor",
        "path": "Schedule.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson",
              "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService",
              "http://interopsante.org/fhir/StructureDefinition/FrLocation",
              "http://interopsante.org/fhir/StructureDefinition/FrPatient",
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner"
            ]
          }
        ]
      }
    ]
  }
}