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

FHIR IG Statistics: StructureDefinition/fr-service-type-duration-R4.StructureDefinition

Packagehl7-france-fhir.administrative
Resource TypeStructureDefinition
Idfr-service-type-duration-R4.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7-france-fhir.administrative@11.2021.1&canonical=http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration
URLhttp://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration
Version4.0.0
Statusactive
Date2019-07-09
NameFrServiceTypeDuration
Authorityhl7
DescriptionThis French extension allows to associate the type of service with the duration of this service | Cette extension française permet d'associer le type de service avec la durée de ce service.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
FrHealthcareServiceFrHealthcareService
FrPractitionerRoleExerciceFrPractitionerRoleExercice
FrScheduleFrSchedule

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration",
  "version": "4.0.0",
  "name": "FrServiceTypeDuration",
  "status": "active",
  "date": "2019-07-09",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "François Macary/Isabelle Gibaud",
      "telecom": [
        {
          "system": "email",
          "value": "francois.macary@phast.fr",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This French extension allows to associate the type of service with the duration of this service | Cette extension française permet d'associer le type de service avec la durée de ce service.",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "PractitionerRole"
    },
    {
      "type": "element",
      "expression": "HealthcareService"
    },
    {
      "type": "element",
      "expression": "Schedule"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:serviceType",
        "path": "Extension.extension",
        "sliceName": "serviceType",
        "short": "Type of the service that has to be performed during the appointment | Typedu service à assurer durant le RDV",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "extensible",
          "description": "This value set defines an example set of codes of service-types.",
          "valueSet": "http://hl7.org/fhir/ValueSet/service-type"
        }
      },
      {
        "id": "Extension.extension:serviceType.url",
        "path": "Extension.extension.url",
        "fixedUri": "serviceType"
      },
      {
        "id": "Extension.extension:serviceType.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Extension.extension:serviceType.value[x].coding",
        "path": "Extension.extension.value[x].coding",
        "binding": {
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/service-type"
        }
      },
      {
        "id": "Extension.extension:duration",
        "path": "Extension.extension",
        "sliceName": "duration",
        "short": "Duration of the service | durée du service",
        "definition": "Duration of the service that has to be performed during the appointment | Durée du service à assurer durant le RDV",
        "max": "1"
      },
      {
        "id": "Extension.extension:duration.url",
        "path": "Extension.extension.url",
        "fixedUri": "duration"
      },
      {
        "id": "Extension.extension:duration.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://interopsante.org/fhir/StructureDefinition/FrServiceTypeDuration"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}