PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.fr.core@2.2.0-ballot
    https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration
description: Cette extension française permet d'associer le type de service avec la durée de ce service.\n\rThis French extension allows to associate the type of service with the duration of this service
package_name: hl7.fhir.fr.core
derivation: constraint
name: FRCoreServiceTypeDurationExtension
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        serviceType:
          match: {}
          schema:
            short: Type of the service that has to be performed during the appointment | Typedu service à assurer durant le RDV
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: serviceType}
                index: 3
              value:
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
        duration:
          match: {}
          schema:
            short: Duration of the service | durée du service
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: duration}
                index: 9
              value:
                choices: [valueDuration]
                index: 11
              valueDuration: {type: Duration, choiceOf: value, index: 12}
  url:
    pattern: {type: Uri, value: 'https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration'}
    index: 13
  value:
    choices: []
    index: 15
package_version: 2.2.0-ballot
extensions:
  serviceType:
    url: null
    short: Type of the service that has to be performed during the appointment | Typedu service à assurer durant le RDV
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: serviceType}
        index: 3
      value:
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
  duration:
    url: null
    short: Duration of the service | durée du service
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: duration}
        index: 9
      value:
        choices: [valueDuration]
        index: 11
      valueDuration: {type: Duration, choiceOf: value, index: 12}
class: extension
kind: complex-type
url: https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0-ballot
required: [extension]