FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypeStructureDefinition
IdStructureDefinition-sgrdv-base-dme-slot.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.qc.sq.sgrdv@1.1.3&canonical=http://sante.quebec/fhir/StructureDefinition/sgrdv-base-dme-slot
URLhttp://sante.quebec/fhir/StructureDefinition/sgrdv-base-dme-slot
Version1.1.3
Statusactive
NameSGRDVBaseDmeSlot
TitlePlage horaire DMÉ de base (SGRDV)
Realmca
DescriptionPlage horaire fine provenant d'un DMÉ, utilisée pour les opérations de disponibilités et de verrouillage.
TypeSlot
Kindresource

Resources that use this resource

StructureDefinition
ca.qc.sq.sgrdv#1.1.3sgrdv-base-find-response-appointmentDisponibilité retournée par la recherche (Base)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "sgrdv-base-dme-slot",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-dme-slot",
  "version": "1.1.3",
  "name": "SGRDVBaseDmeSlot",
  "title": "Plage horaire DMÉ de base (SGRDV)",
  "status": "active",
  "experimental": true,
  "description": "Plage horaire fine provenant d'un DMÉ, utilisée pour les opérations de disponibilités et de verrouillage.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot.identifier",
        "path": "Slot.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Slot.identifier.type",
        "path": "Slot.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.identifier.type.coding",
        "path": "Slot.identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Slot.identifier.type.coding.system",
        "path": "Slot.identifier.type.coding.system",
        "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
      },
      {
        "id": "Slot.identifier.type.coding.code",
        "path": "Slot.identifier.type.coding.code",
        "fixedCode": "IdSlotDME"
      },
      {
        "id": "Slot.identifier.system",
        "path": "Slot.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.identifier.value",
        "path": "Slot.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.schedule",
        "path": "Slot.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
      }
    ]
  }
}